#nav-si { left: 0; right: 0; } .nav-block.sticky-top { background-color: rgba(255, 255, 255, 0); transition-duration: 1s !important; box-shadow: none; width: 100%; left: 0; right: 0; z-index: 1000; } .nav-block.sticky-top.active { top: 0; background-color: rgba(255, 255, 255, 1); transition-duration: 1s !important; } .nav-bar { background-color: transparent; } /* .nav-block .navbar { background: transparent !important; position: absolute; left: 0; right: 0; z-index: 3; padding-top: 20px; } */ .nav-block.sticky-top.active .nav-block { padding-top: 0; background-color: rgba(255, 255, 255, 0.95) !important; border-bottom: solid 2px #000; z-index: 999; } .nav-block.sticky-top.active .logo.black { display: block !important; margin-left: auto; margin-right: auto; } .nav-block.sticky-top.active { transition-duration: .3s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .navbar-brand { display: block; width: 100%; max-width: 250px; padding: 0; } .navbar-brand .nav-log-sm { display: none; } .nav-block.active .navbar-brand { max-width: 125px; } .nav-block.sticky-top .nav-logo-lg { max-width: 275px; max-height: 60px; } .nav-block.sticky-top .nav-logo-sm { display: none; } .nav-block.sticky-top.active .nav-logo-lg { display: none; } .nav-block.sticky-top.active .nav-logo-sm { display: block; } @media (max-width: 992px) { .nav-block.sticky-top.active .nav-logo-lg { display: none; } .nav-block.sticky-top.active .nav-logo-sm { display: block; } } @media (max-width: 992px) { .navbar-brand { margin: auto; display: block; text-align: center; } .fn-ckedit img { z-index: 0; } } .menu-close-btn { line-height: 45px; text-align: left; font-size: 24px; } .navbar-toggler { position: absolute; border: 0; left: auto; right: 1rem; top: 50%; margin-top: -16px; height: 32px; width: 32px; padding: 6px 17px; box-sizing: border-box; cursor: pointer; outline: none; background-color: transparent; transition-duration: .5s; z-index: 1061; } .navbar-toggler:focus { outline: none; } .toggle-bar, .toggle-bar:after, .toggle-bar:before { cursor: pointer; border-radius: .5px; height: 2px; width: 20px; background: #333; position: absolute; display: block; content: ''; } .toggle-bar { top: 50%; left: 50%; transform: translate(-50%, -50%); transition-duration: .5s; } .toggle-bar:before { top: -7px; transition-duration: .5s; } .toggle-bar:after { top: 7px; transition-duration: .5s; } .navbar-toggler.trigger { background-color: transparent; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar, .navbar-toggler.trigger .toggle-bar:after, .navbar-toggler.trigger .toggle-bar:before { background-color: #333; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar { background-color: transparent !important; transition-duration: .5s; transform-origin: center center; } .navbar-toggler.trigger .toggle-bar:before { transform: rotate(45deg); transform-origin: left center; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar:after { transform: rotate(-45deg); transform-origin: left center; transition-duration: .5s; } .nav-item, .menu-item { padding: 0; transition-duration: .3s; transition-property: color; } #nav_block .menu-item:not(:last-child) { margin-bottom: 0.5rem; } #nav_block .nav-link { word-break: keep-all; white-space: nowrap; margin: 0; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: #333; } #nav_block .menu-link { padding-right: 2rem; margin: 0; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: #333; } .menu-link.par-menu { padding-right: 40px; } .navbar-nav .item-wrapper > .menu-caret { align-self: center; } #nav_block .nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } .nav-menu .item-wrapper>.menu-caret { width: 24px; max-width: 24px; } @media (min-width:993px) { #nav_block .nav-item.active>.item-wrapper { } #nav_block .nav-item>.item-wrapper::before { content: ''; position: absolute; width: 0; height: 3px; left: 50%; top: auto; bottom: -4px; transform: translateX(-50%); background-color: var(--defclr); transition-property: width color; transition-duration: 0.4s; } #nav_block .nav-item.active>.item-wrapper::before, #nav_block .nav-item:hover>.item-wrapper::before { width: 40px; transition-duration: 0.4s; } #nav_block .nav-item.active>.item-wrapper>.nav-link { color: var(--defclr); } } .menu-caret .fa { transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; } .menu-caret.trigger .fa { transition-duration: .3s; transform: rotate(-180deg); } .nav-menu.nav-level-1 .menu-caret .fa {} .menu-link:hover { border-left: 3px solid rgba(0, 112, 172, 1); } .nav-block .nav-menu { min-width: 240px; display: block; visibility: hidden; border-radius: 0; border: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); transition-duration: .3s; margin-top: 30px; opacity: 0; } .nav-block .nav-menu.show { visibility: visible; transition-duration: .3s; margin-top: 0px; opacity: 1; } @media (min-width:993px) { .nav-block .nav-menu { position: absolute; border-radius: 0.25rem; border: 1px solid #EEE; } } .nav-menu.nav-level-2 { left: 100%; right: auto; top: 0; } @media (max-width: 992px) { .nav-bar { box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.3); ; background: #FFF; } .navbar-nav { min-width: 280px; } #nav_block .nav-item.active { background-color: #DDD; color: #333; } #nav_block .nav-item { border-bottom: 1px solid #DDD; padding: 4px; } .menu-item.active:not(.trigger)>.item-wrapper { background-color: var(--defclr); border-radius: 0.25rem; } .menu-item.active:not(.trigger)>.item-wrapper>* { color: #FFF !important; } .menu-caret:hover { color: #000; } #nav_block .nav-item.active>.item-wrapper>.nav-link, #nav_block .nav-item.active>.item-wrapper>.nav-link:hover, #nav_block .menu-item.active>.item-wrapper>.menu-link, #nav_block .menu-item.active>.item-wrapper>.menu-link:hover { } #nav_block .nav-link { margin: 0; } .menu-link { padding-left: 40px; } .nav-level-2 .menu-link { padding-left: 60px; } #nav_block .nav-menu.nav-level-1>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 1rem; } #nav_block .nav-menu.nav-level-2>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 2rem; } #nav_block .nav-menu.nav-level-3>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 3rem; } /* .nav-link:hover { border-left: 3px solid rgba(0,112,172,1); } */ .nav-block .nav-menu { display: none; visibility: visible; box-shadow: none; transition-duration: initial; margin-top: 0; opacity: 1; } .nav-block .nav-menu.show { display: block; transition-duration: initial; } } @media (max-width:992px) { #nav_block .menu-link { max-width: 300px; } #nav_block .menu-link>span { white-space: normal; line-height: normal; display: inline-block; padding-top: 0.5rem; } } /* body.home .nav-block.sticky-top .logo { display: none !important; } body.home .nav-block.sticky-top .logo.black { display: inline-block !important; } body.home .nav-block.sticky-top .nav-item .menu-caret, body.home .nav-block.sticky-top .nav-link { color: #222 !important; } body.home .nav-block .navbar { position: relative; }*/ .breadcrumb { border-bottom: 1px solid #CCC; margin-bottom: 0; padding-top: 6px; padding-bottom: 6px; } .crumb { padding-right: 6px; color: #222; transition-duration: .6s; text-decoration: none; } .crumb:hover { color: #d1a17a; transition-duration: .6s; text-decoration: none; } .crumb:after { font-family: FontAwesome; content: '\f105'; margin-left: 6px; color: #222; } .crumb:last-child:after { font-family: FontAwesome; content: ''; margin-left: 0; } .breadcrumb .container { line-height: 32px; }:root { --defclr: #c79f2f; --defclr-hover: rgba(178, 150, 73, 0.7); --defclr-light: #cfb87a; --theme-color-1: #c79f2f; --theme-color-1-1: rgba(178, 150, 73, 0.7); } a { color: unset; } #nav-user-t a, #nav-user-t a:link { color: var(--defclr); } a:hover { color: var(--defclr-light); } img { max-width: 100%; height: auto; } .overflow-hidden { overflow: hidden; } .container .container { padding: 0; } .btn-default { color: #FFF; background-color: var(--defclr); border-color: var(--defclr); } .btn-outline-default { color: var(--defclr); background-color: transparent; background-image: none; border-color: var(--defclr); } .btn-default:hover, .btn-outline-default:hover { color: #fff; background-color: var(--defclr-hover); border-color: var(--defclr-hover); } .flex-card-header { display: block; } .empty-hidden:empty { display: none; } .indent-cont { display: block; max-width: 830px; margin-left: auto; margin-right: auto; } .bg-top-shadow { box-shadow: inset 0px 2px 3px rgba(20%, 20%, 40%, 0.2); } .btn:not(.normal) { border-radius: 0; padding-right: 3.75rem; box-sizing: border-box; overflow: hidden; transition: all .5s; } .btn:not(.normal):before { content: ''; position: absolute; left: -50px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #fff; transition: all .5s; } .btn:not(.normal):after { content: ''; position: absolute; right: 14px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #c1c1c1; transition: all .5s; } .btn:not(.normal):hover { padding-left: 3.75rem; padding-right: 0.75rem; transition: all .5s; } .btn:not(.normal):hover:before { left: 0px; transition-delay: .2s; background: #c1c1c1 } .btn:not(.normal):hover:after { right: -50px; width: 0px; } #pagearea .break-inside-avoid { outline: 1px dotted #CCC; background-color: rgba(0, 255, 100, 0.1); } .break-inside-avoid { display: grid; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .dotted-btm { border-bottom: 2px dotted #DDD; } .step-wrap { counter-reset: my-sub-counter; } .step-row { counter-reset: my-sec-counter; } .step-block { padding: 1.25rem; height: 100%; } .step-block::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); position: absolute; bottom: 50px; right: 5px; color: #E8E8E8; font-family: Arial; font-style: italic; font-size: 8em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } .step-block::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px dotted #CCC; } .step-topic::before { content: '步驟'counter(my-sub-counter); counter-increment: my-sub-counter; position: relative; display: inline-block; font-family: 'Allura', '微軟正黑體'; font-size: 1rem; } .en .step-topic::before { content: 'Step'counter(my-sub-counter); } .step-topic>span.fa { font-size: 18px; margin-left: 0.25rem; margin-right: 0.25rem; color: #990000; } .step-topic>span { font-size: 1rem; } .step-text { color: #999; } .entre-row { counter-reset: block-counter; } .entre-row .card-body { text-align: center; } .entre-row .card-title::before { content: 'STEP 'counter(block-counter); counter-increment: block-counter; position: relative; display: inline-block; } .slick-dots { position: absolute; bottom: 30px; } .slick-arrow { z-index: 10; } .products-carousel { max-width: 420px; margin: auto; } /* .slider-syn { width: 100%; } .slider-syn .items-view { margin-bottom: 1rem; } .slider-syn .slider-nav .slick-slide { margin: 0.5rem; } .slider-syn .slider-nav .slick-list { margin: -0.5rem; } */ .slider-syn .slider-nav .items-block { cursor: pointer; border: dotted 1px #CCC; } .slick-arrow { cursor: pointer; width: 32px; height: 32px; } .slick-prev { left: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-next { right: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-prev::before { content: ''; display: block; width: 32px; height: 32px; background-image: url(/images/icons/arrow-bl.png); background-size: cover; } .slick-next:before { content: ''; display: block; width: 32px; height: 32px; background-image: url(/images/icons/arrow-br.png); background-size: cover; } .slider-syn .slider-nav .slick-slide.slick-current .items-block { border: solid 1px #000; } .slider-syn .items-view { margin-bottom: 1rem; } .items-view .items-block, .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; } #gotop { display: none; position: fixed; right: 20px; bottom: 30px; width: 40px; height: 40px; line-height: 32px; text-align: center; font-size: 25px; background: rgba(0, 0, 0, .36); color: #FAFCFD; cursor: pointer; z-index: 80 } #gotop>span.fa { top: -5px; } #gotop>.txt { position: absolute; width: 100%; line-height: normal; font-size: 12px; bottom: 5px; text-align: center } .wdg-contact-wrap { position: absolute; left: 0; top: 100px; padding: 0.25rem; margin-top: 1rem; background-color: rgba(0, 0, 0, 0.4); color: #FFF; font-size: 12px; transition-duration: .6s; transition-timing-function: ease-out; z-index: 3000; } .wdg-contact-wrap.hide { left: -55px; transition-duration: .6s; transition-timing-function: ease-out; } .wdg-contact-wrap .wdg-switch { display: block; left: 0; line-height: 32px; text-align: center; transition-duration: .6s; font-family: FontAwesome; } .wdg-contact-wrap .wdg-switch::before { content: '\f060'; } .wdg-contact-wrap.hide .wdg-switch { width: 28px; line-height: 60px; left: 100%; background-color: rgba(0, 0, 0, 0.4); transition-duration: .6s; transition-delay: .3s; } .wdg-contact-wrap.hide .wdg-switch::before { content: '\f061'; } .wdg-contact-wrap .wdg-link:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.4); } .wdg-contact-wrap .wdg-link { display: block; } .wdg-contact-wrap .wdg-icon { display: block; width: 45px; height: 45px; text-align: center; margin: auto; } .wdg-contact-wrap .wdg-icon:before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .wdg-contact-wrap .wdg-icon>img { max-width: 32px; max-height: 32px; display: inline-block; vertical-align: middle; } .invalid-feedback { font-size: 14px; color: #FF3F00; position: absolute; right: 14px; bottom: 0; pointer-events: none; } .invalid-feedback .list-unstyled { margin: 0; } .has-error .form-input { box-shadow: 0 0 1px 1px #FF3F00 inset; } .help-block { font-size: 14px; color: #FF3F00; position: absolute; right: 24px; bottom: 0; pointer-events: none } .help-block .list-unstyled { margin: 0 }.footer { background: #343A40; padding: 2rem; color: #FFF; font-size: 0.929em; } .footer .brand-logo { max-width: 200px; max-height: 60px; width: auto; } @media (min-width:993px) { .footer .contact-col { max-width: 300px; } } @media (max-width:576px) { .footer { padding: 2rem 0 60px; } } .footer .footer-text { margin-top: 1.6rem; } .footer .footer-text>li { margin-bottom: 12px; position: relative; } .footer .footer-text>li>* { line-height: 20px; } .footer .footer-text .contact-icon { margin-right: 10px; } .footer .copyright { font-size: 0.875rem; color: #AAA; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 0.5rem; } .footer .service h3 { font-size: 1rem; text-align: left; padding-bottom: 0.5rem; color: #FFF; border-bottom: solid 1px rgba(255, 255, 255, 0.7); width: 100%; } .footer .service h3::before { content: ''; position: absolute; width: 20px; height: 4px; background-color: #f00; bottom: -2px; } .footer .service li { padding: 0.6rem 0 0 0; font-size: 0.8rem; line-height: 110%; } .footer a { color: #FFF; } .footer .service .list-unstyled a { color: #CCC; } .footer .service .list-unstyled a:hover { color: #D0A600; } .footer-pall .rd-parallax-layer[data-type=media]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(50, 50, 50, 0.5); } .footer-pall .pg-title { margin-bottom: 3rem; } .footer-pall-html .social-icon-img { width: 80px; max-width: 100%; } .footer-pall-html .social-icon { display: inline-block; width: 5rem; height: 5rem; border-radius: 50%; }.home-carousel .slick-prev { left: 25px; } .home-carousel .slick-next { right: 25px; } .home-carousel .items-block>img { width: 100%; } @media (max-width:544px) { .home-carousel .slick-prev { left: 1rem; } .home-carousel .slick-next { right: 1rem; } }article { background-repeat: repeat-y; background-position: right; } .banner-section .banner-inner-bg { background-size: cover; background-repeat: no-repeat; background-position: center; padding-bottom: 20%; width: 100% !important; } .banner-section .vertical-center { top: auto; left: 50%; transform: translateX(-50%); bottom: 3vw; } .banner-section .topic-wrap h3 { font-family: 'Michroma', sans-serif; font-size: 3.5vw; font-weight: bold; text-shadow: 0.3vw 0.3vw 0.5vw rgba(0, 0, 0, 0.5); } .pg-title { font-size: 2.2rem; color: #005CB9; font-weight: 700; } @media(max-width:992px) { .pg-title { font-size: 2rem; } .banner-section .banner-inner-bg { padding-bottom: 40%; } .banner-section .topic-wrap h3 { font-size: 4.5vw; } } @media(max-width:768px) { .pg-title { font-size: 1.75rem; } } @media(max-width:576px) { .pg-title { font-size: 1.5rem; } .banner-section .topic-wrap h3 { font-size: 5vw; } } @media(max-width:464px) { .pg-title { font-size: 1.2rem; } .banner-section .topic-wrap h3 { font-size: 6vw; } } .slick-slide { outline: none !important; } .page-list-row .item-info-wrap { padding-top: 0.5rem; } .page-list-row .item-info-wrap>.name { display: inline-block; color: #666; margin-bottom: 0; } .page-list-row .item-wrap { padding: 8px; border: 1px solid #EEE; border-radius: 4px; height: 100%; } .page-list-row .description { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; overflow: hidden; color: #FFF; } .page-list-row .description .ani-list { transform: translateX(50%); opacity: 0; transition-duration: .4s; } .page-list-row .box:hover .ani-list { transform: translateX(0); opacity: 1; transition-duration: .4s; } .page-list-row .box .ani-list:nth-child(1) { transition-delay: .4s; } .page-list-row .box .ani-list:nth-child(2) { transition-delay: 0.6s; } .page-list-row .box .ani-list:nth-child(3) { transition-delay: 0.8s; } .page-list-row .box .ani-list:nth-child(4) { transition-delay: 1.0s; } .page-list-row .box .ani-list:nth-child(5) { transition-delay: 1.2s; } .page-list-row .box .ani-list:nth-child(6) { transition-delay: 1.4s; } .page-list-row .box .ani-list:nth-child(7) { transition-delay: 1.6s; } .page-list-row .cate { color: #FFF; } .about-img { border: 6px #FFF solid; border-radius: 80px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .brand-sect { background-size: 100% auto; background-repeat: no-repeat; } .brand-sect::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(/images/content/about_bg_full.jpg); z-index: -1; } .brand-block { margin-top: 15%; margin-left: 6%; width: 60%; } @media (max-width:992px) { .brand-block { width: 700px; } } @media (max-width:768px) { .brand-block { width: auto; margin-left: auto; } } .content-sys { margin: 2.5rem auto; } .idx-row { counter-reset: block-counter; } .idx-col .card-body { margin: 0; padding: 0; } .idx-col .card-index { flex: 0 0 auto; width: auto; max-width: none; margin: 0; padding-right: 0.5rem; } .idx-col .card-index::before { content: counter(block-counter); counter-increment: block-counter; font: 8rem 'arial'; font-style: italic; color: #DDD; line-height: 8rem; } .idx-col .card-text { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-top: 1rem; color: #666; } .numberlist ol { counter-reset: li; list-style: none; margin-bottom: 1rem; text-align: left; padding-left: 1rem; } .numberlist li { position: relative; display: block; padding: 1em 1em 1em 3em; *padding: .4em; margin: .5em 0; background: #fff; color: #444; text-decoration: none; -moz-border-radius: .3em; -webkit-border-radius: .3em; border-radius: .3em; } .numberlist li::before { content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 3em; width: 3em; line-height: 2.5em; border: .3em solid #fff; text-align: center; font-weight: 700; -moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em; color: #fff; } .contacts-block>a { text-decoration: none; } .contacts-block>a>div { border: 1px solid #CCC; border-radius: 4px; } .contacts-block>a>div:hover { background-color: #e5feff; } .contacts-block h5 { margin-top: 1rem; color: #da251d; text-decoration: none; } .contacts-block p { margin-top: 1rem; color: #666; text-decoration: none; } .prev-next-wrap>.row { background-color: #e2e2e2; margin: 0; border-radius: 0.25rem; } .prev-next-wrap a { color: var(--defclr); } .prev-next-wrap .prev-pg:hover, .prev-next-wrap .next-pg:hover { background-color: #efefef; } .prev-next-wrap .prev-pg { padding: 0 1rem 0 40px; } .prev-next-wrap .next-pg { padding: 0 40px 0 1rem; } .prev-next-wrap .prev-pg, .prev-next-wrap .next-pg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .prev-next-wrap .prev-pg::before { content: '\f104'; font-family: FontAwesome; font-size: 24px; position: absolute; left: 1rem; top: 15px; } .prev-next-wrap .next-pg::before { content: '\f105'; font-family: FontAwesome; font-size: 24px; position: absolute; left: auto; right: 1rem; top: 15px; } .prev-next-divider { position: absolute; top: 10px; bottom: 10px; width: 0; left: 50%; border-left: 1px solid #FFF; z-index: 1; } @media (max-width:464px) { .prev-next-divider { top: 50%; bottom: auto; width: auto; left: 10px; right: 10px; border-top: 1px solid #FFF; } } .pagination { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin: 20px 0; border-radius: 4px; list-style: none; align-items: center !important; justify-content: center !important; } .pagination>li { flex: 0 0 auto; width: auto; max-width: none; } .pagination.blue>li>a, .faq-wrapper .pagination.blue>li>span { background: #e3edf5; } .pagination>li>a, .pagination>li>span { display: inline-block; width: 30px; line-height: 30px; text-align: center; color: var(--defclr); margin: 0 4px; border: none; border-radius: 3px; } .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span { width: auto; padding: 0 22px; border-radius: 3px; font-size: 12px; text-transform: uppercase; } .pagination.blue>li>a, .faq-wrapper .pagination.blue>li>span { background: #FFF; color: var(--defclr); ; border: 1px solid var(--defclr-light); } .pagination.blue>li>a:hover, .faq-wrapper .pagination.blue>li>span:hover { text-decoration: none; color: #FFF; background: var(--defclr-light); border: 1px solid var(--defclr-light); } .pagination>li>a.active { color: #FFF; background-color: var(--defclr); } .search-res-list .list-title, .search-res-list .list-text { word-break:break-all; line-height:24px !important; font-size:14px; } .search-res-list .list-title>a { color: #dc3545; } .search-res-list .list-link { overflow: hidden; text-overflow: ellipsis; display: block; color: #009933; }.inquiry { font-size: 1rem; text-align: left; } .inquiry .container { max-width: 1300px; } @media (max-width: 576px) { .inquiry .container { max-width: 100%; } } .birthdayPicker select { display: inline-block !important; width: auto; } .inquiry .inquiry-bg { background: url(/images/content/inquiry-01.jpg) 100% center; background-size: cover; } .inquiry .inquiry-content { background-color: #FFF; } .inquiry-content form { border: solid 1px #d8d8d8; padding: 1rem 7%; } @media (max-width: 576px) { .inquiry-content form { border: 0; padding: 0; } } .inquiry .col-form-label { color: #FFF; text-align: right; background-color: rgba(119, 119, 119, 1.00); padding: 10px 15px; flex: 0 0 33.333333%; max-width: 33.333333%; } .inquiry .col-form-input { padding: 5px 14px; flex: 0 0 66.666667%; max-width: 66.666667%; align-self: center !important; } .inquiry .form-check-inline>* { vertical-align: middle; } @media (max-width: 464px) { .inquiry .col-form-label { text-align: center; background-color: rgba(119, 119, 119, 1.00); flex: 0 0 calc(100% - 16px); margin: 8px 8px 0 8px; padding: 4px; border-radius: 4px; max-width: 100%; } .inquiry .col-form-input { padding: 4px 8px; margin-top: 4px; flex: 0 0 100%; max-width: 100%; } } .inquiry .form-check-label { line-height: 100%; margin-left: 5px; margin-top: -2px; } .inquiry .form-check-input { margin-left: 5px; } .inquiry .form-check { margin-bottom: 0; } .inquiry legend { font-size: 1rem; } .inquiry .form-row { background-color: #e6e6e6; } .inquiry .form-group { margin-bottom: 2px; } .inquiry .form-control { padding: 0.25rem 0.75rem; vertical-align: middle; } .inquiry textarea.form-control { margin: 4px 0; } .inquiry input.form-control { margin-right: 1rem; } .w-10 { width: 10% !important; } .contactform .form-group.has-error .invalid-feedback { display: block; bottom: 10px; right: 16px; }.article-img-block { width: 270px; float: left; } .article-list-block .list-title{ font-size:1.4rem; font-weight:bold; } .article-list-block .list-date{ font-size:0.75rem; } .article-list-block .list-text { max-height: 240px; overflow: hidden; line-height: 30px; } .article-list-block .list-text p { color: #333; margin-bottom: 0; } .article-img { padding-bottom: 62.5%; background-position: center center; background-size: cover; margin-right: 1rem; } .btn-ug { color: #fff; background-color: #4d342e; border-color: #4d342e; border-radius: 1rem; padding: 0.25rem 2rem; cursor: pointer; text-decoration: none; } @media (max-width: 768px) { .article-img-block { width: 50%; } .article-list-block .list-text { max-height: 144px; line-height: 24px; } } @media (max-width: 576px) { .btn-ug { padding: 0.25rem 1.2rem; } } @media (max-width: 464px) { .article-img-block { width: 100%; float: none; margin-bottom: 0.5rem; } } @media (max-width: 352px) { .btn-ug { padding: 0.25rem 1rem; } } .btn-ug:hover { background-color: #d59700; border-color: #d59700; }.topic-cont { text-align: center; margin-bottom: 1rem; position: relative; overflow: hidden; color: #CCC; } .topic-cont h3 { font-size: 1.5rem; text-align: center; font-weight: bold; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin: 1.5rem auto 0; color: #CCC; } .topic-cont { text-align: center; position: relative; overflow: hidden; } .topic-cont h3::before, .topic-cont h3::after { background: url(/images/icons/bg_line.png) repeat; background-color: rgba(0, 0, 0, 0.05); content: ''; height: 5px; position: absolute; top: calc(50% - 12px); margin-top: 10px; width: 900px; display: block; box-shadow: unset; border-radius: unset; border: unset; transform: unset; opacity: 1; } .topic-cont h3::before { left: auto; right: 100%; } .topic-cont h3::after { right: 0; left: 100%; } .topic-cont h6 { color: #666; display: block; margin-top: 1rem; } .swipe-gallery .pswp-item { cursor: zoom-in; } .spotlight-grid .img-set figure, .swipe-gallery figure { position: absolute; right: 0; left: 0; bottom: 0px; margin: 0; padding: 0.5rem; background-color: rgba(0, 0, 0, 0.5); color: #FFF; line-height: 1.2rem; } .standard-slick { margin-left: -0.5em; margin-right: -0.5em; } .standard-slick .slick-dots { position: relative; bottom: auto; } .standard-slick .items-block { margin-left: 0.5em; margin-right: 0.5em; } @media(max-width:1200px) { .standard-slick .slick-arrow { width: 32px; height: 32px; background-color: rgba(255, 255, 255, 0.5); } .standard-slick .slick-arrow::before { display: block; width: 24px; height: 24px; margin-left: auto; margin-right: auto; } .standard-slick .slick-prev { left: 10px; } .standard-slick .slick-next { right: 10px; } } .tab-slick .slider-for { background-color: rgb(230, 230, 230); } .tab-slick .slider-for .items-block { padding: 1rem; } .tab-slick .slick-carousel .slick-arrow::before { color: rgb(0, 92, 175); } .tab-slick>.slider-nav { margin: 0 auto; overflow: hidden; } .tab-slick>.slider-nav::before { content: ''; background-color: #C8CACE; position: absolute; left: 0; right: 0; top: auto; bottom: 0; height: 8px; z-index: -1; } .tab-slick>.slider-nav .slick-list { width: 100%; margin: auto; overflow: hidden; padding-bottom: 8px; } .tab-slick>.slider-nav .slick-list:nth-child(2) { width: calc(100% - 50px); } .tab-slick>.slider-nav .slick-prev { left: 0; } .tab-slick>.slider-nav .slick-next { right: 0; } .tab-slick>.slider-nav .items-block { text-align: center; height: 46px; font-size: 16px; padding: 0 12px; transition-duration: .3s; cursor: pointer; } .tab-slick>.slider-nav .items-block>span { display: block; text-align: center; top: 50%; transform: translateY(-50%); line-height: 24px; font-size: 20px; color: #005CB9; } @media(max-width:576px) { .tab-slick>.slider-nav .items-block>span { font-size: 16px; line-height: 16px; } } .tab-slick>.slider-nav .slick-current .items-block { transition-duration: .3s; } .tab-slick>.slider-nav .slick-current .items-block::after { content: ''; background-color: #005CB9; position: absolute; left: 0; right: 0; top: 100%; height: 8px; z-index: 1; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide { height: 0; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide.slick-current { height: auto; transition-duration: .3s; } .collapse-item { border: 1px solid #CCC; border-radius: 4px; margin-bottom: 0.5rem; overflow: hidden; } .collapse-head { color: #002d74; text-align: left; padding: 0.5rem 1rem; background-color: #f7f7f7; } .collapse-topic { font-size: 1.2rem; color: #7f8c8d; margin: 0; cursor: pointer; transition: color 0.6s ease-out; } .collapse-topic:hover { text-decoration: none; color: #7659a0; transition: color 0.6s ease-out; } .collapse-head.trigger { background-color: #F39700; } .collapse-head.trigger .collapse-topic, .collapse-head.trigger .collapse-topic:hover { color: #FFF; } .collapse-content { border-top: 1px solid #CCC; border-width: 1px 0 0 0 !important; } .collapse-text { padding: 1rem; background-color: #FFF; } .tab-group .tab-content { border: 1px solid #ccc; border-top: 0; } .tab-group .tab-content>.tab-pane { padding: 1rem; } .tab-group .nav-tabs .nav-link { padding: 0.25rem 1rem; margin-left: 0; } .tab-group .nav-tabs .nav-link.active, .tab-group .nav-tabs .nav-item.show .nav-link { border-top: 3px solid #F39700; } .custom-control { position: relative; display: -ms-inline-flexbox; display: inline-flex; min-height: 1.5rem; padding-left: 1.5rem; margin-right: 1rem; } .custom-control-input { position: absolute; z-index: -1; opacity: 0; } .custom-control-label { position: static; } .custom-control-label::before { position: absolute; top: .25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ''; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #dee2e6; } .custom-control-label::after { position: absolute; top: .38rem; left: 0; display: block; width: 1rem; height: 1rem; text-align: center; content: ''; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; } .custom-radio .custom-control-label::before { border-radius: 50%; } .custom-control-input:checked~.custom-control-label::before { color: #fff; background-color: #b9145b; } .custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #b9145b; } .custom-radio .custom-control-input:checked~.custom-control-label::after { font: normal normal normal 12px/1 FontAwesome; content: '\f00c'; color: #FFF; }.scroll-tb-wrap { overflow: auto; max-height: 700px; padding-left: 0; border-left: 1px solid #999 !important; border-top: 1px solid #999 !important; } .scroll-tb-wrap>table { width: 100%; min-width: 700px; } .scroll-tb-wrap tbody>tr>td:first-child, .scroll-tb-wrap th:first-child { position: sticky; left: 0; z-index: 100; } .scroll-tb-wrap tbody>tr>td[rowspan]:first-child { z-index: 110; } .scroll-tb-wrap thead tr th, .scroll-tb-wrap tbody>tr:first-child>td { position: sticky; top: 0; z-index: 120 !important; } .scroll-tb-wrap tbody>tr:first-child>td:first-child { z-index: 130 !important; } .scroll-tb-wrap th:first-child { z-index: 2; } .scroll-tb-wrap table { /*overflow: auto; -ms-overflow-style: scrollbar;*/ } .scroll-tb-wrap table th, .scroll-tb-wrap table td { vertical-align: middle !important; border-right: 1px solid #999 !important; border-bottom: 1px solid #999 !important; } .scroll-tb-wrap table th { } .scroll-tb-wrap table th:first-child { } .scroll-tb-wrap table thead th:first-child { z-index: 100; } @media (max-width:576px) { .scroll-tb-wrap table th:first-child { min-width: auto; } } .scroll-tb-wrap table td { } .scroll-tb-wrap .device .flex-card-header .bsbgset { height: 300px; }.sticky-wrap { display: block; min-height: 1.5rem; overflow: auto; scroll-behavior: smooth; } .sticky-wrap>table { width:100%; border-collapse: collapse; } .sticky-wrap>table th { color: #FFF; background-color: rgb(162, 143, 204); } .sticky-wrap>table td { z-index: 0; } .sticky-wrap>table th { text-align: center; z-index: 1; } .sticky-wrap>table th::after, .sticky-wrap>table td::after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; pointer-events: none; } .sticky-wrap>table>thead.caption { top: 0; position: -webkit-sticky; position: sticky; display: table-caption; z-index: 5; } .sticky-wrap>table>thead:not(.caption) th { top: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>thead:not(.caption) th:first-child { z-index: 5 !important; } .sticky-wrap>table>tbody>tr:first-child th { top: 0; left: auto; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody th { left: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody>tr:first-child th:first-child { top: 0; left: 0; z-index: 5; } .sticky-wrap>table>tfoot th { bottom: 0; position: -webkit-sticky; position: sticky; } .sticky-left { position: -webkit-sticky; position: sticky; left: 0; z-index: 4 !important; } .sticky-right { position: -webkit-sticky; position: sticky; right: 0; z-index: 4 !important; }.cart-icon-btn { padding: 0; font-size: 20px; color: #666; width: 28px; text-align: center; line-height: 28px; cursor: pointer; } .cart-icon-btn>span { color: #666; } .list-view-mode { border-radius: 4px 0 0 0; } .list-view-mode>* { background-color: #f8f8f8; } .list-view-mode>*:not(:first-child) { line-height: 35px; } .veiew-order-col { position: static; } .veiew-order-col::after { position: absolute; content: ''; left: 0; right: 0; top: 34px; border-top: 1px solid var(--defclr); z-index: 1; } .veiew-order-col.latest .DESC[data-type='latest']::after, .veiew-order-col.hotest .ASC[data-type='hotest']::after { content: '\f175'; font-family: FontAwesome; color: #FFF; margin-left: 4px; } .veiew-order-col.latest .ASC[data-type='latest']::after, .veiew-order-col.hotest .DESC[data-type='hotest']::after { content: '\f176'; font-family: FontAwesome; color: #FFF; margin-left: 4px; } .btn-order-type { border-radius: 4px 4px 0 0; cursor: pointer; } .icon-view-mode { display: inline-block; width: 24px; height: 24px; line-height: 22px; text-align: center; border: 1px solid transparent; border-radius: 2px; } .icon-view-mode:hover { border: 1px solid var(--defclr); } .icon-view-mode>span { color: #999; } .icon-view-mode.active>span { color: var(--defclr); } .product-list h4 { background-color: rgba(0, 0, 0, 0.50); color: #FFF; font-weight: bold; font-size: 1rem; text-align: center; padding: 0.25rem 0; margin-top: 0.25rem; } .product-list .item-wrap { padding: 8px; border: 1px solid #EEE; border-radius: 4px; height: 100%; } .product-list .item-wrap .p-name { color: #666; text-decoration: none; flex: 0 0 100%; max-width: 100%; } .product-list .item-wrap a:link { text-decoration: none; } .product-list .item-wrap.new::before { content: ''; position: absolute; width: 50px; height: 50px; background-image: url(/images/products/label-new.png?3); background-size: contain; background-repeat: no-repeat; top: -4px; left: -4px; z-index: 1; } .product-list>li { padding-left: 1rem; padding-right: 1rem; margin-bottom: 2rem; flex: 0 0 33.333333%; max-width: 33.333333%; } .product-list[data-view='grid'] .col-image, .product-list[data-view='grid'] .col-info { flex: 0 0 100%; max-width: 100%; } .page-list-row .item-wrap>div, .product-list[data-view='grid'] .col-image { overflow: hidden; } .page-list-row .item-wrap .pic-img, .product-list[data-view='grid'] .plist-image { transition-timing-function: ease-in-out; transform: scale(1) translateZ(0); backface-visibility: hidden; object-fit: cover; transition-duration: .6s; transition-property: transform; } .page-list-row .item-wrap:hover .pic-img, .product-list[data-view='grid'] .col-image:hover .plist-image { transform: scale(1.2) translateZ(0); transition-duration: .6s; } .product-list[data-view='grid'] .item-info { margin: 0; height: 100%; } .product-list[data-view='grid'] .item-info>* { padding: 0; } .product-list[data-view='grid'] .item-info>.p-name { margin-top: 0.5rem; text-align: center; } .product-list[data-view='grid'] .p-price, .product-list[data-view='grid'] .p-button { align-self: center; } .product-list[data-view='list']>li { flex: 0 0 50%; max-width: 50%; } .product-list[data-view='list'] .col-image { flex: 0 0 100px; max-width: 100px; } .product-list[data-view='list'] .col-info { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .product-list[data-view='list'] .item-info { margin: 0; height: 100%; } .product-list[data-view='list'] .item-info>.p-name { margin: 0; padding: 0 0.5rem 0.5rem 1rem; } .product-list[data-view='list'] .p-price, .product-list[data-view='list'] .p-button { align-self: flex-end; } @media (max-width:768px) { .product-list { margin-left: -0.5rem; margin-right: -0.5rem; } .product-list li { padding-left: 0.5rem; padding-right: 0.5rem; margin-bottom: 1rem; } .product-list h4 { font-size: 14px; } .product-list[data-view='list']>li { flex: 0 0 100%; max-width: 100%; } } @media (max-width:576px) { .product-list li { flex: 0 0 50%; max-width: 50%; } } .products-intro .items-view .items-block { background-size: cover; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; margin: 1px; } .products-intro .items-view figure { display: none; } .products-intro .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; transition-duration: 0.5s; opacity: 0.6; cursor: pointer; border: 1px solid #999; } .products-intro .items-nav .slick-slide.slick-current .items-block { opacity: 1; border: 1px solid transparent; } .products-carousel .items-nav {} .products-carousel .items-nav .slick-list { padding: 0 !important; } .products-carousel .items-nav .slick-slide { padding: 0.5rem; } .products-carousel .items-nav .items-block {} .products-carousel .items-nav .slick-slide .items-block { background-size: cover; } .products-carousel .items-nav .slick-slide.slick-current .items-block::before { /*content: ''; z-index: 5; position: absolute; width: 100%; height: 100%; border-radius: 50%; display: block; border: 1px solid #269cd2;*/ } .products-carousel .items-nav .slick-slide.slick-current .items-block::after { content: ''; z-index: 5; position: absolute; top: -2%; left: -2%; width: 106%; height: 106%; display: block; border: 1px solid #c3c3c3; opacity: 0.8; } .detail-topic { font-size: 1.1rem; font-weight: bold; } .detail-price { font-size: 1.5rem; color: var(--theme-color-1); margin-top: -10px; } .p-price { font-size: 1rem; } .products-intro .pg-title { border-bottom: 4px double #4f4f4f; padding-bottom: 10px; margin-bottom: 30px !important; } .products-intro .control-label { display: inline-block; vertical-align: top; width: 60px; } .products-intro .control-label::after { content: '：'; } .products-intro .cart-form div { display: inline-block; } .p-name { display: flex; align-items: center; justify-content: center; } .p-name h4 { font-weight: bold; margin-bottom: 0; } .p-name span { font-weight: normal; font-size: 0.9rem; color: #FFF; margin-left: 10px; background-color: var(--theme-color-1); padding: 1px 10px; height: max-content; border-radius: 3px; } @media (max-width:1300px) { .p-name h4 { font-size: 1.1rem; } .p-name span { padding: 1px 3px; } } .product-list .item-wrap { padding: 15px; position: relative; } .products-intro { padding: 0px 15px 45px 15px; } .products .SubContent { line-height: 180%; letter-spacing: 1px; padding-bottom: 20px; border-bottom: 1px solid #4f4f4f; display: block !important; margin-bottom: 20px; } .frm-product-pg .products-info { margin-bottom: 4rem; border: 1px solid #4f4f4f; padding-top: 2rem; } .products-all-list a { color: #FFF; } .products-all-list .flex-card-body { background-size: cover; background-position: center center; background-repeat: no-repeat; border: solid 1px #555; } .products-all-list .flex-card-header { position: absolute; top: 30px; left: 30px; z-index: 2; color: #FFF; font-size: 2rem; font-family: '思源宋體'; font-weight: bold; } .products-cate-banner>.topic { position: absolute; top: 30px; left: 30px; z-index: 2; color: #FFF; font-size: 2rem; font-family: '思源宋體'; font-weight: bold; } @media (max-width:576px) { .products-all-list .flex-card-header { font-size: 1.2rem; } .products-cate-banner>.topic { font-size: 1.2rem; } } .quo-wrap .minus, .quo-wrap .plus { display: inline-block; height: 30px; width: 30px; vertical-align: middle; line-height: 28px; text-align: center; cursor: pointer; border: 1px solid #ccc; background-color: rgb(238, 238, 238); transition-duration: .3s; } .quo-wrap .minus:hover, .quo-wrap .plus:hover { background-color: rgb(255, 255, 255); transition-duration: .3s; } .quo-wrap input:disabled { background-color: rgb(245, 245, 245); color: #CCC; } #buyCount { display: inline-block; -webkit-appearance: none; border-radius: 0; line-height: 28px; width: 50px; height: 30px; border-left: none; border-right: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; text-align: center; background-color: #fff; } .btn_addcart::after { content: '\52a0\5165\8cfc\7269\8eca'; } .products-intro { margin-bottom: 1rem; } .products-intro .form-group { padding: 12px 0; border-bottom: 1px dashed rgb(211, 211, 211); margin-bottom: 0; } .products-intro .cart-form>.form-group { display: block; line-height: 30px; } .products-intro .control-label { color: #5F5F5F; font-size: 14px; display: inline-block; vertical-align: top; width: 50px; margin: 0; } @media (max-width: 992px) { .products-intro .control-label { width: 90px; } } .products-intro .control-box { display: inline-block; font-size: 1rem; color: #717171; } .products-intro .price { color: var(--theme-color-1); position: relative; } .products-intro .price .pprc { font-size: 22px; font-weight: bold; } .products-intro select.form-control { border: 1px solid #E4E4E4; height: 26px; line-height: 26px; } .products-intro .btn-box { margin: 0; text-align: left; padding: 15px 0; } .products-intro .btn-box .btn.soldout { background: #BBBBBB; border: 1px solid #BBBBBB; cursor: auto; } .qty-box { position: relative; display: inline-block; width: 93px; max-width: none; padding: 3px 29px; border: 1px solid #E4E4E4; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .qty-box .form-control { position: relative; text-align: center; margin-bottom: 0; height: 18px; line-height: 18px; padding: 0 4px; border: 0; z-index: 1; -webkit-border-radius: 0; border-radius: 0; } .qty-box .ibtn { background-image: url(/images/sprites/btn_qty.png); width: 24px; height: 24px; position: absolute !important; z-index: 0; top: 0; } .qty-box .ibtn.add { background-position: 0 0; right: 0; } .qty-box .ibtn.less { background-position: 100% 0; left: 0; } .qty-box .ibtn.add:hover { background-position: 0 100%; } .qty-box .ibtn.less:hover { background-position: 100% 100%; }aside { margin-bottom: 1rem; } aside .categories-block { background-color: #FFF; padding: 0.25rem 0.75rem 0.25rem 1rem; box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); border-radius: 4px; } aside .categories-block:hover { box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25); transition-duration: .3s; } aside .categories-block:hover .cat-button { background-color: #EEE !important; transition-duration: .3s; } .col-aside { flex: 0 0 300px; max-width: 300px; } .col-content { flex: 0 0 calc(100% - 300px); max-width: calc(100% - 300px); } @media (max-width:992px) { .col-aside, .col-content { flex: 0 0 100%; max-width: 100%; } .aside-top { display: none; } aside .categories-block { background-color: transparent; width: auto; padding: 0; } aside .cat-button { width: 100%; overflow: hidden; text-overflow: ellipsis; transition-duration: .3s; } aside #cat-wrap { width: 100%; padding: 1rem 1rem 1rem 1.5rem; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); z-index: 50; } } .categories-block .cat-caret { position: absolute; width: 30px; height: 30px; top: 2px; right: 0; text-align: center; transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; line-height: 30px; } .categories-block .cat-item { padding: 0.375rem 0; } .categories-block .cat-caret:before { display: block; font-family: FontAwesome; content: '\f107'; color: #999; font-size: 20px; } .cat-caret.trigger { transition-duration: .3s; transform: rotate(-180deg); } .cat-wrap>.cat-item { padding-left: 20px; border-bottom: 1px dashed #CCC; } .cat-wrap>.cat-item>.cat-link { width: calc(100% - 35px); font-size: 1.125rem; } .cat-wrap>.cat-item::after { position: absolute; content: ''; display: block; left: 5px; width: 0; height: 20px; border-left: solid 4px #F39700; top: 8px; } .cat-wrap>.cat-item::before { position: absolute; content: ''; display: block; left: 8px; width: 0; border-left: solid 1px #CCC; top: 10px; bottom: 10px; } .cat-menu>.cat-item>.cat-link { white-space: pre-wrap; word-break: break-all; font-size: 0.925rem; line-height: 1.2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 2.4rem; } .aside-top { margin-bottom: 1.5rem; } .aside-top span { position: absolute; z-index: 99; color: #FFF; font-weight: bold; font-size: 1.2rem; left: 15px; top: 6px; width: 90%; text-align: center; } aside ul { padding: 0; } aside ul li { list-style: none; } aside ul li::after { display: block; clear: both; content: ''; } aside .collapse ul li::before { border: none; } aside .collapse ul li { border-bottom: 1px dotted #CCC; margin-left: 2rem; font-size: 0.9rem; } aside ul a { color: #686868; display: inline-block; width: 90%; cursor: pointer; } aside ul li.active::before { border-left: solid 1px #8d4999; } aside ul li.active>a { color: #8d4999; } aside ul li.active>a:hover { color: #D0A600; }.top-block { line-height: 30px; font-size: 14px; z-index: 200; } .top-block .nav-link { cursor: pointer; } .badge { padding: 0 4px; font-size: 12px; color: #FFF; background-color: #D72326; display: inline-block; line-height: 20px; border-radius: 10px; height: 20px; margin-left: 4px; min-width: 20px; text-align: center; } .badge:empty { margin-left: 0; min-width: 0; } #shopping-basket { display: none; position: fixed; right: 20px; bottom: 90px; width: 40px; height: 40px; line-height: 32px; text-align: center; font-size: 25px; background: rgba(0, 0, 0, .36); color: #FAFCFD; cursor: pointer; z-index: 80; } #shopping-basket.show { display: block; } #shopping-basket .badge { position: absolute; left: auto; right: -8px; top: -8px; } .sexchk-btn { height: 100%; box-shadow: none !important; border-color: #ced4da; border-left-width: 0; } .sexchk-btn.active .fa-check { visibility: visible; } .sexchk-btn .fa-check { visibility: hidden; } #nav-affr .nav-item { border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { padding: 0 8px; } #nav-affr .nav-item::before { content: '|'; position: absolute; right: -4px; line-height: 28px; color: #CCC; } #nav-affr .nav-item:last-child::before { content: ''; right: auto; } #nav-user-t { min-width: 0; } #nav-user-t .nav-item { border: 0; } #nav-user-t .nav-item:hover { border: 0; } #nav-user-t .nav-link { padding: 0 8px; } #nav-user-t .nav-item::before { content: ''; position: absolute; width: 1px; height: 16px; top: 8px; right: -4px; background-color: #CCC; } #nav-user-t .nav-item:last-child::before { width: 0; right: 0; } .list-head { display: block; border: 1px solid #efefef; margin: 5px auto; width: 100%; padding-left: 40px; padding-right: 16px; background-color: #efefef; } .chk-content .square-box { position: absolute; left: 10px; top: 14px; z-index: 10; color: #CCC; opacity: 1; } .chk-content label.btn-default.active { background-color: rgb(17, 58, 114); color: #FFF } .chk-content label.btn-default { display: block; border: 1px solid #efefef; margin: 5px auto; width: 100%; padding-left: 40px; } .chk-content .btn-group { width: 100% } .chk-content .btn span.glyphicon { position: absolute; left: 10px; top: 14px; z-index: 10; opacity: 0; } .chk-content .btn.active .square-box { opacity: 0; } .chk-content .btn.active span.glyphicon { opacity: 1; } .chk-content .chk-title { position: relative; word-break: normal; white-space: normal; margin-bottom: 0; line-height: 28px; text-align: left; } .quo-wrap .minus, .quo-wrap .plus { display: inline-block; height: 30px; width: 30px; vertical-align: middle; line-height: 28px; text-align: center; cursor: pointer; border: 1px solid #ccc; background-color: rgb(238, 238, 238); transition-duration: .3s; } .quo-wrap .minus:hover, .quo-wrap .plus:hover { background-color: rgb(255, 255, 255); transition-duration: .3s; } .quo-wrap input:disabled { background-color: rgb(245, 245, 245); color: #CCC; } #buyCount { display: inline-block; -webkit-appearance: none; border-radius: 0; line-height: 28px; width: 50px; height: 30px; border-left: none; border-right: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle; text-align: center; background-color: #fff; } #addShopcart { line-height: 30px; height: 30; padding-top: 0; padding-bottom: 0; } .btn_addcart { } .listTable .table-sum { background-color: #EFEFEF; } .listTable th, .listTable td { border-bottom: 1px solid #CCC; padding: 0.6rem 0; } .cart-popover-modal { position: absolute; width: 260px; left: auto; right: -60px; background-color: #FFF; border: 1px solid #000; padding: 10px; } .categories-block .cat-item { font-size: 16px; } .cart-step { border-bottom: 1px solid #323437; text-align: center; margin: 30px 0 35px; font-size: 16px; color: #888888; letter-spacing: 1px; } .cart-step li { display: inline-block; margin: 0 0 20px; padding: 0 50px; position: relative; } .cart-step li .icon { display: block; width: 60px; height: 60px; margin: 0 auto 5px; border-radius: 50%; border: 1px solid #999; font-size: 32px; line-height: 60px; } .cart-step .current { color: rgba(0, 112, 172, 1); } .cart-step .step1::after { content: '\e092'; font-family: 'Glyphicons Halflings'; position: absolute; right: -10px; font-size: 30px; color: #999; } .cart-step .step3::after { content: '\e092'; font-family: 'Glyphicons Halflings'; position: absolute; left: -10px; font-size: 30px; color: #999; } .payment-list { border-top: 1px solid #DDD; margin-bottom: 30px; list-style: none; padding: 0; } .payment-list>.item>.form-group { display: table; height: 50px; border-bottom: 1px solid #DDD; width: 100%; margin: 0; padding: 2px 0; } .payment-topic { display: table-cell; vertical-align: middle; width: 140px; color: #999; background: #EFEFEF; font-size: 15px; font-weight: bold; padding: 0 20px; position: relative; } .payment-radio { display: table-cell; vertical-align: middle; width: 60px; background: #DDD; text-align: center; } .payment-txt { font-size: 14px; display: table-cell; vertical-align: middle; padding: 0 15px; } fieldset.order-field { border: 1px solid #CCC; padding: 1rem; } fieldset.order-field legend { width: auto; max-width: 100%; padding: 0 1rem; margin-bottom: .5rem; font-size: 1.2rem; } .cart-item-table { border-spacing: 0; box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); } .cart-item-table th { border-top: 0; padding: 10px 0; } .cart-item-table td { vertical-align: middle; padding: 10px 0; } .cart-item-table label { margin: 0; } .cart-detail-row td { border-bottom: 1px dashed #CCC; } .cart-detail-row:last-child td { border-bottom: 0; } .cart-detail-row .name { width: 100px; } .cart-detail-row .del { width: 42px; } .cart-prodimg { display: block; width: 60px; height: 60px; background-position: center; background-size: contain; background-repeat: no-repeat; } .cart-item-del { display: inline-block; text-align: center; width: 32px; height: 32px; line-height: 28px; border: 1px solid #999; border-radius: 50%; font-size: 18px; cursor: pointer; } .cart-btn-box { display: block; text-align: center; margin: 30px 0 40px 0; } .cart-btn-box .btn { margin-right: 20px; margin-top: 20px; } .cart-btn-box .btn:last-child { margin-left: 0; } .cart-item-table .t-row { margin-right: -0.25rem; margin-left: -0.25rem; } .cart-item-table .t-head, .cart-item-table .t-body { border-radius: 4px; margin-top: 8px; padding-left: 0.25rem; padding-right: 0.25rem; } .cart-item-table .t-body { border: 1px solid #CCC; } .cart-item-table .t-body>.t-row:first-child { background-color: #a3c3e947; } .cart-item-table .t-body>.t-row:not(:first-child) { border-top: 1px solid #CCC; } .cart-item-table .t-head>.t-row { background-color: #EEE; } .cart-item-table .t-rowcell { padding: 0 0.25rem; } .cart-item-table .t-rowcell>.t-row { height: 100%; } .cart-item-table .t-cell { padding: 0.25rem; border: 1px solid #FFF; } .cart-item-table .t-cell> :last-child::after { content: ''; display: inline-block; width: 0px; height: 100%; border-right: 0px solid #CCC; vertical-align: middle; } @media (max-width: 768px) { .cart-item-table .t-body>.t-row:first-child .sname, .cart-item-table .t-body>.t-row:first-child .del { background-color: #b9145b05; } .cart-item-table .sname, .cart-item-table .del { background-color: #EFEFEF; } .cart-item-del { width: 28px; height: 28px; line-height: 26px; font-size: 16px; } .cart-item-table .sname, .cart-item-table .del { align-self: auto; } } @media (min-width:465px) { .col-buycount { -ms-flex: 0 0 120px; flex: 0 0 120px; max-width: 120px; } } .paymethod-sort .nav-link { padding: 0.25rem; margin-left: 0; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; border: 1px solid #CCC; cursor: pointer; } .paymethod-sort .nav-link.active { background-color: #ffc107; } .paymethod-sort .nav-link.active::before { content: '\f058'; margin-right: 0.2rem; font: normal normal normal 14px/1 FontAwesome; } .paymethod-sort .nav-item { margin-bottom: 1rem; } .paymethod-sort .nav-item:not(:last-child) { margin-right: 1rem; } .order-title { padding: 10px 0; line-height: 20px; border-radius: 26px; border: 1px solid #999; background-color: #FFF; color: #000; } .order-title.trigger { background-color: rgb(17, 58, 114); } .order-title::after { font-family: FontAwesome; content: '\f107'; position: absolute; right: 16px; top: 50%; margin-top: -12px; font-size: 24px; line-height: 1; transition: .2s; transition-duration: .3s; transform: rotate(0deg); } .order-title.trigger::after { content: '\f107'; color: #FFF; transition: .2s; transition-duration: .3s; transform: rotate(-180deg); } .order-title h5 { max-width: calc(100% - 35px); padding-left: 16px; margin: 0; color: #000; } .order-title.trigger h5 { color: #FFF; } @media (max-width: 992px) { #nav-affr { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; float: none; border-top: 1px solid #CCC; } #nav-affr .nav-item { display: inline-block; border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { border: 0; line-height: 32px; } #nav-affr .nav-link:hover { border: 0; } } @media (max-width: 768px) { .cart-step li { display: block; padding: 0 0 40px 0; margin: 0; } .cart-step li .icon { display: inline-block; margin-right: 1rem; width: 40px; height: 40px; font-size: 20px; line-height: 40px; } .cart-step li .step-txt { display: inline-block; width: 180px; } .cart-step .step1::after { font-size: 24px; right: auto; left: 50%; margin-left: -16px; bottom: 6px; transform: rotate(90deg); } .cart-step .step3::after { font-size: 24px; left: 50%; margin-left: -16px; top: -35px; transform: rotate(90deg); } .payment-topic { display: inline-block; vertical-align: middle; width: calc(100% - 60px); color: #999; background: #EEE; line-height: 50px; } .payment-radio { display: inline-block; line-height: 50px; } .payment-txt { display: block; width: 100%; padding: 0 0 20px 0; } } input[type=radio], input[type=checkbox] { width: 16px; height: 16px; vertical-align: middle; } .sexchk-btn .fa-check { visibility: hidden; } .sexchk-btn.active .fa-check { visibility: visible; } .tips { color: #EC0D75; font-size: 14px; } .list-unstyled>li { display: inline-block; } .status-sort { display: block; float: none !important; } .status-sort .nav-item { margin-bottom: -2px; } .status-sort .nav-item>.nav-link { border-top: 5px solid transparent; padding: 0.2rem; margin-left: 0; cursor: pointer; } .status-sort .nav-item>.nav-link.active { border-top: 5px solid #ffc107; } @media (max-width:464px) { .status-sort .nav-item>.nav-link { font-size: 12px; } } .updating-block { position: fixed; left: 0; right: 0; top: 90px; bottom: auto; height: 30px; opacity: 0; line-height: 30px; transition-duration: 1s; background-color: rgba(255, 255, 255, 0.7); text-align: center; pointer-events: none; z-index: 5000; } .updating-block.in { opacity: 1; transition-duration: 1s; } .updating-block.in.out { opacity: 0; transition-duration: 1s; } .updating-block.in .msg-inner>* { font-size: 14px; color: #333; display: inline-block; vertical-align: middle; } .updating-block .msg-inner { font-weight: bold; text-shadow: 0 0 3px 6px #FFF; display: inline-block; transform: translateX(-100px); transition-duration: .6s; } .updating-block.in .msg-inner { transform: translateX(0); transition-duration: 1s; } .updating-block.in.out .msg-inner { transform: translateX(100px); transition-duration: 1s; } .sk-wave { display: inline-block; margin: auto; width: 30px; height: 24px; text-align: center; } .sk-wave .sk-rect { background-color: #333; height: 100%; width: 2px; margin: 0 1px; display: inline-block; animation: sk-waveStretchDelay 1.2s infinite ease-in-out; } .sk-wave .sk-rect1 { animation-delay: -1.2s; } .sk-wave .sk-rect2 { animation-delay: -1.1s; } .sk-wave .sk-rect3 { animation-delay: -1s; } .sk-wave .sk-rect4 { animation-delay: -0.9s; } .sk-wave .sk-rect5 { animation-delay: -0.8s; } @keyframes sk-waveStretchDelay { 0%, 40%, 100% { transform: scaleY(0.4); } 20% { transform: scaleY(1); } } .no-arrow[type='number']::-webkit-outer-spin-button, .no-arrow[type='number']::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .no-arrow[type='number'] { -moz-appearance: textfield; } .remit-info-tick { width: 24px; height: 24px; vertical-align: bottom; } .remit-info-tick .circ { fill: none; stroke: rgb(142, 195, 28); stroke-width: 3; stroke-linejoin: round; stroke-miterlimit: 10; opacity: 0; stroke-dasharray: 130; stroke-dashoffset: 130; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .remit-info-tick .tick { fill: none; stroke: rgb(142, 195, 28); stroke-width: 3; stroke-linejoin: round; stroke-miterlimit: 10; stroke-dasharray: 50; stroke-dashoffset: 50; -webkit-transition: stroke-dashoffset 1s 0.5s ease-out; -moz-transition: stroke-dashoffset 1s 0.5s ease-out; -ms-transition: stroke-dashoffset 1s 0.5s ease-out; -o-transition: stroke-dashoffset 1s 0.5s ease-out; transition: stroke-dashoffset 1s 0.5s ease-out; } .remit-info-tick.drawn>svg .path { opacity: 1; stroke-dashoffset: 0; } .modal { color: #333; } .twpay-info-tick { width: 24px; height: 24px; vertical-align: bottom; } .twpay-info-tick .circ { fill: none; stroke: rgb(142, 195, 28); stroke-width: 3; stroke-linejoin: round; stroke-miterlimit: 10; opacity: 0; stroke-dasharray: 130; stroke-dashoffset: 130; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .twpay-info-tick .tick { fill: none; stroke: rgb(142, 195, 28); stroke-width: 3; stroke-linejoin: round; stroke-miterlimit: 10; stroke-dasharray: 50; stroke-dashoffset: 50; -webkit-transition: stroke-dashoffset 1s 0.5s ease-out; -moz-transition: stroke-dashoffset 1s 0.5s ease-out; -ms-transition: stroke-dashoffset 1s 0.5s ease-out; -o-transition: stroke-dashoffset 1s 0.5s ease-out; transition: stroke-dashoffset 1s 0.5s ease-out; } .twpay-info-tick.drawn>svg .path { opacity: 1; stroke-dashoffset: 0; }.popover-wrap { color: #000; } .heading-cart{ } .heading-cart h3 { text-align: center; color: #b9145b; font-size: 1.5rem; font-weight: 400; text-transform: uppercase; word-spacing: 1px; letter-spacing: 6px; } .heading-cart h3 span { display:block; line-height: 1.3rem; padding-bottom: 0.75rem; text-transform: none; font-size: 1rem; font-weight: normal; font-style: italic; font-family: 'Playfair Display','Bookman',serif; color: #999; letter-spacing: -0.005em; word-spacing: 1px; } .heading-cart h3::before, .heading-cart h3:after { position: absolute; left: 0; bottom: 0; width: 45px; height: 4px; content: ''; right: 45px; margin: auto; background-color: #ccc; } .heading-cart h3::before { background-color: #d78b8b; left: 45px; width: 90px; } .cart-step .current .icon { background-color: var(--theme-color-1); border: 2px solid #FFF; box-shadow: 2px 2px 8px #999; color: #FFF; } .cart-step .current, .cart .main-title { color: var(--theme-color-1); } .cart-item-table .ship-header { background-color: #f2e3c1 !important; } .cart-item-table .ship-item-wrap { border: 3px solid #f2e3c1 !important; } .cart-btn-box .btn { color: #FFF !important; } .btn-sortsel { border: 1px solid #CCC; background-color: #FFF; } .btn-sortsel.active { border-color: #B9145B; } .btn-sortsel:focus, .btn-sortsel.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(185, 20, 91, 0.34); } .status-sort .nav-item>.nav-link.active { border-top: 5px solid var(--theme-color-1); } .paymethod-sort .nav-link.active { background-color: var(--theme-color-1); color: #FFF; } .paymethod-sort .nav-link.active:hover, .btn.update-reciver:hover { background-color: var(--theme-color-1-1); color: #FFF; } #invoice-form input[type='radio'] { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; background: #FFF; height: 1rem; width: 1rem; border: 1px solid #CCC; top: -1px; } #invoice-form input[type='radio']:checked { background: var(--theme-color-1); } #invoice-form input[type='radio']:hover { filter: brightness(90%); } #invoice-form input[type='radio']:disabled { background: #e6e6e6; opacity: 0.6; pointer-events: none; } #invoice-form input[type='radio']:after { font-family: FontAwesome; content: '\f00c'; font-size: 14px; top: 50%; left: 50%; position: absolute; line-height: 14px; color: #FFF; display: none; transform: scale(0.95) translate(-50%, -50%); } #invoice-form input[type='radio']:checked:after { display: block; } #invoice-form input[type='radio']:disabled:after { color: #7b7b7b; }.slick-slide { height: auto; } .bg-carousel { background: linear-gradient(white 40%, #F6F6F6 50%); } .fix-carousel-arrow-width { width: auto; } .carousel-control-next, .carousel-control-prev { filter: invert(30%); } .fix-carousel-bottom { bottom: -30px; filter: invert(30%); } /**/ .box-join-step { border: 1px solid #CCC; background-color: #FFF; border-radius: 8px; color: #666; box-shadow: -1px -1px 12px 3px #CCC inset; } .box-join-arrow { font-size: 30px; color: #FF0086; text-shadow: -1px -1px 12px #C10066 inset; } .box-Delivery-arrow { border: 1px solid #393; padding: 1px; background-color: #E1FDE8 } .box-clac-pay { border: 1px dotted #999999; } .box-bg-green { border: 1px solid #393; padding: 1px; background-color: #E1FDE8 } .box-bg-blue { border: 1px solid #66C; padding: 1px; background-color: #E3F9FD } .box-bg-text-green { border: 1px solid #499b95; color: #499b95; padding: 1px; background-color: #E3F9FD } .box-bg-text-blue { border: 1px solid #ff4875; color: #ff4875; padding: 1px; background-color: #E3F9FD } .box-bg-text-red { border: 1px solid #f7932e; color: #f7932e; padding: 1px; background-color: #E3F9FD } .box-bg-text-yellow { border: 1px solid #6296ff; color: #6296ff; padding: 1px; background-color: #E3F9FD } .box-clac-pay-calculator { font-size: 12px; padding: 4px; } .h-100vh { height: 100vh; } .contacts-link { color: #212529; } .contacts-link:hover { text-decoration: none; color: #6c757d; } .form-contacts { width: 100%; max-width: 420px; padding: 15px; margin-left: auto; margin-right: auto; } .contacts-textarea { height: 240px; } .card-shadow { box-shadow: -4px -1px 20px 5px rgb(0 0 0 / 7%); } .form-label-group { position: relative; margin-bottom: 1rem; } .form-label-group input, .form-label-group label { height: 3.125rem; padding: .75rem; } .form-label-group label { position: absolute; top: 0; left: 0; display: block; width: 100%; margin-bottom: 0; line-height: 1.5; color: #495057; pointer-events: none; cursor: text; border: 1px solid transparent; border-radius: .25rem; transition: all .1s ease-in-out; } .form-label-group input::-webkit-input-placeholder { color: transparent; } .form-label-group input::-moz-placeholder { color: transparent; } .form-label-group input:-ms-input-placeholder { color: transparent; } .form-label-group input::-ms-input-placeholder { color: transparent; } .form-label-group input::placeholder { color: transparent; } .form-label-group input:not(:-moz-placeholder-shown) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group input:not(:-ms-input-placeholder) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group input:not(:placeholder-shown) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group input:not(:-moz-placeholder-shown)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .form-label-group input:not(:-ms-input-placeholder)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .form-label-group input:not(:placeholder-shown)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .form-label-group textarea::-webkit-textarea-placeholder { color: transparent; } .form-label-group textarea::-moz-placeholder { color: transparent; } .form-label-group textarea:-ms-textarea-placeholder { color: transparent; } .form-label-group textarea::-ms-textarea-placeholder { color: transparent; } .form-label-group textarea::placeholder { color: transparent; } .form-label-group textarea:not(:-moz-placeholder-shown) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group textarea:not(:-ms-textarea-placeholder) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group textarea:not(:placeholder-shown) { padding-top: 1.25rem; padding-bottom: .25rem; } .form-label-group textarea:not(:-moz-placeholder-shown)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .form-label-group textarea:not(:-ms-textarea-placeholder)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .form-label-group textarea:not(:placeholder-shown)~label { padding-top: .25rem; padding-bottom: .25rem; font-size: 12px; color: #777; } .vh-100 { height: 100vh; } .vh-50 { height: 50vh; } .border-1 { border: 1px solid #dee2e6; } @media (max-width: 992px) { .faq-title { font-size: 18px; } .faq-content { font-size: 14px; } } .slick-list-height { max-height: 800px; } .nav-bar { } .skin-label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; } .list-label { color: #666; text-decoration: none; flex: 0 0 100%; max-width: 100%; } .item-info>.list-label { margin-top: 0.5rem; text-align: center; } .item-info>.list-label { margin: 0; padding: 0 0.5rem 0.5rem 1rem; } .list-label { display: flex; align-items: center; justify-content: center; } .list-label h4 { font-weight: bold; margin-bottom: 0; } .list-label span { font-weight: normal; font-size: 0.5rem; color: #FFF; margin-left: 10px; padding: 1px 10px; height: max-content; border-radius: 3px; } @media (max-width:1300px) { .list-label h4 { font-size: 1.1rem; } .list-label span { padding: 1px 3px; } } .skin-label-1 { background-color: #FFB366; } .skin-label-2 { background-color: #71A0D0; } .skin-label-3 { background-color: #97CA64; } .skin-label-4 { background-color: #FF6666; } .skin-label-5 { background-color: #DC74BA; } .skin-label-6 { background-color: #999999; } .skin-label-all { background-color: #FFB9D5; }.ticket-border { cursor: pointer; border-radius: 6px; padding: 20px; display: block; background-color: #553E4E; color: #FFCFD2; border: 2px solid #FFCFD2; } .ticket-name-block { border-bottom: 1px solid #FFCFD2; } .ticket-content-list { font-size: 14px; padding-inline-start: 20px; } .ticket-select-border { cursor: pointer; border-radius: 6px; padding: 20px; display: block; background-color: #FFCFD2; color: #553E4E; border: 2px solid #553E4E; } .ticket-select-name-block { border-bottom: 1px solid #553E4E; } .get-ticket-cartpage-btn { float: right; } @media (min-width:976px) { .get-ticket-cartpage-btn { float: left; } } .timeline { border-left: 3px solid #727cf5; border-bottom-right-radius: 4px; border-top-right-radius: 4px; background: rgba(114, 124, 245, 0.09); margin: 0 auto; letter-spacing: 0.2px; position: relative; line-height: 1.4em; font-size: 1.03em; padding: 50px; list-style: none; text-align: left; max-width: 40%; } @media (max-width: 767px) { .timeline { max-width: 98%; padding: 25px; } } .timeline h1 { font-weight: 300; font-size: 1.4em; } .timeline h2, .timeline h3 { font-weight: 600; font-size: 1rem; margin-bottom: 10px; } .timeline .event { border-bottom: 1px dashed #e8ebf1; padding-bottom: 25px; margin-bottom: 25px; position: relative; } @media (max-width: 767px) { .timeline .event { padding-top: 30px; } } .timeline .event:last-of-type { padding-bottom: 0; margin-bottom: 0; border: none; } .timeline .event:before, .timeline .event:after { position: absolute; display: block; top: 0; } .timeline .event:before { left: -207px; content: attr(data-date); text-align: right; font-weight: 100; font-size: 0.9em; min-width: 120px; } @media (max-width: 767px) { .timeline .event:before { left: 0px; text-align: left; } } .timeline .event:after { -webkit-box-shadow: 0 0 0 3px #727cf5; box-shadow: 0 0 0 3px #727cf5; left: -55.8px; background: #fff; border-radius: 50%; height: 9px; width: 9px; content: ''; top: 5px; } @media (max-width: 767px) { .timeline .event:after { left: -31.8px; } } .rtl .timeline { border-left: 0; text-align: right; border-bottom-right-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; border-right: 3px solid #727cf5; } .rtl .timeline .event::before { left: 0; right: -170px; } .rtl .timeline .event::after { left: 0; right: -55.8px; }