/*set default*/

:root {
  --songFontFamilay: Songti SC, serif;
  --blackFontFamily: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  --spFontFamily: 'Futura', 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Helvetica', "微软雅黑", "Microsoft YaHei", "Tahoma", Arial, "宋体";
  --eleFontFamily: PingFang SC, Lantinghei SC, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
  --zhFontFamily: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  --enFontFamily: OpenSans, Helvetica Neue, Helvetica, Tahoma, Arial, FreeSans, sans-serif;
}

body {
  overflow-x: scroll;
  position: initial !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
}

body.en {
  font-family: var(--enFontFamily) !important;
}

body.zh {
  font-family: var(--zhFontFamily) !important;
}

/*::-webkit-scrollbar {
  display: none;
*/


/*customize semantic*/

.ui.dimmer {
  z-index: 1001;
}


/*add meituan font*/

@font-face {
  font-family: cate_icon;
  src: url(/common/css/themes/default/assets/fonts/cate4.woff) format("woff"), url(/common/css/themes/default/assets/fonts/cate4.woff);
}

@font-face {
  font-family: iconfont;
  src: url(/common/css/themes/default/assets/fonts/iconfont.eot);
  src: url(/common/css/themes/default/assets/fonts/iconfont.eot) format('embedded-opentype'), url(/common/css/themes/default/assets/fonts/iconfont.woff) format('woff'), url(/common/css/themes/default/assets/fonts/iconfont.ttf) format('truetype'), url(/common/css/themes/default/assets/fonts/iconfont.svg) format('svg');
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: weui;
  src: url(/common/css/themes/default/assets/fonts/weui.ttf) format('truetype')
}

.iconfont {
  font-family: iconfont;
}

.iconfont.restaurant:before {
  content: '\e603';
}

.iconfont.travel:before {
  content: '\e605';
}

.iconfont.service {
  font-family: cate_icon;
}

.iconfont.service:before {
  content: '\6d3b';
}


/*modify media query*/

@media only screen and (max-width:1199px) {
  .ui.container {
    min-width: 1127px;
    width: 1127px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ui.grid.container {
    min-width: calc(1127px + 2rem) !important;
    width: calc(1127px + 2rem) !important;
  }

  .ui.relaxed.grid.container {
    min-width: calc(1127px + 3rem) !important;
    width: calc(1127px + 3rem) !important;
  }

  .ui.very.relaxed.grid.container {
    min-width: calc(1127px + 5rem) !important;
    width: calc(1127px + 5rem) !important;
  }

  .ui.modal {
    width: 720px !important;
    margin: 0 0 0 -360px;
  }
}

.container {
  margin: 0 !important
}

.cu-table-cell[class*="one"] {
  width: 6.25% !important;
}

.cu-table-cell[class*="two"] {
  width: 12.5% !important;
}

.cu-table-cell[class*="three"] {
  width: 18.75% !important;
}

.cu-table-cell[class*="four"] {
  width: 25% !important;
}

.cu-table-cell[class*="five"] {
  width: 31.25% !important;
}

.cu-table-cell[class*="six"] {
  width: 37.5% !important;
}

.cu-table-cell[class*="seven"] {
  width: 43.75% !important;
}

.cu-table-cell[class*="eight"] {
  width: 50% !important;
}

.cu-table-cell[class*="nine"] {
  width: 56.25% !important;
}

.cu-table-cell[class*="ten"] {
  width: 62.5% !important;
}

.cu-table-cell[class*="eleven"] {
  width: 68.75% !important;
}

.cu-table-cell[class*="twelve"] {
  width: 75% !important;
}

.cu-table-cell[class*="thirteen"] {
  width: 81.25% !important;
}

.cu-table-cell[class*="fourteen"] {
  width: 87.5% !important;
}

.cu-table-cell[class*="fifteen"] {
  width: 93.75% !important;
}

.cu-table-cell[class*="sixteen"] {
  width: 100% !important;
}


/*custome class*/

.cu-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  display: initial;
}

.cu-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
  background-color: rgba(0, 0, 0, .26);
}

.cu-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.cu-flex-wrap {
  flex-wrap: wrap;
}

.cu-flex-item {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  flex: 1 !important;
}

.cu-text-align-left {
  text-align: left;
}

.cu-text-align-center {
  text-align: center;
}

.cu-text-align-right {
  text-align: right;
}

.cu-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cu-text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  line-height: 1.2;
  height: auto !important;
}

.cu-text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  line-height: 1.2;
  height: auto !important;
}

.cu-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cu-table-cell {
  display: table-cell !important;
  vertical-align: middle;
  min-width: initial !important;
  max-width: initial !important;
}

.cu-p-50 {
  width: 50%;
}

.cu-input {
  padding: 0.35rem 1.14rem !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: #666 !important;
  min-height: 2rem !important;
  height: 2.3rem !important;
  line-height: normal !important;
}

textarea.cu-input {
  min-height: auto !important;
  height: auto !important;
}

.ui.upward.selection.dropdown.cu-input {
  border-radius: 0 !important;
}

.cu-input.active,
.cu-input:focus {
  border-color: #96C8DA !important;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15) !important;
}

.cu-input .menu {
  border-radius: 0 !important;
}

.cu-input .menu .item {
  padding: 1.14rem !important;
}

.cu-input[disabled],
input[disabled],
input[readonly] {
  background-color: #eee !important;
}

.cu-uppercase {
  text-transform: uppercase;
}

.cu-lowercase {
  text-transform: lowercase;
}

.cu-ratio {
  position: relative !important;
}

.cu-ratio:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.cu-ratio-content {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  margin: auto;
}

.cu-image-hover-effect:after {
  content: "";
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.4s;
}


/*.cu-image-hover-effect:hover:after{
  opacity: 0.5;
}*/


/*customize .modal*/

.modal {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  max-width: 60rem !important;
  width: 60rem;
  overflow-y: scroll;
}

.modal .input {
  margin-bottom: 1rem;
  width: 100%;
}

.modal input {
  border-radius: 0;
  height: 2.85rem;
}

.modal .actions .button {
  margin: 0 !important;
  box-shadow: none;
  background-color: #4490f7 !important;
  color: #fff !important;
  border-radius: 3px !important;
}

.modal .actions .button~.button {
  margin-left: 1rem !important;
}

.modal .cu-modal-close-icon {
  position: absolute;
  right: 18px;
  margin-top: -6px;
  border-radius: 3px;
  width: 35px;
  height: 36px;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  color: #666;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
  background-image: url(https://res.cloudinary.com/goopter/image/upload/v1482524907/admin/i_delete.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.modal .cu-modal-close-icon:hover,
.modal .cu-modal-close-icon:focus {
  opacity: 0.7;
  background-color: #e8e8e8;
}

.modal .cu-modal-close-icon:active {
  background-color: #e3e3e3;
}


/*initial the loader color in popup modal*/

.modal .loader:before {
  border-color: rgba(0, 0, 0, .1) !important;
}

.modal .loader:after {
  border-color: #767676 transparent transparent !important;
}


/*#login-modal*/

#login-modal {
  width: 28rem !important;
  height: auto;
  margin: 0;
  margin-left: -14rem !important;
  border-radius: 3px !important;
  padding-bottom: 10px;
}

#login-modal .header {
  font-size: 1rem;
  cursor: move;
  background-color: #eee;
}

#login-modal .cu-modal-close-icon {
  margin-top: -10px;
  margin-right: -10px;
}

.clear-input {
  position: absolute;
  right: 17px;
  margin-top: 0px;
  border-radius: 3px;
  width: 10px;
  height: 36px;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  color: #666;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
  background-image: url(https://res.cloudinary.com/goopter/image/upload/v1482524907/admin/i_delete.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  display: none;
}

.clear-input:hover {
  opacity: 1;
}

#login-modal .header {
  font-size: 1rem;
  cursor: move;
  background-color: #eee;
}

#login-modal .actions {
  background-color: #fff;
}

#login-modal a {}

#login-modal a:hover {
  text-decoration: underline;
}

#login-modal .change-login {
  text-align: right;
  color: rgb(27, 102, 199) !important;
}

#login-pwd i.icon.mobile {
  font-size: 1.3em;
  width: 0.7em;
}

#login-vc i.icon.mobile {
  font-size: 1.5em;
  width: 37px;
}

#login-modal #login-btn {
  width: 100%;
  margin: 0;
  box-shadow: none;
  background-color: #4490f7 !important;
  color: #fff !important;
}

#login-modal .login-forget-btn {
  float: left;
  margin-left: 1.5rem;
}

#login-modal .login-register-btn {
  float: right;
  margin-right: 1.5rem;
}

#login-modal .login-social-header,
#login-modal .login-social-wrap {
  padding: 0 21px;
  display: flex;
  justify-content: space-around;
}

#login-modal .login-social-header {
  font-size: 12px;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  color: #666;
}

#login-modal .login-social-wrap .button {
  border: 0;
  /* background-color: #1DA1F2; */
  border: 0;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  display: flex;
  justify-content: center;
}

#login-modal .ui.facebook.button:hover {
  color: #3b5998;
}

#login-modal .ui.twitter.button:hover {
  color: #1da1f2;
}

#login-modal .ui.google.button:hover {
  color: #dd4b38;
}

#login-modal .ui.wehat.button:hover {
  color: #13b63c;
}

#login-vc-vc {
  padding-right: 0 !important;
  width: 40%;
}

#login-vc-phone-button {
  text-decoration: none !important;
  font-weight: 400;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 0;
  min-width: 169px;
  white-space: nowrap;
  padding: 0;
  padding-top: 0.9rem;
  text-align: center;
  margin: 0;
  margin-left: 1rem;
  flex: 1;
  vertical-align: text-bottom;
  cursor: initial;
}

.login-vc-phone-button-enable {
  background-color: #4490f7 !important;
  color: white !important;
  cursor: pointer !important;
}

#login-modal .ui.red.basic.label {
  border: none;
  padding: 0;
  text-align: left;
  position: relative;
  top: -8px;
  display: none;
}


/* customize cu-favrite-toast */

.cu-toast {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
}

.cu-toast.cu-toast--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cu-favorite-toast {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 25rem;
  padding: 3.428rem 2rem;
  z-index: 1001;
  outline: 6px solid #BBB;
  display: table;
}

.cu-toast-icon {
  width: 2.4rem;
}

.cu-toast-icon:after {
  content: '';
  display: block;
  height: 2.4rem;
  width: 2.4rem;
  background: url(https://res.cloudinary.com/goopter/image/upload/v1490303394/admin/meituan-icon.png) no-repeat;
  background-position: 0 -232px;
}

.cu-toast-content {
  padding-left: 0.5rem;
  color: #666;
}

.cu-toast-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.71rem;
  height: 0.71rem;
  background: url(https://res.cloudinary.com/goopter/image/upload/v1490303394/admin/meituan-icon.png) no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.cu-toast-close-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #ca8080;
  cursor: pointer;
}

.cu-toast-close-btn:hover {
  color: #ea2323;
}


/*.weui-toast weixin toast*/

.weui-toast {
  position: absolute;
  min-height: 10%;
  background: rgba(40, 40, 40, .75);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  z-index: 2000;
  top: 40%;
  left: 40%;
}

.weui-toast.weui-toast--text {
  padding: 8px;
  max-width: 80vw;
  width: auto;
  height: auto;
  min-height: auto;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-word;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

[class*=" weui-icon-"],
[class^=weui-icon-] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 weui;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 22px 0 0;
  display: block;
}

[class*=" weui-icon-"]:before,
[class^=weui-icon-]:before {
  display: inline-block;
  font-size: 55px;
}

.weui-icon-success-no-circle:before {
  content: "\EA08";
}

/* toast content */
.weui-toast_content {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
}


/*for zoom image*/

.cu-large-img-content {
  width: 790px;
  height: 600px;
  display: none;
  overflow: hidden;
  border: 1px solid #eee;
  position: absolute;
  box-shadow: 0 0 10px 0px grey;
  visibility: hidden;
  z-index: 1030;
  background-color: white;
}

.cu-large-img-content.cu-large-img-content--visible {
  visibility: visible;
  display: inline-block;
}

.cu-large-img-content>div>img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cu-large-img-content>div {
  position: relative;
  width: 100%;
  height: 100%;
}

.pan-box {
  position: absolute;
  background-color: #1e89e0;
  opacity: 0.15;
  border: 1px solid #004b88;
  pointer-events: none;
  box-sizing: border-box;
  display: none;
  z-index: 1;
}


/*#topnav*/

#topnav {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .4);
  /* position: fixed; */
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
  max-height: 3.5rem;
  z-index: 999;
}

#topnav.scrolled {
  background-color: black;
}

#topnav img {
  max-width: 2.3rem;
  max-height: 2.3rem;
}

#topnav .language-dropdown .menu {
  width: 20rem;
  border-radius: 4px;
}

#topnav.normal-nav {
  background-color: #1e89e0;
  min-height: 4.28rem !important;
}

#topnav #dropdown-app .menu {
  right: 0;
  left: auto;
}

#topnav #dropdown-app .menu img {
  max-height: initial;
  max-width: initial;
  height: 200px !important;
}

#topnav #user-login a {
  color: #fff;
}

#topnav #user-login a:hover {
  text-decoration: underline;
}


/* .small-nav */

#topnav.small-nav {
  background-color: #f9f9f9;
  font-size: 1rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  z-index: 1010;
}

#topnav.small-nav i {
  margin: 0;
}

.small-nav .item {
  color: #707070 !important;
}

.small-nav .active.item {
  background-color: #fff !important;
  color: #2bb8aa !important;
}

#topnav.small-nav .dropdown .menu {
  border-radius: 0;
  right: 0;
  left: auto;
}

#topnav.small-nav .choose-city-dropdown .item,
#topnav.small-nav .choose-city-dropdown .item:hover,
#topnav.small-nav .choose-city-dropdown .item:hover>* {
  background-color: #fff !important;
  color: #666 !important;
}

#topnav.small-nav .choose-city-dropdown .menu {
  min-width: 14.25rem;
  width: 14.28rem;
  left: 0;
  right: auto;
}

#topnav.small-nav .choose-city-dropdown h4 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

#topnav.small-nav .choose-city-dropdown #hot-city {
  color: #73adc9 !important;
  margin-bottom: 0.71rem;
  cursor: auto;
}

#topnav.small-nav .choose-city-dropdown #more-city {
  text-align: right;
  color: #999;
}

#topnav.small-nav .choose-city-dropdown #more-city:hover {
  text-decoration: underline;
}

#topnav.small-nav .choose-city-dropdown #top-nav-city-wrap {
  padding: 15px 12px;
}

#topnav.small-nav .choose-city-dropdown #top-nav-city a {
  color: #666;
  margin-bottom: 10px;
  padding: 0 5px;
}

#topnav.small-nav .choose-city-dropdown #top-nav-city a:hover {
  color: #73adc9 !important;
  text-decoration: underline;
}

#topnav.small-nav .recent-viewed-dropdown .image {
  max-height: 3.5rem;
  height: 3.5rem !important;
  max-width: 3.5rem;
  width: 3.5rem !important;
  position: relative;
}

#topnav.small-nav .recent-viewed-dropdown .image img {
  max-height: 3.5rem !important;
  max-width: 3.5rem !important;
  width: auto !important;
  height: auto !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

#topnav.small-nav .recent-viewed-dropdown .clear-store-history {
  text-align: center;
}

#topnav.small-nav .recent-viewed-dropdown .clear-store-history a {
  color: #2bb8aa;
}

#topnav.small-nav .recent-viewed-dropdown .clear-store-history a:hover {
  text-decoration: underline;
}

#topnav.small-nav #dropdown-app .menu {
  right: -225px;
  left: auto;
}

#topnav.small-nav #dropdown-app .menu img {
  max-height: initial;
  max-width: initial;
  height: 200px !important;
}

#topnav.small-nav .item {
  border-bottom: 1px dotted #eee;
  padding-top: 0;
  padding-bottom: 0;
}

#topnav.small-nav .item:hover {
  color: #2bb8aa !important;
  background-color: #fff;
}

#topnav.small-nav .item:hover>*,
#topnav.small-nav .header:hover {
  color: #2bb8aa !important;
}

.small-nav .right.menu .item+.item:before {
  content: '';
  width: 1px;
  height: 1.5rem;
  background-color: #eee;
  margin-top: 0.5rem;
}

#topnav.small-nav .dropdown .header {
  height: 2rem;
  width: 7.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.2;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.4rem !important;
}

#topnav.small-nav .dropdown .header.no-data {
  height: auto;
  margin: 0 !important;
  color: #2bb8aa;
  text-align: center;
}

#topnav.small-nav .dropdown .rating .icon {
  margin: 0;
}

#topnav.small-nav .history-remove-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://res.cloudinary.com/goopter/image/upload/v1480553433/admin/i_cancel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: none;
}

#topnav.small-nav .history-remove-icon:hover {
  width: 1.6rem;
  height: 1.6rem;
}

#topnav.small-nav .recent-viewed-dropdown .item:hover .history-remove-icon {
  display: block;
  z-index: 1000;
}

#topnav.small-nav #user-login,
#topnav.small-nav #user-login a {
  color: #707070;
}

#topnav.small-nav #user-login:hover a {
  color: #2bb8aa;
}

#topnav.small-nav #user-login a:hover {
  text-decoration: underline;
}


/* Share by email */

#share-by-email {
  width: 500px !important;
  border-radius: 3px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  max-height: 600px;
}

#share-by-email .email-toggle {
  display: none;
}

#share-by-email .header {
  font-size: 1em;
}

#share-by-email .remove.icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #ccc;
  font-size: 1rem;
  margin: 0;
  z-index: 1;
}

#share-by-email .content {
  padding: 0.8rem 1.5rem;
  height: 500px;
}

#share-by-email .image {
  display: inline-block;
  width: 120px;
  height: 100px;
  margin-bottom: 10px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
}

#share-by-email .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#share-by-email .share-by-email-title {
  margin-left: 1rem;
}

#share-by-email .actions {
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem !important;
}

#share-by-email .actions .button {
  float: right;
  padding: 0.5rem;
}

#share-by-email .ui.form {
  margin: 0 1.5rem;
}

#share-by-email .ui.form textarea {
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  height: 5em;
  resize: none;
  min-height: 5em;
  max-height: 6em;
}

@media only screen and (min-width: 1200px) {
  #share-by-email {
    margin: 0 0 0 -250px;
  }
}


/* Share Icons */


/*.btn-share-wrap*/

.main-modal .content {
  padding-bottom: 0 !important;
}

.main-modal .actions {
  text-align: left !important;
  background-color: #fff !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.modal .btn-share-wrap span {
  display: inline-block;
  list-style: none;
  border: 1px solid #b7b7b7;
  border-radius: 100%;
  padding: 6px;
  transition: 1s;
  cursor: pointer;
}

.modal .btn-share-wrap span:hover .mail {
  color: #e4a602;
}

.modal .btn-share-wrap span:hover .facebook {
  color: #3b5998;
}

.modal .btn-share-wrap span:hover .twitter {
  color: #1da1f2;
}

.modal .btn-share-wrap span:hover .wechat {
  color: #13b63c;
}

.modal .btn-share-wrap span:hover .google {
  color: #dd4b39;
}

.modal .show-share-wrap,
.modal .hide-share-wrap {
  display: none;
}

.btn-share-wrap {
  display: inline-flex;
  line-height: 1.2;
  left: 11rem !important;
}

.btn-share-wrap .btn-share {
  font-size: 1rem !important;
}

.btn-share-wrap .email {
  color: #b7b7b7;
}

.btn-share-wrap .facebook {
  color: #b7b7b7;
}

.btn-share-wrap .twitter {
  color: #b7b7b7;
}

.btn-share-wrap .wechat {
  color: #b7b7b7;
}

.btn-share-wrap .google {
  color: #b7b7b7;
}

.btn-share-wrap i.icon {
  margin: auto !important;
}

.share-this {
  font-size: 0.83em;
  color: #b7b7b7;
  white-space: nowrap;
  padding-right: 1rem;
}

.share-button-elevator {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 1;
}

.elevator .share-this {
  display: none;
}

.elevator .btn-share-wrap {
  line-height: 1.2;
}

.elevator .btn-share-wrap li {
  list-style: none;
  padding: 6px;
}

.elevator .btn-share-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
}

.elevator .btn-share-wrap span {
  vertical-align: top;
  line-height: 32px;
  width: 48px;
  height: 48px;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: width 0.15s;
  /* Safari */
  transition: width 0.15s;
}

.elevator .btn-share-wrap span:hover {
  width: 60px;
}

.elevator .btn-share-wrap i {
  margin: 0;
  color: #fff;
}

.elevator .btn-share-wrap .email {
  background-color: #e4a602;
}

.elevator .btn-share-wrap i.facebook:before {
  content: "\f09a";
}

.elevator .btn-share-wrap .facebook {
  background-color: #3b5998;
}

.elevator .btn-share-wrap .twitter {
  background-color: #1da1f2;
}

.elevator .btn-share-wrap .wechat {
  background-color: #13b63c;
}

.elevator .btn-share-wrap .google {
  background-color: #dd4b39;
}

.elevator .show-share-wrap,
.elevator .hide-share-wrap {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 0.3em !important;
}

.elevator .btn-share-wrap.close {
  margin-right: -48px;
  transition: 0.5s;
}

.elevator .show-share-wrap {
  display: none;
}

.elevator .hide-share-wrap {
  margin: 0.5em 20px 0.5em 0;
}

.elevator .hide-share-wrap i {
  color: rgb(136, 136, 136);
}


/* .qrcode-alert */

.cu-modal.qrcode-alert {
  width: 25rem !important;
  margin: 0 0 0 -12.5rem !important;
}

.qrcode-alert .header {
  display: none !important;
}

.qrcode-alert .content {
  text-align: center;
}

.qrcode-alert #qr-wc {
  height: 13rem !important;
}

.qrcode-alert .content {
  padding: 20px 20px 0 20px !important;
}

.qrcode-alert .content img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 12rem;
}

/* semantic ui dialog css change */

/* .ui.small.modal .actions{
  border: none;
  background-color: #fff;
}

.ui.small.modal .header {
  border: none;
  font-weight: bold;
}
.ui.small.modal .content{
  font-size: 1.2em;
} */

/* #modal-post-review */

#modal-post-review p {
  font-size: 16px;
}

.ui.form .review-too-short {
  color: red;
  display: none;
  margin-top: 1em;
}

.review-rating {
  display: flex;
  padding-left: 20px;
}

#modal-post-review {
  width: 580px;
  height: 500px;
  border: 0;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5% auto !important;
}

#modal-post-review .header {
  height: 75px;
  background: linear-gradient(#0089dc, #016aaa);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.00rem 1.5rem;

}

#modal-post-review .header .write-review-icon {
  width: 24px;
  height: 24px;
  background-image: url(https://res.cloudinary.com/goopter/image/upload/v1492735090/admin/i_post_review.png);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

#modal-post-review .header .header-content {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

#modal-post-review>.content {
  padding: 16px;
}

#modal-post-review .content img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

#modal-post-review .content .blueimp-links a img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10%;
}


#modal-post-review .content .avatar {
  position: absolute;
}

#modal-post-review .content .content {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}

#modal-post-review .author {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 16px;
}

#modal-post-review .text {
  color: rgba(0, 0, 0, 0.54);
  padding-top: 4px;
}

#modal-post-review .actions {
  background-color: white;
  border: 0;
  padding: 16px 36px;
}

#modal-post-review .button {
  color: #fff !important;
  font-size: 1.22em !important;
  font-weight: bold !important;
  background: linear-gradient(#0089dc, #016aaa);
  min-width: 240px;
}

#modal-post-review .button:hover {
  background: linear-gradient(#0395ee, #007ecb);
}

#modal-post-review .ui.form {
  padding-left: 20px;
  padding-top: 16px;
  padding-right: 20px;
}

#modal-post-review .ui.form textarea {
  height: 5em;
  background-color: white;
  border: 1px solid #9e9e9e;
  color: rgba(0, 0, 0, 0.72);
  /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  white-space: pre-wrap;
  width: 100%;
}

#modal-post-review textarea:focus {
  border: 1px solid #4285f4;
}


/* .write-review button */

.ui.button.write-review {
  font-size: 12px;
  /*color:#4285F4 !important;*/
  font-weight: bold;
  margin: 0 .25em 0.2em 1em;
  padding: .6em 1.5em;
  cursor: pointer;
  color: white !important;
  background: linear-gradient(#0089dc, #016aaa);
}

.write-review>i {
  opacity: 1;
}

.ui.button.write-review a {
  color: white;
}

.ui.button.write-review:hover {
  background: linear-gradient(#0395ee, #007ecb);
}

.review-description {
  display: flex;
}

/* .confirm-modal */

.confirm-modal {
  border-radius: 3px !important;
  min-width: 450px;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 500px !important;
}

.confirm-modal .actions .ui.button.primary {
  border-radius: 3px !important;
}

.confirm-modal .actions .ui.button.primary:nth-child(1) {
  background-color: #eee !important;
  color: #666 !important;
  border: 1px solid #ccc;
}

.confirm-modal .actions .ui.button.primary:nth-child(2) {
  border: 1px solid #006cff !important;
}


/*#top-search-bar*/

#top-bar-wrap {
  margin-top: 3.5rem;
}

#top-bar-wrap>.container {
  text-align: center;
  position: relative;
}

#top-bar-logo {
  height: 100%;
  width: 200px;
  position: absolute;
  left: 0;
  background: url(https://res.cloudinary.com/goopter/f_auto,q_auto,c_limit,c_fit/goopter_logo3_dyiuq6.png) no-repeat;
  background-position: left bottom;
  background-size: 200px;
  cursor: pointer;
}


/*#top-search-bar*/

#top-search-bar {
  color: #fff;
  text-align: center;
  display: inline-block;
}

#top-search-bar-input {
  border: 4px solid #fc5f00;
}

#top-search-bar-input>* {
  vertical-align: top;
}

#top-search-bar .cu-input,
#top-search-bar input {
  width: 17.64rem !important;
  height: 2.57rem !important;
  line-height: 1.8rem !important;
  border: 0 !important;
  vertical-align: top;
}

#top-search-bar-input .top-search-bar-item {
  display: inline-block;
  height: 2.57rem !important;
  line-height: 2.7rem;
  background-color: #fff;
  color: #000;
  border: 0;
  box-shadow: none;
}

#top-search-bar-input span.top-search-bar-item {
  padding: 0 0.6rem;
  position: relative;
}

#top-search-bar-input>.top-search-bar-item>div.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
  width: 100%;
}

#top-search-bar-input>span:nth-child(1),
#top-search-bar-input>span:nth-child(3) {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  color: #999;
  font-size: 1.2rem;
}

#top-search-bar-input>span:nth-child(3):before {
  content: '';
  width: 1px;
  background-color: #eee;
  max-height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#btn-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: #fc5f00 !important;
  line-height: 2.6rem;
  padding: 0 1.07rem;
  position: relative;
  margin: 0;
  color: #fff !important;
}

#btn-search.loading {
  color: #fc5f00 !important;
}

#btn-search.loading:before {
  border-color: rgba(255, 255, 255, .15);
}

#btn-search.loading:after {
  border-color: #fff transparent transparent;
}

#btn-search[disabled='disabled'] {
  opacity: 1 !important;
}


/* #top-search-bar-cats */

#top-search-bar-cats {
  text-align: left;
}

#top-search-bar-cats .buttons {
  display: inline-block;
  vertical-align: bottom;
  border: 0;
}

#top-search-bar-cats button {
  border: 0;
  color: #fc5f00 !important;
  border-radius: 0;
  vertical-align: bottom;
}

#top-search-bar-cats button.active {
  background-color: #fc5f00 !important;
  color: #fff !important;
}


/* #cats-nav */

#cats-nav {
  background-color: #1db9ab;
  color: #fff;
  height: 2.85rem;
  margin-top: 1.5rem !important;
  font-size: 1.14rem;
  text-align: left;
}

#cats-nav>div {
  padding: 0 !important;
}

#cats-nav .cu-table .left-wrap,
#cats-nav .cu-table .right-wrap {
  padding: 0;
}

#cats-nav .cu-table .left-wrap {
  width: 15rem !important;
}

#cats-nav .cu-table .right-wrap {
  background-color: #2bb8aa;
}

#cats-nav .cu-table a {
  padding: 0 1.285rem;
  display: inline-block;
  height: 2.85rem;
  line-height: 2.85rem;
  color: #fff;
}

#cats-nav .cu-table .left-wrap {
  padding-left: 1.5rem;
}

#cats-nav .cu-table .right-wrap a {
  cursor: pointer;
}

#cats-nav .cu-table .right-wrap a:hover,
#cats-nav .cu-table .right-wrap .cats-nav-items.active {
  background-color: #00c3b0;
}


/*#page-footer*/

#page-footer {
  margin: 2rem 0;
  font-size: 11px;
  line-height: 1.465;
  text-align: center;
  border-bottom: 0;
}

#page-footer,
#page-footer:before {
  height: 44px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
  z-index: 0;
  zoom: 1;
}

#page-footer .a-link-normal {
  margin: 0.5rem;
}

.auto-size {
  width: 480px;
}

.in-feed-ad {
  width: 360px;
}

.horizontal-970x250 {
  width: 970px;
  height: 250px;
}

.leaderboard-728x90 {
  width: 728px;
  height: 90px;
}

.large-leaderboard-970x90 {
  width: 970px;
  height: 90px;
}

.square-250x250 {
  width: 250px;
  height: 250px;
}

.vertical-160x600 {
  width: 160px;
  height: 600px;
}

.large-skyscraper-250x600 {
  width: 250px;
  height: 600px;
}

.large-mobile-banner-320x50 {
  width: 320px;
  height: 50px;
}

.horizontal-medium-468x15 {
  width: 468px;
  height: 15px;
}

.in-article-ads {
  width: 400px;
}

.responsive {
  width: 100%;
  height: 90px;
}

.large-Rectangle-378x256 {
  width: 378px;
  height: 256px;
}

.ui.ad.center {
  margin: 0 auto;
}

.ui.ad.topmargin {
  margin-top: 25px;
}

.custom-838x200 {
  width: 838px;
  height: 200px;
}


/* cu-pagination */

.cu-pagination {
  margin: 2rem 0 !important;
  text-align: right;
}

.cu-pagination .pagination {
  min-height: 1rem !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0.5rem;
}

.cu-pagination a {
  display: inline-block !important;
  line-height: 1.6rem !important;
  font-size: 0.85rem;
  border: 1px solid #eee !important;
  min-width: 1rem !important;
  padding: 1px !important;
  margin-left: 0.28rem;
  cursor: pointer;
  width: 1.78rem;
  height: 1.78rem;
  text-align: center;
  border-radius: 0;
  vertical-align: top;
}

.cu-pagination a.active {
  background-color: #0089dc !important;
  color: #fff !important;
  border: 0 !important;
}

.cu-pagination a.disabled {
  color: #ddd;
  cursor: default;
}

.cu-pagination a[page="0"] {
  border: 0 !important;
}


/*amazon option style*/

#option-list .option-list-item .cu-amazon-option-button {
  border: 1px solid #E0E0E0 !important;
  cursor: pointer !important;
  background-color: #fff !important;
  color: #111 !important;
  border-radius: 0;
}

#option-list .option-list-item .cu-amazon-option-button.active {
  border-color: #E47911 !important;
  background-color: #fefaf6 !important;
  color: #111 !important;
  font-weight: 600;
}

#option-list .option-list-item .cu-amazon-option-button.active:focus {
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5) !important;
}

/* password switch */
.password-switch {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  height: 24px;
  width: 24px;
  border: 0;
}

.password-switch input {
  display: none;
}

.password-switch svg {
  top: 0;
  left: 0;
}

.password-switch input~svg[status="checked"] {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  fill: rgb(255, 80, 0);
  height: 24px;
  width: 24px;
  transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  user-select: none;
}

.password-switch input~svg[status="unchecked"] {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
  height: 24px;
  width: 24px;
  transition: opacity 1000ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
  position: absolute;
  opacity: 1;
  user-select: none;
}

.password-switch input:checked~svg[status="checked"] {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  fill: rgb(255, 80, 0);
  height: 24px;
  width: 24px;
  transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  user-select: none;
}

.password-switch input:checked~svg[status="unchecked"] {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
  height: 24px;
  width: 24px;
  transition: opacity 650ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
  position: absolute;
  opacity: 0;
  user-select: none;
}

@-webkit-keyframes emph {
  10% {
    -webkit-transform: none;
    transform: none;
    opacity: .5
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes emph {
  10% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: .5
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.password-switch .point:before,
.password-switch .point:after {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: currentColor;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  will-change: transform, opacity;
  opacity: 0;
  left: -8px;
  top: -8px;
}

.password-switch input:checked~.point:before,
.password-switch input:not(:checked)~.point:after {
  -webkit-animation: emph 0.5s;
  animation: emph 0.5s;
  -webkit-animation-delay: inherit;
  animation-delay: inherit
}

/* product price */
/* .product-price {
  color: #B12704!important;
  font-size: 13px!important;
  line-height: 19px!important;
} */

/* For Materialize */
.input-field .select-wrapper input[readonly] {
  background-color: transparent !important;
}

/* .link-redirect */
.link-redirect {
  cursor: pointer;
}