@font-face {
    font-family: 'Mona LisaC';
    src: url('MonaLisaC.woff2') format('woff2'),
        url('MonaLisaC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Regular.woff2') format('woff2'),
        url('RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
	background: linear-gradient(90deg, #c0e4dd, #f4dfe8);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Mona LisaC';
    font-weight: normal;
    font-style: normal;
}

.container {
	text-align: center;
}

.separator {
    background: #ffffff80;
    width: 80%;
    height: 6px;
    margin: auto;
    border-radius: 3px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.productCard {
	background: #ffffff80;
    padding: 0;
    border-radius: 16px;
	max-width: 720px;
}

.productName {
	font-family: 'Roboto Condensed';
    width: 100%;
    padding: 16px 0 0 0;
}

.productPrice {
	font-family: 'Mona LisaC';
    font-size: xx-large;
}

.productButton {
    font-size: larger;
    font-family: 'Mona LisaC';
    border-style: outset;
    border-color: darkgray;
	margin: 0 4px 0 4px;
	background: transparent;
}

.productButton2 {
    font-size: larger;
    font-family: 'Mona LisaC';
    border-style: outset;
    margin: 0 4px 0 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d8d33), to(#9ad051));
    color: white;
}

.productSpanButton:after {
	margin-left: 6px;
	content: "\27F6";
}

.whiteButton {
    font-size: larger;
    font-family: 'Mona LisaC';
    border-style: outset;
    border-color: darkgray;
	margin: 0 4px 0 4px;
    background: #ffffffe0;
    padding: 4px 10px 4px 10px;
}

.emo {
	width: 16px;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #ff4f4d;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.col_1 .book_preview_info_bg_mobile,
.col_1 .icon_book_preview_info,
.col_1_preview_book {
    top: 61%;
    left: 20%;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .col_1 .book_preview_info_bg_mobile,
    .col_1 .icon_book_preview_info,
    .col_1_preview_book {
        top: 58%;
    }
}
.col_2 .book_preview_info_bg_mobile,
.col_2 .icon_book_preview_info,
.col_2_preview_book {
    top: auto;
    bottom: 19%;
    left: 36%;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .col_2 .book_preview_info_bg_mobile,
    .col_2 .icon_book_preview_info,
    .col_2_preview_book {
        bottom: 24%;
        left: 41%;
    }
}
.col_3 .book_preview_info_bg_mobile,
.col_3 .icon_book_preview_info,
.col_3_preview_book {
    top: 54%;
    left: 69%;
}
.col_4 .book_preview_info_bg_mobile,
.col_4 .icon_book_preview_info,
.col_4_preview_book {
    top: 11%;
    left: 38%;
}
.icon_book_preview_info {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 30px;
    width: 30px;
    background: #ff9781;
    border-radius: 50%;
    z-index: 1;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .icon_book_preview_info {
        display: block;
    }
}
@media only screen and (max-width: 812px) {
    .icon_book_preview_info {
        display: block;
    }
}
.icon_book_preview_info:after,
.icon_book_preview_info:before {
    content: "";
    position: absolute;
    top: 15px;
    background: #fff;
    left: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    transition: all, 0.3s;
}
.icon_book_preview_info:before {
    top: 14px;
    transform: rotate(90deg);
}
.active .icon_book_preview_info {
    z-index: 0;
}

@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .closePreview {
	  display: block;
	}
	.book_preview_info_bg_mobile {
		cursor: pointer;
		display: none;
        position: absolute;
        height: 200px;
        width: auto;
        top: 50% !important;
        left: 10% !important;
        right: 10%;
        bottom: 10%;
        max-height: 200px;
        background: #fff;
        border-radius: 20px;
        transform-origin: 0 100%;
        transition: all, 0.3s;
        z-index: 2;
    }
    .book_preview_info_bg_mobile .close {
        position: relative;
        display: none;
    }
    .book_preview_info_bg_mobile .close .icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-image: url(pic/close.png);
        background-size: cover;
        z-index: 10;
    }
    .active .book_preview_info_bg_mobile {
        border-radius: 10px;
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }
    .active .book_preview_info_bg_mobile .close {
        display: block;
    }
    .book_preview_info_bg_mobile p {
        padding: 45px 27px 21px 37px !important;
        color: #333 !important;
        font-size: 18px !important;
        line-height: 1.5;
        display: block;
    }
    .book_preview_info_bg_mobile p:after {
        top: 54px !important;
        left: 19px !important;
    }
}
@media only screen and (max-width: 812px) {
    .closePreview {
	  display: block;
	}
	.book_preview_info_bg_mobile {
        cursor: pointer;
		display: none;
		position: absolute;
        height: 200px;
        width: auto;
        top: 50% !important;
        left: 10% !important;
        right: 10%;
        bottom: 10%;
        background: #fc9c80a3;
        border-radius: 20px;
        transform-origin: 0 100%;
        transition: all, 0.3s;
        z-index: 2;
    }
    .book_preview_info_bg_mobile .close {
        position: relative;
        display: none;
    }
    .book_preview_info_bg_mobile .close .icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-image: url(pic/close.png);
        background-size: cover;
        z-index: 10;
    }
    .active .book_preview_info_bg_mobile {
        border-radius: 10px;
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }
    .active .book_preview_info_bg_mobile .close {
        display: block;
    }
    .book_preview_info_bg_mobile p {
        padding: 45px 27px 21px 37px !important;
        color: #333 !important;
        font-size: 16px !important;
        line-height: 1.5;
        display: block;
    }
    .book_preview_info_bg_mobile p:after {
        top: 54px !important;
        left: 19px !important;
    }
}

.section_book_page {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}
.section_book_page .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info {
        width: 100%;
        margin: auto;
        height: 100%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info {
        width: 100%;
        margin: auto;
        height: 100%;
    }
}
.section_book_page .info .col {
    position: absolute;
    padding-top: 44px;
    width: 255px;
    height: 237px;
    text-align: center;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col {
        padding-top: 0;
        height: 0 !important;
        width: 0 !important;
        position: static;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col {
        padding-top: 0;
        height: 0 !important;
        width: 0 !important;
        position: static;
    }
}
.section_book_page .info .col.active .icon_book_preview_info:before {
    transform: rotate(0);
}

.section_book_page .info .col p {
    font-size: calc(9px + 0.5vw);
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
	background: #fc9c80a3;
	padding: 4px;
	border-radius: 12px;
}

.section_book_page .info .col_1 p {
	transform: translateY(-32px);
}

.section_book_page .info .col_4 p {
	transform: translateY(-10px);
}

@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col p {
        position: absolute;
		transform: translateY(0px);
    }
    .section_book_page .info .col p:after {
        content: "";
        position: absolute;
        top: 27px;
        left: -20px;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #d0df6d;
    }
    .section_book_page .info .col p br {
        display: none;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col p {
        position: absolute;
		transform: translateY(0px);
    }
    .section_book_page .info .col p:after {
        content: "";
        position: absolute;
        top: 27px;
        left: -20px;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #d0df6d;
    }
    .section_book_page .info .col p br {
        display: none;
    }
}
.section_book_page .info .col:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col:after {
        display: none;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col:after {
        display: none;
    }
}
.section_book_page .info .col_1 {
    top: 44%;
    left: 8%;
    width: 17%;
    height: 248px;
    max-width: 285px;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_1 {
        top: 33%;
        left: 33%;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_1 {
        top: 33%;
        left: 33%;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_1 p {
        margin-left: 0;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_1 p {
        margin-left: 0;
        padding-top: 15px;
    }
}
.section_book_page .info .col_1:after {
    background-image: url(pic/bkg2.svg);
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_1:after {
        width: 98px;
        height: 98px;
        top: -16px;
        left: -5px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_1:after {
        width: 98px;
        height: 98px;
        top: -16px;
        left: -5px;
    }
}
.section_book_page .info .col_2 {
    top: 21%;
    left: 51%;
    width: 20%;
    max-width: 268px;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_2 {
        top: auto;
        bottom: 0;
        left: 0;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_2 {
        top: auto;
        bottom: 0;
        left: 0;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_2 p {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_2 p {
        padding-top: 15px;
    }
}
.section_book_page .info .col_2:after {
    background-image: url(pic/bkg1.svg);
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_2:after {
        width: 93px;
        height: 110px;
        top: -13px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_2:after {
        width: 93px;
        height: 110px;
        top: -13px;
    }
}
.section_book_page .info .col_3 {
    top: 67%;
    left: 31%;
    width: 20%;
    max-width: 218px;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
	.section_book_page .info .col_3 p {
		transform: translateY(-10px);
	}
	
    .section_book_page .info .col_3 {
        top: 0;
        left: auto;
        right: 0;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (max-width: 812px) {
	.section_book_page .info .col_3 p {
		transform: translateY(-10px);
	}

    .section_book_page .info .col_3 {
        top: 0;
        left: auto;
        right: 0;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_3 p {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_3 p {
        padding-top: 15px;
    }
}
.section_book_page .info .col_3:after {
    background-image: url(pic/3.svg);
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_3:after {
        left: auto;
        right: 9px;
        top: -13px;
        width: 82px;
        height: 100px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_3:after {
        left: auto;
        right: 9px;
        top: -13px;
        width: 82px;
        height: 100px;
    }
}
.section_book_page .info .col_4 {
    top: 43%;
    right: 13%;
    width: 20%;
    height: 286px;
    max-width: 286px;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_4 {
        bottom: 0;
        right: 0;
        top: auto;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_4 {
        bottom: 0;
        right: 0;
        top: auto;
        height: 30px;
        width: 30px;
        text-align: left;
        max-width: 100%;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_4 p {
        padding-top: 15px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_4 p {
        padding-top: 15px;
        margin-left: 0;
    }
}
.section_book_page .info .col_4:after {
    background-image: url(pic/4.svg);
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .info .col_4:after {
        left: auto;
        right: -13px;
        width: 111px;
        height: 101px;
        top: 5px;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .info .col_4:after {
        left: auto;
        right: -13px;
        width: 111px;
        height: 101px;
        top: 5px;
    }
}
.section_book_page .img {
    width: 76%;
    position: relative;
    margin: -137px auto auto;
    left: -55px;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .img {
        margin-top: 0;
        left: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .img {
        margin-top: 0;
        left: -25%;
        width: 150%;
    }
}
.section_book_page .img img {
    width: 100%;
    display: block;
}
@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .section_book_page .img img {
        width: 116%;
        display: block;
        margin-left: -8%;
    }
}
@media only screen and (max-width: 812px) {
    .section_book_page .img img {
        width: 116%;
        display: block;
        margin-left: -8%;
    }
}
