@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

#cartIcon {
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

.cart-bg {
    background: #000;
}

.CartBtn {
    width: 36px;
    height: 30px;
    border: none;
    background-color: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 0.5s;
    overflow: hidden;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.103);
    position: relative;
}

.IconContainer {
    position: absolute;
    left: 0;
    background-color: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
    transition-duration: 0.5s;
}

.icon {
    border-radius: 1px;
}

.text {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0;
    z-index: 1;
    transition-duration: 0.5s;
    font-size: 1.04em;
    font-weight: 600;
    margin: 0 !important;
}

.teeth_option .navbar-nav>li>a:focus {
    color: #fff !important;
    background-color: #fff0;
}

.teeth_option .navbar-nav>li>a:hover {
    color: #00467f !important;
    background-color: #fff0;
}

.loader {
    max-width: 15rem;
    width: 100%;
    height: 100%;
    stroke-linecap: round;
    background-size: cover;
    position: fixed;
    z-index: 9999;
    transition: 0.5s ease-out;
    text-align: center;
    margin: 10px -50px;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

circle:nth-of-type(1) {
    stroke-dasharray: 550;
}

circle:nth-of-type(2) {
    stroke-dasharray: 500;
}

circle:nth-of-type(3) {
    stroke-dasharray: 450;
}

circle:nth-of-type(4) {
    stroke-dasharray: 300;
}

circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-logo {
        color: #fff;
        font-size: 15px !important;
        font-family: Arial #000;
        padding-left: 0;
        padding-right: 0;
    }

    .nav>li>a {
        font-size: 10px !important;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (min-device-width: 770px) {
    .Mlarge {
        width: 65% !important;
        margin-top: 5% !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .Mlarge {
        width: 95% !important;
        margin-top: 5% !important;
    }

}

@media (max-width: 576px) {
    .modal-dialog {
        width: 95% !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .modal-dialog {
        width: 65% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-logo {
        color: #fff;
        font-size: 16px !important;
        font-family: Arial #000;
        padding-left: 0;
        padding-right: 0;
    }

    .nav>li>a {
        font-size: 12px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1201px) and (max-width: 1550px) {
    .nav-logo {
        color: #fff;
        font-size: 20px !important;
        font-family: Arial #000;
        padding-left: 0;
        padding-right: 0;
    }

    .nav>li>a {
        font-size: 14px;
        padding: 15px;
    }

    .row {
        margin-right: 0px !important;
    }
}

@media (min-width: 1551px) {
    .nav>li>a {
        font-size: 16px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal-dialog {
    width: 470px;
}

a:focus {
    outline: none;
}

.border-left {
    border-left: 1px solid #ccc;
}

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

.liner {
    height: 1px;
    background: #ccc;
    margin-bottom: 15px;
}

.pdf-btn {
    width: 200px;
    padding: 15px;
    margin-top: 25px;
    font: 600 1.2em "Open Sans", Arial, Helvetica, sans-serif;
}

.panel-group {
    border: 0;
    box-shadow: 0;
    margin-bottom: 0;
}

.panel {
    border: 0;
    padding: 0;
    box-shadow: 0;
}

.panel-heading {
    padding: 0;
    margin: 0;
    border: 0;
}

.panel-heading h4 {
    color: #fff;
    background: #666;
    font: 800 1.5em/1 "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    border-bottom: 3px solid #4b4b4b;
    margin-top: -5px;
}

.panel-heading .row {
    background: #fff0;
}

.panel-heading a {
    display: block;
    color: #fff;
}

.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
}

.panel-heading span.d-arrow {
    float: right;
}

.panel-body {
    border: 0;
    margin: 0;
    padding: 0;
    background: #000000;
}

.panel-collapse {
    border: 0;
    margin: 0;
    padding: 0;
}


table.spec-charts {
    background: #000;
    color: #fff;
    width: 100%;
}

table.spec-charts caption {
    font-size: 2em;
    font-weight: 800;
    color: #ffd204;
}

table.spec-charts tr {
    background: #404040;
    font-size: 12px;
}

table.spec-charts tr.alt {
    background: #4f4f4f;
    font-size: 12px;
}

table.spec-charts th {
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    background: #212121;
    color: #ffd204;
    padding: 10px 10px;
}

table.spec-charts td {
    padding: 10px;
}

table.spec-charts tr td {
    padding: 10px 10px !important;
    font-size: 12px !important;
}

table.spec-charts span {
    padding: 0 0px !important;
    font-size: 14px !important;
}

.des {
    width: 50%;
    text-align: left;
}

.spec-charts .fright {
    text-align: right;
}

@media (max-width: 992px) {
    h1 {
        padding-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    h1 {
        padding-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 2em;
        padding-top: 0;
        margin-left: 0;
    }
}

.navbar-teeth {
    position: sticky;
    top: 0;
    z-index: 1000;
}

table.spec-charts tr.header {
    background: #262626;
    color: #ffd204;
    font-weight: 700;
}

table.spec-charts td {
    padding: 6px;
    text-align: left;
    font-size: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .ro {
        margin-right: 85%;
    }

    .dd {
        background-color: #fff;
    }

    .teeth-mount-desktop {
        display: none;
    }

    .teeth-mount-mobile {
        display: block;
    }

    .high-speed {
        height: auto !important;
        margin-top: auto !important;
    }

    .navbar-teeth {
        position: sticky;
        top: 0 px;
    }

    .dropdown-menu {
        z-index: 1000 !important;
    }

    .ptable {
        padding: 10px 33px !important;
    }

    .navbar-teeth .navbar-collapse {
        position: relative;
        z-index: 1001;
        background-color: #fff;
    }

    .navbar-teeth .navbar-toggle {
        position: relative;
        z-index: 1002;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .teeth-mount-desktop {
        width: 88%;
    }

    .high-speed {
        height: 205px !important;
        margin-top: 148px !important;
    }

    .greenteeth {
        margin-top: 106px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .teeth-mount-desktop {
        width: 90%;
    }

    .high-speed {
        height: 282px !important;
        margin-top: 112px !important;
    }
}

@media (min-width: 768px) {

    .greenteeth {
        margin-top: 120px;
    }

    .teeth-mount-desktop {
        display: block;
    }

    .teeth-mount-mobile {
        display: none;
    }
}

#flail {
    padding-top: 0;
    margin-top: 0;
}

#round {
    padding-top: 0;
    margin-top: 0;
}

#stump {
    padding-top: 0;
    margin-top: 0;
}

#mulcher {
    padding-top: 0;
    margin-top: 0;
}

#tree {
    padding-top: 0;
    margin-top: 0;
}

.high-speed {
    height: 340px;
    margin-top: 149px;
}

.tfont {
    font-family: Arial #000;
}

.tcenter {
    text-align: center;
}

.ycolor {
    color: #e8c804;
}

.wcolor {
    color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
    .pd {
        padding: 10px;
    }

    .istyle {
        top: -4px;
    }

    .intext {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .sbutton {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    #container {
        all: unset;
    }

    .product {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .fp {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 2050px) {
    .pd {
        padding: 25px;
    }

    .istyle {
        top: -8px;
        font-size: 18px;
    }

    .intext {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .sbutton {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .fp {
        margin-left: 0;
    }
}

.tcenter {
    text-align: center;
}

.fright {
    text-align: center !important;
    padding: 10px 10px !important;
}

.ycolor {
    color: #ffd204;
}

.wcolor {
    color: #ffff !important;
}

.bold {
    font-weight: 800;
}

a:hover {
    cursor: pointer;
}

.modal-header {
    border: none;
}

.media-object {
    width: 100%;
}

.modal-body {
    margin-top: -20px;
}

.toold_drop_a {
    font-size: 14px !important;
    padding: 3px 10px !important;
}

.toold_drop_img {
    width: 30px !important;
    padding: 0px !important;
}

.cadpricechange,
.usdpricechange {
    width: 100% !important;
}

.cadprice,
.usdprice {
    width: 100% !important;
}

.idx-footer {
    margin-top: 0;
    padding-top: 0;
}

.idx-footer,
.idx-footer .container,
.idx-footer .container .row {
    background: #000;
    color: #919191;
}

.idx-footer .container .row {
    padding: 25px;
}

.idx-footer ul {
    list-style: none;
}

.idx-footer li {
    font-size: 0.85em;
    line-height: 2.3em;
}

.idx-footer .container .row a {
    color: #919191;
}

.idx-footer .container .row a:hover {
    color: #ffd204;
    border: 0;
    text-decoration: none;
}

.idx-footer p img {
    margin-left: 15px;
    margin-top: 20px;
}

.dropdown-menu>li>a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.default_modals .modal-dialog .modal_style {
    width: 100%;
    max-width: 400px;
    background: #0b0c0c !important;
    border-radius: 22px;
    color: #ecc712 !important;
    font-weight: 600;
    padding: 12px;
}

.default_modals .modal-dialog .modal_style {
    width: 100%;
    background: #0b0c0c !important;
    border-radius: 22px;
    color: #ecc712 !important;
    font-weight: 600;
    padding: 12px;
}

.default_modals #par_id {
    text-align: center;
    color: #ecc712 !important;
}

.default_modals .modal-body {
    position: relative;
    padding: 15px;
    margin-top: 0 !important;
}

.modal_style img {
    width: 150px !important;
    height: auto;
}

.default_modals .modal-dialog .modal-footer {
    border: none !important;
    padding: 5px !important;
    text-align: center;
}

.default_modals .modal-dialog .modal-footer .popup-btn-yes {
    background-color: #ecc712;
    border-radius: 22px;
    border: none !important;
    color: #000;
    font-weight: 500;
    padding: 3px 30px;
    margin: auto;
}

.default_modals .modal-dialog .modal-footer .popup-btn-yes a {
    text-decoration: none;
    color: #0a4276;
}

.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.no-btn {
    border: none !important;
    background-color: transparent !important;
    padding: 0px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-right-mob {
        margin-right: -4px !important;
    }
}

@media screen and (min-width: 646px) and (max-width: 767px) {
    .navbar-right-mob {
        margin-right: 36px !important;
    }
}

@media (max-width: 645px) {
    .cart-bg {
        position: sticky;
        right: -16px;
        top: 0;
        background-color: #000;
        overflow-y: hidden !important;
    }

    .navbar-right-mob {
        float: right !important;
        margin-right: 50px !important;
    }

    .quantity-btn img {
        width: 13px;
    }

    .quantity-btn {
        height: 16px;
    }
}

.IconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart .icon {
    margin-bottom: 0;
}

.quantity-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.qty-container {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 30px;
}

.quantity-input {
    width: 40px;
    text-align: center;
    margin: 0 5px 0 0;
}

.pdt-curl {
    padding-left: 0px !important;
    margin-left: 40px !important;
}

@media (max-width: 767px) {
    .pdt-curl {
        margin-left: 10px !important;
    }
}

@media (min-width: 1200px) {
    .pdt-curl {
        margin-left: 65px !important;
    }
}

.pdt-price {
    padding: 14px 0px 0px 0px !important;
}