@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,400&display=swap');

.small-table th,
.small-table td {
    padding: .5rem !important;
    font-size: .9em;
}

.owl-item .pro-img {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.add-to-cart-alert .swal2-cancel,
.add-to-cart-alert .swal2-deny,
.add-to-cart-alert .swal2-confirm {
    width: 100%;
    font-size: 1em !important;
}
.pro-img {
    min-height: 180px !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.checkout-navigation {
    text-align: end;
}

.totals-summary {
    display: inline-block;
    float: right;
}

@media (max-width: 575.98px) {
    .checkout-navigation {
        text-align: start;
        margin-bottom: 1rem;
    }

    .checkout-navigation a {
        padding-right: 0;
        padding-left: 0;
    }

    .summary-row {
        margin-bottom: .5rem !important;
    }

    .totals-summary {
        float: left;
    }

    .totals-summary h5 {
        font-size: .9em;
    }

    .totals-summary h5:last-child {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .product-description-container {
        padding: 0;
    }

    .cart-item-right {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .cart-product-image {
        max-width: 100px;
    }
}

@media (min-width: 992px) {
    .cart-product-image {
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .terms-and-conditions-column {
        font-size: .7em;
    }
}

.product-description-container p {
    padding: 0 !important;
    margin: 0 !important;
}
.product-description-container img {
    height: auto !important;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: fill-available;
}

.d-single-info p {
    margin: 0;
    line-height: initial;
}

.nav {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}

#errorMessageBanner {
    display: none;
}

.calculator-input-label {
   line-height: 38px !important;
}

.ui-widget.ui-widget-content {
    background: #fff;
    height: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    border-radius: .25rem;
}

#clearButton {
    display: none;
    position: absolute;
    right: 95px;
    top: 0;
    bottom: 0;
    height: 19px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.summary-column {
    padding: 0;
}

.summary-column > ul {
}

.summary-column > ul li {
    border-bottom: 1px solid #ededed;
}

.summ_head {
    font-weight: 600;
}

.input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-item-description {
    clear: both;
}

.cart-item-description div {
    display: inline-block;
    vertical-align: middle;
}

.cart-item-right {
    width: 60%;
    margin-left: 3.5em;
}

[v-cloak] > * { display:none; }
[v-cloak]::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    /*background-image: url(/images/svg/loader.svg);*/
    background-size: cover;
    left: 50%;
    top: 50%;
}

@media (max-width: 575px) {
    .owl-nav div {
        display: block;
    }
}

@media only screen and (max-width : 768px) {
    .row.dual-payment-buttons .paypal-checkout-button {
        margin-top: 1em;
    }
}

.required-form,
.error {
    color: #f44336;
    font-weight: bold;
}

.breadcrumb ul {
    list-style: none !important;
    margin: 0 !important;
}

.box-quantity > a {
    margin-right: 1em;
}

.product-accordion {
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-top: 3em;
}

.product-accordion-toggle {
    height: 100%;
    width: 100%;
    padding: 1em .4em;
}

.support-area .single-support {
    padding: 35px 20px;
}

.support-area-link {
    display: contents;
}

.support-icon {
    text-align: initial;
    width: initial;
    display: inline-block;
    vertical-align: bottom;
}

.support-icon svg {
    color: #f98903;
    font-size: 45px;
    line-height: 50px;
    margin-right: 15px;
}

.add-cart {
    line-height: 1;
}

.add-cart:before {
    content: '';
    margin-right: 0;
}

.add-cart > i {
    font-size: 16px;
    line-height: 1;
    margin-right: 6px
}


.main-thumb-desc.nav {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.main-thumb-desc > li {
    text-transform: uppercase !important;
    line-height: 1 !important;
}

.thumb-content ul {
    list-style: outside none none !important;
    margin-left: 0 !important;
}

.add-cart {
    border: none;
}

.support-desc {
    display: inline-block;
}

.support-desc > h6 {
    font-size: 22px;
    line-height: 1.5;
}

.product-accordion-toggle,
.product-accordion-toggle:hover,
.product-accordion-toggle:focus,
.product-accordion-toggle:active,
.product-accordion-toggle:not(:disabled):not(.disabled):active,
.product-accordion-toggle:not(:disabled):not(.disabled):active:focus {
    background: transparent !important;
    color: black !important;
    box-shadow: none;
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
}

.error {
    color:#ff0000;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.5);
}

.action-btn {
    border: none;
    background-color: #3498db;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    text-transform: capitalize;
}

.action-btn:hover {
    background: #f98903;
    color: #fff;
}

.action-btn.muted {
    background-color: #363f4d;
}

.action-btn.muted:hover {
    background: #3498db;
}

.action-btn.small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

@media (max-width: 575.98px) {
    .action-btn {
        font-size: 11px !important;
    }

    .product-accordion-toggle,
    .product-accordion-toggle:hover,
    .product-accordion-toggle:focus,
    .product-accordion-toggle:active,
    .product-accordion-toggle:not(:disabled):not(.disabled):active,
    .product-accordion-toggle:not(:disabled):not(.disabled):active:focus {
        font-size: 1em;
    }

    .support-desc > h6 {
        font-size: 17px;
    }

    #calculator .col-md-3 > ul,
    #calculator .col-md-3 .form-control {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    #calculator {
        font-size: .9em;
    }

    #calculator .calculator-column-border {
        border-left: none !important;
    }
}

#calculator .calculator-column-border {
    border-left: 1px solid #1462ad;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.menuItemColor {
    color:#FFFFFF !important;
}

.owl-carousel .owl-item img {
    width: auto;
    max-height: 170px;
}

.new-products-active .owl-nav div {
    bottom: 13px;
}

.owl-nav div {
    top: auto !important;
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
