@font-face {
    font-family: 'SVN-Lobster';
    src: url("../fonts/SVN-Lobster.ttf");
}
@font-face {
    font-family: 'BastardusSans';
    src: url("../fonts/BastardusSans.ttf");
}
@font-face {
    font-family: 'Alexandria-Regular';
    src: url("../fonts/Alexandria/Alexandria-Regular.ttf");
}
@font-face {
    font-family: 'Alexandria-Bold';
    src: url("../fonts/Alexandria/Alexandria-Bold.ttf");
}
.header {
    border-bottom: 1px solid hsla(0, 0%, 80%, .302);
}
p{
    font-family: 'Alexandria-Regular';
}
b,strong{
    font-family: 'Alexandria-Bold';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Alexandria-Bold';
}
.home .content-area {
    padding-top: 0;
}
.webrt-page-title .page-title-inner{
    padding-top: 0;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}
.entry-meta .posted-author {
    padding-right: 10px;
}
.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}
.entry-meta .posted-view {
    padding-left: 10px;
}
.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-small .box-text p.category{
    font-size: 11px;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
}
.box-text-products .product-title{
    margin: 0 0 10px;
}
.box-text-products .product-title a{
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
}
.box-text-products .product-title a:hover{
    color: #2489db;
}
.price_pro{
    font-size: 22px;
    margin: 0 !important;
    color: #d41616;
    font-weight: 600;
    letter-spacing: 1px;
    del{
        color:#9f9f9f;
        font-weight: 500;
        font-size: 18px;
        margin-right: 5px;
    }
}
.product-small .add-to-cart-button a{
    text-transform: unset;
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
}
.sidebar-inner .widget-title{
    font-size: 22px;
    letter-spacing: 0;
}
.sidebar-inner ul.product-categories li{
    padding: 5px 0;
}
.sidebar-inner ul.product-categories li a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
}
.product-info .woocommerce-breadcrumb{
    display: none;
}
.product-info h1.product-title{
    font-size: 22px;
}
.product-info .is-divider{
    display: none;
}
.product-info .price{
    font-size: 18px !important;
    display: flex !important;
    gap: 15px;
    color: #d41616;
    del{
        color:#777;
        font-weight: 500;
        font-size: 15px;
        bdi{
            color:#777;
        }
    }
}
.product-summary .price .woocommerce-Price-currencySymbol{
    font-size: 18px;
}
.product-summary .price del .woocommerce-Price-currencySymbol{
    font-size: 15px;
    vertical-align: middle;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 18px;
}
.product-summary .quantity{
    margin-bottom: 0;
}
.product-info button.add_to_cart_button{
    text-transform: unset;
    margin-bottom: 0;
}
.product-info button.add_to_cart_button label{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.product-info button.add_to_cart_button span{
    display: none;
}
.widget .is-divider{
    display: none;
}
.breadcrumbs span a,
.breadcrumbs span{
    font-size: 16px;
    color: #f05277;
    font-weight: 400;
}
.breadcrumbs span a i{
    font-size: 14px;
    margin-right: 5px;
    vertical-align: 1px;
}
.breadcrumbs > span > span{
    margin: 0 5px;
}
.breadcrumbs > span > span:nth-child(1){
    margin-left: 0;
}
.collections .collections_head{
    display: flex;
    margin-bottom: 20px;
    position: relative;
}
.collections .collections_head img{
    width: 50%;
}
.collections__list .item__head{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 135px 20px;
}
.item__head h4{
    color: #f05277;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.collections__list .button-more a{
    margin: 0;
    border: 1px solid #636363;
    color: #636363;
    cursor: pointer;
    min-width: 148px;
    overflow: hidden;
    padding: 7px 20px;
    position: relative;
    transition: all .3s ease;
    letter-spacing: .2px;
    line-height: 1.58;
    font-family: 'Alexandria-Regular';
    font-weight: 400;
}
.collections__list .button-more a::after{
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 1;
}
.collections__list .button-more a:hover::after{
    background-color: #f05277;
    width: 100%;
}
.collections__list .button-more a:hover i,
.collections__list .button-more a:hover span{
    color: #fff;
}
.collections__list .button-more a span{
    color: #636363;
    font-size: 13px;
    margin-right: 11px;
    z-index: 7;
    position: relative;
}
.collections__list .button-more a i{
    margin-left: 0;
    z-index: 7;
    position: relative;
}
.item__content .product{
    padding: 0 50px;
}
.collections__list .item__content{
    margin-bottom: 70px;
}
.collections__list .item__content .slick-list{
    margin: 0 85px;
}
.collections__list .item__content .slick-arrow{
    cursor: pointer;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 22px;
}
.collections__list .item__content .slick-arrow:hover{
    color: #f05277;
}
.collections__list .item__content .slick-prev{
    left: 0;
}
.collections__list .item__content .slick-next{
    right: 0;
}
.item__special{
    display: flex;
    margin-bottom: 70px;
}
.item__special .special__left{
    width: 40%;
    padding-right: 50px;
}
.item__special .special__left img{
    border-radius: 20px;
}
.item__special .special__right{
    width: 60%;
}
.item__special .collections__list .item__head{
    margin: 0 0 20px;
}
.item__special .collections__list .item__ct{
    margin: 0 -40px;
}
.item__special .collections__list .item__ct .product{
    padding: 0 40px;
}
.page-id-8 .shop-container{
    display: none;
}
.box__products .callout{
    height: 27px;
    margin-left: 0;
}
.box__products .callout .badge-inner{
    background: #e67e22;
    border-radius: 0 5px 5px 0;
    width: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 9px;
}
.product-main .product-gallery .badge-container{
    display: none;
}
.product-main .product-gallery .product-images{
    height: 450px;
    overflow: hidden;
}
.product-main .product-gallery .product-images img{
    height: 450px;
    object-fit: cover;
}
.product-main .product-info .social-icons a{
    border-width: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.rt_woocommerce_single_product_summary .dat-in{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
    padding: 10px 25px;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #f05277;
    color: #fff;
    border-radius: 5px;
}
.rt_woocommerce_single_product_summary .dat-in:hover{
    opacity: 0.9;
}
.gt_01 .tits{
    margin-bottom: 20px;
}
.gt_01 .tits h3{
    font-size: 88px;
    line-height: 72px;
    min-height: unset;
    margin-bottom: 0;
    font-family: 'SVN-Lobster';
    font-weight: 500;
}
.gt_01 .tits h4{
    font-size: 88px;
    line-height: 72px;
    color: #f05277;
    font-family: 'SVN-Lobster';
    font-weight: 500;
}
.gt_02 .col-inner{
    background-color: #fff9eb;
    border-radius: 13px;
    margin: 50px auto 0 !important;
    max-width: 1020px;
    padding: 40px;
    width: 100%;
}
.gt_02 h3,
.gt_02 .tits h3{
    font-size: 22px;
    font-weight: 500;
    font-family: 'Alexandria-Regular';
    min-height: unset;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.gt_02 h3{
    color: #f588a1;
    margin-bottom: 20px;
}
.gt_02 .tits h4{
    font-size: 88px;
    line-height: 72px;
    min-height: unset;
    margin-bottom: 25px;
    font-family: 'SVN-Lobster';
    font-weight: 500;
    color: #f05277;
}
.gt_05 .large-6{
    padding-bottom: 0;
}
.gt_05 .img_01{
    left: 50%;
    position: absolute;
    top: -50%;
    margin-bottom: 0;
}
.gt_05 h2{
    font-size: 36px;
}
.gt_06 .col{
    display: flex;
    align-items: center;
}
.gt_06 .tits h3{
    color: #f588a1;
    font-size: 22px;
    font-weight: 500;
    min-height: unset;
    margin-bottom: 5px;
    font-family: 'Alexandria-Regular';
}
.gt_06 .tits h4{
    color: #f05277;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 15px;
}
.gt_06 p{
    margin-bottom: 30px;
}
.gt_06 .icon-box{
    align-items: center;
    margin-bottom: 20px;
}
.gt_06 .icon-box .icon-box-img{
    background: #f05277;
    color: #fff;
    height: 57px;
    border-radius: 5px;
}
.gt_06 .icon-box .icon-box-img .icon-inner{
    height: 57px;
    padding: 6px;
}
.gt_06 .icon-box .icon-box-img svg{
    padding-top: 0;
}
.gt_06 .icon-box .icon-box-text h5{
    font-size: 22px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 0;
    color: #f05277;
}
.gt_06 .icon-box .icon-box-text p{
    margin-bottom: 0;
}
.gt_06 a.button{
    border: 1px solid #636363;
    border-radius: 22px;
    cursor: pointer;
    max-width: 165px;
    overflow: hidden;
    padding: 7px 24px;
    position: relative;
    transition: all .3s ease;
    margin: 0;
    line-height: 25px;
}
.gt_06 a.button:hover::after{
    background-color: #f05277;
    width: 100%;
}
.gt_06 a.button::after{
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 1;
}
.gt_06 a.button:hover i,
.gt_06 a.button:hover span{
    color: #fff;
}
.gt_06 a.button span{
    color: #636363;
    font-size: 13px;
    margin-right: 11px;
    font-weight: 400;
    z-index: 4;
    position: relative;
}
.gt_06 a.button i{
    color: #636363;
    z-index: 4;
    position: relative;
}
.gt_07{
    margin-top: -260px;
}
.gt_07 .tits h4,
.gt_07 .tits h3{
    color: #f588a1;
    font-size: 22px;
    font-weight: 500;
    min-height: unset;
    margin-bottom: 5px;
    font-family: 'Alexandria-Regular';
}
.gt_07 .text_01 h2{
    font-size: 88px;
    line-height: 72px;
    min-height: unset;
    font-family: 'SVN-Lobster';
    font-weight: 500;
    color: #f05277;
    margin: 0px 0 10px;
}
.gt_07 .row_02 .col{
    display: flex;
    align-items: center;
}
.gt_07 .row_02 .col:nth-child(3){
    align-items: flex-end;
}
.gt_07 .row_03{
    margin-top: -230px;
}
.gt_07 .row_03 .col{
    display: flex;
    align-items: flex-end;
}
.gt_07 .row_end .col{
    display: flex;
    align-items: flex-end;
}
.gt_07 .row_end .img{
    margin-bottom: 0 !important;
}