:root {
  --color-burgundy: #A53200;
  --color-zz-yellow: #FBCA27;
  --color-orange: #EB5600;
  --color-champagne: #FFFDE2;
  --color-sand: #F2E4D0;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-almost-white: #EEEEEE;
  --color-light-grey: #CCCCCC;
  --color-dark-grey: #666666;
  --color-darker-grey: #444444;
}

body header {
/*  background-image: linear-gradient(to bottom, #e5e5e5, #f2f2f2, #e5e5e5);*/
  background-image: linear-gradient(to bottom, #d5d5d5, #ffffff);
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--color-darker-grey);
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h31 {
  font-size: 19px;
}
h4 {
  font-size: 15px;
}
h41 {
  font-size: 15px;
}
h42 {
  font-size: 15px;
}
h43 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: var(--color-burgundy);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 10px 10px 10px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
}
#alert .alert {
  min-width: 400px;
  position: relative;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

/* top */
#top {
  background-color: #300A00;
  border-bottom: 1px solid var(--color-black);
  padding: 10px 0 ;
/*  margin: 0 0 0 0;*/
/*  min-height: 40px;*/
  height: 40px;
  position: relative;
}
#top .list-inline {
  margin: 0 auto;
}

#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: var(--color-light-grey);
  padding: 0 5px;
/*  text-shadow: 0 1px 0 #FFF;*/
}
#top .btn-link {
  color: var(--color-dark-grey);
/*  text-shadow: 0 1px 0 #FFF;*/
  text-decoration: none;
}
#top .btn-link:hover {
  color: var(--color-black);
}
#top a {
  font-size: 1em;
  text-decoration: none;
}
footer a {
  font-size: 1em;
  text-decoration: none;
}
/* logo */
#logo {
  display: flex;
  margin: 5px 0 5px 0;
  align-items: center;
  justify-content: center;

}
#logo img {
  max-width: 200px;
}

.logo-login {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

/* search */
#search {
  display: flex;
  margin: 0;
  height: 70px;
  justify-content: center;
  align-items: center;
}

/* cart */
#header-cart {
  margin: auto;
  max-height: 70px;
}
#header-cart .button-main {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 60px;
}
#header-cart .lg {
  font-size: 0.85em;
}
#header-cart .small {
  font-size: 0.7em;
}
#header-cart .cartbadge:after {
  content: attr(value);
  font-size: 0.4em;
  background-color: var(--color-orange);
  color: #eee;
  padding: 3px 5px;
  border-radius: 9px;
  position: relative;
  left: -10px;
  top: -10px;
}
#header-cart .icon-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#header-cart .card {
  border: none;
  font-size: 12px;
  color: var(--color-dark-grey);
  background-color: transparent;
  padding: 5px 5px;
}
#header-cart .card-header, .card-body, .table, .table > :not(caption) > * > * {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
}
#header-cart .card-header {
  border-bottom: 1px dashed black;
  padding: 2px;
  text-align: center;
}
#header-cart .card-body {
  padding: 0;
  margin-bottom: 6px;
}
#header-cart .card-body > table > :not(caption) > * > * {
  padding: 0;
  box-shadow: none;
/*  border: none;*/
  border-bottom: 1px solid #ddd;

}
#header-cart .card-body > table > :not(caption) > * > * > form > button {
/*  width: 10px;*/
  vertical-align: top;
}
#header-cart .card-body .text-start {
  width:60%;
}
#header-cart .cart-total {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart .btn:hover {
  color: var(--color-burgundy);
  font-weight: bold;
}
#header-cart .btn {
  border: none;
  padding: 0;
}
#header-cart .dropdown-menu {
/*  background: #F5F5F5;*/
  background-image: linear-gradient(to bottom, #efefef, #fefefe , #efefef);
  border: 1px solid black;
/*  z-index: 1001;*/
  min-width: 100%;
  box-shadow: 3px 3px 6px rgba(165, 50, 0, .5);
  padding: 0;
}
#header-cart .dropdown-menu.show {
  animation: open 1s;
}
@keyframes open {
  from {
  opacity: 0;
  } to {
  opacity: 1;
  }
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu .table-padded {
  border-top: 1px solid var(--color-burgundy);
}
#header-cart .dropdown-menu li {
  min-width: 327px;
/*  padding: 0 0 4px 0;*/
}
#header-cart .dropdown-menu li p {
  margin: 10px 10px;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
/* menu */
#menu {
/*  background-color: var(--color-burgundy);*/
  min-height: 60px;
/*  border-radius: 20px;*/
}
#menu.navbar {
  padding: 0.6rem 0;
  justify-content: left;
}

#menu .dropdown-menu {
  position: absolute;
  padding-bottom: 0;
  margin-top: 0;
  border-radius: 0;
  background-color: var(--color-almost-white);
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: var(--color-almost-white);
  background-color: var(--color-burgundy);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 16px;
  clear: both;
  line-height: 20px;
  color: var(--color-burgundy);
  font-size: 1.0em;
}
#menu .see-all {
  display: block;
  margin-top: 0.6em;
  border-top: 1px solid var(--color-burgundy);
  padding: 3px 16px;
  color: var(--color-burgundy);
  font-size: 1.0em;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: var(--color-almost-white);
  background-color: var(--color-burgundy);
/*  background-image: linear-gradient(to bottom, var(--color-burgundy), var(--color-burgundy));*/
/*  background-repeat: repeat-x;*/
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-burgundy);
  padding: 0px 6px;
}

#menu .navbar-toggler i {
  color: var(--color-burgundy);
  border-color: var(--color-burgundy);
  font-size: 0.9em;
}

#menu .navbar-nav > li {
  margin: 6px 0px;
  text-align: center;
  width: 110px;
  height: 80px;
}

#menu .navbar-nav > li > a {
  color: var(--color-black);
  padding: 2px 0px 2px 0px;
  min-height: 14px;
  font-size: 0.9em;
  background-color: transparent;
}
#menu .navbar-nav > li > a > img {
  padding-bottom: 6px;
  border-radius: 4px;
  --c: #F58023;
  --b: 3px;
  --g: 4px;

  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}

#menu .navbar-nav > li > a > img:hover {
  --_i: 100%;
  transition: .1s, background-size .1s .1s;
}

#menu .navbar-nav > li > a:hover {
    font-weight: bold;
/*    border-bottom: solid 2px var(--color-burgundy);*/
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: var(--color-almost-white);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: var(--color-burgundy);
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: var(--color-black);
  }
}
.home_heading {
  width: 100%;
  border-top: 2px solid rgba(165, 50, 0, .4);
/*  border-radius: 16px;*/
  font-size: 18px;
  padding: 8px 10px;
/*  background-image: linear-gradient(90deg, #f4f1d1, var(--color-white));*/
  color: var(--color-burgundy);
  margin-bottom: 5px;
}
#addr_menu #address {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-burgundy);
  padding: 0px 6px;
}
#addr_menu.navbar {
  padding: 0.6rem 0;
  justify-content: left;
}

#addr_menu .navbar-nav > li {
  margin: 6px 0px;
  text-align: center;
  width: 140px;
  height: 140px;
}

#addr_menu .navbar-nav > li > a {
  color: var(--color-black);
  padding: 2px 0px 2px 0px;
  min-height: 14px;
  height: 140px;
  font-size: 0.9em;
  background-color: transparent;
  border-radius: 12px;
  border: 5px solid transparent;
}
#addr_menu .navbar-nav > li > a > img {
  width: 70px;
  height: 70px;
  transition: transform 600ms ease-in-out;
  cursor: pointer;
}

#addr_menu .navbar-nav > li > a > img:hover {
    transform: scale(1.4);
}

#addr_menu .navbar-nav > li > a > h5 {
  padding-top: 20px;
}

#addr_menu .navbar-nav > li > a {
  padding-top: 20px;
}

#addr_menu .navbar-nav > li > a:hover {
    font-weight: bold;
}

#addr_menu .navbar-toggler i {
  color: var(--color-burgundy);
  border-color: var(--color-burgundy);
  font-size: 0.9em;
}


/* CART-LIST */
#cart-list .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
}
#cart-list .card {
  border-color: var(--color-dark-grey);
}
#cart-list .card-header {
  padding: 2px 8px;
  background-color: #F58123;
}
#cart-list .input-group {
  width: 70px;
}
#cart-list .card-body {
  padding: 2px 8px;
}
#cart-list .form-control {
  padding: 0;
  font-size: 1em;
}
#cart-list a {
  color: var(--color-black);
  padding: 4px;
  font-size: 1em;
}
#cart-list .packet-i {
  color: var(--color-dark-grey);
}
#cart-list .item_down {
  vertical-align: bottom;
}
#cart-list .cat_header {
  font-weight: bold;
  color: var(--color-dark-grey);
  font-size: 0.8em;
  padding: 4px;
}
#cart-list .row {
  padding-right: 6px;
  padding-left: 6px;
}
#cart-list .row > * {
  padding-right: 3px;
  padding-left: 3px;
}
#cart-list .piros {
  color: #E11C00;
  font-weight: bold;
}
#cart-list .cart-header-text {
  font-size: 1.1em;
  font-weight: bold;
}
#cart-list .cart-header-button {
  float: right;
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  width: 100%;
  margin-top: 30px;
  padding: 20px 0 20px 0;
  background-color: var(--color-black);
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid var(--color-dark-grey);
}
footer a {
  color: var(--color-light-grey);
  font-size: 0.8rem;
}
footer a:hover {
  color: var(--color-white);
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: var(--color-white);
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .image {
  
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 4px 0;
  background-color: transparent;
}
.breadcrumb i {
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item {
/*  text-shadow: 0 1px 1px #888;*/
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #F53100;
  border-bottom: 1px solid #F53100;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: var(--color-dark-grey);
  background-color: var(--color-champagne);;
  border: solid 1px var(--color-light-grey);
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #111;
  background-color: var(--color-sand);
  text-shadow: 0 1px 0 rgba(75, 75, 75, 0.2);
}
.btn-primary {
  color: var(--color-white);
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, var(--color-orange), #F58123, var(--color-orange));
  background-repeat: repeat-x;
  border: 2px solid var(--color-burgundy);
  border-radius: 3px;
/*  font-size: 12px;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
/*  background-image: linear-gradient(to bottom, #E46B0A, var(--color-burgundy));*/
  background-image: linear-gradient(to bottom, #F58123, #F58123);
  color: var(--color-burgundy);
}
.btn-warning {
  color: var(--color-white);
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, var(--color-burgundy), #D53100);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: var(--color-almost-white);
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, var(--color-burgundy), #D53100);*/
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: var(--color-white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, var(--color-burgundy), #D53100);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: var(--color-white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #C53110, #E55130);
  background-repeat: repeat-x;
  border-color: var(--color-burgundy);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #D53100;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--color-burgundy);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: var(--color-white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 var(--color-black);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.input-group-text, .form-select {
  background-color: var(--color-champagne);
  color: var(--color-black);
  border-color: var(--color-light-grey);
}

.product-thumb {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  min-width: 140px;
}
.product-thumb .strip {
  width: 100%;
  position: relative;
  font-size: 1em;
  text-align: center;
  color: var(--color-zz-yellow);
  background-color: var(--color-black);
  padding: 2px;
}
.product-thumb .description h4, 
.product-thumb .description h5 {
  margin-bottom: 4px;
}
.product-thumb .description h41, h42, h43 {
  display: block;
}
.product-thumb h4 {
/*  color: #F57208;*/
  color: var(--color-orange);
  font-weight: bold;
  margin-bottom: 0;
}
.product-thumb h41 {
  color: var(--color-black);
/*  font-weight: bold;*/
  margin-bottom: 4px;
}
.product-thumb h42 {
  color: red;
/*  font-weight: bold;*/
  margin-bottom: 5px;
}
.product-thumb h43 {
  color: var(--color-black);
  font-weight: bold;
/*  margin-bottom: 5px;*/
}
.product-thumb .thumb-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.product-thumb .image {
  position: relative;
/*  padding: 5px 25px 5px 25px;*/
  padding: 5px 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-thumb .image > img:hover {
  opacity: .8;
}
.product-thumb .fav-btn {
/*  position: absolute;
  left: 20px;
  top: 22px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  position: absolute;
  right: 4px;
  top: 8px;
  z-index: 3;
  background-color: transparent;
  font-size: 20px;
  color: var(--color-light-grey);
  border: none;
  cursor: pointer;
}
.product-thumb .fav-btn.active {
  color: #e58140;
}
.product-thumb .fav-btn:hover {
  color: #c57130;
}
.product-thumb .thumb-badge {
  position: absolute;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 0 99px 99px 0;
  padding: 0 7px;
  box-shadow: 1px 3px 2px rgba(10,10,10,.4);
  user-select: none;
}
.tb-red {
  left: -1px;
  top: 88px;
  color: var(--color-white);
  background-color: rgba(247, 78, 11, .9);
}
.tb-special {
  left: -1px;
  top: 116px;
  color: #222222;
  background-color: rgba(165, 227, 11, .9);
} 
.tb-yellow {
  left: -1px;
  top: 32px;
  color: #222222;
  background-color: rgba(251, 202, 39, .9);
} 
.tb-black {
  left: -1px;
  top: 60px;
  color: #F0F0F0;
  background-color: rgba(165, 50, 0, .9);
}
.product-thumb .description {
  position: relative;
  padding: 2px 0;
  margin: 4px 10px;
  border-top: 2px solid #F58123;
}
.product-thumb .prod-name {
/*  display: block; */
  position: relative;
  overflow: hidden;
  height: 80px;
/*  width: 100%;*/
  margin: 0 10px;
}
.product-thumb .grid-container {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-rows: 133px 40px 40px 110px 32px;
  grid-template-columns: 100%;
}
.product-thumb .grid-container-home {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-rows: 128px 40px 40px 68px 32px;
  grid-template-columns: 100%;
}
.product-thumb .image-grid {
  grid-area: 1 / 1 / 3  / 2;
}
.product-thumb .name-grid {
  grid-area: 2 / 1 / 4  / 2;
  overflow: hidden;
  text-overflow: clip;
}
.product-thumb .content-grid {
  grid-area: 4 / 1 / 5  / 2;
  overflow: hidden;
  text-overflow: clip;
}
.product-thumb .button-grid {
  grid-area: 5 / 1 / 6  / 2;
}
.product-thumb .button-group {
  display: flex;
/*  border-top: 1px solid #d4d1b1;*/
/*  background-color: #f58123;*/
  background-image: linear-gradient(to bottom, #F58123, #F5983D, #F58123);
  
}
.product-thumb .button-group button {
/*  flex: 20%;*/
/*  flex: auto;*/
  border-radius: 0;
  display: inline-block;
  border: none;
/*  background-color: #F58123;*/
  color: var(--color-darker-grey);
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group > input {
  background-color: #F5BD68;
  box-shadow: inset 0 0 6px var(--color-burgundy);
  border: none;
  margin: 2px 1px;
}
.q-buttons {
  padding: 0 5px;
}
.product-thumb .button-group > input::-webkit-outer-spin-button,
  .product-thumb .button-group > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  -moz-appearance: textfield;
  
}
.product-thumb .button-group button:hover {
/*  background-color: #F5BD68;*/
  text-shadow: 0 0 6px black;
  color: #F5BD68;
  cursor: pointer;
}

.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 960px) {
  .product-list2 .product-thumb {
    display: flex;
  }
  .product-list2 .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list2 .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list2 .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
/* product list */
.price-old {
  color: var(--color-burgundy);
  text-decoration: line-through;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 14px;
  font-stretch: expanded;
  color: var(--color-darker-grey);
  padding: 6px 12px;
/*  background-color: var(--color-burgundy);*/
  background-color: var(--color-white);
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: var(--color-white);
}

#accordionLogin {
  box-shadow: 0 0 10px rgba(100,100,100,.7);
  --bs-accordion-border-color: var(--color-dark-grey);
}
#accordionLogin .accordion-header .accordion-button:not(.collapsed) {
  color: var(--color-zz-yellow);
}
.form-signinback {
  display: block;
  width: 400px;
  margin: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 10px;
  margin: auto;
  text-align: center;
  align-items: center;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}
.form-signin input[type="password"] {
  margin-bottom: 4px;
  border-radius: 0 0 4px 4px;
}
.form-signin h4 {
  font-weight: bold;
  color: var(--color-burgundy);
}
.form-signin h5 {
  color: var(--color-burgundy);
}
.spinner{
  width:82px;
  height:82px;
  border-radius:50%;
  border:6px solid #111;
  margin: auto;
  position:relative;
  z-index:1;
}
.spinner:before{
  content:'';
  width:82px;
  height:82px;
  border-radius:50%;
  border-top:6px solid #f48321;
  border-right:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid transparent;
  position:absolute;
  z-index:9;
  top:-6px;
  left:-6px;
  animation:rt 2s linear infinite;
}
@keyframes rt{
/*  from{
    transform:rotate(0deg);
  }*/
  to{
    transform:rotate(360deg);
  }
}
.spinner > .fa{
  font-size:32px;
  text-align:center;
  display:block;
  margin:30% 0;
}
.spinner > .img{
  display:block;
  width: 70px;
  height: 70px;
}
.card-header-warning{
  background-color: var(--color-burgundy);
  color: var(--color-almost-white);
}

.div-anim {
  --bg: hsl(190deg, 100%, 100%);
  background: var(--bg);
  display: flex;
  place-content: center;
  gap: 8rem;
  flex-wrap: wrap;
  border: 3px solid transparent;
  border-radius: 4px;
}

.div-anim:hover {
  --border-angle: 0deg;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: border-angle-rotate 2s linear;
  position: relative;

  background: /*linear-gradient(white, white) padding-box,*/
    conic-gradient(
      from var(--border-angle),
      var(--bg) 90%,
    black
    )
    border-box;

}

@keyframes border-angle-rotate {
  from { --border-angle: 0deg; }
  to { --border-angle: 360deg; }
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
/* --- CHECKOUT/CONFIRM --- */
#address_image {
  border-right: 1px solid var(--color-burgundy);
}
#address_card .table tr > td {
  padding: 4px;
  font-weight: bold;
}
.order_card {
  margin-bottom: 14px;
}
.order_card .card-body {
  padding: 0 10px;
}
.order_card .card-header {
  background-color: var(--color-orange);
  color: var(--color-black);
  text-align: center;
  font-size: 1.2em;
  border-radius: 2px;
} 

.order-card .card-header-warning{
  background-color: var(--color-burgundy);
  color: var(--color-almost-white);
  text-align: center;
  font-size: 1.2em;
  border-radius: 2px;
}

.order_card tr > td {
  padding-right: 6px;
  padding-bottom: 4px;
}
.order_card tr > td > i {
  color: var(--color-dark-grey);
}

.fading {
    transition: opacity 1s;
    opacity: 1;

  @starting-style {
    opacity: 0;
  }
}

.order_row {
  padding: 0 8px;
}
.order_row > div a {
  color: var(--color-orange);
}
.order_row > div {
  padding: 10px 0; 
  border-bottom: 1px solid var(--color-light-grey);
}