/* Hide Radio button */
.rate > input {
  display: none;
}

.rate {
  display: inline-block;
  border: 0;
}

.rate > label {
  float: right;
}

/* Showing the stars */
.rate > label:before {
  display: inline-block;
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: "\f005";
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}

/* Half star */
.rate .half:before {
  content: "\f089";
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
input:checked ~ label,
label:hover ~ label {
  color: #ffb503;
}

/* hover hightlight */
input:checked + label:hover,
input:checked ~ label:hover,
input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label {
  color: #cc9000;
}

.rating-star i {
  color: #ffb503 !important;
}

ul.thumb {
  margin: 0 auto;
  padding: 0;
  float: left;
}

ul.thumb li {
  list-style: none;
  margin: 10px;
}

ul.thumb li img {
  width: 80px;
  height: 80px;
  border: 1px solid grey;
}

/* Top Tooltip w/ Bottom Arrow */
label {
  cursor: pointer;
}

.tooltip {
  display: none;
  border: 1px solid red;
}

label:hover .tooltip {
  display: inline-block;
}

/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  width: 57px;
  height: 59px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 15px 20px;
  box-shadow: 0 1px #c3c3c3;
  cursor: pointer;
  background-color: #0b0b0b;
  float: left;
  margin-right: 15px;
}

/* pair-container */
.pair-container,
.sub-pair-container {
  display: flex;
  width: 100%;
}

.pair-container .value,
.sub-pair-container .value {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  text-align: right;
}

.pair-container .title,
.sub-pair-container .title {
  width: fit-content;
}

.pair-container .title:after,
.sub-pair-container .title:after {
  content: ':';
}

/* .pair-container.block {
  display: block !important;
} */

/* .my-border-bottom {
  border-bottom: 1px solid #999999;
} */

/* Sort select in shop */
#sort-select {
  height: 2em;
  padding: 0 0.5em;
}

/* fix old css */
.row .product__item {
  cursor: pointer;
}

/* popup cookie policy */
.allow-cookie-container,
.allow-upload-image-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.allow-cookie-container .popup-container {
  position: relative;
  width: 30rem;
  background-color: #fff;
  border-radius: 20px;
  transition: 1s;
  padding: 1.5em 3em;
}

.allow-cookie-container .cookie-image-container {
  width: 5em;
  height: 5em;
  border-radius: 8em;
  overflow: hidden;
  margin: 0 auto;
}

.allow-cookie-container .cookie-image-container img {
  width: 0;
  height: 0;
  object-fit: cover;
  transition: .5s;
}

.allow-cookie-container .cookie-text-container {
  margin-top: 1em;
}

.allow-cookie-container .cookie-text-container p {
  text-align: center;
  font-weight: 500;
}

.allow-cookie-container .cookie-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.allow-cookie-container .cookie-button-container button,
.allow-upload-image-container button {
  border: 0;
  color: #fff;
  background-color: #665AF5;
  padding: 0.3em 1.2em;
  border-radius: 5px;
  font-weight: bold;
}

.cart-item__group_information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Upload logo popup */
.allow-upload-image-container .first-line {
  width: 100%;
  height: 3em;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.allow-upload-image-container .first-line .close-btn-container {
  cursor: pointer;
  margin: 0 1em;
}

.allow-upload-image-container .popup-container {
  background-color: #fff;
  width: 50%;
  transition: 1s;
  border-radius: 20px;
  position: relative;
}

.allow-upload-image-container .has-padding {
  padding-bottom: 1.5em;
  padding-left: 3em;
  padding-right: 3em;
}

.allow-upload-image-container h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: .7em 0;
}

.allow-upload-image-container strong {
  font-weight: bold;
  color: #008000;
}

.allow-upload-image-container .allow-button-container {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.terms {
  padding: 2rem 0;
}

.terms .terms-title h1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 1em;
}

.terms .main-title h2 {
  text-align: center;
  color: #0000005c;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.terms .terms-group .content-title{
  font-size: 1rem;
  font-weight: 600;
  color: #000000b3;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.terms .terms-group strong {
  font-size: 14px;
  font-weight: 600;
}

.terms .terms-group p {
  margin: 0;
}

.terms #social-footer-links {
  margin-top: 3rem;
}

.terms #social-footer-links ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.terms #social-footer-links ul > li {
  margin-right: 1.3em;
}

.terms #social-footer-links ul > li a em {
  color: #777777;
  font-size: 1.3rem;
}

.terms #social-footer-links ul > li:last-child {
  margin-right: 0;
}

#social-footer-links:before,
#social-footer-links .container:before {
  content: " ";
  display: table;
}

.terms #social-footer-links .container {
    border-top: 1px dotted #000000;
    text-align: center;
    margin-top: 43px;
    clear: both;
}

.terms #social-footer-links ul {
    margin: 0 auto;
    width: 280px;
    display: flex;
    margin-top: -10px;
    background: #fff;
    height: 31px;
    list-style: none outside none;
    padding: 0;
}

.cart__total__procced .term-container .line {
  width: 100%;
  height: 1px;
  background-color: #00000024;
  margin: 2.5rem 0;
}

.cart__total__procced .term-container .term-group a {
  text-decoration: underline;
}

.cart__total__procced .term-container span {
  font-weight: 500;
}

.cart__total__procced .term-container{
  margin-bottom: 2rem;
}

.cart-detail__value__before {
  margin-right: 1em;
  text-decoration: line-through;
  font-weight: bold;
}