/*
Theme Name: MyTheme Child
Template: mytheme
Author: CSSites
Author URI: https://cssantana.com/
Version: 1.1.7
*/

/* Navbar */

nav.navbar.orig .area-menu {
	margin-top: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}
nav.navbar.orig .area-menu ul li a {
    font-family: Oswald, sans-serif;
    letter-spacing: .1em;
}
nav.navbar #st-menu-one a.nav-link, 
nav.navbar #st-menu a.nav-link, 
#offcanvas-navbar-menu-overlay a.nav-link {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 0.82rem;
}
nav.navbar #st-menu a.nav-link.active.dropdown-toggle {
	color: #fff !important;
}
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item.active, nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:active, nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item.active:hover, nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:active:hover {
    color: var(--color-tema-secondary);
    background-color: #ffffff;	
}
@media only screen and (min-width: 992px) {
nav.navbar.orig {
    border-bottom: 0;
}
nav.navbar #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu)  {
    min-width: 200px;
}
nav.navbar #st-menu .dropdown-menu li:last-child {
    border-top: 0;
}
form#commentform .form-submit input[type=submit],
a.nav-link.dropdown-toggle {
	width: 200px;
	padding: 10px 25px;
	background: transparent;
	line-height: initial;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	background: var(--color-tema-primary);
	border-radius: 50px;
	color: #fff !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
form#commentform .form-submit input[type=submit] {
    border: 0;
}
nav.navbar ul.dropdown-menu li a:hover {
    color: #ff6870;
}
nav.navbar #st-menu a.nav-link:hover,
nav.navbar ul.dropdown-menu li a:hover {
    color: var(--color-tema-primary);
}
nav.navbar.clone {
    background-color: #e59eaf;
}
nav.navbar.sticky .topheader a.navbar-brand {
    background-color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
nav.navbar.clone #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu) {
    position: absolute;
    top: 45px;
}
nav.navbar.clone #st-menu a.nav-link.active.dropdown-toggle {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}

/* Página Home */

.frases .title, .frases .frase {
    text-transform: initial !important;
}
.area-html-1 #about .name, .sub-message, .frases .title {
    color: var(--color-tema-primary);
}
.page-title .home-title {
    display: inline-block;
}
.page-title .banner__title {
    color: #FF96A2;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    font-family: var(--mt-typography-type-3);
}
.page-title .sub-message {
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    font-size: 15px;
    color: #7e7e7e;
	margin-left: 25px;
}
.area-products {
    border-top: 1px solid #dfdfdf;
    margin-top: -50px;
}

.area-html-1 #about .name {
	font-weight: 400;
    font-family: var(--mt-typography-type-3);
    font-size: clamp(50px, 5vw, 70px);
}

.area-html-1:after {
	content: '';
    background-size: contain;
    background-repeat: no-repeat;
    right: -120px;
    top: 5%;
    position: absolute;
    -webkit-transition: transform 0.85s ease;
    -moz-transition: transform 0.85s ease;
    transition: transform 0.85s ease;
    transform: translateX(100%) rotate(-35deg);
    background-image: url(/wp-content/uploads/2024/04/gatinho-2.png);
    width: 350px;
    height: 350px;
    background-position: bottom center;
}

.area-html-1:hover:after {
    transform: translateX(0%) rotate(-35deg);
	
}
@media (max-width: 699px) {	
.area-html-1:hover:after {
    height: 300px;
    width: 300px;
    top: 35%;
}
}
@media(min-width:992px) {
body.navbar-fixed .area-1 {
    margin-top: 79px;
}
}

.area-html-2:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
	left: -170px;
    top: 5%;
    position: absolute;
	z-index: 4;
    -webkit-transition: transform 0.85s ease;
    -moz-transition: transform 0.85s ease;
    transition: transform 0.85s ease;
    transform: translateX(-100%) rotate(49deg);
    background-image: url(/wp-content/uploads/2024/04/Belinha-4.png);
    width: 400px;
    height: 400px;
    background-position: bottom center;
}
.area-html-2:hover:after {
        transform: translateX(0%) rotate(49deg);
	
}
@media (max-width: 1200px) {	
.area-html-2:hover:after {
	width: 300px;
    left: -120px;
}
}

@media (max-width: 767px) {	
.area-html-2:hover:after {
	bottom: -20px;
	top: auto;
}
section.area-html-2 {
    border-top: 2px dashed rgb(255 150 162 / 58%);
    padding-top: 15px !important;
}
}

.area-html-3 ul.products {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
.area-html-3 ul.products {
	grid-template-columns: repeat(2, 1fr);
	}
}

.area-html-4 {
    background-image: url(/);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner1 i::before {
    font-size: 2.25rem;
    font-weight: 600 !important;
}

.sec-image {
    overflow: hidden;
}
.sec-image .picture img {
    transform: scale(1);
    transition: transform .35s, all .7s;
    width: 100%;
}
.sec-image:hover .picture img {
    transform: scale(1.04);
    border-radius: 0;
}

#banner_5 .sec-image {
    overflow: hidden;
    max-height: 500px;
}
#banner_5 .sec-text {
    position: relative;
    z-index: 3;
    background-image: url(/wp-content/themes/mytheme-child/images/rolo-rosa-50x50.png);
    background-position: 40px 25px;
    background-repeat: no-repeat;
}
@media(max-width:767px) {
#banner_5 .sec-text {
	height: 450px;
	text-align: center;
	background-image: none;
}
#banner_5 .sec-text p {
    text-align: center;
}
#banner_5 .sec-image {
    z-index: 4;
    margin-top: -220px;
    text-align: center;
}
}

.categories-item .cate-content.desc {
    position: absolute;
    width: 100%;
    text-align: left;
    top: auto;
    left: 0;
    transform: none;
    padding-left: 25px;
    bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.categories-item .cate-content.desc .cat-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: var(--mt-typography-special-font-family);
    background-color: #fff;
    color: #363636;
    border-color: #ffffff;
    padding: 14px 28px;
    width: auto;
    display: inline-flex;
}
.categories-item:hover .cate-content.desc .cat-title {
	color: var(--color-tema-secondary);
}
.categories-item .cate-content.desc p {
	line-height: 1em;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

@media (max-width: 767px) {	
.area-html-4 .categories-item .cate-content.desc {
	bottom: 0px;
	padding-left: 0;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: var(--color-tema-primary);
}
.categories-item .cate-content.desc .cat-title {
    padding: 5px 10px 0;
	background-color: transparent;
    color: #ffffff;
}
.categories-item .cate-content.desc p {
    display: none;
}
.area-html-4 .categories-item {
    margin-bottom: 20px;
}
}


/* Post Blog */

.header-media.post_type_blog .area-img img.thumbnail {
    max-height: 500px;
}
.header-media.post_type_blog .post-title {
    margin-top: 150px;
    z-index: 1;
}

.area-posts .area-filters {
    margin-bottom: 30px;
    background: linear-gradient(to bottom, #f7677a 0, #ff6e81 52%, #f34d62 100%);
}

/* Vários */

@media (min-width: 1600px) {	
.container {
    max-width: 1500px;
}
}

.header-media h1.list-title {
    font-size: clamp(50px, 5vw, 65px);
}

@media (min-width: 992px) and (max-width: 1200px) {
.header-media {
	min-height: 300px !important;
}
}

@media (max-width: 991px) {
.header-media {
	min-height: 250px !important;
}
.header-media .title {
    font-size: clamp(30px, 5vw, 60px);
    margin-top: 15px;
}
}

::marker {
    color: var(--color-tema-secondary);
}

p {
    color: #464646;
}

.separate {
    width: 10%;
    min-height: 10px;
    background: 0 repeat-x url(/wp-content/themes/mytheme-child/images/ponto.svg);
    text-align: center;
    margin: 12px auto;
}

.dashed,
.footer-media .area-form,
.border-style {
    border-style: dashed;
    border-width: 1px;
    border-inline-start-width: 1px;
    border-color: #c67b94;
    border-radius: 10px;
}

.area.area-filters ul li > a {
    color: var(--color-tema-secondary);
    border: 1px solid var(--color-tema-secondary);
}

.post-term.text-center {
    display: none;
}

.relative-container.foot {
    border-top: 1px dashed rgb(0 0 0 / 20%);
}

.card {
    border: 1px solid rgba(0, 0, 0, .1);
}

.card .card-title, .card .card-title a {
    font-size: clamp(20px, 5vw, 23px);
}

.featured-item-text-md3 {
    background-color: #f55167;
    border-bottom: 2px solid #fff;
    padding: 15px;
    color: #fff;
}

.woocommerce-page .header-media:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
    transform: translateX(100%);
}

.woocommerce-page .header-media:after {
    background-image: url(/wp-content/uploads/2024/04/gatinho-4.png);
    background-position: center center;
    width: 300px;
    height: 600px;
    top: 25px;
    right: 0;
    left: auto;
    transform: translateX(-30%);
}

.archive.term-bonecas.woocommerce-page .header-media:after {
	background-image: url(/wp-content/uploads/2024/04/Belinha-7.png);
    width: 400px;
    height: 350px;
    bottom: 0;
    top: 0;
    background-position: bottom center;
}

.footer-media:after {
	content: '';
    background-image: url(/wp-content/uploads/2024/04/gatinho-4.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 25px;
	right: -150px;
    position: absolute;
    width: 300px;
    height: 600px;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
    transform: translateX(100%);
}
.footer-media:hover:after {
    transform: translateX(0%) rotate(-35deg);
}


@media (max-width: 1100px) {
.footer-media:hover:after,
.woocommerce-page .header-media:after {
	display: none;
}
}


footer#Footer .footer-main {
    border-bottom: 1px dashed #845262;
}

footer#Footer .copyright-text .small, 
footer#Footer .copyright-text a.small {
    font-size: .875em;
    color: #845262;
}

/* Botões */

a.btn-theme,
input#submit.btn-theme {
    margin-top: 1.5em;
    margin-bottom: 1.25em;
    border-radius: 50px;
    font-size: .875em;
	font-weight: 700;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: var(--color-tema-secondary);
    border: 1px solid var(--color-tema-secondary);
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 1rem 2em;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
a.btn-theme:hover,
input#submit.btn-theme:hover {
	color: #ffffff;
    background-color: var(--color-tema-secondary);
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

/* Forms */

.area-form div.wpforms-container-full {
    margin: 0;
}
.area-form div.wpforms-container-full .wpforms-form textarea,
.area-form div.wpforms-container-full input, 
.area-form div.wpforms-container-full select {
   border-color: #845262 !important;   
   border: 0 !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	box-shadow: none;
    position: relative;
    z-index: 2;
	background: var(--color-tema-secondary) !important;
    padding: 12px 40px !important;
    height: auto;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #cda196 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, 
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e59eaf !important;
    border: 1px solid #e59eaf !important;
	padding: 30px 35px;
}
.wpforms-confirmation-container-full p {
    color: #fff !important;
}

.section-header-media-bottom {
	position: absolute; 
	right: 0; 
	left: 0; 
	pointer-events: none; 
	z-index: 2;
	bottom: -2px;
	display: none;
}

footer {
    background-color: #fff;
}
footer#Footer a:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .btn-site, .btn-neow), footer#Footer p {
    font-size: 0.875rem;
	font-family: var(--mt-typography-special-font-family);
    color: #af7264;
}
footer#Footer a.nav-link:hover {
    color: #845262;
}
#Footer .menu-footer-top ul li a:before {
    background-color: #af7264 !important;
}


/*** Woocommerce ***/

#action_bar .woocommerce-car span.cart-count {
    position: absolute;
    text-align: center;
    padding: 0px 5px;
    font-size: 9px;
    line-height: 15px;
    height: 15px;
    min-width: 15px;
    right: -7.5px;
    top: -7.5px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: #dc3545;
}

.mt-payments i {
    font-size: 28px;
    color: #845262;
}

/* Wishlist */

.yith-wcwl-add-button a.add_to_wishlist {
    margin: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff !important;
	background-color: #ffffff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    padding: 5px 10px;
    overflow: hidden;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    background-color: #ffffff !important;
}
.yith-wcwl-add-button a i {
    font: normal normal normal 1.25rem / 1 FontAwesome;
    color: var(--color-tema-primary);
	margin: 0;
}
.yith-wcwl-add-to-wishlist span.feedback {
    font-size: 13px;
    color: #fff;
	display: none;
}
.yith-wcwl-wishlistexistsbrowse a {
    font-size: 13px;
    color: #333;
    width: 120px;
    display: block;
    line-height: 16px;
}

ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    line-height: 1rem;
    text-align: center;
}
.single-product .entry-summary .yith-wcwl-add-button {
	display: inline-flex;
    align-items: center;
    font-size: 0.76rem;
    flex-direction: row;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after{
	content: 'Adicionar à minha lista de favoritos.';	
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button:after{
	content: 'O artigo encontra-se na sua lista de favoritos. Boa escolha!';
}
.single-product .entry-summary .caract ul {
    padding: 0;
}
.single-product .entry-summary .caract ul li {
    padding-top: 0.5rem;
}

/* Widget */

.widget li.cat-item {
    border-bottom: 1px dashed #e3e3e3;
}

.widget li.cat-item ul.children {
    margin-left: 15px;
}
.widget li.cat-item ul.children li.cat-item:last-child {
    border-bottom: 0;
    padding: .6em 0 0;
}

.widget.widget_tag_cloud .tagcloud a, 
.widget.widget_tag_cloud .wp-block-tag-cloud a, 
.widget.widget_product_tag_cloud .tagcloud a, 
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
    display: inline-block;
    font-family: var(--mt-typography-text-font-family);
    font-weight: var(--mt-typography-text-font-weight);
    text-transform: var(--mt-typography-text-text-transform);
    font-style: var(--mt-typography-text-font-style);
    text-decoration: none;
    line-height: var(--mt-typography-text-line-height);
    letter-spacing: var(--mt-typography-text-letter-spacing);
    font-size: 13px !important;
    color: var(--mt-color-lighter);
    padding: 2px 11px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    border-color: var(--mt-color-border);
    text-transform: capitalize;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
    color: #fff;
    text-decoration: unset;
    background-color: var(--color-tema-secondary);
    border-color: var(--color-tema-secondaryy);
}

.widget li.cat-item span.count {
    float: right;
}

/* Página Arquivo Produtos */

header.woocommerce-products-header {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 0.875rem;
	padding: 0.5em 1.5em;
}

/* Página Produto */

.woocommerce .product_meta .sku_wrapper {
    color: #707070;
    font-size: 0.94rem;
}
@media (max-width: 767px) {
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        display: none !important;
    }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel div.product::before {
    display: none;
}

/* Página Carrinho */


/* Página Conta */

.woocommerce-page .woocommerce-price-suffix {
    font-size: 13px;
    color: #b1b1b1;
    margin-left: 10px;
}
.single-product .woocommerce-page .woocommerce-price-suffix {
    display: none;
}

.categories-item .cate-image.img {
    margin-bottom: 0;
    border: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.categories-item .cate-image.img img {
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
    overflow: hidden;
    display: inline-block;
	border-radius: 10px;
}
.categories-item:hover .cate-image.img img {
    animation: updow .8s ease-in-out 0s infinite;
}
@keyframes updow {
    50% {
        transform: translateY(-10px)
    }
    0%,100% {
        transform: translateY(0px)
    }
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 3px !important;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: 3px !important;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}

/* Página Finalizar Compra */

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 20px !important;
}
.wp-block-woocommerce-checkout-billing-contribuinte-block {
    margin: 0 0 15px 0 !important;
}

@media(min-width:768px) {
body.woocommerce-account .no-sidebar {
    padding: 50px;
    border: 1px solid #eee;
}
}
@media(max-width:767px) {
body.woocommerce-account .no-sidebar {
    padding: 20px;
    border: 1px solid #eee;
}
}

.cmplz-cookiebanner .cmplz-close {
    padding: 0;
    border: 0;
    background-color: transparent;
}