/*
================================================================================
kimerga.hu - téma - shop
verzió: 1.1
================================================================================
Színek:

Alap: #ea6d8c
Kettes: #711214
hármas: #8C6EEB -lila
négyes: #D00B23
================================================================================
*/

.alert {
text-align: center;
}

/* BEJELENTKEZÉS */

.form-signin {
  width: 100%;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* TERMÉK LAP */
.product-prop h2 {
font-size: 2rem;
}

.product-code {
font-size: 0.7rem;
color: #ab8181;
}

.product-cat-text {
color: #8C6EEB !important;
}

.product-cat-text:hover {
color: #711214 !important;
}

.left-side-product-box img {
    width: 100%;
}

.sub-img {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.left-side-product-box .sub-img img {
    margin-top: 5px;
    width: 18%;
    max-height: 100px;    
}

.right-side-pro-detail span {
    font-size: 15px;
}

.right-side-pro-detail p {
    font-size: 25px;
    color: #a1a1a1;
}

.right-side-pro-detail .price-pro {
    color: #E45641;
}
.right-side-pro-detail .q-pro {
    font-size: 18px;
    color: #711214;
}

.right-side-pro-detail .tag-section {
    font-size: 0.9rem;
    color: #5D4C46;
}

.pro-box-section .pro-box img {
    width: 100%;
    height: 200px;
}

.product-desc {
    font-size: 0.9rem;
    color: #402200;
}

.product-desc p {
    font-size: 0.9rem;
    color: #402200;
}

.arrow-line {
position:absolute;
margin-top:40%;
width:100%;
}

.btn-kimerga {
background: #8C6EEB !important;
}

.btn-kimerga:hover {
background: #711214 !important;
}

.btn-kimerga:visited {
color: #fff;
}

.btn-kimerga-red {
display: block;
width: 100%;
background: #ea6d8c !important;
color: #fff !important;
font-size: 13px;
}

.btn-kimerga-red:hover {
background: #711214 !important;
color: #fff !important;
}

.btn-kimerga-red:visited {
background: #ea6d8c !important;
color: #fff !important;
}

.btn-kimerga-purple {
display: block;
width: 100%;
background: #8C6EEB !important;
color: #fff !important;
font-size: 13px;
}

.btn-kimerga-purple:hover {
background: #711214 !important;
color: #fff !important;
}

.btn-kimerga-purple:visited {
background: #8C6EEB !important;
color: #fff !important;
}

.btn-kimerga-red2 {
display: block;
width: 100%;
background: #D00B23 !important;
color: #fff !important;
font-size: 13px;
}

.btn-kimerga-red2:hover {
background: #711214 !important;
color: #fff !important;
}

.btn-kimerga-red2:visited {
background: #D00B23 !important;
color: #fff !important;
}

.hide-item {
display:none;
}
.show-item {
display:block;
}

.form-group {
margin-bottom: .2rem;
}
label {
margin-bottom: .2rem;
}

.nice-select span {
display: block;
overflow: hidden;
}

#image-fullscreen-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex; /* Use flexbox */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

#fullscreen-image {
  max-width: 90%;
  max-height: 90%;
  border: 5px solid white;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

#video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex; /* Use flexbox */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

#youtube-video {
  border: 5px solid white;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

#close-video {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

#K1, #K2, #K3, #K4, #KK, #PV {
 cursor: pointer;
}

.payment-check {
    display: block;
    align-items: center;
    margin-bottom: 10px;
}

.payment-check input[type="radio"] {
    display: none;
}

.payment-check input[type="radio"] + label, 
.payment-check input[type="radio"]:empty + label, 
.payment-check input[type="radio"]:not(:checked) + label {
  background-color: #f8f8f8;
  color: #D00B23;
  border: 1px solid #D00B23;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}

.payment-check input[type="radio"]:checked + label {
  background-color: #ea6d8c;
  color: #fff;
  border: 1px solid #ea6d8c;
  border-radius: 5px;
  padding: 5px;
}

.payment-check img {
    max-height: 64px;
    margin-right: 10px;
    float: left;
}

.ship-box {
    display: block;
    align-items: center;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    padding: 10px;
    border-radius: 5px;
    color: #5D4C46 !important;
    font-size: 0.9rem !important;
}

.ship-box img {
    margin-right: 10px;
    float: left;
}

@media (min-width:360px) and (max-width:640px) {
    .pro-box-section .pro-box img {
        height: auto;
    }
}
