/* :::::: toggle button :::::: */

#drawerArea #navTgl {
	display: none;
}

#drawerArea label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}

#drawerArea .open {
	z-index: 102;
	width: 6vw;
    height: 6vw;
    max-height: 60px;
    max-width: 60px;
	opacity: 0.6;
	box-sizing: border-box;
	padding: 1vw;
	background-color:  #ff2d63;
}

@media (min-width: 1000px) {
	#drawerArea .open {
		padding: 10px;
	}
}


#drawerArea .open span{
	display: block;
	height: 100%;
	background: transparent;
	background-image: url("../img/common/icon_bag.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#drawerArea .open:hover {
	cursor: pointer;
	opacity: 0.9;
}


#drawerArea  .close {
    z-index: 101;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#navTgl:checked + .open {
    background: transparent;
    background-image: url("../img/berry/close.png");
    /*transform: translateX(30rem);*/
}

#navTgl:checked + .open span {
   transform: scaleX(0);
}

#navTgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0,0,0,.3);
}


/* :::::: drawer menu :::::: */
#drawerMenu {
	z-index: 103;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 50vw;
	max-width: 600px;
	min-width: 300px;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	/*background: rgba(0,0,0,.6);*/
	background: rgb(255,255,255);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawerMenu a {
	color: black;
}


#drawerMenu .titleBox{
	background-color: #353535;
	text-align: center;
	position: relative;
}

#drawerMenu h2{
	color:#fff;
	line-height: 50px;
}

#drawerMenu .btnClose{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-image: url("../img/common/close.png");
	cursor: pointer;
}

#drawerMenu .btnClose:hover{
	opacity: 0.8;
}


#drawerMenu h3{
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px solid #353535;
}

#drawerMenu .menu{
	padding: 3vw;
	color: #353535;
}

#drawerMenu ul {
	margin: 0;
	padding: 0;
}

#drawerMenu li {
	font-size: .8em;
	line-height: 1.4;
}

#drawerMenu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}

#navTgl:checked ~ #drawerMenu {
	transform: none;
}

#drawerArea .open{
	display: none;
}

#drawerMenu .resultBox{
	background-color: #ececec;
	padding: 2vw;
	align-items: center;
	margin-bottom: 2vw;
	position: relative;
}



#drawerMenu .productName{
	font-weight: bold;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	padding-right: 2vw;
	align-items: center;
}

#drawerMenu .price{
	text-align: right;
}

#drawerMenu .campaign{
	padding: 2vw;
	align-items: center;
}

#drawerMenu .price{
	text-align: center;
}


#drawerMenu .productName p{
	width: 49%;
}

#drawerMenu .sideBarbt span,
#drawerMenu .sideBarbt a{
	display: block;
	text-align: center;
	background-color: #ff93b3;
	line-height: 2;
	text-align: center;
	color: #fff;
}

#drawerMenu .sideBarbt span{
	background-color: #787878;
}

#drawerMenu .sideBarbt{
	width: 30%;
}

#drawerMenu .resultImage{
	display: none;
}


#drawerMenu .partsChange{
	margin: auto;
	height: 30vw;
}

#drawerMenu .result{
	text-align: center;
	padding: 2vw;
	background: #ff2d63;
    color: #fff;
    line-height: 1.5;
}

#drawerMenu .fontSize_price {
    font-weight: normal;
    font-family: 'Montserrat Subrayada', sans-serif;
}

#drawerMenu .btSubmit {
    box-sizing: border-box;
    margin-top: 20px;
    border: none;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 100%;
    color: #ff2d63;
    cursor: pointer;
    background: #fff url(../img/common/icon_cart_p.png) no-repeat;
    background-position: 12% center;
    background-size: 26px;
    padding-left: 10%;
    margin-bottom: 5vw;
}

#drawerMenu .sideBgPink{
	background-color: #ff93b3;
}

@media screen and (max-width: 768px) {
	#drawerArea .open {
		width: 40px;
		height: 40px;
		top: 0;
		opacity: 0.6;
		background-size: 30px;
	}
}

#drawerMenu .sideBgGray a{
	background-color: #878787;
}

#drawerMenu .attention {
	background-color: #ba2636;
	padding: 1%;
	text-align: left;
	color: #fff;
	margin-top: 40px;
}
