.products_empty{
    margin: 0 auto;
}


@keyframes shake_btn {
	0% { -webkit-transform: scale(1.05);}
	10% { -webkit-transform:scale(1);}
	20% { -webkit-transform:scale(1.05);}
	30% { -webkit-transform:scale(1);}
	40% { -webkit-transform:scale(1.05);}
	50% { -webkit-transform:scale(1);}
	60% { -webkit-transform:scale(1.05);}
	70% { -webkit-transform:scale(1);}
	80% { -webkit-transform:scale(1.05);}
	90% { -webkit-transform:scale(1);}
	100% { -webkit-transform:scale(1.05);}
}

@keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

/*---- about story PAGE ----*/



#about_story{
    background-image: url(../uploads/images/story_page_bg.jpg);
	background-position: center;
	text-align: center;
	padding: 100px 0;
	background-size: cover;
    background-attachment: fixed;
}
#about_story .sec_title{
	color: #fff;
	font-size: 2em;
}
#about_story .descripton{
	color: #fff;
	font-size: 1em;
 	max-width: 1200px;
	margin: 20px auto;
    padding: 20px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
    text-align: right;
}
#about_story .read_book{
 	margin: 0 auto;
    max-width: 100%;
}
#about_story .story_toys_box{
	max-width: 1200px;
    margin: 0 auto 20px auto;
}
#about_story .story_toys_box .sec_title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-top: 20px;
}

.story_toys_box .items:nth-child(6n+0) {
    margin-left: 0;
}
.story_toys_box .items:nth-child(7n+0) {
    margin-left: 1.4%;
}

#about_story .story_toys_box .items .cover{
    width: auto;
    height: auto;
    font-size: 0;
}
#about_story .btn{
	background-color: #EF3D6F;
	padding: 10px 20px;
	font-size: 1.2em;
    margin: 0 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
    cursor: pointer;
}
#about_story .btn.green{
	background-color: #64c4b3;
}



#about_story.clinic {
    background-color: #2c41c8;
    background-image: url(../uploads/images/clinic_page_bg.png);
    background-size: auto;
    padding: 0;
}

#about_story.clinic .btn {
    border: none;
}


#about_story.clinic form{
    text-align: center;
}
#about_story.clinic form > div{
    text-align: center;
}
#about_story.clinic form .items{
    background-color: #fff;
    max-width: 250px;
    display: inline-block;
    color: #777;
    font-size: 1em;
    font-weight: 300;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    border: 5px solid #fff;
}
#about_story.clinic form label{
    display: inline-block;
    margin: 10px;

}
#about_story.clinic form label .status {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #ef396f;
    font-weight: bold;
    font-size: 1.5em;
    z-index: 2;
    white-space: nowrap;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
}
#about_story.clinic form label input{
    position: absolute;
    opacity: 0;
}
#about_story.clinic form label input:checked ~ .items{
    border-color: #ef396f;
}
#about_story.clinic form label input:disabled ~ .dark_bg {
    max-width: 250px;
    background-color: rgb(51 65 197 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 20px;
}
#about_story.clinic form .items .title{
    color: #64c4b3;
    font-size: 1.1em;
    font-weight: 700;
}




#jp_container{
    background-color: #fff;
}
/*---- CART PAGE ----*/
.cart_page .tb .cell{
    padding: 20px;
	text-align: center;
	vertical-align: middle;
}
.cart_page .tb .head .cell{
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 0;
}
.cart_page .tb .row:last-child .cell{
    padding-bottom: 0;
}
.cart_page .tb .head .cell:last-child{
	width: 300px;
}
.cart_page .tb .head .cell:first-child{
	text-align: center;
}
.cart_page .tb .product .info_btn {
    position: absolute;
    left: -10px;
    top: 0;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.cart_page .tb .product .passport{
	background-position: center;
	background-size: contain;
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-around;
    color: #DAD5EA;
    text-align: right;
	margin: auto;
}
.cart_page .tb .product .passport:after,
.cart_page .tb .product .passport:before{
    content: '';
    display: block;
    height: 170px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.cart_page .tb .product .passport.show:after{
    background-image: url("../uploads/images/passport_form_left.png");
    left: -76px;
    top: 40px;
    width: 100px;
}
.cart_page .tb .product .passport.show:before{
    background-image: url("../uploads/images/passport_form_right.png");
    top: 170px;
    right: -120px;
    width: 130px;
}
.cart_page .tb .product .passport + .invalid_status{
    background-color: #ffdfdf;
    border-radius: 5px;
    min-width: 140px;
}
.cart_page .tb .product .passport.show {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    
}
.bg_dark.passport{
    background-position: center;
    background-size: cover;
    background-image: url(../uploads/bg/bg_passport.png);
    background-repeat: no-repeat;
}
.cart_page .tb .product .passport .txt{
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    top: 60%;
    left: 50%;
    font-size: 1.3em;
    font-weight: 500;
    color: #64c5b3;
    white-space: nowrap;
}
.cart_page .tb .product .passport.show .info_btn,
.cart_page .tb .product .passport.show .txt{
    display: none;
}
.cart_page .tb .product .passport .btn_close{
    position: absolute;
    left: 10px;
    top: 10px;
}
.cart_page .tb .product .passport .form_passport > .items{
    margin: 0 auto;
}

.cart_page .tb .product .passport .form_passport > .flex{
    justify-content: space-evenly;
    align-items: center;
}
.cart_page .tb .product .passport .form_passport{
    display: none;
}
.cart_page .tb .product .passport.show .form_passport{
    display: block;
    box-shadow:none;
}
.cart_page .step1 .tb .product .cell{
    background-color: #f5f5f5;
}
.cart_page .tb .product .cell{
	border-top: 2px solid #fff;
}
.cart_page .tb .product .passport .form_passport .items{
    margin-bottom: 10px;
}
.cart_page .step1 .tb .info_box .cell:first-child:after,
.cart_page .step1 .tb .info_box .cell:last-child:after{
    content: '';
    display: block;
    position: absolute;
    height: 101%;
    width: 30px;
    background-color: #efefef;
    top: 0;
    z-index: 1;
}
.cart_page .tb .info_box .cell:first-child:after{
    right: -20px;
}
.cart_page .tb .info_box .cell:last-child:after{
    left: -20px;
}
.cart_page .step1 .tb .product .cell:first-child:after,
.cart_page .step1 .tb .product .cell:last-child:after{
    content: '';
    display: block;
    position: absolute;
    height: 101%;
    width: 30px;
    background-color: #f5f5f5;
    top: -2px;
    z-index: 0;
}
.cart_page .tb .row:nth-child(2) .cell:first-child:after,
.cart_page .tb .row:nth-child(2) .cell:last-child:after{
    top: 0;
}
.cart_page .tb .product .cell:first-child:after{
    right: -20px;
}
.cart_page .tb .product .cell:last-child:after{
    left: -20px;
}
.cart_page .step1 .tb .row:nth-child(2) .cell{
	border-top: none;
}	
.cart_page .tb .price{
	font-size: 1.1em;
	max-width: 150px;
	margin: 0 auto;
}
.cart_page .tb .price.discounted:after{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #EF3D6F;
    width: 100%;
    top: 13px;
}
.cart_page .tb .discounted_price{
	font-size: 1.2em;
	color: #EF3D6F;
	margin-top: 10px;
}
.cart_page .tb .total_price{
	font-weight: bold;
	font-size: 1em;
}
.cart_page .tb .total_price_title{
	font-weight: bold;
	font-size: 14px;	
}
.cart_page .tb .total_price div,
.cart_page .tb .total_price_title div{
    height: 50px;
    line-height: 50px;
}
.cart_page .tb .total_price div{
    max-width: 150px;
    margin: 0 auto;
}
.cart_page .tb .total_price div:last-child{
	border-top: 2px solid   #fff;
}
.cart_page .tb .cell .title{
	margin-top: 10px;
	display: inline-block;
}
.cart_page .tb .cell .cover .delete{
	width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
	z-index: 1;
}
.cart_page .tb .cell .cover .delete input[type="submit"]{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    cursor: pointer;
	z-index: 1;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../uploads/icon/close.png");
    border-radius: 50%;
}
.cart_page .tb .cell .cover{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
	width: 150px;
	padding: 10px;
    height: 150px;
}
.cart_page .tb .cell .cover.toy_mod{
    width: 80px;
    height: 80px;
    background-color: #64C4B3;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}
.cart_page .tb .cell .cover img{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    max-height: 100%;
}
.cart_page .tb .row.info_box .cell.price flex{
	align-content: space-between
}
.cart_page .tb .row.info_box .cell .pig{
	width: 100px;
	height: 100px;
	background-image: url("../uploads/images/pig.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
}
.cart_page .tb .row.info_box .cell{
    vertical-align: top;
}
.cart_page .tb .row.info_box .cell form{
	display: flex;
	align-items: center;
}
.cart_page .tb .row.info_box .cell form:first-child{
	margin-bottom: 10px;
}
.cart_page .tb .row.info_box .cell form input{
	border: none;
	background-color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 30px;
}
.cart_page .tb .row.info_box .cell form input[type="submit"]{
	background-image: url("../uploads/icon/add_w.png");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #63c4b3;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.cart_page .tb .row.info_box .cell form input[type="text"]{
	width: 200px;
    border-radius: 5px 0 0 5px;
}
.cart_page .steps{
	justify-content: center;
	margin-bottom: 50px;
}
.cart_page .steps a{
	text-align: center;
	margin: 0 20px;
	align-items: center;
	color: #a8a9ac;
}
.cart_page .steps a div{
	font-weight: bold;
	font-size: 1.1em;
}
.cart_page .steps a .icon{
    display: inline-block;
    width: 150px;
    height: 145px;
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: bottom;
}
.cart_page .steps a:nth-child(1) .icon{
	background-image: url(../uploads/images/cart_levl_1.png);
}
.cart_page .steps a:nth-child(2) .icon{
	background-image: url(../uploads/images/cart_levl_2.png);
}
.cart_page .steps a:nth-child(3) .icon{
	background-image: url(../uploads/images/cart_levl_3.png);
}

.cart_page .steps a:hover .icon,
.cart_page .steps a.active .icon{
	background-position: top;
}
.cart_page .steps a:hover,
.cart_page .steps a.active{
    color: #64C4B3;
}
 




.cart_page .day_status{
    margin-top: 20px
}
.cart_page .day_status div{
	display: none;
}
.cart_page .day_status .show{
	display: block;
}
.cart_page .week{
	background-color: #eee;
	border-radius: 10px;
	padding: 20px;
	flex-wrap: wrap;
	box-shadow: 0 0 5px 4px #e6e6e6;
	margin-bottom: 10px;
	width: 50%;
}
.cart_page .week .flex{
	display: flex;
	justify-content: space-between;

}

.cart_page .week_title{
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	padding: 20px 70px 20px 20px;
	background-image: url(../uploads/icon/cart_send_time.png);
    background-size: 50px;
    background-repeat: no-repeat;
	background-position: right;
	
}

.cart_page .week .day{
	display: none;
}
.cart_page .week .day.show{
	display: block;
}
.cart_page .week .day input{
	position: absolute;
	opacity: 0;
}
.cart_page .week .day.post .icon{
	display: inline-block;
	vertical-align: middle;
	background-image: url(../uploads/icon/post.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: right;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

.cart_page .week .day > span{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	display: block;
	border: 3px solid #fff;
	box-shadow: 0 4px 5px 0 #e6e6e6;
}
.cart_page .week .day span:hover,
.cart_page .week .day input:checked + span{
/*
	background-color: #64C4B3;
	color: #fff;
*/
	border-color: #64C4B3;

}
 

.cart_page .peper_factor{
	margin-top: 10px;
	background-color: #eee;
	border-radius: 10px;
	box-shadow: 0 0 5px 4px #e6e6e6;
	display: inline-block;
	padding: 10px 20px ;
    font-size: 1em;

}
.cart_page .peper_factor .peper_factor_icon{
    background-image: url(../uploads/icon/peper_factor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.cart_page .receiver_info .addresses .info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 300px;
}
.cart_page .receiver_info .addresses .info > div{
	min-width: 110px;
	font-weight: 500;
}
.cart_page .addresses .info > div:not(:last-child){
	margin-bottom: 10px;
}

.cart_page .total_price_box .check_inp_style{
	margin-bottom: 0;
    display: inline-block;
    padding-left: 0;
}

.cart_page .addresses{
	background-color: #eee;
	border-radius: 10px;
	padding:  15px;
	box-shadow: 0 0 5px 4px #e6e6e6;
    margin-bottom: 20px;
}
.cart_page .addresses .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.cart_page .address_title{
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	padding: 20px 70px 20px 0;
	background-image: url(../uploads/icon/cart_address.png);
    background-size: 50px;
    background-repeat: no-repeat;
	background-position: right;
}
 

.cart_page .address_title .btn{
	float: left;
	cursor: pointer;
	color: #64C4B3;
	font-size: .8em;
}

.cart_page .addresses .items .btn_edit{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.cart_page .addresses .items:nth-child(4){
    margin-top: 20px;
}
.cart_page .addresses .items{
	width: 30%;
}
.cart_page .addresses .items .info{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	display: block;
	border: 3px solid #fff;
	box-shadow: 0 4px 5px 0 #e6e6e6;
    height: 100%;
}

.cart_page .addresses .items input{
	position: absolute;
	opacity: 0;
}
.cart_page .addresses .items .info:hover,
.cart_page .addresses .items input:checked + .info{
/*	background-color: #64C4B3;*/
	border-color: #64C4B3;
/*	color: #fff;*/
}

.step3{
	justify-content: space-between;
}
.step3 .tb .cell .cover{
	width: 100px;
	height: 100px;
}
.step3 .left{
	display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.cart_page .total_price_box{
	background-color: #eee;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 4px 5px 0 #e6e6e6;
    margin: 0 auto 20px 0;
    display: table;
    width: 350px;
}
.cart_page .total_price_box > div{
	display: table-cell;
}
.cart_page .total_price_box div div{
	padding:0 20px;
	font-weight: 500;
    white-space: nowrap;
}
.cart_page .total_price_box div div:not(:last-child){
	margin-bottom: 20px;
}
.cart_page .total_price_box div div:last-child {
    border-top: 1px solid #aaa;
	padding-top: 10px;
}
 
.cart_page .address_form_box div textarea,
.cart_page .address_form_box div input{
	width: 400px;
}
/*---- CART PAGE ----*/



/*---- PRODUCTS ----*/



#content_slidetoggle .page_desc{
    height: 150px;
    overflow: hidden;
}
#content_slidetoggle .page_desc h1{
    margin-top: 0;
    margin-bottom: 10px;
}
#content_slidetoggle .show_more{
    text-align: center;
    z-index: 2;
    cursor: pointer;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#content_slidetoggle .shadow{
    pointer-events: none;
    position: absolute;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
 



#products_page .product_box .cover img{
    border-radius: 10px;
}

#products_page .product_box .cover img.hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
    opacity: 0;
    transition: all .7s;
    transform: scale(1);
}
#products_page .product_box .cover:hover img.hover{
    opacity: 1;
    transform: scale(1.05);

}
#products_page .product_box .add_to_cart{
    padding: 5px 15px;
    background-color: #EF3D6F;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

#blogs_page .page_title,
#products_page .page_title{
    width: 97%;
    margin: 0 auto  0 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 40px;
}
#blogs_page .page_title h1,
#products_page .page_title h1{
    margin: 0 0 20px 0;
    font-size: 1em;
    font-weight: 500;
}
#products_page .products_cover{
    width: 97%;
    margin: 0 auto  0 0;
	font-size: 1.1em;
    margin-bottom: 10px;
}


#products_page .products_cover img{
    border-radius: 20px;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
#products_page .products_empty{
    text-align: center;
    margin: 0 auto;
    
}
#products_page .products_empty img{
    width: 300px;
}
#products_page .products_empty .note{
    font-size: 20px;
    font-weight: 500;
    color: #ef3d6f;
}
#products_page .side_option{
    min-width: 200px;
    width: 18%;
}

#products_page .side_option .box .color{
    height: 110px;
    overflow: hidden;
}
#products_page .side_option .box .show_more_color{
    text-align: center;
    cursor: pointer;
    color: #64c4b3;
}
#products_page .side_option .box label{
    display: inline-block;
	color: #777;
	padding: 5px 0;
    cursor: pointer;
    direction: rtl;
}

#products_page .side_option .box #category > div{
    padding: 5px 0;
}
#products_page .side_option .box .link_cat.checked{
    color: #64C4B3;
    font-weight: bold;
}

#products_page .side_option .box .link_cat.level_1{
    font-weight: bolder;
}
#products_page .side_option .box .link_cat.level_2{
    font-weight: bold;
    padding-right: 20px;
}
#products_page .side_option .box .link_cat.level_3{
    padding-right: 40px;
}
#products_page .side_option .serach_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#products_page .side_option .serach_box input{
	border: none;
	width: 100%;
    background-color: transparent;
}
#products_page .side_option .serach_box .serach_btn{
    width: 25px;
    height: 25px;
    background-image: url(../uploads/icon/serach.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
nav .pagination .page-item {
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
#products_page .side_option .box:not(:last-child){
    direction: rtl;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#products_page .side_option .box .title{
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.1em;
    color: #64C4B3;
}

#products_page article{
	width: 82%;
}
#products_page article .flex{
	flex-wrap: wrap;
	justify-content: flex-start;
}

#products_page .product_box{
	width: 22%;
	margin-bottom: 40px;
    margin-right: 3%;
}

#event_page article .flex{
	flex-wrap: wrap;
	justify-content: flex-start;
}

#event_page .product_box .shadow_box{
    overflow: hidden;
    box-shadow: none;
}
#event_page .poster{
    font-size: 0;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
#event_page .product_box .add_to_cart{
    font-weight: bold;
    font-size: 1.3em;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #63c4b3;
    left: 0;
    color: #fff;
    cursor: pointer;
}
#event_page .product_box .info {
    position: initial;
    margin-bottom: 30px;
    flex-direction: inherit;
    min-height: auto;
    padding: 10px 0;
    justify-content: space-between;
}
#event_page .product_box {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 4%;
}
#event_page .product_box:nth-child(2n-1){
    margin-right: 0;
}
#product_page .pro_content > .flex{
    width: 100%;
}
#product_page .pro_content > .flex > .info{
	width: 60%;
	padding: 0 30px;
    min-width: 400px;
}

#product_page .pro_content .detile .flex{
    justify-content: space-between;
}
#product_page .pro_content .detile{
	width: 20%;
    min-width: 300px;
}

#product_page .pro_content .images_side .images:before,
#product_page .pro_content .images_side .images:after{
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 100%;
    background-color: #fff;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#product_page .pro_content .images_side .images:before{
    left: 0;
}
#product_page .pro_content .images_side{
	width: 40%;
	direction: ltr;
    max-width: 400px;
}
 
#product_page .pro_content .images .big{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 5px 4px #e6e6e6;
}

 


.pro_content > .detile .rate_status{
    font-size: 12px;
    padding-left: 10px;
}

#product_page .pro_content .info .flex{
	justify-content: space-between;
    align-items: center;
}


#product_page .pro_content > .info h1{
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #777;
}




#product_page .pro_content .detile .no_product{
	color: #EF3D6F;
	font-size: 1.5em;
	font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
}

	
#product_page .pro_content .detile .price .discounted{
    font-weight: 300;
}
#product_page .pro_content .detile .price .discounted:after{
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: #EF3D6F;
	width: 100%;
	top: 17px;
}
#product_page .pro_content .info .info_box{

	display: flex;
	flex-wrap: wrap;
}
#product_page .pro_content .info .info_box .items span{
    font-weight: 500;
}
#product_page .pro_content .info .info_box .items{
	width: 50%;
	font-size: 1em;
    font-weight: 500;
}
#product_page .pro_content .info .info_box .items a{
    color: #EF3D6F;
    font-weight: 500;
}
#product_page .pro_content .info .info_box .items{
	margin-top:5px;
}
#product_page .pro_content .info .info_box .items:nth-child(1),
#product_page .pro_content .info .info_box .items:nth-child(2){
	margin-top:0;
}
 
#product_page .pro_content .toy_mod .txt{
    font-size: 1.3em;
    color: #777;
    font-weight: 500;
    text-align: center;
}
 
#product_page .pro_content .toy_mod input{
	position: absolute;
	opacity: 0;
}
 
#product_page .pro_content .toy_mod .info{
    margin-top: 10px;
}
#product_page .pro_content .toy_mod .info span{
    display: block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-image: url(../uploads/icon/info.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
#product_page .pro_content .toy_mod .info_box{
    z-index: 1;
    width: 100%;
    border-top: 2px solid #ddd;
    font-size: 1em;
    padding-top: 10px;
    line-height: 27px;
}
#product_page .pro_content .toy_mod .info_box.show{
    display: block;
}
#product_page .pro_content .toy_mod{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#product_page .pro_content .toy_mod label > span{
    border-radius: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    background-color: #777;
    display: inline-block;
    overflow: hidden;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
#product_page .pro_content .toy_mod label > span:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
}
#product_page .pro_content .toy_mod label > span img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
#product_page .pro_content .toy_mod label.red > span img{
    animation-name: shake_btn;
    -webkit-animation-name: shake_btn;
}
#product_page .pro_content .toy_mod label.red > span{
	background-color: #ef3d6f;
}
#product_page .pro_content .toy_mod label.red > span:after{
    border-color: #ef3d6f;
}
#product_page .pro_content .toy_mod label input:checked + span{
	background-color: #64C4B3;
}
#product_page .pro_content .toy_mod label input:checked + span:after{
    border-color: #64C4B3;
}
#product_page .pro_content .toy_mod label.red .txt{
	color: #ef3d6f;
}   
 #product_page .pro_content .toy_mod label.green .txt{
	color: #64C4B3;
}   
    
#product_page .pro_content .not_box{
    margin-bottom: 20px;
}

#product_page .pro_content .not_box .check_inp_style{
    font-size: 1.1em;
    margin-top: 5px;
}
#product_page .pro_content .not_box textarea{
    display: block;
    width: 100%;
    height: 130px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 1em;
    resize: none;
    color: #332868;
}
#product_page .pro_content .not_box textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #332868;
}
#product_page .pro_content .not_box textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #332868;
   opacity:  1;
}
#product_page .pro_content .not_box textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #332868;
   opacity:  1;
}
#product_page .pro_content .not_box textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #332868;
}
#product_page .pro_content .not_box textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #332868;
}

#product_page .pro_content .not_box textarea::placeholder { /* Most modern browsers support this now. */
   color:    #332868;
}
#product_page .pro_content .not_box textarea.red{
    border-color: #ef3d6f;
}

#product_page .pro_content .grey_box{
    border-radius: 10px;
    margin-top: 20px;
}
 
#product_page .tabs .grey_box{
    display: none;
}
#product_page .tabs .grey_box.show{
    display: block;
    border-radius: 10px 0 10px 10px;
}
#product_page .tabs{
    margin-top: 50px;
}
#product_page .tabs .links{
    display: flex;
}
#product_page .tabs .links .link{
    padding: 10px;
    background-color: #e7e7e7;
    border-radius: 10px 10px 0 0;
    margin-left: 10px;
    box-shadow: 2px 1px 4px 2px #dcdcdc;
    cursor: pointer;
}
#product_page .tabs .links .link.active{
    background-color: #efefef;
}
#product_page .tabs .links .link.active:after{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #efefef;
    z-index: 1;
}
.comments .flex{
    align-items: center;
    justify-content: space-between;
}
.comments .cm_form_btn{
    margin: 0 auto 0 0;
    background-color: #ffffff;
    font-size: 0.9em;
    font-weight: 500;
    color: #64c5b3;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 2em;
    padding: 5px 10px;
    max-width: 90px;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
.comments .comments_box .cm_items .vote{
    position: absolute;
    top: 20px;
    z-index: 1;
    direction: ltr;
 }
.comments .comments_box .cm_items .vote span {
    display: inline-block;
    vertical-align: middle;
}
.comments .comments_box .cm_items .vote .icon {
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 11px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.comments .comments_box .cm_items .like{
    left: 45px;
    color: #64C4B3;
}
.comments .comments_box .cm_items .dislike{
    left: 0;
    color: #EF3D6F;
}
.comments .comments_box .cm_items .like .icon{
    background-image: url(../uploads/icon/like.png);
    background-color: #64C4B3;
}
.comments .comments_box .cm_items .dislike .icon{
    background-image: url(../uploads/icon/dislike.png);
    background-color: #EF3D6F;
}
.comments .comments_box .cm_items{
    margin-top: 20px;
    border-top: 3px solid #fff;
    padding-top: 20px;    
}
.comments .comments_box .cm_items.lvl_2{
    margin-right: 40px;
}
.comments .comments_box .cm_items.lvl_3{
    margin-right: 80px;
}
.comments .comments_box .cm_items .name{
    font-size: 1.2em;
    font-weight: 500;
}
.comments .comments_box .cm_items .name span{
    font-size: .8em;
    font-weight: 500;
    color: #ef3d6f;
}
.comments .comments_box .cm_items .desc{
    font-size: 1em;
    line-height: normal;
}
.comments .comments_box .cm_items .cm_items{
    padding-right: 50px;
}
.comments .comments_box .cm_items .desc form{
    margin-top: 20px;
}
.comments form input[name="name"],
.comments form input[name="email"],
.comments form textarea{
    background-color: #fff !important;
    border: 2px solid #efefef !important;
}
#product_page .pro_content .info .desc a{
    color: #ef3d6f;
    font-weight: 500;
}
#product_page .pro_content .info .desc{
    font-size: 1em;
    line-height: 2em;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#product_page .pro_content .detile .price{
	font-size: 1.3em;
	font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product_page .pro_content .detile .discounted_price{
    font-size: 1em;
    color: #EF3D6F;
    font-weight: 300;
}
#product_page .pro_content .detile .add_to_cart{
	padding: 5px 15px;
	background-color: #EF3D6F;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
    text-align: center;
    width: 100%;
}
#product_page .pro_content .detile .go_to_customize{
	margin: 0 auto 10px auto;
	padding: 5px 15px;
	background-color: #64c5b3;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
    width: 100%;
    text-align: center;
    display: block;
}
#product_page .pro_content .images #goToPrevSlide,
#product_page .pro_content .images #goToNextSlide{ 
	position: absolute;
	bottom: 20px;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
    border: solid #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}
#product_page .pro_content .images #goToPrevSlide{
	left: 10px;
	border-width: 0 0 5px 5px;
	    border-radius: 0  0 0 10px;
}
#product_page .pro_content .images #goToNextSlide{ 
	right: 10px;
	border-width: 5px 5px 0 0;
	border-radius: 0 10px 0 0;
}
#product_page .pro_content .images .item img{ 
    width: 90%;
    margin: 0 auto;
    display: block;
    z-index: 2;
    border-radius: 10px;
}
#product_page .pro_content .images .item{ 
    position: absolute;
    left: 0;
    width: 100%;
}
#product_page .pro_content .images_side .images .lSSlideWrapper{
    position: initial;
}
#product_page .pro_content .images_side .images .lSSlideOuter{
    padding: 0 50px;
}
#product_page .pro_content .images.no_gallery #goToPrevSlide,
#product_page .pro_content .images.no_gallery #goToNextSlide,
#product_page .pro_content .images.no_gallery .lSGallery{
	display: none;
}
#product_page .pro_content #imageGallery{
	margin-bottom: 20px;
    position: initial;
 }
#product_page .pro_content .images .lSSlideOuter .lSPager.lSGallery li{
	display: block;
	background-color: #fff;
	border: 4px solid #efefef;
	border-radius: 50%;
    padding: 10px;
}
#product_page .pro_content .images .lSSlideOuter .lSPager.lSGallery li.active{
	border-color: #64C4B3;
}
#product_page .pro_content .images .lSSlideOuter .lSPager.lSGallery li a,
#product_page .pro_content .images .lSSlideOuter .lSPager.lSGallery li img{
	width: 100%;
	height: 100%;
}
#product_page > .slider_container{
    background-color: #eee;
}
#product_page{
    background-color: #fff;
}
#product_page .product_box .cover{
    margin: 0 auto;
    display: block;
}
#product_page .product_slider{
    padding: 60px 0 60px 0;
}
#product_page .product_slider:last-child{
    padding: 0 0 60px 0;
}
#product_page .product_slider .sec_title{
    margin-bottom: 20px;
	font-size: 20px;
}
/*---- blog_page ----*/
#blog_page .comments_container{
	width: 80%;
    padding-left: 30px;
}
#blog_page .comments{
    margin-top: 50px;
}
#blog_page .pro_content .related{
	width: 20%;
}
#blog_page .pro_content .related .related_items .grey_box:first-child{
    margin-bottom: 30px;
}
#blog_page .pro_content .related .related_items .grey_box > .title a{
    font-size: 1.5em;
    font-weight: bold;
    color: #765fa9;
}
#blog_page .pro_content .related .blog_box{
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
}
#blog_page .slider_container .product_box{
    display: block;
    margin: 10px;
}
#blog_page .pro_content .related .blog_box{
    width: 100%;
}
#blog_page .pro_content .related .blog_box .info {
    min-height: 70px;
}
#blog_page .slider_container .lSAction{
	position: absolute;
	top: 40%;
	width: 100%;
}
#blog_page .slider_container .lSAction > a{
	width: 60px;
    height: 60px;
    background-size: 30px;
    background-repeat: no-repeat;
	background-position: center;
}
#blog_page .slider_container .lSAction > .lSPrev{
    background-image: url(../uploads/slider_prev_red.png);
	left: 0;
}
#blog_page .slider_container .lSAction > .lSNext{
    background-image: url(../uploads/slider_next_red.png);
	right: 0;
}
#blog_page .pro_content > .info{
	width: 60%;
    padding-left: 30px;
    z-index: 1;
}
#blog_page .pro_content > .info .title{
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #765fa9;
}
#blog_page .pro_content > .info .grey_box .flex{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#blog_page .pro_content .info .info_box{
	display: flex;
	flex-wrap: wrap;
}
#blog_page .pro_content .info .info_box .items{
	width: 33%;
	font-size: 1.1em;
	color: #aaa;
}
#blog_page .pro_content .info .info_box .items:nth-child(1),
#blog_page .pro_content .info .info_box .items:nth-child(2),
#blog_page .pro_content .info .info_box .items:nth-child(3){
	margin-bottom:10px;
}
#blog_page .pro_content .info > .grey_box:first-child{
    border-radius: 10px 0 0 10px;
    padding: 20px 40px;
}
#blog_page .pro_content .related .toc_items .toc{
    padding-right: 35px;
}
#blog_page .pro_content .related .toc_items ul{
    margin: 0;
    list-style: none;
}
#blog_page .pro_content .related .toc_items .toc ol {
    padding:0;
}
#blog_page .pro_content .related .toc_items ul li {
    padding: 7px 0 7px 10px;
    font-size: .9em;
    line-height: 1.4em;
}
#blog_page .pro_content .related .toc_items ul ol ul{
    padding-right: 20px;
}
#blog_page .pro_content .related .toc_items ul ol ul li{
    padding: 5px 0 5px 10px;
}
#blog_page .pro_content .related .toc_items .toc li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #765fa9;
    border-radius: 50px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
#blog_page .pro_content .related .toc_items{
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    padding: 20px 0;
}
#blog_page .pro_content .related .toc_items:after{
    content: '';
    display: block;
    position: absolute;
    background-color: #efefef;
    height: 100%;
    width: 15px;
    top: 0;
    left: -15px;
}
#blog_page .pro_content .info .desc{
	font-size: 1.1em;
	line-height: 40px;
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
	margin-bottom: 30px;
}
#blog_page .pro_content .info .desc img{
    border-radius: 5px;    
}
#blog_page .pro_content .info .desc a{ 
    color: #EF3D6F;
}
#blog_page .pro_content .images .item img{ 
    width: 90%;
    margin: 40px auto;
    display: block;
}
#blog_page .pro_content .images .item{ 
	background-color: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 5px 4px #e6e6e6;
	padding: 10px;
}
#blog_page .pro_content .info .desc h3 a,
#blog_page .pro_content .info .desc h2 a,
#blog_page .pro_content .related .toc_items ul li a{
    color: #765fa9;
}
#blogs_page article{
    width: 100%;
}
#blogs_page .side_option{
    width: 20%;
}
 
#blogs_page .side_option .item:not(:first-child){
    margin-top: 5px;
}
#blogs_page .side_option .item a{
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
}
#blogs_page .side_option .item a:hover,
#blogs_page .side_option .item.active a{
    background-color: #efefef;
}
#blogs_page .side_option .serach_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#blogs_page .side_option .serach_box input{
	border: none;
	width: 100%;
    background-color: transparent;
}
#blogs_page .side_option .serach_box .serach_btn{
    width: 25px;
    height: 25px;
    background-image: url(../uploads/icon/serach.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#blogs_page .side_option .box:not(:last-child){
    direction: rtl;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#blogs_page .side_option .box .title{
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.1em;
    color: #64C4B3;
}
#blogs_page article > .flex{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.blog_box{
    width: 22%;
    margin-right: 3%;
}
.blog_box:not(:last-child){
    margin-bottom: 40px;
}
.blog_box .shadow_box{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px #dcdcdc;
    overflow: hidden;
}
.blog_box .date{
    position: absolute;
    top: 30px;
    background-color: #ffffff;
    color: #aaa;
    font-size: 1em;
    font-weight: 500;
    z-index: 1;
    left: 0;
    border-radius:0 50px 50px 0;
    padding: 7px 20px 7px 10px;
}
.blog_box .cover{
    display: inline-block;
    font-size: 0;
    width: 100%;
    max-height: 320px;
    overflow: hidden;
}
.blog_box img{
	max-height: 100%;
    width: 100%;
}
.blog_box .cover .new_por{
    position: absolute;
    right: -27px;
    top: -9px;
    width: 100px;
    height: 60px;
    background-image: url(../uploads/images/new_pro.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.blog_box .info{
	text-align: center;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 10px;
}
.blog_box .info .title,
.blog_box .info a{
	color: #64C4B3;
	font-size: 1.1em;
	font-weight: bold;
}
.blog_box .info .price{
	color: #777;
	font-size: 1em;
	font-weight: 300;
	direction: rtl;
}
.blog_box .info .price span{
	display: inline-block;
}
.blog_box .info .price span.discounted:after{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #EF3D6F;
    width: 100%;
    top: 13px;
}
.blog_box .info .discounted_price{
	font-size: 1.1em;
	font-weight: 500;
	color: #EF3D6F;
}
/*---- contents_pages ----*/
#contents_pages{
   background-image: url(../uploads/bg/pattern.png);
        background-color: #fff;
    background-attachment: fixed;
}
#contents_pages .page_title{
	font-size: 2.5em;
    font-weight: bold;
    color: #765fa9;
}
#contents_pages .content{
    width: 75%;
}
#contents_pages .desc{
    line-height: 40px;
    font-size: 1.1em;
}
#contents_pages .desc h2,
#contents_pages .desc h3{
    color: #64C4B3;
}
#contents_pages .img{
    width: 25%;
    padding-right: 50px;
    direction: ltr;
}
#contents_pages .img img{
    position: sticky;
    top: 100px;
    max-height: 300px;
    width: auto;
}
/*---- activities ----*/
#activities .product_box{
	width: 23%;
}
#activities .product_box .info{
    min-height: 50px;
}
#activities article{
    width: 100%;
}
#activities article > .flex{
     flex-wrap: wrap;
}
#activities .side_option{
    width: 20%;
}
#activities .side_option .item:not(:first-child){
    margin-top: 5px;
}
#activities .side_option .item a{
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
}
#activities .side_option .item a:hover,
#activities .side_option .item.active a{
    background-color: #efefef;
}
#activities .side_option .serach_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#activities .side_option .serach_box input{
	border: none;
	width: 100%;
    background-color: transparent;
}
#activities .side_option .serach_box .serach_btn{
    width: 25px;
    height: 25px;
    background-image: url(../uploads/icon/serach.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#activities .side_option .box:not(:last-child){
    direction: rtl;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#activities .side_option .box .title{
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.1em;
    color: #64C4B3;
}
/*---- giftcards ----*/
#giftcards_page{
	direction: ltr;
    overflow: hidden;
}
#giftcards_page .slider_box img{
    border-radius: 20px; 
}
#giftcards_page .lSAction > a{
	width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}
#giftcards_page .add_giftcard {
    background-color: #332868;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 50px auto;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    display: inline-block;
    padding: 0 20px;
}
#giftcards_page .giftcard_box .cover{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    max-width: 450px;
}
#giftcards_page .giftcard_box{
	height: 400px;
	transition: all .3s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform-origin: center;
}
#giftcards_page .giftcard_box.active + .giftcard_box{
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
}
#giftcards_page .lSAction{
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 100%;
}
#giftcards_page .lSAction > .lSPrev{
    background-image: url(../uploads/slider_prev.png);
	left: 0;
}
#giftcards_page .lSAction > .lSNext{
    background-image: url(../uploads/slider_next.png);
	right: 0;
}
#giftcard_charge_page .content_box{
	width: 500px;
	background-color: #fff;
	border-radius: 20px;
	margin: 50px auto;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 5px 4px #e6e6e6;
    max-width: 100%;
}
#giftcard_charge_page .content_box img{
    max-width: 250px;
}
#giftcard_charge_page .content_box .title{
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0;
}

#giftcard_charge_page .content_box .row input{
	border: none;
    background-color: #f1f2f2;
	font-size: 14px;
	height: 40px;
    font-family: sans-serif;
}

#giftcard_charge_page .content_box .row .btn_green{
	font-size: 16px;
	border-radius: 0 5px 5px 0;
	height: 40px;
    padding: 0 20px;
}
#giftcard_charge_page .content_box .desc{
	margin: 20px auto;
}
#cart_result .content_box{
	width: 500px;
	background-color: #fff;
	border-radius: 20px;
	margin: 50px auto;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 5px 4px #e6e6e6;
    max-width: 100%;
}
#cart_result .content_box .title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
/*customize_page*/
#customize_page{
	height: 100%;
}
#customize_page .flex{
	height: 100%;
    z-index: 2;
}
#customize_page{
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}
#customize_page .frames{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    direction: ltr;
}
#customize_page .frames .sky{
    background-image: url("../uploads/customize/sky.png");    
    background-size: auto 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    background-color: #fff;
    width: 100%;
    height: 100%; 
    top: 0;
    transition: top 1s cubic-bezier(0.77,0.2,0.05,1.0);
}
#customize_page.go .sky{
    top: -100%;
}
#customize_page .frames .bot_obj{
    width: 100%;
    height: 100%; 
    top: 0;
    transition: top 1s cubic-bezier(0.77,0.2,0.05,1.0);
}
#customize_page.go .bot_obj{
    top: -100%;
}
#customize_page .frames .railway{
    position: absolute;
    width: 300%;
    display: flex;
    right: 0;
    height: 100%;
    align-items: self-end;
    direction: rtl;
    transition: right 1s 2s cubic-bezier(0.77,0.2,0.05,1.0);
}
#customize_page .frames .railway.go2{
    right: -100%;
}
#customize_page .frames .railway.go3{
    right: -200%;
}
#customize_page .frames .railway div{
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-image: url("../uploads/customize/rail_full.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -20%;
}
#customize_page .frames .railway div:before{
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: -1;
    background-size: contain;
    background-position: bottom;
    background-image: url("../uploads/customize/cloud.png");
    height: 400%;
    bottom: 15%;
    background-attachment: fixed;
}
#customize_page .frames .railway div:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 20%;
    width: 100%;
    z-index: -1;
    background-size: contain;
    background-position: top;
    background-image: url("../uploads/customize/ground.png");
}
#customize_page .frames .railway div img{
    width: 100%;
    bottom: 0;
    z-index: 2;
    position: absolute;
    max-height: 80%;
}
#customize_page .frames .train{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20%;
    text-align: center;
    z-index: 1;
}
#customize_page .frames .train img{
    width: 100%;
}
#customize_page .top_leyer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
#customize_page .frames .toy_box{
    position: fixed;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%,0) scale(1);
    -webkit-transform: translate(-50%,0) scale(1);
    -moz-transform: translate(-50%,0) scale(1);
    height: 60%;
    width: 500px;
    bottom: -115%;
    transition: all 1.3s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    max-width: 100%;
}
#customize_page .frames .toy_box img{
    position: absolute;
	bottom: 0;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%);
    z-index: 1;
}
#customize_page.lvl4 .frames .toy_box{
    bottom: 15%;
}
#customize_page .preview_sec{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2;
}
#customize_page .total_price {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    height: 70px;
    line-height: 55px;
    font-weight: bold;
    font-size: 1.1em;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    bottom: -70px;
    transition: bottom 1s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../uploads/customize/total_price.png");
    color: #fff;
    opacity: 0;
}
#customize_page.lvl2 .total_price,
#customize_page.lvl3 .total_price,
#customize_page.lvl1 .total_price.active{
    bottom: 0;
    opacity: 1;
}
#customize_page.lvl4 .total_price,
#customize_page.lvl1 .total_price{
    bottom: -70px;
}
#customize_page .levels{
    position: absolute;
    display: block;
    width: 100%;
    height: 130px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: -150px;
    transition: top 1s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 1;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
}
#customize_page.lvl1 .levels{
    background-image: url(../uploads/customize/lvl1.png);
}
#customize_page.lvl2 .levels{
    background-image: url(../uploads/customize/lvl2.png);
}
#customize_page.lvl3  .levels{
    background-image: url(../uploads/customize/lvl3.png);
}
#customize_page.lvl1 .levels,
#customize_page.lvl2 .levels,
#customize_page.lvl3 .levels{
    top: 0;
    opacity: 1;
}
#customize_page.go .levels,
#customize_page.lvl4 .levels{
    top: -150px;
    opacity: 1;
}
#customize_page .preview_box{
    position: fixed;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%,1%) scale(1);
    -webkit-transform: translate(-50%,1%) scale(1);
    -moz-transform: translate(-50%,1%) scale(1);
    height: 60%;
    width: 500px;
    bottom: 15%;
    transition: all 0.2s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    -webkit-transition: all 0.2s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    -moz-transition: all 0.2s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}
#customize_page.go .preview_box{
    transform: translate(-50%,30%) scale(0.1);
    -webkit-transform: translate(-50%,30%) scale(0.1);
    -moz-transform: translate(-50%,30%) scale(0.1);
}
#customize_page.lvl4 .preview_box{
    transform: translate(-50%,-2%) scale(1);
    -webkit-transform: translate(-50%,-2%) scale(1);
    -moz-transform: translate(-50%,-2%) scale(1);
    width: 220px;
}
#customize_page .preview_box img{
    position: absolute;
	bottom: 0;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1;
}
#customize_page .preview_box img.plushy{
    z-index: 0;
}
#customize_page .preview_box img.plushy.elephant{
    z-index: 5;
}
#customize_page .preview_box img.accessories-shoes{
    z-index: 1;
}
#customize_page .preview_box img.accessories-pants{
    z-index: 2;
}
#customize_page .preview_box img.accessories-shirts{
    z-index: 3;
}
#customize_page .preview_box img.accessories-hats{
    z-index: 4;
}
#customize_page .side{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
	align-self: baseline;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 6;
}
#customize_page .side .btns > a,
#customize_page .side .btns > div{ 
    width: 80px;
    height: 70px;
    border-radius: 0 50% 50% 0;
    margin:0 auto 20px 0;
    cursor: pointer;
    display: block;
    transition: left 1s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    left: -80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}
#customize_page.lvl4 .side .btns > a,
#customize_page.lvl4 .side .btns > div{ 
    left: -80px !important;
    opacity: 1;
}
#customize_page .side .btns .next{
    background-image: url(../uploads/customize/next.png);
}
#customize_page .side .btns .next .error{
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    color: #ef3d6f;
    text-align: center;
    font-weight: bold;
    top: 15px;
    border: 2px solid #ef3d6f;
    white-space: nowrap;
    left: 90px;
    animation-name: shake_btn;
    -webkit-animation-name: shake_btn;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
#customize_page.lvl3 .side .btns .next{
    background-image: url(../uploads/customize/finish.png);
}
#customize_page .side .btns .home{
    background-image: url(../uploads/customize/home.png);
}
#customize_page .side .btns .back{
    background-image: url(../uploads/customize/back.png);
}
#customize_page.lvl3 .side .btns .home,
#customize_page.lvl3 .side .btns .next,
#customize_page.lvl3 .side .btns .back,
#customize_page.lvl2 .side .btns .home,
#customize_page.lvl2 .side .btns .next,
#customize_page.lvl2 .side .btns .back,
#customize_page.lvl1 .side .btns .home,
#customize_page.lvl1 .side .btns .next.active{
    left: 0;
    opacity: 1;
}
#customize_page.lvl1 .side .btns .next.active{
  	animation-name: shake_btn;
  	-webkit-animation-name: shake_btn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear; 
	-webkit-animation-timing-function: linear; 
}
#customize_page.lvl1 .side .btns .back{
    left: -70px;
}
#customize_page .preview_added{
   	max-height: 70%;
    padding: 30px 0  50px 0;
    left: -170px;
    transition: left 1s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    opacity: 0;
}
#customize_page.lvl1 .preview_added,
#customize_page.lvl3 .preview_added,
#customize_page.lvl2 .preview_added{
    left: 0;
    opacity: 1;
}
#customize_page.lvl4 .preview_added{
    left: -170px;
    opacity: 1;
}
#customize_page .preview_added .selected .mCSB_container{
    margin-left: 10px;
}
#customize_page .preview_added .selected{
    max-height: 100%;
    margin-left: 60px;
    width: 100px;
    height: 100%;
}
 

#customize_page .preview_added .selected .mCustomScrollBox {
    z-index: 1;
    background-color: #faa640;
    border-radius: 50px;
    max-height: 100% !important;
}
#customize_page .preview_added .items:empty{
	display: none;
}
#customize_page .preview_added .items{
    padding: 15px 10px;
    left: -5px;
}
#customize_page .preview_added .items .item{
    width: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    padding: 10px;
}
#customize_page .preview_added .items .item:not(.plushy){
    cursor: pointer;
}
#customize_page .preview_added .items .item:not(:last-child){
	margin-bottom: 10px;
}
#customize_page .preview_added .items .item:not(.plushy):after{
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../uploads/icon/close.png");
}
#customize_page .tools{
	height: 100%;
	display: flex;
    right: -600px;
    transition: right 1s 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
    position: fixed;
    top: 0;
    z-index: 7;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
#customize_page.go .tools{
    opacity: 0 !important;
}
#customize_page.lvl1 .tools,
#customize_page.lvl2 .tools,
#customize_page.lvl3 .tools{
    right: -250px;
}
#customize_page .tools.active{
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
}
#customize_page .tools .tabs{
	display: flex;
	flex-direction: column;
    justify-content: space-evenly;
}
#customize_page .tools .tabs .tab{
    border-radius: 50% 0 0 50%;
    width: 80px;
    height: 70px;
    cursor: pointer;
    background-position: 20px;
    background-size: 55px;
    background-color: #765FA9;
    text-align: left;
    padding: 8px 0px 8px 8px;
    box-shadow: inset -4px 0px 7px -5px #000;
}
#customize_page .tools .tabs .tab .notif {
    position: absolute;
    right: 110%;
    white-space: nowrap;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    color: #ef3d6f;
    text-align: center;
    font-weight: bold;
    top: 15px;
    border: 2px solid #ef3d6f;
    white-space: nowrap;
    animation-name: shake_btn;
    -webkit-animation-name: shake_btn;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
#customize_page.lvl1 .tools .tabs .tab,
#customize_page.lvl3 .tools .tabs .tab,
#customize_page .tools .tabs .tab.active{
    box-shadow: none;
}
#customize_page .tools .tabs .tab span{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
#customize_page .tools .tabs .tab.active span{
  	animation-name: shake_btn;
  	-webkit-animation-name: shake_btn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;  
	-webkit-animation-timing-function: linear;  
}
#customize_page.lvl3 .tools .tabs .tab,
#customize_page.lvl1 .tools .tabs .tab{
    display: none;
}
#customize_page.lvl3 .tools .tabs .tab[data-cat="passport"],
#customize_page.lvl1 .tools .tabs .tab[data-cat="plushy"]{
	display: block;
}
#customize_page.lvl2 .tools .tabs .tab[data-cat="passport"],
#customize_page.lvl2 .tools .tabs .tab[data-cat="plushy"]{
	display: none;
}
#customize_page .tools .tabs .tab[data-cat="plushy"] span{
    background-image: url(../uploads/customize/plushy.png);
}
#customize_page .tools .tabs .tab[data-cat="accessories-shirts"] span{
    background-image: url(../uploads/customize/shirts.png);
}
#customize_page .tools .tabs .tab[data-cat="accessories-pants"] span{
    background-image: url(../uploads/customize/pants.png);
}
#customize_page .tools .tabs .tab[data-cat="accessories-shoes"] span{
    background-image: url(../uploads/customize/shoes.png);
}
#customize_page .tools .tabs .tab[data-cat="accessories-hats"] span{
    background-image: url(../uploads/customize/hat.png);
}
#customize_page .tools .tabs .tab[data-cat="accessories-clothes"]{
    background-color: #FAA640;
}
#customize_page .tools .tabs .tab[data-cat="accessories-clothes"] span{
    background-image: url(../uploads/customize/clothes.png);
}
#customize_page .tools .tabs .tab[data-cat="passport"] span{
    background-image: url(../uploads/customize/passport.png);
}
#customize_page .pro_container{
	height: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	direction: ltr;
	background-color: #765fa9;
    z-index: 1;
    width: 250px;
}
#customize_page .pro_container .mCustomScrollBox {
    max-height: 100% !important;
}
#customize_page .pro_container .pro_box{
    height: 100%;
	width: 100%;
	padding-left: 20px;
    background-color: #765FA9;
    position: absolute;
    z-index: 0;
}
#customize_page.lvl3 .pro_container .pro_box[data-cat="passport"],
#customize_page .pro_container .pro_box.active{
	z-index: 1;
}
#customize_page .pro_container .pro_box[data-cat="accessories-clothes"]{
    background-color: #faa640;
}
#customize_page .pro_container .passport_form{
    background-color: transparent;
    direction: rtl;
    padding: 20px 20px 0 0;
}
#customize_page .pro_container .passport_form .title {
    color: #eee;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 10px;
}
#customize_page .pro_container .passport_form .items{
    margin-bottom: 10px;
}
#customize_page .pro_container .passport_form .items button{
    margin: 0 auto 0 0;
    background-color: #64C4B3;
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    max-width: 100px;
    text-align: center;
    border: none;
}
#customize_page .pro_container .passport_form .items select{
    height: 35px;
}
#customize_page .pro_container .passport_form .items select[name='toy_owner_gender'],
#customize_page .pro_container .passport_form .items select[name='toy_gender']{
    width: 100%;
}
#customize_page .pro_container .passport_form .items .flex{
    justify-content: space-between;
}
#customize_page .pro_container .passport_form .items select[name='day'],
#customize_page .pro_container .passport_form .items select[name='month'],
#customize_page .pro_container .passport_form .items select[name='year']{
    width: 30%;
}                  
#customize_page .pro_container .passport_form .items input{
    width: 100%;
    height: 35px;
}
#customize_page .pro_container .passport_form .toy_mod .txt{
    font-size: 1.3em;
    color: #777;
    font-weight: 500;
    text-align: center;
}
#customize_page .pro_container .passport_form .toy_mod input{
	position: absolute;
	opacity: 0;
}
 
#customize_page .pro_container .passport_form .toy_mod .info{
    margin-top: 10px;
}
 
#customize_page .pro_container .passport_form .toy_mod .info_box{
    z-index: 1;
    width: 100%;
    border-top: 2px solid #ddd;
    font-size: 1em;
    padding-top: 10px;
    line-height: 27px;
}
#customize_page .pro_container .passport_form .toy_mod{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#customize_page .pro_container .passport_form .toy_mod label > span{
    border-radius: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    background-color: #777;
    display: inline-block;
    overflow: hidden;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
#customize_page .pro_container .passport_form .toy_mod label > span:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
}
#customize_page .pro_container .passport_form .toy_mod label > span img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
}
#customize_page .pro_container .passport_form .toy_mod label input:checked + span{
	background-color: #64C4B3;
}
#customize_page .pro_container .passport_form .toy_mod label input:checked + span:after{
    border-color: #64C4B3;
}
#customize_page.lvl1 .tools .tabs .tab .notif{
    position: absolute;
    right: 110%;
    white-space: nowrap;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    color: #ef3d6f;
    text-align: center;
    font-weight: bold;
    top: 15px;
    border: 2px solid #ef3d6f;
    white-space: nowrap;
    animation-name: shake_btn;
    -webkit-animation-name: shake_btn;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
#customize_page .pro_container .products{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	margin: 20px auto;
	direction: rtl;
    padding: 5px 6px 5px 5px;
}
#customize_page .pro_container .products.select{
    background-color: #ef3d6f;
}
#customize_page .pro_container .products .cover {
    padding: 10px;
    font-size: 0;
    background-color: #fff;
}
#customize_page .pro_container .products .cover img{
    cursor: pointer;
}
#customize_page .pro_container .products .price{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
#customize_page .pro_container .products .price span{
    height: 30px;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    background-color: #ef3d6f;
    color: #fff;
    padding: 0 15px;
    line-height: 28px;
}

#customize_page .pro_container .products .add{
    width: 100%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    background-color: #64c4b3;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
}
#customize_page .pro_container .products .add:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url("../uploads/icon/add_w.png");
    vertical-align: middle;
    margin-left: 5px;
}

#online_chat {
    bottom: 7px;
}
#workshop_result .page_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#workshop_result .tiket{
    margin: 20px ;
    max-width: 500px;
}

#workshop_result .tiket .info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 68%;
    padding-top: 19.2%;
    text-align: right;
}
#workshop_result .tiket .info div {
    margin-bottom: 5.2%;
    font-size: 1em;
    color: #777;
    font-weight: bold;
}
#workshop_result .tiket .info .name{
    padding-right: 35%;
}
#workshop_result .tiket .info .price{
    padding-right: 19%;
}

#workshop_result .tiket .info .prepayment{
    padding-right: 35%;
}
#workshop_result .tiket .info .code{
    padding-right: 23%;
}
#workshop_result .tiket .info .time{
    padding-right: 22%;
}

#workshop_page .white_box {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
#workshop_page .cover{
    width: 40%;
    font-size: 0;
}
#workshop_page .cover img{
    border-radius: 5px;
    max-height: 100%;
}

#workshop_page .info{
    width: 60%;
    padding-right: 20px;
}
#workshop_page .info h1{
    margin: 0 0 10px 0;
}
#workshop_page .info .date {
    font-weight: 400;
    margin-bottom: 20px;
}
#workshop_page .info .descripton {
    margin-bottom: 20px;
}

#workshop_page .info .price {
    font-weight: bold;
    margin: 0px 0 5px 0;
    color: #ef396f;
}
#workshop_page .total_form{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#workshop_page .total_form input{
    width: 80px;
    margin: 0 10px;
	background-color: #f1f2f2;
    height: 35px;
    text-align: center;
}
#workshop_page .form_box{
    max-width: 1000px;
}
#workshop_page .form_box .btn_add {
    width: 40px;
    height: 40px;
    align-self: center;
    background-image: url("../uploads/icon/add_w.png");
    background-color: #65c4b3;
    background-size: 25px;
}

#workshop_page .form_box .form_items .flex_w:not(:first-child) .btn_add {
 
    background-image: url("../uploads/icon/close.png");
}


#workshop_page .form_box .workshop_parts label input{
    position: absolute;
    opacity: 0;
}
#workshop_page .form_box .workshop_parts label{
    width: 20%;
}
#workshop_page .form_box .workshop_parts label .items{
	background-color: #f1f2f2;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	display: block;
	border: 3px solid #f1f2f2;
	box-shadow: 0 4px 5px 0 #e6e6e6;
}
#workshop_page .form_box .workshop_parts label .items:hover,
#workshop_page .form_box .workshop_parts label input:checked + .items{
	border-color: #64C4B3;
}
#workshop_page .form_box .workshop_parts label input:disabled + div{
    color: #ccc;
}
#workshop_page .form_box .workshop_parts label input:disabled + .items{
    opacity: .5;
    border-color: #f1f2f2 !important;
	cursor: default;
}

#workshop_page .form_box .flex_w{
    justify-content: space-between;
    margin-bottom: 20px;

}
#workshop_page .form_box .workshop_parts {
    margin-bottom: 30px;

}
#workshop_page .form_box .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#workshop_page .form_box .btn .owner_data_btn{
    margin: inherit;
}
#workshop_page .form_box .btn .price{
    font-size: 14px;
    font-weight: bold;
    color: #f13d67;
}
@media only screen  and (max-width: 1420px) {


    #products_page article{
        width:100%;
    }
    #product_page .pro_content .images #goToPrevSlide, 
    #product_page .pro_content .images #goToNextSlide {
        bottom: 5%;
        width: 30px;
        height: 30px;
    }
}
 
@media only screen  and (max-width: 1024px) {
    #products_page .products_cover{
        width: 100%;
        margin: 0 auto 30px auto;
    }
    #blogs_page .page_title,
    #products_page .page_title{
        width: 100%;
        margin: 0 auto 20px auto;
    }

    #giftcards_page .lSAction > a{
        width: 60px;
        height: 60px;
    }
    #giftcards_page .lSAction {
        top: 45%;
    }
    #blogs_page .side_option,
    #activities .side_option{
        width: 30%;
    }
    #blogs_page .blog_box,
    #activities .blog_box,
    #products_page .product_box{
        margin-right: 4%;
    }
    #blogs_page .blog_box:nth-child(4n-3),
    #activities .blog_box:nth-child(4n-3),
    #products_page .product_box:nth-child(4n-3){
        margin-right: 0;
    }
    #blogs_page .side_option,
    #activities .side_option,
    #products_page .side_option{
        position: fixed;
        background-color: #fff;
        padding: 80px 0 40px 0;
        top: 0;
        width: 20%;
        z-index: 4;
        height: 100%;
        overflow-y: auto;
        direction: ltr;
        text-align: right;
        box-shadow: -3px 0 6px rgb(0 0 0 / 30%);
        right: -110%;
        border-radius: 0;
        transition: right 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #blogs_page .side_option.show,
    #activities .side_option.show,
    #products_page .side_option.show{
        right: 0;
    }
    #blogs_page .side_option .white_box,
    #activities .side_option .white_box,
    #products_page .side_option .white_box{
        box-shadow: none;
    }
    #blogs_page .filter_btn,
    #activities .filter_btn,
    #products_page .filter_btn{ 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        background-image: url(../uploads/icon/filter_w.png);
        position: fixed;
        background-color: #64C4B3;
        z-index: 20;
        right: 140px;
        top: 30px;
    }
    #blog_page .pro_content{
        flex-wrap: wrap;
    }
    #blog_page .pro_content .related:first-child{
        width: 30%;
    }
    #blog_page .pro_content > .info {
        width: 70%;
        padding-left: 0; 
    }
    #blog_page .pro_content .related:last-child{
        width: 100%;
        margin-top: 20px;
    }
    #blog_page .comments_container {
        width: 100%;
        padding-left: 0;
    }
    #blog_page .pro_content .related .related_items .blogs_box{
        display: flex;
        flex-wrap: wrap;
    }
    #blog_page .pro_content .related .blog_box{
        width: 22%;
    }

    #product_page .pro_content > .flex{
        display: block;
    }
    #product_page .pro_content .images_side,
    #product_page .pro_content > .flex > .info{
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 30px;
        min-width: auto;
    }
    .blog_box .info{
        min-height: 60px;
    }
    #giftcards_page .giftcard_box{
        height: 300px;    
    }
}
@media only screen and (max-width: 900px) {



    #giftcards_page .giftcard_box.active + .giftcard_box {
        transform: scale(1); 
        -webkit-transform: scale(1); 
        -moz-transform: scale(1);
    }
    #blogs_page .side_option,
    #activities .side_option{
        width: 45%;
    }

    .cart_page .addresses .items {
        width: 48%;
    }
    .cart_page .week{
        width: 100%;
    }
    #contents_pages .page_container > .flex{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #contents_pages .img{
        width: 100%;
        max-width: 400px;
        padding-right: 0;
        margin: 0 auto;
    }
    #contents_pages .content{
        width: 100%;
    }
    .cart_page .tb .product .cell > .flex{
        display: block;
    }
    .cart_page .tb .cell .cover{
        width: 100px;
        height: 100px;
    }
    .cart_page .tb .cell .cover.toy_mod {
        width: 50px;
        height: 50px;

    }
    .cart_page .step3 {
        display: block;
    }
    .cart_page .step3 .left {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px) {

    #workshop_page .info{
        width: 100%;
        padding-right: 0;
    }
    #workshop_page .cover{
        width: 100%;
        max-height: 400px;
        margin-bottom: 20px;
    }

    #workshop_page .form_box .workshop_parts label{
        width: 45%;
        margin-bottom: 20px;
    }
    #workshop_page .form_box .flex_w .items{
        margin-bottom: 10px;
    }
    #event_page .product_box{
        width: 100%;
        margin: 0 auto 20px auto !important;
    }
    #customize_page .frames .railway div:after {
        height: 40%;
    }
    #customize_page.go .preview_box{
        transform: translate(-50%,1%) scale(0.05);
        -webkit-transform: translate(-50%,1%) scale(0.05);
        -moz-transform: translate(-50%,1%) scale(0.05);
    }
    #customize_page .pro_container .passport_form .items .flex {
        flex-wrap: wrap;
    }
    #customize_page .pro_container .passport_form .items select[name='day'], 
    #customize_page .pro_container .passport_form .items select[name='month'],
    #customize_page .pro_container .passport_form .items select[name='year'] {
        width: 100%;
        margin: 0 0 10px 0;
    }
    #customize_page .tools{
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
    }
    #customize_page .total_price{
        width: 150px;
        line-height: 82px;
    }
    #customize_page .levels{
        width: 80%;
        max-width: 150px;
    }
    #customize_page .pro_container{
        width: 200px;
    }
    #customize_page .preview_added .selected {
        margin-left: 10px;
        width: 60px;
    }
    #customize_page .preview_added {
        padding: 20px 0 50px 0;
    }
    #customize_page .preview_added .items {
        padding: 10px 5px;
    }
    #customize_page .side .btns > a, 
    #customize_page .side .btns > div,
    #customize_page .tools .tabs .tab{
        width: 60px;
        height: 60px;
    }
    #customize_page .frames .railway div{
        top: -40%;
    }
    #customize_page .frames .train{
        bottom: 40%;
    }
    #customize_page .preview_added .items .item:not(.plushy):after{
        width: 20px;
        height: 20px;
    }

    #product_page .pro_content .detile .go_to_customize,
    #product_page .pro_content .detile .add_to_cart {
        font-size: 16px;
    }
    #blogs_page .blog_box,
    #activities .blog_box,
    #products_page .product_box{
        width: 30%;
        margin-right: 5%;
    }
    #blogs_page .blog_box:nth-child(4n-3),
    #activities .blog_box:nth-child(4n-3),
    #products_page .product_box:nth-child(4n-3){
        margin-right: 5%;
    }
    #blogs_page .blog_box:nth-child(3n-2),
    #activities .blog_box:nth-child(3n-2),
    #products_page .product_box:nth-child(3n-2){
        margin-right: 0;
    }
    .comments .comments_box .cm_items .desc {
        margin-top: 10px;
    }
    .comments .cm_form_btn{
        margin-top: 10px;
    }
    .comments .comments_box .cm_items.lvl_2 {
        margin-right: 20px;
    }
    .comments .comments_box .cm_items .vote .icon {
        width: 20px;
        height: 20px;
        background-size: 9px;
    }
    .comments .comments_box .cm_items.lvl_3 {
        margin-right: 50px;
    }
    #product_page .pro_content .detile .price {
        justify-content: space-around;
    }
    #product_page .pro_content  > .flex > .info {
        padding: 20px;
        background-color: #efefef;
        box-shadow: 2px 2px 4px 2px #dcdcdc;
        border-radius: 10px;
        margin-top: 20px;
    }
    #product_page .pro_content .detile {
        width: 100%;
    }
    #product_page .pro_content .toy_mod .info {
        width: 50%;
    }
    #product_page .pro_content .toy_mod .info_box {
        border-top: none;
        padding-top: 0;
    }
    #product_page .pro_content{
        flex-wrap: wrap;
    }
    #product_page .pro_content > .detile > .mb-20.t_left {
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 1;
    }
    #product_page .pro_content .images_side{
        padding: 30px 0 0 0;
    }
    #product_page .pro_content .detile {
        position: static;
    }
    .cart_page .tb .cell .cover {
        margin: 0 auto;
    }
    .cart_page .tb .product .cell > .flex .t_right{
        text-align: center !important;
    }
    .cart_page .tb .row.info_box .cell .pig{
        height: 70px;
        margin-top: 30px;
    }
    .cart_page .tb .product .cell > .flex {
        justify-content: center;
    }
    .cart_page .step1 .tb .info_box .cell:first-child:after, 
    .cart_page .step1 .tb .info_box .cell:last-child:after,
    .cart_page .step1 .tb .product .cell:first-child:after, 
    .cart_page .step1 .tb .product .cell:last-child:after{
        display: none;
    }
    .cart_page .step1 .grey_box .head{
        display: none !important;
    }
    .cart_page .tb .row.info_box .cell form {
        justify-content: center;
    }
    .cart_page .tb .info_box .cell.total_price_title,
    .cart_page .tb .info_box .cell.total_price{
        display: inline-block !important;
        margin-top: 30px;
        width: 45%;
    }
    .cart_page .step1 .tb .row{
        margin-bottom: 20px;
        padding: 20px;
        display: block;
        background-color: #f5f5f5;
        text-align: center;
    }
    .cart_page .step1 .tb .row .cell {
        display: block;
        padding: 0;
    }
    .cart_page .tb .product .cell{
        border-top:none;
        padding: 0;
    }
    .cart_page .steps a .icon {
        width: 100px;
        height: 95px;
    }
    .cart_page .tb .row.info_box .cell form input[type="text"] {
        width: 150px;
    }
    .cart_page .steps {
        justify-content: center;
        margin-bottom: 30px;
    }
    .cart_page .address_title {
        padding: 20px 40px 20px 0;
        background-size: 30px;
    }
    .cart_page .week_title{
        padding: 20px 40px 20px 20px;
        background-size: 30px;
    }
    .cart_page .peper_factor .peper_factor_icon {
        width: 30px;
        height: 30px;
    }
        .cart_page .step3 .left {
        display: block;
    }
    .cart_page .receiver_info .addresses .info{
        width: 100%;
    }
    .cart_page .total_price_box {
        width: 100%;
    }

}
@media only screen and (max-width: 540px) {
    #product_page .pro_content .toy_mod label{
        margin-left: 10px;
    }

    #blogs_page .blog_box,
    #activities .blog_box,
    #products_page .product_box{
        width: 45%;
        margin-right: 10%;
    }
    #blogs_page .blog_box:nth-child(4n-3),
    #activities .blog_box:nth-child(4n-3),
    #products_page .product_box:nth-child(4n-3){
        margin-right: 10%;
    }
    #blogs_page .blog_box:nth-child(3n-2),
    #activities .blog_box:nth-child(3n-2),
    #products_page .product_box:nth-child(3n-2){
        margin-right: 10%;
    }
    #blogs_page .blog_box:nth-child(2n-1),
    #activities .blog_box:nth-child(2n-1),
    #products_page .product_box:nth-child(2n-1){
        margin-right: 0;
    }

    .cart_page .addresses .items{
        width: 100%;
    }
    .cart_page .addresses .items:not(:last-child){
        margin-bottom: 20px;
    }
    .cart_page .steps a .icon {
        width: 70px;
        height: 65px;
    }
    #blog_page .pro_content .related:first-child {
        width: 100%;
        margin-bottom: 0;
    }
    #blog_page .pro_content .related .toc_items:after{
        width: 100%;
        height: 20px;
        top: auto;
        bottom: -10px;
        z-index: 1;
        left: 0;
    }
    #blog_page .pro_content .info > .grey_box:first-child {
        border-radius: 0 0 10px 10px;
           position: initial;
    }
    #blog_page .pro_content .related .toc_items{
        border-radius: 10px 10px 0 0 ;
        padding-top: 140px;
    }
    #blog_page .pro_content > .info{
        width: 100%;
            position: initial;
    }
    #blog_page .pro_content .related .blog_box {
        width: 47%;
    }
    #blog_page .pro_content .related .blog_box:nth-child(2n) {
        margin-left: 0;
    }
    #blog_page .pro_content .info > .grey_box:first-child > .flex{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 20px;
    }

}
@media only screen and (max-width: 414px) {
    #product_page .pro_content .images #goToPrevSlide, 
    #product_page .pro_content .images #goToNextSlide {
        bottom: 4%;
    }
    #product_page .pro_content .detile {
        min-width: auto;
    }
    #product_page .pro_content .toy_mod .info {
        width: 90%;
    }
    #blogs_page .blog_box,
    #activities .blog_box,
    #products_page .product_box{
        width: 100%;
        margin-right: auto!important;
        margin-left: auto!important;
        max-width: 300px;
    }
    #blog_page .pro_content .related .toc_items{
        padding-top: 150px;
    }
}