/*
Theme Name: 	   Fluxa
Text Domain: 	   fluxa
Template: 			atua
Version:            1.0.80
Tested up to:       6.8
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/fluxa-free/
Description:        Fluxa is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. Fluxa supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. Fluxa Pro demo https://preview.desertthemes.com/pro/fluxa/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root {
    --dt-pri-color: #FFB100;    
    --dt-priTwo-color: #ffbe27;
    --dt-priGrd-color: linear-gradient(-137deg, var(--dt-pri-color) 0%, var(--dt-priTwo-color) 100%);
    --dt-priGrdRev-color: linear-gradient(-137deg, var(--dt-priTwo-color) 0%, var(--dt-pri-color) 100%);
	--dt-sec-color: #0f213c;
}

/* custom css */
.dt_preloader-handle .dt_preloader-animation .dt_preloader-spinner {
    border-color: var(--dt-sec-color);
    border-top-color: rgba(0, 0, 0, 0.2);
}

.dt_preloader-handle .dt_preloader-animation .dt_preloader-text .splitted {
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.30);
}

.dt_preloader-handle .dt_preloader-animation .dt_preloader-text .splitted:before,
.dt-btn-primary.dt-btn-border:hover, .dt-btn-primary.dt-btn-border:focus, .dt-btn-primary:hover, .dt-btn-primary:focus,
button[type=submit], input[type="button"], input[type="reset"], input[type="submit"],
.dt-btn-primary, .wp-block-button__link, .wp-block-button__link:hover, .wp-block-button__link:focus {
    color: var(--dt-sec-color);
}

.dt_preloader-close.site--close:before, .dt_preloader-close.site--close:after {
    background-color: var(--dt-sec-color);
}

/*---*/

.header--ten .dt_navbar-wrapper.is--sticky.on {
    background-color: var(--dt-sec-color);
    padding: 1.2rem 0;
}

.header--ten .dt_header-widget .widget.widget_social li a {
    width: 3.5rem;
    height: 3.5rem;
    border: 0.1rem solid rgba(189, 189, 189, 0.35);
}

.header--ten,
.header--ten button.dt_mobilenav-topbar-toggle,
.header--ten .dt_header-widget .widget.widget_social li a,
.header--ten .dt_navbar-sidebar-toggle-inner,
.header--ten button.dt_navbar-search-toggle,
.header--ten .dt_navbar-cart-item .dt_navbar-cart-icon,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu > li:not(.active) > a:not(:hover, :focus) {
    color: var(--dt-whi-color);
}

.header--ten button.dt_navbar-search-toggle:hover,
.header--ten button.dt_navbar-search-toggle:focus,
.header--ten .dt_navbar-cart-item:hover .dt_navbar-cart-icon,
.header--ten .dt_navbar-cart-item:focus-within .dt_navbar-cart-icon {
    color: var(--dt-pri-color);
}

.header--ten .menu-badge.bg-primary {
    top: -1rem;
}

.header--ten .menu-badge.bg-primary,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.active > a,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li:hover > a,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu li.focus > a,
.header--ten .dt_header-widget .widget.widget_social li a:focus i:before,
.header--ten .dt_header-widget .widget.widget_social li a:hover i:before {
    color: var(--dt-sec-color);
}

.header--ten .dt_navbar-cart-item .dt_navbar-shopcart,
.header--ten .dt_header .widget_nav_menu .sub-menu,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu {
    border-top: 0;
}

.header--ten .dt_header .widget_nav_menu .menu-item > .sub-menu:after,
.header--ten .dt_navbar-nav .dt_navbar-mainmenu > .menu-item > .dropdown-menu:after {
    display: none;
}

.header--ten .dt_mobilenav,
.header--ten button.dt_mobilenav-topbar-toggle {
    background: var(--dt-sec-color);
}

.header--ten .dt_mobilenav-topbar-content {
    color: var(--dt-whi-color);
    background-color: var(--dt-sec-color);
}

.header--ten .hamburger span {
    background: var(--dt-whi-color);
}

@media (min-width: 62em) {
    .header--ten .dt_header-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .header--ten .dt_header-inner .dt_navbar-menu {
        padding: 0 1.2rem 0 2.4rem;
        border: 0.4rem solid rgba(189, 189, 189, 0.35);
        border-radius: 5rem;
        min-height: 8.2rem;
        justify-content: space-between;
    }
    .header--ten .dt_navbar-nav .dt_navbar-mainmenu > li > a {
        line-height: 2.2;
    }
    .header--ten:has(.dt_header-topbar)+.site-content .dt_slider .dt_slider-innercell {
        padding: 13.5rem 0 0;
    }
	.header--ten + .dt_pagetitle {
		padding-top: 15rem;
	}
}

/* Menu Active Two */

.menu__active-two .dt_navbar-nav .dt_navbar-mainmenu > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.4rem;
    background-color: var(--dt-pri-color);
    opacity: 0;
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.menu__active-two .dt_navbar-nav .dt_navbar-mainmenu > li.active > a:before,
.menu__active-two .dt_navbar-nav .dt_navbar-mainmenu > li.focus > a:before,
.menu__active-two .dt_navbar-nav .dt_navbar-mainmenu > li:hover > a:before {
    opacity: 1;
    width: 100%;
}


/* // */

@media (min-width: 87.5em) {
    .header--ten + .site-content .dt_slider .dt_slider-carousel,
    .header--ten + .site-content .dt_slider .dt_slider-item,
    .header--ten + .site-content .dt_slider .dt_slider-innercell,
    .header--ten + .site-content .dt_slider .dt_slider-item > img {
        max-height: 72rem;
        min-height: 72rem;
    }
}

.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button {
    background-color: rgba(0, 0, 0, 0.20);
}

.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button:hover {
    background: var(--dt-sec-color);
}

.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button.owl-next:before,
.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button.owl-prev:before {
    background: var(--dt-pri-color);
}

.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button.owl-prev:after {
    border-left-color: var(--dt-pri-color);
    border-bottom-color: var(--dt-pri-color);
}

.header--ten + .site-content .dt_slider .dt_slider-carousel.owl-carousel .owl-nav button.owl-next:after {
    border-right-color: var(--dt-pri-color);
    border-top-color: var(--dt-pri-color);
}

/* Information ( Service Nine ) */

.dt_service--twelve {
    z-index: 1;
}

.dt_slider + .dt_service.dt_service--twelve {
    padding-top: 1.6rem;
    margin-top: -6.5rem;
    margin-bottom: -3.8rem;
    padding-bottom: 3rem;
}

.dt_service--twelve .dt_item_inner {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dt_service--twelve .dt_item_inner .dt_item_holder,
.dt_service--twelve .dt_item_inner .dt_item_hover {
    border-radius: 2rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 6rem 1.5rem 6rem;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dt_service--twelve .dt_item_inner .dt_item_holder {
    box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.06);
}

.dt_service--twelve .dt_item_inner .dt_item_hover {
    position: relative;
    background: #f4f9f5;
    z-index: 0;
}

.dt_service--twelve .dt_item_inner:hover .dt_item_hover,
.dt_service--twelve .dt_item_inner:focus-within .dt_item_hover {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.dt_service--twelve .dt_item_inner .dt_item_hover > * {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(95px) scale(0.81);
    transform: translateZ(95px) scale(0.81);
}

.dt_service--twelve .dt_item_inner .dt_item_hover .dt_item_title a:not(:hover, :focus) {
    color: var(--dt-sec-color);
}

.dt_service--twelve .dt_item_inner .dt_item_holder {
    color: var(--dt-whi-color);
    background-color: rgb(18, 18, 18, 0.85);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-blend-mode: multiply;
    z-index: 1;
}

.dt_service--twelve .dt_item_inner:hover .dt_item_holder,
.dt_service--twelve .dt_item_inner:focus-within .dt_item_holder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.dt_service--twelve .dt_item_inner .dt_item_holder .dt_item_title a:not(:hover, :focus) {
    color: var(--dt-whi-color);
}

.dt_service--twelve .dt_item_inner .dt_item_hover .dt_item_icon i {
    margin-bottom: 1rem;
}

.dt_service--twelve .dt_item_inner .dt_item_hover .dt_item_title {
    margin-bottom: 0.5rem;
}

.dt_service--twelve .dt_item_inner .dt_item_holder .dt_item_title {
    margin-bottom: 1.5rem;
}

.dt_service--twelve .dt_item_inner .dt_item_holder .dt_item_icon i {
    margin-bottom: 2rem;
}

.dt_service--twelve .dt_item_inner .dt_item_icon i {
    color: var(--dt-sec-color);
    font-size: 5rem;
    background: var(--dt-pri-color);
    width: 10rem;
    height: 10rem;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dt_service--twelve .dt_item_inner .dt_item_icon i:after {
    z-index: -1;
    width: 11.5rem;
    height: 11.5rem;
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    border-radius: 50%;
    display: inline-block;
    border: 0.3rem dashed var(--dt-pri-color);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    animation: dt_spin 9s infinite linear;
    -webkit-animation: dt_spin 9s infinite linear;
}

@keyframes dt_spin {
    from {
        transform: rotate(0);
    }
    to { transform: rotate(360deg)
    }
}

.dt_service--twelve .dt_item_inner .dt_item_title a:not(:hover, :focus) {
    text-decoration: none;
}

.dt_service--twelve .dt_item_inner .dt_item_content {
    font-size: 112.5%;
}

.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext {
    position: absolute;
    bottom: -2.3rem;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 50%;
    background: var(--dt-pri-color);
    color: var(--dt-sec-color);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dt_service--twelve .dt_item_inner:hover .dt_item_readmore .dt-btn-plustext,
.dt_service--twelve .dt_item_inner:focus-within .dt_item_readmore .dt-btn-plustext {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0%);
}

.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover,
.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus-within {
    box-shadow: 0 0.75rem 2rem rgba(0,0,0,0.2);
}

.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105';
    font-weight: 600;
    display: inline-block;
    transition: var(--dt-transition);
}

.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover:before,
.dt_service--twelve .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus:before {
    transform: rotate(360deg);
}


/* Service Ten */
.dt_service--ten .dt_item_inner .dt_item_holder {
    min-height: 32.6rem;
    background: var(--dt-sec-color);
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_image,
.dt_service--ten .dt_item_inner .dt_item_holder,
.dt_service--ten .dt_item_inner {
    position: relative;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_image img {
    width: 100%;
    min-height: 32.6rem;
    object-fit: cover;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2.7rem 3rem 2.9rem;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(1);
}

.dt_service--ten .dt_item_inner:hover .dt_item_holder .dt_item_hoverinner,
.dt_service--ten .dt_item_inner:focus-within .dt_item_holder .dt_item_hoverinner {
    transform: scaleY(0.0);
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::before {
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 3.1rem solid transparent;
    border-right: 3.1rem solid transparent;
    border-bottom: 1rem solid var(--dt-pri-color);
    opacity: 0.9;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dt-pri-color);
    opacity: 0.9;    
    z-index: -1;
}

.dt_service--ten .dt_item_inner .dt_item_title {
    font-size: 2rem;
    font-weight: 600;
}

.dt_service--ten .dt_item_inner .dt_item_title a {
    color: var(--dt-whi-color);
}

.dt_service--ten .dt_item_inner .dt_item_title a:not(:hover, :focus) {
    text-decoration: none;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner .dt_item_title {
    line-height: 3rem;
    text-align: center;
}

.dt_service--ten .dt_item_inner .dt_item_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.1rem;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.dt_service--ten .dt_item_inner:hover .dt_item_hover,
.dt_service--ten .dt_item_inner:focus-within .dt_item_hover {
    transform: scaleY(1.0);
}

.dt_service--ten .dt_item_inner .dt_item_hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dt-sec-color);
    opacity: 0.9;
    z-index: -1;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner {
    position: relative;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon {
    position: relative;
    margin-bottom: 1.5rem;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon i {
    position: relative;
    display: inline-block;
    font-size: 5rem;
    color: var(--dt-pri-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_content {
    margin-top: 1rem;
    color: var(--dt-whi-color);
    opacity: 0.8;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_readmore .dt-btn {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 2rem;
    line-height: 4rem;
}


/* Gradient */

.dt_gcolor .dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::after,
.dt_gcolor .dt_service--nine .dt_item_inner .dt_item_icon,
.dt_gcolor .header--eight .dt_header-topbar,
.dt_gcolor.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li > a:before {
    background: var(--dt-priGrd-color);
}

.dt_gcolor .dt_footer_copyright .widget_nav_menu .sub-menu,
.dt_gcolor .dt_footer .dt_navbar-mainmenu .dropdown-menu,
.dt_gcolor .dt_navbar-cart-item .dt_navbar-shopcart,
.dt_gcolor .dt_header .widget_nav_menu .sub-menu,
.dt_gcolor .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu {
    border-image-slice: 1;
    border-image-source: var(--dt-priGrdRev-color);
}

.dt_gcolor .header--eight .dt_header-widget .contact__list i,
.dt_gcolor .dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon i {
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: var(--dt-priGrd-color);
}

.dt_gcolor .dt_header .widget_nav_menu .menu-item > .sub-menu:after,
.dt_gcolor .dt_navbar-nav .dt_navbar-mainmenu > .menu-item > .dropdown-menu:after {
    display: none;
}

.wp-block-code code img {
    margin-left: 10px;
}

.wp-block-calendar table caption {
    color: #fff;
    background-color: var(--dt-pri-color);
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wp-block-code.has-background code {
    background: inherit;
}

a.wp-block-button__link.has-background {
    background: inherit;
}

blockquote.wp-block-quote.has-text-color p,
blockquote.wp-block-quote.has-text-color cite {
    color: inherit;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--dt-sec-color);
}

.wc-block-cart__submit-container .wc-block-cart__submit-button.wc-block-components-button:not(.is-link).contained {
    background-color: var(--dt-pri-color) !important;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 0;
    background-color: var(--dt-pri-color) !important;
}

.wp-block-woocommerce-customer-account a .icon {
    color: var(--dt-pri-color);
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
    color: var(--dt-pri-color);
}

.wc-block-grid__product-onsale {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
    border-color: inherit;
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__product-title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0.25em 0 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.wc-block-grid__product-price.price del {
    padding-right: 10px;
    color: #848484;
    opacity: .6;
}

.wc-block-grid__product-price.price ins span {
    color: var(--dt-pri-color);
}

.wc-block-grid__product-price.price ins{
    text-decoration: none;
}

.wp-block-post-author__avatar img {
    border-radius: 100%;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.wp-block-latest-posts__post-date {
    font-weight: 500;
    color: var(--dt-pri-color);
}

.has-background.wp-block-post-author {
    padding: 1rem;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-pullquote.has-text-color blockquote {
    border-left-color: inherit;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.wp-block-calendar table caption {
    color: #fff;
    background-color: var(--dt-pri-color);
}

.wc-block-components-product-title a, 
.wc-block-components-product-title a:hover, 
.wc-block-components-product-title a:focus {
    text-decoration: none;
}

.wp-block-quote .wp-block-search {
    padding-bottom: 5px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dt-sec-color);
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

.wp-block-table figcaption {
    text-align: center;
    font-weight: 600;
}

.wp-block-verse {
    padding: 10px;
}

.wc-block-components-product-sale-badge.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
    background-color: var(--dt-pri-color);
    border: none;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.wp-block-archives-list a {
    text-decoration: none;
}

.wp-block-calendar table th {
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
}

.wp-block-quote .wp-block-search {
    padding-bottom: 5px;
}

.has-background.post-navigation-link-previous {
    padding: 0.25em 1.375em;
}

.post-navigation-link-next a,
.post-navigation-link-previous a {
    text-decoration: none;
}

.wp-block-table figcaption {
    text-align: center;
    font-weight: 600;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.wc-block-components-product-sale-badge {
    z-index: 0 !important;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover, 
.wc-block-cart__submit-button:focus {
    color: #fff;
    background-color: var(--dt-main-color);
    text-decoration: none;
}

.wp-block-code.has-background code {
    background: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
    color: #fff;
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper p strong {
    font-size: 16px;
}

.wc-block-components-product-title a.wc-block-components-product-name {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0.25em 0 8px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    text-decoration: none;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--dt-sec-color);
}

.wc-block-cart__submit-container .wc-block-cart__submit-button.wc-block-components-button:not(.is-link).contained {
    background-color: var(--dt-pri-color) !important;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: none;
}

.wc-block-grid__product-price.price ins {
    color: var(--dt-pri-color);
    font-weight: bold;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
    text-decoration: none;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover, 
.wc-block-components-product-title a.wc-block-components-product-name:focus {
    color: var(--dt-pri-color);
}

.wc-block-grid__products .wc-block-components-product-button__button:hover, 
.wc-block-grid__products .wc-block-components-product-button__button:focus {
    background-color: var(--dt-sec-color);
}

.wc-block-components-product-name {
    color: var(--dt-sec-color);
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-price__value {
    color: var(--dt-pri-color);
    font-weight: 600;
}

.wc-block-components-totals-item {
    color: var(--dt-sec-color);
    font-weight: 700;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
    color: var(--dt-sec-color);
    font-weight: 700;
    font-size: 24px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wc-block-cart-items th {
    color: var(--dt-sec-color);
}

.wc-block-components-product-badge {
    background: var(--dt-pri-color);
    color: var(--dt-whi-color);
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: var(--dt-pri-color);
    color: #fff;
}

div.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--dt-pri-color);
    color: #fff;
}

.wc-block-featured-category__link .wp-block-button__link:hover, 
.wc-block-featured-category__link .wp-block-button__link:focus {
    color: #fff;
}

nav.woocommerce-breadcrumb a {
    text-decoration: none;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
    color: #fff;
}

.wc-block-featured-product__link a:hover, 
.wc-block-featured-product__link a:focus {
    color: #fff;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: #fff !important;
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, 
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
    color: #fff;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 1.5rem;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 1.2rem;
}

table.wc-block-cart-items .wc-block-components-product-price {
    font-size: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover, 
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
    color: #fff;
}

.widget.widget_shopping_cart a:before {
    display:none
}

.widget .wc-block-grid__products a:before {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 1rem !important;
}

.wc-block-components-totals-item__value {
    font-size: 1.5rem;
}

.wc-block-mini-cart__footer-checkout, 
.wc-block-mini-cart__footer-checkout:hover, 
.wc-block-mini-cart__footer-checkout:focus {
    background-color: var(--dt-pri-color);
    color: #fff;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    text-decoration: none;
}

.wc-block-mini-cart__badge {
    color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    font-size: 1.2rem;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
    font-size: 1.5rem;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: 1.2rem !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    text-decoration: none !important;
}

.wp-block-latest-comments__comment a {
    text-decoration: none;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
    color: var(--dt-pri-color) !important;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2rem !important;
    width: 2rem !important;
}

.dt_widget-area .wp-block-comment-author-name a,
.dt_widget-area .wp-block-comment-date a {
    color: var(--dt-sec-color);
}

.wp-block-avatar img {
    border-radius: 50%;
}

.wp-block-avatar:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.wp-block-page-list {
    list-style: none;
    padding: 0;
}

.wp-block-page-list a {
    color: var(--dt-sec-color);
    text-decoration: none;
    font-weight: 600;
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
    color: var(--dt-pri-color);
}

.wp-block-list {
    padding: 0;
}

.wp-block-list.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-details.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-verse.has-background {
    padding: 1.25em 2.375em;
}