/** Home CSS **/
.home_00 .slider-nav-dots-dashes .flickity-page-dots .dot{
    background-color: #f05277;
    border: 0;
    margin: 0 4px;
    opacity: .3;
    padding: 0;
    transition: all .3s;
    border-radius: 100px;
}
.home_01 .large-12{
    padding-bottom: 0;
}
.home_01 .tits{
    margin-bottom: 40px;
}
.home_01 .tits h3{
    color: #4b4d52;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5rem;
    letter-spacing: .2px;
    line-height: 1.58;
}
.home_01 .tits h4{
    color: #7e7b7d;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .2px;
    line-height: 1.58;
    font-weight: 400;
    font-family: 'Alexandria-Regular';
}
.home_01 .p-top .col-inner{
    padding-top: 100px;
}
.home_01 .img{
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.home_01 .img img{
    transition: all .3s ease;
}
.home_02 .img{
    text-align: center;
}
.home_02 .img img{
    max-width: 890px;
}
.home_02 .section-content{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.home_02 .flickity-page-dots .dot{
    background: #111;
    opacity: 0.25;
    width: 10px;
    height: 10px;
}
.home_02 .flickity-page-dots .dot.is-selected{
    background-color: #f05277;
    border-color: #f05277;
}
.home_03 .column_01 .col-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home_03 a.button{
    margin: 0;
    line-height: 25px;
    border: none;
    border-radius: 20px !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 200px;
    font-family: 'Alexandria-Regular';
    font-weight: 400;
}
a.button i.icon-angle-right{
    margin-left: 0 !important;
}
a.button i.icon-angle-right::before{
    content: "\f0a9";
    font-family: fontawesome;
}
.home_04 .section-content{
    padding: 0 15px;
    max-width: 1297px;
    margin: 0 auto;
}
.home_04 .tab-panels .row-slider{
    margin: 0 !important;
}
.home_04 .tab-panels .product > .box__products{
    padding: 0 35px;
}
.home_04 .tabbed-content ul.nav{
    margin-bottom: 25px;
}
.home_04 .tabbed-content ul.nav > li{
    margin: 0 75px;
}
.home_04 .tabbed-content ul.nav > li > a{
    padding: 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Alexandria-Bold';
}
.home_04 .tabbed-content ul.nav > li.active > a::before{
    opacity: 1;
}
.home_04 .tabbed-content .tab-panels .panel {
    text-align: right;
}
.home_04 .tabbed-content .tab-panels .panel a.button{
    margin: 0 auto 30px;
    border: 1px solid #636363;
    color: #636363;
    cursor: pointer;
    max-width: 165px;
    overflow: hidden;
    padding: 7px 24px;
    position: relative;
    transition: all .3s ease;
    letter-spacing: .2px;
    line-height: 1.58;
    font-family: 'Alexandria-Regular';
    font-weight: 400;
}
.home_04 .tabbed-content .tab-panels .panel a.button::after{
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 1;
}
.home_04 .tabbed-content .tab-panels .panel a.button:hover::after{
    background-color: #f05277;
    width: 100%;
}
.home_04 .tabbed-content .tab-panels .panel a.button:hover span{
    color: #fff;
}
.home_04 .tabbed-content .tab-panels .panel a.button span{
    color: #636363;
    font-size: 13px;
    margin-right: 11px;
    z-index: 7;
    position: relative;
}
.home_04 .tabbed-content .tab-panels .panel a.button:hover i{
    color: #fff;
}
.home_04 .tabbed-content .tab-panels .panel a.button i{
    margin-left: 0;
    z-index: 7;
    position: relative;
}
.box__products .box .box-image{
    border-radius: 15px;
}
.box__products .box .box-image img{
    transition: all .3s;
}
.box__products .box .box-image:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.box__products .box .box-text{
    padding: 15px 0 0;
    text-align: left;
}
.box__products .box .box-text .product-title a{
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #373737;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Alexandria-Bold';
}
.box__products .box .box-text .product-title a:hover{
    color: #f05277;
}
.box__products .box .box-text .price_pro{
    display: flex;
    align-items: center;
    gap: 10px;
}
.box__products .box .box-text .price_pro del{
    order: 2;
}
.box__products .box .box-text .price_pro ins{
    order: 1;
}
.tits h3{
    color: #f05277;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 65px;
    font-family: 'Alexandria-Bold';
}
.tits h4{
    font-family: 'Alexandria-Bold';
}
.home_05 .post-item .box .box-text{
    background-color: #fefcf8;
    border-radius: 20px;
    padding: 20px;
}
.home_05 .post-item .box .box-text .post-title{
    margin: 0 0 5px;
}
.home_05 .post-item .box .box-text .post-title a{
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Alexandria-Bold';
}
.home_05 .post-item .box .box-text .post-title a:hover{
    color: #f05277;
}
.home_05 .post-item .box .box-text .is-divider{
    display: none;
}
.home_05 .post-item .box .box-text .from_the_blog_excerpt{
    color: #525252;
    font-size: 16px;
    margin: 0;
}
.home_06 .section-content .col{
    padding: 0 4px;
}
.home_06 .section-content .large-5 .img{
    padding-right: 4px;
}
.home_06 .section-content .large-4:nth-child(3),
.home_06 .section-content .large-4:nth-child(2),
.home_06 .section-content .large-4:nth-child(1){
    padding-bottom: 8px;
}
.home_07 .section-content .img{
    margin-bottom: 0 !important;
}
.home_07 .section-content a.button{
    margin: 0;
    position: absolute;
    border: 2px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 15px;
    max-width: 165px;
    overflow: hidden;
    padding: 7px 24px;
    line-height: 26px;
    transition: all .3s ease;
}
.home_08 .post-item .box .box-image{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}
.home_08 .post-item .box .box-text{
    padding: 0;
}
.home_08 .post-item .box .box-text .post-title{
    margin: 0;
}
.home_08 .post-item .box .box-text .post-title a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    font-family: 'Alexandria-Bold';
}
.home_08 .post-item .box .box-text .post-title a:hover{
    color: #f05277;
}
.home_08 .post-item .box .box-text .is-divider{
    display: none;
}
.home_08 .post-item .box .box-text .from_the_blog_excerpt{
    color: #373737;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 44px;
    opacity: .7;
    margin-top: 0;
}
.home_08 .post-item .box .box-text .post-meta span{
    color: #525252;
    font-weight: 700;
    opacity: 1;
    font-size: 16px;
    font-family: 'Alexandria-Bold';
}
.home_08 .post-item .box .box-text .post-meta span:last-child{
    font-weight: 400;
    margin-left: 10px;
    font-family: 'Alexandria-Regular';
}