body {
    background-image: url('../img/bg.png')!important;
    background-position: center center!important;
    background-repeat: repeat!important;
    background-attachment: fixed!important;
    background-size: cover!important;
    font-size: 160% !important;
}

.banner {
    margin-bottom: 20px;
}

.item-side {
    cursor: pointer;
    border-radius: 10px;
    margin: 16px 0px;
    transition: 0.3s;
	text-align: center;
}
.item-side a {
	display: block;
}
.item-side:hover {
    opacity: .65;
}

.right-content {
    padding-left: 50px;
}

/* calendar */

.wrapper {
    margin: 15px auto;
    max-width: 1100px;
}

/*
.container-calendar {
    background: #ffffff;
    padding: 15px;
    max-width: 475px;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #00a2b7;
    color: #fff;
    border: 1px solid #0aa2b5;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

.table-calendar td, .table-calendar th {
    padding: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}

.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

.date-picker:nth-child(1) {
    color: red;
}


.date-picker:nth-child(6) {
    color: green;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}
*/

#showIMG {
    text-align: center;
}

#showIMG img {
    height: 350px;
    object-fit: contain;
}

#listIMG {
    margin-top: 20px;
}

#listIMG img {
    cursor: pointer;
    margin-right: 10px;
    width: 100px !important;
    height: 100px;
    border: 1px solid rgb(146, 146, 146);
    object-fit: contain;
    border-radius: 10px;
    transition: 0.3s;
}

#listIMG img:hover {
    box-shadow: 0px 0px 10px #795376;
}

.liked {
    margin-top: 40px;
    text-align: center;
}

/*
.liked i, a {
    font-weight: 500;
    color: #4b3049 !important;
}*/

.info-product {
    padding: 0px 50px;
}

.applicable img {
    margin-right: 10px!important;
    width: 50px!important;
    height: 50px!important;
}

.applicable-info img {
    width: 100px;
}

.electric-drill {
    color: #01A0C7 !important;
}

.drill-driver {
    color: #4FA72D !important;
}

.impact-driver {
    color: #CB1373 !important;
}

.hammer-drill {
    color: #1B9F87 !important;
}

.detail-info {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgb(206, 206, 206);
    margin-top: 20px;
}

.table {
    text-align: center;
}

.add-to-cart {
    margin: 45px 0px;
}

.add-to-cart input {
    border-radius: 5px;
    border: 2px solid #EEE;
    width: 60px;
}

.add-to-cart button {
    margin-left: 0px;
    text-align: center;
    border: none;
    background-color: #B08EAD;
    border-radius: 5px;
}

.add-to-cart i {
    margin: 5px;
    color: white !important;
}

.delivery img {
    margin: 20px;
}

.delivery {
    /* text-align: center; */
}

.badge-primary {
    padding: 16px;
    background-color: #b08ead !important;
    color: white;
}

.category i {
    margin: 0px 10px;
}

.category a {
    transition: 0.3s;
}

.category a:hover {
    font-weight: 600 !important;
    color: #7e607b !important;
}

.item-privacy a {
    margin-right: 10px;
    font-size: large;
    color: #212529;
    font-weight: 600;
}

.item-privacy {
    cursor: pointer;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px;
    margin: 15px 0px;
    /* border: 1px solid; */
    box-shadow: 0px 0px 5px #9b7b98;
    transition: 0.3s;
}

.item-privacy:hover {
    box-shadow: 0px 0px 10px #795376;
}

.contact-us {
    background-color: #7e607b !important;
    color: white !important;
}

.contact-us a {
    color: white !important;
}

@media only all and (max-width: 375px) {
    .badge-primary {
        font-size: small;
    }
    .info-product {
        padding: 0px 10px;
    }
    .delivery img {
        margin: 10px 0px;
    }
    .item-privacy {
        padding: 12px 1px;
        margin: 7px 22px;
    }
    .navbar-brand img {
        width: 0px !important;
    }
    .add-to-cart button {
        margin-left: 60px;
        margin-top: 8px;
    }
    .content-privacy, .privacy {
        padding-left: 0px !important;
    }
}

/* footer */

.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}

.ec-layoutRole__footer .footer-clean .row.justify-content-center {
    max-width: 1200px;
    margin: auto;
}


.ec-layoutRole__footer .footer-clean h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    padding: 0 0 5px;
    color: #f793b0;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
}

.ec-layoutRole__footer .footer-clean h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 80px;
    max-width: 80px;
    height: 1px;
    background-color: #878787;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: center;
    margin-top: 35px;
}

.footer-clean .social i {
    font-size: xx-large;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 100px;
    padding: 10px;
    margin: 12px;
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-clean img {
    margin-bottom: 20px;
    width: 150px;
}

.footer-clean a {
    font-size: medium;
    color: #4b3049 !important;
}

.footer-clean .item.social>a:hover {
    opacity: 0.9;
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.whiteee {
    color: transparent !important;
}

.policy {
    text-align: left !important;
}

.content-privacy, .privacy {
    margin-bottom: 30px;
}

.content {
    padding: 30px;
    background-color: #b08ead;
}

.content p {
    color: white !important;
}

.title-privacy p:first-child {
    font-weight: 600;
}

.list-function img {
    width: 35px;
    margin-right: 5px;
}

.list-function {
    text-align: center;
}

.item-flow img {
    width: 250px;
}

.item-flow {
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #9b7b98;
    transition: 0.3s;
}

.item-flow:hover {
    box-shadow: 0px 0px 7px #996c94;
}

html {
    scroll-behavior: smooth;
}

.black-cat {
    margin: 40px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #9b7b98;
}

.bank img {
    width: 350px;
    border-radius: 10px;
}

.payment-method {
    width: 300px;
    margin: 20px;
}

.info-return {
    background-color: #c4b5c2;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.info-return h4 {
    color: white !important;
}

.card-info {
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
    width: 40%;
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-box:hover, .product-box.active {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.product-imitation {
    text-align: center;
}

.cart-product-imitation {
    text-align: center;
    padding-top: 30px;
    height: 80px;
    width: 80px;
    background-color: #f8f8f9;
}

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 10px 0px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

.ecommerce .fa-star.active {
    color: #f8ac59;
}

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.shoping-cart-table {
    margin-bottom: 0;
}

table.shoping-cart-table tr td {
    border: none;
    text-align: right;
}

table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
    text-align: left;
}

table.shoping-cart-table tr td:last-child {
    width: 80px;
}

.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

.product-price:hover, .product-price:focus {
    color: #1ab394;
}

.product-type {
    position: absolute;
    top: -40px;
    right: 0;
}

.product-type img {
    width: 40px;
    margin-left: 5px;
}

.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}

.product-main-price small {
    font-size: 10px;
}

.product-images {
    margin: 0 20px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox.collapsed .ibox-content {
    display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.ibox:after, .ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    box-shadow: 0px 0px 5px #9b7b98;
    transition: 0.3s;
}

.ibox-content:hover {
    box-shadow: 0px 0px 10px #795376;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.badge {
    font-size: 100% !important;
}

.component-product {
    margin-top: 15px;
}

.ranking .title-component-product {
    background-color: #93cfd4 !important;
}

.product .title-component-product {
    background-color: #f793b0 !important;
}

.title-component-product {
    border-radius: 10em / 170px 0 170px;
    padding: 6px 60px;
}

.title-component {
    margin: 20px 0px;
}

.title-component a {
    padding: 6px 0px;
}

.view-category {
    padding: 10px 0px;
}

.old-price {
    font-weight: 400;
    color: gray !important;
    text-decoration: line-through !important;
}

.item-product {
    margin: 10px 0px;
}

.item-product img {
    width: 55%;
}

.logo-footer {
    text-align: center;
    border-bottom: 7px solid #93cfd4;
    padding-bottom: 20px;
}

.footer-clean i {
    color: #93cfd4 !important;
    font-size: x-large;
}

.footer-clean li {
    margin-bottom: 10px;
}

.footer-clean .item:nth-child(1) ul li:nth-child(1) {
    margin-bottom: 15px;
}

.footer-clean .item:nth-child(1) ul li:nth-child(1) a,
.footer-clean .item:nth-child(1) ul li:nth-child(3) a,
.footer-clean .item:nth-child(1) ul li:nth-child(4) a {
    font-weight: bold;
}

.footer-clean .item:nth-child(2) ul li {
    margin-bottom: 5px;
}

.footer-clean .item:nth-child(2) ul li a {
    font-weight: normal;
}

.footer-clean .item:nth-child(3) ul li {
    margin-bottom: 20px;
}

.footer-clean .item:nth-child(3) ul li:nth-child(2) {
    position: relative;
    padding-bottom: 20px;
}

.footer-clean .item:nth-child(3) ul li:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    max-width: 80px;
    height: 1px;
    background-color: #878787;
}

.copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #93cfd4;
}

.copyright small {
    font-size: 14px;
    color: rgb(135, 135, 135);
}

.item-side .col-4 {
    padding: 0px;
}

.item-side p {
    font-weight: 600;
    letter-spacing: -1px;
}

.title-category {
    padding: 0px 200px;
}

.title-category img {
    width: 80%;
}

.main-content {
    padding: -1px 300px;
}

.filter {
    border: 1px solid #93cfd4;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

@media all and (max-width: 1280px) {
    .main-content {
        padding: 0px 10px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #93cfd4;
}

.dropdown .dropdown-menu .dropdown-item {
    background-color: #93cfd4;
}

.dropdown .dropdown-menu {
    background-color: #93cfd4;
}

.drillMaterial {
    text-align: center;
    padding: 15px 0px;
    margin-right: 50px;
    background-color: white;
    border-radius: 5px;
    margin: 30px 90px 30px 0px;
    color: #f793b0; 
    border: 1px solid;
}

.header-drill .drillMaterial:first-child{
    color: #93cfd4   !important;
}
.drillMaterial p{
    margin-bottom: 0px;
}
.badge {
    font-size: 100% !important;
}

@media all and (max-width: 414px) {
    .drillMaterial {
        margin: 10px 20px;
    }
    .delivery h3 {
        font-size: 15px;
    }
    .title-category {
        padding: 0px;
        text-align: center;
    }
    .item {
        width: calc(100% / 2);
    }
    .right-content {
        padding-left: 0px;
    }
    .ibox-content {
        padding: 10px;
    }
    .ibox-content p {
        font-size: 13px;
    }
    .product-type {
        top: -26px;
    }
    .product-type img {
        width: 25px;
    }
    .logo {
        width: 0px;
        background-color: white;
        padding: 0px;
    }
    .item-side p {
        font-size: 13px;
        font-weight: 600;
    }
    .main_menu #search_input_box {
        left: 39% !important;
        margin-top: -71px !important;
    }
    .link-header a {
        font-size: 0px !important;
    }
    .add-to-cart button {
        margin-top: 10px;
        margin-left: -15px;
    }
    .add-to-cart input {
        width: 25px;
    }
    .navbar-brand{
        width: 0px !important;
    }
    .ec-headerNav__itemLink{
        font-size: 0px;
    }
    .main_menu{
        padding: 0px !important;
    }
}


.home_menu .link-header i {
    color: #4b3049;
}

.menu_fixed .link-header i {
    color: white !important;
}

.tb-guideline {
    border: 1px solid rgb(187, 187, 187);
    border-radius: 10px !important;
}

.tb-guideline td, th {
    border-right: 1px solid rgb(219, 219, 219);
}

.ec-guide {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

.title_ranking {
    font-size: 13px;
    color: #333333;
}

.img-title {
    text-align: center;
    margin-bottom: 20px;
}

.img-title img {
    width: 70%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #f793b0;
}

.nav-tabs .nav-link {
    border: none;
    width: 50%;
    font-size: x-large;
    text-align: center;
}

.product-mobie .tab-content>.active {
    background-color: #f793b0;
}

.detai-product-mobie{
    text-align: center;
}
.applicable-mobie{
    padding: 15px;
    background-color: white;
}
.select-item-mobie select {
    padding: 10px;
    border-radius: 10px;
}
.select-item-mobie  input{
    width: 3em;
    padding: 0.25em;
    border: 1px solid #EEE;
    border-radius: 5px;
}
.favorite-item {
    border: none;
    background-color: #ebe3e0;
    font-size: 18px;
}

.select-item-mobie i{
    color: white !important;

}
.delivery-mobie a{
    color: white
}
.delivery-mobie{
    padding: 10px;
    border-radius: 10px;
    background-color: #f793b0;
}

.detai-product-mobie .img-title img{
    width: 30%;
}
.category-mobie{
    margin-left: 22px;
}
.category-mobie .col-5{
    background-color: white;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid gray;
    padding: 10px;
    margin: 5px;
}
.product-item-mobie {
    border: 22px solid #f793b0;
    padding: 10px;
    background-color: white;
}
.image-product {
    border: 1px solid #f793b0 !important;
    padding: 10px;

}
.footer-mobie .item-side {
    cursor: pointer;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    margin: 5px 0px;
    /* border: 1px solid; */
    box-shadow: none;
    transition: 0.3s;
}
.quicklink{
    border-bottom: 7px solid #93cfd4;
    padding-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.quicklink-footer {
    padding: 20px;
}
.quicklink-footer  h3{
    color: #f793b0 ;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(207, 207, 207);
}
.quicklink-footer  li{
   margin-bottom: 5px;
}
.link-header i{
   margin-left: 5px;
}

.breadcrumb{
 background: transparent;
}
.cat-header {
    margin-bottom: 10px;
}
.cat-list-fliter{
    background-color: #f6f2f2;
    /* padding-bottom: 20px; */
}
.filter-box{
    padding: 0px 20px;
}
.l-header-logo {
    margin: 0px !important;
}
.extra-footer img {
    margin: 11px 0px;
}
.gallery-top {
    max-width:100%!important;
    height: 400px;
    margin-bottom: 15px;
}/*
.swiper-slide-visible {
    width: 200px;
    height: 200px;
}*/
#page_product_detail .swiper-slide-visible {
    width: 200px;
    height: 120px!important;
    /* vertical-align: middle; */
    text-align: center!important;
    background: #fff!important;
}
#page_product_detail .swiper-slide-visible img{
    height: initial;
    max-height: 120px!important;
}
.col-purchase{
    text-align: left;
    margin-top: 20px;
}
.col-purchase p{
    margin-bottom:0px !important ;
}
.bt-next,
.bt-prev{
    color: #5C3D2A !important;
}
.qtt-product{
    width: 70px !important;
    height: 30px;
    font-size: 18px;
}
.swiper-slide-detail img{
    width: initial !important;
    max-height: 400px;
}

.select-box{
    /* height: 32px;
    font-size: 16px; */
    width: 175px;
}
table.detail-price-tbl td,table.detail-price-tbl th {
    word-break: break-all;
}
.idx-ranking-ttl .ttl{
    font-size: 14px;
}
.collapse-filter .fa-angle-down,
.collapse-filter .fa-angle-up {
    cursor: pointer;
}

@media all and (min-width:769px) {
	.idx-ranking-item .thumb,
	.category-list-item .thumb {
		height: 178.95px;
	}
    .filter-item li label {
        font-size: 12px;
    }
    .select-box{
        height: 32px;
        font-size: 16px;
    }
    .ec-guide .side-wrap {
        padding-right: 3.3rem !important;
    }
}
.filter-item li label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-item li label img{
    padding-right: 7px;
}
a:hover {
    cursor: pointer;
}

@media all and (max-width: 768px){
    .idx-ranking-item .thumb,
	.category-list-item .thumb {
		height: 130px;
	}	
    .filter-item li label {
        font-size: 10px;
    }
}

@media all and (max-width: 480px){
	.idx-ranking-item .thumb,
	.category-list-item .thumb {
		height: 72px;
	}	
    .filter-item li label {
        font-size: 10px;
    }
}

@media all and (max-width: 320px){
	.idx-ranking-item .thumb,
	.category-list-item .thumb {
		height: 58px;
	}	
    .filter-item li label {
        font-size: 8px;
    }
}

.hide-filter{
	max-height:0px !important;
	transition: all 1s !important;
	overflow:hidden;
	padding: 0;
  }
  .form-filter{
	max-height:1000px;
	transition: all 1s;
	overflow:hidden;
  }
  .select-box-category {
	  max-height:0px;
	  transition: all 0.5s;
  }
  .show {
	max-height:500px;
	transition: all 1.5s;
  }
  .tt_policy {
      font-size: 3.2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1.5rem;
  }

  .tt_privacy {
      font-size: 2.3rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1.5rem;
  }
  .tax_include {
    font-size: 90%;
  }

@media all and (max-width: 414px){
    .logo {
        background-color: initial!important;
    }
    .cat-list-module {
        margin-top: 18px!important;
        display: block!important;
    }.cat-list-sort {
        margin-top: 20px!important;
        text-align: right;
    }
}

@media all and (min-width: 768px){
    .idx-sec-ttl img{
        height: 70px;
    }
}
#page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy {
    max-width: 32%!important;
}
#page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy a {
    font-size: 16px!important;
}
@media all and (max-width: 768px){

    #page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy {
        /*margin: 0 0 15px;*/
        width: 100%;
        max-width: 45%!important;
    }#page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy a {
        font-size: 11px!important;
    }
}

@media all and (min-width: 1024px){
    .idx-pdct-box .ttl {
        font-size:20px;
    }
}
@media all and (min-width: 1024px){
    .side-wrap .side-btn a {
 
        font-size: 18px!important;
    }
}
.category-list-item .desc .cat {
    background: #fff;
}
#page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy a {
    color: #5c3d2a!important;
}
#page_help_guide .ec-layoutRole .ec-layoutRole__contents .list-function .row .item-privacy:hover {
    background-color: #5c3d2a!important;
}
.side-wrap #page_help_guide .row h3 {
    color: #fff;
    margin-bottom: 20px;
}
.ec-blockTopBtn {
    padding: 0 20px!important;
    width: initial!important;
}
.link-agency:hover{
    background: #5c3d2a!important;
}
.link-agency:hover a {
    color: #fff!important;
}
.link-agency a {
    color: #5c3d2a!important;
}.content-top-contact {
    background-color: #ffffff!important;
}

#page_help_policy .policy .table {
    background: #fff;
}
.input-product-class {
    width: 67% !important;
    height: 30px;
}
.unit-product-class{
    font-size: 13px;
    height: 40px;
}
.title-product-search {
    font-size: 17px;
}
.wrap-search-product-class.loading:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f110";
    right: 1.5em;
    top: 1.2em;
    animation: fa-spin 2s infinite linear;
}
.search-not-found {
    font-size: 20px;
}

/*td.date-picker[data-date="21"] span {
    border: none;
}*/


td.date-picker[data-month="8"][data-date="21"][data-year="2022"] span,
td.date-picker[data-month="9"][data-date="25"][data-year="2022"] span,
td.date-picker[data-month="10"][data-date="11"][data-year="2022"] span,
td.date-picker[data-month="11"][data-date="6"][data-year="2022"] span,
td.date-picker[data-month="11"][data-date="27"][data-year="2022"] span,
td.date-picker[data-month="12"][data-date="25"][data-year="2022"] span,
td.date-picker[data-month="3"][data-date="26"][data-year="2022"] span,
td.date-picker[data-month="4"][data-date="16"][data-year="2022"] span {
    border: none;
}

.detail-price-tbl .prc.kakaku {
    width: 9%!important;
}

.detail-price-tbl .prc.kosuu {
    width: 9%!important;
}

.detail-price-tbl .heart {
    width: 6%!important;
}

.detail-price-tbl .jan {
    width: 11%!important;
}


