/* Common css */
#hj-checkout-wrapper {
  font-family: 'Baloo Da 2', cursive;
  background-color: #040707;
}


.landing-product-heading {
    font-size: 30px;
    text-align: center;
    color: #fff;
}


p#product-warning {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}



.landing-main-heading {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.landing-heading {
    color: #bbb;
    font-size: 20px;
}



/* Product Box Design */
.landing-product-box {
    display: flex;
    flex-wrap: wrap;
    gap: 3.33%;
    align-content: space-around;
    justify-content: center;
}
    
label.hj-product-item {
    width: 30%;
    margin-top: 20px;
	border-radius: 10px;
	background: #0F1818;
	box-shadow: inset -5px -5px 5px #0b1111,
            inset 5px 5px 5px #131f1f;px #182a2a;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px;
    gap: 20px;
}

label.hj-product-item.hj-selected {
border-radius: 10px;
background: #043434;
box-shadow: inset -5px -5px 5px #032525,
            inset 5px 5px 5px #054343;
}

label.hj-product-item input[type="checkbox"] {
    display: none;
}


label.hj-product-item img {
    height: 84px;
    width: 60px;
    object-fit: cover;
    border-radius: 7px;
}


.landing-product-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.landing-product-title {
    color: #fff;
	opacity: 0.7;
    font-weight: 500;
}

.landing-product-price {
    color: #fff;
	opacity: 0.4;
    font-weight: 400;
}
.landing-product-price del {
    color: #fff;
	opacity: 0.4;
    font-weight: 400;
}
.landing-product-price ins {
    text-decoration: none
}

.hj-qty-box {
  display: inline-flex;
  align-items: center;
  margin-top: -5px;
	width: 100px;
}

button.hj-qty-btn {
  padding: 0 8px;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
	background: non;
	border: none;
    color: #fff;
	opacity: 0.4;
	overflow: none;
}

input.hj-qty-input {
  text-align: center;
  border: 1px solid #ccc;
  -moz-appearance: textfield;
	padding: 0px;
	background: none;
    color: #fff;
	opacity: 0.4;
	border: none;
}

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



/* Checkout Form Design */
.landing-checkout {
    display: flex;
    gap: 40px;
    margin: 50px 0;
}
.landing-checkout-left {
    width: 50%;
    background-color: #090f0f;
    border: solid 1px #142929;
    box-shadow: 0 0 0px #0f2323;
    padding: 30px;
    border-radius: 20px;
}
.landing-checkout-right {
    width: 50%;
    background-color: #090f0f;
    border: solid 1px #142929;
    box-shadow: 0 0 0px #102e2e;
    padding: 30px;
    border-radius: 20px;
}

.landing-checkout-left input {
    background-color: #0b1616;
    margin-bottom: 15px;
    color: #999;
    border: solid 1px #163a3a;
    padding: 10px 15px;
    border-radius: 7px;
    transition: all 0.3s ease;
    outline: none;
}

.landing-checkout-left input:focus {
    background-color: #222;
    border-color: #1a4949;
    box-shadow: 0 0 5px rgba(26, 73, 73, 0.5);
    color: #fff;
}


.hj-shipping-radios input[type="radio"] {
    margin-right: 10px;
}
.hj-shipping-radios label {
    color: #666;
}


.landing-order-button {
    width: 100%;
    background-color: #024646;
    border: solid 1px #006464;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
}
.landing-order-button:hover {
    background-color: #000;
}


.landing-payment {
    border: solid 1px #18181c;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #0d1818;
}

.landing-payment label {
	color: #666;
}
.landing-payment input[type="radio"] {
    margin-right: 10px;
}

.landing-payment div {
	display: none;
}

.landing-payment div input {
	background-color: #0b1616;
    margin-bottom: 15px;
    color: #999;
    border: solid 1px #163a3a;
    padding: 10px 15px;
    border-radius: 7px;
    transition: all 0.3s ease;
    outline: none;
}
.landing-payment div input:focus {
	background-color: #222;
    border-color: #1a4949;
    box-shadow: 0 0 5px rgba(26, 73, 73, 0.5);
    color: #fff;
}



p.landing-privacy-policy {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}









@media only screen and (max-width: 1024px) {
.landing-product-box {
    gap: 3%;
}
label.hj-product-item {
    width: 46% !important;
}

.landing-main-heading {
    font-size: 25px;
}
.landing-heading {
    font-size: 18px;
}
}



/* Responsive All Design */
@media only screen and (max-width: 767px) {
label.hj-product-item {
    width: 100% !important;
}

.landing-checkout {
    flex-direction: column;
}

.landing-checkout-left {
    width: 100%;
}
.landing-checkout-right {
    width: 100%;
}
}

.hj-fc {
    font-size: 12px;
    color: #444;
    text-align: right;
    display: block;
    margin-top: -25px;
}
.hj-fc a {
    color: #a00000;
}
.hj-fc a:hover {
    color: #ff0000;
}
