/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.cart-totals tr[class=totals] .title:after,
.totals.discount .title:after,
.cart-totals tr[class=totals] .title.negative:after,
.totals.discount .title.negative:after {
  -webkit-font-smoothing: antialiased;
  color: #858585;
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin-left: 10px;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.totals.discount {
  cursor: pointer;
}
.totals.discount .title:after {
  content: '\e622';
}
.totals.discount .title.negative:after {
  content: '\e621';
}
.totals.discount .discount.coupon {
  display: none;
}
.table-wrapper tr[class=totals] .title:after {
  content: '\e622';
}
.table-wrapper tr[class=totals] .title.negative:after {
  content: '\e621';
}
.table-wrapper tr[class=totals] {
  cursor: pointer;
}
.total_coupons {
  display: table-row;
}
.cart-totals .total_coupons th {
  padding-left: 15px;
}
.opc-block-summary table.data.table.table-totals tbody .total_coupons th {
  padding-left: 25px;
}
.total_coupons .coupon_amount {
  color: #CF0000;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals .title,
.opc-block-summary .totals.discount .title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.cart-totals .title:before,
.opc-block-summary .totals.discount .title:before {
  content: '';
  border: solid #868e96;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: 13px;
  order: 2;
  position: relative;
  top: 1px;
}
.cart-totals .title.negative:before,
.opc-block-summary .totals.discount .title.negative:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: inherit;
  bottom: 3px;
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
.search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.search__result-tabs:before,
.search__result-tabs:after {
  content: '';
  display: table;
}
.search__result-tabs:after {
  clear: both;
}
.search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.search__result-tabs li a.active,
.search__result-tabs li a:hover,
.search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.search__result-tabs li:only-child {
  display: none;
}
.search__result-index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.search__result-index ul li {
  margin: 3rem 0;
}
.search__result-index ul li .title {
  font-size: 1.8rem;
  font-weight: 300;
}
.search__index-magento-catalog-category ul li {
  margin: 1.5rem 0;
}
.search__index-magento-catalog-category ul li .title {
  font-size: 1.6rem;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1rem;
  color: #a3a3a3;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0px 5px 0px 10px;
  vertical-align: 'middle';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.search-result-highlight {
  background: #ff0;
}
#search_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (min-width: 1200px) {
  .package-detail-items.personalized .package-items .items-wrapper {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .package-detail-items.personalized {
    overflow: hidden;
  }
  .package-detail-items.personalized .package-items .items-wrapper {
    margin: 0;
  }
  .package-detail-items.personalized .package-items .items-wrapper .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .product-item {
    margin-right: 2%;
  }
  .page-products .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .page-products .product-item .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-category-view.page-products ol.items.am_shopby_filter_items_attr_price {
    max-width: 100%;
  }
  .catalog-category-view.page-products .product-item {
    width: 32% !important;
    margin-right: 2%;
    background-color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    text-align: center;
  }
  .catalog-category-view.page-products .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .catalog-category-view.page-products .product-item {
    width: 48.5% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .page-products .products-grid .product-item .product-item-info .actions-primary .primary.view-details {
    font-size: 1.4rem;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .products-grid .item .gift-item p:before {
    background-image: url('../images/icon-blue-gift@2x.png');
    background-size: 14px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .products-grid .item .gift-item p:before {
    background-image: url('../images/icon-blue-gift@2x.png');
    background-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  body.apdtac-device-offer #maincontent #box-terms-condition .accept-checkbox {
    display: flex;
    align-items: center;
    float: none;
    margin-bottom: 10px;
  }
  body.apdtac-device-offer #maincontent #box-terms-condition .accept-checkbox input[type="checkbox"] {
    top: 0;
    margin: 0 10px 0 0;
  }
  body.apdtac-device-offer #maincontent #box-terms-condition .accept-checkbox label {
    line-height: 16px;
    max-width: 88%;
    margin: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  form#discount-coupon-form div a:before {
    background-image: url("../images/icon-remove@2x.png");
    background-size: 10px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  form#discount-coupon-form div a:before {
    background-image: url("../images/icon-remove@2x.png");
    background-size: 10px;
  }
}
body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div {
  clear: both;
}
@media only screen and (max-width: 325px) {
  .checkout-index-index .opc-wrapper #co-personal-information-form #personal-information-form .field label span {
    font-size: 13px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  body.customer-account-logoutsuccess .logout_content .icon_logout {
    background-image: url("../images/icon-logout-success@2x.png");
    background-size: 163px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.customer-account-logoutsuccess .logout_content .icon_logout {
    background-image: url("../images/icon-logout-success@2x.png");
    background-size: 163px;
  }
}
.worry-fee {
  height: 600px;
  background-image: url('../images/bg-worry-new.png');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.choose-by-speed {
  height: 620px;
  background-color: #FFF;
  background-image: url('../images/bg-cloud-tab1.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
}
.choose-by-usage {
  height: 620px;
  background-color: #FFF;
  background-image: url('../images/bg-cloud-usage.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 110px;
}
.obj-usage p {
  font-size: 18px;
  color: #454648;
  opacity: .5;
  line-height: 36px;
  margin-top: 20px;
  padding-left: 5px;
}
.page-main-full .columns .column.main {
  max-width: 100%;
  padding: 0;
}
.obj-worry {
  padding-left: 100px;
}
.obj-worry header {
  overflow: hidden;
  margin-bottom: 30px;
}
.obj-worry header h3 {
  font-weight: bold;
  font-size: 70px;
  color: #00A5E4;
  line-height: 1;
  margin-bottom: 0;
}
.obj-worry header h3:after {
  content: '';
  display: inline-block;
  background-image: url('../images/ico-worryfee.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: relative;
  top: 4px;
  margin-left: 12px;
}
.obj-worry header h3 .txt-pink {
  color: #EB008B;
}
.obj-worry p {
  font-size: 35px;
  color: #1A1A1A;
}
.worry-fee .slider-package {
  margin-top: -30px;
}
.worry-fee .slider-package {
  position: relative;
  z-index: 1;
}
.worry-fee .owl-carousel .owl-stage-outer {
  padding-top: 30px;
}
.worry-fee .owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding-bottom: 35px;
  padding-left: 16px;
  margin-left: -90px;
}
.slider-package .item:not(.box-exclusive),
.slider-package .item:not(.box-highlight) {
  overflow: hidden;
}
.slider-package .box-item {
  background-color: #fff;
  border-radius: 6px;
  /* min-height: 360px; */
  min-height: 380px;
  text-align: center;
}
.box-item {
  /* padding-top: 20px; */
  /* padding-top: 12px; */
  padding-top: 0;
  color: #454648;
}
.box-item .row-btn .btn-move {
  display: inline-block;
  font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  font-size: 14px;
  /* background-color: #ffd500; */
  background-color: #009DDF;
  width: 155px;
  height: 36px;
  line-height: 1;
  padding-top: 12px;
  border-radius: 18px;
  margin-bottom: 5px;
  /* color: #454648; */
  color: #fff;
}
.badge-recommended {
  background-image: url('../images/ico-recommended.png');
  background-size: auto 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  /* left: -30px; */
  left: -15px;
}
.obj-usage p.ico-wifi:before {
  content: '';
  display: inline-block;
  background-image: url('../images/ico-wifi.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 23px;
  height: 19px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.discount .box-item .lower-price span.old-price {
  position: static;
  font-size: 30px;
  margin-left: 25px !important;
}
.box-item .row-btn {
  bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: absolute;
}
.box-item .row-btn small {
  display: block;
  font-weight: bold;
  font-size: 12px;
  opacity: .34;
}
.item .box-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 138px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.box-item .row-detail p {
  font-size: 12px;
  opacity: .5;
}
.slider-package .box-highlight .box-item {
  background: #FFDD59;
}
.box-item .lower-price span {
  font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  font-size: 50px;
  color: #009ddf;
  /* color: #000; */
}
.box-item .row-detail h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
}
.box-item .package-title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
  position: relative;
  padding-top: 15px;
  line-height: 1;
}
.box-item .package-title {
  padding-top: 32px;
}
.box-item .row-detail .net {
  margin-top: 42px;
}
.box-item .row-detail > div {
  padding: 8px 0;
  margin: 0 20px;
}
.box-item .lower-price small {
  font-size: 14px;
}
.box-item .row-detail h4 {
  font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
}
.box-item .row-detail h4 span {
  /* font-size: 24px; */
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.box-item .row-detail h4 span.text-large {
  font-size: 32px;
  line-height: .8;
}
.box-item .lower-price {
  font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  color: #454648;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}
.box-item .lower-price .ico-baht {
  font-size: 16px;
  font-style: normal;
  position: absolute;
  top: 22px;
  margin-left: -10px;
}
.slider-package .box-item {
  background-color: #fff;
  border-radius: 6px;
  /* min-height: 360px; */
  min-height: 380px;
  text-align: center;
}
.worry-fee .owl-nav {
  padding-top: 10px;
  margin-left: -35px;
}
.badge-oex2 {
  background-image: url('../images/new_exclusive-2x.png');
  background-size: auto 100%;
  width: 97px;
  height: 60px;
  position: absolute;
  top: -41px;
  left: -8px;
}
.choose-by .row {
  padding-top: 45px;
}
.choose-by .row {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 35px;
}
.choose-by.choose-by-usage .row {
  padding-top: 45px !important;
  margin-top: -45px !important;
}
.row {
  margin-right: 0 !important;
}
.choose-by-usage .slider-package {
  padding-left: 35px;
  left: 50%;
  -webkit-transform: translateX(-692px);
  transform: translateX(-692px);
}
.obj-usage p {
  font-size: 18px;
  color: #454648;
  opacity: .5;
  line-height: 36px;
  margin-top: 20px;
  padding-left: 5px;
}
.obj-usage p.ico-wifi {
  font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup.model-popup-out-of-stock:not(.model-popup-swap-tab) .modal-inner-wrap {
    width: 100%;
    max-width: 580px;
    margin-left: -290px;
  }
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2021 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2021 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@media screen and (max-width: 380px) {
  .agent-payment-page .checkout-payment-method .payment-methods {
    height: 240px !important;
  }
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content {
    right: -10px;
  }
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    right: 5px;
  }
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method .payment-method-content #omise_ptp_ccForm #omise_ptp_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    right: 6px;
  }
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@media screen and (min-width: 1400px) {
  .dealerportal-index-search #maincontent {
    padding: 0;
  }
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .remaining-number .box-wrapper {
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.auspicious-num {
    margin-top: 20px;
    margin-left: 0;
  }
  .dealerportal-account-history .account-list-numbers.dealer-history .dealer-table-numbers thead > tr > th.col-order {
    width: 4%;
  }
  .account-list-numbers.number-request .dealer-table-numbers thead > tr > th.col-order {
    width: 5% !important;
  }
  .numbers-filter .fieldset .field:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .numbers-filter .fieldset .field:nth-child(2),
  .numbers-filter .fieldset .field:nth-child(3) {
    width: 48%;
  }
  .account-list-numbers {
    width: 100%;
    overflow: scroll;
  }
  .account-list-numbers .table-wrapper {
    margin-bottom: 20px;
  }
  .account-list-numbers .table-wrapper .dataTables_wrapper table {
    width: 100% !important;
  }
  .numbers-filter .filter-actions .control .action.action-search,
  .numbers-filter .filter-actions .control .action.action-clear {
    min-width: 48%;
  }
  .account-navigation-top ul li strong,
  .account-navigation-top ul li a {
    padding: 10px 31px;
    font-size: 1.5rem;
  }
  .dealer-table-numbers thead > tr > th {
    font-size: 1.5rem;
  }
  .reserving-summary .box-wrapper h3 {
    font-size: 2.2rem;
  }
  .reserving-summary .box-wrapper > span {
    font-size: 1.8rem;
  }
  .dealerportal-admin-reserved .dealer-top-toolbar {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.box-sum,
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.auspicious-num {
    margin-top: 20px;
    margin-left: 30px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .selectric {
    padding: 10px 15px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .selectric .label {
    font-size: 14px !important;
  }
  .search-new-number-block .filter-number .box-filter .field-filter .selectric-wrapper .selectric .button {
    top: 13px;
  }
  .account-list-numbers .table-wrapper .dataTables_wrapper table {
    width: 1500px !important;
  }
  .dealer-table-numbers thead > tr > th {
    padding: 14px;
    font-size: 1.3rem;
  }
  .dealer-table-numbers tbody > tr td.actions {
    padding: 0 15px;
  }
  .account-navigation-top ul li a {
    padding: 10px 33px;
    font-size: 1.4rem;
  }
  .account-navigation-top ul li a:before {
    display: block;
    margin: auto;
  }
  .account-navigation-top .nav.item strong {
    padding: 10px 33px;
    font-size: 1.4rem;
  }
  .account-navigation-top .nav.item strong:before {
    display: block;
    margin: auto;
  }
  .numbers-filter .fieldset .field:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .numbers-filter .fieldset .field:nth-child(2),
  .numbers-filter .fieldset .field:nth-child(3) {
    width: 48%;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .search-new-number-block.search-number-dealer .filter-number > label {
    display: block;
    text-align: left;
  }
  .search-new-number-block.search-number-dealer .filter-number > ul {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1000px) and (min-width: 770px) {
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number {
    flex-direction: column;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box {
    padding: 18px 0;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #a9a9a9;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box:nth-child(1),
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box:nth-child(2),
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box:nth-child(3),
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box:nth-child(4) {
    width: 100%;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box.zodiac .field-filter > label {
    text-align: center;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box.box-sum .txtnumber-sum {
    width: 100px;
    height: 32px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.patterns .selectric-form-control {
    width: 200px;
  }
  .remaining-number .icon-chang {
    position: static;
    margin: 0 auto;
  }
  .selectric-number-zodiac {
    width: 240px;
  }
}
@media (max-width: 1024px) and (min-width: 771px) {
  .search-new-number-block.search-number-dealer .results-number .list-number li.number {
    width: 33.33333333%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .number-new {
    font-size: 2rem;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .detail {
    padding: 0px 5px 3px;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .detail > div {
    padding: 0 5px;
    font-size: 1.6rem;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .detail > div span {
    font-size: 1rem;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .ratings-box .ratings > .label {
    font-size: 1rem;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .ratings-box .ratings .rating-box .star-ico {
    width: 5px;
    height: 5px;
    background-size: 531px auto;
    background-position: -96px -69px;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .ratings-box .ratings .rating-box .star-ico:not(:last-child) {
    margin-right: 2px;
  }
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .ratings-box .ratings .rating-box .star-ico.active {
    background-position: -115px -69px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .filter-box {
    padding: 15px 5px !important;
    padding-top: 20px !important;
  }
  .search-new-number-block.search-number-dealer .search-number-content {
    padding-top: 220px;
  }
  .dealerportal-account-reserving .prediction-result > label {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .dealerportal-account-reserving .prediction-result .change-zodiac {
    position: static;
    margin-right: -130px;
    transform: unset;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle !important;
  }
  .dealerportal-account-reserving .prediction-result .content > div.points .right-box .box-wrapper .text {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .dealerportal-account-reserving .prediction-result .content > div.points .right-box .box-wrapper .ratings-box {
    padding: 0 20px;
  }
  .dealerportal-account-reserving .prediction-result .content > div.points .right-box .box-wrapper .ratings-box .label {
    font-size: 1.6rem !important;
  }
  .dealerportal-account-reserving .prediction-result .content > div.sum-meaning .right-box .text {
    font-size: 1.6rem;
  }
  .dealerportal-account-reserving .prediction-result .content > div.more-info {
    font-size: 1.6rem;
  }
  .dealerportal-account-reserving .search-new-number-block.health-check .compare-box .prediction-box .action-close {
    font-size: 1.4rem;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.patterns .selectric-form-control {
    width: 200px;
  }
  body.ipad-view .search-new-number-block.search-number-dealer .filter-package {
    justify-content: flex-start;
    padding-left: 20%;
  }
  .filter-package .ui-widget-content {
    display: block !important;
    max-width: 600px;
    text-align: left;
  }
  .filter-package ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) and (min-width: 771px) and screen and (max-width: 327px) {
  .search-new-number-block.search-number-dealer .results-number .list-number li.number .detail > .total span {
    overflow: hidden;
    height: 22px;
  }
}
@media (min-width: 771px) {
  body.ipad-view .search-new-number-block.search-number-dealer .filter-package {
    justify-content: flex-start;
  }
  body.ipad-view .search-new-number-block.search-number-dealer .filter-package label {
    min-width: 100px;
  }
  .extra-word {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    padding-top: 15px;
  }
}
@media (min-width: 771px) and screen and (max-width: 769px) {
  .extra-word {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 15px;
  }
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@font-face {
  font-family: 'fontello';
  src: url('../Tigren_DtacNumber/fonts/fontello.eot');
  src: url('../Tigren_DtacNumber/fonts/fontello.eot') format('embedded-opentype'), url('../Tigren_DtacNumber/fonts/fontello.woff2') format('woff2'), url('../Tigren_DtacNumber/fonts/fontello.woff') format('woff'), url('../Tigren_DtacNumber/fonts/fontello.ttf') format('truetype'), url('../Tigren_DtacNumber/fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello2';
  src: url('../Tigren_DtacNumber/fonts/fontello2.eot');
  src: url('../Tigren_DtacNumber/fonts/fontello2.eot') format('embedded-opentype'), url('../Tigren_DtacNumber/fonts/fontello2.woff2') format('woff2'), url('../Tigren_DtacNumber/fonts/fontello2.woff') format('woff'), url('../Tigren_DtacNumber/fonts/fontello2.ttf') format('truetype'), url('../Tigren_DtacNumber/fonts/fontello2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?95948508#fontello') format('svg');
  }
}
*/
[class^="ic-"]:before,
[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ic-angle-down:before {
  content: '\e800';
}
/* 'î €' */
.ic-angle-left:before {
  content: '\e801';
}
/* 'î ' */
.ic-angle-right:before {
  content: '\e802';
}
/* 'î ‚' */
.ic-angle-up:before {
  content: '\e803';
}
/* 'î ƒ' */
.ic-view:before {
  content: '\e804';
}
/* 'î „' */
.ic-cart:before {
  content: '\e805';
}
/* 'î …' */
.ic-box-product:before {
  content: '\e806';
}
/* 'î †' */
.ic-check:before {
  content: '\e807';
}
/* 'î ‡' */
.ic-close:before {
  content: '\e808';
}
/* 'î ˆ' */
.ic-close-o:before {
  content: '\e809';
}
/* 'î ‰' */
.ic-check-1:before {
  content: '\e80a';
}
/* 'î Š' */
.ic-id-card:before {
  content: '\e80b';
}
/* 'î ‹' */
.ic-id-card-user:before {
  content: '\e80c';
}
/* 'î Œ' */
.ic-lock:before {
  content: '\e80d';
}
/* 'î ' */
.ic-love:before {
  content: '\e80e';
}
/* 'î Ž' */
.ic-map-marker:before {
  content: '\e80f';
}
/* 'î ' */
.ic-phone:before {
  content: '\e810';
}
/* 'î ' */
.ic-plus:before {
  content: '\e811';
}
/* 'î ‘' */
.ic-print:before {
  content: '\e812';
}
/* 'î ’' */
.ic-selling:before {
  content: '\e813';
}
/* 'î “' */
.ic-time:before {
  content: '\e814';
}
/* 'î ”' */
.ic-triangle-down:before {
  content: '\e815';
}
/* 'î •' */
.ic-triangle-left:before {
  content: '\e816';
}
/* 'î –' */
.ic-triangle-right:before {
  content: '\e817';
}
/* 'î —' */
.ic-triangle-up:before {
  content: '\e818';
}
/* 'î ˜' */
.ic-work:before {
  content: '\e819';
}
/* 'î ™' */
.ic-google-map:before {
  content: '\e81a';
}
/* 'î š' */
.ic-circle:before {
  content: '\e81b';
}
/* 'î ›' */
.ic-circle-check:before {
  content: '\e81c';
}
/* 'î œ' */
.ic-circle-o:before {
  content: '\e81d';
}
/* 'î ' */
[class^="ic2-"]:before,
[class*=" ic2-"]:before {
  font-family: "fontello2";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic2-angle-down:before {
  content: "\e800";
}
.ic2-angle-left:before {
  content: "\e801";
}
.ic2-angle-right:before {
  content: "\e802";
}
.ic2-angle-up:before {
  content: "\e803";
}
.ic2-view:before {
  content: "\e804";
}
.ic2-cart:before {
  content: "\e805";
}
.ic2-box-product:before {
  content: "\e806";
}
.ic2-check:before {
  content: "\e807";
}
.ic2-close:before {
  content: "\e808";
}
.ic2-close-o:before {
  content: "\e809";
}
.ic2-check-1:before {
  content: "\e80a";
}
.ic2-id-card:before {
  content: "\e80b";
}
.ic2-id-card-user:before {
  content: "\e80c";
}
.ic2-lock:before {
  content: "\e80d";
}
.ic2-love:before {
  content: "\e80e";
}
.ic2-map-marker:before {
  content: "\e80f";
}
.ic2-phone:before {
  content: "\e810";
}
.ic2-plus:before {
  content: "\e811";
}
.ic2-print:before {
  content: "\e812";
}
.ic2-selling:before {
  content: "\e813";
}
.ic2-time:before {
  content: "\e814";
}
.ic2-triangle-down:before {
  content: "\e815";
}
.ic2-triangle-left:before {
  content: "\e816";
}
.ic2-triangle-right:before {
  content: "\e817";
}
.ic2-triangle-up:before {
  content: "\e818";
}
.ic2-work:before {
  content: "\e819";
}
.ic2-google-map:before {
  content: "\e81a";
}
.ic2-circle:before {
  content: "\e81b";
}
.ic2-circle-check:before {
  content: "\e81c";
}
.ic2-circle-o:before {
  content: "\e81d";
}
.ic2-angle-left2:before {
  content: "\e81e";
}
.ic2-angle-right2:before {
  content: "\e81f";
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@keyframes shine-lines {
  from,
  0% {
    background-position: -100px;
  }
  to,
  70%,
  100% {
    background-position: 270px;
  }
}
@keyframes shine-pagination {
  from,
  0% {
    background-position: -100px;
  }
  to,
  40%,
  100% {
    background-position: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 771px) {
  .search-new-number-block.health-check .results-number .top-title {
    padding: 0 16px;
  }
  .search-new-number-block.health-check .results-number .list-number {
    margin: 0;
  }
  .search-new-number-block.health-check .results-number .list-number li.number {
    width: 50%;
  }
  .search-new-number-block.health-check .compare-box .show-number-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-new-number-block.health-check .compare-box .show-number-box .show-number-list {
    width: auto;
  }
  .search-new-number-block.health-check .compare-box .show-number-box .box-action {
    width: auto;
    margin-top: 20px;
  }
  .search-new-number-block.health-check .box-nice-number .box-form .field-filter {
    padding: 7px 8px !important;
  }
  .filter-package {
    flex-wrap: wrap;
  }
  .filter-package .filter-block:not(:last-child) {
    margin-bottom: 10px;
  }
  .newnumber-container .filter-package label {
    width: 110px;
  }
  .newnumber-container .filter-package .ui-widget-content {
    max-width: 600px;
  }
  .newnumber-container .filter-package ul li {
    margin-bottom: 12px;
  }
  .prediction-result .content > div.points .right-box .box-wrapper {
    max-width: inherit;
  }
  .extra-word {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    padding-top: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 771px) and screen and (max-width: 769px) {
  .extra-word {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 15px;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .search-new-number-block.health-check .results-number .top-title {
    padding: 0 16px;
  }
  .search-new-number-block.health-check .results-number .list-number {
    margin: 0;
  }
  .search-new-number-block.health-check .results-number .list-number li.number {
    width: 33.33333333%;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  background-image: -webkit-linear-gradient(top, #fdd49a 0%, #fdf59a 100%);
  background-image: -o-linear-gradient(top, #fdd49a 0%, #fdf59a 100%);
  background-image: linear-gradient(to bottom, #fdd49a 0%, #fdf59a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd49a', endColorstr='#fffdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  background-image: -webkit-linear-gradient(top, #f3c17a 0%, #f3e97a 100%);
  background-image: -o-linear-gradient(top, #f3c17a 0%, #f3e97a 100%);
  background-image: linear-gradient(to bottom, #f3c17a 0%, #f3e97a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c17a', endColorstr='#fff3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  background-image: -webkit-linear-gradient(top, #b3b3b3 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #b3b3b3 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0044cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0044cc 100%);
  background-image: linear-gradient(to bottom, #0088cc 0%, #0044cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0044cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0044cc 100%);
  background-image: linear-gradient(to bottom, #0088cc 0%, #0044cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker .prev,
.datepicker .next {
  font-style: normal;
}
.datepicker .prev:after {
  content: "«";
}
.datepicker .next:after {
  content: "»";
}
@-webkit-keyframes hand-scroll {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes hand-scroll {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(3px);
  }
}
@keyframes hand-scroll {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@media screen and (max-width: 1024px) {
  .account-list-numbers .empty {
    text-align: center;
  }
  .search-new-number-block .filter-number > label {
    margin-right: 28px;
    float: left;
  }
}
@media screen and (max-width: 769px) {
  .search-new-number-block .block-title > h1 {
    font-size: 1.4rem !important;
  }
  .search-new-number-block .filter-number .box-filter .field-filter .selectric-wrapper .selectric .button {
    top: 13px;
  }
  .search-new-number-block .filter-number .box-filter.box-special-type {
    left: -63px;
  }
  .search-new-number-block .filter-number .box-filter.box-special-type {
    left: -60px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.box-sum,
  .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form .field-filter.auspicious-num {
    margin-top: 30px;
  }
  .search-new-number-block.search-number-dealer .form-search .box-search-number .selectric {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .search-new-number-block .filter-number .box-filter {
    width: 100%;
    left: 0;
    right: 0;
  }
  .search-new-number-block .filter-number .box-filter.select-dont-need,
  .search-new-number-block .filter-number .box-filter.select-need,
  .search-new-number-block .filter-number .box-filter.box-zodiac,
  .search-new-number-block .filter-number .box-filter.box-special-type,
  .search-new-number-block .filter-number .box-filter.box-start-pack {
    width: 100% !important;
    left: 0;
  }
  .account-navigation-top ul li a {
    font-size: 1.2rem;
    padding: 10px 10px;
    line-height: 12px;
  }
  .account-navigation-top ul li a:before {
    margin-bottom: 13px;
  }
  .account-navigation-top .nav.item strong {
    font-size: 1.2rem;
    padding: 10px 10px;
    line-height: 12px;
  }
  .account-navigation-top .nav.item strong:before {
    margin-bottom: 11px;
  }
  .dealer-account-content {
    padding: 30px 15px;
  }
  .dealer-top-toolbar {
    float: none;
    margin-top: 0;
  }
  .dealer-top-toolbar .field-limit {
    margin-left: 10px;
  }
  .dealer-top-toolbar .field-limit .control {
    width: 76px;
  }
  .dealer-top-toolbar .actions-export {
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 8px 5px;
  }
  .reserving-summary .box-wrapper {
    min-width: 100%;
  }
  .numbers-filter {
    padding: 24px 12px;
  }
  .numbers-filter .fieldset .field:nth-child(2),
  .numbers-filter .fieldset .field:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-popup .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal-popup.dealer-special-type .table-wrapper table {
    width: 480px;
    max-width: 480px;
  }
  .modal-popup.dealer-special-type .table-wrapper table thead > tr th {
    vertical-align: inherit;
  }
  .reserving-numbers .box-actions .action {
    min-width: 100%;
    margin: 10px 0;
  }
  table.dataTable {
    width: 1500px !important;
    max-width: 1500px;
  }
  .dealerportal-account-reserving table.dataTable {
    width: 900px !important;
  }
  .dealerportal-admin-reserved .dealer-top-toolbar {
    display: block;
  }
  .dealerportal-admin-reserved .dealer-top-toolbar .actions-export,
  .dealerportal-admin-reserved .dealer-top-toolbar .field-limit {
    margin-bottom: 20px;
  }
}
/**
 * @copyright Copyright (c) 2018 www.tigren.com
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div {
  clear: both;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.checkout-bar li span:before {
    background-image: url('../Tigren_Ordertracking/images/icon_order_tracking@2x.png');
    background-size: 1218px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
  }
}
/**
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/**
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2020 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.dobDay'],
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.dobYear'],
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.idCardExpiredDay'],
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.idCardExpiredYear'] {
    width: 15%;
  }
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.dobMonth'],
  .pretopostpackage-checkout-index #personal-information-form .field[name='preToPostInformation.idCardExpiredMonth'] {
    width: 25%;
  }
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.dobDay'],
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.dobYear'],
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.idCardExpiredDay'],
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.idCardExpiredYear'] {
    width: 15%;
  }
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.dobMonth'],
  .pretopostpackage-checkout-index #personal-billing-information-form .field[name='preToPostBillingInformation.idCardExpiredMonth'] {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .product-device-home {
    padding-left: 2%;
  }
  .block.widget .products-grid .product-item,
  .cms-index-index .devices-grid-wrapper .products-grid .product-item {
    width: 22.5% !important;
    margin-right: 2%;
  }
  .block.widget .products-grid .product-item:nth-child(4n),
  .cms-index-index .devices-grid-wrapper .products-grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item .product-item-info,
  .cms-index-index .devices-grid-wrapper .products-grid .product-item .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
  .block.widget .products-grid .product-item,
  .cms-index-index .devices-grid-wrapper .products-grid .product-item {
    width: 31% !important;
    margin-right: 2%;
  }
  .block.widget .products-grid .product-item:nth-child(3n),
  .cms-index-index .devices-grid-wrapper .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n),
  .cms-index-index .devices-grid-wrapper .products-grid .product-item:nth-child(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 639px) {
  .block.widget .products-grid .product-item,
  .cms-index-index .devices-grid-wrapper .products-grid .product-item {
    width: 48.5% !important;
    margin-right: 0;
  }
  .block.widget .products-grid .product-item:nth-child(2),
  .cms-index-index .devices-grid-wrapper .products-grid .product-item:nth-child(2) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n),
  .cms-index-index .devices-grid-wrapper .products-grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .block.widget .product-item-info .product-item-name {
    height: 45px;
    white-space: inherit;
  }
}
@media all and (min-width: 770px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .block-collapsible-nav .title,
  .block-account-nav .title,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    padding-top: 24px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    color: #ffffff;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .dtac-menu {
    display: block;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #007ad0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e8e8e8;
    color: #e8e8e8;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    margin: 0 0 29px;
  }
  .fieldset > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .fieldset > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    display: none;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #e8e8e8;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .amshopby-filter-price-from,
  .filter-options-content .amshopby-filter-price-to {
    width: 40%;
  }
  body.searchautocomplete__active .block-search {
    width: 500px;
  }
  .searchautocomplete__autocomplete {
    width: 100%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e8e8e8;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-package-category .column.main {
    min-height: 0;
  }
  .page-products.page-layout-package-category .breadcrumbs,
  .page-products.page-layout-package-category .page-title-wrapper {
    display: none;
  }
  .page-products .package-list {
    margin-top: 30px;
  }
  .page-products .package-list > .product.data.items > .item.title {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .page-products .package-list > .product.data.items > .item.title.active {
    position: relative;
    z-index: 3;
  }
  .page-products .package-list > .product.data.items > .item.title.active > .switch:after {
    z-index: 4;
  }
  .page-products .package-list > .product.data.items > .item.title > a.switch {
    padding: 40px 0;
    background: transparent;
    position: relative;
    height: 140px;
    border: none;
    outline: none;
  }
  .page-products .package-list > .product.data.items > .item.title > a.switch:after {
    z-index: 3;
  }
  .page-products .package-list > .product.data.items > .item.title > a.switch span {
    font-size: 3.2rem;
    line-height: 32px;
    color: #ffd500;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  }
  .page-products .package-list > .product.data.items > .item.title > a.switch span.package-sub-title {
    display: block;
    font-size: 2rem;
    color: #ffffff;
  }
  .page-products .package-list > .product.data.items > .item.title.package-oriented > a.switch {
    background: url('../images/bg-head-tab1.jpg') #38b6fc right 0 no-repeat;
  }
  .page-products .package-list > .product.data.items > .item.title.package-oriented > a.switch:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -85px;
    background: url('../images/bg-head-tab1-tail.png') 0 bottom no-repeat;
    width: 86px;
    height: 140px;
  }
  .page-products .package-list > .product.data.items > .item.title.package-oriented.active > a.switch {
    border-color: transparent;
    background-color: #38b6fc;
    border-radius: 25px 0 0 0;
  }
  .page-products .package-list > .product.data.items > .item.title.device-oriented > a.switch {
    background: url('../images/bg-head-tab2.jpg') #2c5893 0 0 no-repeat;
  }
  .page-products .package-list > .product.data.items > .item.title.device-oriented > a.switch:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -85px;
    background: url('../images/bg-head-tab2-tail.png') 0 bottom no-repeat;
    width: 86px;
    height: 140px;
  }
  .page-products .package-list > .product.data.items > .item.title.device-oriented.active > a.switch {
    border-color: transparent;
    background-color: #2c5893;
    border-radius: 0 25px 0 0;
  }
  .page-products .package-list > .product.data.items > .item.content {
    margin-top: 140px;
    border: none;
    padding: 0;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .devices-grid-wrapper {
    background: #2c5893;
    padding: 0 0 20px;
    position: relative;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .devices-grid-wrapper .devices-grid {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    padding: 30px;
    overflow: hidden;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .devices-grid-wrapper .devices-grid .product-item {
    text-align: center;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .devices-grid-wrapper .devices-grid .product-item .product-item-info {
    background-color: transparent;
    box-shadow: none;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .devices-grid-wrapper .devices-grid .product-item .action.condition {
    display: block;
    margin: 0 0 30px;
    color: #007ad0;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 12px;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .product-device-home .product-item {
    text-align: center;
  }
  .page-products .package-list > .product.data.items > .item.content#package-device .product-device-home .product-item .action.condition {
    display: block;
    margin: 0 0 30px;
    color: #007ad0;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 12px;
  }
  .page-products .package-list > .product.data.items > .item.content .package-overview {
    float: left;
    width: 35%;
  }
  .page-products .package-list > .product.data.items > .item.content .package-items {
    float: left;
    width: 64%;
  }
  .page-products .package-list > .product.data.items > .item.content .package-items .owl-stage-outer,
  .page-products .package-list > .product.data.items > .item.content .package-items .owl-carousel {
    padding: 0;
  }
  .page-products .package-list > .product.data.items > .item.content .package-items .owl-carousel .owl-item .item {
    margin-left: 0;
    border-radius: 3px;
    box-shadow: none;
  }
  .page-products .package-list > .product.data.items > .item.content .usage-package-details {
    padding: 40px;
    background: #38b6fb url('../images/bg-usage-package.png') center bottom no-repeat;
    float: left;
    width: 100%;
    background-size: contain;
  }
  .page-products .package-list > .product.data.items > .item.content .usage-package-details .package-overview {
    float: right;
    padding: 0 50px;
  }
  .page-products .package-list > .product.data.items > .item.content .usage-package-details .package-overview .package-main-desc {
    color: #ffffff;
    margin: 20px 0;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .page-products .package-list > .product.data.items > .item.content .usage-package-details .package-overview .package-sub-desc {
    color: #000000;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 25px;
    padding-left: 35px;
    background: url('../images/ico-wifi.png') center left no-repeat;
  }
  .page-products .package-list > .product.data.items > .item.content .speed-package-details {
    padding: 40px;
    background: #38b6fb url('../images/bg-cloud-tab1.png') center bottom no-repeat;
    float: left;
    width: 100%;
    background-size: cover;
  }
  .page-products .package-list > .product.data.items > .item.content .speed-package-details .package-overview {
    float: right;
    padding: 0 50px;
  }
  .page-products .package-list > .product.data.items > .item.content .worry-package-details {
    padding: 40px;
    background: #ffffff url('../images/bg-worry-new.png') center bottom no-repeat;
    float: left;
    width: 100%;
    background-size: cover;
  }
  .page-products .package-list > .product.data.items > .item.content .worry-package-details .package-overview h3 {
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 7rem;
    color: #00adef;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .page-products .package-list > .product.data.items > .item.content .worry-package-details .package-overview h3 .txt-pink {
    color: #EB008B;
    font-size: 10rem;
  }
  .page-products .package-list > .product.data.items > .item.content .worry-package-details .package-overview h3:after {
    content: '';
    display: inline-block;
    background: url('../images/ico-worryfee.png') 0 0 no-repeat;
    width: 66px;
    height: 66px;
    background-size: 100%;
    margin-left: 12px;
  }
  .page-products .package-list > .product.data.items > .item.content .worry-package-details .package-overview p {
    font-size: 3.5rem;
    color: #000000;
  }
  .package-items .items-wrapper .item {
    float: left;
    margin-bottom: 10px;
    background: #f5f5f5;
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 15px 0;
    min-height: 462px;
    padding-bottom: 70px;
  }
  .package-items .items-wrapper .item .item-name {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .package-items .items-wrapper .item .item-price {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
  }
  .package-items .items-wrapper .item .item-price .currency {
    font-size: 16px;
    line-height: 78px;
  }
  .package-items .items-wrapper .item .item-price .note {
    display: inline-block;
    font-size: 16px;
    position: relative;
    right: -6px;
    top: 0;
    line-height: 2;
    color: #5a5a5a;
  }
  .package-items .items-wrapper .item .item-price .price {
    color: #000000;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .package-items .items-wrapper .item .item-price .price .currency {
    color: #000 !important;
    font-size: 19px;
    font-style: initial;
    position: absolute;
    top: 0;
    margin-left: -19px;
    padding-right: 8px;
    line-height: 2.3;
  }
  .package-items .items-wrapper .item .item-attributes {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
  .package-items .items-wrapper .item .attribute-value {
    width: 100%;
    float: left;
    color: #1a1a1a;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.13;
    margin-bottom: 5px;
  }
  .package-items .items-wrapper .item .attribute-label {
    color: #767676;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 1.23;
    text-align: center;
    width: 100%;
    padding: 0 0 5px;
    font-weight: 400;
  }
  .package-items .items-wrapper .item .package-actions {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 70px;
  }
  .package-items .items-wrapper .item a:focus {
    outline: 0;
    text-decoration: none;
  }
  .package-items .items-wrapper .item a:-moz-focusring {
    outline: 0;
    text-decoration: none;
  }
  .package-items .items-wrapper .item .action {
    display: inline-block;
    clear: both;
    position: relative;
    z-index: 10;
  }
  .package-items .items-wrapper .item .action.select-package {
    background: #007ad0;
    padding: 10px 30px;
    margin: 20px 0 10px;
    border-radius: 3px;
    transition: background .3s ease;
    border: none;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .package-items .items-wrapper .item .action.select-package:hover {
    background: #036bb5;
  }
  .package-items .items-wrapper .item .action.condition {
    display: block;
    color: #007ad0;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 13px;
  }
  .owl-carousel .owl-item .item {
    margin-left: 13px;
    -webkit-box-shadow: 0 25px 18px 0 rgba(33, 40, 49, 0.2);
    box-shadow: 0 25px 18px 0 rgba(33, 40, 49, 0.2);
    border-radius: 6px;
  }
  .owl-carousel .owl-item .item .action.primary {
    background: transparent;
    padding: 0;
    border: 0;
  }
  .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #d1d1d1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .owl-carousel .owl-dots .owl-dot.active span,
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #FFDD59;
  }
  .cms-mnp .owl-carousel .owl-dots .owl-dot span {
    background: #f8f8f8 !important;
  }
  .cms-mnp .owl-carousel .owl-dots .owl-dot.active span,
  .cms-mnp .owl-carousel .owl-dots .owl-dot:hover span {
    background: #FFDD59 !important;
  }
  .cms-mnp .owl-carousel .owl-nav.disabled {
    display: block !important;
    bottom: 40% !important;
  }
  .cms-mnp .owl-carousel .owl-nav.disabled .owl-prev {
    float: left;
    margin-left: -40px;
  }
  .cms-mnp .owl-carousel .owl-nav.disabled .owl-next {
    float: right;
    margin-right: -40px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 23.5%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .package-list > .product.data.items > .item.content .package-detail-items.personalized .package-items {
    float: inherit;
    width: 100%;
  }
  .page-products .package-list > .product.data.items > .item.content .package-detail-items.personalized .package-items .items-wrapper .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-products {
    height: 60px;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
  }
  .sorter .sorter-title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    opacity: 0;
  }
  .sorter .selectric-wrapper {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #e8e8e8;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #e8e8e8;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .catalog-category-view .category-cms:has(.pretopost-sticky) {
    padding: 0 0 24px;
  }
  body.catalog-product-mnp-view .product-info-main .product-add-form,
  body.catalog-product-mnp-view .product.info.detailed {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .product-nav-bar {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flex;
    display: flex;
  }
  .product-nav-bar.bar_3_steps .nav-item {
    width: 33.33333333%;
  }
  .product-nav-bar.bar_3_steps .nav-item span,
  .product-nav-bar.bar_3_steps .nav-item a,
  .product-nav-bar.bar_3_steps .nav-item a:visited {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    text-align: center;
    pointer-events: none;
    cursor: default;
  }
  .product-nav-bar.bar_3_steps .nav-item.actived span,
  .product-nav-bar.bar_3_steps .nav-item.current span,
  .product-nav-bar.bar_3_steps .nav-item.actived a,
  .product-nav-bar.bar_3_steps .nav-item.current a,
  .product-nav-bar.bar_3_steps .nav-item.actived a:visited,
  .product-nav-bar.bar_3_steps .nav-item.current a:visited {
    color: #007ad0;
  }
  .product-nav-bar.bar_3_steps .nav-item.actived:after {
    background: #007ad0;
  }
  .product-nav-bar.bar_3_steps .nav-item.disable span,
  .product-nav-bar.bar_3_steps .nav-item.disable a,
  .product-nav-bar.bar_3_steps .nav-item.disable a:visited {
    color: #d6d6d6;
  }
  .product-nav-bar.bar_3_steps .nav-item.disable:after {
    background: #c4c4c4;
  }
  .product-nav-bar.bar_3_steps .nav-item:nth-child(3n) span,
  .product-nav-bar.bar_3_steps .nav-item:nth-child(3n) a,
  .product-nav-bar.bar_3_steps .nav-item:nth-child(3n) a:visited {
    color: #d6d6d6;
    pointer-events: none;
    cursor: default;
  }
  .product-nav-bar.bar_3_steps .nav-item:nth-child(3n):after {
    background: #c4c4c4;
  }
  .product-nav-bar.bar_3_steps .nav-item:nth-child(3n).current:after {
    background: #007ad0;
  }
  .product-nav-bar.bar_3_steps .nav-item:nth-child(2n) a {
    left: 50%;
    margin-left: -12px;
  }
  .product-nav-bar.bar_3_steps .nav-item:nth-child(2n):after {
    left: 50%;
    margin-left: -3px;
  }
  .product-nav-bar.bar_2_steps .nav-item {
    width: 50%;
  }
  .product-nav-bar.bar_2_steps .nav-item span,
  .product-nav-bar.bar_2_steps .nav-item a {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    text-align: center;
    pointer-events: none;
    cursor: default;
  }
  .product-nav-bar.bar_2_steps .nav-item.actived span,
  .product-nav-bar.bar_2_steps .nav-item.current span,
  .product-nav-bar.bar_2_steps .nav-item.actived a,
  .product-nav-bar.bar_2_steps .nav-item.current a,
  .product-nav-bar.bar_2_steps .nav-item.actived a:visited,
  .product-nav-bar.bar_2_steps .nav-item.current a:visited {
    color: #007ad0;
  }
  .product-nav-bar.bar_2_steps .nav-item.actived:after {
    background: #007ad0;
  }
  .product-nav-bar.bar_2_steps .nav-item.current span,
  .product-nav-bar.bar_2_steps .nav-item.current a,
  .product-nav-bar.bar_2_steps .nav-item.current a:visited {
    color: #007ad0;
  }
  .product-nav-bar .nav-item {
    position: relative;
    float: left;
    text-align: center;
  }
  .product-nav-bar .nav-item > span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    padding: 0;
    color: #D6D6D6;
    font-weight: 300;
    font-size: 1.3rem;
  }
  .product-nav-bar .nav-item .nav-item__txt {
    display: inline-block;
  }
  .product-nav-bar .nav-item:first-child {
    text-align: left;
  }
  .product-nav-bar .nav-item:first-child .nav-item__txt {
    transform: translateX(-50%);
  }
  .product-nav-bar .nav-item:last-child {
    text-align: right;
  }
  .product-nav-bar .nav-item:last-child .nav-item__txt {
    transform: translateX(50%);
  }
  .product-nav-bar .nav-item:last-child:after {
    left: auto;
    right: 0;
  }
  .product-nav-bar .nav-item:before {
    background: #eeeeee;
    bottom: -11px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .product-nav-bar .nav-item:after {
    background: #007ad0;
    bottom: -15px;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0;
    position: absolute;
  }
  .catalog-product-view:not(.catalog-product-landing) .page-title-wrapper {
    text-align: center;
  }
  .catalog-product-view:not(.catalog-product-landing) .product-info-top {
    max-width: 70%;
    margin: 0 auto;
    clear: both;
  }
  .catalog-product-view:not(.catalog-product-landing) #amasty-main-container {
    max-width: 100%;
    height: auto !important;
  }
  .catalog-product-view.catalog-product-landing .page-title-wrapper.product {
    display: table;
    margin-bottom: 16px;
  }
  .catalog-product-view.catalog-product-landing .page-title {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.14;
  }
  .catalog-product-view.catalog-product-landing .landing-item-details.outofstock-item .gift-item p {
    background-color: #bebebe;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute {
    margin-bottom: 24px;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute .swatch-attribute-label {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 10px 0;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.choose_capacity .swatch-attribute-options .swatch-option {
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    line-height: 24px;
    height: 48px;
    padding: 12px;
    width: calc((100% - 8px) / 2);
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.choose_capacity .swatch-attribute-options .swatch-option:nth-child(3n) {
    margin-right: 8px !important;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.choose_capacity .swatch-attribute-options .swatch-option:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.choose_capacity .swatch-attribute-options .swatch-option.selected {
    padding: 12px;
    border: solid 1px #007ad0;
    background-color: #e7eef4;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.choose_capacity .swatch-attribute-options .swatch-option.selected:hover {
    border: solid 1px #007ad0;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    line-height: 24px;
    height: 48px;
    padding: 12px;
    width: calc((100% - 8px) / 2);
    position: relative;
    border-radius: 8px;
    height: auto;
    margin-right: 8px;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:nth-child(3n) {
    margin-right: 8px !important;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:after {
    content: attr(option-label);
    position: static;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option > span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin: 0 0 8px;
    border: 1px solid #d6d6d6;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:not(.disabled).selected {
    outline: none;
    padding: 12px;
    border: solid 1px #007ad0;
    background-color: #e7eef4;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:not(.disabled).selected:hover {
    box-shadow: inset 0 0 0 0 #007ad0;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option:not(.disabled):hover {
    outline: none;
  }
  .catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled {
    overflow: visible;
  }
  .catalog-product-view .gift-item {
    display: inline-block;
  }
  .catalog-product-view .gift-item p {
    background-color: #009edf;
    border-radius: 12px;
    box-shadow: 0 0 0 0;
    color: #ffffff;
    font-family: 'Helvetica', Arial, Thonburi, sans-serif;
    font-size: 1rem;
    padding: 6px 10px 6px 30px;
    display: inline-block;
    text-align: left;
    margin: 10px 0 0;
    position: relative;
  }
  .catalog-product-view .gift-item p:before {
    width: 14px;
    height: 14px;
    background-position: -428px -178px;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
  }
  .catalog-product-view .outofstock-status {
    display: inline-block;
  }
  .catalog-product-view .outofstock-status p {
    background-color: #ffffff;
    border: 1px solid #f93240;
    border-radius: 12px;
    box-shadow: 0 0 0 0;
    color: #f93240;
    font-family: 'Helvetica', Arial, Thonburi, sans-serif;
    font-size: 1rem;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0;
    position: relative;
  }
  .catalog-product-view .wrap-gift {
    margin: 20px;
    margin-bottom: 41px;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 8px 25px -15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 8px 25px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 25px -15px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border: none;
    min-height: 100px;
  }
  .catalog-product-view .wrap-gift .gift-image {
    text-align: center;
  }
  .catalog-product-view .wrap-gift .gift-image img {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 10px 10px 10px;
  }
  .catalog-product-view .wrap-gift p.info-gift {
    color: #000000;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 16px;
    text-align: center;
    clear: both;
    margin: 0;
  }
  .catalog-product-view .wrap-gift .icon-gift {
    position: absolute;
    top: -15px;
    left: -15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #009edf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .catalog-product-view .wrap-gift .icon-gift:before {
    top: 6px;
    width: 20px;
    height: 20px;
    background-position: -424px -175px;
    display: block;
    background-size: 829px auto;
    position: absolute;
    left: 7px;
  }
  .catalog-product-view .fotorama__dot {
    height: 8px;
    width: 8px;
  }
  .catalog-product-view .fotorama__active .fotorama__dot {
    background: #009edf;
    border-color: #009edf;
    height: 8px;
    width: 8px;
  }
  .catalog-product-view #accordion {
    clear: both;
  }
  .catalog-product-view .related {
    margin-top: 30px;
  }
  .catalog-product-view .related #block-related-heading {
    font-weight: normal;
    font-size: 21px;
  }
  .catalog-product-view .related .product-items .product-item {
    text-align: center;
  }
  .catalog-product-view .related .product-items .product-item .product-item-name a {
    font-weight: 600;
    font-size: 19px;
  }
  .catalog-product-view .related .product-items .product-item .product-item-actions {
    display: none;
  }
  .catalog-product-view .product-options-bottom {
    margin-top: 32px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
  }
  .catalog-product-view .product-options-bottom__label {
    color: #767676;
    font-size: 14px;
    height: 20px;
  }
  .catalog-product-view .product-options-bottom .device-financing-price-box p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
  }
  .catalog-product-view .product-options-bottom .device-financing-price-box small {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    text-align: left;
    color: #1a1a1a;
  }
  .catalog-product-view .product-options-bottom .device-financing-price-box .pay-per-month {
    font-weight: bold;
  }
  .catalog-product-view.p2p-product .product.media {
    width: 50%;
  }
  .catalog-product-view.p2p-product .product-info-main {
    width: 45%;
  }
  .catalog-product-view.p2p-product .product-info-top {
    max-width: 100%;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .box-tocart .actions .action.tocart,
  .product-options-bottom .box-tocart .actions .action.tocart {
    background: #007ad0;
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-align: center;
    font-size: 20px;
    padding: 3px 30px;
    line-height: 34px;
  }
  .product-info-main .box-tocart .actions .action.tocart:hover,
  .product-options-bottom .box-tocart .actions .action.tocart:hover {
    background: #036bb5;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed .additional-attributes {
    width: auto;
  }
  .product.info.detailed .additional-attributes tbody tr {
    display: block;
    width: 50%;
    float: left;
  }
  .product.info.detailed .additional-attributes tbody tr th {
    min-width: 150px;
  }
  .product.media .gallery-placeholder,
  .fotorama.fotorama--fullscreen {
    padding-right: 40px;
  }
  .product.media .gallery-placeholder .fotorama__nav-wrap,
  .fotorama.fotorama--fullscreen .fotorama__nav-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .product.media .gallery-placeholder .fotorama__thumb__arr,
  .fotorama.fotorama--fullscreen .fotorama__thumb__arr {
    display: none !important;
  }
  .product.media .gallery-placeholder .fotorama__thumb,
  .fotorama.fotorama--fullscreen .fotorama__thumb {
    background-color: transparent;
  }
  .product.media .gallery-placeholder .fotorama__thumb-border,
  .fotorama.fotorama--fullscreen .fotorama__thumb-border {
    display: none;
  }
  .product.media .gallery-placeholder .fotorama__thumb-border,
  .fotorama.fotorama--fullscreen .fotorama__thumb-border {
    border-color: #009edf;
  }
  .product.media .gallery-placeholder .fotorama__nav.fotorama__nav--thumbs,
  .fotorama.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
    height: auto !important;
  }
  .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame,
  .fotorama.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product.media .gallery-placeholder .fotorama__nav .fotorama__thumb-border,
  .fotorama.fotorama--fullscreen .fotorama__nav .fotorama__thumb-border {
    margin-top: 0;
  }
  .product.media .gallery-placeholder .fotorama__stage.fotorama__shadows--left:before,
  .fotorama.fotorama--fullscreen .fotorama__stage.fotorama__shadows--left:before,
  .product.media .gallery-placeholder .fotorama__nav.fotorama__shadows--left:before,
  .fotorama.fotorama--fullscreen .fotorama__nav.fotorama__shadows--left:before,
  .product.media .gallery-placeholder .fotorama__stage.fotorama__shadows--right:after,
  .fotorama.fotorama--fullscreen .fotorama__stage.fotorama__shadows--right:after,
  .product.media .gallery-placeholder .fotorama__nav.fotorama__shadows--right:after,
  .fotorama.fotorama--fullscreen .fotorama__nav.fotorama__shadows--right:after {
    background-image: none;
  }
  .product.media .gallery-placeholder .video-thumb-icon:after,
  .fotorama.fotorama--fullscreen .video-thumb-icon:after {
    background: url('../images/icon-video@2x.png') no-repeat center rgba(255, 255, 255, 0.8);
    background-size: 33%;
    width: 80px;
    height: 80px;
    top: 0;
    margin: 0;
  }
  .product.media .gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon,
  .fotorama.fotorama--fullscreen .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -345px;
  }
  .m-visible {
    display: none;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul {
    gap: 4%;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(1) {
    order: 1;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(2) {
    order: 3;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(3) {
    order: 5;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(4) {
    order: 7;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(5) {
    order: 2;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(6) {
    order: 4;
  }
  .catalog-category-view.page-layout-package-pretopost-category .ptp-package-bottom ul li:nth-child(7) {
    order: 6;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .checkout-cart-index #maincontent {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index #maincontent.p2p-wrapper .cart.table-wrapper .product-item-details .action {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.3rem;
  }
  .qty_prd_on_mobile {
    display: none;
  }
  .cart-container .form-cart .cart.actions {
    text-align: left;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary-wrapper {
    float: right;
    position: relative;
    width: 32%;
  }
  .cart-summary-wrapper .free-delivery-info {
    display: block;
    padding: 15px 15px 15px 50px;
    margin-top: 0;
    background: #ffffff;
    position: relative;
  }
  .cart-summary-wrapper .free-delivery-info:before {
    background-color: #00adef;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 0;
    background-position: -18px -664px;
    margin-top: -19px;
    border-radius: 50%;
  }
  .cart-summary-wrapper .free-delivery-info a {
    color: #1a1a1a;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
    padding-right: 25px;
    position: relative;
  }
  .cart-summary-wrapper .free-delivery-info a:after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    background-position: -400px -427px;
    margin-top: -8px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 15px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .product-item-details .action {
    color: #007ad0;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 26px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .cart.table-wrapper .product-item-details .action.action-edit {
    border-right: 1px solid #000000;
  }
  .cart.table-wrapper .product-item-details .action.action-towishlist {
    display: none;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label {
    padding-top: 12px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address .select,
  .checkout-index-index .modal-popup .form-billing-address .select {
    line-height: inherit !important;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 140px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address,
  .checkout-index-index .modal-popup .form-billing-address {
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field,
  .checkout-index-index .modal-popup .form-billing-address .field {
    float: left;
    margin-bottom: 10px;
    width: 49%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street,
  .checkout-index-index .modal-popup .form-billing-address .field.street,
  .checkout-index-index .modal-popup .form-shipping-address .field.shipping-street,
  .checkout-index-index .modal-popup .form-billing-address .field.shipping-street,
  .checkout-index-index .modal-popup .form-shipping-address .field.billing-street,
  .checkout-index-index .modal-popup .form-billing-address .field.billing-street {
    width: 100%;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street .field,
  .checkout-index-index .modal-popup .form-billing-address .field.street .field,
  .checkout-index-index .modal-popup .form-shipping-address .field.shipping-street .field,
  .checkout-index-index .modal-popup .form-billing-address .field.shipping-street .field,
  .checkout-index-index .modal-popup .form-shipping-address .field.billing-street .field,
  .checkout-index-index .modal-popup .form-billing-address .field.billing-street .field {
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street .field label,
  .checkout-index-index .modal-popup .form-billing-address .field.street .field label,
  .checkout-index-index .modal-popup .form-shipping-address .field.shipping-street .field label,
  .checkout-index-index .modal-popup .form-billing-address .field.shipping-street .field label,
  .checkout-index-index .modal-popup .form-shipping-address .field.billing-street .field label,
  .checkout-index-index .modal-popup .form-billing-address .field.billing-street .field label {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.address-city-field,
  .checkout-index-index .modal-popup .form-billing-address .field.address-city-field {
    float: right;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.address-postcode-field,
  .checkout-index-index .modal-popup .form-billing-address .field.address-postcode-field {
    float: right;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field .label,
  .checkout-index-index .modal-popup .form-billing-address .field .label {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-weight: normal;
    color: #1a1a1a;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field .control,
  .checkout-index-index .modal-popup .form-billing-address .field .control {
    width: 100%;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field .control .input-text,
  .checkout-index-index .modal-popup .form-billing-address .field .control .input-text,
  .checkout-index-index .modal-popup .form-shipping-address .field .control .select,
  .checkout-index-index .modal-popup .form-billing-address .field .control .select {
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 40px;
    border: 1px solid #DDDDDD;
    background-color: #FBFBFB;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street .control,
  .checkout-index-index .modal-popup .form-billing-address .field.street .control {
    width: 100%;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street .control .field,
  .checkout-index-index .modal-popup .form-billing-address .field.street .control .field {
    width: 100%;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field.street .control .field .label,
  .checkout-index-index .modal-popup .form-billing-address .field.street .control .field .label {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address .field .action-select-wrap,
  .checkout-index-index .modal-popup .form-billing-address .field .action-select-wrap {
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 40px;
    border: 1px solid #DDDDDD;
    background-color: #FBFBFB;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-select-wrap,
  .checkout-index-index .modal-popup .form-billing-address .action-select-wrap {
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 40px;
    border: 1px solid #DDDDDD;
    background-color: #FBFBFB;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap {
    position: relative;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-select,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-select {
    color: #000000;
    font-size: 1.2rem;
    font-family: 'Helvetica', Arial, Thonburi, sans-serif;
    font-weight: 700;
    border: none;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    position: relative;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-select:after,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-select:after {
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    background-position: -78px -26px;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu._active,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu._active {
    display: block;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap {
    padding: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap .action-multiselect-search,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap .action-multiselect-search {
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #FBFBFB;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap .action-multiselect-search:focus,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu .action-multiselect-search-wrap .action-multiselect-search:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner {
    max-height: 200px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    min-width: 300px;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item {
    padding: 0 10px;
    color: #000000;
    font-size: 1.2rem;
    margin: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item > *,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item > * {
    font-weight: 500;
    margin: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item label,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item label {
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: normal;
  }
  .checkout-index-index .modal-popup .form-shipping-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item:hover,
  .checkout-index-index .modal-popup .form-billing-address .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner .action-multiselect-menu-inner-item:hover {
    background: #cccccc;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 5px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 770px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .pretopost-package-cms .ptp-package-bottom ul {
    gap: 4%;
  }
  .pretopost-package-cms .ptp-package-bottom ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(1) {
    order: 1;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(2) {
    order: 3;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(3) {
    order: 5;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(4) {
    order: 7;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(5) {
    order: 2;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(6) {
    order: 4;
  }
  .pretopost-package-cms .ptp-package-bottom ul li:nth-child(7) {
    order: 6;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 74.7%;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    background: #F5F5F5;
    padding: 20px;
    min-height: 195px;
  }
  .account.customer-account-edit .fieldset .fullname .field .control,
  .account.customer-address-form .fieldset .fullname .field .control,
  .account.customer-account-edit .fieldset > .field:not(.choice) > .control,
  .account.customer-address-form .fieldset > .field:not(.choice) > .control {
    width: 100%;
    max-width: 356px;
  }
  .customer-address-index .actions-toolbar {
    margin-top: 20px;
    padding-left: 2px;
  }
  .account .action.back {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 20px !important;
  }
  .account .form-address-edit {
    margin-right: -11px;
    margin-left: -11px;
  }
  .account .form-address-edit > .fieldset {
    float: left;
    width: 50%;
    padding: 0 11px;
  }
  .account .form-address-edit > .fieldset .fieldset .field label {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 4px;
  }
  .account .form-address-edit > .fieldset .fieldset .address-street .control .field .label {
    display: none;
  }
  .account .action-multiselect-text {
    line-height: 39px;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .table-order-items tr {
    border-bottom: solid 1px #EFEFEF;
  }
  .table-order-items tr th.col {
    text-align: center;
  }
  .table-order-items tr th.col.id {
    text-align: left;
  }
  .table-order-items tr th.col.actions {
    text-align: center;
  }
  .table-order-items tr td.col {
    padding: 18px 10px;
    text-align: center;
  }
  .table-order-items tr td.col.id {
    text-align: left;
  }
  .table-order-items tr td.col.actions a.action {
    background: #19a9f8;
    color: #FFF;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -o-border-radius: 19px;
    padding: 10px 19px;
    font-size: 13px;
  }
  .table-order-items tr td.col.actions a.action:hover {
    background: #1987f8;
    text-decoration: none;
  }
  .sales-order-view .order-title .action,
  .sales-order-invoice .order-title .action,
  .sales-order-shipment .order-title .action {
    padding: 0 14px;
  }
  .sales-order-view .table-order-items thead th,
  .sales-order-invoice .table-order-items thead th,
  .sales-order-shipment .table-order-items thead th {
    padding: 13px 20px;
    background: #f3f3f3;
  }
  .sales-order-view .table-order-items tfoot td,
  .sales-order-invoice .table-order-items tfoot td,
  .sales-order-shipment .table-order-items tfoot td,
  .sales-order-view .table-order-items tfoot th,
  .sales-order-invoice .table-order-items tfoot th,
  .sales-order-shipment .table-order-items tfoot th {
    padding: 8px 10px !important;
  }
  .sales-order-view .table-order-items tr,
  .sales-order-invoice .table-order-items tr,
  .sales-order-shipment .table-order-items tr {
    border-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .account.customer-account-edit .actions-toolbar .action.primary,
  #edit-form-buttons-container .action.primary {
    min-width: 198px;
  }
  .page-with-filter .block.filter {
    max-width: 73.5%;
    margin: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .sales-order-view .column.main .block:not(.widget) .block-content .box {
    padding: 0;
    background: transparent;
    margin-bottom: 20px;
    min-height: inherit;
  }
  .sales-order-view .order-totals {
    width: 300px;
    float: right;
    clear: both;
  }
  .sales-order-view .order-totals .order-view-totals .mark {
    padding-left: 15px;
  }
  .sales-order-view .order-totals .order-view-totals tbody tr > td {
    padding-right: 15px;
  }
  body,
  html {
    height: 100%;
  }
  .desktop-only {
    display: block !important;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .top-container,
  .page-wrapper > .widget,
  .page-wrapper > .breadcrumbs {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner {
    min-width: 300px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  #googlemap-modal {
    height: 250px;
    width: 100%;
  }
  #opc-delivery_comment #delivery-comment .field {
    float: left;
    width: 75%;
  }
  #opc-shipping_method-button .actions-toolbar {
    margin-top: 0;
    clear: both;
    float: left;
    width: 100%;
  }
  #opc-shipping_method-button .actions-toolbar .primary {
    width: 100%;
  }
  .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner {
    min-width: 300px;
  }
  body.checkout-index-index .opc-progress-bar {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 55;
  }
  body.checkout-index-index .dtac-js-wrapper ~ #dtac_body_obj .opc-progress-bar {
    top: 114px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-group {
    position: relative;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title {
    float: left;
    margin-right: 1%;
    width: 24%;
    height: 180px;
    border: none;
    position: relative;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 1%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"]:checked ~ label:after {
    background: #ffffff;
    border: 2px solid #009edf;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"]:checked ~ label:before {
    background-color: transparent;
    border: none;
    background-position: -239px -124px;
    width: 18px;
    height: 18px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"] ~ label span:before {
    min-height: 70px;
    max-width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label:before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label:after {
    background: #f5f5f5;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 2px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label span {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    display: block;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label span:before {
    content: '\A';
    display: block;
    margin: 0 auto;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="checkmo"] ~ label span:before {
    height: 42px;
    width: 67px;
    background-position: -417px -506px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="checkmo"]:checked ~ label span:before {
    background-position: -503px -506px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="cashondelivery"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-cash-payment@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="cashondelivery"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_im"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-installment@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_im"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="agent_payment"] ~ label span:before {
    height: 47px;
    width: 47px;
    background-position: -421px -601px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="agent_payment"]:checked ~ label span:before {
    background-position: -506px -601px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="banktransfer"] ~ label span:before,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offsite_internetbanking"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-internet-banking@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="banktransfer"]:checked ~ label span:before,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offsite_internetbanking"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_cc"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-credit@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_cc"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offline_promptpay"] ~ label span:before {
    background: url("../images/icon-payment-qr@2x.png") center top no-repeat;
    height: 64px;
    width: 136px;
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offline_promptpay"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_true_money_wallet"] ~ label span:before {
    background: url("../images/true_money_wallet@2x.png") center center no-repeat;
    height: 64px;
    width: 134px;
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_true_money_wallet"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="device_financing"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/logo-sabuypay-th.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="device_financing"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="device_financing"]:lang(en) ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/logo-sabuypay-en.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="device_financing"]:lang(en):checked ~ label span:before {
    filter: grayscale(0);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content {
    padding: 20px 0;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 200px;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    margin: 0;
    top: calc(100% + 20px);
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset {
    margin-bottom: 20px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field {
    margin-bottom: 10px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field label {
    margin: 0 0 5px;
    display: block;
    width: 100%;
    text-align: left;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control {
    margin: 0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control .input-text,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control .select {
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 40px;
    background-color: #f8f8f8;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number .control,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .holdername .control {
    max-width: 395px;
    position: relative;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number .input-text,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .holdername .input-text {
    width: 100%;
    max-width: 395px;
    padding-right: 60px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.mastercard .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -452px -682px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.visa .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -384px -682px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.jbc .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -519px -682px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div {
    float: left;
    margin-right: 20px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div input._has-datepicker {
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div button.ui-datepicker-trigger {
    display: none;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div {
    float: left;
    margin-right: 20px;
    max-width: 50%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .input-text {
    width: 150px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip {
    position: relative;
    position: absolute;
    bottom: 12px;
    right: 30px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333333;
    line-height: 1.4;
    border: 1px solid #009edf;
    margin-left: 5px;
    left: 100%;
    top: 0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    right: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-right-color: #ffffff;
    margin-top: -5px;
    top: 15px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-right-color: #009edf;
    margin-top: -6px;
    top: 15px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle {
    cursor: help;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle:hover + .tooltip-content,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle:focus + .tooltip-content,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip:hover .tooltip-content {
    display: block;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle {
    width: 15px;
    height: 15px;
    display: block;
    background: #cccccc;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content {
    margin-left: 15px;
    top: -17px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-width: 15px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-width: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div {
    clear: both;
    position: relative;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div #cvv-terms-content {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div #cvv-terms-content h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div {
    clear: both;
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div .omise-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div .omise-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .true-money-wallet-title {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 16px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .form-fields {
    padding: 40px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
    margin-bottom: 24px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .form-fields:before {
    content: "";
    background: url("../images/true@2x.png") center center no-repeat;
    background-size: 132px auto;
    height: 100px;
    width: 132px;
    display: block;
    margin: 0 auto 32px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .form-fields .account-title {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 16px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .form-fields .field.number {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .form-fields .field.number label.label {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #1a1a1a;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .field.terms label {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a1a;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_true_money_walletForm .field.terms .true-money-wallet-terms {
    margin: 10px 0 30px 26px;
    padding: 16px 16px 21px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    background-color: #f9fbfb;
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information {
    display: block;
    margin-top: 48px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .info-title {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .list-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0;
    gap: 66px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .list-steps li {
    text-align: center;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .list-steps li .image-block {
    min-height: 190px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .list-steps li span {
    display: block;
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item {
    margin-top: 10px;
    padding: 15px;
    border-radius: 3px;
    background-color: #f5f8fb;
    display: grid;
    grid-template-columns: 1fr 2.5fr 1fr;
    align-items: center;
    gap: 8px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item p {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a1a;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .image-block {
    text-align: center;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .image-block img {
    display: inline-block;
    margin: 0 0 10px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .text-block {
    text-align: left;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .text-block p.info-title {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 5px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .action {
    text-align: center;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .truemoneywallet-information .p-next-details .item .action a {
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007ad0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"] {
    position: absolute;
    margin: 0;
    z-index: 3;
    opacity: 0;
    width: 18px;
    height: 18px;
    left: 13px;
    top: 37px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #dee3e5;
    border-radius: 100%;
    left: 13px;
    top: 42px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"]:checked ~ label:before {
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/icon.png');
    background-size: 592px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -239px -124px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 13px;
    top: 42px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type=radio] + label + div.mage-error {
    position: absolute;
    bottom: 9px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items .select_style div.mage-error {
    position: absolute;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div .omise-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
    max-width: 457px;
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div .omise-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div {
    clear: both;
    margin: 10px 0;
    position: relative;
    float: left;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error {
    padding: 0 !important;
    font-weight: normal !important;
    color: #e02b27;
    font-size: 1.2rem;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error:before,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error:after {
    content: none;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div .cod-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div .cod-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .internetbanking-terms-conditions-device,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cvv-terms-conditions-device {
    clear: both;
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .draft-device-eform {
    cursor: pointer;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .internetbanking-terms-conditions-device label,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .im-terms-conditions-device label,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cvv-terms-conditions-device label,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms-conditions-device label,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cod-terms-conditions-device label,
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .df-terms-conditions-device label {
    font-size: 18px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .agent-not-match-number a {
    color: #e02b27;
    text-decoration: underline;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar {
    margin-left: 0;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar .primary {
    float: left;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar button.checkout {
    background: #007ad0;
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    border-radius: 3px;
    padding: 3px 30px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 5px 50px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar button.checkout:hover {
    background: #036bb5;
  }
  body.checkout-index-index .opc-wrapper #payment .discount-code {
    clear: both;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-option .payment-option-content .input-text {
    height: 40px;
    line-height: 40px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #FBFBFB;
  }
  body.advancedcheckout-customer-survey .page-main {
    max-width: inherit;
    padding: 0;
  }
  body.advancedcheckout-customer-survey .page-main .column.main {
    max-width: inherit;
    padding: 0;
  }
  .dtac-check-id-card-popup .modal-inner-wrap {
    width: 600px;
  }
  .agent-payment-page .checkout-payment-method .checkout-payment-method .payment-method-content #omise_imForm li.items input[type=radio] + label:before,
  .agent-payment-page .checkout-payment-method .checkout-payment-method .payment-method-content #omise_ptp_imForm li.items input[type=radio] + label:before {
    left: -20px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .instructions-content,
  body.pretopost-checkout-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .instructions-content {
    font-size: 1.5rem;
    line-height: 1.47;
    color: #1a1a1a;
    max-width: 585px;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .instructions-content b,
  body.pretopost-checkout-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .instructions-content b {
    font-size: 1.8rem;
  }
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .actions-toolbar,
  body.pretopost-checkout-index .opc-wrapper #payment .payment-methods .payment-method.agent-payment .actions-toolbar {
    margin-top: 50px;
  }
  .agent-payment-page .opc-wrapper {
    width: 100%;
    padding: 0;
    float: inherit;
    max-width: 900px;
    margin: 0 auto;
  }
  .agent-payment-page #omise_ptp_imForm .omise-banking-text-wrapper .select_style {
    max-width: inherit;
  }
  body.checkout-onepage-success.agent-checkout-success .table-order-items tr:last-child {
    border-bottom: 0;
  }
  .dealerportal-account-reserving .page-main {
    max-width: 1240px;
  }
  .page-layout-dealer-layout .page-header .header.content a.logo {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right {
    margin-right: 0;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right li {
    margin: 0 30px 0;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right li a {
    line-height: 56px;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 28px;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right li a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 33%;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right li a.header-link__search:before {
    content: '';
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DealerPortal/images/dealer-icons@2x.png');
    background-size: 300px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-position: -130px -5px;
  }
  .page-layout-dealer-layout .page-header .header.content .top-link-right li a.header-link__acc:before {
    background-image: url('../images/icon.png');
    background-size: 592px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -452px -74px;
    width: 20px;
    height: 20px;
  }
  .newnumber-checkout-payment .checkout-payment-method .payment-methods .payment-method .payment-method-content:before {
    width: calc(100% + 90px);
    left: -45px;
  }
  .dnumber-checkout-personal-info .wrapper-content .inner-content,
  .dnumber-checkout-payment-info .wrapper-content .inner-content {
    padding: 0;
  }
  body.newnumber-checkout-success .checkout-success .wrapper_content .inner-content {
    padding: 0;
  }
  #opc-shipping-branches .action-selection-branch-wrap .action-menu ul.action-multiselect-menu-inner {
    min-width: 280px;
  }
  .search-new-number-block.health-check #search-tabs > ul li a span.show-desktop {
    display: table-cell;
  }
  .search-new-number-block.health-check #search-tabs > ul li a span.show-mobile {
    display: none;
  }
  .newnumber-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
  }
  .healthcheck-banner-image {
    text-align: center;
    padding: 1px 0 40px;
  }
  .newnumber-numberhealthcheck-index .search-new-number-block.health-check {
    margin-left: 0px;
    margin-right: 0px;
  }
  .newnumber-numberhealthcheck-index .page-main,
  .newnumber-numberhealthcheck-index .columns .column.main {
    max-width: 100%;
  }
  .newnumber-numberhealthcheck-index .columns .column.main {
    padding: 0;
  }
  .search-new-number-block.health-check .sub-title__sub-header {
    white-space: nowrap;
  }
  .search-new-number-block.health-check .selectric .label {
    height: auto;
  }
  .search-new-number-block.health-check #search-tabs > ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .search-new-number-block.health-check #search-tabs > ul > li {
    width: auto;
    display: inline-block;
    padding: 0 50px;
  }
  .search-new-number-block.health-check #search-tabs > ul > li a {
    padding: 17px 0;
    display: inline-block;
    font-size: 1.8rem;
  }
  .search-new-number-block.health-check .box-nice-number .box-form .field-filter {
    width: auto;
    padding: 7px 10px;
  }
  .search-new-number-block.health-check .compare-box.sticky-box .compare-box-wrapper {
    position: relative;
  }
  .search-new-number-block.health-check .compare-box.sticky-box .compare-box-wrapper .box-head {
    position: absolute;
    right: 15px;
    width: 100%;
    z-index: 100;
  }
  .search-new-number-block.health-check .results-number .list-number li.number .ratings-box {
    min-width: 110px;
  }
  .search-new-number-block.health-check .compare-box .prediction-box .prediction-wrapper {
    height: auto !important;
  }
  .filter-package .package-items {
    display: block !important;
  }
  .filter-package .ui-widget-content {
    display: block !important;
  }
  .lucky-aou-page .number-tabs > ul > li {
    width: auto;
    display: inline-block;
    padding: 0 50px;
  }
  .lucky-aou-page .number-tabs > ul > li strong {
    padding: 17px 0;
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    font-weight: 400;
  }
  .lucky-aou-page .number-tabs > ul > li strong span:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 23px;
    background-position: -98px -133px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
  }
  .lucky-aou-page .number-tabs > ul > li.active strong {
    font-weight: 700;
  }
  .tracking-content ul.tracking-progress div.label-wrapper {
    display: flex;
  }
  .tracking-content ul.tracking-progress div.label-wrapper div.kerry-link {
    margin-left: 12px;
  }
  .tracking-content ul.tracking-progress div.label-wrapper div.kerry-link a {
    width: 122px;
    height: 18px;
    margin: 3px 0 4px 8px;
    font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007bd7;
  }
  .search-new-number-block .block-title > h1 {
    font-size: 2.4rem;
  }
  .search-new-number-block #search-tabs > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search-new-number-block #search-tabs > ul li {
    width: 50%;
  }
  .search-new-number-block #search-tabs > ul li a {
    padding: 24px 20px 14px;
    font-size: 2.4rem;
  }
  html[lang="en"] .search-new-number-block #search-tabs ul li a {
    font-size: 2rem;
  }
  .search-new-number-block .box-nice-number .box-form .filter-box {
    width: 33.33333333%;
    float: left;
  }
  .search-new-number-block .filter-number .box-filter {
    left: inherit;
    right: 0;
  }
  body.mnp-device-checkout-payment .opc-progress-bar {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 55;
  }
  body.mnp-device-checkout-payment .dtac-js-wrapper ~ #dtac_body_obj .opc-progress-bar {
    top: 114px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-group {
    position: relative;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title {
    float: left;
    margin-right: 1%;
    width: 24%;
    height: 180px;
    border: none;
    position: relative;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 1%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"]:checked ~ label:after {
    background: #ffffff;
    border: 2px solid #009edf;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"]:checked ~ label:before {
    background-color: transparent;
    border: none;
    background-position: -239px -124px;
    width: 18px;
    height: 18px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[type="radio"] ~ label span:before {
    min-height: 70px;
    max-width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label {
    padding-top: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label:before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label:after {
    background: #f5f5f5;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 2px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label span {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Dtac2017', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
    display: block;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice label span:before {
    content: '\A';
    display: block;
    margin: 0 auto;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="checkmo"] ~ label span:before {
    height: 42px;
    width: 67px;
    background-position: -417px -506px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="checkmo"]:checked ~ label span:before {
    background-position: -503px -506px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="cashondelivery"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-cash-payment@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="cashondelivery"]:checked ~ label span:before {
    filter: grayscale(0);
    max-width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_im"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-installment@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_im"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="banktransfer"] ~ label span:before,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offsite_internetbanking"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-internet-banking@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="banktransfer"]:checked ~ label span:before,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offsite_internetbanking"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_cc"] ~ label span:before {
    height: 64px;
    width: 136px;
    background-image: url('../images/icon-payment-credit@2x.png');
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_cc"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_true_money_wallet"] ~ label span:before {
    background: url("../images/true_money_wallet@2x.png") center center no-repeat;
    height: 64px;
    width: 134px;
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_true_money_wallet"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offline_promptpay"] ~ label span:before {
    background: url("../images/icon-payment-qr@2x.png") center top no-repeat;
    height: 64px;
    width: 136px;
    filter: grayscale(1);
    background-size: contain;
    margin-bottom: 5px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-title.choice input[id="omise_offline_promptpay"]:checked ~ label span:before {
    filter: grayscale(0);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content {
    padding: 20px 0;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 200px;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    margin: 0;
    top: calc(100% + 20px);
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset {
    margin-bottom: 20px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field {
    margin-bottom: 10px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field label {
    margin: 0 0 5px;
    display: block;
    width: 100%;
    text-align: left;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control {
    margin: 0;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control .input-text,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .fieldset .field .control .select {
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 40px;
    background-color: #f8f8f8;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number .control,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .holdername .control {
    max-width: 395px;
    position: relative;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number .input-text,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .holdername .input-text {
    width: 100%;
    max-width: 395px;
    padding-right: 60px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.mastercard .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -452px -682px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.visa .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -384px -682px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm .number.jbc .control:before {
    position: absolute;
    width: 40px;
    height: 24px;
    right: 8px;
    top: 8px;
    display: block;
    background-position: -519px -682px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div {
    float: left;
    margin-right: 20px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div input {
    width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_exp_div button.ui-datepicker-trigger {
    display: none;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div {
    float: left;
    margin-right: 20px;
    max-width: 50%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .input-text {
    width: 150px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip {
    position: relative;
    position: absolute;
    bottom: 12px;
    right: 30px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333333;
    line-height: 1.4;
    border: 1px solid #009edf;
    margin-left: 5px;
    left: 100%;
    top: 0;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    right: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-right-color: #ffffff;
    margin-top: -5px;
    top: 15px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-right-color: #009edf;
    margin-top: -6px;
    top: 15px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle {
    cursor: help;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle:hover + .tooltip-content,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle:focus + .tooltip-content,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip:hover .tooltip-content {
    display: block;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-toggle {
    width: 15px;
    height: 15px;
    display: block;
    background: #cccccc;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content {
    margin-left: 15px;
    top: -17px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:before {
    border-width: 15px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_type_cvv_div .cvv_tooltip .tooltip-content:after {
    border-width: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div #cvv-terms-content {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_ccForm #omise_cc_cc_terms_cvv_div #cvv-terms-content h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div {
    clear: both;
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div .omise-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_offsite_internetbankingForm #omise_offsite_internetbanking_internetbanking_terms_div .omise-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"] {
    position: absolute;
    margin: 0;
    z-index: 3;
    opacity: 0;
    width: 18px;
    height: 18px;
    left: 13px;
    top: 37px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #dee3e5;
    border-radius: 100%;
    left: 13px;
    top: 37px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"]:checked ~ label:before {
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/icon.png');
    background-size: 592px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -239px -124px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 13px;
    top: 37px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type=radio] + label + div.mage-error {
    position: absolute;
    bottom: 9px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items .select_style div.mage-error {
    position: absolute;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div .omise-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm #omise_im_terms_div .omise-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div {
    clear: both;
    margin: 10px 0;
    position: relative;
    float: left;
    width: 100%;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error {
    padding: 0 !important;
    font-weight: normal !important;
    color: #e02b27;
    font-size: 1.2rem;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error:before,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div #show-terms-error:after {
    content: none;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div .cod-payment-terms {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 10px;
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
    margin-left: 25px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #cashondelivery_terms_div .cod-payment-terms h4 {
    color: #666666;
    font-family: "Helvetica", Arial, Thonburi, Tahoma, sans-serif;
    font-size: 1.1rem;
    line-height: 14px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .internetbanking-terms-conditions-device,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cvv-terms-conditions-device {
    margin-top: 20px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .internetbanking-terms-conditions-device label,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .im-terms-conditions-device label,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cvv-terms-conditions-device label,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .qr-terms-conditions-device label,
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content .cod-terms-conditions-device label {
    font-size: 18px;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar {
    margin-left: 0;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar .primary {
    float: left;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar button.checkout {
    background: #007ad0;
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 3px 30px;
    width: 100%;
    padding: 5px 50px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    border: 0;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar button.checkout:hover {
    background: #036bb5;
  }
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .actions-toolbar button.checkout:hover {
    border: 0;
  }
  .pretopost-checkout-index .page-main {
    padding-top: 30px;
  }
  .pretopost-checkout-index .page-header .header.content {
    height: 59px;
    max-width: 1170px;
  }
  .pretopost-checkout-index #payment .payment-list {
    margin-bottom: 0 !important;
  }
  .p2p-summary-container .summary .detail-price.total-price .total-price-inner {
    min-width: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .p2p-summary-container .summary.summary-left .detail-price:not(.package) .price {
    margin-top: 23px;
  }
  .pretopostpackage-checkout-index .page-main {
    padding-top: 30px;
    max-width: 1160px;
  }
  .p2p-summary-container .summary .detail-price.total-price .total-price-inner {
    min-width: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .p2p-summary-container .summary.summary-left .detail-price:not(.package) .price {
    margin-top: 23px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-header .header.content {
    height: 56px;
  }
  .page-header .header.content .logo {
    width: 36px;
    margin-left: -18px;
  }
  .page-header .header.content .header-link__mydtac,
  .page-header .header.content .header-link__qty,
  .page-header .header.content .header-link__monthly,
  .page-header .header.content .header-link__topup,
  .page-header .header.content .header-link__mnp,
  .page-header .header.content .header-link__deal,
  .page-header .header.content .header-link__toggle-megamenu {
    line-height: 56px;
  }
  .page-header .header.content .header-link__toggle-megamenu:after {
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background-position: -526px -125px;
  }
  .page-header .header.content .top-link-right {
    float: right;
    margin-right: 10px;
  }
  .page-header .header .header-link__minicart:before {
    margin-top: 15px;
  }
  .page-bottom {
    padding-top: 48px;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 66%;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    padding: 16px;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #000000;
  }
}
@media all and (min-width: 770px) and (max-width: 1160px), print and (max-width: 1160px) {
  .catalog-product-view.catalog-product-landing .product-info-main {
    width: 64%;
  }
  .catalog-product-view.catalog-product-landing .product.media {
    width: 36%;
  }
}
@media all and (min-width: 770px) and (max-width: 1024px), print and (max-width: 1024px) {
  .catalog-product-view.catalog-product-landing .product-info-top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view.catalog-product-landing .product.media {
    order: -1;
    width: 500px;
    margin: 0 auto;
    float: none;
  }
  .catalog-product-view.catalog-product-landing .product-info-main {
    width: 100%;
    float: none;
    padding: 0 0 0 70px;
    margin-bottom: 40px;
  }
  .catalog-product-view.catalog-product-landing .page-title-wrapper.product {
    min-height: 0;
    margin-top: 16px;
  }
}
@media all and (min-width: 770px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 770px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 770px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  body.checkout-index-index .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"]:checked ~ label:before {
    background-image: url('../images/icon@2x.png');
    background-size: 592px auto;
  }
}
@media all and (min-width: 770px) and (max-width: 1024px), print and (max-width: 1024px) {
  .qrpayment-step-box.desktop {
    display: none;
  }
  .qrpayment-step-box.mobile {
    display: block;
  }
}
@media all and (min-width: 770px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 770px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 770px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .page-layout-dealer-layout .page-header .header.content .top-link-right li a.header-link__search:before {
    background-image: url('../Tigren_DealerPortal/images/dealer-icons@2x.png');
    background-size: 300px auto;
  }
}
@media all and (min-width: 770px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 770px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 770px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .lucky-aou-page .number-tabs > ul > li strong span:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 770px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 770px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 770px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 770px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  body.mnp-device-checkout-payment .opc-wrapper #payment .payment-methods .payment-method .payment-method-content #omise_imForm li.items input[type="radio"]:checked ~ label:before {
    background-image: url('../images/icon@2x.png');
    background-size: 592px auto;
  }
}
@media all and (min-width: 991px), print {
  .page-layout-dealer-layout .page-header .header.content a.logo {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .page-layout-dealer-layout .page-header .header.content .menu-right {
    display: none;
  }
  .page-header .header.content .menu-right.is-employee {
    display: none;
  }
  .page-header .header .header-link__qty {
    font-size: 1.4rem;
    margin-top: 14px;
  }
  .footer_content_please_read .service-dtaconline-stroe .img_icon {
    position: relative;
    padding-bottom: 150px;
  }
  .footer_content_please_read .service-dtaconline-stroe .img_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 100%;
  }
}
@media all and (min-width: 992px), print {
  .nav-sections {
    margin-bottom: 25px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    top: -100%;
    transition: top .4s ease, visibility .5s ease;
    padding: 25px 0;
    z-index: 10;
  }
  .nav-sections.active {
    visibility: visible;
    top: 56px;
  }
  .nav-sections.active .dtac-menu {
    height: auto;
    transform: translateY(0);
  }
  .nav-sections .dtac-menu {
    transform: translateY(-200px);
    transition: transform .6s ease;
  }
  .nav-sections .nav-sections-items {
    display: block;
  }
  .panel-left {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .filter-options-content .amshopby-filter-price-from,
  .filter-options-content .amshopby-filter-price-to {
    width: 43%;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .owl-item .product-item {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-products .products-grid .product-item {
    padding: 0;
    width: 25%;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .page-products .products-grid .product-item .product-item-info {
    background-color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    text-align: center;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    clear: left;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
    text-align: center;
  }
  .page-products.page-layout-1column .products-grid .product-item-info {
    min-height: 500px;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .category-no-layout-update.page-products.page-layout-1column #amasty-shopby-product-list .products.wrapper {
    margin: 0;
    text-align: left;
  }
  .category-no-layout-update.page-products.page-layout-1column #amasty-shopby-product-list .products.wrapper .products.product-items {
    margin-left: -16px;
    margin-right: -16px;
  }
  .category-no-layout-update.page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333% !important;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }
  .page-products .devices-grid-wrapper .products-grid .product-item .product-item-info,
  .page-products .product-device-home .products-grid .product-item .product-item-info {
    background: transparent !important;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .package-detail-items.personalized .package-detail-items-inner {
    display: inline-block;
  }
  .page-layout-pretopost-category .category-view-p2p .block.widget .products-grid .product-item {
    width: 25%;
  }
  .checkout-index-index .modal-popup:not(.model-popup-swap-tab) .modal-inner-wrap {
    margin-left: -400px;
    margin-top: -250px;
    max-width: 800px;
    max-height: 520px;
    left: 50%;
    top: 50%;
    text-align: left;
  }
  .opc-wrapper .shipping-address-item {
    width: 32%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .filter-options .filter-options-content {
    min-width: 250px;
  }
  .opc-wrapper .shipping-address-item {
    width: 32%;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 2) {
    margin-left: 2%;
  }
  .opc-wrapper .billing-address-item {
    width: 32%;
  }
  .opc-wrapper .billing-address-item:nth-child(3n + 2) {
    margin-left: 2%;
  }
  .package-affiliate-products .package-item {
    width: calc((100% - 64px)/3);
    float: left;
    box-sizing: border-box;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .package-affiliate-products .package-item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .package-affiliate-products .package-item:nth-child(2n) {
    margin-right: 32px;
  }
  .package-affiliate-products .package-item:nth-child(2n+1) {
    clear: none;
  }
  .package-affiliate-products .package-item:nth-child(3n+1) {
    clear: left;
  }
  .agent-payment-page .checkout-payment-method .payment-methods.flex-multi-row .payment-group {
    padding-bottom: 25px;
    justify-content: flex-start;
  }
  .agent-payment-page .checkout-payment-method .payment-methods .payment-method {
    margin-bottom: 20px;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span:hover:before {
    border-color: #33AAF8;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-work:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -40px -307px;
    background-color: #33AAF8;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-finance:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -100px -308px;
    background-color: #33AAF8;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-love:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -157px -307px;
    background-color: #33AAF8;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .box-filter.select-need .filter-list-number .checkbox-styled > span:hover {
    background: #0662a3;
    border-color: #0662a3;
  }
  body.desktop-view .search-new-number-block.search-number-dealer .box-filter.select-dont-need .filter-list-number .checkbox-styled > span:hover {
    border-color: #fa6676 !important;
    background: #fa6676 !important;
  }
  .dealerportal-index-search .columns .column.main {
    padding-left: 0;
    padding-right: 0;
  }
  .dnumber-checkout-personal-info .personal-information.form-disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #d6d6d6;
  }
  .dnumber-checkout-personal-info #shipping-type .checkout-shipping-type-inner,
  .dnumber-checkout-personal-info #shipping-type .notice-message {
    padding: 0 60px;
  }
  .dnumber-checkout-personal-info #shipping-type .checkout-shipping-type-inner .shipping-type-label,
  .dnumber-checkout-personal-info #shipping-type .notice-message .shipping-type-label {
    padding: 50px 0 0;
  }
  .newnumber-search-index .page-main,
  .newnumber-search-index .column.main {
    max-width: inherit;
    padding: 0;
  }
  .search-new-number-block.health-check .box-nice-number .box-form .field-filter {
    padding: 7px 10px;
  }
  .search-new-number-block.health-check .box-nice-number .box-form .field-filter.birth {
    padding-right: 0;
  }
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span:hover:before {
    border-color: #33AAF8;
  }
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-work:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -40px -307px;
    background-color: #33AAF8;
  }
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-finance:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -100px -308px;
    background-color: #33AAF8;
  }
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-love:hover:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    background-position: -157px -307px;
    background-color: #33AAF8;
  }
  .search-new-number-block.health-check .box-filter.select-need .filter-list-number .checkbox-styled > span:hover {
    background: #0662a3;
    border-color: #0662a3;
  }
  .search-new-number-block.health-check .box-filter.select-dont-need .filter-list-number .checkbox-styled > span:hover {
    border-color: #fa6676 !important;
    background: #fa6676 !important;
  }
  .check-number-block .form-check-number {
    padding: 25px 0 50px;
  }
  .newnumber-faqs,
  .banner-tab-healtcheck {
    margin-top: 100px;
  }
  .filter-package .filter-block:nth-child(1) > label {
    margin-bottom: 15px;
  }
  .filter-package .filter-block:nth-child(1) ul li:nth-child( n + 6) {
    margin-top: 15px;
  }
  .filter-package .filter-block:nth-child(2) > label {
    margin-bottom: 15px;
  }
  .filter-package .filter-block:nth-child(2) ul li {
    margin-bottom: 15px;
  }
  .filter-package .filter-block:first-child:last-child > label {
    margin-bottom: 0;
  }
  .filter-package .filter-block:first-child:last-child ul li:nth-child( n + 6) {
    margin-top: 0;
  }
  .search-new-number-block .filter-number .box-filter {
    right: inherit;
    left: 0;
  }
  .search-new-number-block .filter-list-number .checkbox-styled > span:hover:hover {
    color: #ffffff;
    background-color: #00a7e8;
  }
  .search-new-number-block #filter-dont-like-number .filter-list-number .checkbox-styled > span:hover {
    background: #fa6676;
  }
  .search-new-number-block .number-zodiac .checkbox-styled span:hover:before {
    color: #ffffff;
    border: 2px solid #4990e2;
    background-color: #4990e2;
  }
  .dnumber-package-list-block .page-package .list-package .hand-scroll {
    display: none;
  }
  .block.widget .products-grid .product-item {
    width: 23.5%;
    text-align: center;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
    text-align: center;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    clear: left;
  }
  .cms-mnp.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n) {
    float: left;
  }
  .cms-mnp.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 2) {
    margin: 0 2% 0 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 23.5%;
    text-align: center;
    float: left;
  }
  .block.widget .products-grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 2) {
    /*        &:nth-child(4n + 2) {
             margin: 0 2%;
         }
         &:nth-child(4n + 1) {
             clear: left;
        }
        }*/
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-work:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-finance:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  body.desktop-view .search-new-number-block.search-number-dealer .form-search .box-search-number .box-form.search-nice-number .field-filter .checkbox-styled > span.num-love:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-work:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-finance:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio: 2), print and only screen and (-webkit-min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min--moz-device-pixel-ratio: 2), print and only screen and (min--moz-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (-o-min-device-pixel-ratio: 2/1), print and only screen and (-o-min-device-pixel-ratio: 2/1), all and (min-width: 1024px) and only screen and (min-device-pixel-ratio: 2), print and only screen and (min-device-pixel-ratio: 2), all and (min-width: 1024px) and only screen and (min-resolution: 192dpi), print and only screen and (min-resolution: 192dpi), all and (min-width: 1024px) and only screen and (min-resolution: 2dppx), print and only screen and (min-resolution: 2dppx) {
  .search-new-number-block.health-check .box-nice-number .field-filter .checkbox-styled > span.num-love:hover:before {
    background-image: url('../Tigren_DtacNumber/images/icon-update@2x.png');
    background-size: 1063px auto;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  body.apdtac-device-offer #maincontent #box-summary-offer.dfin-summary-container .summary-left.summary {
    width: 30%;
    border-right: solid 1px #f5f5f5;
  }
  body.apdtac-device-offer #maincontent #box-summary-offer.dfin-summary-container .summary-left.summary .detail-price {
    width: 55%;
  }
  body.apdtac-device-offer #maincontent #box-summary-offer.dfin-summary-container .summary-right.summary {
    width: 70%;
    position: relative;
  }
  body.apdtac-device-offer #maincontent #box-summary-offer.dfin-summary-container .summary-right.summary .advance-price-summary {
    position: absolute;
    left: 80px;
    top: 36px;
  }
  body.apdtac-device-offer #maincontent #box-summary-offer.dfin-summary-container .summary-right.summary .detail-price {
    width: 25%;
  }
  .pretopostpackage-checkout-index .page-main .checkout-container .opc-wrapper #id-card-information {
    max-width: 930px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .pretopostpackage-checkout-index .page-main .checkout-container .opc-wrapper #personal-information {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Dtac2017', helvetica, arial, tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 770px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 770px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 770px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 770px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: middle;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 769px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 770px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 770px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 770px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 770px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 770px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 770px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 770px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 770px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 770px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 770px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 770px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 770px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 770px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 769px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 770px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 770px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 769px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 770px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 770px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 770px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 769px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 769px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 770px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 770px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Dtac2017', helvetica, arial, tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Dtac2017', helvetica, arial, tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 770px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 769px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 769px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 769px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 769px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-grab {
  cursor: move;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 15px;
  line-height: 38px;
  color: #1A1A1A;
  height: 38px;
  transform: color .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-open .selectric .label {
  color: #007AD0;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #BBB;
  text-align: center;
  font-size: 0;
  line-height: 0;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
  transform: rotate(0deg);
  transition: transform .3s ease;
}
.selectric-open .selectric .button {
  transform: rotate(-180deg);
}
.selectric .button:after {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../images/icon.png');
  background-size: 592px auto;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 11px;
  height: 7px;
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  left: 50%;
  background-position: -22px -234px;
  z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .selectric .button:after {
    background-image: url('../images/icon@2x.png');
    background-size: 592px auto;
  }
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 99;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font-size: 0 !important;
  *line-height: 0 !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #eaeaea;
  z-index: -1;
  box-shadow: 0 5px 15px -6px #999999;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #1a1a1a;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #007ad0;
  color: #fff;
}
.selectric-items li.highlighted {
  background: #00adef;
  color: #fff;
}
.selectric-items li:hover {
  background: #007ad0;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.custom-select {
  -webkit-appearance: none;
  border: none;
}
/*Navidation*/
.nav-sections {
  margin-bottom: 0;
}
.select-styled {
  height: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.select-styled select {
  height: 30px;
  padding: 0 10px;
  border: none;
  width: calc((100% + 15px));
  background: transparent;
  position: relative;
  z-index: 3;
  box-shadow: none;
}
.select-styled select:focus {
  box-shadow: none;
}
.select-styled:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
}
.select-styled:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 7px;
  top: 10px;
  right: 10px;
  background-position: -22px -234px;
  z-index: 2;
}
.gift-item p {
  background-color: #009edf;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-family: 'Helvetica', Arial, Thonburi, sans-serif;
  font-size: 1rem;
  padding: 6px 10px 6px 30px;
  display: inline-block;
  text-align: left;
  margin: 0;
  position: relative;
}
.gift-item p:before {
  width: 14px;
  height: 14px;
  background-position: -428px -178px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}
/*Page login and Register*/
body.customer-account-create #maincontent .form-create-account .create.info {
  margin-bottom: 0;
}
body.customer-account-create #maincontent .form-create-account .legend {
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  color: #1a1a1a;
}
body.customer-account-create #maincontent .form-create-account .secondary {
  margin-bottom: 20px;
}
body.customer-account-create #maincontent .form-create-account .secondary * {
  font-size: 12px;
}
body.customer-account-create #maincontent .form-create-account .field-name-firstname,
body.customer-account-create #maincontent .form-create-account .field-name-lastname {
  width: 47%;
  float: left;
  margin: 0 3% 0 0;
}
body.customer-account-create #maincontent .form-create-account .field-name-lastname {
  margin: 0;
  width: 50%;
}
body.customer-account-create #maincontent .form-create-account .field .label,
body.customer-account-create #maincontent .form-create-account .field .control {
  width: 100%;
}
body.customer-account-create #maincontent .form-create-account .field .control input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
body.customer-account-create #maincontent .form-create-account .actions-toolbar .primary {
  width: 100%;
}
body.customer-account-create #maincontent .form-create-account .actions-toolbar .primary button {
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 5px solid #009edf;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}
body.customer-account-create #maincontent .form-create-account .actions-toolbar .primary button:hover {
  background: #009edf;
  border: 5px solid #fff;
  color: #fff;
}
body.customer-account-forgotpassword #maincontent {
  background: transparent url('../images/bg-page-login.jpg') no-repeat center center;
  max-width: 1440px;
}
body.customer-account-forgotpassword #maincontent .column.main {
  padding: 80px 0;
}
body.customer-account-forgotpassword #maincontent .column.main .password {
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}
body.customer-account-forgotpassword #maincontent .column.main .password .field.note {
  text-align: center;
}
body.customer-account-forgotpassword #maincontent .column.main .password .label,
body.customer-account-forgotpassword #maincontent .column.main .password .control {
  width: 100%;
}
body.customer-account-forgotpassword #maincontent .column.main .password .label {
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
body.customer-account-forgotpassword #maincontent .column.main .password .control input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
body.customer-account-forgotpassword #maincontent .column.main .password button.submit {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 5px solid #009edf;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}
body.customer-account-forgotpassword #maincontent .column.main .password button.submit:hover {
  background: #009edf;
  border: 5px solid #fff;
  color: #fff;
}
body.customer-account-forgotpassword #maincontent .page-title {
  display: none;
}
/*Page cart*/
body.checkout-cart-index #maincontent .cart-summary .discount .content {
  display: block !important;
}
body.checkout-cart-index #maincontent .cart-summary .discount .content .coupon {
  margin-left: 0;
  position: relative;
}
body.checkout-cart-index #maincontent .cart-summary .discount .content .coupon .control .input-text {
  height: 40px;
  padding-left: 35px;
  box-shadow: inset 0 0.5px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
}
.daterangepicker {
  position: absolute;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  width: 255px;
  max-width: none;
  padding: 0;
  margin-top: 3px;
  top: 100px;
  left: 20px;
  z-index: 30;
  display: none;
  font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1em;
}
.newnumber-search-index .daterangepicker + .daterangepicker,
.newnumber-numberhealthcheck-index .daterangepicker + .daterangepicker {
  z-index: 10000000;
  top: inherit !important;
  position: fixed;
  bottom: 5px;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  display: none;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  display: none;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  width: 100%;
}
.daterangepicker .drp-calendar.left {
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
  position: relative;
  padding-top: 40px;
}
.daterangepicker th.month {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 14px 0 6px;
}
.daterangepicker th.month + th {
  display: none;
}
.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  display: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th {
  font-weight: bold;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #767676;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 3px;
}
.daterangepicker td.end-date {
  border-radius: 3px;
}
.daterangepicker td.start-date.end-date {
  border-radius: 3px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #007ad0;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active {
  position: relative;
  display: block;
}
.daterangepicker td.active:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.daterangepicker th.month {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 18px;
  margin: 0;
  cursor: default;
  padding: 0 10px;
  border: 0;
  height: 32px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Dtac2018', Helvetica, Arial, Thonburi, Tahoma, sans-serif;
}
.daterangepicker select.monthselect {
  width: 125px;
  float: left;
}
.daterangepicker select.yearselect {
  width: 86px;
  float: right;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (max-width: 1025px) {
  .newnumber-search-index .daterangepicker + .daterangepicker,
  .newnumber-numberhealthcheck-index .daterangepicker + .daterangepicker {
    bottom: 120px;
  }
}
@media (min-width: 564px) {
  .daterangepicker {
    width: 315px;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@media (max-width: 769px) {
  .daterangepicker {
    width: 255px;
  }
}
@media (max-width: 480px) {
  .daterangepicker .drp-calendar.left {
    padding: 5px;
  }
}
/* rolldate-start */
.rolldate-container .ul {
  margin: 0 !important;
  padding: 0 !important;
}
.rolldate-container .li {
  list-style-type: none;
}
.rolldate-container {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.rolldate-container header {
  position: relative;
  line-height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #e0e0e0;
}
.rolldate-container .rolldate-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .4;
  z-index: 999;
}
.rolldate-container .rolldate-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 276px;
  top: calc(100% - 277px);
  z-index: 9999;
  background: #fff;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media screen and (max-width: 768px) and (max-height: 812px) {
  .rolldate-container .rolldate-panel {
    bottom: auto;
  }
  .rolldate-container .rolldate-panel:after {
    content: '';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    margin-top: -2px;
  }
}
.rolldate-container .rolldate-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.rolldate-container.wx .rolldate-btn {
  height: 150%;
}
.rolldate-container .rolldate-confirm {
  left: auto;
  right: 0;
  color: #007bff;
}
.rolldate-container .rolldate-content {
  position: relative;
  top: 0px !important;
}
.rolldate-container .rolldate-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rolldate-container .rolldate-wrapper > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 173px;
  line-height: 36px;
  overflow: hidden;
  -webkit-flex-basis: -8e;
  -ms-flex-preferred-size: -8e;
  flex-basis: -8e;
  width: 1%;
}
.rolldate-container .rolldate-wrapper ul {
  margin-top: 68px;
}
.rolldate-container .rolldate-wrapper li {
  height: 36px;
  margin: 0;
  padding: 0;
}
.rolldate-container .rolldate-dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.rolldate-container .mask-top {
  border-bottom: 1px solid #ebebeb;
}
.rolldate-container .mask-bottom {
  top: auto;
  bottom: 1px;
  border-top: 1px solid #ebebeb;
}
.rolldate-container .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.rolldate-container .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.rolldate-container .rolldate-error-message {
  font-size: 1.4rem;
  color: red;
  position: absolute;
  width: 100%;
  bottom: 3px;
  line-height: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    bottom: -273px;
  }
  to {
    bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    bottom: -273px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: -273px;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: -273px;
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .rolldate-container {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .rolldate-container {
    font-size: 15px;
  }
}
/* rolldate-end */
