.input-btn--inline.check-domain {
    position: relative;
    display: flex;
}

.input-btn--inline.check-domain input {
    flex: 0 0 70%;
    width: 100%;
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
    height: 50px;
}

.input-btn--inline.check-domain select {
    height: 50px;
    padding: 0 15px;
    border-radius: 0;
    flex: 0 0 15%;
}

.input-btn--inline.check-domain button {
    flex: 0 0 15%;
    width: 100%;
    position: relative !important;
    height: 50px !important;
    padding: 0;
    border-radius: 0 5px 5px 0;
    border: 0 !important;
}
//.domain-list-item {
//    display: block;
//    color: #fff;
//    margin: 0;
//}


.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.crumina-button.btn-started {
    -webkit-box-shadow: 3px 4px 0 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 4px 0 0 rgb(0 0 0 / 15%);
    border-radius: 25px;
    padding: 14px 20px;
    background: #00a651;
    border: 0;
    transition: .4s all !important;
}

.crumina-button.btn-started:hover {
    opacity: 0.7;
}

label.checkput-time input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkbox--style3.checkbox label.checkput-time {font-size: 16px;background-color: #fff;padding: 10px 15px;border-right: 1px solid #d2d2d2;transition: .4s all;cursor: pointer !important;}

.checkbox.checkbox--style3 {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap; 
}

.checkbox--style3.checkbox label.checkput-time:last-child {
    border: 0;
}

.checkbox--style3.checkbox label.checkput-time:hover {
    color: #fff;
    background: #00a651;
}

.checkbox--style3.checkbox label.checkput-time.active {
    background: #00a651;
    color: #fff;
}

.crumina-pricings .col-lg-10 {
    margin: 0 auto;
    overflow: hidden;
}

.table-ss td:first-child {
    text-align: left;
}

.matbao-cancel-red {
    background-image: url(../img/cancel-01.svg);
    background-size: cover;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.matbao-check-ok {
    background-image: url(../img/checked.svg);
    background-size: cover;
    display: inline-block;
    width: 21px;
    height: 21px;
}

@media (max-width: 767px) {
    .checkbox.checkbox--style3 {
        display: block;
        border-radius: 0 5px 5px 0;
        border-left: 0;
        background: #fff;
    }

    .checkbox--style3.checkbox label.checkput-time {
        display: block;
        border-right: 0;
        font-weight: 500;
        font-size: 12px;
        border-bottom: 1px solid #d2d2d2;
        padding: 5px 8px;
    }

    .scr-mob {
        position: fixed;
        /* top: calc(50% - 90px); */
        left: 0;
        top: 0;
        z-index: 10;
        height: 100%;
        display: inline-flex;
        align-items: center;
        
    }
    .checkput-time.active {
        animation: myScale 1s infinite;
    }

    .table-detail {
        position: relative;
        border: 1px solid #ddd;
        border-right: 0;
    }

    .table-detail table td:first-child {
        position: absolute;
        left: 0;
        top: auto;
        width: 140px;
        height: auto;
        border: 0;
        padding: 5px;
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }

    .table-detail table tr {
        /* position: relative; */
    }

    .table-detail .scroll-overflow {
        width: calc(100% - 140px);
        overflow: auto;
        margin-left: 140px;
    }

    .table-detail table {
        margin-bottom: 0;
    }

    .table-detail table img {
        width: 25px;
    }
    .table-detail:after {content: "";width: 1px;height: 100%;background: #ddd;position: absolute;left: 140px;top: 0;}
}

@keyframes myScale {
  0%   {opacity: 1;}
  50%  {opacity: 0.3;}
  100% {opacity: 1;}
}

.breadcrumbs li {
    position: relative;
    margin-right: 25px;
}

.breadcrumbs li.breadcrumbs-item:after {
    content: "»";
    position: absolute;
    top: 19px;
    right: -20px;
    color: var(--white-color);
    opacity: .6;
}

.breadcrumbs .breadcrumbs-item.active {
    margin-left: 0px; 
}

.sibar .accordion--style7 .card-body {
    height: 20vh;
    overflow-y: scroll;
}

.sibar .accordion--style7 .card-body::-webkit-scrollbar {
  width: 5px;
}

.sibar .accordion--style7 .card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sibar .accordion--style7 .card-body::-webkit-scrollbar-thumb {
  background: #888;
}

.sibar .accordion--style7 .card-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.toc 
ul,
.toc li {
    margin: 3px !important;
}

.toc ul {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.toc ul > li {
    display: table-row;
    counter-increment: item;
}

.toc ul > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.toc li .toc ul > li {
    margin: 0;
}
.toc li .toc ul > li:before {
    content: counters(item, ".") " ";
    display: table-cell;
}

.toc li .toc ul ul > li {
    margin: 0;
}

li .toc ul ul > li:before {
    content: counter(item, lower-roman) ". ";
    display: table-cell;
}

ul:not([class]) ul, ol:not([class]) ul {
    padding-left: 15px;
}

.mobile-price {
    display: none;
}

.cart .spinner-border {
    height: 1rem;
    width: 1rem;
}

#coupon .bg-green {
    background-color: #c69426;
    color: #fff;
}

#coupon span.label.label-default {
    padding: 5px 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 27%;
    background-color: #84d01c;
    color: #fff;
    position: relative;
}

#coupon span.txt {
    color: #424242;
    padding: 2px 5px 2px 10px;
    border-left: 1px dashed #bcddff;
    background-color: #84d01c;
    width: 100%;
    white-space: normal;
    font-size: .9em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#coupon a.cur-pointer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 100%;
    padding: 0 1px;
    min-height: 40px;
}

#coupon span.label.label-default::before{
    content: "";
    background-color: #fff;
    height: 10px;
    width: 11px;
    position: absolute;
    right: -6px;
    bottom:-5px;
    border-radius: 50%;
}

#coupon span.label.label-default::after {
    content: "";
    background-color: #fff;
    height: 10px;
    width: 11px;
    position: absolute;
    right: -6px;
    top:-5px;
    border-radius: 50%;
}

#coupon .list-item, .no-style {
    list-style: none;
    padding-bottom: 10px;
}

#coupon ul span.label.label-default {
    
    border-radius: 3px;
    padding-bottom: 5px;
}

.form-info .form-control:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex:1;
}

.form-info select.form-control {
    margin-right: 10px;
}

.sex {
    flex: 0 0 70px;
}

.shoping-cart a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    position: relative;
}

.shoping-cart a span {
    position: absolute;
    font-weight: 600;
    background: #f8a941;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    top: 0px;
    left: 0px;
}

.detail-post a {
    color: #007bff;
}

.detail-post h2 {
    font-size: 2rem;
}

.detail-post h3 {
    font-size: 1.7rem;
}

@media (max-width: 640px) {
    .toc ul li, .toc ul li ul li {
        font-size: 14px;
    }
}

@media (min-width: 1201px) {
    .content-css h2, .content-css .h2 {
        font-size: 2rem;
    }

    .content-css h3, .content-css .h3 {
        font-size: 1.75rem;
    }

    .content-css h4, .content-css .h4 {
        font-size: 1.3rem;
    }
}
.crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary:hover h5 {
    color: #fff;
}
@media (min-width: 1577px) and (max-width: 1709px){
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary {
        padding: 49px;
   }
}

@media (min-width: 1450px) and (max-width: 1576px){
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary {
        padding: 38px;
   }
}

@media (min-width: 1361px) and (max-width: 1449px){
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary {
        padding: 31px;
   }
}

@media (min-width: 1249px) and (max-width: 1360px){
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary {
        padding: 23px;
   }
}

@media (min-width: 992px) and (max-width: 1248px){
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary:last-child {
        display: none;
    }
    .crumina-module.crumina-pricing-tables-item.pricing-tables-item-border-bottom.pricing-primary {
        padding: 31px;
   }
}


@media (min-width: 992px){
    .navigation-megamenu.navigation-megamenu-half {
        width: 25%;
    }
}

@media (max-width: 430px){
    .mobile-price {
        display: block;
    }
    .pc-price {
        display: none;
    }
    .cart td {
        padding: 5px !important;
    }
}
