/*
Theme Name: original-theme
Author: forest team
Version: 1.0
*/

body {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
a {
	text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="submit"],
button {
	appearance: none;
}
button {
	border-radius: 6px;
}
select {
	width: 100%;
}
select {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 6px 8px;
	font-size: 13px;
}

.btn-open-modal {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #29abe2;
	border-radius: 6px;
	background-color: #fff;
	color: #29abe2;
	padding: 0 8px;
	font-size: 13px;
}
.btn-add-set {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ef470b;
	border-radius: 6px;
	background-color: #fff;
	padding: 0 8px;
	color: #ef470b;
	font-size: 13px;
}
.btn-back {
	max-width: 300px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	display: block;
	border: 1px solid #ef470b;
	border-radius: 6px;
	background-color: #fff;
	padding: 0 8px;
	color: #ef470b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.fluid-img {
	max-width: 100%;
	height: auto;
}

.site-header {
	width: 100%;
	padding-bottom: 40px;
}
.site-header__logo {
	width: 320px;
	height: 128px;
	display: block;
	background-image: url('assets/images/logo_header_main.svg');
}
.site-header__inner {
	width: calc(100% - 320px);
	background-color: #000;
}
.site-header__top {
  width: 100%;
  height: 64px;
  background-color: #1f1f1f;
}
.site-header__bottom {
  width: 100%;
  height: 64px;
  background-color: #fdd000;
}
.fixed-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('assets/images/site_body_bg.jpg');
}
.fixed-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
@media (max-width: 991px) {
	.site-header {
		padding-bottom: 30px;
	}
	.site-header__logo {
		width: 158px;
		height: 64px;
		background-size: 158px 64px;
	}
	.site-header__inner {
		width: calc(100% - 158px);
		height: 64px;
	}
}

.site-body {
}
.order-container {
	padding-bottom: 50px;
}
/*.site-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: -10;
}*/

.cart {
	padding: 0 0 10px;
	background-color: rgba(0,0,0,0.95);
	border: 1px solid rgba(255,255,255,0.3);
	position: sticky;
	bottom: 0;
	z-index: 1;
}
.cart-header {
	font-weight: bold;
	padding: 6px 10px;
	background-color: #666;
}
.cart-items {
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
}
.cart-item {
	display: flex;
	padding: 10px;
}
.cart-item-block {
	font-size: 12px;
}
.cart-item .cart-item-block:first-child {
	width: 60px;
}
.cart-item .cart-item-block:last-child {
	width: calc(100% - 60px);
	padding-left: 10px;
}
.cart-total {
	padding: 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.cart-total span {
	color: #fdd000;
}
.remove-cart-item {
	border: 1px solid #29abe2;
	border-radius: 6px;
	background-color: #fff;
	color: #29abe2;
	padding: 0 8px;
	font-size: 13px;
	margin-top: 5px;
}

.products {
	padding: 0 0 40px;
}
.products-item {
	padding-bottom: 20px;
}
.products-block {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	overflow: hidden;
}
.products-slide {
}
.products-summary {
	padding: 15px;
}
.products-ttl {
	padding: 0 0 10px;
	font-weight: bold;
}
.products-ps-price {
	font-weight: bold;
	font-size: 22px;
	color: #fdd000;
	padding-bottom: 15px;
}
.products-df-price {
}
.products-ps-price span,
.products-df-price span{
	font-weight: normal;
	font-size: 12px;
}
.products-design {
	padding-top: 15px;
}
.products-design,
.products-notes {
	padding-bottom: 15px;
}
.products-notes {
	font-size: 12px;
}
.products-modal-opner {
	padding-bottom: 10px;
}
.product-input-set {
	display: flex;
	justify-content: space-between;
}
.product-input {
	width: calc(50% - 5px);
	padding-bottom: 10px;
}
.product-input-set.dynamic-set .product-input {
	width: calc(50% - 30px);
}
.product-input input[type="number"] {
	width: 100%;
	height: 32px;
	border-radius: 6px;
}
.size-select {
	height: 32px;
}
.add-fields {
}
.remove-set {
	width: 40px;
	height: 32px;
	font-size: 12px;
}
.submit-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.products-submit {
	width: 100%;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
}
.btn-order-back {
	width: calc(50% - 10px);
	display: block;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	color: #fff;
	font-weight: bold;
}

.selected-products {
	padding-bottom: 20px;
}
.selected-products__row {
	padding-bottom: 20px;
}
.selected-product {
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
}
.selected-product__img {
	width: 100px;
}
.selected-product__info {
	padding-left: 15px;
}
.order-content__ttl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.form-group {
	padding-bottom: 20px;
}
.form-group label {
	padding-bottom: 5px;
}
.form-group__radio {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	padding: 4px 8px;
	margin: 5px 5px 0 0;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(255,255,255,0.3);
}
.form-group input[type="text"],
.form-group input[type="email"] {
	height: 40px;
}
.form-group textarea {
	min-height: 200px;
	max-height: 400px;
}
.products-modal__ttl {
	font-size: 18px;
	color: #000;
}

.order-complete-header {
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 30px;
}


/*swiper*/
.swiper-pagination-bullet {
  background: #fdd000;
}

/*util*/
.w50 {
	width: calc(50% - 10px);
}