/*
Theme Name: 	   Auru
Text Domain: 	   auru
Template: 			cosmobit
Version:            1.0.88
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/auru-free/
Description:        Auru is the perfect theme for your website. Auru is lightweight and highly extendable. It will enable you to create almost any type of website such a blog, portfolio, business, consultant, finance, corporate, freelancer, agency, business promotion, electrician, industries, education, SEO, construction, fashion, online shop, health & medical, Beauty & spa salons, wedding, photography, gym, cafe, music, architecture, lawyer, restaurant, hotel, blog, magazine, travel agency, RTL & Translation Ready and many other websites with a beautiful & professional design. Auru supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, Google Analytics, and much more. Auru Pro demo https://preview.desertthemes.com/pro/auru/
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-base-color: #6c6f72;
    --dt-pri-color: #28B79A;
    --dt-sec-color: #0D0D3F;
    --dt-whi-color: #ffffff;
    --dt-gray-high: #f6f6f6;
    --dt-base-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --dt-title-font: "Roboto", sans-serif;
    --dt-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dt__mobilenav-logo {
    max-width: 26rem;
}

.dt-btn-secondary.dt-btn-border:hover,
.dt-btn-secondary.dt-btn-border:focus,
.dt-btn-secondary:hover,
.dt-btn-secondary:focus,
button[type=submit],
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.dt-btn-primary,
.wp-block-button__link,
.wp-block-loginout a {
	font-weight: 600;
}

.site--logo .site-description {
    z-index: 10;
}

.btn--effect-five .button:not(.submit-btn, .add_to_cart_button),
.btn--effect-five .dt-btn:not(.submit-btn) {
    overflow: hidden;
    border-width: 0;
}

.btn--effect-five .dt-btn.dt-btn-primary:not(.submit-btn),
.btn--effect-five .dt-btn.dt-btn-secondary:not(.submit-btn) {
    border-width: 0.1rem;
}

.btn--effect-five .button:not(.submit-btn, .add_to_cart_button):hover,
.btn--effect-five .button:not(.submit-btn, .add_to_cart_button):focus,
.btn--effect-five .dt-btn:not(.submit-btn):hover,
.btn--effect-five .dt-btn:not(.submit-btn):focus {
    box-shadow: 0 0 2rem 0.4rem rgba(255, 255, 255, 0.16);
}

.btn--effect-five .button:not(.submit-btn, .add_to_cart_button):before,
.btn--effect-five .dt-btn:not(.submit-btn):before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: var(--dt-sec-color);
}

.btn--effect-five .dt-btn.dt-btn-secondary:not(.submit-btn):before {
    background-color: var(--dt-pri-color);
}

.btn--effect-five .button:not(.submit-btn, .add_to_cart_button):hover:before,
.btn--effect-five .button:not(.submit-btn, .add_to_cart_button):focus:before,
.btn--effect-five .dt-btn:not(.submit-btn):hover:before,
.btn--effect-five .dt-btn:not(.submit-btn):focus:before {
    top: -40%;
}

.dt__list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header--thirteen {
	border-bottom: solid 2px var(--dt-sec-color);
    border-top: solid 2px var(--dt-pri-color);
}

.header--thirteen .dt__navbar-wrapper.is--sticky.on .dt__header-topbar {
    display: none;
}

.header--thirteen .dt__header-topbar {
    position: relative;
    color: #fff;
	background: inherit;
    border-bottom: 0;
}

.header--thirteen .dt__header-topbar::before {
    content: '';
    position: absolute;
    background: var(--dt-pri-color);
    width: 140%;
    height: 100%;
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 3% 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 3% 100%);
}

.header--thirteen .dt__header-topbar .dt__header-widget {
    padding-left: 6.5rem;
}

.header--thirteen .dt__header-topbar .dt__header-widget .dt-container {
    padding-right: 0;
    padding-left: 0;
}

.header--thirteen .dt__header-topbar .dt__header-widget .dt-container .dt-row {
    --dt-gutter-y: 0;
    --dt-gutter-x: 0;
}

.header--thirteen .dt__header-topbar .dt__header-widget .widget--left,
.header--thirteen .dt__header-topbar .dt__header-widget .widget--right,
.header--thirteen .dt__header-topbar .dt__header-widget .widget--center {
    min-height: 4.2rem;
}

.header--thirteen .dt__header-topbar .dt__header-widget .widget--right .widget:first-child {
    padding-right: 0;
}

.header--thirteen .dt__header-topbar .dt__header-widget .widget .title a,
.header--thirteen .dt__header-topbar .dt__header-widget .contact__list i {
    color: var(--dt-whi-color);
}

.header--thirteen .dt__header-topbar .dt__header-widget .widget_social li a {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header--thirteen .dt__header-topbar .dt__header-widget .widget--left .widget:not(:last-child):after {
    background: rgba(255, 255, 255, 0.3);
}

.header--thirteen .dt__header-mid {
    display: flex;
    min-height: 8.4rem;
    justify-content: flex-end;
}

.header--thirteen .dt__header-mid .dt__navbar-list-right {
    list-style: none;
    padding: 0;
}

.header--thirteen .dt__header-mid .dt__navbar-right+.dt__navbar-list-right {
    padding-left: 5%;
}

.header--thirteen .dt__header-mid .dt__navbar-list-right .contact__list i {
    font-size: 2.8rem;
    margin-right: 1.7rem;
}

@media (min-width: 62em) {
	.header--thirteen .dt__navbar-menu,
	.header--thirteen .cart--icon strong {
		color: var(--dt-whi-color);
	}

	.header--thirteen .cart--icon strong,
	.header--thirteen .cart--icon strong:after {
		border-color: var(--dt-whi-color);
	}
}

.header--thirteen .dt__navbar-menu:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 140%;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 3% 100%);
    clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
    background: var(--dt-sec-color);
    z-index: -1;
}

.header--thirteen .dt__header-navwrapperinner, 
.header--thirteen .dt__navbar-menu {
	position: relative;
}

.header--thirteen .dt__navbar-menu {
    min-height: 5.6rem;
    margin-bottom: -2rem;
	justify-content: space-between;
}

.header--thirteen .dt__navbar-nav .dt__navbar-mainmenu > li > a {
    line-height: 1.4;
}

.header--thirteen .dt__navbar-menu .dt__navbar-nav {
    padding-left: 5rem;
}

.header--thirteen .dt__navbar-menu .dt__navbar-right .dt__navbar-list-right .dt__navbar-search-toggle {
    padding: 1.15rem 1.8rem;
    background: var(--dt-pri-color);
    color: #fff;
    border-radius: 0;
}

/* Slider Five & Style 2 */

.dt__slider--five .dt__slider-content {
    max-width: 64%;
}

.dt__slider--five .dt__slider-content h3 {
    position: relative;
    color: var(--dt-pri-color);
    font-size: 1.8rem;
}

.dt__slider--five .dt-text-center.dt__slider-content h3 {
    padding: 0 6.8rem;
}

.dt__slider--five .dt-text-left.dt__slider-content h3 {
    padding-left: 6.8rem;
    color: var(--dt-pri-color);
}

.dt__slider--five .dt-text-right.dt__slider-content h3 {
    padding-right: 6.8rem;
}

.dt__slider--five .dt__slider-content h3::after,
.dt__slider--five .dt__slider-content h3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    height: .2rem;
    margin: auto;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--dt-pri-color);
}

.dt__slider--five .dt-text-right.dt__slider-content h3::after,
.dt__slider--five .dt-text-left.dt__slider-content h3::before,
.dt__slider--five .dt-text-center.dt__slider-content h3::after,
.dt__slider--five .dt-text-center.dt__slider-content h3::before {
    opacity: 1;
    visibility: visible;
}

.dt__slider--five .dt__slider-content h3::before {
    left: 0;
}

.dt__slider--five .dt__slider-content h3::after {
    right: 0;
}

.dt__slider--five .dt__slider-content {
    margin-bottom: 0;
}

.dt__slider--five.style2 .dt__slider-content h1,
.dt__slider--five.style2 .dt__slider-content p {
    color: var(--dt-whi-color);
}

@media (min-width: 62em) {
    .header--eight+.cosmobit-content .dt__slider--five .dt__slider-innercell {
        padding-top: 10rem;
    }
}


/* Info Service 9 */

.dt__infoservices--nine .dt__infoservices-row {
    margin-top: -8.8rem;
    --dt-gutter-x: 3rem;
}

@media (max-width: 74.938rem) {
    .dt__infoservices--nine .dt__infoservices-row {
        margin-top: -5.9rem;
    }
}

.dt__infoservices--nine .dt__infoservices-block {
    overflow: hidden;
}

.dt__infoservices--nine .dt__infoservices-block .overlay {
    width: 100%;
    min-height: 26.2rem;
    mix-blend-mode: luminosity;
    background-color: var(--dt-sec-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dt__infoservices--nine .dt__infoservices-inner .icon {
    position: absolute;
    right: 2rem;
    top: 2rem;
    transition: 0.5s all ease;
}

.dt__infoservices--nine .dt__infoservices-block:hover .dt__infoservices-inner .icon,
.dt__infoservices--nine .dt__infoservices-block.active .dt__infoservices-inner .icon {
    opacity: 0;
}

.dt__infoservices--nine .dt__infoservices-block .dt__infoservices-inner .title {
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transform: translateY(-50px);
    transition: opacity .3s;
}

.dt__infoservices--nine .dt__infoservices-block:hover .dt__infoservices-inner .title,
.dt__infoservices--nine .dt__infoservices-block.active .dt__infoservices-inner .title {
    opacity: 0;
}

.dt__infoservices--nine .dt__infoservices-block .circle1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 140px);
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: var(--dt-pri-color);
    opacity: 0.9;
    transition: 0.5s all ease;
}

.dt__infoservices--nine .dt__infoservices-block:hover .circle1,
.dt__infoservices--nine .dt__infoservices-block.active .circle1 {
    width: 100%;
    height: 100%;
	border-radius:0;
    transform: translate(-50%,0);
}

.dt__infoservices--nine .dt__infoservices-block .circle2 {
    position: absolute;
    bottom: -230px;
    left: -50%;
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: var(--dt-sec-color);
    opacity: 0.9;
    z-index: 1;
    transition: 0.5s all ease;
}

.dt__infoservices--nine .dt__infoservices-block:hover .circle2,
.dt__infoservices--nine .dt__infoservices-block.active .circle2 {
    transform: translate(-50%,70px);
    opacity: 0;
}

.dt__infoservices--nine .dt__infoservices-block .dt__infoservices-inner::before {
    left: auto;
}

.dt__infoservices--nine .dt__infoservices-block .icon {
    width: 5.2rem;
    height: 5.2rem;
    background-color: var(--dt-whi-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--dt-pri-color);
    margin: 0 0 1.5rem;
}

.dt__infoservices--nine .dt__infoservices-block .title {
    font-size: 2rem;
}

.dt__infoservices--nine .dt__infoservices-block .title a {
    text-decoration: none;
}

.dt__infoservices--nine .dt__infoservices-block .title,
.dt__infoservices--nine .dt__infoservices-block .title a,
.dt__infoservices--nine .dt__infoservices-block .text {    
    color: var(--dt-whi-color);
}

.dt__infoservices--nine .dt__infoservices-block .title a:focus,
.dt__infoservices--nine .dt__infoservices-block .title a:hover {
    color: var(--dt-sec-color);
    text-decoration: underline;
}

.dt__infoservices--nine .dt__infoservices-block .text,
.dt__infoservices--nine .dt__infoservices-block .dt-btn {
    margin-top: 1rem;
}

.dt__infoservices--nine .dt__infoservices-block .dt-btn {
    display: inline-block;
    line-height: 1.2;
    padding: 0.85rem 1.8rem;
}

.dt__infoservices--nine .dt__infoservices-block .dt__infoservices-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    visibility: hidden;
    opacity: 0;
    padding: 3rem 4rem 2rem 2.6rem;
    transition: .5s all ease;
}

.dt__infoservices--nine .dt__infoservices-block.active .dt__infoservices-back,
.dt__infoservices--nine .dt__infoservices-block:hover .dt__infoservices-back {
    visibility: visible;
    opacity: 1;
}

/* CTA Four */

.dt__cta--four .dt__cta-row {
    background-color: transparent;
    background-image: linear-gradient(140deg,var(--dt-whi-color) 18%,var(--dt-pri-color) 0%);
    border-radius: 1rem;
}

.dt__cta--four .dt__cta-row img {
    margin-top: -11rem;
    max-height: 40rem;
}

.dt__cta--four .dt__cta-row .dt-col-md-8.dt-col-12 {
    padding: 3rem;
}


/* CTA Five */

.dt__cta--five {
    position: relative;
    color: var(--dt-whi-color);
    overflow: hidden;
    z-index: 0;
}

.dt__cta-fancy {
    position: relative;
    background-color: var(--dt-pri-color);
    z-index: 0;
}

.dt__cta-fancy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    height: 100%;
    background-color: inherit;
    z-index: -1;
}

.dt__cta-fancy,
.dt__cta-fancy .fancy__head {
    display: flex;
    align-items: center;
}

.dt__cta-fancy .fancy__list i {
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 2.8rem;
    text-align: center;
    margin-right: 1.3rem;
    flex-shrink: 0;
    color: var(--dt-sec-color);
    background-color: var(--dt-whi-color);
    box-shadow: 0 0.9rem 1.8rem rgba(12, 12, 12, 0.19);
}

.dt__cta-fancy .fancy__list .title {
    color: inherit;
    font-size: 2.4rem;
}

.dt__cta-fancy .fancy__list .text {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 1.2rem;
}

.dt__cta-fancy .fancy__list .text a {
    color: #fff;
    text-decoration: none;
}


.dt__posts--two .dt__post .dt__post-thumb {
    margin-bottom: 3rem;
}

.dt__posts--two .dt__post .dt__post-thumb+.dt__post-outer {
    margin-top: -6.2rem;
}

.dt__posts--two .dt__post .dt__post-outer {
    background-color: var(--dt-whi-color);
    position: relative;
    padding: 2.5rem 2rem 1.5rem;
    -webkit-box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
}

.dt__posts--list .dt__post .dt__post-top-meta,
.dt__posts--two .dt__post .dt__post-top-meta {
    margin-bottom: 1.2rem;
}

.single-post .dt__post .dt__post-top-meta>ul>li .dt__post-category a,
.dt__posts--list .dt__post .dt__post-top-meta>ul>li .dt__post-category a,
.dt__posts--two .dt__post .dt__post-top-meta>ul>li .dt__post-category a {
    padding-right: 0;
    padding-left: 0.5rem;
    margin-right: 0;
    position: relative;
}

.single-post .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus),
.dt__posts--list .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus),
.dt__posts--two .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus) {
    color: var(--dt-sec-color);
    text-decoration: none;
}

/* Services--six */

/* Services--six */

.dt__services--six .dt__services-block {
    margin-top: 7.5rem;
    padding: 10.7rem 3rem 3rem;
    background-color: var(--dt-whi-color);
    box-shadow: 0 1.3rem 1.4rem rgba(29, 27, 76, 0.1);
    text-align: center;
    position: relative;
    z-index: 0;
}

.dt__services--six .dt__services-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
    opacity: 0;
}

.dt__services--six .dt__services-block:hover .overlay,
.dt__services--six .dt__services-block:focus-within .overlay {
    opacity: 1;
}

.dt__services--six .dt__services-block .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,28,45,.85);
}

.dt__services--six .dt__services-block .dt__services-icon {
    width: 15.6rem;
    height: 15.6rem;
    border-radius: 100%;
    border: 2rem solid var(--dt-gray-high);
    position: absolute;
    top: -7.5rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: var(--dt-whi-color);
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
	color: var(--dt-pri-color);
    font-size: 50px;
}

.dt__services--six .dt__services-block:hover .dt__services-icon,
.dt__services--six .dt__services-block:focus-within .dt__services-icon {
    border-color: var(--dt-sec-color);
}

.dt__services--six .dt__services-block .title,
.dt__services--six .dt__services-block .title a,
.dt__services--six .dt__services-block .text {
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt__services--six .dt__services-block:hover .title,
.dt__services--six .dt__services-block:focus-within .title,
.dt__services--six .dt__services-block:hover .title a,
.dt__services--six .dt__services-block:focus-within .title a,
.dt__services--six .dt__services-block:hover .text,
.dt__services--six .dt__services-block:focus-within .text {
    color: var(--dt-whi-color);
}


/* About--Four+Five */

.dt__about--five,
.dt__about--four {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.dt__infoservices+.dt__about--four {
    margin-top: 9rem;
}

.dt__infoservices+.dt__about--four:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 57.95rem;
    transform: translateX(-50%);
    border: 0.1rem solid rgba(189, 189, 189, 0.2);
    z-index: -1;
}

@media (min-width: 36em) {
    .dt__infoservices+.dt__about--four:before {
        max-width: 61.68rem;
    }
}

@media (min-width: 48em) {
    .dt__infoservices+.dt__about--four:before {
        max-width: 81.907rem;
    }
}

@media (min-width: 62em) {
    .dt__infoservices+.dt__about--four:before {
        max-width: 103.668rem;
    }
}

@media (min-width: 75em) {
    .dt__infoservices+.dt__about--four:before {
        max-width: 121.2rem;
    }
}

@media (min-width: 87.5em) {
    .dt__infoservices+.dt__about--four:before {
        max-width: 129.2rem;
    }
}

.dt__about--four .dt__about-img {
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

.dt__about--four .dt__about-img:after {
    content: "";
    position: absolute;
    bottom: -7rem;
    left: -2.5rem;
    width: 8rem;
    height: 16rem;
    background-color: var(--dt-pri-color);
    transform: rotate(312deg);
    z-index: 0;
    border-right: 0.5rem solid var(--dt-whi-color);
}

.dt__about--four .dt__about-img img {
    border-radius: 2rem;
}

.dt__about--four .business-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.2rem;
}

.dt__about--four .business-list li+li {
    margin-top: 0;
}

.business-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.business-list li {
    color: var(--dt-sec-color);
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
}

.business-list li+li {
    margin-top: 1.554rem;
}

.business-list li:before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 0.47rem;
    color: var(--dt-pri-color);
    line-height: 1em;
    font-weight: 800;
    font-family: 'FontAwesome';
}

/* Floating Animate */

.dt__floating {
    position: absolute;
    height: auto;
    width: auto;
    display: none;
    z-index: -1;
}

@media (min-width: 62em) {
    .dt__floating {
        display: block;
    }
}

.dt__floating--one {
    top: 36.6%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
}

.dt__floating--four img,
.dt__floating--one img,
.dt__floating--two img {
    -webkit-animation: floating--updown 3.2s infinite linear;
    animation: floating--updown 3.2s infinite linear;
}

.dt__floating--two {
    bottom: 1%;
    right: 14%;
}

.dt__floating--three {
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.dt__floating--four {
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.dt__floating--five img,
.dt__floating--three img {
    -webkit-animation: floating--rotate 24s infinite linear;
    animation: floating--rotate 24s infinite linear;
}

.dt__floating--five {
    top: 10%;
    right: 40%;
    transform: translateX(-40%);
}

.dt__footer--one .dt__footer-copyright > .dt-container > .dt-row {
    border-top: 1px solid rgba(189, 189, 189, 0.2);
    background-color: transparent;
    padding-top: 3.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.tilter {
    perspective: 1000px;
}

.tilter * {
    pointer-events: none;
}

.tilter > * {
    transform: translateZ(0);
}

.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-details summary {
    font-weight: 600;
    padding: 10px;
}

.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-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;
}

.has-background.wp-block-read-more, 
.has-background.post-navigation-link-next,
.has-background.post-navigation-link-previous {
    padding: 0.25em 1.375em;
}

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

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

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

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover, 
.wc-block-cart__submit-button:focus {
    color: #fff;
    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;
}

.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;
    margin-bottom: 10px;
    text-decoration: none;
}

.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 {
    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;
}

.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;
}