:root{
--ck-highlight-marker-yellow: #fdfd77;
--ck-highlight-marker-green: #63f963;
--ck-highlight-marker-pink: #fc7999;
--ck-highlight-marker-blue: #72cdfd;
--ck-highlight-pen-red: #e91313;
--ck-highlight-pen-green: #180;
--ck-image-style-spacing:10px;
}
body {
padding-top: 56px;
font-family:"微軟正黑體","Helvetica Neue",Helvetica,Arial,sans-serif;
/* ckeditor5 */
--ck-z-default: 100;
--ck-z-modal: calc( var(--ck-z-default) + 999 );
}
body.modal-open {overflow: hidden!important;overflow-anchor: none;-ms-overflow-style: none;touch-action: auto;-ms-touch-action: auto;}

p:last-child {margin-bottom: 0;}
.navbar-custom .navbar-brand {padding-top:0px;padding-bottom:0px;}

.bg-color-1{background-color:#ea7066!important;}
.bg-color-2{background-color:#f0c24b!important;}
.bg-color-3{background-color:#b5d56a!important;}
.bg-color-4{background-color:#ea77ad!important;}
.bg-color-5{background-color:#84bed6!important;}
.bg-color-6{background-color:#a597e7!important;}
.color-bar .col-sm-1{height:3px;text-indent:-99999px;}
.testimonial-card .card-up{height:90px;}
.testimonial-card .avatar {width:90px;height:90px;}
@media (min-width: 576px) {
.testimonial-card .avatar {width:120px;height:120px;}
}
.img-responsive{max-width: 100%;height: auto;}
.center-block{display: block;margin-right: auto;margin-left: auto;}
.col-xs-3{width: 25%;}
.col-xs-4{width: 33.33333%;}
.card-body {
  flex:1 1 auto;
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.card-deck .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-multi-item .col-4 {
    float: left;
    width: 33.333333%;
    max-width: 100%;
}

.card-deck .card:not(:first-child) {
  margin-left: 5px;
}
.card-deck .card:not(:last-child) {
  margin-right: 5px;
}
.hidden-xs-up{display:none!important}@media (max-width:575px){.hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}

.card-body img, .groupbuy-descr-footer img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left:auto;
    margin-right:auto;
}

div[id^=item-] .card-body.view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.figure-caption {min-height:40px;}
.form-control-like {margin: .7rem 0 .18rem;}
.form-inline .form-check{padding-right:0.5rem}
select.form-control {
 -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding-left: 4px;
  line-height:1.2;
}
header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
}

.glyphicon-refresh-animate, .fa-refresh-animate {
	-animation: spin 1.2s infinite linear;
	-webkit-animation: spin2 1.2s infinite linear;
}
@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}

.gb-animated {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
}

.nav-tabs .nav-link {
    border: 0;
    color: #000;
    background-color: #fff;
    border-radius: 0px;
}

table.table-td-borderless td {border:0px;}
.tiny {font-size:50%;}

.itemset-section, .section {position:relative;}
/* form & input */
select {display:inline!important}
select.zipcode, select.county {display: block !important;}
.md-form.form-sm label {letter-spacing:1px;}
.md-form.form-sm label.active {font-size: 1.1rem;white-space: nowrap;}
.md-form.form-sm input {line-height: 1.5;}
.md-form.form-sm .prefix~select {margin-left: 2.2rem;}
.md-form .prefix~select {margin-left: 3rem;width: 92%;width: -webkit-calc(100% - 3rem);width: calc(100% - 3rem);}
.stepper .md-form.form-sm .prefix~.form-text,
.stepper .md-form.form-sm .prefix~label {margin-left: 1.2rem;}
.form-control-feedback {position:absolute; right:-20px; top:13px;}
.has-error .form-control-feedback, .help-block{color:#a94442;}
.has-success .form-control-feedback{color:#3c763d;}
 
.discount-label {z-index: 2;position: absolute;right:2px;}

@media only screen and (max-width:992px){.md-form .prefix~select{width:86%;width:-webkit-calc(100% - 3rem);width:calc(100% - 3rem)}}
@media only screen and (max-width:600px){.md-form .prefix~select{width:80%;width:-webkit-calc(100% - 3rem);width:calc(100% - 3rem)}}

.btn i {line-height:24px}
.btn-sm i {line-height:20px}
.btn-outline-light-grey{border:1px solid #ddd;color:#ddd!important;background-color:transparent}.btn-outline-light-grey.active,.btn-outline-light-grey:active,.btn-outline-light-grey:active:focus,.btn-outline-light-grey:focus,.btn-outline-light-grey:hover{background-color:transparent;color:#616161;border-color:#616161}

.mh-480 {max-height:480px}
/* For matching the height of the navbar. */
main { padding-top: 60px; min-height: calc(100vh - 420px); }
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	main {min-height:calc(100vh - 315px)}
}
@media (min-width: 992px) {
	main {min-height:calc(100vh - 283px);padding-top: 80px;}
}
@media (min-width: 1200px) {
	.container{max-width: 960px;}
}
@media (min-width: 1400px) {
	.d-xxl-none{display: none!important;}
}

.sticky-bottom{position:sticky;position:-webkit-sticky;bottom:0px;}

a.line-br {
	height: auto !important;
	line-height: 16px !important;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.ls-2 {
	letter-spacing: 2px !important;
}
.card-body-form{min-height:480px}
.gallery img{display:inline}
ol.carousel-indicators {margin-bottom:0px}
.carousel .carousel-indicators li {-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));}
.ck-content .table {width: auto;}
.select-wrapper+label {top: 7px !important;font-size: .8rem;}
.product-package .select-wrapper+label {display: none;}

.badge {-webkit-box-shadow: none!important;box-shadow: none!important;}
.badge-label {padding:.25rem;font-size:80%;line-height:1.5;letter-spacing:1px;white-space: normal;}
.badge-gift {background-color: #fd668c;padding: 6px;letter-spacing: 2px;font-size: 85%;}
.badge-oos {background-color: #6c757d;padding: 6px;letter-spacing: 2px;font-size: 85%;}
figure.image {margin:0px;}
figure.table table {margin-left: auto;margin-right: auto;}
.modal-header {padding: 16px 16px 8px 16px;}
.modal-header i {margin-right: 8px;}
.modal-dialog-no-header .modal-body {padding:0px;}
.modal-dialog-no-header .close {position: absolute;right: 4px;color: #fff;opacity: 1;font-size: 2rem;z-index:1;}
.card-footer {background-color: transparent;}

.text-shadow{-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));}
.nav-tabs{background-color:rgb(43, 187, 173)}
.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-link.active{background-color:rgba(255,255,255,.2);color:#fff;-webkit-transition:all 1s;transition:all 1s;border-radius:2px}
.md-form.form-sm .prefix {font-size:1.25rem;line-height:32px}
.badge-warning {background-color:#ff9800!important;}
.btn-floating{background-color: #a6c;}
footer.page-footer ul {list-style-type: none;padding: 0}
footer.page-footer {padding-top:1rem;position:relative;}
.pull-right {float: right;}
.fb_dialog.fb_customer_chat_bubble_pop_in {display: none !important;}
.fixed-action-btn {bottom:4px;right:0px;}
.fixed-action-btn ul {height:auto;transform: translate(0px, 300px);-webkit-transform: translate(0px, 300px);}
.fixed-action-btn ul li{margin-bottom:0px}
.fixed-action-btn.active ul {height: auto;transform: translate(0px, 0px);-webkit-transform: translate(0px, 0px);}
.btn-floating i.fab.fa-line, i.fab.fa-facebook-messenger {font-size: 1.75rem;}
.btn-md.btn-md-strong {font-size: 1rem;padding: .45rem 1.6rem;letter-spacing: 1px;font-weight: 500;}
/*ck-editor*/
.marker-green{background-color:var(--ck-highlight-marker-green)}.marker-pink{background-color:var(--ck-highlight-marker-pink)}.marker-blue{background-color:var(--ck-highlight-marker-blue)}.pen-red{color:var(--ck-highlight-pen-red)}.pen-green,.pen-red{background-color:transparent}.pen-green{color:var(--ck-highlight-pen-green)}
.text-tiny {font-size: .7em;}
.text-small {font-size: .85em;}
.text-big {font-size: 1.4em;}
.text-huge {font-size: 1.8em;}
.tag-group-title {font-size: 0.8rem;font-weight: 300;padding: 0.25rem 0;color: #757575;}
figure.image {clear: both;text-align: center;}
figure.image-style-align-left {float: left;margin-right: var(--ck-image-style-spacing);}
figure.image-style-align-right {float: right;margin-left: var(--ck-image-style-spacing);}
figure.image-style-align-left, figure.image-style-align-right {max-width: 50%;}
.swiper-container.home-banner {width:100%}

.js-itemset-2 .card-deck.banner-itemset .card-body {padding: 0;}

.zindex-lightbox {z-index: 6500;position: relative;}

/* Tab style */
#menuTreeTab .list-group-item.list-group-item-action {
    margin-right: .4rem;
    background-color: #f3f3f3;
    border: none;
}
#menuTreeTab .list-group-item.list-group-item-action:last-child {
    margin-right: 0;
}
#menuTreeTab .list-group-item.list-group-item-action.active {
    background-color: #f2a8b7;
}

/* Swiper */

.swiper-button-lg {
	padding: 3.5rem !important;
    margin-top: -3.5rem;
}

.swiper-button-next.swiper-button-lg {
	background-position-x: right;
}

.swiper-button-prev.swiper-button-lg {
	background-position-x: left;
}

.swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20100%20100'%20fill%3D'%23f0f0f0'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'100%25'%20height%3D'100%25'%20rx%3D'5'%20fill%3D'%2321252947'%2F%3E%3Cpolygon%20points%3D'28%2C20%2082%2C50%2028%2C80'%20style%3D'fill%3Awhite%3Bstroke%3Awhite%3Bstroke-width%3A1'%20%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20100%20100'%20fill%3D'%23f0f0f0'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'100%25'%20height%3D'100%25'%20rx%3D'5'%20fill%3D'%2321252947'%2F%3E%3Cpolygon%20points%3D'19%2C50%2073%2C20%2073%2C80'%20style%3D'fill%3Awhite%3Bstroke%3Awhite%3Bstroke-width%3A1'%20%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 576px) {
	.home-banner.swiper-container .swiper-button-next.swiper-button-white,
	.home-banner.swiper-container .swiper-button-prev.swiper-button-white {
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}
}
@media (min-width: 992px) {
	.home-banner.swiper-container .swiper-button-next.swiper-button-white,
	.home-banner.swiper-container .swiper-button-prev.swiper-button-white {
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}

.swiper-button-disabled.pe-auto {
	pointer-events: auto!important;
	display: none;
}

.carousel-thumbnails-gallery .swiper-container .swiper-slide .view {
	display: flex;
	align-items: center!important;
}

.js-itemset-2 .swiper-slide {height:auto!important;}
.js-itemset-2 .swiper-slide .card-deck.item-set {height: 100%;}

article {letter-spacing:0.1em;}
postCategory article {margin: 1rem 0;}

.post-header {}
.post-banner {border-radius: 0.3rem;margin-top: 20px;}
.post-more {text-align: right;font-size:0.9rem;}
.post-more>a {border-bottom: 1px solid;}

.post-datePost {
    padding-top: 10px;
    border-bottom: 1px solid;
    text-align: center;
    width: 75%;
    min-width:300px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.postCategory-title {
    font-size: 1rem;
    border: 1px solid;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.3rem;
    letter-spacing:0.1rem
}

.post-datePost div{
    position: relative;
    top: 10px;
    display: inline-block;
    background-color: white;
    padding: 0 20px;
    font-size:0.5rem;
}

.post-title{font-size:1rem;font-weight:400;margin-bottom:1rem;text-align:left;}

.post-tags, .post-tags-group {
    display: -ms-flexbox!important;
    display: flex!important;
    flex-wrap: -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    font-size: 0.75rem;
}

.post-author{
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 0.5rem;
    margin-right: 1rem;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 18px;
}

.post-tag{
    border: 1px solid;
    padding: 0.2rem;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
    margin-bottom: 6px;
}

.post-summary {
	overflow: hidden;
	font-size:0.9rem;
	font-weight:300;
    line-height: 1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 5.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 1rem 0;
}

.post-1 .post-content {
	display: -webkit-box;
	max-height: 80px;
	overflow-y: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.post-2 .post-content {
	display: -webkit-box;
	max-height: 80px;
	overflow-y: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.post-2 .post-datePost {
	min-width: auto !important;
	width: 100% !important;
}

.md-toast-message a,.md-toast-message label,.md-toast-close-button,#toast-container>div {letter-spacing:2px;font-size:1.2rem;color:white;}.md-toast-title {font-weight: 400}.md-toast-message {word-wrap: break-word}.md-toast-message a:hover {color: #ccc;text-decoration: none}.md-toast-close-button {position: relative;top: -.3em;right: -.3em;float: right;font-size: 1.25rem;font-weight: 400;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=80);opacity: .8}.md-toast-close-button:hover,.md-toast-close-button:focus {text-decoration: none;cursor: pointer;filter: alpha(opacity=40);opacity: .4}button.md-toast-close-button {padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none}.md-toast-top-center {top: 0;right: 0;width: 100%}.md-toast-bottom-center {right: 0;bottom: 0;width: 100%}.md-toast-top-full-width {top: 0;right: 0;width: 100%}.md-toast-bottom-full-width {right: 0;bottom: 0;width: 100%}.md-toast-top-left {top: 12px;left: 12px}.md-toast-top-right {top: 12px;right: 12px}.md-toast-bottom-right {right: 12px;bottom: 12px}.md-toast-bottom-left {bottom: 12px;left: 12px}#toast-container {position: fixed;z-index: 999999}#toast-container * {-webkit-box-sizing: border-box;box-sizing: border-box}#toast-container>div {position: relative;width: 18.75rem;padding: 15px 15px 15px 50px;margin: 0 0 6px;overflow: hidden;filter: alpha(opacity=95);background-repeat: no-repeat;background-position: 15px center;-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);opacity: .95}#toast-container>:hover {cursor: pointer;filter: alpha(opacity=100);-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);opacity: 1;-webkit-transition: .45s;transition: .45s}#toast-container.md-toast-top-center>div,#toast-container.md-toast-bottom-center>div {width: 18.75rem;margin: auto}#toast-container.md-toast-top-full-width>div,#toast-container.md-toast-bottom-full-width>div {width: 96%;margin: auto}.md-toast {background-color: #030303}.md-toast-success {background-color: #00c851;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}.md-toast-error {background-color: #ff3547;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}.md-toast-info {background-color: #33b5e5;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}.md-toast-warning {background-color: #fb3;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}.md-toast-progress {position: absolute;bottom: 0;left: 0;height: 4px;background-color: #000;filter: alpha(opacity=40);opacity: .4}
.md-toast-top-right {top:78px;}
.salesrule {display: inline-block;border: solid 1px;background-color: #ffffffcc;letter-spacing: 1px;font-size: .85rem;margin: 8px 2px;font-weight: 400;border-radius: 4px;padding: 8px;}
.salesrule i {margin-right:4px;}
.salesrule-item{border: solid 1px #fd668c;color:#fd668c;}
.salesrule-itemset{border: solid 1px #33b5e5;color:#33b5e5;}

.btn-buynow {
	background-color: rgba(66, 133, 244, .1) !important;
	border: 1px solid #4285f4;
	border-radius: .25rem!important;
    color: #4285f4;
    padding: .5rem 1rem!important;
}
.btn-buynow:disabled {display:none;}
.gb-item-short-descr i.far.fa-clone {
	font-size: 10px;
	margin-left: .25rem;
}
.gb-item-short-descr > button {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1rem 0;
	margin: 0;
}
.gb-item-short-descr-row .gb-item-short-descr:nth-child(2n)	 {
    border-top: 1px solid #dee2e6;
}

.tab-content p {letter-spacing:2px;padding:0 16px;}

.item-img { object-fit: contain; }

.nav-item .container {
    display: block;
}

.dropdown-menu.mega-menu.mega-menu-fit {
    width: fit-content !important;
    left: auto;
    background-color: transparent !important;
}

.dropdown-menu.mega-menu.mega-menu-fit [class^=col-] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.dropdown-menu.mega-menu.mega-menu-fit .card {
    max-height: 66.67vh;
    height: fit-content !important;
    overflow-y: auto !important;
}

/* Member page left console style */
.left-side-fixed {position: fixed;}
.member-left-console {display: none;}
/* 480 and 570 comes from the .container style. */
@media (min-width: 1200px) {
    .left-side-fixed {right:calc(50vw + 480px); top:200px;}
    .member-left-console {display:block;}
}
@media (min-width: 1400px) {.member-left-console {width:200px;}}
@media (min-width: 1600px) {.left-side-fixed {right:calc(50vw + 570px);}}
.member-left-console i {margin-right:.25rem;}

/* Member page bottom console style */
@media (min-width: 1200px) {.member-bottom-console {display: none;}}
.member-bottom-console {background-color: rgba(230,230,230,1);}

.member-bottom-console-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (min-width: 576px) {
	.member-bottom-console-wrapper {
    	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.member-bottom-console-cell {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: .65rem;
}

.member-bottom-console span {
	font-weight: 300;
    font-size: .8rem;
}

.member-bottom-console i {margin-bottom:.25rem;}

/* Royalty Card */
.royalty-card-front,
.royalty-card-back {
	width:100%;
	height:auto;
}

.top-left {
	position:absolute;
	top:10%;
	left:7%;
}

.middle-right {
	position:absolute;
	top:40%;
	right:7%;
}

ul.middle-right,
ul.top-left {
	list-style: none;
	padding-left: 0;
}

.card-not-active-box {
	position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.card-not-active {
    font-weight: 900;
    font-size: 2em;
}

.data-result {
	font-size: 80%;
    font-weight: 400;
}
.data-result__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.data-result__select {
	border-color: #d7d7d7;
	padding: .25rem 2rem .25rem 0;
}
.data-result__select-label {
	padding-right: .5rem;
}

.item-shortDescr1 ul {padding-inline-start: 0px;letter-spacing: 1px;}
.product-section, .product-section span {letter-spacing: 1px;}
.product-section item-salesRules {margin: 0.2rem 0.4rem 0.2rem 0}
footer.page-footer {letter-spacing: 1px;}
footer.page-footer li {padding-left: 4px;padding-right: 4px;}
footer.page-footer .d-md-flex {flex-wrap: wrap;}