/* pink E1759B */
/* new #F3BFBB */
/* font-family: 'Lato', sans-serif; */
/* font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off; */
body{
    color:#463C3C;
    font-family: 'Raleway', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}
a:hover{
    text-decoration: none;
}
header{
    border-bottom: 1px solid #F4F4F4;
}
.h-right-side, .h-left-side{
    padding-top: 0px;    
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.h-right-side{
    padding-right: 65px;
    justify-content: flex-end;
}
.h-left-side{
    padding-left: 65px;
}
.h-right-side ul{
    padding: 17px 0px;
    margin: 0px;
}

.catalog-btn{
    display: flex;
    padding: 10px 20px;
    background: #E1759B;
    border: 1px solid #E1759B;
    border-radius: 5px;
    font-size:15px;
    color:#fff;
    position: relative;
    padding-left: 40px;
}
.catalog-btn i{
    position: absolute;
    left: 18px;
    top: 13px;
}
.catalog-btn:hover{
    text-decoration: none;
    background: rgb(225, 117, 155, 0.7);
    color:#fff;
}
/* .catalog-btn:before{
  content: url('../img/catalog-btn.svg');
  width: 0.975rem;
  height: 0.938rem;
  display: block;
  position: relative;
  margin-right:10px;
  top:2px;
} */
.h-l-2{
    margin-left:20px;
}
.h-r-2 .phone{
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    color:#463C3C;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}
.h-r-2 .phone:hover{
    text-decoration: none;
    color: #F3BFBB;
}
.h-nav li, .profile-icons li{
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.h-nav li a{
    color:#463C3C;
    font-weight: 500;
    font-size:15px;
}
.h-nav li a:hover{
    color:#F3BFBB;
    text-decoration: none;
}
.h-r-1, .h-r-2{
    margin-right:40px
}
.cart-qty{
    position: absolute;
    display: block;
    top:10px;
    background:#F3BFBB;
    border: 2px solid #FFFFFF;
    color:#fff;
    border-radius:50%;
    width:23px;
    height: 23px;
    text-align: center;
    font-size: 12px;
}
.cart-block {
    padding-left: 16px!important;
}
.cart-block img{
    margin-left:-6px;
}
.cart-block a:hover .cart-qty{
    color:#fff;    
}
.cart-block a:hover {
    text-decoration: none;;
}

.h-r-4 {
    margin-left:20px;
}
.h-r-4 a{
    display: block;
    font-size:30px;
}
.main-menu{
    display:none;
}
.h-left-side .h-l-2:hover .main-menu{
    display: block;
    position: absolute;
    background:#fff;
    padding: 15px;
    z-index: 9999;
}
.main-menu{
    box-shadow: 0px 0px 5px 5px rgba(225, 117, 155, 0.05);
}
.main-menu .menu-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.main-menu .menu-list .fl-item{
    min-width:220px;
}
.main-menu .fl-item {
    padding: 10px;
}
.main-menu .fl-item > a{
    /* text-transform: uppercase; */
    width: 100%;
    font-size:16px;
    color:#463C3C; 
    font-weight: 500;   
    border-bottom: 1px solid #F3BFBB;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
}
.main-menu .sl-item{
    padding: 3px 0px;
}
.main-menu .sl-item > a{
    font-size:16px;
    font-weight: 400; 
    color:#463C3C;  
}
.main-menu .fl-item a:hover{
    text-decoration: none;
    color:#F3BFBB;
}
.mobile-menu{
    display: none;
    position: fixed;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    width:100%;
    height:100%;
    background: #FFF9F9;
    padding: 15px;
    z-index: 9999;
}
.mobile-menu .m-c-opener{
    text-transform: uppercase;
}
.mobile-menu  a{    
    color:#463C3C;
}
.mobile-menu a:hover{
    text-decoration: none;
    color:#F3BFBB;
}
.mobile-menu.active{
    display: flex;
    flex-direction: column;

}

.mobile-menu .m-m-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.mobile-menu .close-menu i{
    font-size:30px;
}

.mobile-menu .m-catalog-menu{
    display: none;
}
.mobile-menu .m-catalog-menu .m-cm2{
    display: none;
}
.mobile-menu .m-catalog-menu.active{
    display: block;
}
.mobile-menu .m-catalog-menu .m-cm2.active{
    display: block;
}
.mobile-menu .m-catalog-wrap,
.mobile-menu .m-add-wrap
{
    padding: 5px;
}
.mobile-menu .m-c-opener,
.mobile-menu .mcm1-opener{
    display: block;
    margin-bottom: 3px;
}
.mobile-menu .m-cm2 a,
.mobile-menu .m-add-menu a{
    display: block;
}

.mobile-menu .m-c-m1{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}
.mobile-menu .m-c-m1 .m-cm2{
    padding-top: 3px;
    padding-bottom: 3px;
}

.mobile-menu .m-cm2{
    padding-left: 20px;
}

.m-add-wrap .m-add-menu{
    text-transform: uppercase; 
    padding-bottom: 13px;
}
.mobile-menu .m-m-body i{
    margin-right: 10px;
    color:#F3BFBB;
}

.home-slider{
    width:100%;
    aspect-ratio: 9 / 3.23;
    background: url('../img/8ban.jpg') no-repeat;
    /* background: url('../img/sl-banner.jpg') no-repeat; */
    /* background: url('../img/sl-banner2.jpg') no-repeat; */
    background-size: 100% auto;
    display: flex;
    flex-direction:column;
    justify-content:center;
    padding-left:20%;
}
.home-slider.floristry-course {
    background: url("../img/fc-banner01.jpg") no-repeat;
    background-size: 100% auto;
}
.home-slider.floristry-course.newYear {
	background: url("../img/ny-banner.jpg") no-repeat;
	background-size: 100% auto;
}
.hb-block.newYear {
	margin-top: 25px;
}
.hb-block.newYear p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}
.btn-primary.newYear-link {
	background-color: transparent;
	color: #da5684;
	font-weight: 600;
}
.btn-primary.newYear-link:hover {
	color: white !important;
	background-color: #da5684;
}
.fc-btn.newYear button {
	margin-top: 0 !important;
}
.fc-courses.cource .container {
    width:100%;
    aspect-ratio: 7 / 3.23;
    background: url("../img/ic-banner.jpg") no-repeat;
}
.fc-courses.cource.idea1 .container {
	width:100%;
	aspect-ratio: 7 / 3.23;
	background: url("../img/idea1.jpg") no-repeat;
}
.fc-courses.cource.idea1 {
	margin-top: 135px;
}
.fc-courses.lesson.idea2 {
	margin-top: 65px;
}
.fc-courses.lesson.idea2 .container {
	width:100%;
	aspect-ratio: 7 / 3.23;
	background: url("../img/idea2.jpg") no-repeat;
	background-position-x: 100%;
}
.fc-courses.cource.idea3 .container {
	width:100%;
	aspect-ratio: 7 / 3.23;
	background: url("../img/idea3.png") no-repeat;
}
.fc-courses.lesson .container {
    width:100%;
    aspect-ratio: 7 / 3.23;
    background: url("../img/il-banner.jpg") no-repeat;
    background-position-x: 100%;
}
.fc-courses.lesson {
    margin-top: 126px;
    margin-bottom: 150px;
}
.fc-title-h2.box_idea {
	padding-top: 0 !important;
	line-height: 1;
}
.fc-courses.cource { margin-top: 150px; }
.fc-courses .fc-title-h2 { text-align: start; }
.fc-courses .fc-courses-info p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
    max-width: 198px;
}
.fc-courses .fc-courses-info {
    grid-gap: 30px;
    padding-bottom: 35px;
}
.fc-courses .fc-courses-info div { flex-basis: 45%; }
.fc-courses .fc-courses-info p span { color: #8E8989; }
.fc-courses .fc-courses-advansed {
    display: flex;
    flex-direction: column;
    grid-gap: 20px 0;
    margin-top: 5px;
}
.fc-courses .fc-btn button { margin-top: 20px; }
.fc-courses .fc-courses-advansed p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.fc-courses .fc-courses-advansed p:before {
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color: #F3BFBB;
}

.home-slider .sl-title{
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    color: #463C3C;
}
.fc-programm .fc-program-module {
    display: flex;
    align-items: flex-start;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #463C3C;
}
.fc-programm .fc-program-module::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    right: -9px;
    z-index: 3;
    background-color: #D9D9D9;
}
.fc-programm .fc-program-description {
    padding-left: 40px !important;
	padding-bottom: 85px !important;
    position: relative;
}
.fc-programm .fc-program-description::before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #F4F4F4;
}
.fc-programm .fc-program-description .fc-program-theory p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
#recordModal2 .successBlock ,
#recordModal .successBlock {
	display: none;
	background-color: #57d557;
	padding: 15px;
	max-width: 320px;
	margin: 30px auto 0 auto;
}
#recordModal2 .successBlock p ,
#recordModal .successBlock p {
	color: white !important;
	font-weight: 600;
}
.fc-programm .fc-program-description .fc-program-theory p:before {
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color: #F3BFBB;
}
.fc-programm .fc-program-description .fc-program-practice {
    background-color: #F4F4F4;
    padding: 25px;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0;
}
.fc-programm .container { margin-top: 74px; }
.fc-programm .fc-program-description .fc-program-practice h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.fc-programm .fc-program-description .fc-program-practice p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.fc-programm .fc-program-description .fc-program-practice p:before {
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color: #F3BFBB;
}
.home-slider.floristry-course .fc-title {
    font-size: 80px;
    font-weight: 300;
    line-height: 90px;
    color: #463C3C;
}
.home-slider.floristry-course .fc-info {
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
    grid-gap: 0 20px;
    max-width:400px;
}
.home-slider.floristry-course .fc-info .fc-info-item {
    display: flex;
    align-items: flex-start;
    grid-gap: 21px;
}
.home-slider.floristry-course .fc-info .fc-info-item .fc-info-item-text strong {
    font-size: 16px;
    font-family: inherit;
    font-weight: 700;
    line-height: 19px;

}
.home-slider.floristry-course .fc-info .fc-info-item .fc-info-item-text {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 18px;
    color: #463C3C;
}
.fc-btn button {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
    margin-top: 38px;
}
.home-slider.floristry-course .fc-description {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    margin-top: 17px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #8E8989;
    max-width: 518px;
}
.home-slider.floristry-course .fc-description span { font-weight: 700; }
.home-slider .sl-subtitle{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #463C3C;
    padding-bottom: 20px;
}
.btn-primary{
    color:#fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
{
    color:#fff;
}
footer{
    margin-top: 50px;
    padding-top: 50px;
    border-top:1px solid #eee;
}
.foot-desc{
    font-size:14px;
    padding: 10px 0px;
}
.foot-copy{
    padding-top: 15px;
    padding-bottom: 12px;
    background:#f7f7f7;
    font-size:14px;
    margin-top:40px;
}
.foot-copy p{
    margin: 0px;
    padding: 0px;
    text-align: end;
}
.foot-l-tittle{
    font-size:14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.foot-list {
    padding: 0px;
}
.foot-list li{
    font-size:14px;
    list-style: none;
    padding-bottom: 5px;
}
.foot-list li a{
    color:#463C3C;
}
.foot-list li a:hover{
    text-decoration: none;
}
.contact-address .social,
footer .social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact-address .social div,
footer .social div{
    margin-right: 20px;
}
.contact-address .social div a,
footer .social div a{
    padding: 8px 10px;
    border:1px solid #fcc8c8;
    /* border-radius:5px; */
}
.home-category-banner{
    margin-top:20px;
    margin-bottom:20px;
}
.home-category-banner .hcb-title{
    position: absolute;
    font-size: 19px;
    left:40px;
    bottom:20px;
    z-index: 200;
}
.home-category-banner a{
    color:#fff;
    display: block;
    margin: 20px 0px 0px 0px;
    position: relative;
}
.home-category-banner a span{
    /* border-radius: 5px; */
    position: relative;
}
.home-category-banner .blink-icon{
    position: absolute;
    top: -12px;
    right: -45px;
}

.home-category-banner a:hover{
    text-decoration: none;
}
.home-category-banner a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 70px;
    z-index: 100;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));
   border-radius: 5px;
 }
.featured-products{
    margin-top:30px;
    margin-bottom:30px;
}
#content.featured-products{
    margin-top:0px;
}
.hr-title-2,
.home-review .hr-title,
.home-instagram .hi-title,
.blog-preview .bp-title,
.featured-products .fp-title,
.product-category h1{
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.product-category h1{
    text-align: left;
}
.featured-products .fp-product .wishlist{
    position: absolute;
    top:10px;
    right: 30px;
    color:#fff;
    cursor: pointer;
}
.featured-products .fp-product{    
    /* border-radius:5px; */
    margin-bottom:30px
}
.featured-products .fp-product img{
   /* border-radius:5px; */
}

.featured-products .fp-product:hover{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.featured-products .fp-product:hover img{
    border-bottom-left-radius:0px!important;
    border-bottom-right-radius:0px!important;
}
.featured-products .fp-product .wishlist.active,
.featured-products .fp-product .wishlist:hover{
    color:#F3BFBB;
}

.featured-products .fp-product .fpp-description .fpp-title{
    margin-top: 15px;
    margin-bottom: 15px;
}
.featured-products .fp-product .fpp-description .fpp-title a{
    color:#463C3C;
    font-size:1.1rem;
}
.featured-products .fp-product .fpp-description{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.featured-products .fp-product .fpp-description .fpp-title a:hover{
    text-decoration: none;
    color:#F3BFBB;    
}
.featured-products .fp-product .fpp-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.featured-products .fp-product .fpp-description .form-group{
    margin:0px;
}
.featured-products .fp-product .fpp-options .fpp-option{
    border:#F3BFBB 1px solid;
    color:#F3BFBB;
    padding: 5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor:pointer;
    font-size:0.8rem;
}
.featured-products .fp-product .fpp-options .fpp-option.active,
.featured-products .fp-product .fpp-options .fpp-option:hover{
    background-color: rgba(225, 117, 155, 0.15);
}
.featured-products .fp-product .fpp-price {
    margin-top:10px;
    margin-bottom:20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.featured-products .fp-product .fpp-price .new-price{
    font-size: 1.2rem;
    font-weight: 600;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    margin-right: 15px;
}
.featured-products .fp-product .fpp-price .old-price{
    font-size: 1.2rem;
    font-weight: 300;
    text-decoration: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}

.featured-products .fp-product .fpp-add-to-cart-block{
    background:#E1759B;
    padding-top: 7px;
    padding-left: 9px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-self: center;
}
.featured-products .fp-product .fpp-add-to-cart-block .fpp-add-to-cart{
    color:#fff;
    cursor: pointer;
}
.fc-benefist .hb-block{
    min-height: 170px;
    margin-bottom: 54px;
}
.ny-subtitle {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}
.ny-mainDescription {
	margin-bottom: 35px;
	font-size: 21px;
	line-height: 1;
	font-weight: 300;
}
.fc-benefist .hb-block.newYear {
	min-height: 130px;
	margin-bottom: 13px;
	margin-top: 0;
}
.fc-benefist.newYear {
	padding: 80px 0 0 0;
}
.new-year-box-info {
	grid-gap: 20px;
	max-width: 400px;
	margin-bottom: 25px;
}
.newYear-box-name {
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid rgba(225, 117, 155, 0.3);
	background-color: rgba(255, 249, 249, 1);
}
.mc-guarantees {
	max-width: 915px;
	margin: -20px auto 100px auto;
}
.mc-guarantees .hb-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 58px;
	margin-bottom: 14px;
}
.mc-guarantees .hb-subtitle {
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	margin-bottom: 16px;
}
.mc-guarantees .mc-guarantees-col { grid-gap: 30px 0; }
.mc-guarantees .mc-guarantee-row {
	display: flex;
	align-items: flex-start;
	grid-gap: 0 20px;
}
.mc-guarantees .fc-btn button { margin-top: 0; }
.mc-guarantees .container .row.hb-bg { padding: 30px; }
.hb-block{
    padding: 20px;
    background:#FFF9F9;
    border:1px solid rgba(225, 117, 155, 0.3);
    /* border-radius:5px; */
    min-height: 185px;
    margin-bottom: 30px;
}
.hb-block .hb-title{
    font-weight: 600;
    margin-top:15px;
    margin-bottom: 10px;
}
.home-benefits{
    padding-top: 50px;
    padding-bottom: 50px;
}
.row.fc-row {
    border: 1px solid rgba(225, 117, 155, 0.3);
    border-radius: 5px;
    max-width: 1110px;
    margin: 0 auto;
}
.row.fc-row .fc-block {
    padding: 30px 40px ;
    height: 100%;
}
.row.fc-row .col-md-6:not(:first-child) {
    border-left: 1px solid rgba(225, 117, 155, 0.3);
}
.row.fc-row .fc-block .fl-block-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}
.row.fc-workbook {
    padding: 42px 0 60px 57px;
    border-radius: 5px;
    margin-top: 56px;
    margin-bottom: 50px;
    border: 1px solid rgba(225, 117, 155, 0.3);
}
.fs-floristBox .container .hb-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px 0;
    min-height: 170px;
}
.fs-floristBox .container .hb-block .hb-dwrap .hb-title {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}
.fs-floristBox .container { margin-top: 51px; }
.row.fc-workbook p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
}
.row.fc-row .fc-block .fl-block-items p {
    grid-gap: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.row.fc-row .fc-block .fl-block-items {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.row.fc-row .fc-block .fl-block-items p:before {
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color: #F3BFBB;
}
.fl1{
    background: #FFF9F9 url('../img/fl1.svg') no-repeat;
    background-position: top 0px right 0px;
}

.fl2{
    background: #FFF9F9 url('../img/fl2.svg') no-repeat;
    background-position: top 0px right 0px;
}
.fl3{
    background: #FFF9F9 url('../img/fl3.svg') no-repeat;
    background-position: top 0px right 0px;
}
.fl4{
    background: #FFF9F9 url('../img/fl4.svg') no-repeat;
    background-position: top 0px right 0px;
}
.fl5{
    background: #FFF9F9 url('../img/fl5.svg') no-repeat;
    background-position: top 0px right 0px;
}
.fl6{
    background: #FFF9F9 url('../img/fl6.svg') no-repeat;
    background-position: top 0px right 0px;
}
#recordModal2 .modal-body,
#recordModal .modal-body {
    padding: 100px 70px 80px 400px;
}
#recordModal2 .modal-dialog .modal-content.newYear .modal-body,
#recordModal .modal-dialog .modal-content.newYear .modal-body {
	padding: 60px 20px 30px 150px;
}
#recordModal2 .modal-body h2 ,
#recordModal .modal-body h2 {
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #232323;
}
#recordModal2 .modal-body p ,
#recordModal .modal-body p {
    text-align: center;
    color: #232323;
    max-width: 290px;
    margin: 0 auto;
}
#recordModal2 .modal-dialog ,
#recordModal .modal-dialog {
    max-width: 900px;
    margin-top: 150px;
    margin-left: calc(50% - 400px);
}
#recordModal2 .modal-dialog .modal-content img ,
#recordModal .modal-dialog .modal-content img {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: -50px;
}
#recordModal2 .modal-dialog .modal-content.newYear img ,
#recordModal .modal-dialog .modal-content.newYear img 
{ top: -20px; }
#recordModal2 form ,
#recordModal form {
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0;
    margin: 20px auto 0 auto;
    max-width: 290px;
}
#recordModal2 form button ,
#recordModal form button {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
.input-fc {
    padding: 14px 15px 30px 15px;
    color: #8E8989;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
}
.rev-score{
    display: flex;
    flex-direction: row;
    align-items: center;  
    padding: 20px 40px;
    border: 1px solid #F4F4F4;  
    /* border-radius:5px; */
    margin-bottom: 15px;
}
.rev-score .rs-title{
    text-align: center;
}
.rev-score .rs-score{
    font-size: 66px;
    line-height: 68px;
    font-weight: 600;
    text-align: center;
}
.rs-left{
    flex-basis: 40%;
}
.rs-right{
    padding: 15px;
    flex-basis: 60%;
}
.rev-score .rs-qty{
    font-size:13px;
    color:#F3BFBB;
    text-align: center;
}
.progress-block{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progress-block .score{
    flex-basis: 10%;
    font-size:14px;
}
.progress-block .progress{
    flex-basis: 90%;
}
.rev-score .rs-ratings i{
    color:#ffc107;
    font-size:20px;
}
.rs-rating i {
    color:#ffc107;
}
.rev-score .rs-ratings{
    text-align: center;
}
.rev-single{
    padding: 20px;
    margin-top:15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border:1px solid #F4F4F4;
}
.rev-single .rs-head{
    display: flex;
    flex-direction: row;
}
.rev-single .rs-name-block{
    margin-left: 20px;
}
.home-review{
    /* background: url('../img/rev-bg.svg') no-repeat;
    background-position: top 0px left -30px; */
}
.left-rev-block{
    margin-bottom:30px;
}
.home-bloger{
    margin: 50px 0px;
}
.hb-bg{
    background: #FFF9F9 ;
    border:1px solid rgba(225, 117, 155, 0.3);
    /* border-radius:5px; */
    padding: 70px 50px 50px;

}
.home-bloger .hb-title{
    font-size:35px;
    font-weight: 300;
    margin-bottom: 20px;
}
.home-bloger .hb-description p{
    margin-bottom: 30px;
}
.home-bloger .hb-btn{
    display: inline-block;
    padding: 10px 15px;
    color:#fff;
    background:#F3BFBB;
    border-radius:100px;
}
.home-bloger .hb-btn img{
    margin-right:15px;
}
.home-bloger .hbc-single .hbc-name{
    margin-top:10px;
    font-size:14px;
    margin-bottom: 10px;
}

.home-bloger .owl-carousel .owl-nav{
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.home-bloger .owl-carousel .owl-nav .owl-prev i,
.home-bloger .owl-carousel .owl-nav .owl-next i{
    color:#F3BFBB;
}
.home-bloger .owl-carousel .owl-nav .owl-prev,
.home-bloger .owl-carousel .owl-nav .owl-next{
    background:#fff;
    border-radius:50%;
    width: 35px;
    height: 35px;
    /* box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1); */
}
.home-bloger .owl-carousel .owl-nav .owl-prev{   
    left:-15px;
    position: relative;
}
.home-bloger .owl-carousel .owl-nav .owl-next{
    right: -15px;
    position: relative;
}
.owl-carousel {
    display: block;
}
 
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
 
.owl-carousel img {
    width: 100%;
}
.home-instagram{
    margin-top:70px;
    margin-bottom: 30px;
}
.home-instagram .inst-btn{
    display: inline-block;
    padding: 10px 15px;
    background:#FFF9F9;
    color:#F3BFBB;
    border: 1px solid rgba(225, 117, 155, 0.3);
    border-radius:100px;
    margin: 40px 0px 30px;
}
.h-nav li._big-only{
    display:none;
}
.blog-preview{
    margin-bottom: 30px;
}
.blog-preview .bp-single{
    margin-bottom: 35px;
}
.blog-preview .bp-single .bps-title{
    font-weight: 600;
    margin-top:15px;
    margin-bottom:15px;
}
.blog-preview .bp-single .bps-description{
    margin-bottom: 15px;
}
.home-sdescription{
    margin-top: 70px;
    margin-bottom: 90px;
}
.home-sdescription .hsd-wrapper{
    max-height: 300px;
    overflow-y: scroll;
    color:#9AA0A1;
    padding-right: 20px;
}
.hsd-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.hsd-wrapper::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.hsd-wrapper::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #999;
}
.hsd-wrapper h1{
    font-size:22px;
    color:#666;
}
.hsd-wrapper h2{
    font-size: 20px;
    color:#666;
}
.hsd-wrapper h3{
    font-size: 18px;
    color:#666;
}
.breadcrumb{
    background:#fff;
    margin-top:30px;
    padding: 0px;
    margin-bottom: 30px;
}

.breadcrumb li {
    margin-right: 12px;
}
.breadcrumb li:after{
    content:'/';
    color:#DEE0E0;
    margin-left: 12px;
}
.breadcrumb a{
    color:#463C3C;
}
.breadcrumb li:last-child:after{
    content: '';
}
.breadcrumb li:last-child a{
    color:#8E8989;
}
#content h1{
    color: #463C3C;
    font-weight: 300;
    margin-bottom: 30px;
}
.about-images{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.about-images .right-img{
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.about-images .left-img{
    margin-top:30px;
    margin-bottom: 30px;
    margin-right: 15px;
}
.about-benefits{
    background: #FFF9F9 url(../img/fl1.svg) no-repeat;
    background-position: top 0px right 0px;
    padding: 20px;
    border: 1px solid rgba(225, 117, 155, 0.3);
    border-radius: 5px;
    margin-top:30px;
    margin-bottom: 30px;
}
.about-benefits .ab-title{
    font-weight: 600;
    display: inline-block;
    color:#463C3C;
    margin-left: 15px;
    position: relative;
    top:5px;
}
.about-benefits .ab-list{
    padding-left: 0px;
    margin-top:21px;
}
.about-benefits .ab-list li{
    list-style: none;
    font-size:14px;
    margin-top:10px;
}
.about-benefits .ab-list li:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color:#F3BFBB;
}

.about-benefits.flw2{
    background: #FFF9F9 url('../img/fl2.svg') no-repeat;
    background-position: top 0px right 0px;
}
.about-benefits.flw3{
    background: #FFF9F9;
    background-position: top 0px right 0px;
}
.contact-address{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-map{
    overflow: hidden;
    max-height: 400px;
    margin-bottom:50px;
    margin-top:20px;
}
.contact-map iframe{
    margin-top:-50px;
}
.product-wrapper{
    width: 100%;
}
.product__img-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.product__img-list{
    display: flex;
    flex-direction: column;
    margin-right:15px;
}
.product__img-list a{
    display: block;
    margin-bottom: 15px;
}
.product__img-list img{
    /* max-width: 74px;
    max-height: 74px; */
}
.product__img-block img{
    /* border-radius:5px; */
}
.product__img-list{
    max-height: 570px;
    max-width: 76px;
    overflow-y: hidden;
}
.product__main-img{
    margin-bottom: 30px;
}
.product__img-list__nav{
    z-index:9;
}
.product__img-list__nav__top i,
.product__img-list__nav__bottom i
{
    color: #F3BFBB;
    padding-top: 10px;
    padding-left: 10px;
}
.product__img-list__nav__top,
.product__img-list__nav__bottom
{    
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    box-shadow: 0px 3px 10px 4px rgba(0,0,0,.1);
    cursor: pointer;
}
.product__img-list__nav__top{
    top:-30px;
    left: 35px;
}
.product__img-list__nav__bottom{
    bottom:40px;
    left: 35px;
}
.product__img-list .additional-images img{
    opacity: 0.7;
    border:1px solid rgba(0, 0, 0, 0.15);
}
.product__img-list .additional-images.act img,    
.product__img-list .additional-images img:hover{    
    opacity: 1;
    border:1px solid #fcc8c8;
}
.product_description{
    font-size: 0.9rem;
}
.product_description p{
    margin-bottom: 10px;
}
.product_description ul{
    padding-left: 20px;
}
.general-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;  
    font-size: 0.9rem;  
}
.general-data span{
    font-weight: bold;
}
.general-data .inStock{
    color:#8cc152;
    font-weight: 400;
}
.radio_option_wrap{
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}
.radio_option_wrap .radio_option,
.radio_option_wrap .radio_option_list
{
    padding: 5px 15px;
    border: 1px solid #F3BFBB;
    border-radius: 3px;
    margin: 10px 10px 10px 0px;
    color: #F3BFBB;
    cursor: pointer;    
}
.radio_option_wrap .radio_option:hover,
.radio_option_wrap .radio_option.active,
.radio_option_wrap .radio_option_list:hover,
.radio_option_wrap .radio_option_list.active
{
    background: rgba(225, 117, 155, 0.1);
}
.product_actions__add_quantity{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top:10px;
    margin-bottom: 20px;
}
.product_actions__add_quantity .input_qty{
    width:60px;
}
.product_actions__add_quantity .input_qty input{
    border:1px solid #F4F4F4;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    width: 100%;
}
.product_actions__add_quantity .input_qty input:focus-visible{
    border:1px solid #F3BFBB;
    outline: none;
}
.product_actions__add_quantity .plus_qty,
.product_actions__add_quantity .minus_qty{    
    color: #F3BFBB;
    padding: 0px 10px;    
    cursor: pointer;
}
.product_actions__add_quantity .plus_qty{
    font-size: 36px;
    line-height: 36px;
}
.product_actions__add_quantity .minus_qty{
    font-size: 36px;
    line-height: 31px;
}
.product_actions__price{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 20px;
}
.product_actions__price .price-new{
    font-size:32px;
    font-weight: bold; 
    margin-right: 20px;
    line-height: 33px;
}
.product_actions__price .price-old{
    font-size:32px;
    line-height: 33px;
    font-weight: 400;
    text-decoration: line-through;
    color:#ccc;
}
.product_actions__btns{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.product_actions__btns .btn{
    flex-basis: 46%;
    padding: 0.7rem 1.275rem;
}
.product_actions__btns .btn-fast_order{
    flex-basis: 46%;
    margin-right: 20px;
    margin-left: 20px;
    border:1px solid #F3BFBB;
    background: rgba(225, 117, 155, 0.1);
    color: #F3BFBB;
}
.product_actions__btns .btn-wishlist{
    flex-basis: 8%;
    border:1px solid #F3BFBB;
    background: rgba(225, 117, 155, 0.1);
    color: #F3BFBB;
}
.alert-custom-info{
    background: #F4F4F4;
    border-radius: 5px;
    color: #463C3C;
    padding: 25px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.alert-custom-info i{
    font-size:40px;
    border:1px solid #DEE0E0;
    color: #DEE0E0;
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    padding-top: 4px;
    margin-right: 20px;
    text-align: center;
}
.alert-custom-info p{
    margin: 0px;
    font-size: 0.8rem;
}
.alert-success{
    background: rgba(225, 117, 155, 0.1);
    border: 1px solid #F3BFBB;
    color: #463C3C;
}
.modal-btn{
    cursor: pointer;
    color: #F3BFBB;
    margin-bottom: 10px;
    display: block;
}
.product_bottom_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.product-total-data{
    font-size: 15px;
    color: #8E8989;
    line-height: 30px;
}
.sort-select{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-end;
}
.sort-select select{
     background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat #fff; 
}
.sort-select select{
    color: #8E8989;
    
}
.category-list{
    padding: 20px;
    display: flex;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    flex-direction: column;
}
.category-list-item{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #463C3C;
    padding: 5px 0px;
    display: block;
}
.cli-child{
    padding-left: 20px;
}
.category-list-item.active,
.category-list-item:hover{
    color:#F3BFBB
}

#input-limit{
    margin-left: 20px;
}
.pagination{
    justify-content:center;
}
.fc-benefist .hb-description {
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #463C3C;
}
.fc-benefist {
    padding: 80px 0 68px 0;
}
.fc-workbook .fc-workbook-info {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 18px 20px;
}
.fc-workbook .fc-workbook-info p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.fc-workbook .fc-workbook-info p:before {
    content: "\f00c";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    margin-right: 10px;
    color: #F3BFBB;
}
.fc-title-h2 {
    font-size: 48px;
    line-height: 58px;
    color: #463C3C;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.fc-title-h3 {
    font-size: 42px;
    line-height: 50px;
    color: #463C3C;
    font-weight: 300;
}

.pagination li {
    padding: 3px 5px;
    border:1px solid #F3BFBB;
    min-width: 35px;
    min-height: 35px;
    margin-right: 15px;
    text-align: center;
    line-height: 27px;;
}
.pagination li.active{
    color: #fff;
    background: #F3BFBB;
}
.pagination li a{
    color:#F3BFBB;
}

.list-group-item{
    border: none;
    padding: 0.25rem 1.25rem;
}
#account-login{
    min-height: 495px;
}
.simple-content{
    min-height: 360px;
}

.search-modal-box input:focus{
    box-shadow: none;
}
.search-modal-box .btn-primary{
    box-shadow: none;
    border: none;
}
.search-modal-box{
    padding: 5px;
}

  #search .dropdown-menu { 
    width:98%;
    overflow: hidden;
  }
  #search .dropdown-menu, 
  #search .dropdown-menu div,
  #search .dropdown-menu span {
    padding:  5px;
    text-align:left;
  }

  #search .dropdown-menu  li a,
  #search .dropdown-menu  li.disabled {
        padding: 3px;
        white-space: normal;
  }
  #search .dropdown-menu  li > a{
    max-height: 100px;
    display: block;
  }
  #search .dropdown-menu li {
    list-style-image:  none !important;
    clear: both;
    max-height: 100px;
  }
  .search-suggestion {
    overflow: hidden;
    width: 100%;
  }
  .search-suggestion span {
    margin-right: 5px;	
  }
  .search-suggestion .label {
    font-weight: bold;	
    color: black;
  }
  .search-suggestion .image{
    float: left;
    margin-right: 15px;
  }
  .search-suggestion  .image img {
    border: 1px solid #E7E7E7;
  }
  .search-suggestion  .price-old {
    margin-right: 2px;
    color: #888;
    text-decoration: line-through;
  }

  .search-suggestion .title{
    padding-left: 15px;
    font-size: 20px;
  }
  .search-suggestion .name{
    color:#463C3C;
  }
  .search-suggestion .category{
    padding: 0px;
  }


@media screen and (max-width: 1300px) {
    .h-right-side, .h-left-side{
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-review{
        background-position: top 0px left -280px;
    }
    .home-slider.floristry-course .fc-title { font-size: 48px }
}
@media screen and (min-width: 1200px) {
    .h-r-4 {display: none;}  
    .information-information{
        background: url('../img/inf.svg') no-repeat;
        background-position:left 0px bottom -90px;
    }
    
}
@media screen and (min-width: 1500px) {
    .h-nav li._big-only{
        display: inline-block;
    }
}

@media screen and (max-width: 770px) {
    .product__img-block{
        flex-direction: column;
    }
    .product__main-img{
        margin-bottom: 15px;
    }
    .product__img-list{
        order: 2;        
        max-width: unset;
        max-height: unset;
    }
    .radio_option_wrap{
        flex-wrap: wrap;
    }
    .radio_option_wrap .radio_option_list{
        margin: 5px 10px 5px 0;
        padding: 3px 5px;
        font-size: 13px;
    }
    .featured-products .fp-product .fpp-price .new-price{
        margin-right: 0px;
    }
    .featured-products .fp-product .fpp-price {
        margin-bottom: 10px;
    }
}
.fc-btn.newYear.p_absolute {
	position: absolute;
	position: absolute;
	bottom: 30px;
}
@media screen and (max-width: 992px) {
    #recordModal2 .modal-dialog .modal-content img ,
    #recordModal .modal-dialog .modal-content img {
        position: static;
        padding-top: 50px;
        padding-right: 40px;
    }
    #recordModal2 .modal-body ,
    #recordModal .modal-body 
    { padding: 1rem 1rem 3rem 1rem !important; }
    #recordModal2 .modal-dialog ,
    #recordModal .modal-dialog 
    { margin: 1.75rem auto; }
}

.close-modal-btn {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: url('../img/close-modal.svg') no-repeat;
    background-size: contain;
    outline: none;
    border: none;
    transition: 0.2s linear;
    z-index: 100;
}
.close-modal-btn:hover {
    transform: rotate(180deg);
}
.fc-studentsWork {
    margin-bottom: 100px;
}
.fc-studentsWork .owl-carousel {
    height: 270px;
}
.fc-studentsWork .owl-carousel .owl-stage-outer { height: 100%; }
.fc-studentsWork .owl-carousel .owl-stage-outer .owl-stage { height: 100%; }
.fc-studentsWork .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.fc-studentsWork .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.fc-courses.cource.idea3 {
	margin-top: 120px;
	padding: 55px 0;
	background: url('../img/idea3-bg.png');
	background-size: 100%;
	background-color: #fdf8fa;
}
.fc-courses.cource.idea3 .container {
	max-width: 1300px;
}
.hb-block.idea3 {
	min-height: 15px;
	grid-gap: 10px 15px;
}
.hb-block.idea3 p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.home-whyyy{
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(249, 248, 251, 1);
}
._hwbtitle{
    font-weight: 600;
    margin-bottom: 10px;
}
._hwbdesc{
    margin-bottom: 30px;
}
._hwblock{
    position: relative;
    padding-left: 50px;
    font-size: 13px;
    flex-basis: 20%;
    margin: 10px;
}
._hwblock::before{
    position: absolute;
    content:" ";
    background: url('/catalog/view/theme/sparkle/assets/img/blink.svg');
    top:5px;
    left:0px;
    width: 36px;
    height: 36px;
}
.home-whyyy-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hb-block.idea3 p::before {
	content: "\f00c";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	margin-right: 10px;
	color: #F3BFBB;
}
.mob_img{
    display: none;
}
@media screen and (max-width: 750px) {
    .mob_img{
        display: block;
    }
    .home-category-banner  .hcb-title{
        left:5px;
        font-size:13px;
    }
    .blink-icon{
        width: 15px;
        height: 15px;
    }
    .home-whyyy-flex{
        flex-direction: column;
    }
    ._hwblock{
        flex-basis: 100%;
        margin: 10px;
        font-size: 14px;
    }
    .contact-address{flex-direction: column;}
    .contact-address .social{margin-top: 20px;}
	.fc-btn.newYear.p_absolute { position: static; }
	.fc-courses.cource.idea1 { margin-top: 70px; }
	.fc-courses.lesson.idea2 { margin-top: 60px; }
	.fc-courses.cource.idea3 { margin-top: 70px; }
	.fc-title-h2.box_idea {
		margin-bottom: 0 !important;
		font-size: 32px;
	}
	.mc-guarantees .hb-subtitle {
		font-size: 22px;
		margin-bottom: 0;
	}
	.mc-guarantees .fc-btn {
		position: absolute;
		bottom: -280px;
		left: calc(50% - 74px);
	}
	.mc-guarantees .hb-title { font-size: 32px; }
	.mc-guarantees .container .row.hb-bg {
		padding: 20px 10px 100px 10px;
		margin: 0;
		grid-gap: 40px 0;
	}
    #product{
        display: flex;
        flex-direction: column;
    }
    .product_description{
        order:2;
    }
    .alert-custom-info{
        order:3;
    }
    .product_actions__btns{
        flex-wrap: wrap;
    }
    .row.fc-workbook {
	    padding: 42px 20px 60px 20px;
    }
	.fc-workbook .owl-carousel {
		margin-top: 30px;
	}
	.fc-workbook { padding: 0 20px; }
    .fc-studentsWork {
        margin-bottom: 0;
    }
    .fc-courses .container {
        background-size: 90% auto !important;
        background-position-x: 50% !important;
    }
    .fc-courses.cource { margin-top: 50px; }
    .fc-courses.lesson {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .fc-courses .fc-title-h2 {
        padding-top: 520px;
        text-align: center;
    }
    .box_idea_block {
	    padding-top: 520px;
	    align-items: center !important;
	    margin-bottom: 30px;
    }
	.fc-courses.cource.idea3 .box_idea_block {
		padding-top: 600px;
	}
    .fs-floristBox .container .hb-block .hb-dwrap { padding-left: 0; }
    .product_actions__btns .btn-primary{
        flex-basis: 75%;
    }
    .product_actions__btns .btn-wishlist{
        order:1;
        flex-basis: 23%;
        margin-left: 2%;
    }
    .home-slider.floristry-course .fc-title {
        padding-top: 350px;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }
    .fc-title-h2 {
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 20px;
    }
	.fc-title-h2.newYear { font-size: 32px; }
	.ny-subtitle { font-size: 19px; }
	.ny-mainDescription {
		font-size: 16px;
		margin-bottom: 1rem;

	}
    .fc-title-h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .fc-programm .fc-program-module {
        font-size: 28px;
        justify-content: center;
    }
    .fc-programm .fc-program-module::after { content: none; }
    .fc-programm .fc-program-description::before { content: none; }
    .fc-programm .fc-program-description { padding: 0 20px !important; }
    .fc-programm .container .row { grid-gap: 20px 0; }
    .fc-programm .container .row:not(:last-child) {
        padding-bottom: 50px;
    }
    .home-slider.floristry-course .fc-btn { margin: 0 auto; }
	.home-slider.floristry-course.master-class .fc-btn { margin: 0 auto 20px auto; }
    .home-slider.floristry-course .fc-description {
        text-align: center;
        margin: 20px auto 0 auto;
    }
    .home-slider.floristry-course {
        padding-left: 15px;
        background: url(../img/fc-m-banner01.png) no-repeat top center;
        background-color: #FFF9F9;
        background-size: auto 50%;
        aspect-ratio: auto;
        align-items: center;
        padding-bottom: 40px;
    }
	.home-slider.floristry-course.newYear {
		background: url(../img/ny-m-banner.jpg) no-repeat top center;
		background-size: auto 60%;
		background-color: #FFF9F9;
	}
	.home-slider.floristry-course.newYear .fc-description { margin: 20px auto; }
	.home-slider.floristry-course.master-class { background-size: auto 65%; }
    .home-slider.floristry-course .fc-info {
        justify-content: center;
        flex-wrap: wrap;
    }
    .product_actions__btns .btn-fast_order{
        order:2;
        margin-right: 0px;
        margin-left: 0px;
        flex-basis: 100%;
        margin-top:20px;
        margin-bottom: 20px;
    }
    .home-review{
        background-position: top 0px left -150px;
    }
    .row.fc-row .col-md-6:not(:first-child) {
        border-top: 1px solid rgba(225, 117, 155, 0.3);
        border-left: none;
    }
    .home-slider {
        padding-left: 0px;
        background-color: #F9F8FB;
        background: none;
        /* background: url('../img/8ban_mob.jpg') no-repeat top center; */
        /* background: url('../img/sl-m-banner.jpg') no-repeat top center; */
        /* background: url('../img/sl-m-banner2.jpg') no-repeat top center; */
        background-size: auto 50%;    
        aspect-ratio: auto;
        /*align-items:center;*/
    }
    .home-slider .sl-title{
        padding-top: 30px;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }
    .home-slider .sl-btn{
        text-align: center;
        margin-bottom: 40px;
    }
    .home-slider .sl-subtitle{
        text-align: center;
    }
    .contact-address .social div,
    footer .social div{
        margin-right: 10px;
        margin-left: 10px;
    }
    footer .foot-copy{
        font-size: 12px;
    }
   
    .home-review .hr-title,
    .home-instagram .hi-title,
    .blog-preview .bp-title,
    .featured-products .fp-title,
    .product-category h1 {
        font-size: 36px;
    }
    .hb-block{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .fc-benefist .hb-block { margin-bottom: 30px; }
    .hb-block .hb-dwrap{
        padding-left: 20px;
    }
    .home-benefits{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .rev-score{
        display: flex;
        flex-direction: column;
    }
    .rev-score .rs-right{
        min-width: 280px;
    }
    .home-bloger .hb-title{
        text-align: center;
        font-size:30px;
    }
    .home-bloger .hb-description{
        text-align: center;
        margin-bottom: 30px;
        margin-top:20px;
    }
    .hb-bg{
        background: #FFF9F9 ;
        border:1px solid rgba(225, 117, 155, 0.3);
        /* border-radius:5px; */
        padding: 20px 10px;
        margin: 30px 15px;
    
    }
    
}
@media screen and (max-width: 500px) {
    .home-slider.floristry-course .fc-info { justify-content: flex-start; }
    .fc-courses .container { background-size: 70% auto !important; }
    .fc-courses .fc-title-h2 { padding-top: 340px; }
    .box_idea_block { padding-top: 340px !important; }
    .fc-btn.newYear button { width: 100%; }
}
@media screen and (max-width: 770px){
    .product__img-list__nav{
        display: none;
    }
}
@media screen and (max-width: 421px){
	.mc-guarantees .fc-btn {
		bottom: -320px;
	}
}
@media screen and (max-width: 375px) {
	.newYear-box-name { padding: 10px; }
    .profile-icons li.mob-heart{
        display: none;
    }
    .fc-courses .fc-title-h2 { padding-top: 270px; }
    .featured-products .fp-product .fpp-price .new-price,
    .featured-products .fp-product .fpp-price .old-price{
        font-size:13px;
    }
    .featured-products .fp-product .fpp-options .fpp-option {
        font-size: 12px;
    }
    .featured-products .fp-product .fpp-description .fpp-title a{
        font-size: 14px;
    }
    .featured-products .fp-product .fpp-add-to-cart-block{
        min-width: 35px;
    }
    .home-review .hr-title,
    .home-instagram .hi-title,
    .blog-preview .bp-title,
    .featured-products .fp-title,
    .product-category h1 {
        font-size: 30px;
    }
}
#recordModal2 .simplecheckout-error-text ,
#recordModal .simplecheckout-error-text {
	display: none;
	margin-top: 3px;
	color: #FF0000 !important;
	font-size: 15px;
}
@media (max-width: 1410px){
    /* .h-r-1{
        flex-basis: 60%;
    }
    .h-r-1 .h-nav{
        padding-top: 6px;
        padding-bottom: 6px;
    } */
    .h-r-1 .h-nav li{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 1380px){
    .h-r-1{
        flex-basis: 50%;
    }
    .h-r-1 .h-nav{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .h-r-1 .h-nav li{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.work-blocks{
    flex-direction: row;
}
.work-step {
    position: relative;
    padding-left: 60px;
    padding-bottom: 40px;
}
.work-step span{
    background: #F3BFBB;
    width:45px;
    height:45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color:#fff;
    font-size:30px;
    position: absolute;
    left:0px;
    top:0px;

}
.work-block{
    flex-basis: 50%;
    padding: 20px;
}
.fra-look-blocks{
    margin-top:20px;
    flex-direction: row;
}
.fra-look-block{
    flex-basis: 19%;
    padding: 50px 15px 30px;
    background: #fff;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
}
.fra-look-block i{
    color:#F3BFBB;
    position: absolute;
    font-size: 30px;
    top:15px;
    left: 40%;
    right: 40%;
}
.fra-format-top-blocks{
    flex-direction: row;
}
.fra-format-title{
    color: #F3BFBB;
    font-size: 32px;
}
.fra-format-block{
    flex-basis: 30.333333333%;
    margin: 20px 1.5%;
    background-color: #F9F8FB;
    padding: 20px;
}
.fra-format-desc{
    padding: 20px;
}
.card{
    border: 1px solid #fff;
    border-radius: 25px;
    margin-bottom: 10px;
}
.card-header{
    background: #fff;
    border-color: #fff;
}
.card-header a{
    cursor: pointer;
    color:#463C3C;
    font-weight: 600;
}
.accordion>.card:not(:last-of-type) {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.work,
.fra-format,
.fra-u,
.fra-future {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fra-future-block {
    flex-direction: column;
}

.fraf-halfs {
    flex-direction: row;
    margin-top: 20px;
}

.fraf-half {
    flex-basis: 50%;
    width: 50%;
    padding: 25px;
}

.fraf-txt-item {
    padding-left: 30px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fraf-txt-item i {
    color: #F3BFBB;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.why-fra-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.why-fra-list .fra-list-block {
    flex-basis: 33.3333333333%;
    padding: 20px 20px 20px 40px;
    position: relative;
}

.why-fra-list .fra-list-block i {
    position: absolute;
    color: #F3BFBB;
    font-size: 20px;
    margin-right: 10px;
    left: 0px;
    top: 20px;
}

.mf-image {
    background: url('/image/fra/back.jpg') no-repeat center;
}

.mainfra {
    display: flex;
    flex-direction: row;
    background: #F9F8FB;
    justify-content: space-between;
    min-height: 600px;
}

.mainfra .mf-txt {
    flex-basis: 60%;
    align-self: center;
    padding-left: 20%;
}

.mainfra .mf-image {
    flex-basis: 40%;
}

.mainfra .mft-title {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 25px;
}

.mft-btn {
    padding: 20px 40px 20px 40px;
    font-size: 18px;
    color: #fff;
    background: #F3BFBB;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
}

.fra-u,
.why-fra,
.wai {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wai-flex {
    flex-direction: row;
}
.work-title,
.fra-look-title,
.fraf-u-title,
.fraf-title,
.fra-price-title,
.why-fra-title,
.frap-title,
.wai-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 20px;
}

.fra-price-title span {
    color: #F3BFBB;
}

.wai-txt {
    font-size: #463C3C;
    flex-basis: 50%;
    padding: 45px;
}

.wai-txt p {
    padding-bottom: 15px;
}

.wai-img {
    padding: 20px;
    min-height: 700px;
    flex-basis: 50%;
    background: url('/image/fra/wai.jpg') no-repeat center;
}

.look,
.fra-u,
.fra-price,
.fra-products {
    background: #F9F8FB;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-fra-flex,
.fra-products-flex {
    flex-direction: column;
}

.frap-cats {
    margin-top: 40px;
    margin-bottom: 20px;
}

.frap-cats-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fra-block-prices {
    flex-direction: row;
}

.fra-block-price {
    flex-basis: 30.33333333333%;
    padding: 30px 15px;
    margin: 20px 1.5%;
    background: #fff;
}

.fra-block-price .fra-block-p2 {
    color: #F3BFBB;
    font-size: 32px;
}
._rev-google-btn{
    margin-top:10px;
    display: inline-block;
    border: 1px solid #F3BFBB;
    background: rgba(243, 191, 187, 0.1);
    padding: 15px 25px;
    border-radius: 100px;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap .select2-selection--single{
    height: 58px!important;
    padding: 1rem 1.875rem!important;
    font-size: 1rem!important;
}

@media screen and (max-width: 700px) {
    ._stlz_btn{
        position: relative;
        min-height: 50px;
    }
    ._stlz_btn .ocf-btn-mobile-fixed{
        position: relative;
        transform: rotate(0deg) translate(-40%, 50%);
        left: calc(50% + 100px);
        top: -15px;
    }
    .work-blocks{
        flex-direction: column;
    }
    .fra-look-blocks{
        flex-direction: column;
    }
    .fra-look-block{
        margin-bottom: 15px;
    }
    .fra-look-block i{
        left:45%;
    }
    .fra-format-top-blocks{
        flex-direction: column;            
    }
    .fra-format-block{
        flex-basis: 100%;
        margin: 0px;
        background-color: #F9F8FB;
        padding: 20px;
        margin-bottom: 20px;
    }
    .mainfra {
        flex-direction: column;
    }

    .mainfra .mf-txt {
        padding: 30px 15px;
    }

    .mainfra .mft-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .mainfra .mf-image {
        min-height: 450px;
        order: -1;
    }

    .wai {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wai-flex {
        flex-direction: column;
    }

    .wai-img {
        min-width: 100%;
        background-size: contain;
        max-height: 500px;
        min-height: 500px;
    }

    .frap-title,
    .wai-title {
        font-size: 35px;
    }

    .fra-products-flex {
        flex-direction: column;
    }

    .fra-products {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .work,
    .look,
    .fra-u,
    .why-fra {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .why-fra-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .why-fra-list .fra-list-block {
        flex-basis: 100%;
        padding: 10px 10px 10px 30px;
    }

    .why-fra-list .fra-list-block i {
        top: 15px;
    }

    .fra-block-price {
        flex-basis: 100%;
    }

    .fra-block-prices {
        flex-direction: column;
    }

    .fra-price {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fra-format,
    .fra-future {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fraf-halfs {
        flex-direction: column;
    }

    .fraf-half {
        flex-basis: 100%;
        width: 100%;
    }
}
._disable{
    opacity: 0.5;
}
    .floristry-course._work{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .floristry-course._buss,
    .floristry-course._ind,
    .floristry-course._days,
    .floristry-course._box{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .floristry-course._ind{
        background:rgba(225, 117, 155, 0.05);
    }
    .floristry-course._days ._days_left{
        padding: 30px;
        background:rgba(255, 249, 249, 1);
        border: 1px solid rgba(225, 117, 155, 0.3);
        border-radius:5px;
    }
    .floristry-course._ind ._days_left{
        padding: 30px;
        background:#fff;
        border: 1px solid rgba(225, 117, 155, 0.3);
        border-radius:5px;
    }
    .floristry-course._ind ._days_left img,
    .floristry-course._days ._days_left img{
        margin-bottom: 20px;
    }
    .floristry-course._buss ._fc_title,
    .floristry-course._ind ._fc_title,
    .floristry-course._box ._fc_title,
    .floristry-course._days ._fc_title{
        font-size: 32px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .floristry-course._work ._fc_title11,
    .floristry-course._box ._fc_title11{
        font-size: 36px;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .floristry-course._buss ._fc_icon,
    .floristry-course._ind ._fc_icon,
    .floristry-course._days ._fc_icon{
        font-size:18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .floristry-course._buss ._fc_icon i,
    .floristry-course._ind ._fc_icon i,
    .floristry-course._days ._fc_icon i{
        margin-right: 15px;
        color:rgba(225, 117, 155, 1);
    }
    .floristry-course._buss ._fc_btn_block,
    .floristry-course._ind ._fc_btn_block,
    .floristry-course._days ._fc_btn_block{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .floristry-course._ind ._day,
    .floristry-course._days ._day{
        padding-bottom: 30px;
    }
    .floristry-course._buss ul,
    .floristry-course._ind ul,
    .floristry-course._days ul{
        list-style: none;
        padding-left: 0px;
    }
    .floristry-course._buss ul li i,
    .floristry-course._ind ul li i,
    .floristry-course._days ul li i{
        color:rgba(225, 117, 155, 1);
        margin-right: 15px;
    }
    ._fc_atte{
        padding: 25px;
        border-radius:5px;
        background:rgba(255, 249, 249, 1);
        border: 1px solid rgba(225, 117, 155, 0.3);
    }
    ._ind ._fc_atte{
        background:#fff;
    }
    ._fc_title2{
        font-weight: bold;
    }
    .floristry-course._ind ._right,
    .floristry-course._days ._right{
        padding-left: 30px;
    }
    .floristry-course._ind ._left,
    .floristry-course._days ._left{
        padding-right: 30px;
        flex-basis: 50%;
    }
    ._box_icon{
        text-align: center;
        flex-basis: 20%;
        padding: 10px;
    }
    ._box_icon img{
        margin-bottom: 20px;
    }
    ._work ._box_icon{
        flex-basis: 16,66%;
    }
    ._buss_wrap{
        padding: 45px;
        background: rgba(255, 249, 249, 1);
        border: 1px solid rgba(225, 117, 155, 0.3);
        border-radius:5px;
    }
    ._buss_left{
        padding-right: 20px;
    }
    ._buss_right{
        padding-left: 20px;
    }
    ._buss ._icon{
        color:#463C3C;
        margin-right: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    ._buss ._icon i{
        color: rgba(225, 117, 155, 1);
        font-size:24px;
        margin-right: 20px;
    }
    .floristry-course._work{
        width: 99vw;
    }
    .floristry-course .swiper {
    width: 100%;
    height: auto;
    }
    .floristry-course .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .floristry-course .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #f1f1f1;
    }
    .floristry-course .swiper-scrollbar {
        display: none !important;
    }
    .floristry-course .swiper-slide{
        background:transparent
    }
    .floristry-course .floristry-course .swiper{
        height: auto;
    }
    @media(max-width:525px){
        .floristry-course._buss ._buss_left,
        .floristry-course._buss ._buss_right,
        .floristry-course._ind ._left,
        .floristry-course._ind ._right,
        .floristry-course._days ._left,
        .floristry-course._days ._right{
            padding: 20px;
        }
        .floristry-course._buss,
        .floristry-course._work,
        .floristry-course._ind,
        .floristry-course._days,
        .floristry-course._box{
            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .floristry-course._box{
            padding-top: 0px;
        }
    }