/* contact-section-start */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial__title-2 {
        padding-top: 0px !important;
    }
}

.testimonial__inner-2 {
    background-position: 80px 65px !important;
    margin-right: 2px;
    margin-top: 0 !important;
}

@media (max-height: 1365px) {
    .story__text p {
        padding-top: 10px !important;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    background-color: #fff;
    height: 45px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #000;
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #e0e2e3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial__pagination {
        -webkit-transform: unset;
        transform: unset;
        top: 50%;
        transform: translate(0px, -50%);
        bottom: unset;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.hero__about-content {
    padding-top: 125px !important;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.service__item-6 ul {
    display: block !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .solution__title {
        padding-top: 40px !important;
        font-size: 50px !important;
    }
}

.solution__shape .shape-5 {
    left: 84% !important;
}

/* about-section-end */

.template_col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hero__about-row {
    margin-bottom: -10px;
    height: 550px;
    /* height: 100%; */
    /* background: url(./assets/imgs/about-us/about-full.jpg) no-repeat; */
    background: url(../imgs/about-us/about-full.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__about-row::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.about-baner-content {
    color: #fff;
    font-size: 46px;
}

.fixed-anim-img {
    overflow: hidden;
    margin-top: 10px;
}

.fixed-anim-img img {
    width: unset;
    height: unset;
    position: unset;
}

.testi-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
}

.testi-profile img {
    width: 100%;
    border-radius: 50%;
}

.contact-logo {
    width: 130px;
    /* margin-left: auto; */
}

.contact-logo img {
    width: 100%;
}

/* cart page css */

.tp-cart-list thead {
    background-color: #f1f3f4;
}

.tp-cart-list thead th {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 10px !important;
}

.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle;
}

.tp-cart-list tr td {
    border-color: #e0e2e3;
}

.tp-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}

.tp-cart-img {
    width: 78px;
    margin-right: 20px;
}

.tp-cart-price {
    width: 126px;
}

.tp-cart-quantity {
    min-width: 130px;
    max-width: 180px;
}

.tp-cart-img img {
    width: 78px;
    height: 100px;
    object-fit: cover;
}

.tp-cart-title {
    min-width: 150px;
}

.tp-cart-title a {
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
}
.tp-cart-title span {
    display: inline-block;
    margin-left: 15px;
}

.tp-cart-price span {
    font-size: 16px;
    color: #000;
}

.tp-product-quantity {
    width: 100px;
    position: relative;
    border-radius: 20px;
}

.tp-cart-plus,
.tp-cart-minus {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 50%;
    height: 100%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 8px;
}
.tp-cart-plus {
    border-left: 1px solid #dadce0;
    color: #2c8a00;
}
.tp-cart-minus  {
    border-right: 1px solid #dadce0;
    color: #ff0000;
}

.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
    left: auto;
    right: 4px;
}
.tp-cart-minus.text-muted {
    opacity: .3;
}
.tp-product-quantity a {
    display: inline-block;
}

.tp-cart-input[type="text"] {
    height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dadce0;
    background-color: #ffffff;
    padding: 0 30px;
    border-radius: 20px;
    width: 100%;
}

.tp-cart-plus svg,
.tp-cart-minus svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* .tp-cart-plus,
.tp-cart-minus {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.tp-cart-checkout-wrapper {
    background: #ffffff;
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    padding: 36px 24px 28px;
    /* margin-left: -24px; */
}

.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e0e2e3;
}

.tp-cart-checkout-top span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e2e3;
    margin-bottom: 15px;
}

.tp-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}

.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}

.tp-cart-checkout-shipping-option input {
    display: none;
}

.tp-cart-checkout-shipping-option label:hover {
    cursor: pointer;
}

.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 14px;
    color: #161c2d;
    position: relative;
    padding-left: 25px;
}

.tp-cart-checkout-shipping-option label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #161c2d;
    visibility: hidden;
    opacity: 0;
}

.tp-cart-checkout-shipping-option input:checked + label::before {
    opacity: 1;
    visibility: visible;
}

.tp-cart-checkout-shipping-option input:checked + label::before {
    border: 1px solid #161c2d;
}

.tp-cart-checkout-shipping-option label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
}

.tp-coupon-info-details span,
.tp-collection-hotspot-content,
.tp-return-customer-forgot a::after,
.tp-cart-checkout-shipping-option label::after,
.tp-cart-checkout-shipping-option label::before,
.tp-cart-plus,
.tp-cart-minus,
.tp-shop-widget-categories ul li a::after,
.tp-shop-widget-categories ul li a span,
.tp-shop-widget-checkbox-circle-number,
.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after,
.tp-product-details-review-input-eye span,
.tp-product-details-tab-line,
.tp-product-sm-item-5,
.tp-product-sm-thumb-5 img,
.tp-product-action-4,
.tp-product-thumb-4 img,
.tp-product-price-4,
.tp-product-add-to-cart-4,
.tp-product-price-wrapper-4,
.tp-best-add-to-cart-btn,
.tp-product-tag-3 span,
.tp-product-thumb-3 img,
.tp-product-action-3,
.tp-special-hotspot-content,
.tp-product-tag-2 a::after,
.tp-product-action-2,
.tp-product-thumb-2 img,
.tp-product-thumb img,
.tp-product-tab-line,
.tp-product-action,
.tp-product-add-cart-btn-large-wrapper,
.tp-product-list-thumb a img,
.tp-product-tooltip,
.tp-product-category-thumb a img,
.tp-category-title-2,
.tp-category-btn-2,
.tp-category-content-2 span,
.tp-category-content-2::after,
.tp-category-thumb-3::after,
.tp-category-thumb-3::before,
.tp-category-btn-3,
.tp-category-price-4,
.tp-category-thumb-5,
.tp-work-item,
.tp-work-icon span,
.tp-history-nav-year::after,
.profile__tab .tp-tab-line,
.profile__main-thumb-edit label,
.tp-profile-input-eye span,
.tp-contact-input-eye span,
.tp-contact-btn,
.tp-login-top p a::after,
.tp-login-mail::after,
.tp-login-input-eye span,
.tp-login-forgot a::after,
.tp-cta-thumb img,
.tp-brand-item img,
.tp-instagram-item::after,
.tp-instagram-item-2::after,
.tp-instagram-icon,
.tp-instagram-icon-2,
.tp-slider-nav-item,
.tp-footer-widget-content ul li a::after,
.tp-blog-grid-thumb img,
.tp-blog-list-thumb img,
.tp-blog-thumb-2 img,
.tp-blog-meta-2 a::after,
.tp-postbox-details-input-eye span,
.tp-category-menu nav ul li::after,
.tp-category-menu nav ul li.has-dropdown > a:not(.mega-menu-title)::after,
.tp-category-menu nav ul li a span,
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn,
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn i,
.tp-mobile-menu,
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i,
.main-menu > nav > ul > li.has-dropdown > a::after,
.main-menu > nav > ul > li > .tp-submenu li.has-dropdown > a::after,
.main-menu > nav > ul > li .tp-mega-menu,
.home-menu-thumb,
.home-menu-thumb::after,
.shop-mega-menu-img img,
.tp-header-side-menu ul li.has-dropdown > a::after,
.tp-header-side-menu ul li .mega-menu,
.tp-header-side-menu ul li .mega-menu .mega-menu-brand a img,
.tp-menu-line,
.tp-search-area,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line,
.offcanvas__categoryssss ul li.has-dropdown > a .dropdown-toggle-btn,
.offcanvas__categoryssss ul li .mega-menu,
.offcanvas__categoryssss ul li .mega-menu .mega-menu-brand a img,
.offcanvas__lang-selected-lang,
.offcanvas__lang-selected-currency,
.offcanvas__currency-selected-lang,
.offcanvas__currency-selected-currency,
.offcanvas__lang-selected-lang::after,
.offcanvas__lang-selected-currency::after,
.offcanvas__currency-selected-lang::after,
.offcanvas__currency-selected-currency::after,
.offcanvas__lang-list,
.offcanvas__currency-list,
.tp-swiper-dot .swiper-pagination-bullet,
.tp-swiper-dot-border .swiper-pagination-bullet,
.tp-swiper-scrollbar,
.tp-pulse-border::after,
.tp-pulse-border::before,
.tp-link-btn-2::after,
.tp-link-btn-2::before,
.tp-link-btn-line::after,
.tp-link-btn-line-2::after {
    /* -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out; */
}

.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 14px;
    color: #161c2d;
    position: relative;
    padding-left: 25px;
}

.tp-cart-checkout-total {
    margin-bottom: 25px;
}

.tp-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.hero__about_content {
    width: 60%;
}

@media only screen and (max-width: 1200px) {
    .hero__about_content {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .hero__about-row {
        height: 360px;
    }

    .hero__about_content {
        width: 80%;
    }

    .about-baner-content {
        font-size: 32px;
    }
}

@media only screen and (max-width: 660px) {
    .hero__about-row {
        height: 360px;
    }

    .hero__about_content {
        width: 90%;
    }

    .about-baner-content {
        font-size: 28px;
    }
}

.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
}

.tp-cart-coupon-input input {
    background: #ffffff;
    border: 1px solid #d6d9dc;
    height: 46px;
    line-height: 46px;
    margin-right: 4px;
    max-width: 282px;
}

.tp-cart-coupon-input button {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background-color: #000;
    padding: 10px 30px;
}

.tp-cart-update-btn {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    padding: 9px 29px;
    border: 1px solid rgba(1, 15, 28, 0.1);
}

/* checkout page  */

.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background-color: #ffffff;
}

.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}

.tp-checkout-input label {
    font-weight: 500;
    color: #000;
}

.tp-checkout-input label span {
    color: red;
}

.tp-checkout-input {
    margin-bottom: 10px;
}

.tp-checkout-input input,
.tp-checkout-input textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d5d8db;
    color: #000;
    height: 50px;
}

.tp-checkout-input select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d5d8db;
    color: #000;
    float: none;
    padding: 0 26px;
    width: 100%;
}

textarea {
    height: unset !important;
}

.tp-checkout-place {
    padding: 44px 50px 50px;
}

.white-bg {
    background-color: #ffffff;
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
}

.tp-order-info-list ul li.tp-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e2e3;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e2e3;
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
}

.tp-order-info-list ul li span {
    font-size: 15px;
    color: #000;
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
    color: #0989ff;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
    display: none;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0989ff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
    color: #0989ff;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
    cursor: pointer;
}

.tp-order-info-list
    ul
    li.tp-order-info-list-shipping
    span
    input:checked
    ~ label::after {
    border-color: #0989ff;
}

.tp-order-info-list
    ul
    li.tp-order-info-list-shipping
    span
    input:checked
    ~ label::before {
    opacity: 1;
    visibility: visible;
}

.c_prdct-img img {
    width: 60px;
}

.c_prdct_name {
    padding-left: 12px;
}

.c_prdct_name span {
    margin-bottom: 0px;
    line-height: 16px;
    display: block;
}

.tp-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0989ff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
}

.tp-checkout-btn:hover {
    background-color: #010f1c;
}

.tp-checkout-area {
    padding-top: 45px;
    margin-top: 40px;
}

.tp-order-details {
    padding: 70px 100px 55px;
}

/* order-confirm-page */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding: 70px 70px 55px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

.tp-order-details-icon {
    margin-bottom: 22px;
}

.tp-order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.tp-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
}

.tp-order-details-content p {
    font-size: 16px;
    color: #fff;
    line-height: 1.38;
}

.tp-order-details-item-wrapper
    .row
    [class*="col-"]:nth-child(2n)
    .tp-order-details-item {
    padding-left: 40px;
}

.tp-order-details-item {
    margin-bottom: 38px;
}

.tp-order-details-item h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.tp-order-info-wrapper {
    padding: 42px 50px;
}

.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tp-order-info-list ul li.tp-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e2e3;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-order-inner {
    background-color: #ffffff;
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.checkout-order-list .tp-order-info-list-desc {
    justify-content: unset;
}

/* .checkout-title h2 {
  font-size: 65px;
} */

.tp-header-action-item {
    text-align: center;
}

.tp-header-action-item a {
    /* color: #ffffff; */
    /* animation: glow 1s ease-in-out infinite alternate; */
}

.tp-header-action-item a {
    /* box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
        2px 2px 10px #00000080, 2px 2px 3px #00000080,
        inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
        inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080;
    animation: animateNew 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
        0 0 200px #0072ff; */
}
.tp-header-action-item a {
    animation: glow 1s ease-in-out infinite alternate;
    color: #ffffff;
}
@keyframes animateNew {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}
@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00dee6,
            0 0 40px #00dee6, 0 0 50px #00dee6, 0 0 60px #00dee6,
            0 0 70px #00dee6;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff0080, 0 0 40px #ff0080,
            0 0 50px #ff0080, 0 0 60px #ff0080, 0 0 70px #ff0080,
            0 0 80px #ff0080;
    }
}

.tp-header-action-btn {
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.tp-header-action-badge {
    background-color: #ffffff;
    color: #000;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -13px;
    display: inline-block;
}

.multi-select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #444;
    padding: 10px;
    color: #444444;
    font-size: 14px;
}

.select2-selection--multiple {
    height: 50px;
    border: unset !important;
}

.select2-selection--multiple input {
    height: 50px;
    margin-top: 0px !important;
    border: 1px solid #ced4da !important;
    padding: 0px 26px !important;
    font-size: 14px !important;
}

.select2-selection__rendered {
    padding: 0px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .header__nav-icon {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .workflow__slider.template_col_3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .workflow__slide {
        margin-bottom: 60px;
    }

    .tp-order-details {
        padding: 70px 40px 55px;
    }

    .tp-order-details-item {
        text-align: center;
    }

    .tp-order-details-item-wrapper
        .row
        [class*="col-"]:nth-child(2n)
        .tp-order-details-item {
        padding: 0px;
    }

    .footer__widget p {
        width: unset;
        max-width: unset;
    }

    .footer__area {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tp-cart-list table {
        min-width: 700px;
    }
}

.tp-checkout-option label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.tp-checkout-option input {
    display: none;
}

.tp-qut-control {
    min-width: 150px;
}
.total-quant {
    min-width: 150px;
}
.total-quant span {
    display: block;
}
/*
.tp-checkout-option label::before {
  position: absolute;
  content: url(../imgs/our-product/check.svg);
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s;
}

.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #c3c7c9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
} */

.tp-checkout-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.tp-checkout-option input:checked ~ label::after {
    background-color: #0989ff;
    border-color: #0989ff;
}

.sub-btn {
    padding: 7px 17px;
    background-color: #0989ff;
    color: #fff;
}

.service-list li h3 {
    font-size: 39px;
    color: #dbdbdb;
}

.inner-page .logo-secondary,
.inner-page .header__logo {
    display: block;
}
/* mobile-content */
.content-desktop {
    display: block;
}
.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .content-desktop {
        display: none;
    }
    .content-mobile {
        display: block;
    }
}
.qut-control input {
    width: 125px;
    padding: 5px;
    height: 40px;
}

.whats_app {
    position: fixed;
    bottom: 40px;
    left: 72px;
    width: 50px;
    height: 50px;
    z-index: 10000;
}

.unblock-span .total-quant p span {
display: unset;
}

.unblock-span .total-quant p {
    color: #000000;
}
