@charset "UTF-8";
/** TIMESTAMP **/
/*!
PROJECT NAME :- BIGWORD WEB APP
STYLE TYPE: RESPONSIVE (MOBILE) 
UI DEVELOPER: ANKUSH (ankush@unikove.com)
DATE :- 24 MAR 2022
VERSION :- V.1
*/
/** BASE **/
/** FONT FAMILY **/
/** MEDIA BREAKPOINT **/
/** COLOR **/
@import "../plugins/rateit.js/scripts/rateit.css";
@import "../plugins/jquery-nstslider/dist/jquery.nstSlider.min.css";
@import "../plugins/slick-1.8.1/slick/slick.css";
@import "../plugins/multiple-select-develop/dist/multiple-select.min.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  font-feature-settings: "liga", 0;
  color: #000;
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  border: none;
}

button,
input,
select,
textarea {
  appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: vertical;
  min-height: 60px;
  max-height: 240px;
}

a {
  color: #FEB848;
}

[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
}

input[type=search] {
  box-sizing: border-box;
  box-shadow: none;
  appearance: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  appearance: none;
  position: relative;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox][readonly] + label {
  pointer-events: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.hidden {
  display: none;
}

.text-normal {
  text-transform: none !important;
}

.text-dbl {
  font-size: 1.125rem !important;
}

.remove-gutters {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .mobileonly {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tabletonly {
    display: none !important;
  }
}

.desktoponly {
  display: none !important;
}
@media (min-width: 768px) {
  .desktoponly {
    display: inline-block !important;
  }
}

.col-form-label.onlylabel {
  color: #999;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .col-form-label.onlylabel {
    padding: 1.25rem 1rem;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.hr-dashed {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.25);
  width: 100%;
}

.fileInput,
.hideInput {
  width: 0;
}

form small.error {
  clear: both;
}

@media (max-width: 767px) {
  .mobile-text-center {
    text-align: center !important;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-ntv {
  color: #999 !important;
}

.text-secondary {
  color: #FA6100 !important;
}

.font-bold {
  font-weight: 700;
}

.viewAll {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.viewAll a {
  cursor: pointer;
  text-decoration: none;
}

[data-type=ebook] {
  color: #267AF6 !important;
}

[data-type=new] {
  color: #46C253 !important;
}

[data-type=used] {
  color: #A3A3A3 !important;
}

[data-type=rental] {
  color: #FEB848 !important;
}

.btn {
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  border-radius: 42px;
  min-width: 60px;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  position: relative;
  letter-spacing: 0.4px;
  cursor: pointer;
  overflow: hidden;
}
.btn b[class^=icon-] {
  font-size: 145%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.btn span {
  display: block;
  line-height: normal;
}
.btn span:before {
  content: "";
  width: 60%;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: -28px;
  display: block;
  z-index: 0;
  opacity: 0.25;
}
.btn:hover {
  opacity: 0.85;
}
.btn-primary {
  background: linear-gradient(104.54deg, #FF843F 6.71%, #FF7223 87.1%);
  color: #fff;
}
.btn-primary span:before {
  background: linear-gradient(15deg, rgba(255, 255, 255, 0) 40%, white 100%);
}
.btn-white {
  background: #fff;
  color: #FA6100;
}
.btn-white span:before {
  background: linear-gradient(15deg, rgba(254, 184, 72, 0) 40%, #feb848 100%);
}

#fadeandscale {
  transform: scale(0.8);
}

.popup_wrapper_visible #fadeandscale {
  transform: scale(1);
}

.popup_wrapper {
  transition: all 0.3s ease-out;
}

.translateSlide {
  transform: translateX(0) translateY(-100%);
  transition: all 0.3s ease-out;
}

.popup_wrapper_visible .translateSlide {
  transform: translateX(0) translateY(0);
}

.popup_background {
  transition: all 0.2s 0.2s;
  opacity: 0.65 !important;
}

.popup-box {
  padding: 25px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 430px;
  width: calc(100% - 40px);
  margin: 0 20px;
}
@media (min-width: 768px) {
  .popup-box {
    margin: 0 auto;
    width: 100%;
  }
}
.popup-box .popup-head + .popup-body {
  padding-top: 15px;
}
.popup-icon {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.popup-icon img, .popup-icon svg {
  max-width: 100%;
  display: block;
}
.popup-icon.double {
  width: 170px;
}
.popup-head {
  padding: 0 10px;
  padding-bottom: 20px;
  position: relative;
}
.popup-head .backFirstModal {
  color: #000000;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  text-decoration: none;
}
.popup-head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.popup-head .backFirstModal + h2 {
  padding-left: 25px;
}
.popup-head-close {
  color: #000000;
  text-decoration: none;
  font-size: 110%;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.popup-head-close:hover {
  opacity: 0.85;
}
.popup-body {
  padding: 20px 0;
  padding-top: 10px;
  font-size: 16px;
  color: #555;
}
.popup-footer {
  padding: 0 10px;
  text-align: center;
}
.popup-footer p {
  font-size: 15px;
  color: #555;
}
.popup-footer p a {
  font-weight: 700;
  color: #FA6100;
}

::-webkit-input-placeholder {
  font-weight: 700;
  opacity: 1;
}

:-ms-input-placeholder {
  font-weight: 700;
  opacity: 1;
}

::placeholder {
  opacity: 1;
  font-weight: 700;
}

.labelForm {
  font-size: 15px;
  display: block;
  color: #555;
  margin-bottom: 8px;
  padding: 0 15px;
}
.labelForm span {
  font-size: 84%;
  font-style: italic;
  opacity: 0.65;
  letter-spacing: 0.5px;
}

input.fieldForm,
select.fieldForm,
textarea.fieldForm {
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  padding: 4px 15px;
  font-size: 15px;
  color: #555;
  border: none;
  width: 100%;
  font-weight: 500;
  font-family: "PT Sans", sans-serif;
}

textarea.fieldForm {
  min-height: 82px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 200px;
  resize: vertical;
}

p.fieldForm {
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 700;
  font-size: 15px;
  color: #555;
}

.fieldWrap {
  position: relative;
}

.fieldNote {
  font-size: 12px;
  display: block;
  color: #777;
  padding: 2px 15px;
}

select {
  padding-right: 25px !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0FEQURBRCIgZD0iTTE1LjEsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwTDgsOC45TDMsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwUzAuMyw1LjYsMSw2LjJsNiw1LjUNCgljMC4zLDAuMywwLjYsMC40LDEsMC40YzAuNCwwLDAuNy0wLjEsMS0wLjRsNi4xLTUuNkMxNS42LDUuNiwxNS42LDQuOCwxNS4xLDQuM3oiLz4NCjwvc3ZnPg0K");
  background-position: calc(100% - 10px) center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-color: #fff;
}

/******/
.styledCheck input {
  position: absolute;
  opacity: 0;
}
.styledCheck input + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  color: #555;
}
.styledCheck input + span:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}
.styledCheck input:hover + span:before {
  background: #FA6100;
}
.styledCheck input:checked + span {
  color: #FA6100;
}
.styledCheck input:checked + span:before {
  background: #FA6100;
  border-color: #FA6100;
}
.styledCheck input:disabled + span {
  color: #FA6100;
  cursor: auto;
}
.styledCheck input:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.styledCheck input:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.styledRadio {
  position: relative;
}
.styledRadio input {
  position: absolute;
  opacity: 0;
}
.styledRadio input + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  color: #000000;
  display: block;
  padding-left: 25px;
}
.styledRadio input + span:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ADADAD;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.styledRadio input:hover + span:before {
  background: #fff;
  border-color: #FA6100;
}
.styledRadio input:checked + span {
  color: #FA6100;
}
.styledRadio input:checked + span:before {
  background: #fff;
  border-color: #FA6100;
}
.styledRadio input:disabled + span {
  color: #FA6100;
  cursor: auto;
}
.styledRadio input:disabled + span:before {
  box-shadow: none;
  background: #fff;
  border-color: #FA6100;
}
.styledRadio input:checked + span:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  background: #FA6100;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.phoneForm {
  display: flex;
  width: 100%;
}
.phoneForm-code {
  max-width: 55px;
  width: 100%;
  padding: 0 5px;
  padding-left: 0;
}
.phoneForm-ext {
  max-width: 100px;
  width: 100%;
  padding: 0 5px;
}
.phoneForm-num {
  width: 100%;
  padding: 0 5px;
  padding-right: 0;
}

.dateForm {
  display: flex;
  width: 100%;
}
.dateForm-month {
  min-width: 130px;
  max-width: 150px;
  width: 100%;
  padding: 0 5px;
  padding-left: 0;
}
.dateForm-day {
  min-width: 60px;
  max-width: 100px;
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.dateForm-day input {
  text-align: inherit;
}
.dateForm-year {
  min-width: 74px;
  max-width: 100px;
  width: 100%;
  padding: 0 5px;
  padding-right: 0;
  text-align: center;
}
.dateForm-year input {
  text-align: inherit;
}

.paymentForm {
  display: flex;
  width: 100%;
}
.paymentForm-cry {
  max-width: 90px;
  width: 100%;
  padding: 0 5px;
  padding-left: 0;
  padding-left: 0;
}
.paymentForm-val {
  max-width: calc(100% - 100px);
  width: 100%;
  padding: 0 5px;
  padding-right: 0;
}

.qtyForm {
  display: flex;
  width: 100%;
}
.qtyForm-level {
  max-width: 180px;
  width: 100%;
  padding: 0 5px;
  padding-left: 0;
  padding-left: 0;
}
.qtyForm-val {
  max-width: calc(100% - 180px);
  width: 100%;
  padding: 0 5px;
  padding-right: 0;
}

label:contains("School/College/University") {
  color: #fcc;
}

/** FONT ICONS **/
@font-face {
  font-family: "bw_icomoon";
  src: url("../font_icons/fonts/bw_icomoon.eot?88n6ti");
  src: url("../font_icons/fonts/bw_icomoon.eot?88n6ti#iefix") format("embedded-opentype"), url("../font_icons/fonts/bw_icomoon.ttf?88n6ti") format("truetype"), url("../font_icons/fonts/bw_icomoon.woff?88n6ti") format("woff"), url("../font_icons/fonts/bw_icomoon.svg?88n6ti#bw_icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bw_icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cam:before {
  content: "";
}

.icon-sort_up:before {
  content: "";
}

.icon-sort_down:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-profile:before {
  content: "";
}

.icon-show:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-hide:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-tick:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-about:before {
  content: "";
}

.icon-professors:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-arrow_down:before {
  content: "";
}

.icon-arrow_up:before {
  content: "";
}

.icon-arrow_pointer_left:before {
  content: "";
}

.icon-arrow_pointer_right:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-books:before {
  content: "";
}

.icon-coupons:before {
  content: "";
}

.icon-products:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-sell:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-list:before {
  content: "";
}

/** PLUGIN STAR RATING **/
/** PLUGIN PRICE RANGE **/
/** SLICK SLIDER RANGE **/
/** PLUGIN SELECT **/
/** MODULES **/
body {
  position: relative;
  background: linear-gradient(280deg, rgba(254, 184, 72, 0.29), rgba(255, 149, 89, 0.29), rgba(254, 184, 72, 0.29), rgba(255, 149, 89, 0.29));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bodyBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bodyBg-shape {
  position: absolute;
  opacity: 0.7;
}
.bodyBg-shape img, .bodyBg-shape svg {
  max-width: 100%;
  display: block;
}
.bodyBg-shape:nth-child(1) {
  right: -22%;
  top: -14%;
  transform: rotate(-90deg);
  width: 54%;
}
.bodyBg-shape:nth-child(2) {
  left: -26%;
  top: 17%;
  width: 70%;
}
.bodyBg-shape:nth-child(2) img, .bodyBg-shape:nth-child(2) svg {
  transform: rotate(45deg);
}
.bodyBg-shape:nth-child(3) {
  left: 0%;
  top: 50%;
  width: 40%;
}
.bodyBg-shape:nth-child(4) {
  right: 0;
  top: 50%;
  width: 54%;
}
.bodyBg.static .bodyBg-shape {
  opacity: 0.75 !important;
}
.bodyBg.static .bodyBg-shape:nth-child(1) {
  right: -16%;
  top: -2%;
  transform: rotate(-90deg);
  width: 45%;
}
.bodyBg.static .bodyBg-shape:nth-child(2) {
  left: -20%;
  top: 24%;
  width: 50%;
}
.bodyBg.static .bodyBg-shape:nth-child(2) img, .bodyBg.static .bodyBg-shape:nth-child(2) svg {
  transform: rotate(45deg);
}

.singlePage .bodyBg-shape {
  opacity: 0.18 !important;
}
.singlePage .bodyBg-shape:nth-child(1) {
  right: -4%;
  top: -22%;
  transform: rotate(11deg);
  width: 30%;
}
.singlePage .bodyBg-shape:nth-child(2) {
  left: -5%;
  bottom: -25%;
  width: 46%;
  transform: rotate(-116deg);
}

.contentWrap {
  margin: 0 auto;
  max-width: 1060px;
}

.centerSection {
  position: relative;
  z-index: 3;
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .centerSection {
    min-height: calc(100vh - 563px);
    padding-top: 120px;
  }
}

.pageInner {
  padding-top: 30px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pageInner {
    padding-top: 30px;
    margin-top: 0;
  }
}
.pageInner .contentWrap {
  max-width: 1240px;
}

.sideSlideWrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 300ms ease-in-out;
  position: fixed;
  right: 0;
  top: 0;
}
.sideSlideWrap.active {
  opacity: 1;
  z-index: 1000;
}

.blackOverlay {
  background-color: #000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 3;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .headerWrap {
  max-width: 1366px;
  border-radius: 0 0 10px 10px;
  background-color: #4C4C4C;
  padding: 14px 20px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header .headerWrap {
    padding: 20px 20px;
    display: flex;
    border-radius: 0 0 20px 20px;
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1366px) {
  header .headerWrap {
    padding: 20px 60px;
  }
}
header .headerLeft {
  display: flex;
  align-items: center;
}
header .mobileRight {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1366px) {
  header .mobileRight {
    display: none;
  }
}
header .mobileRight a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 5px;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin-left: 5px;
}
header .mobileRight a:first-child {
  margin-left: 0;
}
@media (min-width: 1366px) {
  header .mobileRight a {
    padding: 10px;
  }
}
header .mobileRight a b {
  font-size: 145%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
header .mobileRight a span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FEB848;
  color: #555;
  font-size: 12px;
  text-align: center;
  display: block;
  position: absolute;
  right: 12px;
  top: 3px;
  z-index: 1;
}
header .mobileRight a:hover:before, header .mobileRight a.active:before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 3px;
  width: 24px;
  height: 10px;
  border-radius: 8px;
  background-color: #FEB848;
}
@media (min-width: 768px) {
  header .mobileRight a:hover:before, header .mobileRight a.active:before {
    left: 9px;
    bottom: 6px;
    height: 12px;
  }
}
header .headerRight {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 20px 25px;
  background-color: #4C4C4C;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  overflow: auto;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
header .headerRight.show {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1366px) {
  header .headerRight {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    flex-wrap: nowrap;
    width: calc(100% - 86px);
    align-items: center;
    transform: none;
    opacity: 1;
    transition: none;
    overflow: inherit;
  }
}
@media (min-width: 1366px) {
  header .headerRight {
    width: calc(100% - 164px);
  }
}
header .headerRight .closeMenu {
  color: #fff;
  position: sticky;
  left: 97%;
  top: 12px;
  display: block;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1366px) {
  header .headerRight .closeMenu {
    display: none;
  }
}
header .headerSign {
  order: 1;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  height: 60px;
}
@media (min-width: 1366px) {
  header .headerSign {
    display: block;
    order: 2;
    text-align: center;
    justify-content: center;
    padding-bottom: 0;
    height: auto;
    width: 170px;
  }
}
header .headerSign .btn {
  width: 100px;
}
@media (min-width: 1366px) {
  header .headerSign .btn {
    width: 130px;
  }
}
header .headerSign p {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}
@media (min-width: 1366px) {
  header .headerSign p {
    padding: 0;
    padding-top: 5px;
  }
}
header .headerSign p a {
  color: #FA6100;
  text-decoration: none;
  font-weight: 700;
  margin-left: 5px;
  cursor: pointer;
}
header .headerUser {
  order: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 5px;
  flex-wrap: wrap;
  margin-top: -25px;
}
@media (min-width: 1366px) {
  header .headerUser {
    display: block;
    order: 2;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: auto;
    width: 130px;
  }
}
header .headerUser .userName {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
@media (min-width: 1366px) {
  header .headerUser .userName {
    font-size: 16px;
  }
}
header .headerUser .userName-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1366px) {
  header .headerUser .userName-img {
    width: 35px;
    height: 35px;
  }
}
header .headerUser .userName-img img {
  max-width: 100%;
  display: block;
}
header .headerUser .userName-name {
  font-weight: 700;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  header .headerUser .userName-name {
    padding: 0 15px;
  }
}
header .headerUser .userName-arrow {
  font-size: 78%;
  margin-top: 2px;
  display: none;
}
@media (min-width: 1366px) {
  header .headerUser .userName-arrow {
    display: block;
  }
}
header .headerUser .userDropdown {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  display: block;
}
@media (min-width: 1366px) {
  header .headerUser .userDropdown {
    min-width: 190px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 15px;
  }
  header .headerUser .userDropdown:after {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
}
header .headerUser .userDropdown ul li {
  list-style: none;
}
@media (min-width: 1366px) {
  header .headerUser .userDropdown ul li {
    margin-bottom: 14px;
  }
}
header .headerUser .userDropdown ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 15px 15px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
@media (min-width: 1366px) {
  header .headerUser .userDropdown ul li a {
    color: #555;
    font-size: 15px;
    padding: 0;
  }
}
header .headerUser .userDropdown ul li a b {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 145%;
}
@media (min-width: 1366px) {
  header .headerUser .userDropdown ul li a b {
    font-size: 125%;
    margin-right: 15px;
  }
}
header .headerUser .userDropdown ul li a:hover {
  color: #FA6100;
}
header .headerUser .userDropdown ul li a.active {
  color: #FA6100;
}
header .headerUser .userDropdown ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  header .headerUser .userDropdown ul li:last-child {
    padding: 10px 0;
    padding-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
  }
}
header .headerUser .userDropdown ul li:last-child a {
  color: #ADADAD;
}
header .headerSocial {
  display: flex;
  padding: 15px 10px;
  padding-bottom: 0;
  align-items: center;
  width: 100%;
  background-color: #4C4C4C;
  z-index: 1;
  order: 3;
}
@media (min-width: 1366px) {
  header .headerSocial {
    display: none;
  }
}
header .headerSocial .menuLogo {
  width: 122px;
}
header .headerSocial .menuLogo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
header .headerSocial .menuSocial {
  width: calc(100% - 122px);
  padding-left: 30px;
  text-align: center;
}
header .headerSocial .menuSocial a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .headerSocial .menuSocial a:last-child {
  margin-right: 0;
}
header .headerSocial .menuSocial a img, header .headerSocial .menuSocial a svg {
  max-width: 100%;
  display: block;
}
header .headerSocial .menuSocial a:hover {
  opacity: 0.75;
}
header .headerMenu {
  width: 100%;
  height: auto;
  order: 2;
  overflow: auto;
}
@media (min-width: 1366px) {
  header .headerMenu {
    width: calc(100% - 170px);
    height: auto;
    overflow: inherit;
  }
}
header .headerMenu ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
@media (min-width: 1366px) {
  header .headerMenu ul {
    padding: 0;
    border: none;
    display: none;
    justify-content: flex-end;
  }
  header .headerMenu ul:first-child {
    display: flex;
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 25px;
  }
}
header .headerMenu ul li {
  list-style: none;
}
@media (min-width: 768px) {
  header .headerMenu ul li {
    margin: 0 8px;
  }
}
header .headerMenu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 15px 15px;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .headerMenu ul li a {
    padding: 10px;
  }
}
header .headerMenu ul li a b {
  font-size: 145%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
header .headerMenu ul li a span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FEB848;
  color: #555;
  font-size: 12px;
  text-align: center;
  display: block;
  position: absolute;
  right: 6px;
  top: 10px;
}
@media (min-width: 768px) {
  header .headerMenu ul li a span {
    right: -2px;
  }
}
header .headerMenu ul li a.active:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 24px;
  height: 10px;
  border-radius: 8px;
  background-color: #FEB848;
}
@media (min-width: 1366px) {
  header .headerMenu ul li a.active:before {
    left: 9px;
    bottom: 6px;
    height: 12px;
  }
}
header .toggleMenu {
  width: 40px;
  height: 30px;
  font-size: 24px;
  text-align: center;
  display: block;
  color: #fff;
  margin-right: 15px;
}
@media (min-width: 1366px) {
  header .toggleMenu {
    display: none;
  }
}
header .cmyLogo {
  width: 86px;
  display: block;
}
header .cmyLogo img {
  max-width: 100%;
  display: block;
}
@media (min-width: 1366px) {
  header .cmyLogo {
    width: 164px;
  }
}

footer {
  background: #555;
  border-bottom: 4px solid #FEB848;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer {
    background: linear-gradient(84.84deg, #555 15.2%, #3a3a3a 95.2%);
  }
}
footer .contentWrap {
  max-width: 1240px;
}
footer .footerWrap {
  padding: 30px 30px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  footer .footerWrap {
    padding: 35px 50px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  footer .footerWrap {
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
    padding-bottom: 85px;
  }
}
footer .footerWrap-left {
  color: #B7B7B7;
  max-width: 100%;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  footer .footerWrap-left {
    max-width: 340px;
    padding-bottom: 0;
  }
}
footer .footerWrap-left .footerLogo {
  max-width: 105px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footerWrap-left .footerLogo {
    max-width: 205px;
  }
}
footer .footerWrap-left .footerLogo img {
  display: block;
  max-width: 100%;
}
footer .footerWrap-left p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
footer .footerWrap-left p:last-child {
  margin-bottom: 0;
}
footer .footerWrap-right {
  position: relative;
}
@media (min-width: 768px) {
  footer .footerWrap-right {
    max-width: 640px;
    width: 100%;
  }
}
footer .copyRight {
  padding: 7px 0;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background: #3a3a3a;
  color: rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer .donateWrap {
  justify-content: space-between;
  align-items: center;
  color: #B7B7B7;
  padding-top: 5px;
  padding-bottom: 25px;
  display: none;
}
@media (min-width: 992px) {
  footer .donateWrap {
    padding-bottom: 0;
    display: flex;
  }
}
footer .donateWrap .btn {
  min-width: 104px;
}
footer .donateWrap-title {
  display: flex;
  align-items: center;
}
footer .donateWrap-logo {
  display: none;
}
@media (min-width: 768px) {
  footer .donateWrap-logo {
    display: block;
    margin-left: 5px;
  }
}
footer .donateWrap-logo img, footer .donateWrap-logo svg {
  max-width: 100%;
  display: block;
}
footer .donateWrap h3 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  footer .donateWrap h3 {
    font-size: 18px;
  }
}
footer .footerMenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  footer .footerMenu {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
  }
}
footer .footerMenu .rowCol {
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  footer .footerMenu .rowCol {
    width: auto;
    padding: 0;
  }
}
footer .footerMenu h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #ADADAD;
}
@media (min-width: 992px) {
  footer .footerMenu h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
  }
}
footer .footerMenu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer .footerMenu ul {
    display: block;
  }
}
footer .footerMenu ul li {
  list-style: none;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin: 5px 0;
  padding-left: 0;
  margin-right: 14px;
}
footer .footerMenu ul li:first-child {
  padding-left: 0;
}
footer .footerMenu ul li:last-child {
  margin-bottom: 0;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 992px) {
  footer .footerMenu ul li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border-right: none;
  }
}
footer .footerMenu ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  footer .footerMenu ul li a {
    font-size: 14px;
    font-weight: 700;
  }
}
footer .footerMenu ul li a:hover {
  opacity: 0.85;
}
footer .footerMenu ul li a.active {
  position: relative;
  font-weight: 700;
}
footer .footerMenu ul li a.active:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #FEB848;
}
footer .footerSocial {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  footer .footerSocial {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin-top: 0;
  }
}
footer .footerSocial a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .footerSocial a {
    width: 20px;
    height: 20px;
  }
}
footer .footerSocial a:last-child {
  margin-right: 0;
}
footer .footerSocial a img, footer .footerSocial a svg {
  width: 100%;
  max-width: 100%;
  display: block;
}
footer .footerSocial a:hover {
  opacity: 0.75;
}

.subscribeBar {
  background: linear-gradient(92.65deg, #FEB848 11.83%, #FFB388 90.52%);
  color: #000000;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .subscribeBar {
    padding: 15px 0;
  }
}
.subscribeBar h3 {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 992px) {
  .subscribeBar h3 {
    font-size: 26px;
  }
}
.subscribeBar p {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .subscribeBar p {
    font-size: 16px;
  }
}
.subscribeBar .subscribeWrap {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.subscribeBar .subscribeWrap-title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin: 0 auto;
  max-width: 330px;
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap-title {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .subscribeBar .subscribeWrap-title {
    max-width: inherit;
  }
}
.subscribeBar .subscribeWrap .title-img {
  width: 50px;
}
@media (min-width: 992px) {
  .subscribeBar .subscribeWrap .title-img {
    width: 64px;
  }
}
.subscribeBar .subscribeWrap .title-img img {
  max-width: 100%;
  display: block;
}
.subscribeBar .subscribeWrap .title-info {
  padding-left: 15px;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap .title-info {
    padding-left: 10px;
    width: calc(100% - 64px);
  }
}
.subscribeBar .subscribeWrap-form {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap-form {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .subscribeBar .subscribeWrap-form {
    max-width: 520px;
  }
}
.subscribeBar .subscribeWrap-form .formField {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap-form .formField {
    width: calc(100% - 130px);
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.subscribeBar .subscribeWrap-form .formField input {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .subscribeBar .subscribeWrap-form .formField input {
    padding: 6px 15px;
    height: 42px;
  }
}
.subscribeBar .subscribeWrap-form .formField.withIcon {
  position: relative;
}
.subscribeBar .subscribeWrap-form .formField.withIcon b {
  position: absolute;
  left: 15px;
  top: 8px;
  color: #222;
  font-size: 22px;
}
.subscribeBar .subscribeWrap-form .formField.withIcon input {
  padding-left: 50px;
}

.subscribedWord {
  background: linear-gradient(92.78deg, #FFDAA0 35.49%, #FFC09C 109.11%);
  color: #000000;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .subscribedWord {
    padding: 15px 0;
    padding-bottom: 25px;
  }
}
.subscribedWord .wordWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 25px;
  position: relative;
}
@media (min-width: 992px) {
  .subscribedWord .wordWrap {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
}
.subscribedWord .wordWrap .wordImg {
  width: 90px;
}
.subscribedWord .wordWrap .wordImg img {
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordImg {
    width: 140px;
    height: 102px;
  }
}
.subscribedWord .wordWrap .wordInfo {
  width: calc(100% - 90px);
  color: #000000;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .subscribedWord .wordWrap .wordInfo {
    width: 350px;
    padding-bottom: 0;
    padding-left: 35px;
  }
}
.subscribedWord .wordWrap .wordInfo .wordTitle {
  position: relative;
  z-index: 1;
}
.subscribedWord .wordWrap .wordInfo .wordTitle h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordInfo .wordTitle h2 {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.subscribedWord .wordWrap .wordInfo .wordTitle h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FA6100;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordInfo .wordTitle h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.subscribedWord .wordWrap .wordInfo .wordPronouncer {
  display: flex;
  align-items: center;
}
.subscribedWord .wordWrap .wordInfo .wordPronouncer i {
  color: #FA6100;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordInfo .wordPronouncer i {
    font-size: 17px;
  }
}
.subscribedWord .wordWrap .wordInfo .wordPronouncer .wordSpeak {
  width: 24px;
  height: 24px;
  background-color: #FA6100;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordInfo .wordPronouncer .wordSpeak {
    margin-left: 30px;
    width: 28px;
    height: 28px;
  }
}
.subscribedWord .wordWrap .wordNoun {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .subscribedWord .wordWrap .wordNoun {
    width: calc(100% - 500px);
    padding: 2px 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
.subscribedWord .wordWrap .wordNoun h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordNoun h4 {
    font-size: 14px;
  }
}
.subscribedWord .wordWrap .wordNoun ul {
  margin-left: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .subscribedWord .wordWrap .wordNoun ul {
    font-size: 14px;
  }
}
.subscribedWord .wordWrap .wordNoun ul li {
  margin-bottom: 5px;
  position: relative;
}
.subscribedWord .wordWrap .wordNoun ul li::marker {
  color: #FA6100;
  font-size: 18px;
}
.subscribedWord .wordWrap .wordNoun ul li:last-child {
  margin-bottom: 0;
}

/** ARC ANIMATION**/
.arcWord {
  position: relative;
}
.arcWord svg {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 100%;
  z-index: -1;
  transform: translateX(-50%);
}
.arcWord.bg svg {
  top: 50%;
  width: 160%;
}

.arcShape .shapePath {
  stroke-dashoffset: 58.1202850342px;
  stroke-dasharray: 58.1202850342px;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  stroke-dashoffset: 0;
}
.arcShape.active .shapePath {
  stroke-dashoffset: 0;
}

/** OPEN BOOK ANIMATION **/
.alpha-path {
  animation: moveUp 8s linear infinite;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
}
.alpha-path:nth-child(1) {
  animation-delay: 550ms;
}
.alpha-path:nth-child(2) {
  animation-delay: 1000ms;
}
.alpha-path:nth-child(3) {
  animation-delay: 1450ms;
}
.alpha-path:nth-child(4) {
  animation-delay: 1900ms;
}
.alpha-path:nth-child(5) {
  animation-delay: 2350ms;
}
.alpha-path:nth-child(6) {
  animation-delay: 2800ms;
}
.alpha-path:nth-child(7) {
  animation-delay: 3250ms;
}
.alpha-path:nth-child(8) {
  animation-delay: 3700ms;
}
.alpha-path:nth-child(9) {
  animation-delay: 4150ms;
}
.alpha-path:nth-child(10) {
  animation-delay: 4600ms;
}
.alpha-path:nth-child(11) {
  animation-delay: 5050ms;
}
.alpha-path:nth-child(12) {
  animation-delay: 5500ms;
}
.alpha-path:nth-child(13) {
  animation-delay: 5950ms;
}
.alpha-path:nth-child(14) {
  animation-delay: 6400ms;
}
.alpha-path:nth-child(15) {
  animation-delay: 6850ms;
}
.alpha-path:nth-child(16) {
  animation-delay: 7300ms;
}
.alpha-path:nth-child(17) {
  animation-delay: 7750ms;
}
.alpha-path:nth-child(18) {
  animation-delay: 8200ms;
}
.alpha-path:nth-child(19) {
  animation-delay: 8650ms;
}
.alpha-path:nth-child(20) {
  animation-delay: 9100ms;
}

@keyframes moveUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
/** HOME BANNER **/
.bannerImg .coin {
  animation: uptodown 1800ms ease-in-out infinite;
}
.bannerImg .coin.mid {
  animation-delay: 100ms;
}
.bannerImg .coin.last {
  animation-delay: 200ms;
}
.bannerImg .allCircle .circle-01, .bannerImg .allCircle .circle-02, .bannerImg .allCircle .circle-03, .bannerImg .allCircle .circle-04, .bannerImg .allCircle .circle-05, .bannerImg .allCircle .circle-06, .bannerImg .allCircle .circle-07, .bannerImg .allCircle .circle-08, .bannerImg .allCircle .circle-09 {
  animation: flyHover 5000ms ease-in-out infinite;
}
.bannerImg .allCircle .circle-02 {
  animation-delay: 500ms;
}
.bannerImg .allCircle .circle-03 {
  animation-delay: 1000ms;
  animation-direction: reverse;
}
.bannerImg .allCircle .circle-04 {
  animation-delay: 1500ms;
}
.bannerImg .allCircle .circle-05 {
  animation-delay: 2000ms;
}
.bannerImg .allCircle .circle-06 {
  animation-delay: 2500ms;
  animation-direction: reverse;
}
.bannerImg .allCircle .circle-07 {
  animation-delay: 3000ms;
}
.bannerImg .allCircle .circle-08 {
  animation-delay: 3500ms;
  animation-direction: reverse;
}
.bannerImg .allCircle .circle-09 {
  animation-delay: 4000ms;
}

@keyframes uptodown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flyHover {
  0% {
    transform: translateY(-12px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-12px);
    opacity: 0;
  }
}
.tabsWrap .tabsLink a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #555;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink a {
    font-size: 16px;
  }
}
.tabsWrap .tabsLink.buttonLink {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink.buttonLink {
    padding: 0 25px;
  }
}
.tabsWrap .tabsLink.buttonLink a {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 14px;
  color: #555;
  min-width: 65px;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink.buttonLink a {
    padding: 12px 22px;
    min-width: 100px;
    margin-right: 10px;
  }
}
.tabsWrap .tabsLink.buttonLink a:hover {
  color: #FA6100;
}
.tabsWrap .tabsLink.buttonLink a.active {
  background-color: #FA6100;
  color: #fff;
}
.tabsWrap .tabsLink.simpleLink {
  border-bottom: 1px solid rgba(183, 183, 183, 0.5);
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink.simpleLink {
    display: block;
  }
}
.tabsWrap .tabsLink.simpleLink .magicLine {
  height: 6px;
  background-color: #FA6100;
  position: absolute;
  bottom: -3px;
  border-radius: 4px;
}
.tabsWrap .tabsLink.simpleLink a {
  padding: 14px 5px;
  font-size: 13px;
  width: 33.3%;
  max-width: 110px;
}
.tabsWrap .tabsLink.simpleLink a:first-child {
  min-width: 110px;
}
.tabsWrap .tabsLink.simpleLink a:last-child {
  max-width: inherit;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink.simpleLink a {
    font-size: 18px;
    padding: 15px;
    max-width: 125px;
    width: 33%;
  }
  .tabsWrap .tabsLink.simpleLink a:first-child {
    min-width: 170px;
  }
}
.tabsWrap .tabsLink.simpleLink a:hover {
  color: #FA6100;
}
.tabsWrap .tabsLink.simpleLink a.active {
  position: relative;
  color: #000000;
}
.tabsWrap .tabsLink.simpleLink a.active:after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #FA6100;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 4px;
  display: none;
}
@media (min-width: 768px) {
  .tabsWrap .tabsLink.simpleLink a.active:after {
    height: 8px;
    bottom: -4px;
  }
}
.tabsWrap .tabsContent {
  clear: both;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(104.54deg, #FF843F 6.71%, #FF7223 87.1%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slick-arrow {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }
}
.slick-arrow.slick-disabled {
  filter: grayscale(1);
  opacity: 0.25;
  cursor: default;
}
.slick-arrow:hover {
  opacity: 0.85;
}
.slick-arrow.slick-prev {
  left: -8px;
}
@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -12px;
  }
}
.slick-arrow.slick-next {
  right: -8px;
}
@media (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -12px;
  }
}

.slick-slide {
  transition: all 1200ms ease;
  opacity: 0.15;
  transform: translateX(15px);
}
.slick-slide.slick-active {
  transform: translateX(0);
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  padding-bottom: 5px;
  background-color: #fff;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-size: 0;
  display: block;
  margin: 0 2px;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  font-size: 0;
  background-color: #C7C7C7;
  width: 100%;
  height: 100%;
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #777;
}

.rateit-font {
  font-size: 16px;
}

.rateit .rateit-preset {
  color: #FEB848;
}

.rateit-empty {
  color: #ADADAD;
}

.rateit-preset,
.rateit-empty {
  letter-spacing: 2.5px;
}

.globalSearch {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  display: none;
  z-index: 4;
}
@media (min-width: 992px) {
  .globalSearch {
    top: 120px;
  }
}
.globalSearch .contentWrap {
  max-width: 1220px;
}
.globalSearch .closeAdvanced {
  position: absolute;
  left: 50%;
  bottom: 10px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  cursor: pointer;
}
.globalSearch .closeAdvanced:hover {
  opacity: 0.5;
}
.globalSearch .searchOption {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 0 16px rgba(123, 48, 0, 0.1);
  background-color: #FEB848;
  padding: 15px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .globalSearch .searchOption {
    padding: 20px 30px;
    margin: 0 auto;
  }
}
.globalSearch .searchOption h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.globalSearch .searchOption .searchForm {
  position: relative;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.globalSearch .searchOption .searchForm-field {
  width: 100%;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm-field {
    width: calc(100% - 150px);
  }
}
.globalSearch .searchOption .searchForm-button {
  text-align: right;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}


@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm-button {
    padding-top: 0;
    padding-left: 20px;
    width: 150px;
    display: block;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
  }
}
.globalSearch .searchOption .searchForm-button .btn {
  width: 100%;
  max-width: 130px;
}
.globalSearch .searchOption .searchForm-button .btn span {
  display: none;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm-button .btn span {
    display: block;
  }
}
.globalSearch .searchOption .searchForm-button .btn b {
  display: block;
  margin: 0;
  font-size: 80%;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm-button .btn b {
    display: none;
  }
}
@media (max-width: 767px) {
  .globalSearch .searchOption .searchForm-button .btn {
    background-color: #FA6100;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
  }
}
.globalSearch .searchOption .searchForm-button .scanBarcode { display: none;}
@media (max-width: 767px) { 
  .globalSearch .searchOption .searchForm-button .btn { display: none; }
  .globalSearch .searchOption .searchForm-button .scanBarcode { display: inline-block; width: 30px;}
  .globalSearch .searchOption .searchForm-button .scanBarcode b { font-size: 30px; color: #fa6100; }
}
.globalSearch .searchOption .searchForm .fieldWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
  padding-right: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.globalSearch .searchOption .searchForm .fieldWrap-select {
  min-width: 125px;
  padding-right: 0px;
  border-right: 1px solid rgba(173, 173, 173, 0.25);
  display: none;
  position: relative;
  left: -10px;
}
.globalSearch .searchOption .searchForm .fieldWrap-select .ms-drop { border-radius: 0px 0px 10px 10px; }
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-select {
    display: block;
  }
}
.globalSearch .searchOption .searchForm .fieldWrap-select select {
  width: 100%;
  padding: 4px 10px;
  padding-right: 20px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #ADADAD;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-select select {
    height: 42px;
    font-size: 18px;
  }
}
.globalSearch .searchOption .searchForm .fieldWrap-input {
  width: 100%;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-input {
    width: calc(100% - 125px);
  }
}
.globalSearch .searchOption .searchForm .fieldWrap-input input {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-input input {
    padding: 6px 15px;
    height: 42px;
    font-size: 16px;
  }
}
.globalSearch .searchOption .searchForm .fieldWrap-input.withIcon {
  position: relative;
}
.globalSearch .searchOption .searchForm .fieldWrap-input.withIcon b {
  position: absolute;
  left: 4px;
  top: 10px;
  color: #ADADAD;
  font-size: 18px;
  z-index: 1;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-input.withIcon b {
    left: 15px;
  }
}
.globalSearch .searchOption .searchForm .fieldWrap-input.withIcon input {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchForm .fieldWrap-input.withIcon input {
    padding-left: 50px;
  }
}
.globalSearch .searchOption .searchAdvanced {
  color: #fff;
  padding-top: 10px;
  letter-spacing: 0.15px;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchAdvanced {
    padding-top: 10px;
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.globalSearch .searchOption .searchAdvanced-last {
  display: none;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchAdvanced-last {
    display: flex;
    align-items: center;
  }
}
.globalSearch .searchOption .searchAdvanced-last h4 {
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px;
}
.globalSearch .searchOption .searchAdvanced-last p {
  font-weight: 700;
  font-size: 16px;
}
.globalSearch .searchOption .searchAdvanced-last p a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.globalSearch .searchOption .searchAdvanced-last p a:hover {
  text-decoration: underline;
  color: #FA6100;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
.globalSearch .searchOption .searchAdvanced-more {
  text-align: right;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchAdvanced-more {
    max-width: 140px;
    padding-left: 15px;
  }
}
.globalSearch .searchOption .searchAdvanced-more a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.globalSearch .searchOption .searchAdvanced-more a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
.globalSearch .searchOption .searchExtra {
  display: none;
  margin: 0 -15px;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchExtra-row {
    display: flex;
  }
}
.globalSearch .searchOption .searchExtra .boxForm {
  width: 100%;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .globalSearch .searchOption .searchExtra .boxForm {
    padding: 0 15px;
  }
}

.bookBox {
  width: calc(100% - 12px);
  margin: 0 8px;
}
@media (min-width: 768px) {
  .bookBox {
    width: calc(100% - 12px);
    max-width: 300px;
    margin: 0 auto;
  }
}
.bookBox-img {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: -135px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .bookBox-img {
    max-width: 188px;
  }
}
.bookBox-img a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.bookBox-img a:hover {
  text-decoration: underline;
}
.bookBox-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bookBox-info {
  padding: 20px 20px;
  padding-top: 160px;
  background-color: #fff4e3;
  border-radius: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .bookBox-info {
    padding: 25px 20px;
    padding-top: 160px;
  }
}
.bookBox-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bookBox-info h3 {
    font-size: 16px;
  }
}
.bookBox-info h3 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  min-height: 67px;
}
.bookBox-info h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.bookBox-info ul li {
  list-style: none;
  margin-bottom: 7px;
  color: #555;
}
.bookBox-info ul li:last-child {
  margin-bottom: 0;
}
.bookBox-info ul li a {
  color: #555;
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;
}
.bookBox-info ul li a:hover {
  text-decoration: underline;
}
.bookBox-info .addTo {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 15px;
  font-size: 15px;
}
.bookBox-info .addTo a:not(.btn) {
  color: #FA6100;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
.bookBox-info .addTo a:not(.btn):hover {
  opacity: 0.75;
}
.bookBox-info .addTo a:not(.btn) b {
  font-size: 135%;
  top: 3px;
  position: relative;
  margin-right: 6px;
}
.bookBox-info .addTo .btn {
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
}

.toolTip {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  position: fixed;
  max-width: 580px;
  width: 100%;
  background-color: #555;
  z-index: 3;
  display: none;
  font-weight: 700;
  transform: translate(0, 0);
  
}

@media (max-width: 420px) {
  .toolTip {
    width: 100%;
  }
}

.toolTip:after {
  bottom: 100%;
  left: 38px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555;
  border-width: 10px;
  margin-left: -10px;
}
.toolTip-row {
  display: flex;
  padding-bottom: 20px;
}
.toolTip-row:last-child {
  padding-bottom: 0;
}
.toolTip-row div:first-child {
  padding-right: 15px;
  min-width: 120px;
  font-weight: 400;
}

.priceRange .nstSlider {
  width: 390px;
  background-color: transparent;
}
.priceBox-set .priceRange .nstSlider{
  width: 240px;
  background-color: transparent;
}

@media (max-width: 767px) { 
.priceRange .nstSlider { width: 100%; }
}

.priceRange .nstSlider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: #f3f3f3;
  border-radius: 4px;
}
.priceRange .nstSlider .bar {
  background-color: #267AF6;
  position: relative;
  z-index: 1;
}
.priceRange .nstSlider .leftGrip, .priceRange .nstSlider .rightGrip {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background-color: #267AF6 !important;
  top: 0;
  z-index: 2;
}
.priceRange-val {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 5px;
}
.priceRange-val b {
  font-weight: 700;
  color: #267AF6;
  font-size: 15px;
}
@media (min-width: 768px) {
  .priceRange-val b {
    font-size: 18px;
  }
}

.boxForm .priceRange .nstSlider:after {
  background-color: #FFDBA3;
}
.boxForm .priceRange-val {
  font-size: 12px;
  padding-top: 2px;
}
.boxForm .priceRange-val b {
  font-size: inherit;
}

.rangeModal {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.select2-container {
  display: block;
  text-align: left;
  z-index: 100002;
}

.select2-container--default .select2-selection--single {
  border-color: transparent;
  font-size: inherit;
  font-weight: 700;
  height: 40px;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FA6100;
  line-height: 30px;
  padding: 4px 12px;
  padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  width: 25px;
  right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 12px;
  border: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0FEQURBRCIgZD0iTTE1LjEsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwTDgsOC45TDMsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwUzAuMyw1LjYsMSw2LjJsNiw1LjUNCgljMC4zLDAuMywwLjYsMC40LDEsMC40YzAuNCwwLDAuNy0wLjEsMS0wLjRsNi4xLTUuNkMxNS42LDUuNiwxNS42LDQuOCwxNS4xLDQuM3oiLz4NCjwvc3ZnPg0K");
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  margin-top: -6px;
  margin-left: -8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container .select2-selection--multiple {
  border-color: transparent !important;
  font-size: inherit;
  font-weight: 700;
  height: 40px;
  border-radius: 10px;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  vertical-align: top;
  color: #FA6100;
  line-height: 30px;
  padding: 4px 12px;
  padding-right: 25px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0;
  font-family: "PT Sans", sans-serif;
}

.select2-dropdown {
  border: none;
  border-top: 1px solid #f5f5f5 !important;
  border-radius: 0 0 8px 8px;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06);
}

.select2-results {
  font-size: 16px;
  font-weight: 700;
  color: #555;
}

.select2-search--dropdown {
  padding: 7px 10px;
}
.select2-search--dropdown .select2-search__field {
  height: 34px;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: #F8F8F8;
  font-family: "PT Sans", sans-serif;
  border-color: #F8F8F8 !important;
}

.select2-results__option {
  padding: 7px 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(250, 97, 0, 0.02);
  color: rgba(250, 97, 0, 0.85);
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #FA6100;
}

.ms-choice {
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  padding: 4px 15px;
  font-size: 15px;
  color: #555;
  border: none;
  width: 100%;
  font-weight: 700;
}
.ms-choice span {
  padding: 7px 15px;
  
}
.ms-choice .icon-caret {
  width: 12px !important;
  height: 12px !important;
  border: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0FEQURBRCIgZD0iTTE1LjEsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwTDgsOC45TDMsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwUzAuMyw1LjYsMSw2LjJsNiw1LjUNCgljMC4zLDAuMywwLjYsMC40LDEsMC40YzAuNCwwLDAuNy0wLjEsMS0wLjRsNi4xLTUuNkMxNS42LDUuNiwxNS42LDQuOCwxNS4xLDQuM3oiLz4NCjwvc3ZnPg0K");
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  margin-top: -6px !important;
  margin-left: -8px !important;
  border-width: 0 !important;
  transition: all 250ms ease-in-out;
}
.ms-choice .icon-caret.open {
  transform: rotate(180deg);
}

.ms-drop {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background: #fff;
  color: #555;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06) !important;
}
.ms-drop .ms-no-results {
  padding: 8px 18px !important;
  color: #ADADAD;
}
.ms-drop ul {
  padding-bottom: 5px;
}
.ms-drop ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
.ms-drop ul > li label {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  padding: 0 !important;
  position: relative;
}
.ms-drop ul > li label input {
  appearance: revert;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: absolute;
  left: 6px;
  top: 12px;
  background-color: #FA6100;
}
.ms-drop ul > li label span {
  padding: 8px 12px !important;
  padding-left: 30px !important;
  display: block;
}
.ms-drop ul > li label input {
  position: absolute;
  opacity: 0;
}
.ms-drop ul > li label input + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  color: #555;
  max-width: 225px;
  white-space: initial;
  word-break: break-all;
}
.ms-drop ul > li label input + span:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  position: absolute;
  left: 6px;
  top: 14px;
}
.ms-drop ul > li label input:hover + span:before {
  background: #FA6100;
}
.ms-drop ul > li label input:checked + span {
  color: #FA6100;
}
.ms-drop ul > li label input:checked + span:before {
  background: #FA6100;
  border-color: #FA6100;
}
.ms-drop ul > li label input:disabled + span {
  color: #FA6100;
  cursor: auto;
}
.ms-drop ul > li label input:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.ms-drop ul > li label input:checked + span:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 17px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.ms-drop ul > li.hide-radio.selected {
  background-color: transparent;
  color: #FA6100;
}
.ms-drop ul > li.hide-radio.selected label {
  color: inherit;
  padding: 8px 12px;
}

.ms-search {
  padding: 8px 12px !important;
}
.ms-search input {
  height: 34px;
  border-radius: 7px;
  background-color: #F8F8F8;
  padding: 8px 12px;
  font-size: 16px;
  border: none;
  font-weight: 300;
  font-family: "PT Sans", sans-serif;
}

.single-select .ms-choice {
  padding: 4px 10px;
  padding-right: 0;
}
.single-select .ms-choice span {
  padding-right: 0;
}
.single-select .ms-drop {
  border: none;
}
.single-select .ms-drop ul > li label input {
  display: none;
}
.single-select .ms-drop ul > li label span {
  padding: 6px 14px !important;
}
.single-select .ms-drop ul > li label span::before, .single-select .ms-drop ul > li label span::after {
  display: none;
}

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-hint {
  color: rgba(0, 0, 0, 0.45) !important;
}
.twitter-typeahead .tt-menu {
  padding: 10px 0;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: -2px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
}
.twitter-typeahead .tt-menu .tt-dataset {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.twitter-typeahead .tt-menu .tt-dataset:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-title {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  display: none !important;
}
@media (min-width: 768px) {
  .twitter-typeahead .tt-menu .tt-dataset .tt-title {
    padding: 5px 22px;
    font-size: 14px;
    display: block !important;
  }
}
.twitter-typeahead .tt-menu .tt-dataset .tt-highlight {
  color: #222;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-empty {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .twitter-typeahead .tt-menu .tt-dataset .tt-empty {
    padding: 10px 22px;
    font-size: 16px;
  }
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
@media (min-width: 768px) {
  .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 12px 22px;
    font-size: 16px;
  }
}
.twitter-typeahead .tt-menu .tt-dataset:empty {
  display: none;
}

.searchHead,
.searchRow {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  color: #000000;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .searchHead,
.searchRow {
    padding: 5px 22px;
    font-size: 14px;
  }
}
.searchHead .rowBook,
.searchRow .rowBook {
  width: 40%;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .searchHead .rowBook,
.searchRow .rowBook {
    width: 45%;
    padding-right: 20px;
  }
}
.searchHead .rowPrice,
.searchRow .rowPrice {
  width: 60%;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .searchHead .rowPrice,
.searchRow .rowPrice {
    width: 55%;
  }
}
.searchHead .rowSeller,
.searchRow .rowSeller {
  font-weight: 400;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .searchHead .rowSeller,
.searchRow .rowSeller {
    padding: 0 12px;
    width: auto;
  }
}
.searchHead .rowSeller-pack,
.searchRow .rowSeller-pack {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .searchHead .rowSeller-pack,
.searchRow .rowSeller-pack {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.searchHead .rowSeller-icon,
.searchRow .rowSeller-icon {
  padding: 0 2px;
  width: 40px;
}
@media (min-width: 768px) {
  .searchHead .rowSeller-icon,
.searchRow .rowSeller-icon {
    padding: 0 10px;
    width: 75px;
  }
}
.searchHead .rowSeller-icon img,
.searchRow .rowSeller-icon img {
  display: block;
  max-width: 100%;
}
.searchHead .rowSeller-amt,
.searchRow .rowSeller-amt {
  padding: 0 5px;
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
@media (min-width: 768px) {
  .searchHead .rowSeller-amt,
.searchRow .rowSeller-amt {
    padding: 0 10px;
    padding-right: 0;
  }
}
.searchHead .rowSeller-tag,
.searchRow .rowSeller-tag {
  padding: 4px 8px;
  text-align: center;
  background-color: #fff4e2;
  color: #FFA311;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .searchHead .rowSeller-tag,
.searchRow .rowSeller-tag {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.searchHead .rowSeller:first-child,
.searchRow .rowSeller:first-child {
  padding-left: 0;
}
.searchHead .rowSeller:last-child,
.searchRow .rowSeller:last-child {
  padding-right: 0;
}

.searchRow {
  font-size: 16px;
  padding: 10px 22px;
  align-items: flex-start;
}

[data-tour] {
  z-index: 99999;
  position: relative;
}

.tourHelp {
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 15px;
  font-size: 13px;
  color: #000000;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 99999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  .tourHelp {
    font-size: 14px;
    padding: 12px 30px;
    bottom: 70px;
    max-width: 340px;
  }
}
.tourHelp a {
  color: #FA6100;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.tourHelp-close {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #C7C7C7;
  color: #3a3a3a;
  padding: 4px;
  font-size: 7px;
  cursor: pointer;
}

.tourOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.helpWrap {
  position: absolute;
  z-index: 999999;
  color: #fff;
}
.helpWrap.fixed {
  position: fixed;
}
.helpWrap-mark a:not(.btn) {
  font-weight: 700;
  color: #FA6100;
}
.helpWrap-mark.priceAlertModal_open b {
  font-size: 140%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.helpWrap-mark.userMenu-link ul li a {
  color: #fff !important;
  background-color: transparent !important;
}
.helpWrap-info {
  position: absolute;
  width: 175px;
}
@media (min-width: 992px) {
  .helpWrap-info {
    width: 220px;
  }
}
.helpWrap-info.left {
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
}
.helpWrap-info.left .helpWrap-icon {
  width: 25px;
  margin: 5px auto;
  transform: rotate(309deg);
}
@media (max-width: 767px) {
  .helpWrap-info.left.mFix {
    transform: translate(-75%, -25%);
  }
  .helpWrap-info.left.mFix .helpWrap-icon {
    transform: rotate(336deg);
  }
}
@media (min-width: 992px) {
  .helpWrap-info.left {
    transform: translate(-100%, 0);
    left: 40%;
    top: 50%;
  }
  .helpWrap-info.left .helpWrap-icon {
    width: 40px;
    margin: 0;
    margin-left: 100px;
    margin-bottom: 10px;
    transform: none;
  }
}
.helpWrap-info.right {
  transform: translate(50%, 0);
  right: 50%;
  top: 100%;
}
.helpWrap-info.right .helpWrap-icon {
  width: 25px;
  margin: 5px auto;
  transform: rotate(28deg);
}
@media (max-width: 767px) {
  .helpWrap-info.right.mFix {
    transform: translate(75%, -15%);
  }
  .helpWrap-info.right.mFix .helpWrap-icon {
    transform: rotate(12deg);
  }
}
@media (min-width: 992px) {
  .helpWrap-info.right {
    transform: translate(100%, 0);
    right: 0;
    top: 50%;
  }
  .helpWrap-info.right .helpWrap-icon {
    width: 40px;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 10px;
    transform: none;
  }
}
.helpWrap-info.bottom {
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
}
.helpWrap-info.bottom .helpWrap-icon {
  width: 8px;
  margin: 5px auto;
}
@media (min-width: 992px) {
  .helpWrap-info.bottom {
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
  }
  .helpWrap-info.bottom .helpWrap-icon {
    width: 20px;
    margin: 10px auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .helpWrap-info.bottom.mFix {
    transform: translate(-50%, -100%);
    left: 50%;
    top: 0%;
    padding-bottom: 40px;
  }
  .helpWrap-info.bottom.mFix .helpWrap-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(180deg);
  }
}
.helpWrap-info.top {
  transform: translate(-10%, -100%);
  margin-top: -10px;
}
.helpWrap-info.top .helpWrap-icon {
  width: 8px;
  margin: 10px auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .helpWrap-info.top {
    transform: translate(-50%, -100%);
    left: 50%;
    top: 0;
    margin: 0;
  }
  .helpWrap-info.top .helpWrap-icon {
    width: 15px;
    margin: 10px auto;
    transform: none;
  }
}
.helpWrap-icon {
  display: block;
}
.helpWrap-icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.helpWrap-text {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .helpWrap-text {
    font-size: 14px;
  }
}

.tourModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.tourModal-content {
  padding: 8px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  width: calc(100% - 40px);
  max-width: 1000px;
}
@media (min-width: 992px) {
  .tourModal-content {
    width: 100%;
    margin: 0 auto;
  }
}
.tourModal-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  color: #111;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
}
.tourModal .tourSlider .slick-slide {
  opacity: 1 !important;
}
.tourModal .tourSlider .slick-slide {
  transform: translateX(0) !important;
}
.tourModal .tourSlider .slick-arrow.slick-next {
  right: -20px;
}
.tourModal .tourSlider .slick-arrow.slick-prev {
  left: -20px;
}
.tourModal .tourSlider-img {
  border-radius: 20px;
  overflow: hidden;
  background-color: #000000;
  opacity: 1;
}
.tourModal .tourSlider-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.tourModal .tourSlider-text {
  background-color: #fff;
  padding: 10px 0;
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.infoTable {
  width: 100%;
  overflow: auto;
}
.infoTable table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}
@media (min-width: 768px) {
  .infoTable table {
    min-width: auto;
  }
}
.infoTable table tbody tr:first-child {
  border-top: 0;
}
.infoTable table tbody tr:not(.collapse) {
  border-top: 5px solid transparent;
}
.infoTable table tr {
  vertical-align: middle;
}
.infoTable table tr td:first-child .tableCell {
  border-radius: 12px 0 0 12px;
}
.infoTable table tr td:last-child .tableCell {
  border-radius: 0 12px 12px 0;
}
.infoTable table tr.active td:first-child .tableCell {
  border-radius: 12px 0 0 0;
}
.infoTable table tr.active td:last-child .tableCell {
  border-radius: 0 12px 0 0;
}
.infoTable table tr.collapse {
  display: none;
}
.infoTable table tr.collapse td .tableCell {
  border-radius: 0 0 12px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.infoTable table tr.active + .collapse {
  display: table-row;
}
.infoTable table th, .infoTable table td {
  vertical-align: middle;
  font-weight: 700;
  color: #555;
  font-size: 14px;
  min-width: 145px;
}
@media (min-width: 768px) {
  .infoTable table th, .infoTable table td {
    min-width: 90px;
    font-size: 15px;
  }
}
.infoTable table th.first-child, .infoTable table td.first-child {
  padding-left: 0;
}
.infoTable table th.first-child .tableCell, .infoTable table td.first-child .tableCell {
  padding-left: 0;
}
.infoTable table th.last-child, .infoTable table td.last-child {
  padding-right: 0;
}
.infoTable table th.last-child .tableCell, .infoTable table td.last-child .tableCell {
  padding-right: 0;
}
.infoTable table th.noGutter, .infoTable table td.noGutter {
  padding-left: 0;
  padding-right: 0;
}
.infoTable table th.noGutter .tableCell, .infoTable table td.noGutter .tableCell {
  padding-left: 0;
  padding-right: 0;
}
.infoTable table th.limitWide, .infoTable table td.limitWide {
  width: 175px;
}
.infoTable table th {
  padding: 15px 15px;
  font-weight: 400;
  font-size: 14px !important;
  color: #4C4C4C;
  text-align: left;
}
.infoTable table th .icon-sort, .infoTable table th .icon-sort_up, .infoTable table th .icon-sort_down {
  font-size: 72%;
  margin-left: 3px;
  opacity: 0.9;
  cursor: pointer;
}
@media (min-width: 768px) {
  .infoTable table th {
    font-size: 18px !important;
  }
}
.infoTable .brandLogo {
  max-width: 60px;
}
@media (min-width: 768px) {
  .infoTable .brandLogo {
    max-width: 70px;
  }
}
.infoTable .brandLogo img {
  display: block;
}
.infoTable .tableCell {
  background-color: #fff;
  padding: 10px 15px;
  min-height: 70px;
  display: flex;
  align-items: center;
  width: 100%;
}
.infoTable .tableCell.cell-center {
  justify-content: center;
}
.infoTable .cell-total {
  font-size: 110%;
}
.infoTable .dueDate {
  display: block;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .infoTable .dueDate {
    font-size: 14px;
  }
}
.infoTable .infoTip {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fa6100;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-left: 10px;
  cursor: help;
  position: relative;
}
.infoTable .toggleCoupons, .infoTable .toggleSell {
  color: #FA6100;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.infoTable .toggleCoupons.active, .infoTable .toggleSell.active {
  color: #ADADAD;
}
.infoTable .toggleCoupons b, .infoTable .toggleSell b {
  font-size: 80%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
}
.infoTable .addTo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FA6100;
  text-decoration: none;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}
.infoTable .box-start, .infoTable .box-add, .infoTable .box-mid, .infoTable .box-end {
  padding: 5px 15px;
  background-color: rgba(250, 97, 0, 0.06);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
  margin: 0 -15px;
  width: 100%;
}
.infoTable .box-start {
  border-radius: 12px 0 0 12px;
}
.infoTable .box-add, .infoTable .box-mid {
  width: 100%;
}
.infoTable .box-end {
  border-radius: 0 12px 12px 0;
}

/** EFFECT **/
.eleEffect {
  transition: all 1200ms ease;
  opacity: 0.05;
  transform: translateY(100px);
}
.eleEffect.in-viewport-once {
  transform: translateY(0);
  opacity: 1;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-400 {
  transition-delay: 400ms;
}

.delay-600 {
  transition-delay: 600ms;
}

/** HOME PAGE **/
.heroBanner .bannerWrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
}
.heroBanner .bannerWrap h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heroBanner .bannerWrap h1 {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
.heroBanner .bannerWrap p {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .heroBanner .bannerWrap p {
    font-size: 25px;
  }
}
.heroBanner .bannerWrap-text {
  max-width: 70%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .heroBanner .bannerWrap-text {
    max-width: 520px;
    padding: 30px 0;
    padding-top: 35px;
  }
}
.heroBanner .bannerWrap-img {
  margin-left: -5%;
  margin-right: -5%;
  max-width: 462px;
  position: relative;
  top: 10px;
  width: 100%;
}
.heroBanner .bannerWrap-img svg, .heroBanner .bannerWrap-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.homeSearch {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .homeSearch {
    margin-top: -100px;
    padding: 0 15px;
  }
}
@media (min-width: 1366px) {
  .homeSearch {
    padding: 0;
  }
}
.homeSearch .closeAdvanced {
  position: absolute;
  left: 50%;
  bottom: 10px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  cursor: pointer;

}
.mview{ display: none;}
@media (max-width:767px) {
  .homeSearch .closeAdvanced { bottom: -40px; margin-left: -15px; }
  .homeSearch .closeAdvanced .icon-arrow_up {width: 30px; height: 30px; display: inline-block; background: rgba(0, 0, 0, 0.2); border-radius: 50%; overflow: hidden;}
  .homeSearch .closeAdvanced .icon-arrow_up::before{ background: url('../img/icons/navclose.png'); width: 30px; height: 30px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mview{ display: block; text-align: center; margin-top: 10px; }
}

.homeSearch .closeAdvanced:hover {
  opacity: 0.5;
}
.homeSearch .searchOption {
  border-radius: 18px;
  box-shadow: 0 0 16px rgba(123, 48, 0, 0.1);
  background-color: #FEB848;
  padding: 15px 15px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .homeSearch .searchOption {
    padding: 20px 30px;
    margin: 0 auto;
  }
}
.homeSearch .searchOption h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 768px) {
  .homeSearch .searchOption h3 {
    display: block;
  }
}
.homeSearch .searchOption .searchForm {
  position: relative;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.homeSearch .searchOption .searchForm-field {
  width: 100%;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm-field {
    width: calc(100% - 150px);
  }
}
.homeSearch .searchOption .searchForm .scanBarcode {
  color: #FA6100;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}
.homeSearch .searchOption .searchForm .scanBarcode b {
  color: inherit !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .scanBarcode {
    display: none;
  }
}
.homeSearch .searchOption .searchForm-button {
  text-align: right;
  position: absolute;
  right: 4px;
  top: 1px;
  display: none;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm-button {
    padding-top: 0;
    padding-left: 20px;
    width: 150px;
    display: block;
    position: relative;
  }
}
.homeSearch .searchOption .searchForm-button .btn {
  width: 100%;
  max-width: 130px;
}
.homeSearch .searchOption .searchForm-button .btn span {
  display: none;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm-button .btn span {
    display: block;
  }
}
.homeSearch .searchOption .searchForm-button .btn b {
  display: block;
  margin: 0;
  font-size: 100%;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm-button .btn b {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeSearch .searchOption .searchForm-button .btn {
    background-color: #FA6100;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
  }
}
.homeSearch .searchOption .searchForm .fieldWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
  padding-right: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.homeSearch .searchOption .searchForm .fieldWrap-select {
  min-width: 125px;
  padding-right: 0px;
  border-right: 1px solid rgba(173, 173, 173, 0.25);
  display: none;
  font-size: 18px;
  position: relative;
  left: -10px;
}
.homeSearch .searchOption .searchForm .fieldWrap-select .ms-drop { border-radius: 0px 0px 10px 10px; }
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-select {
    display: block;
  }
}
.homeSearch .searchOption .searchForm .fieldWrap-select select {
  width: 100%;
  padding: 4px 10px;
  padding-right: 20px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #ADADAD;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-select select {
    height: 42px;
    font-size: 18px;
  }
}
.homeSearch .searchOption .searchForm .fieldWrap-input {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-input {
    width: calc(100% - 100px);
  }
}
.homeSearch .searchOption .searchForm .fieldWrap-input input {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-input input {
    padding: 6px 15px;
    height: 42px;
    font-size: 16px;
  }
}
.homeSearch .searchOption .searchForm .fieldWrap-input.withIcon {
  position: relative;
}
.homeSearch .searchOption .searchForm .fieldWrap-input.withIcon b[class^=icon-] {
  position: absolute;
  left: 8px;
  top: 11px;
  color: #ADADAD;
  font-size: 18px;
  z-index: 1;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-input.withIcon b[class^=icon-] {
    left: 12px;
  }
}
.homeSearch .searchOption .searchForm .fieldWrap-input.withIcon input {
  padding-left: 34px;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchForm .fieldWrap-input.withIcon input {
    padding-left: 40px;
  }
}
.homeSearch .searchOption .searchAdvanced {
  color: #fff;
  padding-top: 10px;
  letter-spacing: 0.15px;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchAdvanced {
    padding-top: 10px;
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.homeSearch .searchOption .searchAdvanced-last {
  display: none;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchAdvanced-last {
    display: flex;
    align-items: center;
  }
}
.homeSearch .searchOption .searchAdvanced-last h4 {
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px;
}
.homeSearch .searchOption .searchAdvanced-last p {
  font-weight: 700;
  font-size: 16px;
}
.homeSearch .searchOption .searchAdvanced-last p a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.homeSearch .searchOption .searchAdvanced-last p a:hover {
  text-decoration: underline;
  color: #FA6100;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
.homeSearch .searchOption .searchAdvanced-more {
  text-align: right;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchAdvanced-more {
    max-width: 140px;
    padding-left: 15px;
  }
}
.homeSearch .searchOption .searchAdvanced-more a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.homeSearch .searchOption .searchAdvanced-more a:hover {
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}
.homeSearch .searchOption .searchExtra {
  margin: 0 -15px;
  padding: 25px 0;
  display: none;
}
.homeSearch .searchOption .searchExtra.show {
  display: block;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchExtra-row {
    display: flex;
  }
}
.homeSearch .searchOption .searchExtra .boxForm {
  width: 100%;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .homeSearch .searchOption .searchExtra .boxForm {
    padding: 0 15px;
  }
}

.whyWe {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .whyWe {
    margin-top: 65px;
  }
}
.whyWe .whyWrap {
  text-align: center;
}
.whyWe .whyWrap h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .whyWe .whyWrap h2 {
    font-size: 26px;
  }
}
.whyWe .whyWrap p {
  font-size: 14px;
  font-weight: 400;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
  color: #4C4C4C;
}
@media (min-width: 768px) {
  .whyWe .whyWrap p {
    font-size: 14px;
  }
}
.whyWe .whyHighlight {
  padding: 15px 0;
}
.whyWe .whyHighlight ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .whyWe .whyHighlight ul {
    padding: 0;
  }
}
.whyWe .whyHighlight ul li {
  width: 100%;
  list-style: none;
  padding: 0 4px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .whyWe .whyHighlight ul li {
    padding-top: 60px;
  }
}
.whyWe .whyHighlight ul li:first-child {
  padding-left: 0;
}
.whyWe .whyHighlight ul li:last-child {
  padding-right: 0;
}
.whyWe .whyBox {
  max-width: 220px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 5px;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .whyWe .whyBox {
    padding: 20px 15px;
  }
}
.whyWe .whyBox-img {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 5px;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .whyWe .whyBox-img {
    width: 75%;
    margin-top: -80px;
  }
}
.whyWe .whyBox-img img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.whyWe .whyBox-title {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .whyWe .whyBox-title {
    font-size: 22px;
  }
}

.byCategories {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .byCategories {
    margin-top: 65px;
  }
}
.byCategories .contentWrap {
  margin: 0 auto;
  max-width: 1220px;
}
.byCategories .categoryWrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.byCategories .categoryWrap .categorySelect {
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 250px;
  width: 100%;
  padding: 30px 0;
  padding-top: 55px;
  display: none;
}
 .categorynav .ms-parent{ position: relative !important; width: 100% !important; height: 42px !important; overflow: visible !important; }
 .categorynav b{ display: block; font-weight: 400; padding-left: 15px; font-size: 12px; line-height: 16px; padding-bottom: 8px;}
 .categorynav select { background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0FEQURBRCIgZD0iTTE1LjEsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwTDgsOC45TDMsNC4zYy0wLjYtMC41LTEuNC0wLjUtMiwwUzAuMyw1LjYsMSw2LjJsNiw1LjUNCgljMC4zLDAuMywwLjYsMC40LDEsMC40YzAuNCwwLDAuNy0wLjEsMS0wLjRsNi4xLTUuNkMxNS42LDUuNiwxNS42LDQuOCwxNS4xLDQuM3oiLz4NCjwvc3ZnPg0K"); padding: 10px 14px; border-radius: 10px; border: 0; font-weight: 700;     background-position: calc(100% - 11px) center;  background-size: 14px 14px; background-repeat: no-repeat; font-size: 14px; line-height: 18px; color: #FA6100; width: 100%; }

@media (min-width: 768px) {
  .categorynav{ display: none; }
}

@media (min-width: 768px) {
  .byCategories .categoryWrap .categorySelect {
    display: block;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .byCategories .categoryWrap .categorySelect {
    left: 0;
  }
}
.byCategories .categoryWrap .categorySelect .categoryIcon {
  position: absolute;
  left: 15px;
  top: -35px;
}
.byCategories .categoryWrap .categorySelect h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 25px;
  opacity: 0.85;
  letter-spacing: 0.3px;
}
.byCategories .categoryWrap .categorySelect .btn {
  width: 125px;
}
.byCategories .categoryWrap .categorySelect ul {
  margin-bottom: 15px;
}
.byCategories .categoryWrap .categorySelect ul li {
  list-style: none;
  margin-bottom: 5px;
}
.byCategories .categoryWrap .categorySelect ul li:last-child {
  margin-bottom: 0;
}
.byCategories .categoryWrap .categorySelect ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  padding: 10px 25px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.byCategories .categoryWrap .categorySelect ul li a:hover {
  color: #FA6100;
}
.byCategories .categoryWrap .categorySelect ul li a.active {
  color: #FA6100;
  background-color: rgba(255, 219, 163, 0.45);
}
.byCategories .categoryWrap .categorySelect ul li a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  display: block;
  background-color: #feb848;
}
.byCategories .categoryWrap .categoryItems {
  width: 100%;
  max-width: 1090px;
  background: linear-gradient(285.86deg, #FFBF9C 8.05%, #FFDBA3 95.41%);
  padding: 25px 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems {
    border-radius: 20px;
    padding: 50px 40px;
    padding-bottom: 30px;
    padding-left: 290px;
    margin: 0;
    margin-left: 45px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1200px) {
  .byCategories .categoryWrap .categoryItems {
    padding-left: 150px;
  }
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems .categoryDropdown {
    display: none;
  }
}
.byCategories .categoryWrap .categoryItems .categoryDropdown > label {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  padding: 0 15px;
  letter-spacing: 0.5px;
}
.byCategories .categoryWrap .categoryItems .categoryDropdown select {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #FA6100;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems .categoryDropdown select {
    padding: 6px 15px;
    height: 42px;
  }
}
.byCategories .categoryWrap .categoryItems .categoryAll {
  text-align: center;
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems .categoryAll {
    text-align: right;
  }
}
.byCategories .categoryWrap .categoryItems h2 {
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.byCategories .categoryWrap .categoryItems .bookSilder {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems .bookSilder {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .byCategories .categoryWrap .categoryItems .bookSilder:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
  }
}

.dayWord {
  margin-top: 35px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dayWord {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .dayWord {
    padding: 0;
  }
}
.dayWord .contentWrap {
  max-width: 1220px;
}
.dayWord .wordWrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  border-radius: 20px;
  box-shadow: 0 0 16px rgba(123, 48, 0, 0.08);
  padding: 20px;
  position: relative;
  background-color: #fff;
  background-image: url("../img/icons/bg_big_word.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .dayWord .wordWrap {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .dayWord .wordWrap {
    flex-wrap: nowrap;
    padding: 35px 55px;
  }
}
.dayWord .wordWrap .wordInfo {
  width: 100%;
  color: #000000;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .dayWord .wordWrap .wordInfo {
    width: 350px;
    padding-bottom: 0;
    padding-right: 50px;
  }
}
.dayWord .wordWrap .wordInfo .wordTitle {
  position: relative;
  z-index: 1;
}
.dayWord .wordWrap .wordInfo .wordTitle h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordInfo .wordTitle h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.dayWord .wordWrap .wordInfo .wordTitle h3 {
  font-size: 30px;
  font-weight: 700;
  color: #FF843F;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordInfo .wordTitle h3 {
    font-size: 46px;
    margin-bottom: 5px;
  }
}
.dayWord .wordWrap .wordInfo .wordImg {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 90px;
}
.dayWord .wordWrap .wordInfo .wordImg img {
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordInfo .wordImg {
    right: 10px;
    top: 10px;
    width: 124px;
    height: 102px;
  }
}
.dayWord .wordWrap .wordInfo .wordPronouncer {
  display: flex;
  align-items: center;
}
.dayWord .wordWrap .wordInfo .wordPronouncer i {
  color: #FF843F;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordInfo .wordPronouncer i {
    font-size: 17px;
  }
}
.dayWord .wordWrap .wordInfo .wordPronouncer .wordSpeak {
  width: 24px;
  height: 24px;
  background-color: #FA6100;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordInfo .wordPronouncer .wordSpeak {
    margin-left: 30px;
    width: 28px;
    height: 28px;
  }
}
.dayWord .wordWrap .wordNoun {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .dayWord .wordWrap .wordNoun {
    width: calc(100% - 350px);
    padding: 2px 0;
    padding-left: 50px;
    padding-right: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.dayWord .wordWrap .wordNoun h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordNoun h4 {
    font-size: 18px;
  }
}
.dayWord .wordWrap .wordNoun ul {
  margin-left: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .dayWord .wordWrap .wordNoun ul {
    font-size: 18px;
  }
}
.dayWord .wordWrap .wordNoun ul li {
  margin-bottom: 12px;
  position: relative;
}
.dayWord .wordWrap .wordNoun ul li::marker {
  color: #FEB848;
  font-size: 22px;
}
.dayWord .wordWrap .wordNoun ul li:last-child {
  margin-bottom: 0;
}

.storesBar {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .storesBar {
    margin-top: 75px;
  }
}
.storesBar .storesWrap {
  color: #000000;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .storesBar .storesWrap {
    padding: 30px 0;
  }
}
.storesBar .storesWrap h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .storesBar .storesWrap h2 {
    font-size: 26px;
  }
}
.storesBar .storesWrap p {
  font-size: 14px;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .storesBar .storesWrap p {
    font-size: 16px;
    max-width: 360px;
  }
}
.storesBar .storesLogo {
  padding: 15px 0;
  background-color: white;
}
.storesBar .storesLogo .contentWrap {
  max-width: 1240px;
}
@media (min-width: 768px) {
  .storesBar .storesLogo {
    padding: 35px 0;
  }
}
.storesBar .storesLogo .storesCarousel .storesCmy {
  padding: 0 35px;
}
@media (min-width: 768px) {
  .storesBar .storesLogo .storesCarousel .storesCmy {
    padding: 0 10px;
  }
}
.storesBar .storesLogo .storesCarousel .storesCmy img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.storesBar .storesLogo .storesCarousel .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.getCoupons {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .getCoupons {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.getCoupons .couponWrap {
  color: #000000;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .getCoupons .couponWrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .getCoupons .couponWrap {
    display: flex;
    justify-content: space-between;
  }
}
.getCoupons .couponWrap-info {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .getCoupons .couponWrap-info {
    width: 42%;
    text-align: left;
    padding: 45px 0;
    padding-bottom: 0;
  }
}
.getCoupons .couponWrap-info h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.getCoupons .couponWrap-info p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info p {
    font-size: 16px;
    max-width: 82%;
    margin-bottom: 20px;
  }
}
.getCoupons .couponWrap-info .btn {
  min-width: 125px;
}
.getCoupons .couponWrap-info .infoBox {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info .infoBox {
    padding-bottom: 35px;
  }
}
.getCoupons .couponWrap-info .infoBox:last-child {
  padding-bottom: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info .infoBox:last-child {
    padding-top: 35px;
  }
}
.getCoupons .couponWrap-info .infoBox:last-child h2 {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info .infoBox:last-child h2 {
    margin-bottom: 5px;
  }
}
.getCoupons .couponWrap-info .infoBox-login label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-info .infoBox-login label {
    font-size: 16px;
  }
}
.getCoupons .couponWrap-info .infoBox-login p {
  display: block;
  font-size: 14px;
  color: #4C4C4C;
  margin-top: 15px;
}
.getCoupons .couponWrap-info .infoBox-login p a {
  color: #FA6100;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.getCoupons .couponWrap-info .infoBox-login p a:hover {
  text-decoration: underline;
}
.getCoupons .couponWrap-form {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-form {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .getCoupons .couponWrap-form {
    max-width: 520px;
  }
}
.getCoupons .couponWrap-form .formField {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-form .formField {
    width: calc(100% - 130px);
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.getCoupons .couponWrap-form .formField input {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .getCoupons .couponWrap-form .formField input {
    padding: 6px 15px;
    height: 42px;
  }
}
.getCoupons .couponWrap-form .formField.withIcon {
  position: relative;
}
.getCoupons .couponWrap-form .formField.withIcon b {
  position: absolute;
  left: 15px;
  top: 8px;
  color: #222;
  font-size: 22px;
}
.getCoupons .couponWrap-form .formField.withIcon input {
  padding-left: 50px;
}
.getCoupons .couponWrap-code {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .getCoupons .couponWrap-code {
    padding: 25px 50px;
    padding-bottom: 45px;
    max-width: 530px;
  }
}
.getCoupons .couponBox {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  margin-top: 35px;
}
.getCoupons .couponBox:before, .getCoupons .couponBox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(254, 184, 72, 0.3);
}
.getCoupons .couponBox::before {
  left: 10px;
  top: 10px;
}
.getCoupons .couponBox::after {
  left: 18px;
  top: 18px;
}
.getCoupons .couponBox .couponTicket {
  width: 100%;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #FEB848;
  position: relative;
  z-index: 1;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .getCoupons .couponBox .couponTicket {
    padding: 25px 40px;
  }
}
.getCoupons .couponBox .couponTicket-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .getCoupons .couponBox .couponTicket-info h4 {
    font-size: 22px;
  }
}
.getCoupons .couponBox .couponTicket-info label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #555;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .getCoupons .couponBox .couponTicket-info label {
    font-size: 16px;
  }
}
.getCoupons .couponBox .couponTicket-info p {
  border: 1px dashed rgba(255, 255, 255, 0.9);
  display: inline-table;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .getCoupons .couponBox .couponTicket-info p {
    font-size: 22px;
  }
}
.getCoupons .couponBox .couponTicket-info a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.getCoupons .couponBox .couponTicket-info a b {
  font-size: 130%;
  margin-right: 5px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .getCoupons .couponBox .couponTicket-info a {
    font-size: 18px;
  }
}
.getCoupons .couponBox .couponTicket-bar {
  padding: 5px 20px;
  padding-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.getCoupons .couponIntro {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .getCoupons .couponIntro {
    margin-top: 50px;
    padding-bottom: 0;
    text-align: left;
  }
}
.getCoupons .couponIntro h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .getCoupons .couponIntro h3 {
    font-size: 18px;
  }
}
.getCoupons .couponIntro small {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 15px;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .getCoupons .couponIntro small {
    font-size: 16px;
  }
}
.getCoupons .couponIntro p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .getCoupons .couponIntro p {
    font-size: 16px;
  }
}
.getCoupons .couponIntro a {
  color: #FA6100;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.getCoupons .couponIntro a:hover {
  text-decoration: underline;
}

.bwDownWrap {
  text-align: center;
  height: 100vh;
  position: relative;
  padding-bottom: 50px;
}
.bwDownWrap h3 {
  font-size: 28px;
  margin-bottom: 0px;
}
.bwDownWrap p strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
.bwDownWrap b {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
.bwDownWrap a {
  color: #FA6100;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.bwDownWrap .bwDownFooter {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 7px 0;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bwDownWrap .bwDownFooter p {
  margin-bottom: 0px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.18);
}
.bwDownWrap .content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
/** SEARCH RESULT **/
.pageSearch {
  padding-top: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pageSearch {
    padding-top: 30px;
    margin-top: 0;
  }
}
.pageSearch .contentWrap {
  max-width: 1240px;
}

.bookList-header {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bookList-header {
    flex-wrap: nowrap;
    padding: 20px 0;
  }
}
.bookList-header h2 {
  font-size: 20px;
  color: #000000;
}
@media (min-width: 768px) {
  .bookList-header h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.bookList-header-title {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .bookList-header-title {
    width: 50%;
    padding: 0;
  }
}
.bookList-header-title h2 {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .bookList-header-title h2 {
    padding: 0 !important;
  }
}
.bookList-header-opt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .bookList-header-opt {
    width: 50%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 0;
  }
}
.bookList-header-opt .styledCheck {
  margin-right: 20px;
}
.bookList-header-opt .checkWrap {
  width: 50%;
  text-align: left;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .bookList-header-opt .checkWrap {
    width: auto;
    text-align: right;
    padding-left: 0;
  }
}
.bookList-header-opt .typeWrap {
  width: 48% !important;
  padding-left: 20px;
  display: block;
}
@media (min-width: 992px) {
  .bookList-header-opt .typeWrap {
    width: 120px !important;
  }
}
.bookList-header-opt .modeWrap {
  margin-left: 0;
  width: 100%;
  padding-top: 25px;
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .bookList-header-opt .modeWrap {
    margin-left: 30px;
    min-width: 155px;
    padding-top: 0;
    width: auto;
    display: block;
  }
}
.bookList-header-opt a {
  font-size: 17px;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.bookList-header-opt a:first-child {
  margin-left: 0;
}
.bookList-header-opt a.active:before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 30px;
  height: 10px;
  border-radius: 8px;
  background-color: #FEB848;
}
@media (min-width: 992px) {
  .bookList-header-opt a.active:before {
    left: -4px;
    bottom: 0;
    height: 14px;
  }
}
.bookList-header-opt a b {
  margin-right: 5px;
  font-size: 135%;
  position: relative;
  z-index: 1;
}
.bookList-header.notWrap {
  flex-wrap: nowrap;
}
.bookList-header.notWrap .bookList-header-title {
  padding-bottom: 0;
}
.bookList-header.notWrap .bookList-header-opt .typeWrap {
  width: 94% !important;
}
@media (min-width: 992px) {
  .bookList-header.notWrap .bookList-header-opt .typeWrap {
    width: auto !important;
  }
}
.bookList-items {
  margin: 0 -5px;
  margin-bottom: 20px;
}
.bookList-items .resultBox {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  margin: 5px;
  transition: all 350ms ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .bookList-items .resultBox {
    transition: none;
    padding: 10px;
  }
}
.bookList-items .resultBox .addToBag {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(250, 97, 0, 0.15);
  text-align: center;
  font-size: 18px;
  color: #FA6100;
  padding: 3px 0;
  z-index: 3;
}
.bookList-items .resultBox .addToBag.added {
  background-color: #fa6100;
  color: #fff;
}
@media (min-width: 768px) {
  .bookList-items .resultBox .addToBag {
    display: none;
  }
}
.bookList-items .resultBox-img {
  max-width: 150px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-img {
    max-width: 150px;
  }
}
.bookList-items .resultBox-img a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bookList-items .resultBox-img a:hover {
  text-decoration: underline;
}
.bookList-items .resultBox-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bookList-items .resultBox-info {
  padding: 20px;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-info {
    padding: 0 10px;
  }
}
.bookList-items .resultBox-info h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-info h3 {
    font-size: 20px;
    padding-right: 0;
  }
}
.bookList-items .resultBox-info h3 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.bookList-items .resultBox-info h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.bookList-items .resultBox-info ul {
  position: absolute;
  left: 12px;
  bottom: 0;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-info ul {
    position: relative;
    left: 0;
  }
}
.bookList-items .resultBox-info ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  display: none;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-info ul li {
    display: block;
  }
}
.bookList-items .resultBox-info ul li:last-child {
  margin-bottom: 0;
}
.bookList-items .resultBox-info ul li:first-child, .bookList-items .resultBox-info ul li:last-child {
  display: block;
}
.bookList-items .resultBox-info ul li a {
  color: #555;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: table;
  margin-left: 0;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-info ul li a {
    display: inline;
    margin-left: 5px;
  }
}
.bookList-items .resultBox-info ul li a:hover {
  text-decoration: underline;
}
.bookList-items .resultBox-buy {
  text-align: right;
  color: #555;
}
.bookList-items .resultBox-buy h4 {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  margin-bottom: 25px;
}
.bookList-items .resultBox-buy ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.bookList-items .resultBox-buy ul li .buyTitle {
  width: 100%;
}
.bookList-items .resultBox-buy ul li .buyFrom {
  width: 60px;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-buy ul li .buyFrom {
    width: 70px;
    padding-right: 10px;
  }
}
.bookList-items .resultBox-buy ul li .buyAmt {
  padding: 6px;
  background-color: #ffefe6;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  color: #FA6100;
  font-size: 14px;
  min-width: 75px;
  margin-right: 11px;
  position: relative;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-buy ul li .buyAmt {
    min-width: 85px;
  }
}
.bookList-items .resultBox-buy ul li .buyAmt .addCart {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FA6100;
  color: #fff;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 92%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
}
.bookList-items .resultBox-buy .btn {
  min-width: 100px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .bookList-items .resultBox-buy .btn {
    min-width: 135px;
    margin-left: 25px;
  }
}
.bookList-items .resultBox-buy .addTo a:not(.btn) {
  color: #FA6100;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}
.bookList-items .resultBox-buy .addTo a:not(.btn):hover {
  opacity: 0.75;
}
.bookList-items .resultBox-buy .addTo a:not(.btn) b {
  font-size: 135%;
  top: 3px;
  position: relative;
  margin-right: 6px;
}
.bookList-items.listView .resultBox {
  flex-wrap: wrap;
}
.bookList-items.listView .resultBox-img {
  max-width: 100px;
  width: 100%;
  padding: 0;
}
.bookList-items.listView .resultBox-img a {
  box-shadow: none;
}
.bookList-items.listView .resultBox-info {
  width: calc(100% - 100px);
  padding: 0 10px;
  padding-right: 0;
}
.bookList-items.listView .resultBox-info h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.bookList-items.listView .resultBox-info ul li {
  font-size: 12px;
  margin-bottom: 4px;
}
.bookList-items.listView .resultBox-buy {
  width: 100%;
}
.bookList-items.listView .resultBox-buy h4 {
  display: none;
}
.bookList-items.listView .resultBox-buy ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .bookList-items.listView .resultBox-buy ul {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
.bookList-items.listView .resultBox-buy ul li {
  width: 100%;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: start;
  text-align: left;
}
.bookList-items.listView .resultBox-buy ul li:first-child {
  padding-right: 5px;
}
.bookList-items.listView .resultBox-buy ul li:last-child {
  padding-left: 5px;
}
.bookList-items.listView .resultBox-buy ul li .buyTitle {
  width: 100%;
  margin-bottom: 5px;
}
.bookList-items.listView .resultBox-buy .addTo {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(85, 85, 85, 0.1);
}
.bookList-items.listView .resultBox-addTo {
  display: none;
}
@media (min-width: 768px) {
  .bookList-items.listView .resultBox-addTo {
    width: 165px;
    text-align: right;
    padding: 10px 0;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
  }
}
.bookList-items.listView .resultBox-addTo a:not(.btn) {
  color: #FA6100;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}
.bookList-items.listView .resultBox-addTo a:not(.btn):hover {
  opacity: 0.75;
}
.bookList-items.listView .resultBox-addTo a:not(.btn) b {
  font-size: 135%;
  top: 3px;
  position: relative;
  margin-right: 6px;
}
.bookList-items.listView .resultBox-addTo .btn {
  min-width: 100%;
}
@media (min-width: 768px) {
  .bookList-items.listView .resultBox {
    width: auto;
    width: calc(100% - 10px);
  }
  .bookList-items.listView .resultBox-img {
    max-width: 170px;
    width: auto;
    padding: 10px;
  }
  .bookList-items.listView .resultBox-img a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .bookList-items.listView .resultBox-info {
    width: calc(100% - 500px);
    padding: 10px 10px;
  }
  .bookList-items.listView .resultBox-info h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .bookList-items.listView .resultBox-info h3 a {
    color: inherit;
    text-decoration: none;
  }
  .bookList-items.listView .resultBox-info h3 a:hover {
    text-decoration: underline;
  }
  .bookList-items.listView .resultBox-info ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bookList-items.listView .resultBox-buy {
    width: 330px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
  }
  .bookList-items.listView .resultBox-buy h4 {
    display: block;
    text-align: right;
  }
  .bookList-items.listView .resultBox-buy ul {
    margin-bottom: 15px;
    padding-top: 0;
    display: block;
    width: 100%;
    height: calc(100% - 115px);
  }
  .bookList-items.listView .resultBox-buy ul li {
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .bookList-items.listView .resultBox-buy ul li:first-child {
    padding-right: 0;
  }
  .bookList-items.listView .resultBox-buy ul li:last-child {
    padding-left: 0;
  }
  .bookList-items.listView .resultBox-buy ul li .buyTitle {
    width: auto;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .bookList-items.listView .resultBox-buy .buyTitle {
    padding-right: 5px;
  }
  .bookList-items.listView .resultBox-buy .buyFrom {
    width: 65px;
  }
  .bookList-items.listView .resultBox-buy .addTo {
    justify-content: flex-end;
    padding-top: 0;
    border-top: none;
    padding-bottom: 10px;
  }
  .bookList-items.listView .resultBox .addTo {
    display: flex;
  }
}
.bookList-items.gridView {
  display: flex;
  flex-wrap: wrap;
}
.bookList-items.gridView .resultBox {
  width: calc(100% - 10px);
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .bookList-items.gridView .resultBox {
    width: calc(33.3% - 10px);
  }
}
.bookList-items.gridView .resultBox-img {
  max-width: 125px;
  padding: 10px 5px;
}
@media (min-width: 992px) {
  .bookList-items.gridView .resultBox-img {
    padding: 10px;
  }
}
.bookList-items.gridView .resultBox-info {
  width: calc(100% - 125px);
  padding-left: 5px;
  padding-right: 0;
  padding-top: 10px;
}
.bookList-items.gridView .resultBox-info h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.bookList-items.gridView .resultBox-info ul {
  padding-top: 10px;
}
.bookList-items.gridView .resultBox-info ul li {
  font-size: 14px;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bookList-items.gridView .resultBox-info ul li a {
  display: table;
  margin-left: 0;
}
.bookList-items.gridView .resultBox-info ul li:first-child, .bookList-items.gridView .resultBox-info ul li:last-child {
  display: block;
}
.bookList-items.gridView .resultBox-buy {
  width: 100%;
  padding: 0 10px;
}
.bookList-items.gridView .resultBox-buy h4 {
  display: none;
}
.bookList-items.gridView .resultBox-buy ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 15px;
}
.bookList-items.gridView .resultBox-buy ul li {
  width: 100%;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: start;
  text-align: left;
}
.bookList-items.gridView .resultBox-buy ul li:first-child {
  padding-right: 5px;
}
.bookList-items.gridView .resultBox-buy ul li:last-child {
  padding-left: 5px;
}
.bookList-items.gridView .resultBox-buy ul li .buyTitle {
  width: 100%;
  margin-bottom: 5px;
}
.bookList-items.gridView .resultBox-buy .addTo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(85, 85, 85, 0.1);
}
.bookList-items.gridView .resultBox-addTo {
  display: none;
}
@media (min-width: 768px) {
  .bookList-items.gridView .resultBox-addTo {
    width: 100%;
    text-align: right;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.bookList-items.gridView .resultBox-addTo a:not(.btn) {
  color: #FA6100;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}
.bookList-items.gridView .resultBox-addTo a:not(.btn):hover {
  opacity: 0.75;
}
.bookList-items.gridView .resultBox-addTo a:not(.btn) b {
  font-size: 135%;
  top: 3px;
  position: relative;
  margin-right: 6px;
}

.bookItems .bookList-header {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .bookItems .bookList-header {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .bookItems .bookList-header-title {
    margin-bottom: 0;
  }
}
.bookItems .bookList-header-opt {
  justify-content: flex-end;
}
.bookItems .bookList-header-opt .typeWrap {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .bookItems .bookList-header-opt .typeWrap {
    display: block;
    width: auto;
    min-width: 120px;
  }
}
.bookItems .bookList-items.listView .resultBox-info {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.bookItems .bookList-items.listView .resultBox-info ul {
  position: absolute;
  left: 12px;
  bottom: 0;
}
.bookItems .bookList-items.listView .resultBox-info ul li {
  display: none;
}
.bookItems .bookList-items.listView .resultBox-info ul li:first-child, .bookItems .bookList-items.listView .resultBox-info ul li:last-child {
  display: block;
}
@media (min-width: 768px) {
  .bookItems .bookList-items.listView .resultBox-info {
    display: block;
    width: calc(100% - 335px);
  }
  .bookItems .bookList-items.listView .resultBox-info ul {
    position: relative;
    left: 0;
  }
  .bookItems .bookList-items.listView .resultBox-info ul li {
    display: block;
  }
  .bookItems .bookList-items.listView .resultBox-info ul li:first-child, .bookItems .bookList-items.listView .resultBox-info ul li:last-child {
    display: block;
  }
}
.bookItems .bookList-items.gridView .resultBox-addTo a:not(.btn) {
  font-size: 15px;
}

.filterCover {
  background-color: #FEB848;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .filterCover {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}
.filterCover h3 {
  display: none;
}
@media (min-width: 1200px) {
  .filterCover h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .filterCover > ul {
    display: flex;
  }
}
.filterCover > ul > li {
  list-style: none;
  padding: 8px 0;
  width: auto;
}
.filterCover > ul > li:first-child {
  padding-left: 0;
  width: 30%;
  display: none;
}
@media (min-width: 1200px) {
  .filterCover > ul > li:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .filterCover > ul > li {
    padding: 0 15px;
    width: 100%;
  }
}

.no-result {
  display: flex;
  color: #000000;
  font-size: 15px;
  padding: 0 5px;
  padding-bottom: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .no-result {
    font-size: 18px;
    padding: 20px 5px;
    padding-bottom: 40px;
  }
}
.no-result h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .no-result h3 {
    font-size: 18px;
  }
}
.no-result ul {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .no-result ul {
    padding-left: 25px;
  }
}
.no-result ul li {
  padding: 12px 0;
}
@media (min-width: 768px) {
  .no-result-text {
    padding-right: 40px;
  }
}
.no-result-img {
  max-width: 300px;
  width: 100%;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .no-result-img {
    display: block;
    padding-left: 40px;
  }
}
.no-result-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

/** SIGN IN & FORGOT PAGE **/
.singlePage {
  background-color: #4C4C4C;
  min-height: 100vh;
  padding: 35px;
  padding-bottom: 90px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .singlePage {
    padding: 50px;
    padding-bottom: 100px;
  }
}
.singlePage .cmyLogo {
  max-width: 166px;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .singlePage .cmyLogo {
    margin-bottom: 80px;
  }
}
.singlePage .cmyLogo img {
  max-width: 100%;
  display: block;
  position: relative;
  left: 4px;
}
.singlePage-link {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.singlePage-link a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.singlePage-link a:last-child {
  border-right: none;
}
.singlePage .fieldWrap b {
  position: absolute;
  right: 10px;
  top: 10px;
}
.singlePage h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.singlePage p {
  font-size: 14px;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 1;
}
.singlePage p a {
  font-weight: 700;
  color: #FA6100;
  cursor: pointer;
}
.singlePage ul {
  max-width: 375px;
  margin: 0 auto;
  padding: 50px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.singlePage ul li {
  list-style: none;
  margin-top: 30px;
}
.singlePage ul li:last-child {
  padding-top: 40px;
  margin-top: 0;
}
.singlePage ul li:first-child {
  margin-top: 0;
}
.singlePage ul li .btn {
  max-width: 200px;
  width: 100%;
}
.singlePage ul li.forgotLink {
  margin-top: 5px;
  text-align: right;
}
.singlePage ul li.forgotLink a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
}
.singlePage .signSocial {
  padding: 35px 0;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.singlePage .signSocial .divideWrap {
  position: relative;
}
.singlePage .signSocial .divideWrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #FCFCFC;
}
.singlePage .signSocial .divideWrap span {
  font-size: 15px;
  color: #fff;
  padding: 0 10px;
  background-color: #4C4C4C;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.singlePage .signSocial .fromSocial {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  color: #999;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.singlePage .signSocial .fromSocial b {
  width: 24px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}
.singlePage .signSocial .fromSocial b img {
  max-width: 100%;
  display: block;
}
.singlePage .signSocial ul {
  padding-top: 30px;
}
.singlePage .signSocial ul li:last-child {
  margin-top: 30px;
  padding-top: 0;
}

.soonBox {
  padding: 15px 0;
  padding-bottom: 50px;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  background-image: url("../img/icons/icon_bubble.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90% 90%;
}
@media (min-width: 768px) {
  .soonBox {
    padding: 60px 0;
    padding-bottom: 100px;
    margin: 40px auto;
  }
}
.soonBox-icon {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  left: -20px;
}
.soonBox-icon .underSetting {
  left: 0;
}
.soonBox h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .soonBox h2 {
    font-size: 30px;
  }
}
.soonBox p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .soonBox p {
    font-size: 16px;
  }
}

.soonBox.emptyBox {
  background-image: none;
}
.soonBox.emptyBox .empty-icon {
  margin: 40px auto 30px auto;
}

/** SIGN UP, SING IN & FORGOT PASSWORD */
.signUp,
.signIn,
.forgotPd {
  background-color: #4C4C4C;
  height: 100vh;
  padding: 30px;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 480px;
  width: 100%;
  overflow: auto;
  transform: translateX(100%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: all 350ms ease-in-out;
  opacity: 0;
  z-index: 1000;
}
.signUp.active,
.signIn.active,
.forgotPd.active {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .signUp,
.signIn,
.forgotPd {
    padding: 40px;
  }
}
.signUp-icon,
.signIn-icon,
.forgotPd-icon {
  max-width: 160px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .signUp-icon,
.signIn-icon,
.forgotPd-icon {
    max-width: 220px;
    right: 20px;
    top: 50px;
  }
}
.signUp-icon img,
.signIn-icon img,
.forgotPd-icon img {
  max-width: 100%;
  display: block;
}
.signUp-close,
.signIn-close,
.forgotPd-close {
  padding: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .signUp-close,
.signIn-close,
.forgotPd-close {
    padding: 10px 0;
    padding-bottom: 50px;
  }
}
.signUp-close a,
.signIn-close a,
.forgotPd-close a {
  width: 22px;
  height: 22px;
  color: #ADADAD;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
.signUp-close a b,
.signIn-close a b,
.forgotPd-close a b {
  color: inherit;
}
.signUp-link,
.signIn-link,
.forgotPd-link {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.signUp-link a,
.signIn-link a,
.forgotPd-link a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.signUp-link a:last-child,
.signIn-link a:last-child,
.forgotPd-link a:last-child {
  border-right: none;
}
.signUp .fieldWrap b,
.signIn .fieldWrap b,
.forgotPd .fieldWrap b {
  position: absolute;
  right: 10px;
  top: 10px;
}
.signUp-msg,
.signIn-msg,
.forgotPd-msg {
  display: none;
}
.signUp h2,
.signIn h2,
.forgotPd h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .signUp h2,
.signIn h2,
.forgotPd h2 {
    text-align: left;
  }
}
.signUp p,
.signIn p,
.forgotPd p {
  font-size: 14px;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .signUp p,
.signIn p,
.forgotPd p {
    text-align: left;
  }
}
.signUp p a,
.signIn p a,
.forgotPd p a {
  font-weight: 700;
  color: #FA6100;
  cursor: pointer;
  text-decoration: none;
}
.signUp ul,
.signIn ul,
.forgotPd ul {
  margin: 0 auto;
  padding: 40px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.signUp ul li,
.signIn ul li,
.forgotPd ul li {
  list-style: none;
  margin-top: 30px;
}
.signUp ul li:last-child,
.signIn ul li:last-child,
.forgotPd ul li:last-child {
  padding-top: 25px;
  margin-top: 0;
}
.signUp ul li:first-child,
.signIn ul li:first-child,
.forgotPd ul li:first-child {
  margin-top: 0;
}
.signUp ul li .btn,
.signIn ul li .btn,
.forgotPd ul li .btn {
  max-width: 200px;
  width: 100%;
}
.signUp ul li.forgotLink,
.signIn ul li.forgotLink,
.forgotPd ul li.forgotLink {
  margin-top: 5px;
  text-align: right;
}
.signUp ul li.forgotLink a,
.signIn ul li.forgotLink a,
.forgotPd ul li.forgotLink a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
}
.signUp .signSocial,
.signIn .signSocial,
.forgotPd .signSocial {
  padding: 35px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.signUp .signSocial .divideWrap,
.signIn .signSocial .divideWrap,
.forgotPd .signSocial .divideWrap {
  position: relative;
  text-align: center;
}
.signUp .signSocial .divideWrap:after,
.signIn .signSocial .divideWrap:after,
.forgotPd .signSocial .divideWrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #FCFCFC;
}
.signUp .signSocial .divideWrap span,
.signIn .signSocial .divideWrap span,
.forgotPd .signSocial .divideWrap span {
  font-size: 15px;
  color: #fff;
  padding: 0 10px;
  background-color: #4C4C4C;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.signUp .signSocial .fromSocial,
.signIn .signSocial .fromSocial,
.forgotPd .signSocial .fromSocial {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  color: #999;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.signUp .signSocial .fromSocial b,
.signIn .signSocial .fromSocial b,
.forgotPd .signSocial .fromSocial b {
  width: 24px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}
.signUp .signSocial .fromSocial b img,
.signIn .signSocial .fromSocial b img,
.forgotPd .signSocial .fromSocial b img {
  max-width: 100%;
  display: block;
}
.signUp .signSocial ul,
.signIn .signSocial ul,
.forgotPd .signSocial ul {
  padding-top: 30px;
}
.signUp .signSocial ul li:last-child,
.signIn .signSocial ul li:last-child,
.forgotPd .signSocial ul li:last-child {
  margin-top: 30px;
  padding-top: 0;
}

.signIn .cmyLogo,
.signUp .cmyLogo {
  max-width: 115px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .signIn .cmyLogo,
.signUp .cmyLogo {
    display: none;
  }
}
.signIn-icon,
.signUp-icon {
  display: none;
}
@media (min-width: 768px) {
  .signIn-icon,
.signUp-icon {
    display: block;
  }
}

/** SIGN UP STEP */
.signUpStep {
  position: relative;
}
.signUpStep .signUpStepWrap {
  position: relative;
  padding: 30px 20px;
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap {
    padding: 30px 25px;
  }
}
.signUpStep .signUpStepWrap h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.signUpStep .signUpStepWrap .goBack {
  font-size: inherit;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap .goBack {
    top: 34px;
    font-size: 18px;
  }
}
.signUpStep .signUpStepWrap .goBack + h1 {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap .goBack + h1 {
    padding-left: 35px;
  }
}
.signUpStep .signUpStepWrap p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap p {
    font-size: 16px;
  }
}
.signUpStep .signUpStepWrap-text {
  max-width: calc(100% - 100px);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap-text {
    max-width: 70%;
    max-width: 520px;
    padding: 25px 0;
  }
}
.signUpStep .signUpStepWrap-img {
  width: 65%;
  position: absolute;
  right: -16%;
  top: -18px;
  opacity: 1;
}
@media (min-width: 768px) {
  .signUpStep .signUpStepWrap-img {
    right: 0;
    top: -20px;
    max-width: 460px;
    opacity: 1;
    width: 100%;
  }
}
.signUpStep .signUpStepWrap-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.signUpStep .signUpProgress {
  position: fixed;
  left: 0;
  top: 46px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .signUpStep .signUpProgress {
    left: 15px;
    top: 60px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .signUpStep .signUpProgress {
    top: 98px;
  }
}
.signUpStep .signUpProgress .bar {
  width: 33.3%;
  height: 30px;
  border-radius: 0 0 0 18px;
  background-color: #FA6100;
  transition: all 350ms ease-in-out;
}
.signUpStep.step01 #step01 {
  display: block;
}
.signUpStep.step01 .signUpProgress .bar {
  width: 33.3%;
}
.signUpStep.step02 #step02 {
  display: block;
}
.signUpStep.step02 .signUpProgress .bar {
  width: 66.6%;
}
.signUpStep.step03 #step03 {
  display: block;
}
.signUpStep.step03 .signUpProgress .bar {
  width: 100%;
  border-radius: 0 0 18px 18px;
}

.stepForm {
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.stepForm h2 {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stepForm h2 {
    font-size: 19px;
  }
}
.stepForm-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
  max-width: 900px;
}
@media (min-width: 768px) {
  .stepForm-list {
    margin: 0 -50px;
    padding-top: 20px;
  }
}
.stepForm-list > li {
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stepForm-list > li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
.stepForm-list .labelForm {
  margin-bottom: 10px;
  display: block;
}
.stepForm-foot {
  padding: 20px 0;
}
.stepForm-foot a:not(.btn) {
  font-weight: 700;
  margin-right: 15px;
}
.stepForm-foot .btn:last-child {
  min-width: 140px;
}

.searchSubject {
  position: relative;
  max-width: 300px;
}
.searchSubject.withIcon .icon-search {
  position: absolute;
  left: 10px;
  top: 11px;
  color: #ADADAD;
}
.searchSubject.withIcon .fieldForm {
  padding-left: 35px;
}

.selectSubject {
  max-width: 800px;
}
.selectSubject-all {
  padding-top: 25px;
  padding-bottom: 25px;
}
.selectSubject-tag {
  padding-bottom: 15px;
}
.selectSubject-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.selectSubject-tag ul li {
  display: inline-block;
  padding: 7px;
  list-style: none;
}
.selectSubject-tag ul li label {
  position: relative;
  display: block;
}
.selectSubject-tag ul li label span {
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #4C4C4C;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.selectSubject-tag ul li label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.selectSubject-tag ul li label input:checked + span {
  background-color: #ffd0b3;
  color: #FA6100;
}

/** BOOK DETAILS **/
.pageBack {
  padding: 0 20px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pageBack {
    padding: 0;
    padding-bottom: 30px;
  }
}
.pageBack a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.pageBack a b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}

.similarItems {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .similarItems {
    padding: 0;
    padding-top: 20px;
  }
}
.similarItems h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .similarItems h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.similarItems .bookSilder {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .similarItems .bookSilder {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .similarItems .bookSilder:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
  }
}

.bookShow {
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bookShow {
    margin: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
}
.bookShow .addToBag {
  position: absolute;
  right: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(250, 97, 0, 0.15);
  text-align: center;
  font-size: 18px;
  color: #FA6100;
  padding: 3px 0;
  z-index: 2;
}
.bookShow .addToBag.added {
  background-color: #fa6100;
  color: #fff;
}
@media (min-width: 992px) {
  .bookShow .addToBag {
    display: none;
  }
}
.bookShow-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .bookShow-main {
    flex-wrap: nowrap;
  }
}
.bookShow-toggle {
  color: #FA6100;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .bookShow-toggle {
    margin-top: 0;
    font-size: 15px;
  }
}
.bookShow-toggle.active {
  color: #ADADAD;
}
.bookShow-toggle b {
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}
.bookShow-des {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  display: none;
}
@media (min-width: 768px) {
  .bookShow-des {
    margin-top: 25px;
  }
}
.bookShow-des p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.bookShow-des p:last-child {
  margin-bottom: 0;
}
.bookShow-img {
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bookShow-img {
    width: 114px;
    margin: 0;
  }
}
.bookShow-img img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.bookShow-info {
  padding: 0;
  padding-left: 15px;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .bookShow-info {
    width: calc(100% - 450px);
    padding: 0 30px;
  }
}
.bookShow-info h1 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  padding-right: 28px;
}
@media (min-width: 768px) {
  .bookShow-info h1 {
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.bookShow-info h1 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.bookShow-info h1 a:hover {
  color: #000000;
  text-decoration: underline;
}
.bookShow-info ul {
  font-size: 12px;
}
@media (min-width: 768px) {
  .bookShow-info ul {
    column-count: 2;
    column-gap: 20px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.bookShow-info ul li {
  list-style: none;
  margin-bottom: 4px;
  color: #555;
}
@media (min-width: 768px) {
  .bookShow-info ul li {
    margin-bottom: 7px;
  }
}
.bookShow-info ul li:last-child {
  margin-bottom: 0;
}
.bookShow-info ul li a {
  color: #4C4C4C;
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  word-wrap: break-all;;
}
.bookShow-info ul li a:hover {
  text-decoration: underline;
}
.bookShow-rate h2 {
  font-size: 15px;
  color: #555;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bookShow-rate h2 {
    margin-bottom: 10px;
  }
}
.bookShow-rate .rateWrap {
  border-radius: 10px;
  padding: 9px 15px;
  background-color: rgba(250, 97, 0, 0.08);
  display: inline-flex;
  max-width: 175px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .bookShow-rate .rateWrap {
    display: flex;
    margin: 0;
    max-width: 300px;
    margin-left: -10px;
  }
}
.bookShow-rate .rateWrap-star {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}
.bookShow-rate .rateWrap-star span {
  display: inline-block;
  vertical-align: middle;
}
.bookShow-rate .rateWrap-star .rateit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 15px;
  overflow: hidden;
  font-size: 18px;
}
@media (min-width: 768px) {
  .bookShow-rate .rateWrap-star .rateit {
    width: auto;
    font-size: 17px;
  }
}
.bookShow-rate .rateWrap-link {
  margin-right: -30px;
}
.bookShow-rate .rateWrap-link a {
  font-size: 14px;
  font-weight: 700;
  color: #FA6100;
  text-decoration: none;
  cursor: pointer;
}
.bookShow-rate .rateWrap-link span {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-left: 4px;
  background-color: #FA6100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .bookShow-rate .rateWrap-link span {
    margin-left: 10px;
  }
}
.bookShow-other {
  width: 100%;
  text-align: left;
  margin-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .bookShow-other {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: right;
  }
}
.bookShow-save {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
}
@media (min-width: 768px) {
  .bookShow-save {
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
  }
}
.bookShow-save a {
  font-size: 15px;
  color: #FA6100;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.bookShow-save a:first-child {
  border-left: none;
}
.bookShow-save a:last-child {
  display: none;
}
@media (min-width: 768px) {
  .bookShow-save a {
    font-size: 17px;
    padding: 0 20px;
  }
  .bookShow-save a:last-child {
    display: inline-block;
  }
}
.bookShow-save a b {
  font-size: 140%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.bookShow-save a:first-child {
  padding-left: 0;
}
.bookShow-save a:last-child {
  border-right: 0;
  padding-right: 0;
}

.filterSection {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .filterSection {
    padding: 0;
  }
}

.filterOption {
  border-radius: 18px;
  box-shadow: 0 0 16px rgba(123, 48, 0, 0.1);
  background-color: #FEB848;
  padding: 15px 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .filterOption {
    padding: 20px 30px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
.filterOption-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filterOption-row {
    flex-wrap: nowrap;
  }
}
.filterOption-default, .filterOption-more {
  width: 100%;
}
@media (min-width: 768px) {
  .filterOption-default, .filterOption-more {
    width: calc(100% - 130px);
  }
}
@media (min-width: 768px) {
  .filterOption-default > ul, .filterOption-more > ul {
    display: flex;
    margin: 0 -15px;
  }
}
.filterOption-default > ul > li, .filterOption-more > ul > li {
  list-style: none;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .filterOption-default > ul > li, .filterOption-more > ul > li {
    width: 18%;
    padding: 0 15px;
  }
  .filterOption-default > ul > li:first-child, .filterOption-more > ul > li:first-child {
    width: 22%;
  }
  .filterOption-default > ul > li:last-child, .filterOption-more > ul > li:last-child {
    width: 39%;
  }
}
.filterOption-more {
  padding-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .filterOption-more {
    padding-top: 30px;
  }
}
.filterOption-toggle {
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .filterOption-toggle {
    text-align: right;
    width: auto;
  }
}
.filterOption-toggle .toggleMore {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.filterOption-toggle .toggleMore b {
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
}

.bookTable {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .bookTable {
    padding: 0;
  }
}
.bookTable h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .bookTable h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.priceList {
  width: 100%;
  padding: 5px 0;
}
.priceList ul {
  display: flex;
  margin: 0 -15px;
}
.priceList ul li {
  list-style: none;
  padding: 0 15px;
}

.couponList {
  width: 100%;
  padding: 5px 0;
}
.couponList .slick-slide {
  transition: all 1200ms ease;
  opacity: 1;
  transform: translateX(0);
}
.couponList .slick-slide.slick-active {
  transform: translateX(0);
  opacity: 1;
}
.couponList .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.couponList .slick-arrow.slick-prev {
  left: -6px;
}
.couponList .slick-arrow.slick-next {
  right: -6px;
}

.couponList .couponTicket {
  display: flex;
  border-radius: 10px;
  border: 2px dashed #FA6100;
  padding: 10px 12px;
  background-color: rgba(254, 184, 72, 0.35);
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  min-width: 230px;
  margin: 0 4px;
}
.couponList .couponTicket p {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.couponList .couponTicket a {
  color: #FA6100;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.couponList .couponTicket a b {
  font-size: 135%;
  display: inline-block;
  vertical-align: middle;
}
.couponList .couponTicket-info {
  padding-right: 5px;
  border-right: 1px solid rgba(250, 97, 0, 0.35);
  width: 58%;
}
.couponList .couponTicket-code {
  padding-left: 10px;
  width: 42%;
}

/** USER PAGES **/
.userSection {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  min-height: 505px;
  overflow: hidden;
}
.userSection .viewAll {
  margin-top: 15px;
}
.userSection .viewAll a:not(.btn) {
  font-size: 15px;
  font-weight: 700;
  color: #FA6100;
  text-decoration: none;
  cursor: pointer;
}
.userSection .viewAll a:not(.btn):hover {
  text-decoration: underline;
}
.userSection.showMenu .userMenu {
  transform: translateX(0);
  opacity: 1;
}
.userSection.showMenu .userContent {
  transform: translateX(120%);
  opacity: 0;
  display: none;
}
@media (min-width: 1200px) {
  .userSection {
    padding: 15px 0;
    padding-bottom: 25px;
    min-height: auto;
  }
  .userSection.showMenu .userMenu {
    transform: none;
    opacity: 1;
  }
  .userSection.showMenu .userContent {
    transform: none;
    opacity: 1;
    display: block;
  }
}

.userMenu {
  width: calc(100% - 60px);
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 0;
  margin: 0 30px;
  transform: translateX(0);
  transition: all 350ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-120%);
  opacity: 0;
}
@media (min-width: 1200px) {
  .userMenu {
    max-width: 232px;
    width: 100%;
    height: calc(100% - 100px);
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 45px;
    margin: 0;
    transform: none;
    opacity: 1;
    transition: none;
  }
}
.userMenu-img {
  max-width: 108px;
  margin: 0 auto;
}
.userMenu-link {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
@media (min-width: 1200px) {
  .userMenu-link {
    padding-top: 30px;
    border-top: none;
    margin-top: 0;
  }
}
.userMenu-link ul li {
  list-style: none;
  margin-bottom: 10px;
}
.userMenu-link ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  padding: 10px 25px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.userMenu-link ul li a b {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 125%;
}
.userMenu-link ul li a:hover {
  color: #FA6100;
}
@media (min-width: 1200px) {
  .userMenu-link ul li a.active {
    color: #FA6100;
    background-color: rgba(255, 219, 163, 0.45);
  }
  .userMenu-link ul li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    display: block;
    background-color: #feb848;
  }
}
.userMenu-link ul li:last-child {
  padding: 15px 0;
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.userMenu-link ul li:last-child a {
  color: #ADADAD;
}

.userContent {
  padding: 10px 20px;
  background: linear-gradient(90deg, #FFC49D 8.05%, #FFDBA4 95.41%);
  border-radius: 20px;
  opacity: 1;
  transform: translateX(0);
  transition: all 350ms ease-in-out;
  width: calc(100% - 40px);
  margin: 0 20px;
  display: block;
}
@media (min-width: 1200px) {
  .userContent {
    width: auto;
    margin: 0;
    padding: 35px 50px;
    padding-left: 155px;
    margin-left: 130px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: block;
    min-height: 556px;
    opacity: 1;
    transition: none;
  }
}
.userContent-head + .filterSelect {
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 14px;
  width: 50%;
}
.userContent-head {
  padding: 10px 0;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .userContent-head {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .userContent-head .leftSide, .userContent-head .rightSide {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.userContent-head .rightSide {
  justify-content: flex-end;
}
.userContent-head .filterSelect {
  margin-right: 0;
  min-width: 140px;
  text-align: left;
}
@media (min-width: 992px) {
  .userContent-head .filterSelect {
    margin-right: 25px;
  }
  .userContent-head .filterSelect:last-child {
    margin-right: 0;
  }
}
.userContent-head .goBack {
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .userContent-head .goBack {
    display: none;
    padding-right: 12px;
    font-size: 16px;
  }
}
.userContent-head h2 {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 992px) {
  .userContent-head h2 {
    font-size: 21px;
    display: block;
  }
}
.userContent-head .btn {
  min-width: 80px;
}
@media (min-width: 992px) {
  .userContent-head .btn {
    min-width: 125px;
  }
}
.userContent-body {
  padding: 20px 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .userContent-body {
    padding: 30px 0;
  }
}
.userContent-body .imgEdit {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .userContent-body .imgEdit {
    display: none;
  }
}

.userSection .imgEdit {
  position: relative;
  max-width: 108px;
  margin: 0 auto;
}
.userSection .imgWrap, .userSection .uploadImg {
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #F8F8F8;
}
.userSection .imgWrap img, .userSection .uploadImg img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}
.userSection .uploadImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 108px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
.userSection .uploadImg b {
  display: inline-block;
  margin-top: -2px;
  font-size: 125%;
  margin-right: 10px;
}
.userSection .uploadImg input {
  opacity: 0;
  position: absolute;
}

.userContent .formList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 992px) {
  .userContent .formList {
    margin: 0 -35px;
  }
}
.userContent .formList > li {
  list-style: none;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .userContent .formList > li {
    width: 33.3%;
    padding: 0 30px;
    padding-bottom: 40px;
  }
}
.userContent .formList > li:last-child {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .userContent .formList > li:last-child {
    padding-bottom: 10px;
  }
}
.userContent .formList > li.flexBlock {
  width: 100%;
}
.userContent .formList > li.flexClear {
  width: 100%;
  padding: 0;
  margin: 0;
}
.userContent .formList .searchCover {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.userContent .formList .searchCover .searchSubject {
  margin-bottom: 10px;
  margin-left: 15px;
}
.userContent .formList .searchCover .searchSubject .fieldForm {
  background-color: #F9F9F9;
}
.userContent .fieldEmpty {
  font-size: 15px;
  color: #555;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 15px;
}
.userContent .fieldEmpty p {
  padding-right: 20px;
}
.userContent .fieldEmpty a {
  color: #FA6100;
  font-weight: 700;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
}
.userContent .fieldEmpty a:hover {
  text-decoration: underline;
}
.userContent .fieldTag {
  border-radius: 10px;
  background-color: #fff;
  padding: 3px 15px;
}
.userContent .fieldTag > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.userContent .fieldTag > ul > li {
  display: inline-block;
  padding: 7px;
  list-style: none;
}
.userContent .fieldTag > ul > li label {
  position: relative;
  display: block;
}
.userContent .fieldTag > ul > li label span {
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #F6F6F6;
  text-align: center;
  font-size: 16px;
  color: #4C4C4C;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.userContent .fieldTag > ul > li label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.userContent .fieldTag > ul > li label input:checked + span {
  background-color: #ffe3d1;
  color: #FA6100;
}

/** RECENTLY VIEWED **/
.viewedList {
  margin: 0 -10px;
}

.viewedBox {
  background-color: white;
  padding: 12px;
  border-radius: 10px;
  margin: 5px;
  transition: all 350ms ease-in-out;
}
@media (min-width: 992px) {
  .viewedBox {
    transition: none;
  }
}
.viewedBox .addToBag {
  position: absolute;
  right: 0;
  top: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(250, 97, 0, 0.15);
  text-align: center;
  font-size: 18px;
  color: #FA6100;
  padding: 3px 0;
}
.viewedBox .addToBag.added {
  background-color: #fa6100;
  color: #fff;
}
@media (min-width: 992px) {
  .viewedBox .addToBag {
    display: none;
  }
}
.viewedBox .addTo {
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .viewedBox .addTo {
    margin-top: -45px;
    display: block;
  }
}
.viewedBox .addTo .btn {
  min-width: 135px;
  margin-left: 25px;
}
.viewedBox .addTo a:not(.btn) {
  color: #FA6100;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}
.viewedBox .addTo a:not(.btn):hover {
  opacity: 0.75;
}
.viewedBox .addTo a:not(.btn) b {
  font-size: 135%;
  top: 3px;
  position: relative;
  margin-right: 6px;
}
.viewedBox-toggle {
  color: #FA6100;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
  display: none;
}
@media (min-width: 992px) {
  .viewedBox-toggle {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 15px;
    font-size: 15px;
    display: inline-block;
  }
}
.viewedBox-toggle.active {
  color: #ADADAD;
}
.viewedBox-toggle b {
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}
.viewedBox-des {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  display: none;
}
@media (min-width: 992px) {
  .viewedBox-des {
    margin-top: 25px;
  }
}
.viewedBox-des p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.viewedBox-des p:last-child {
  margin-bottom: 0;
}
.viewedBox-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .viewedBox-row {
    flex-wrap: nowrap;
  }
}
.viewedBox-img {
  width: 100%;
  max-width: 90px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .viewedBox-img {
    max-width: 125px;
  }
}
.viewedBox-img a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.viewedBox-img a:hover {
  text-decoration: underline;
}
.viewedBox-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.viewedBox-info {
  padding: 0 10px;
  padding-right: 0;
  font-size: 14px;
  width: calc(100% - 90px);
  position: relative;
}
@media (min-width: 992px) {
  .viewedBox-info {
    padding: 5px 20px;
    width: calc(100% - 325px);
  }
}
.viewedBox-info h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
  font-size: 13px;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .viewedBox-info h3 {
    margin-bottom: 12px;
    font-size: 18px;
    padding-right: 0;
  }
}
.viewedBox-info h3 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
@media (min-width: 992px) {
  .viewedBox-info h3 a {
    white-space: normal;
    overflow: visible;
  }
}
.viewedBox-info h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.viewedBox-info ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media (min-width: 992px) {
  .viewedBox-info ul {
    position: relative;
    left: 0;
  }
}
.viewedBox-info ul li {
  list-style: none;
  margin-bottom: 2px;
  color: #555;
  font-size: 12px;
  width: 100%;
  display: none;
}
.viewedBox-info ul li:first-child, .viewedBox-info ul li:nth-child(2) {
  display: block;
}
.viewedBox-info ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .viewedBox-info ul li {
    font-size: 16px;
    width: 50%;
    padding-right: 5px;
    margin-bottom: 10px;
    display: block;
  }
  .viewedBox-info ul li:nth-child(odd) {
    width: 55%;
  }
  .viewedBox-info ul li:nth-child(even) {
    width: 45%;
  }
}
.viewedBox-info ul li a {
  color: #555;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: table;
}
@media (min-width: 992px) {
  .viewedBox-info ul li a {
    display: inline;
    margin-left: 5px;
  }
}
.viewedBox-info ul li a:hover {
  text-decoration: underline;
}
.viewedBox-buy {
  text-align: right;
  color: #555;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .viewedBox-buy {
    width: 200px;
    padding-top: 3px;
  }
}
.viewedBox-buy h4 {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  margin-bottom: 25px;
}
.viewedBox-buy ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.viewedBox-buy ul li:last-child {
  margin-bottom: 0;
}
.viewedBox-buy ul li .buyTitle {
  padding-right: 10px;
}
.viewedBox-buy ul li .buyFrom {
  max-width: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .viewedBox-buy ul li .buyFrom {
    max-width: 80px;
    padding-right: 10px;
  }
}
.viewedBox-buy ul li .buyAmt {
  padding: 6px 6px;
  background-color: #ffefe6;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  color: #FA6100;
  font-size: 14px;
  min-width: 75px;
  margin-right: 11px;
  position: relative;
}
/* .viewedBox-buy ul li .buyAmt.buycarticon {border: 0.7px solid #C7C7C7; text-align: left;
  border-radius: 8px; background: #ffffff; }
  .viewedBox-buy ul li .buyAmt.buycarticon .addCart { right: 5px; background-color: #ffffff;}
  .viewedBox-buy ul li .buyAmt.buycarticon .addCart .icon-cart{ display: inherit; }
  .viewedBox-buy ul li .buyAmt.buycarticon .addCart .icon-cart::before { content: ''; background: url(../img/icons/recentviewcart.svg); width: 19px;
    height: 18px;
    background-size: cover; } */
 
@media (min-width: 992px) {
  .viewedBox-buy ul li .buyAmt {
    min-width: 85px;
  }
}
.viewedBox-buy ul li .buyAmt .addCart {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FA6100;
  color: #fff;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 92%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
}

/** MY COUPON **/
.couponSection {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 -5px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .couponSection {
    margin-bottom: 5px;
  }
}
.couponSection .couponBrand img {
  max-width: 95px;
  width: 100%;
  display: block;
}
.couponSection .couponItems {
  display: flex;
  flex-wrap: wrap;
}

.couponItems {
  margin: 0 -10px;
}
.couponItems .couponBox {
  display: flex;
  border-radius: 10px;
  border: 1px dashed #FA6100;
  padding: 10px 15px;
  background-color: rgba(254, 184, 72, 0.35);
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  margin-top: 45px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .couponItems .couponBox {
    margin: 0 10px;
    margin-top: 50px;
    width: calc(33.3% - 20px);
    max-width: 280px;
  }
}
.couponItems .couponBox-status {
  padding: 7px 10px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 18px;
  top: -31px;
  background-color: #fff7ea;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.couponItems .couponBox-status[data-status=approved] {
  color: #46C253;
}
.couponItems .couponBox-status[data-status=rejected] {
  color: #ff620a;
}
.couponItems .couponBox-status[data-status=review] {
  color: #FF9559;
}
.couponItems .couponBox-remove {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #ADADAD;
  color: #fff !important;
  position: absolute;
  left: -10px;
  top: -10px;
  text-decoration: none;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  padding: 6px 0;
  z-index: 1;
  cursor: pointer;
}
.couponItems .couponBox-info {
  padding-right: 10px;
  border-right: 1px solid rgba(250, 97, 0, 0.35);
  width: 62%;
}
.couponItems .couponBox-info p {
  font-weight: 700;
  font-size: 14px;
}
.couponItems .couponBox-info small {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.couponItems .couponBox-info span {
  display: block;
  color: #666;
}
.couponItems .couponBox-code {
  padding-left: 10px;
  width: 38%;
}
.couponItems .couponBox-code p {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 25px;
}
.couponItems .couponBox-code a {
  color: #FA6100;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.couponItems .couponBox-code a b {
  font-size: 135%;
  display: inline-block;
  vertical-align: middle;
}

.addCoupon {
  padding-top: 10px;
  margin: 0 -10px;
}
.addCoupon li {
  list-style: none;
  margin-bottom: 20px;
}
.addCoupon li:last-child {
  margin-bottom: 0;
}
.addCoupon .fieldForm {
  background-color: #fafafa;
}
.addCoupon .select2-container {
  width: 100%;
}
.addCoupon .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}

/** RICE ALERT **/
.priceItems {
  margin: 0 -10px;
}

.priceBox {
  background-color: white;
  padding: 12px;
  border-radius: 10px;
  margin: 5px;
  transition: all 350ms ease-in-out;
}
@media (min-width: 992px) {
  .priceBox {
    transition: none;
  }
}
.priceBox-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .priceBox-row {
    flex-wrap: nowrap;
  }
}
.priceBox-delete {
  text-decoration: none !important;
  color: #ADADAD !important;
  cursor: pointer !important;
}
.priceBox-delete:hover {
  color: #555 !important;
  text-decoration: none;
}
.priceBox-img {
  width: 100%;
  max-width: 70px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .priceBox-img {
    max-width: 75px;
  }
}
.priceBox-img a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.priceBox-img a:hover {
  text-decoration: underline;
}
.priceBox-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.priceBox-info {
  padding: 0 10px;
  padding-right: 0;
  font-size: 14px;
  width: calc(100% - 70px);
  position: relative;
}
@media (min-width: 992px) {
  .priceBox-info {
    padding: 0 15px;
    width: calc(100% - 275px);
  }
}
.priceBox-info h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  font-size: 13px;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .priceBox-info h3 {
    margin-bottom: 10px;
    font-size: 17px;
    padding-right: 0;
  }
}
.priceBox-info h3 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .priceBox-info h3 a {
    white-space: normal;
    overflow: visible;
  }
}
.priceBox-info h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.priceBox-info ul {
  display: flex;
  flex-wrap: wrap;
}
.priceBox-info ul li {
  list-style: none;
  margin-bottom: 6px;
  color: #555;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .priceBox-info ul li {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.priceBox-info ul li:last-child {
  margin-bottom: 0;
}
.priceBox-info ul li a {
  color: #555;
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;
}
.priceBox-info ul li a:first-child {
  margin-left: 0;
}
.priceBox-info ul li a:hover {
  text-decoration: underline;
}
.priceBox-set {
  color: #555;
  padding-top: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .priceBox-set {
    width: 240px;
    padding-top: 0;
    padding-right: 20px;
  }
}
.priceBox-set h4 {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .priceBox-set h4 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

/** BOOKS **/
.categoryPage {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .categoryPage {
    padding: 30px 0;
  }
}
.categoryPage .categoryMenu {
  border-radius: 20px;
  background: linear-gradient(0deg, #FFB58C 20.76%, #FFDBA3 95.04%);
  max-width: 265px;
  width: 100%;
  padding: 30px 0;
  padding-top: 55px;
  position: relative;
  display: none;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .categoryPage .categoryMenu {
    display: block;
  }
}
.categoryPage .categoryMenu .categoryIcon {
  position: absolute;
  left: 15px;
  top: -35px;
}
.categoryPage .categoryMenu .btn {
  width: 125px;
}
.categoryPage .categoryMenu h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 25px;
  opacity: 0.85;
  letter-spacing: 0.3px;
}
.categoryPage .categoryMenu .categoryLinks:last-child {
  border-top: 1px solid rgba(85, 85, 85, 0.08);
  padding-top: 20px;
}
.categoryPage .categoryMenu .categoryLinks > ul {
  margin-bottom: 15px;
}
.categoryPage .categoryMenu .categoryLinks > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
.categoryPage .categoryMenu .categoryLinks > ul > li:last-child {
  margin-bottom: 0;
}
.categoryPage .categoryMenu .categoryLinks > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  padding: 10px 25px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.categoryPage .categoryMenu .categoryLinks > ul > li > a:hover {
  color: #FA6100;
}
.categoryPage .categoryMenu .categoryLinks > ul > li > a.active {
  color: #FA6100;
  background-color: rgba(255, 255, 255, 0.85);
}
.categoryPage .categoryMenu .categoryLinks > ul > li > a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  display: block;
  background-color: #feb848;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul {
  padding-left: 30px;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul li {
  list-style: none;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul li > a {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul li > a:hover {
  color: #000000;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul li > a.active {
  color: #000000;
}
.categoryPage .categoryMenu .categoryLinks > ul > li ul li > a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #feb848;
}
.categoryPage .categoryContent {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent {
    border-radius: 20px;
    padding: 0 10px;
    margin: 0;
    margin-left: 30px;
    max-width: 940px;
  }
}
.categoryPage .categoryContent .categoryAll {
  text-align: center;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent .categoryAll {
    text-align: right;
  }
}
.categoryPage .categoryContent .categoryCover {
  padding: 25px 30px;
  padding-bottom: 35px;
  background: linear-gradient(285.86deg, #FFBF9C 8.05%, #FFDBA3 95.41%);
  margin: 0 -20px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent .categoryCover {
    display: none;
  }
}
.categoryPage .categoryContent .categoryCover .categoryDropdown > label {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  padding: 0 15px;
  letter-spacing: 0.5px;
}
.categoryPage .categoryContent .categoryCover .categoryDropdown select {
  width: 100%;
  padding: 4px 15px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #FA6100;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent .categoryCover .categoryDropdown select {
    padding: 6px 15px;
    height: 42px;
  }
}
.categoryPage .categoryContent .categoryCover .categoryDropdown .select2 {
  width: 100%;
}
.categoryPage .categoryContent h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent h2 {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.categoryPage .categoryContent h2.spl {
  position: relative;
}
.categoryPage .categoryContent h2.spl .arcShape {
  position: absolute;
  left: 10px;
  top: 58%;
  width: 110px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent h2.spl .arcShape {
    width: 140px;
  }
}
.categoryPage .categoryContent .bookSilder {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent .bookSilder {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .categoryPage .categoryContent .bookSilder:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
  }
}
.categoryPage .categoryContent .bookSilder .slick-list {
  padding-top: 10px;
}
.categoryPage .categoryContent .bookBox-info ul li a {
  color: #555;
}

.categoryBlock {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .categoryBlock.pb-0 {
    padding-bottom: 25px;
  }
}
.categoryBlock:last-child {
  padding-bottom: 0;
}

.priceSort {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .priceSort {
    padding: 45px 35px;
  }
}
.priceSort .priceCircle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 8px solid #FFC871;
  background-color: #FBAE34;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .priceSort .priceCircle {
    width: 150px;
    height: 150px;
    font-size: 26px;
    border: 10px solid #FFC871;
    margin: 0 auto;
  }
}
.priceSort .priceCircle:hover {
  opacity: 0.85;
}
.priceSort .priceCircle p {
  text-align: center;
  line-height: normal;
  font-weight: 600;
}
.priceSort .priceCircle p span {
  display: block;
  font-weight: 700;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .priceSort .priceCircle p span {
    line-height: 28px;
  }
}
.priceSort ul:not(.slick-slider) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .priceSort ul:not(.slick-slider) {
    flex-wrap: nowrap;
  }
}
.priceSort ul li {
  list-style: none;
}
.priceSort ul li:first-child {
  padding-left: 0;
}
.priceSort ul li:last-child {
  padding-right: 0;
}

.genreSort {
  padding: 10px 25px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .genreSort {
    padding: 30px 35px;
  }
}
.genreSort .genreCircle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .genreSort .genreCircle {
    width: 150px;
    height: 150px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
}
.genreSort .genreCircle:hover {
  opacity: 0.85;
}
.genreSort .genreCircle img {
  display: block;
  max-width: 100%;
}
.genreSort ul:not(.slick-slider) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .genreSort ul:not(.slick-slider) {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.genreSort ul li {
  list-style: none;
  padding: 10px;
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .genreSort ul li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .genreSort ul li {
    width: auto;
    padding: 0;
  }
}
.genreSort ul li:first-child {
  padding-left: 0;
}
.genreSort ul li:last-child {
  padding-right: 0;
}
.genreSort ul li p {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  margin-top: 15px;
}
.genreSort .slick-arrow {
  font-size: 14px;
}
.genreSort .slick-arrow.slick-next {
  right: -28px;
}
.genreSort .slick-arrow.slick-prev {
  left: -28px;
}


.cartView {
  position: absolute;
  background: #555555;
  box-shadow: 2px 6px 9px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 4px 4px;
  color: #ffffff;
  width: 335px;
  top: 100px;
  display: none;
}

.cartView.active {
  display: block;
}

.cartView h2 {
  position: relative;
  text-align: center;
  padding: 15px 20px 15px 20px;
  font-size: 20px;
}

.cartView h2 b {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.prod_listBox .prod_list {
  background: #5B5B5B;
  padding: 8px 20px;
}

.prod_listBox .prod_list p {
  width: calc(100% - 52px);
  display: inline-block;
  vertical-align: middle;
}

.prod_listBox .prod_list p span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.prod_listBox .prod_list b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}

.continueShop {
  padding: 10px 22px;
}

.continueShop .btn {
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  width: 95px;
}
 

.continueShop b {
  display: inline-block;
  width: calc( 100% - 100px);
}
.continueShop b a { width: auto !important; }

header .headerMenu ul li .continueShop a span {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: initial;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
  position: static;
  right: auto;
  top: auto;
}

/** BOOK BAGS **/
.bagOption {
  border-radius: 18px;
  box-shadow: 0 0 16px rgba(85, 85, 85, 0.1);
  background-color: #FEB848;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .bagOption {
    padding: 20px 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.bagOption h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .bagOption h2 {
    font-size: 28px;
  }
}
.bagOption-title {
  display: flex;
  align-items: center;
}
.bagOption-icon {
  width: 58px;
}
.bagOption-compare {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .bagOption-compare {
    width: 400px;
  }
}
.bagOption-compare .compareType, .bagOption-compare .compareBrand {
  width: 50%;
  padding: 0 9px;
}
.bagOption-compare .compareBrand {
  padding-right: 0;
}
.bagOption-compare .compareBrand label {
  display: block;
  margin-bottom: 5px;
}
.bagOption-compare .compareBrand .fieldAmt {
  padding: 5px 12px;
  padding-right: 25px;
  background: #FFF5F0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #FA6100;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .bagOption-compare .compareBrand .fieldAmt {
    font-size: 17px;
  }
}
.bagOption-compare .compareBrand .fieldAmt span {
  font-weight: 700;
}
.bagOption-compare .compareBrand .fieldAmt a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FA6100;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.bagOption-compare .compareBrand .fieldAmt a:hover {
  opacity: 0.85;
}

.cartList-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .cartList-header {
    padding: 20px 0;
  }
}
.cartList-header h3 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cartList-header h3 {
    font-size: 22px;
  }
}
.cartList-items {
  padding: 0 20px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cartList-items {
    padding: 0;
    padding-bottom: 15px;
  }
}

.cartCover {
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cartCover {
    margin-top: 5px;
  }
}
.cartCover .cartItem {
  background-color: transparent;
}
.cartCover .cartItem.bookItemBox .cartItem-img {
  max-width: 135px;
}
.cartCover .cartItem.bookItemBox .cartItem-info {
  width: calc(100% - 140px);
}
@media (min-width: 768px) {
  .cartCover .cartItem.bookItemBox .cartItem-info {
    width: calc(100% - 490px);
  }
}
.cartCover .cartItem.bookItemBox .cartItem-info h3 {
  margin-bottom: 15px;
}
.cartCover .cartItem.bookItemBox .cartItem-info > ul > li {
  margin-bottom: 14px;
}

.cartItem {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  transition: all 350ms ease-in-out;
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cartItem {
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .cartItem {
    transition: none;
    padding: 10px;
  }
}
.cartItem-img {
  max-width: 115px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 5px;
}
@media (min-width: 768px) {
  .cartItem-img {
    max-width: 170px;
    padding: 10px;
  }
}
.cartItem-img a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cartItem-img a:hover {
  text-decoration: underline;
}
.cartItem-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.cartItem-info {
  padding: 5px;
  padding-right: 0;
  font-size: 14px;
  width: calc(100% - 115px);
  position: relative;
}
@media (min-width: 768px) {
  .cartItem-info {
    padding: 15px 10px;
    width: calc(100% - 490px);
  }
}
.cartItem-info .removeFrom {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(173, 173, 173, 0.15);
  text-align: center;
  font-size: 18px;
  color: #ADADAD;
  padding: 3px 0;
  z-index: 22;
}
@media (min-width: 768px) {
  .cartItem-info .removeFrom {
    display: none;
  }
}
.cartItem-info h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 40px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .cartItem-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.cartItem-info h3 a {
  /* display: block; */
  text-decoration: none;
  cursor: pointer;
  color: inherit; 
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 768px) {
  .cartItem-info h3 a {
    white-space: normal;
    overflow: inherit;
  }
}
.cartItem-info h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.cartItem-info > ul {
  position: absolute;
  left: 5px;
  bottom: 0;
}
@media (min-width: 768px) {
  .cartItem-info > ul {
    column-count: 2;
    position: relative;
    left: 0;
  }
}
.cartItem-info > ul > li {
  list-style: none;
  margin-bottom: 4px;
  color: #555;
  font-size: 12px;
  display: none;
}
.cartItem-info > ul > li:first-child, .cartItem-info > ul > li:last-child {
  display: block;
}
@media (min-width: 768px) {
  .cartItem-info > ul > li {
    margin-bottom: 18px;
    font-size: 15px;
    display: block;
  }
}
.cartItem-info > ul > li > a {
  color: #555;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: table;
}
@media (min-width: 768px) {
  .cartItem-info > ul > li > a {
    display: inline;
    margin-left: 5px;
  }
}
.cartItem-info > ul > li > a:hover {
  text-decoration: underline;
}
.cartItem-xtra {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .cartItem-xtra {
    padding-top: 10px;
    position: relative;
    left: 0;
    bottom: -16px;
    width: auto;
    padding: 0;
  }
}
.cartItem-xtra ul {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cartItem-xtra ul {
    justify-content: inherit;
  }
}
.cartItem-xtra ul li {
  list-style: none;
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .cartItem-xtra ul li {
    padding: 0 10px;
  }
}
.cartItem-xtra ul li:first-child {
  padding-left: 0;
  display: none;
}
@media (min-width: 768px) {
  .cartItem-xtra ul li:first-child {
    display: block;
  }
}
.cartItem-xtra ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.cartItem-xtra ul li .removeItem {
  color: #ADADAD;
}
.cartItem-xtra ul li .removeItem b {
  font-size: 110%;
  margin-right: 3px;
  margin-top: -2px;
}
.cartItem-xtra ul li .toggleSelect {
  color: #FA6100;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.cartItem-xtra ul li .toggleSelect b {
  font-size: 80%;
  margin-left: 3px;
}
.cartItem-xtra ul li .toggleSelect.active {
  color: #ADADAD;
}
.cartItem-xtra ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.cartItem-xtra ul li a b {
  vertical-align: middle;
  display: inline-block;
}
.cartItem-calc {
  width: 100%;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .cartItem-calc {
    width: 300px;
    padding: 15px 0;
  }
}
.cartItem-calc a {
  text-decoration: none;
  cursor: pointer;
}
.cartItem-calc a.viewShipping {
  font-weight: 700;
}
.cartItem-calc a.viewShipping.active {
  color: #ADADAD;
}
.cartItem-calc > ul {
  font-size: 14px;
  color: #555;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
@media (min-width: 768px) {
  .cartItem-calc > ul {
    padding-left: 12px;
    padding-right: 6px;
    font-size: 15px;
    height: calc(100% - 78px);
  }
}
.cartItem-calc > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .cartItem-calc > ul > li {
    padding: 7px 0;
  }
}
.cartItem-calc > ul > li p:last-child {
  font-weight: 700;
}
.cartItem-calc .fieldRent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .cartItem-calc .fieldRent {
    font-size: 17px;
    padding: 0 12px;
    padding-right: 6px;
    margin-bottom: 10px;
  }
}
.cartItem-calc .fieldRent img {
  max-width: 65px;
}
@media (min-width: 768px) {
  .cartItem-calc .fieldRent img {
    max-width: 75px;
  }
}
.cartItem-calc .fieldAmt {
  padding: 5px 12px;
  padding-right: 25px;
  background: #FFF5F0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #FA6100;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cartItem-calc .fieldAmt {
    font-size: 17px;
    margin-right: 5px;
  }
}
.cartItem-calc .fieldAmt.bookItemsAmt {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cartItem-calc .fieldAmt.bookItemsAmt {
    margin-top: 56px;
  }
}
.cartItem-calc .fieldAmt span {
  font-weight: 700;
}
.cartItem-calc .fieldAmt a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FA6100;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.cartItem-calc .fieldAmt a:hover {
  opacity: 0.85;
}
.cartItem-des {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #555;
  padding: 15px 20px;
  line-height: 1.5;
  display: none;
}
@media (min-width: 768px) {
  .cartItem-des {
    padding: 20px;
    font-size: 15px;
  }
}
.cartItem-des p {
  margin-bottom: 15px;
}
.cartItem-des p:last-child {
  margin-bottom: 0;
}
.cartItem-best {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #555;
  padding: 15px 20px;
  display: none;
}
@media (min-width: 768px) {
  .cartItem-best {
    padding: 20px;
  }
}
.cartItem-best h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cartItem-best h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.couponModal-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .couponModal-add {
    padding: 0 10px;
    padding-bottom: 20px;
  }
}
.couponModal-add p {
  font-size: 12px;
  color: #555;
}
@media (min-width: 768px) {
  .couponModal-add p {
    font-size: 15px;
  }
}
.couponModal-add .btn {
  min-width: 135px;
}
.couponModal .couponSection {
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.couponModal .couponSection:last-child {
  padding-bottom: 0;
}
.couponModal .couponSection .couponBrand {
  margin-bottom: 5px;
}
.couponModal .couponSection .couponBrand img {
  max-width: 75px;
}
.couponModal .couponItems .couponBox {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
}
.couponModal .couponItems .couponBox-info {
  font-size: 12px;
}
@media (min-width: 768px) {
  .couponModal .couponItems .couponBox-info {
    font-size: 14px;
  }
}
.couponModal .couponItems .couponBox-info p {
  font-size: inherit;
}
.couponModal .couponItems .couponBox-info small, .couponModal .couponItems .couponBox-info span {
  font-weight: 700;
  margin-top: 10px;
  font-size: inherit;
  color: #000000;
}
.couponModal .couponItems .couponBox-code {
  text-align: right;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .couponModal .couponItems .couponBox-code {
    font-size: 15px;
  }
}
.couponModal .couponItems .couponBox-code p {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 15px;
}
.couponModal .couponItems .couponBox-code a {
  font-size: inherit;
}

.cartPage .tabsWrap {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .cartPage .tabsWrap {
    padding: 0;
  }
}

.shippinOtp {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 102%;
  z-index: 1;
  width: 100%;
  min-width: 300px;
  display: none;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .shippinOtp {
    left: 2%;
    top: 100%;
    transform: none;
  }
}
.shippinOtp h4 {
  font-weight: 400;
  color: #ADADAD;
  margin-bottom: 10px;
}
.shippinOtp ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}
.shippinOtp ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  border-top: 1px dotted rgba(173, 173, 173, 0.55);
  width: 100%;
}
.shippinOtp ul li label, .shippinOtp ul li p {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 0 5px;
  color: #555;
}
.shippinOtp ul li label {
  padding-left: 0;
}
.shippinOtp ul li label span {
  color: inherit;
}
.shippinOtp ul li.active label, .shippinOtp ul li.active p {
  color: #FA6100;
}

.cartStorHead {
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cartStorHead {
    padding: 0;
  }
}
.cartStorHead h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .cartStorHead h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
  }
}
.cartStorHead p {
  color: #555555;
  font-weight: 400;
  font-size: 16px;
}
.cartStorHead p span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #FA6100;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 22px;
}
.cartStorHead p span b {
  font-size: 12px;
}

/** HELP **/
.faqPage {
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .faqPage {
    padding-bottom: 30px;
  }
}
.faqPage-title {
  padding: 20px 0;
  padding-right: 150px;
  position: relative;
}
@media (min-width: 768px) {
  .faqPage-title {
    padding: 30px 0;
    padding-right: 125px;
  }
}
.faqPage-title h1 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .faqPage-title h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.faqPage-title p {
  font-size: 14px;
  padding-right: 20px;
  color: #555;
}
@media (min-width: 768px) {
  .faqPage-title p {
    font-size: 16px;
    padding-right: 0;
  }
}
.faqPage-title p a {
  color: #FA6100;
  text-decoration: none;
  font-weight: 700;
}
.faqPage-title p a:hover {
  text-decoration: underline;
}
.faqPage-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
}
@media (min-width: 768px) {
  .faqPage-icon {
    width: 175px;
  }
}
.faqPage-icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.faqPage .getTour {
  padding: 25px 20px;
  background: linear-gradient(286.36deg, #FFC4A4 -14.48%, #FFD99F 95.44%);
  border-radius: 10px;
  color: #000000;
  margin-top: 15px;
  position: relative;
}
.faqPage .getTour:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 74px;
  height: 52px;
  background: url("../img/icons/icon_circle.svg") no-repeat center center;
  background-size: cover;
  display: block;
}
@media (min-width: 768px) {
  .faqPage .getTour {
    padding: 20px 30px;
    margin-top: 25px;
  }
}
.faqPage .getTour h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .faqPage .getTour h2 {
    font-size: 26px;
  }
}
.faqPage .getTour p {
  font-size: 13px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .faqPage .getTour p {
    font-size: 16px;
  }
}
.faqPage .getTour p a {
  color: #FA6100;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.faqPage .getTour p a:hover {
  text-decoration: underline;
}
.faqPage .faqWrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .faqPage .faqWrap {
    margin-top: 40px;
  }
}
.faqPage .faqWrap h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faqPage .faqWrap h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.faqPage .faqWrap > ul > li {
  list-style: none;
}
.faqPage .faqBox {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  color: #000000;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .faqPage .faqBox {
    padding: 20px 30px;
    margin-bottom: 6px;
  }
}
.faqPage .faqBox:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.faqPage .faqBox-head {
  cursor: pointer;
  position: relative;
}
.faqPage .faqBox-head h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqPage .faqBox-head h3 {
    font-size: 18px;
  }
}
.faqPage .faqBox-head .toggleArrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
.faqPage .faqBox-body {
  padding: 20px 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  display: none;
}
@media (min-width: 768px) {
  .faqPage .faqBox-body {
    font-size: 16px;
  }
}
.faqPage .faqBox-body p {
  padding-bottom: 10px;
}

/** CONTACT US  **/
.contactUs {
  position: relative;
}
.contactUs .contactUsWrap {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap {
    padding: 55px 25px;
  }
}
.contactUs .contactUsWrap h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.contactUs .contactUsWrap .goBack {
  font-size: inherit;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap .goBack {
    top: 34px;
    font-size: 18px;
  }
}
.contactUs .contactUsWrap .goBack + h1 {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap .goBack + h1 {
    padding-left: 35px;
  }
}
.contactUs .contactUsWrap p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap p {
    font-size: 16px;
  }
}
.contactUs .contactUsWrap-text {
  max-width: calc(100% - 180px);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap-text {
    max-width: 70%;
    max-width: 680px;
    padding: 25px 0;
  }
}
.contactUs .contactUsWrap-img {
  width: 55%;
  position: absolute;
  right: 0;
  top: 25px;
  opacity: 1;
}
@media (min-width: 768px) {
  .contactUs .contactUsWrap-img {
    right: 0;
    top: 45px;
    max-width: 350px;
    opacity: 1;
    width: 100%;
  }
}
.contactUs .contactUsWrap-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contactUsForm {
  padding: 50px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contactUsForm {
    padding: 25px 0;
  }
}
.contactUsForm h2 {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactUsForm h2 {
    font-size: 19px;
  }
}
.contactUsForm-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
  max-width: 780px;
}
@media (min-width: 768px) {
  .contactUsForm-list {
    margin: 0 -50px;
    padding-top: 20px;
  }
}
.contactUsForm-list > li {
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactUsForm-list > li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
.contactUsForm-list > li.full {
  width: 100%;
}
@media (min-width: 768px) {
  .contactUsForm-list > li.full {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
.contactUsForm-list > li .error {
  padding-left: 18px;
  color: #EB5500;
  font-size: 12px;
  font-weight: 400;
}
.contactUsForm-list .labelForm {
  margin-bottom: 10px;
  display: block;
}
.contactUsForm-foot {
  padding: 20px 0;
  max-width: 700px;
}
.contactUsForm-foot a:not(.btn) {
  font-weight: 700;
  margin-right: 15px;
}
.contactUsForm-foot .btn:last-child {
  min-width: 140px;
}
.contactUsForm-terms {
  font-size: 14px;
}
.contactUsForm-terms a {
  font-weight: 700;
  color: #FA6100;
  text-decoration: none;
}
.contactUsForm-terms a:hover {
  text-decoration: underline;
}
.contactUsForm .checkWrap {
  padding: 14px 14px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-table;
  min-width: 250px;
}
.contactUsForm .checkWrap .styledCheck span {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

/** BIG WORD DAY **/
.wordDayWrap {
  padding: 30px 0;
  padding-bottom: 10px;
}
.wordDayWrap .dayWord {
  margin-top: 0;
  margin-bottom: 40px;
}
.wordDayWrap .alphabetWrap {
  display: flex;
  margin: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetWrap {
    align-items: center;
    margin: 0 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .wordDayWrap .alphabetWrap {
    margin: 0;
    margin-bottom: 10px;
  }
}
.wordDayWrap .alphabetWrap-all {
  width: auto;
  max-width: 55px;
  padding: 0 15px;
  padding-left: 0;
  border-right: 1px solid #C7C7C7;
}
.wordDayWrap .alphabetWrap-all .startword{ color: #777777;}
.wordDayWrap .alphabetWrap-all .startword.active{ color: #FA6100;;}
.alphabetWrap-alpha .startword.active{ color: #FA6100;}
.noresult { width: 100%; padding-bottom: 15px; }
@media (min-width: 768px) {
  .wordDayWrap .alphabetWrap-all {
    width: 100%;
    max-width: 55px;
    padding: 0 20px;
    padding-left: 0;
  }
}
.wordDayWrap .alphabetWrap-all a {
  text-decoration: none;
  font-weight: 700;
  color: #FA6100;
}
.wordDayWrap .alphabetWrap-all a:hover {
  color: #777;
}
.wordDayWrap .alphabetWrap-alpha {
  width: calc(100% - 35px);
  padding: 0 10px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetWrap-alpha {
    width: 100%;
    padding: 0 20px;
    padding-right: 0;
  }
}
.wordDayWrap .alphabetWrap-alpha ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetWrap-alpha ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.wordDayWrap .alphabetWrap-alpha ul li {
  list-style: none;
  width: auto;
  text-align: center;
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetWrap-alpha ul li {
    width: 100%;
    padding: 0;
  }
}
.wordDayWrap .alphabetWrap-alpha ul li a {
  text-decoration: none;
  color: #777;
  font-weight: 700;
}
.wordDayWrap .alphabetWrap-alpha ul li a:hover {
  color: #FA6100;
}
.wordDayWrap .wordBoxList ul {
  margin: 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBoxList ul {
    margin: 0 0;
  }
}
@media (min-width: 992px) {
  .wordDayWrap .wordBoxList ul {
    margin: 0 -25px;
  }
}
.wordDayWrap .wordBoxList ul li {
  list-style: none;
  width: 50%;
  padding: 10px;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBoxList ul li {
    width: 50%;
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .wordDayWrap .wordBoxList ul li {
    width: 33.33%;
  }
}
.wordDayWrap .alphabetTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetTitle {
    margin: 0 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .wordDayWrap .alphabetTitle {
    margin: 0;
    margin-bottom: 30px;
  }
}
.wordDayWrap .alphabetTitle h1 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetTitle h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .wordDayWrap .alphabetTitle .searchWord {
    display: none;
  }
}
.wordDayWrap .alphabetTitle .searchWord.withIcon {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.wordDayWrap .alphabetTitle .searchWord.withIcon b {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ADADAD;
}
.wordDayWrap .alphabetTitle .searchWord.withIcon input {
  padding-left: 40px;
}
.wordDayWrap .wordBox {
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox {
    padding: 30px 35px;
    border-radius: 20px;
  }
}
.wordDayWrap .wordBox h3 {
  font-weight: 700;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox h3 {
    font-size: 22px;
  }
}
.wordDayWrap .wordBox p {
  margin-bottom: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox p {
    font-size: 16px;
  }
}
.wordDayWrap .wordBox .wordPronouncer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox .wordPronouncer {
    margin-bottom: 30px;
  }
}
.wordDayWrap .wordBox .wordPronouncer i {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  width: calc(100% - 28px);
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox .wordPronouncer i {
    font-size: 14px;
    width: auto;
  }
}
.wordDayWrap .wordBox .wordPronouncer .wordSpeak {
  width: 18px;
  height: 18px;
  background-color: #FA6100;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  font-size: 11px;
}
@media (min-width: 768px) {
  .wordDayWrap .wordBox .wordPronouncer .wordSpeak {
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
}

/** LEGAL **/
.legalWrap {
  color: #000000;
  font-size: 16px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .legalWrap {
    padding: 20px 0;
    padding-bottom: 45px;
  }
}
.legalWrap h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.legalWrap h2 {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.legalWrap p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.legalWrap ul, .legalWrap ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.legalWrap ul li, .legalWrap ol li {
  margin-bottom: 5px;
}
.legalWrap a {
  text-decoration: none;
  color: #FA6100;
  font-weight: 700;
}
.legalWrap hr {
  border: none;
  border-top: 1px solid #ADADAD;
}

/** SELL **/
.sellWrap {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sellWrap {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.sellWrap .sellOnWrap {
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap {
    padding: 25px;
    padding-bottom: 45px;
    padding-top: 0;
  }
}
.sellWrap .sellOnWrap h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.sellWrap .sellOnWrap .goBack {
  font-size: inherit;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap .goBack {
    top: 34px;
    font-size: 18px;
  }
}
.sellWrap .sellOnWrap .goBack + h1 {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap .goBack + h1 {
    padding-left: 35px;
  }
}
.sellWrap .sellOnWrap p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap p {
    font-size: 16px;
  }
}
.sellWrap .sellOnWrap-text {
  max-width: calc(100% - 180px);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap-text {
    max-width: 70%;
    max-width: 600px;
    padding-bottom: 25px;
  }
}
.sellWrap .sellOnWrap-img {
  width: 36%;
  position: absolute;
  right: 10px;
  top: -10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .sellWrap .sellOnWrap-img {
    right: 25px;
    top: -25px;
    max-width: 200px;
    opacity: 1;
    width: 100%;
  }
}
.sellWrap .sellOnWrap-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sellWrap .homeSearch {
  margin-top: 25px;
}
.sellWrap .whatSell {
  text-align: center;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .sellWrap .whatSell {
    padding: 45px 0;
  }
}
.sellWrap .whatSell h2 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sellWrap .whatSell h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.sellWrap .whatSell h2 .arcWord svg {
  top: 72%;
}
.sellWrap .whatSell p {
  font-size: 14px;
  color: #4C4C4C;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sellWrap .whatSell p {
    font-size: 16px;
    width: 70%;
  }
}
.sellWrap .whatSell .sellFeature {
  padding-top: 55px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .sellWrap .whatSell .sellFeature {
    padding-top: 115px;
    padding-bottom: 10px;
  }
}
.sellWrap .whatSell .sellFeature ul {
  display: flex;
  justify-content: center;
  max-width: 880px;
  margin: 0 auto;
}
.sellWrap .whatSell .sellFeature ul li {
  list-style: none;
  padding: 0 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .sellWrap .whatSell .sellFeature ul li {
    padding: 0 40px;
  }
}
.sellWrap .whatSell .sellFeature .featureBox {
  padding: 8px 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .sellWrap .whatSell .sellFeature .featureBox {
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.sellWrap .whatSell .sellFeature .featureBox img {
  margin: 0 auto;
  display: block;
  max-width: 80%;
  margin-top: -40px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sellWrap .whatSell .sellFeature .featureBox img {
    margin-top: -100px;
    margin-bottom: 15px;
    max-width: auto;
  }
}
.sellWrap .whatSell .sellFeature .featureBox h3 {
  font-size: 13px;
  color: #000000;
}
@media (min-width: 768px) {
  .sellWrap .whatSell .sellFeature .featureBox h3 {
    font-size: 16px;
  }
}
.sellWrap .sellMade {
  color: #000000;
  padding: 0 20px;
}
.sellWrap .sellMade h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sellWrap .sellMade h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.sellWrap .sellMade h2 .arcWord svg {
  top: 72%;
}
.sellWrap .sellMade p {
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sellWrap .sellMade p {
    font-size: 16px;
  }
}
.sellWrap .sellMade a {
  text-decoration: none;
  color: #FA6100;
  font-weight: 700;
}
.sellWrap .sellMade ol {
  padding: 10px 0;
  padding-bottom: 30px;
  padding-left: 15px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .sellWrap .sellMade ol {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 15px;
    padding-bottom: 40px;
  }
}
.sellWrap .sellMade ol li {
  padding: 5px 0;
}

/** ABOUT **/
@media (min-width: 768px) {
  .aboutWrap {
    padding-top: 25px;
  }
}
.aboutWrap .aboutUsWrap {
  position: relative;
  padding: 0 20px;
  padding-bottom: 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .aboutWrap .aboutUsWrap {
    padding: 25px;
    padding-bottom: 45px;
    padding-top: 0;
  }
}
.aboutWrap .aboutUsWrap h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
@media (min-width: 768px) {
  .aboutWrap .aboutUsWrap h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.aboutWrap .aboutUsWrap h1 .arcWord .arcShape {
  top: 65%;
}
.aboutWrap .aboutUsWrap p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 768px) {
  .aboutWrap .aboutUsWrap p {
    font-size: 16px;
  }
}
.aboutWrap .aboutUsWrap-text {
  max-width: calc(100% - 150px);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .aboutWrap .aboutUsWrap-text {
    max-width: 70%;
    max-width: 600px;
    padding-bottom: 25px;
  }
}
.aboutWrap .aboutUsWrap-img {
  width: 36%;
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .aboutWrap .aboutUsWrap-img {
    right: 25px;
    top: 0;
    max-width: 260px;
    opacity: 1;
    width: 100%;
  }
}
.aboutWrap .aboutUsWrap-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.aboutWrap .aboutStory {
  padding: 15px 15px;
  border-radius: 20px;
  background: linear-gradient(286.36deg, #FFC4A4 -14.48%, #FFD99F 95.44%);
  margin: 0 20px;
}
@media (min-width: 768px) {
  .aboutWrap .aboutStory {
    margin: 0 15px;
    padding: 20px 30px;
  }
}
.aboutWrap .aboutStory h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .aboutWrap .aboutStory h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.aboutWrap .aboutStory p {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: justify;
}
@media (min-width: 768px) {
  .aboutWrap .aboutStory p {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.aboutWrap .chooseBigword {
  text-align: center;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword {
    padding: 45px 0;
  }
}
.aboutWrap .chooseBigword h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.aboutWrap .chooseBigword h2 .arcWord svg {
  top: 66%;
}
.aboutWrap .chooseBigword p {
  font-size: 14px;
  color: #4C4C4C;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword p {
    font-size: 16px;
    width: 70%;
  }
}
.aboutWrap .chooseBigword .bigwordFeature ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.aboutWrap .chooseBigword .bigwordFeature ul li {
  list-style: none;
  padding: 0 3px;
  padding-top: 45px;
  width: 33.33%;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword .bigwordFeature ul li {
    padding: 0 40px;
    padding-top: 80px;
  }
}
.aboutWrap .chooseBigword .bigwordFeature .featureBox {
  padding: 8px 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  height: 100%;
  width: 100%;
  color: #000000;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword .bigwordFeature .featureBox {
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.aboutWrap .chooseBigword .bigwordFeature .featureBox img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  margin-top: -55px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword .bigwordFeature .featureBox img {
    margin-top: -100px;
    max-width: 74%;
    margin-bottom: 5px;
    max-width: auto;
  }
}
.aboutWrap .chooseBigword .bigwordFeature .featureBox h3 {
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword .bigwordFeature .featureBox h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.aboutWrap .chooseBigword .bigwordFeature .featureBox p {
  font-size: 13px;
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .aboutWrap .chooseBigword .bigwordFeature .featureBox p {
    font-size: 14px;
  }
}
.aboutWrap .clientSay {
  padding: 20px 10px;
  background-color: #FFBF5A;
  border-radius: 20px;
  margin: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .aboutWrap .clientSay {
    padding: 30px;
    margin-bottom: 50px;
  }
}
.aboutWrap .clientSay h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .aboutWrap .clientSay h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.aboutWrap .clientSay .dialogList {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .aboutWrap .clientSay .dialogList {
    padding: 15px 0;
  }
}
.aboutWrap .dialogWrap {
  height: 100%;
  margin: 0 7px;
}
@media (min-width: 768px) {
  .aboutWrap .dialogWrap {
    margin: 0 14px;
  }
}
.aboutWrap .dialogWrap .dialogBox {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 20px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  border-radius: 10px;
  max-width: 320px;
  min-height: 205px;
}
.aboutWrap .dialogWrap .dialogBox p {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  color: #555;
  padding: 5px;
}
.aboutWrap .dialogWrap .dialogBox p:after, .aboutWrap .dialogWrap .dialogBox p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon_quote.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.aboutWrap .dialogWrap .dialogBox p:before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.aboutWrap .dialogWrap .dialogBox p:after {
  right: 0;
  bottom: 0;
}
.aboutWrap .dialogWrap .dialogBox h3, .aboutWrap .dialogWrap .dialogBox small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}
.aboutWrap .dialogWrap .dialogBox h3 {
  bottom: 38px;
}
.aboutWrap .dialogWrap .dialogBox small {
  bottom: 20px;
}
.aboutWrap .storesBar {
  margin: 0 auto;
  margin-bottom: -20px;
}
.aboutWrap .storesBar .storesWrap p {
  max-width: 75%;
}
@media (min-width: 768px) {
  .aboutWrap .storesBar .storesWrap p {
    max-width: 100%;
  }
}
.aboutWrap .aboutFlow {
  padding: 15px 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .aboutWrap .aboutFlow {
    padding: 20px 0;
  }
}
.aboutWrap .aboutFlow h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .aboutWrap .aboutFlow h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.aboutWrap .flowChart {
  max-width: 930px;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .aboutWrap .flowChart {
    padding: 40px 0;
  }
}
.aboutWrap .flowRow {
  display: flex;
  color: #000000;
  padding: 30px 0;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 46px 0;
  }
}
.aboutWrap .flowRow:first-child {
  padding-top: 0;
}
.aboutWrap .flowRow:last-child {
  padding-bottom: 0;
}
.aboutWrap .flowRow-img {
  width: 100%;
  max-width: 180px;
  margin-bottom: -15px;
  left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-img {
    max-width: 380px;
    margin-bottom: 0;
    position: relative;
  }
}
.aboutWrap .flowRow-img.figure_01 {
  left: 15px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-img.figure_01 {
    margin-right: 75px;
    left: 0;
  }
}
.aboutWrap .flowRow-img.figure_01 img {
  margin-left: -15px;
  margin-top: 15px;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
}
.aboutWrap .flowRow-img.figure_02 {
  max-width: 160px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-img.figure_02 {
    max-width: 360px;
    margin-left: 75px;
  }
}
.aboutWrap .flowRow-img.figure_02 img {
  max-width: 74%;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-img.figure_03 {
    margin-right: 75px;
  }
}
.aboutWrap .flowRow-img.figure_03 img {
  max-width: 95%;
}
.aboutWrap .flowRow-img.figure_04 {
  max-width: 160px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-img.figure_04 {
    max-width: 360px;
    margin-left: 75px;
  }
}
.aboutWrap .flowRow-img.figure_04 img {
  max-width: 86%;
  margin-top: -20px;
}
.aboutWrap .flowRow-bg {
  width: 100%;
  padding-top: 75.18%;
  position: relative;
  background-image: url("../img/icons/figure_cloud.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.aboutWrap .flowRow-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  display: block;
  width: 100%;
}
.aboutWrap .flowRow-text {
  padding: 15px 20px;
  background: #FFCD9D;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-text {
    padding: 20px 25px;
  }
}
.aboutWrap .flowRow-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.aboutWrap .flowRow-text ul {
  padding-left: 20px;
  font-size: 13px;
  color: #4C4C4C;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-text ul {
    font-size: 14px;
  }
}
.aboutWrap .flowRow-text ul li {
  padding: 9px 0;
}
.aboutWrap .flowRow .flowRow-text {
  order: 1;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow .flowRow-text {
    order: 0;
    margin: 0;
  }
}
.aboutWrap .flowRow .flowRow-img + .flowRow-text {
  order: 1;
  margin-left: 15px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow .flowRow-img + .flowRow-text {
    order: 0;
    margin: 0;
  }
}
.aboutWrap .flowRow .flowRow-text + .flowRow-img {
  order: 0;
  position: relative;
  left: calc(100% - 160px);
}
@media (min-width: 768px) {
  .aboutWrap .flowRow .flowRow-text + .flowRow-img {
    order: 1;
    left: 0;
  }
}
.aboutWrap .flowRow-line {
  position: absolute;
  width: 100%;
}
.aboutWrap .flowRow-line .figureSpot {
  position: absolute;
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: all 1000ms ease-in-out;
}
.aboutWrap .flowRow-line.figure_01 {
  left: 30px;
  top: 90%;
  max-width: 40px;
  transform: rotate(322deg);
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-line.figure_01 {
    left: -84px;
    top: 120px;
    max-width: 80px;
    transform: rotate(360deg);
  }
}
.aboutWrap .flowRow-line.figure_01 .figureSpot:nth-last-child(2) {
  right: 20px;
  top: 44%;
  width: 30px;
  height: 30px;
  transition-delay: 800ms;
}
.aboutWrap .flowRow-line.figure_01 .figureSpot:last-child {
  left: -20px;
  top: 66%;
  width: 14px;
  height: 14px;
  transition-delay: 1100ms;
}
.aboutWrap .flowRow-line.figure_02 {
  right: 30px;
  top: 92%;
  max-width: 40px;
  transform: rotate(222deg);
}
.aboutWrap .flowRow-line.figure_02 .figureSpot:nth-last-child(2) {
  left: 10px;
  top: 38%;
  width: 16px;
  height: 16px;
  transition-delay: 1100ms;
}
.aboutWrap .flowRow-line.figure_02 .figureSpot:last-child {
  left: -5px;
  top: 56%;
  width: 16px;
  height: 16px;
  transition-delay: 800ms;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-line.figure_02 {
    max-width: 80px;
    right: -84px;
    top: 200px;
    transform: rotate(180deg);
  }
}
.aboutWrap .flowRow-line.figure_03 {
  left: 30px;
  top: 90%;
  max-width: 40px;
  transform: rotate(322deg);
}
.aboutWrap .flowRow-line.figure_03 .figureSpot:nth-last-child(2) {
  right: 50px;
  top: 48%;
  width: 30px;
  height: 30px;
  transition-delay: 800ms;
}
.aboutWrap .flowRow-line.figure_03 .figureSpot:last-child {
  left: 0;
  top: 80%;
  width: 16px;
  height: 16px;
  transition-delay: 1100ms;
}
@media (min-width: 768px) {
  .aboutWrap .flowRow-line.figure_03 {
    left: -84px;
    top: 200px;
    max-width: 80px;
    transform: rotate(360deg);
  }
}
.aboutWrap .flowRow-line .lineBox {
  width: 100%;
  padding-top: 27.54%;
  position: relative;
  opacity: 0;
  transition: all 200ms ease-in-out;
  transition-delay: 800ms;
}
.aboutWrap .flowRow-line .lineBox svg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0.25;
}
.aboutWrap .flowRow.in-viewport .lineBox {
  opacity: 1;
}
.aboutWrap .flowRow.in-viewport .figureSpot {
  transform: scale(1);
  opacity: 1;
}
.aboutWrap .flowRow.in-viewport .flowRow-line.figure_02 .path {
  animation: dash 1600ms linear forwards infinite;
}
.aboutWrap .flowRow.in-viewport .path {
  stroke-dasharray: 15;
  animation: dash 1600ms linear reverse infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}

/** LOADING **/
.loadingWrap {
  color: #000000;
  font-size: 16px;
  padding: 60px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .loadingWrap {
    padding: 100px 0;
  }
}
.loadingWrap-title {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .loadingWrap-title {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
.loadingWrap-icon {
  max-width: 170px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .loadingWrap-icon {
    max-width: 200px;
  }
}
.loadingWrap-loader {
  max-width: 280px;
  margin: 50px auto;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .loadingWrap-loader {
    max-width: 400px;
  }
}
.loadingWrap .loader-box {
  width: 80%;
  height: 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 191, 90, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 72px;
}
.loadingWrap .loader-val {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90.96deg, #FFC467 4.21%, #FFAF2F 84.48%);
  border-radius: 16px;
  min-width: 56px;
  transition: all 150ms linear;
}
.loadingWrap .loader-val::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 55px;
  height: 55px;
  background-image: url("../img/icons/figure_cart.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .loadingWrap .loader-val::after {
    width: 75px;
    height: 70px;
  }
}

.rightGrip{ left: 20px;}
.slick-slide .bookBox-info{ background-color: #fff7eb;}
.ms-choice>span.placeholder { color: #ADADAD; }
.boxForm .fieldForm::placeholder{ color: #ADADAD;}
.signIn .fieldForm::placeholder,.fieldWrap .fieldForm::placeholder,
.signUp .fieldForm::placeholder{ color: #ADADAD; font-weight: 300; } 
.posswordfield { position: relative; }
.posswordfield i { background: url("../img/icons/eyeicon.svg"); background-repeat: no-repeat; width: 20px; height: 16px; position: absolute; right: 10px; top: 13px; }
.posswordfield i.active{ background: url("../img/icons/openeyeicon.svg"); background-repeat: no-repeat;}

.mobileGlobalSearch.closeAdvanced { bottom: -50px; display: none;}
.mobileGlobalSearch.closeAdvanced .icon-arrow_up {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  overflow: hidden;
}
.mobileGlobalSearch.closeAdvanced b::before{background: url(../img/icons/navclose.png);
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;}

  .centerSection.opentoure{ z-index: 9999;}
  .fadeBage { position: fixed; height: 100vh; width: 100%; background: rgba(0,0,0,.50); z-index: 2; top: 0; display: none; }
  .fadeBage.active{ display: block; }

  .fromSocial .abcRioButtonBlue {     color: #fff; box-shadow: none; background-color: #ffffff;  width: 100% !important;     color: #999;
    font-weight: 700;    font-size: 16px; }
    .signUp .fromSocial.g_login{ padding: 0 !important; overflow: hidden;}
    .signIn .fromSocial.g_login{ padding: 0 !important; overflow: hidden;}
  .fromSocial .abcRioButtonBlue:hover,
  .fromSocial .abcRioButton:hover,
  .fromSocial .abcRioButtonBlue:active { box-shadow: none; background-color: #ffffff;  }
  .fromSocial .abcRioButtonIcon { float: none; display: inline-flex; }
  .fromSocial .abcRioButtonContents { font-weight: 700;}

  @media (max-width: 1365px) {
    .mobileRight .cartView.active{ display: block; width: 300px; top: 50px; right: 0; }
    .mobileRight .cartView a {     width: 90px !important;  vertical-align: middle;  text-align: center !important; }
    .mobileRight .cartView b a { width: auto !important;}
    .mobileRight .cartView a span { width: auto !important;  height: auto !important;  position: relative !important;  font-size: initial !important;  color: inherit;  right: 0;  top: 0;  display: inline-block;  border-radius: inherit;  background: transparent;}
    header .headerMenu ul li .cartView { display: none;}
  }
  @media (max-width: 992px) {
    .genreSlider { height: 220px; }
  }

@media (max-width: 767px) {
  .blur.active{ background: rgba(0,0,0,0.3); position: fixed; left: 0; top: 0; width: 100%; height: 100vh;}
.centerSection.active { filter: blur(1.5px);}
.mobileGlobalSearch.closeAdvanced { display: block;}
.genreSlider { height: 165px; }
.genreSlider li.slick-slide{ opacity: 0; }
.genreSlider li.slick-slide.slick-current { opacity: 1;}

.mobileRight .cartView.active { width: 296px; right: -8px;}
.bookShow-info h1{
  padding-right: 0px; width: calc(100% - 30px);
}


}

.blur.active {background: rgba(0,0,0,0.3);  position: fixed;  left: 0;  top: 0;  width: 100%;  height: 100vh; z-index: 4;}

.viewtop{z-index: 9;}

/*# sourceMappingURL=global.css.map */
