@import url('https://web.archive.org/web/20221204144813cs_/https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap');
/*@import url('https://web.archive.org/web/20221204144813cs_/https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');*/

* {

    font-family: 'Josefin Sans', sans-serif !important;
}
 @media(max-width:600px) {
.owl-simple .owl-nav {
display:none}
}
body {
color:#000
}
.menu li>a span#red {
background:red
}
.page-wrapper {
    background: linear-gradient(180deg, rgba(61, 165, 217, 0.8) 0%, rgba(205, 124, 173, 0.8) 73.23%);
}
.page-product_group .page-header {
background:transparent !important;
}
.page-product_group .page-header  .page-title {
    padding: 2rem 4rem;
    background: #fff;
    text-align: left !important;
    border-radius: 7px;
}
.page-product_group .page-header  .page-title>font>font {
font-size:28px
}
.header.header-8 .menu>li>a {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.menu>li>a {
    padding: 3.95rem 2rem;
}

.logo img {
    height: 40px;
}

.header {
    margin-bottom: 27px;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 25%);
}

.mail-template {
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.mail-template .body-text {
    border-radius: 0 6px 6px 0;


    background: rgba(211, 219, 245, 1);
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.mail-template .body-image img {
    margin-auto;
    width: 40%;
    padding: 30px 0;
}

.mail-template .body-image {
    border-radius: 6px 0 0 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}

.info-section .text-body {
    padding: 30px
}

.info-section .block-img-text {
    background: rgba(211, 219, 245, 1);
    border-radius: 6px 0 0 6px;
}
.mail-template .body-text input {
background:0;
border-top:0;
border-left:0;
 border-right:0;
margin-top:20px;

}
.footer-middle {
    border-color: #333;
    width: 90%;
    margin: auto;
}

.owl-carousel .owl-item img {
border-radius:7px
}
.footer {
background:transparent !important
}
.sold-out {
	background: #ddd;
    border-radius: 4px;
    color: #333;
    display: block;
    text-align: center;
}

.new-product , .is-on-discount{
	position:relative;
}
.is-on-discount:after  {
    content: "";
    height: 40px;
    width: 40px;
    background: url(https://api.tiktak.space/media/static/media/Sale_1.apng) no-repeat;
    background-size: 40px;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 20px;
}
.new-product:before {
    content: "";
    height: 40px;
    width: 40px;
    background: url(https://api.tiktak.space/media/static/media/New_1_1.apng) no-repeat;
    background-size: 40px;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
}

#go-to-checkout{
background-color: #CD7CAD;
animation: shake 1s cubic-bezier(.36,.07,.19,.97) infinite;
}

.mobile-search{
display: none;
}

.is-on-discount:after{
display: none;
}

.old-price{
color: #919191;
}

aside.col-lg-3 a:nth-child(2){
display: none;
}
.page-chcekout_confirmation p {
display: none;
}