*{
    margin: 0px;
    padding: 0px;
}
body{
    z-index: 0;
    margin: 0px auto;
}
.logobar{
    content:url('../icon/Logo-bar.png');
}
.logox{
    width:16px !important;
    content:url('../icon/Logo-x.png') !important;
}
.navbar-toggler:focus{
    box-shadow: unset !important;
}
.background-image{
    background-image: url("../img/background_image.png");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 346px;
    width: 100%;
}
.background-image h1{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-align: center;
    padding-top: 150px;
    padding-right: 60px;
    padding-left: 60px;
}
.background-text{
    margin: auto;

}
.overlay{
    height: 100%;
    width: 100%;
    background: rgba(9, 83, 109, 0.61);
}
#nav{
    background: #09536D;
    padding-left: 0px;
    padding-right: 0px;
}
#nav a{
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 56px;
}
.nav-item .active{
    color:#F58585 !important;
}
.nav-item:hover .nav-link{
    color: #F58585 !important;
}
.nav-link:hover {
    color:#F58585 !important;
}
#logo{
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px !important;
    padding-left: 0 !important;
    margin-left: 76px !important;
}
.navbar-toggler{
    display: flex;
    align-items: center;
    padding: 0 !important;
}
.navbar-toggler img{
    width: 21px;
    height: 14px;
}
.active{
    color: #F58585;
}
#navbarTogglerDemo01 .navbar-nav{
    float: right;
    margin-right: 56px !important;
}
#navbarTogglerDemo01 ul li{
    margin-left: 105px;
}
.menu ul{
    align-items: center;
}
.menu ul li{
    display: flex;
    align-items: center;
}
.nav-icon-bag{
    padding-right:15px;
    margin-bottom:3px;
}
.nav-icon-bag{
    content: url('../icon/Shopping-bag-icon-white.png');
}
.nav-item:hover .nav-icon-bag{
    content: url('../icon/buckett.png');
}
.footer-links:hover .nav-icon-bag{
    content: url('../icon/buckett.png');
}
.menu .active .nav-icon-bag{
    content: url('../icon/buckett.png');
}
.btn-group{
    background-color: #F58585;
    padding-left: 20px;
    padding-right: 90px;
    color:#fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.btn-group .nav {
    display: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #F58585 !important;
}
.btn-group img{
    margin-left: 20px;
}
.btn-group button{
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.btn-group ul li{
    margin-left: 0 !important;
}
.menu-dropdown{
    background-color: #F58585;
    padding: 20px 0;
    flex-direction: row;
}
.show{
    color:#212529 !important;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none !important;
}
.btn-group ul{
    background-color: #F58585;
}
/*Dropdown*/
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: unset !important;
    margin-top: .125rem;
}
.dropdown-menu {
    position: absolute;
    width:70%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 16px !important;
    clear: both;
    font-weight: 400;
    color: #fff !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover{
    color:#212529 !important;
    background-color: #F58585 !important;
}
.dropdown-flower-type{
    margin: auto;
}
.dropdown-flower-type-holder{
    padding-top: 70px !important;
    margin: auto;
    padding-bottom: 8px !important;
}
.dropdown-flower-type h3{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
}
.dropdown-flower-type-holder p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
.expand{
    content:url('../icon/Arrow-down.png');
}
.btn-group .btn:hover .expand{
    content: url('../icon/arrow.png');
}
.btn-group .active .expand{
    content: url('../icon/Arrow-up.png') !important;
}

.btn-group .active{
    color: #000000;
}
.container-fluid{
    padding: 20px 0;
}
.navbar {
    display: unset !important;
}
.footer-icons{
    float: right;
    margin-right: 50px;
}
.footer-icons img{
    float: left;
    margin-left:25px;
    padding-bottom: 20px;
}
.footer-icons p{
    padding-bottom:10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
@media (max-width: 1245px) and (min-width:992px){
    .footer-item {
        padding-left: 50px !important;
        padding-right: 20px !important;}
}
@media (min-width: 992px){
    .flowers-categories-holder{
        display: flex;
    }
    #jssor_1{
        display: none;
    }
    .col-lg-8 {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .btn-group .btn:hover .expand{
        content: url('../icon/arrow-pink.png');
    }
    .dropdown-flower-type-holder{
        padding-left: 60px;
        padding-right: 60px;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #09536D !important;
    }
    .dropdown-item:hover {
        color: #F58585 !important;
        background-color: #09536D !important;
    }
    .btn-group .active{
        color: #F58585;
    }
    .btn:hover{
        color: #F58585 !important;
    }
    .full-products-table .hr-line{
        display: none;
    }
    .full-products-table thead{
        display: table;
        float: left;
        width:50%;
    }
    .full-products-table thead tr{
        display: grid;
        text-align: left;
    }
    .full-products-table thead tr th{
        margin-top: 10px;
    }
    .full-products-table tbody{
        display: table;
        float: right;
    }
    .full-products-table tbody tr{
        display: grid;
    }
    .full-products-table tbody tr td{
        margin-top: 10px;
        font-weight: bold;
        color:#09536D;
        text-align: right;
    }
    .final-price{
        text-align: right !important;
    }
    .full-products-table{
        padding-bottom: 30px;
    }
    .mobile-none-display{
        display:none !important;
    }
    .order-disabled{
        margin-bottom: 0 !important;
    }
    .btn-group .dropdown-menu {
        position: relative !important;
    }
    .menu-dropdown .btn-group, .btn-group-vertical {
    position: relative;
    display: contents;
    }
    .btn-group .active .expand{
        content: url('../icon/arrow-pink.png') !important;
    }
    .btn-group .show{
        color:#F58585 !important;
    }
    .btn-group button{
        margin-bottom: 30px !important;
    }
    #nav{
        padding-top: 10px;
        padding-bottom: 10px !important;
    }
    #logo{
        margin: 0px !important;
        padding-left: 0 !important;
        margin-left: 63px !important;
     }
    .navbar-toggler{
        margin-right: 63px;
    }
    .menu-dropdown{
        flex-direction: column;
        background-color: #09536D;
        margin-top: -1px;
    }
    .btn-group{
        background-color: #09536D;
        padding: 10px;
    }
    .btn-group ul{
        background-color: #09536D;
    }
    .menu ul li{
        padding: 10px;
    }
    #navbarTogglerDemo01 ul{
        float: none;
        text-align: center;
    }
    .menu{
        display: flex;
        justify-content: center;
    }
    .menu ul li a {
        text-align: center !important;
    }
    #jssor_1{
        display: none;
    }
    .topics-links-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .topic-item{
        margin-bottom: 30px;
    }
    .container-fluid{
        padding-bottom: 0;
    }
    #articles {
        padding: 63px !important;
    }
    .product-grid{
        margin: 0 0 10px !important;
    }
    #flowers-categories{
        height: auto !important;
        padding-right: 0 !important;

    }
    .flowers-categories-holder{
        padding: 0 !important;
        padding-left: 60px !important;
        padding-bottom: 60px !important;
    }
     #flowers-categories h2{
            margin-bottom: 30px !important;
        }
    .footer-links-list{
        display: block !important;
    }
    #footer{
        height: auto !important;
        padding-bottom: 50px;
        padding-top: 0 !important
    }
    .footer-links{
        float: none !important;
    }
    #footer-logo{
        margin-top: 26px;
        margin-bottom: -8px;
    }
    .footer-item{
      margin-top: 40px;
    }
    .footer-icons{
        margin-top: -20px;
    }
    .footer-icons p{
        display: none;
    }
    .footer-icons img{
        margin-top: 18px;
    }
    .footer-links ul li img{
        margin-right: 10px;
    }
    .hr-line hr{
        width:85% !important;
    }

    .order-box{
        margin-left: 0 !important;
    }
    .order-box p{
        margin-right: -40px;
    }
    #order-button{
        max-width: 220px !important;
    }
    .field-count {
        margin-left: -40px !important;
    }
    .topics-tabs{
        display:-webkit-box !important;
        border-collapse: collapse;
        border-spacing: 0;
        overflow-x: scroll;
    }
    .topics-tabs ul{
        flex-wrap: nowrap !important;
        display: inherit !important;
    }
}
@media (max-width:991px) and (min-width:630px){
    .order-box #mobile-row{
        justify-content: space-evenly !important;
    }
    .order{
        width:100%;
    }
}
@media (max-width:700px) and (min-width:630px){
    .order {
        width:100%;
    }
    #order-box #mobile-row{
        justify-content: unset !important;
    }
    #order-button {
        max-width: 170px !important;
    }
    .order-box h5{
        margin-left: -30px !important;
    }
}
@media (max-width:630px) and (min-width:426px){
    .order{
        width:100%;
    }
    #mobile-row p{
        font-size: 16px !important;
    }
    .order-box p{
        margin-right: -10px !important;
    }
    #order-button{
        max-width: 170px !important;
    }
    .order-box h5 {
        font-size: 16px;
    }
    .field-count {
        margin-left: -10px !important;
    }
}
@media (max-width:425px) and (min-width:320px){
    .dropdown-flower-type-holder{
        padding-right: 20px;
        padding-left: 20px;
    }
    .order{
        width:100%;
    }
    #product-detail{
        padding: 15px !important;
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
    }
    .table-field{
        font-size: 16px !important;
    }
    #mobile-row{
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        padding-right: 60px !important;
        padding-left: 40px !important;
    }
    .order-box h5 {
        position: absolute;
        right:14%;
    }
    .orders-buttons{
        padding:60px;
        flex-wrap: wrap !important;
    }
    .field-count {
        position: absolute;
        right:10%;
        margin-top: 130px !important;
    }
    #mobile-row p{
        margin-right: 3px;
        font-size: 16px !important;
    }
    #mobile-row h5{
        font-size: 16px !important;
    }
}
@media (max-width:400px) and (min-width:320px){
    #order-button{
        margin-left: 0px !important;
        max-width: 170px !important;
    }
    .field-count{
        right:5%;
    }
    #mobile-row p{
        margin-right: 50px !important;
    }
}
@media (max-width: 1575px){
    #navbarTogglerDemo01 ul li{
        margin-left: 70px;
    }
    .btn-group{
        padding-right: 80px;
    }
}
@media (max-width: 1415px){
    #navbarTogglerDemo01 ul li{
        margin-left: 50px;
    }
    .btn-group{
        padding-right: 60px;
    }

}
@media (max-width: 1305px){
    .btn-group{
        padding-right: 50px;
    }
    .topic-item{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
@media (max-width: 1300px){
    #navbarTogglerDemo01 ul li{
        margin-left: 30px;
    }
    .btn-group{
        padding-right: 30px;
    }
}
@media (max-width: 1205px){
    #navbarTogglerDemo01 ul li{
        margin-left: 0px;
    }

    .btn-group{
        padding-right: 0;
    }
}
@media (max-width: 1050px) and (min-width:991px){
    #nav a{
        font-size: 15px;
    }
    .btn-group{
        padding-left: 0;
    }
 }
 @media (max-width: 991px) and (min-width:850px){
     .topics-links{
         padding:70px;
     }
 }
@media (max-width: 712px) {
    .topic-item{
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}
@media (max-width: 632px) {
    .topic-item{
        padding-right: 43px !important;
        padding-left: 43px !important;
    }
}
@media (max-width: 553px) {
    .add-to-cart{
        display: none;
    }
    .add-to-cart1{
        opacity: 1 !important;
    }
    .topics-links-list{
        display: block !important;
        text-align: center;
    }
    #topics{
        height: auto !important;
    }
    .container-fluid{
        padding-bottom: 0;
    }
    .product-grid{
        margin: 0px !important;
    }
    .product-grid .product-hot-label{
        padding: 5px !important;
    }
    .product-grid .add-to-cart1{
        padding: 5px 0 7px !important;
        height: 34px !important;
    }
}
@media screen and (min-width: 425px){
    #carouselExampleIndicators{
        display: none;
    }
}
@media screen and (max-width: 425px){
    .big-picture{
        display: none;
    }
    .flowers-categories-holder{
        padding-left: 20px !important;
        padding-bottom: 47px !important;
    }
    #carouselExampleIndicators{
        display: flex;
        margin-bottom: 30px;
    }
    .carousel-indicators{
        width: 39px;
        height: 12px;
        background: #09536D;
        border-radius: 15px;
        margin-right: 40% !important;
        margin-left: 43% !important;
    }
    .carousel-indicators button{
        background: #F58585;
    }
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        margin-top: 3px !important;
        width: 6px  !important;
        height: 6px !important;
        border-radius:3px;
        border-top: 0 !important;
        border-bottom: 0  !important;
        background-color: #F58585 !important;
    }
    .carousel-item img{
        width:100%;
        height: auto;
    }
    #logo{
        margin: 0px !important;
        padding-left: 0 !important;
        margin-left: 23px !important;
    }
    #articles{
        padding: 20px !important;
    }
    .navbar-toggler{
        margin-right: 23px;
    }
}
@media (max-width: 400px){
    #flowers-categories h1{
        font-size: 15px !important;
    }
}
.clear{
    clear: both;
}
@media (min-width: 991px){
    #footer-logo{
        display: none;
    }
    .footer-links ul li img{
        display: none;
    }
    .btn-group .dropdown-menu{
        margin-top:40px;
    }
    .btn-group .show{
        margin-top:0 !important;
    }
}
/*Shop articles*/
#articles{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-grid{
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease-out 0s;
}
.product-grid .product-hot-label{
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    padding:15px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 30px;
}
.product-grid .add-to-cart{
    color: #fff;
    background: #09536D;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    padding: 15px 0 7px;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 60px;
    opacity: 0;


}
.add-to-cart1{
    color: #fff;
    background: #09536D;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    padding: 15px 0 7px;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 60px;
    opacity: 1;
}
.add-to-cart1:hover{
    opacity: 0;
    color:#fff !important
}
.add-to-bag{
    /*display: none;*/
    opacity: 0;
}

.add-to-cart{
    opacity: 0;
}
.product-grid .add-to-cart:hover{
    height:auto;
    opacity: 1;
    transition: all 0.75s;

}
.add-to-cart .shop-item:hover{
    display: block;
}
.product-grid .product-links{
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    opacity: 0;
    transform: translateX(-100px);
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.4s;
}
.product-grid:hover .product-links{
    opacity: 1;
    transform: translateX(0);
}
.product-grid .product-links li:after{
    content: '';
    background-color: #ddd;
    height: 1px;
    width: 30px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.product-grid .product-links li:last-child:after{ display: none; }
.product-grid .product-links li a{
    color: #323232;
    font-size: 18px;
    line-height: 58px;
    height: 55px;
    width: 55px;
    display: block;
    position: relative;
    transition: all 200ms ease 0s;
}
.product-grid .product-links li a:hover{ color: #e34444; }
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #222;
    font-size: 12px;
    line-height: 22px;
    border-radius: 5px 5px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    position: absolute;
    left: 60px;
    top: 10px;
}
.product-grid .product-links li a:after{
    content: '';
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 0;
    transform: translateX(30%) rotate(45deg);
    top: 20px;
    left: 52px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{
    background: #fff;
    padding: 15px 12px;
}
.product-grid .product-category{
    color: #ababab;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    display: block;
}
.product-grid .product-category a{
    color: #ababab;
    transition: all 0.3s ease 0s;
}
.product-grid .product-category a:hover{ color: #777; }
.product-grid .title{
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.product-grid .title a{
    color: #243688;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #5cc0f4; }
.product-grid .price{
    color: #232427;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 7px;
}
.shop-item{
    /*display: unset;*/
    opacity: 1;
    transition: 0.75s;
}
.shop-item p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 6px;
    margin-top: 12px;
}
.shop-item button{
    border-width: 0px !important;
    font-family: Poppins;
    width: 150px;
    height: 47px;
    background: #F58585;
    box-shadow: 0px 4px 13px rgba(9, 83, 109, 0.31);
    border-radius: 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
    margin-bottom: 10px;
}
/*
.order-btn{
    border-width: 0px !important;
    font-family: Poppins;
    width: 150px;
    height: 47px;
    background: #F58585;
    box-shadow: 0px 4px 13px rgba(9, 83, 109, 0.31);
    border-radius: 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
    margin-bottom: 10px;
}
*/

@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}
#articles .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2) !important;
}
/*Flowers-categories*/
#flowers-categories{
    background-color: #C9D9DF;
    padding-left: 0 !important;
}
.flowers-categories-holder{
    padding: 40px;
    justify-content: center;
}
#flowers-categories h2{
    margin: auto;
    justify-content: center;
    display: flex;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
}
.categories-grid{
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
.categories-grid .categories-image{
    overflow: hidden;
    position: relative;
}
.categories-grid .categories-image a.image{ display: block; }
.categories-grid .categories-image img{
    width: 100%;
    height: 120px !important;
    transition: all 0.4s ease-out 0s;
}
@media (min-width:1600px){
    .categories-grid .categories-image img{
        height: 180px !important;
    }
}
#flowers-categories .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem !important;
    display: flex !important;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2) !important;
    width: 100% !important;
}
#flowers-categories h1{
    color: #09536D;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.ctg h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(9, 83, 109, 0.61);
    padding: 20px;
}
.ctg img{
    z-index: -1;
}
.flowers-categories-holder .row .ctg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
}
.flowers-categories-holder .row{
    --bs-gutter-x: 1.5rem !important;
}
/*Categories slider*/
 /*jssor slider loading skin spin css*/
 .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.3;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
#jssor_1{
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:980px;
    height:380px;
    overflow:hidden;
    visibility:hidden;
}
#jssor_1 #slides{
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:980px;
    height:380px;
    overflow:hidden;
}
.slides1 .ctg{
    padding: 50px;
    padding-top: 0;
}

/*Topics*/
#topics{
    background-color: #fff;
    box-shadow: -1px -5px 12px 1px rgba(0, 0, 0, 0.13);
    height: 153px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.topics-links{
    display: flex;
    align-items: center;
}
.topics-links a{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #09536D;
    text-transform:uppercase;
    font-weight: bold;
}
.topics-links-list{
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.topic-item{
    padding-left: 115px;
    padding-right: 115px;
}
/*Footer*/
#footer{
    background-color: #09536D;
    height: 116px;
}
.footer-links{
    display: flex;
    float: left;
    align-items: center;
}
.footer-links a{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.footer-links-list{
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.footer-item{
    padding-left: 60px;
    padding-right: 50px;
}

/*-------Product-page---------*/
#product-detail{
    padding: 60px;
    height: 100%
}
.big-picture{
    float: left;
}
.big-picture img{
    width: 100%;
    height: auto;
}
.one-pic{
    margin: 0 auto;
    float: none;
    margin-bottom: 25px;
}
.none{
    display: none;
}
#small-picture-holder{
    float: left;
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 0;
    display: flex;
    justify-content: normal;
}


.small-picture{
    margin-left: 15px;
    margin-bottom: 25px;
}
.small-picture img{
    width:100%;
    height:100%;
}
#product-detail .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2) !important;
}
.product-decs-order{
    margin: auto;
}
.product-desc{
    float: left;
}
.product-desc h1{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
    margin-bottom: 20px;
}
.product-desc p{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.order{
    float: right;
}
.table{
    border-color: #fff !important;
    text-align: center !important;
}
.table-field{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
.order .table tbody tr td{
    color:#09536D;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
    border-style: unset !important;
}
.full-products-table thead tr th{
    color:#09536D;
}
.hr-line{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: -60px;
}
.hr-line hr{
    width:95%;
    color:#09536D;
    opacity: 1;
}
.order-box p{
    margin-top: 65px !important;
    font-family: Poppins;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    float: left !important;
    margin-bottom: 1rem !important;
}
.order-box .custom-select{
    color: #09536D;
}
.custom-select{
    border-bottom:1px solid #09536D;
}
#order-dropdown{
    background-color: #fff;
    border: 1px solid black;
}
#order-button{
    max-width: 200px;
    height: 59px;
}
.orders-buttons{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}
.orders-buttons .buttonorder {
    border-width: 0px !important;
}
.orders-buttons .buttonorder:hover{
    background-color:#dc3545;
}
.orders-buttons .buttonadd {
    width: 175px;
    height: 67px;
    background: #FFFFFF;
    border: 1px solid #09536D;
    box-sizing: border-box;
    border-radius: 46px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}
.orders-buttons .buttonorder{
    width: 180px;
    height: 67px;
    background: #F58585;
    border-radius: 46px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}
.orders-buttons .buttonadd:hover{
    background: #09536D;
    color:#fff;
}
.order-box .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem !important;
    display: flex;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2) !important;
    align-items: baseline !important;
}
.order-box p{
    width: unset;
    color:#09536D;
}
.plus-btn{
    margin-left: 60px;
    margin-top: -60px;
    float: right;
}
.minus-btn{
    margin-top: -30px;
    float: right;
}
.form-control{
    border: 1px solid #09536D !important;
    padding: 1.5rem 1.5rem !important;
}
.custom-select{
    background-position: right 1rem center !important;
    background-size: 26px 12px !important;
    border: 1px solid #09536D !important;
    padding-left: 25px !important;
    border-radius: 3px;
}
.order-box h5{
    width: unset;
    margin-top: 65px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color:#09536D;
}
.order-box h5{
    margin-left:45px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (max-width:1842px){
    .order-box h5 {
        margin-left: 35px;}
}
@media (max-width:1782px){
    .order-box h5 {
        margin-left: 30px;
    }
    #order-button {
        max-width: 190px;
    }
    .custom-select{
        padding-left:18px !important;
    }
}
@media (max-width:1687px){
    .order-box h5 {
    margin-left: 10px;
    }
}
@media (max-width:1527px){
  .form-control{
    padding: 1.2rem !important;
    }
  .order-box{
    margin-left: 80px;
    }
  #order-button{
    height: 50px !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    }
  .custom-select__trigger{
    height: 50px !important;
    }
  .plus-btn {
    margin-left: 45px !important;
    margin-top: -50px !important;
    float: right;}
  #quantity{
    width: 50px !important;;
    height: 50px !important;;
    }
}
@media (max-width:1135px) and (min-width:992px){
    .orders-buttons{
    margin-left: 40px;
    }
}
.rotate{
    transform: rotate(180deg);
}
#quantity{
    height: 59px;
    width: 59px;
}
.field-count{
    width: unset !important;
}
.field-count .form-control{
    border-radius: 3px !important;
}
.count-buttons{
    float: left;
}
.plus-btn{
    border: none;
    background-color: #fff;
    width: 12px;
    height: 9px;
}
.minus-btn{
    border: none;
    background-color: #fff;
    width: 12px;
    height: 9px;
}

@media screen and (max-width: 991px){

    #flowers-categories .row{
        display:-webkit-box !important;
        flex-wrap: nowrap;
        border-collapse: collapse;
        border-spacing: 0;
        overflow-x: scroll;
    }
    .dropdown-menu {
        margin-right: 30px !important;
    }
    .empty-products-table .hr-line{
        display: none;
    }
    .empty-products-table thead{
        display: table;
        float: left;
        width:50%;
    }
    .empty-products-table  thead tr{
        display: grid;
        text-align: left;
    }
    .empty-products-table  thead tr th{
        margin-top: 10px;
    }
    .empty-products-table  tbody{
        display: table;
        float: right;
    }
    .empty-products-table  tbody tr{
        display: grid;
    }
    .empty-products-table  tbody tr td{
        margin-top: 10px;
        font-weight: bold;
        color:#09536D;
    }
    .order-disabled{
        margin-bottom: 0 !important;
    }
    #small-picture-holder {
        float: left;
        flex-wrap: nowrap;
        padding: 10px;
        /* padding-top: 0; */
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        padding-right: 25px;
        padding-top: 25px;
    }
    #small-picture-holder .col-md-6{
        flex: 0 0 auto;
         width: 50%;
    }
    .small-picture{
        margin-left: 25px;
    }
    .product-desc h1{
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #09536D;
        margin-bottom: 20px;
    }
    .product-desc p{
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #09536D;
    }
    .order{
        margin-top: 79px;
    }
    .order-box{
        margin-top: 43px;
    }
    #order-button{
        padding: 0;
    }
    .custom-option{
        padding:0px 22px !important;
    }
}
@media screen and (max-width: 465px){
    .full-products-table thead tr th{
        margin-bottom: 80px;
        margin-left: 0;
        margin-top: 0;
    }
     .table>:not(caption)>*>*{
         padding:0 !important
     }
     .mobile-table{
        position: absolute;
        margin-top: 380px !important;
     }
     .full-products-table tbody tr {
        position: absolute;
        left: 14%;
        text-align: left;
     }
     .full-products-table tbody tr td {
        margin-top: 50px;
        padding-bottom: 20px !important;
        padding-top: 5px !important;
        margin-right: 0px;
        font-weight: 500 !important;
        color: #4a5d64;
        text-align: left;
    }
     .full-products-table {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 425px){
    #small-picture-holder{
        display: none;
    }
    .hr-line{
        display: none;
    }
    .full-products-table tbody tr{
        left:5%;
    }
    .empty-products-table  thead tr th{
        margin-bottom:50px;
        margin-left: 0;
    }
    .empty-products-table  tbody tr td{
        margin-top: 60px;
    }
    .empty-products-table  tbody{
        position: absolute;
        float: none;
    }
    .full-products-table tbody .button-in-table{
        margin-left: 130px !important;
    }
    .custom-select__trigger{
        height:45px !important;
    }
    .orders-buttons{
        margin-bottom: 70px;
    }
}
@media screen and (max-width:465px){
    .hr-line{display: none;}
}
@media screen and (max-width: 400px){
    .full-products-table tbody .button-in-table{
        margin-left: 100px !important;
    }
}
@media screen and (max-width: 350px){
    .full-products-table tbody .button-in-table{
        margin-left: 80px !important;
    }
}
/*About flora*/
#aboutus{
    padding: 0;
    padding: 60px;
}
.team-picture{
    float: left;
}
.team-picture img{
    width: 100%;
}
.aboutus-text{
    float: left;
    padding-left: 60px;
}

.aboutus-text p{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
    float: left;
    margin-top: 30px;
    margin-bottom: 0;
}
.aboutus-text h1{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
    margin-bottom: 0;
}
.bullet-list{
    margin-left: 60px;
    margin-top: 54px;
}
.bullet-list p{
    margin-top: 54px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.bullet-list h2{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.bullet-list h1{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.bullet-list-holder{
    float: right;
}
.bullet-list ul{
    margin-top: 30px;
    padding-left: 0.2rem !important;
    list-style: none;
}
.bullet-list ul li{
    margin-top: 35px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
    display: flex;
    align-items: center;
}
.bullet-list ul li img{
    margin-right: 30px;
}
/* Text Image About US*/
#articles .ce-gallery{
    float: left;

}
#articles .ce-gallery img {
    max-width: 100%;
    height: auto;
}
#articles .ce-above .ce-bodytext{
    clear: none;
    padding-left: 60px;
}
#articles h1{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.bullet-list-holder{
    float: right;
}
#articles ul{
    padding-left: 0.2rem !important;
    list-style: none;
    margin-bottom: 54px;
    margin-top: 30px;
}
#articles ul li{
    margin-top: 35px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    clear: both;
    text-align: left;
    color: #09536D;
    display: flex;
    align-items: center;
}
#articles li:before {
    content: '\2022 ';
    color: #09536D;
    padding-right: 0.5em;
    position: relative;
    font-size: 40px;
    top: 0px;
}
#articles p{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
    float: none;
    margin-top: 30px;
    margin-bottom: 0;
}
#articles h2{
    font-family: Poppins;
    margin-top: 54px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
#articles .ce-bodytext{
    width:70%;
    float: left;
}
#articles{
    float: left;
}
@media screen and (min-width: 991px){
    #articles .ce-textpic{
        display: flex;
    }
}
@media screen and (max-width: 991px){

    #aboutus{
        padding: 63px;
    }
    #articles .ce-gallery,.ce-column,#articles .ce-gallery .image,.image .image-embed-item{
        width:100%;
    }
    #articles .ce-bodytext{
        width:100%;
        padding-left: 0 !important;
    }
    .aboutus-text{
        padding-left: 0;
        margin-top: 40px;
    }
    .bullet-list{
        margin-left: 0;
    }
    .buttonorder{
        margin-bottom: -97px !important;
    }
    .bullet-list-holder{
        margin-bottom: 97px;
    }
}
@media screen and (min-width: 991px){
    .bullet-list-holder{
        margin-bottom: 110px;
    }
    .footer-holder-about{
        display: none;
    }
}
@media screen and (max-width: 425px){
    .buttonorder{
    margin-bottom: -97px;
    margin-top: 30px !important
    }
    #articles{
        padding: 25px;
    }
}
/*Reference*/
.bullet-list-reference{
    margin: auto;
    padding-top: 100px !important;
}
.bullet-list-reference li:before {
    content: '\2022 ';
    color: #09536D;
    padding-right: 0.5em;
    position: relative;
    font-size: 40px;
    top: 7px;
}
.bullet-list-reference h1{
    text-transform: unset !important;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #09536D !important;
    margin-left: 4px !important;
    margin-top: 0 !important;
}
.bullet-list-reference ul{
    list-style: none;
    padding-left: 0.4rem !important;
}
.bullet-list-reference li{
    margin-top: 35px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #09536D;
}
.bullet-list-reference ul li img{
    margin-right: 25px;
}
@media screen and (max-width: 991px){
    #reference{
        padding: 0;
    }
    .bullet-list-reference{
        padding: 65px;
    }
    .bullet-list-reference ul{
        margin-top: 30px;
    }
    #reference{
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 991px){
    .footer-holder-reference{
        display: none;
    }
    #reference{
        margin-bottom: 175px;
    }
}
@media screen and (max-width: 425px){
    .bullet-list-reference{
        padding: 30px;
        margin-top: 20px;
    }
}
/*Order empty*/
.empty-products-table{
    margin: auto;
}
.empty-products-table .hr-line hr{
    width: 100%;
    color: #09536D;
}
.empty-products-table .table tr th{
    color: #09536D;
}
.empty-products-table .table tr th td{
    color: #09536D;
}
.full-bag{
    cursor: pointer !important;
    content:url('../icon/full-bag.svg') !important;
}
.empty-bag{
    cursor: pointer;
    content: url('../icon/Shopping-bag-icon.svg');
}
.empty-bag:hover{
    content:url('../icon/full-bag.svg') !important;
}
.order-disabled{
    border: 0;
    width: 211px;
    height: 67px;
    border-radius: 46px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    background-color: #C4C4C4;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    margin-top: 73px;
    margin-bottom: 333px;
}
@media screen and (max-width: 991px){
    .empty-products-table {
        margin-bottom: 92px;
    }
    .order-disabled{
        margin-bottom: 92px;
    }

}
@media screen and (min-width: 991px){
    .footer-holder-emptyorder{
        display: none;
    }
    .order-disabled{
        margin-bottom: 339px;
    }
}
/*Order full*/
.full-products-table{
    margin: auto;
}
.order-full-btn{
    border: 0;
    width: 211px;
    height: 67px;
    border-radius: 46px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    background-color: #F58585;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    margin-top: 73px;
}
.remove-from-list{
    width: 144px;
    height: 37px;
    border: 1px solid #09536D;
    box-sizing: border-box;
    border-radius: 46px;
    display: inline-grid;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
    background-color: #fff;
}
.remove-from-list:hover{
    background-color: #09356D;
    color:#fff;
}
.full-products-table{
    border-bottom:1px solid #09536D;
}
.final-price{
    float: right;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
    margin-right: 60px;
    margin-top:20px;
}
.full-products-table .table{
    margin-bottom: 0 !important;
}
.full-products-table .hr-line{
    width:100% !important;
    margin-bottom: -55px !important;
}
.full-products-table .hr-line hr{
    width:100% !important;
}
@media (max-width:1037px) and (min-width:992px){
    .full-products-table .hr-line{
        margin-bottom: -75px !important;
    }
    .full-products-table{
        margin-top: 60px !important;
    }
}
@media screen and (max-width: 991px){
    #myorder-full{
        margin-bottom: 62px;
    }
    .tx-go-maps-ext{
        display: none;
    }
}
@media screen and (max-width: 425px){
}
@media screen and (min-width: 991px){
    .footer-holder-fullorder{
        display: none;
    }
    .myorder-full{
        margin-bottom: 266px;
    }

}
@media screen and (max-width: 1132px){
    .full-products-table .hr-line{
        margin-bottom: -70px !important;
    }
}
/*Contact*/
#contact{
    padding: 0;
}
.contact-body{
    margin: auto;
    margin-top: 50px;
}
.contact-picture-box img{
    width: 100%;
}
.contact-picture-box h1{
    margin-bottom: 40px;
}
.contact-picture-box{
    float: left;
    display: flex;
}
.contact-info-left{
    float: left;
    border-right: 1px solid #09536D;
}
.contact-info-left ul{
    list-style: none;
}
.contact-info-left ul li{
    margin-top: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
.contact-info-holder{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.contact-info-right{
    display: flex;
    justify-content: center;
}
.contact-info-right ul li{
    margin-top: 36px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
.contact-info-right ul{
    list-style: none;
}
.tx-go-maps-ext{
    margin-top: 73px;
}
.city-name{
    margin-top: 50px;
    margin-bottom: 40px;
}
.city-name h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
}
.picture-map iframe{
    width: 100%;
    height: 370px;
}
.picture-map{
    margin-top: 73px;
}
.city-name2{
    margin-top: 73px;
    margin-bottom: 40px;
}
.city-name2 h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
}
@media screen and (max-width: 991px){
    #contact{
        padding: 60px;
    }
    .contact-info-holder{
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .contact-info-left{
        width: 100%;
    }
    .contact-info-left ul{
        padding: 0;
    }
    .contact-info-right{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .picture-map{
        display: none;
    }
    .contact-info-holder{
        margin-top: 20px !important;
    }
    .city-name2{
        margin-top: 60px;
    }
    #contact{
        margin-bottom: 172px;
    }
}
@media screen and (max-width: 425px){
    #contact{
        padding: 20px;
        margin-bottom: 80px;
    }
    .contact-info-holder{
        margin-bottom: 0;
    }
    .city-name{
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    .city-name h1{
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }
    .contact-info-right ul{
        padding-left: 1.2rem !important;
    }
    .contact-info-right ul li {
        padding-bottom: 30px;
        margin-top: 45px;
        font-weight: 500 !important;
    }
    .contact-info-left{
        border-right: unset;
        align-items: unset;
    }
    .contact-info-left ul{
        padding: 0 !important;
    }
    .contact-info-left ul li{
        margin-top: 0 !important;
        align-items: unset;
        margin-bottom: 65px;
        padding-bottom: 10px;
    }
    .contact-info-right{
        display: unset;
        position: absolute;
        left: 0;
    }
}
@media screen and (min-width: 991px){
    #contact{
        margin-bottom: 246px;
    }
    #footer-desktop-none{
        display: none !important;
        height: 0 !important;
    }
    #footer-desktop-none .footer-links{
        display: none;
    }
    #footer-desktop-none .footer-icons{
        display: none;
    }
}
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
}
#order-button .custom-select .span {
    margin-left: 0 !important;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border: 1px solid #09536D;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0px 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
}
@media screen and (max-width:1797px){
    .custom-option{
        padding:0px 10px;
    }
}
.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.custom-option.selected {
    color: #ffffff;
    background-color: #305c91;
}
.arrow{
    content: url('../icon/arrow.png');
    margin-right: 20px;
}
.arrow2{
    content: url('../icon/arrow2.png');
}
.price-size{
    float: right;
    margin-left: 20px;
}
/*Wedding-flowers*/
.picture-floramira-offer{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
}
.picture-floramira-offer img{
    width: 100%;
}
#floramira-offer h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
    margin-top: 40px;
    margin-bottom: 20px;
}
#floramira-offer h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#floramira-offer h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
    margin-top: 40px;
    margin-bottom: 20px;
}
#floramira-offer p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wedding-two-pictures{
    margin-top: 40px;
    margin-bottom: 60px;
}
.wedding-small img{
    width: 100%;
}
.picture-wedding-box{
    margin-top: 30px;
}
.wedding-text h3{
    margin-top: 0px !important;
}
.picture-wedding2{
    display: flex;
}
.picture-wedding2 img{
    width: 100%;
}
.picture-wedding-box .row{
    --bs-gutter-x: 40px;
}
.order-full-btn:hover{
    background-color: #dc3545;
}
/*wedding flowers Text Image*/
#floramira-offer .ce-textpic .ce-gallery{
    padding-right: 20px;
    width:50%;
}
#floramira-offer .ce-textpic .ce-gallery .ce-column{
    width:100%;
}
#floramira-offer .ce-textpic .ce-gallery .image,#floramira-offer .ce-textpic .ce-gallery .image .image-embed-item{
    width:100%;
    height: auto;

}
#floramira-offer .ce-textpic .ce-gallery .image img{
    max-width: 100%;
    height: auto;
}
#floramira-offer .ce-textpic .ce-bodytext h3{
    margin-top: 0 !important;
}
@media screen and (max-width: 991px){
    #footer-desktop-none{
        background-color: #09536D;
        height: auto !important;
        padding-bottom: 50px;
        padding-top: 0 !important;
    }
        #floramira-offer .ce-textpic .ce-bodytext p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }

    #floramira-offer{
        padding: 60px;
        padding-top: 0;
    }
    .wedding-text p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .wedding-two-pictures{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px){
    .picture-floramira-offer img{
        height:450px;
    }
}
@media screen and (max-width: 650px){
    .picture-floramira-offer img{
        height: 250px;
    }
}
@media screen and (max-width:465px){
    .full-products-table tbody .button-in-table{
        margin-top: 0 !important;
        margin-left: 137px ;
    }
    .final-price {
        float: left !important;
        margin-right:0px !important;
        margin-top: 70px !important;
    }
    .order-full-btn{
        margin-top: 123px !important;
    }

}
@media  screen and (max-width:575px) {
    .picture-wedding2{
        margin-bottom: 40px !important;
    }
    .wedding-small{
        margin-top: 40px !important;
    }
    #floramira-offer .ce-textpic .ce-gallery{
        width:100%;
        padding-bottom: 40px !important;
        padding-right: 0 !important;
    }
    #floramira-offer .ce-textpic ,#floramira-offer .ce-image,#floramira-offer .ce-nowrap .ce-bodytext,#floramira-offer .ce-gallery,#floramira-offer .ce-row,#floramira-offer .ce-uploads li,#floramira-offer .ce-uploads div{
        overflow: unset;
    }
}
@media screen and (max-width: 425px){
    .still-picture-box{
        margin-bottom: 0 !important;
    }
    .performans{
        margin-bottom: 0 !important;
    }
    .picture-floramira-offer img {
        height: 200px;
    }
    .picture-floramira-offer{
        padding: 20px;
    }
}
/*Floramira-still*/
.still-picture-two img{
    width: 100%;
}
.still-picture-two .sort-of-still-flowers{
    color: #fff;
    background: #09536D;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    padding: 15px 0 7px;
    bottom: 0px;
    left: 0;
    height: 60px;
}
.still-picture-box{
    margin-bottom: 40px;
}
#floramira-offer h5{
    margin-top: 40px;
    margin-bottom: 20px;
}
.performans{
    margin-bottom: 60px;
}
.performans h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
.performans h4{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #09536D;
}
@media screen and (max-width: 575px){
    .still-picture-two{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 425px){
    #floramira-offer{
        padding: 0;
        padding: 20px;
        padding-bottom: 40px;
    }
    #floramira-offer h1{
        margin-top: 0;
    }
}
/*Corporate Identity*/

/*Room Planats*/
@media screen and (max-width: 991px){
    #flora .wedding-text h3{
        margin-top: 40px !important;
    }
    #flora .wedding-text p{
        margin-bottom: 0 !important;
    }
    #flora .performans{
        margin-bottom: 0 !important;
    }
}
/*Garden*/
@media screen and (max-width: 991px){
    #garden .performans{
        margin-bottom: 0 !important;
    }
}
/*Flower Balkons*/
@media screen and (max-width: 572px){
    #flower-balkons .picture-wedding2{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 991px){
    #flower-balkons .wedding-text-tablet p{
        margin-bottom: 0 !important;
    }
    #flower-balkons .picture-wedding-box{
        margin-top: 40px;
    }
    #flower-balkons .performans{
        margin-bottom: 0 !important;
    }
}
/*Landscape*/
@media screen and (max-width: 991px){
    #landscape .performans{
        margin-bottom: 0 !important;
    }
}
/*Topics Tabs*/
.topics-tabs-title h1{
    margin: auto;
    justify-content: center;
    display: flex;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
    margin-top: 50px;
    margin-bottom: 43px;
}
.topics-tabs{
    margin: auto;
    justify-content: center;
    display: flex
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none !important;
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.topics-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
    border-color: #09356D !important;
    border-bottom: 2px double #09356D !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
    border-color: #09356D !important;
    border-bottom: 2px double #09356D !important;
}
.topics-tabs ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.topics-tabs .nav-item .active{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #09536D !important;
}
.topics-tabs .nav-item a{
    font-family: Poppins;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #09536D !important;
    margin-left: 30px;
    margin-right: 30px;
}
.topics-links .active{
    color:#F58585 !important;
}
.topics-links a:hover{
    color:#F58585 !important;
}
.footer-item a:hover{
    color: #F58585;
}
#myTab .nav-item{
    cursor: pointer;
}
@media screen and (max-width:1319px) and (min-width:992px){
    .topics-tabs .nav-item a{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width:1200px) and (min-width:992px){
    .topics-tabs .nav-item a{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width:1100px) and (min-width:992px){
    .topics-tabs .nav-item a{
        margin-left: 0px;
        margin-right: 0px;
    }
}
/*Horpscope*/
.horoscope-picture{
    padding-right: 0 !important;
    margin-top: 10px !important;
}
.horoscope-text h5{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.horoscope-text p{
    margin-top: 0 !important;
}
.horoscope-text{
    margin-left: 30px;
}
.horoscope-left{
    margin-top: 40px;
    float: left;
    margin-bottom: 172px;
}
.horoscope-box{
    margin-bottom: 30px;
}
.horoscope-right{
    float: right;
    margin-top: 40px;
    margin-bottom: 172px;
}
.horoscope-right .row{
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 991px){
    .horoscope-left{
        margin-bottom: 0;
    }
    .horoscope-right{
        margin-top: 0;
        float: none !important;
        margin-bottom: 0;
    }
    .horoscope-right .row{
        display: flex;
        justify-content: unset;
    }
    .horoscope-text{
        padding-right: 0 !important;
    }
    #horoscope .performans{
        margin-bottom: 0 !important;
    }
}
/*Flower-bite*/
.flower-bite-holder{
    margin-top: 60px;
    margin-bottom: 111px;
}
.flower-bite-picture{
    display: flex;
}
.flower-bite-picture img{
    width: 100%;
}
.flower-bite-text h5{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-bottom: 14px !important;
}
.flower-bite-box{
    margin-bottom: 40px;
}
.flower-bite-text p{
    margin-top: 0 !important;
}
@media screen and (max-width: 991px){
    .flower-bite-text h5{
        margin-top: 20px !important;
    }
    .flower-bite-text p{
        margin-bottom: 0 !important;
    }
    .flower-bite-holder{
        margin-top: 40px;
    }
}
/*Flower win*/
.flower-win-picture{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 103px;
}
.flower-win-picture img{
    width: 100%;
}
@media screen and (max-width: 991px){

    .flower-win-picture-tablet img{
        width: 100%;
    }
    #flower-win #floramira-offer{
        padding-bottom: 0 !important;
    }
    .flower-win-picture{
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 0;
        height: 450px;
    }
}
@media screen and (max-width: 650px) {
.flower-win-picture{
    height: 250px;
}
}
@media screen and (max-width: 425px) {
    .flower-win-picture {
        padding: 20px;
        height: 200px;
    }
}
    /*Flower impression*/
.flower-impression-title{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.flower-impression-title h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
}
.flower-impression-holder{
    margin-bottom: 165px;
}
.flower-impression-holder #floramira-offer .performans h1{
    text-transform: uppercase;
}
@media screen and (max-width: 991px){
    .flower-impression-two-pictures .wedding-small{
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
    .flower-impression-holder{
        margin-bottom: 0 !important;
    }
    .flower-impression-holder #floramira-offer .performans h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #09536D;
    text-transform: none;
    }
}
/*Flora Mira friends*/
.floramira-friends-holder #floramira-offer .performans h1{
    text-transform: uppercase;
}
.floramira-friends-holder{
    margin-bottom: 165px;
}
.floramira-friends-title{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.floramira-friends-title h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #09536D;
}
#floramira-offer h1{
    text-transform: uppercase;
}
@media screen and (max-width: 991px){
    .floramira-friends-two-pictures .wedding-small{
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
    .floramira-friends-holder{
        margin-bottom: 0 !important
    }
    .floramira-friends-title h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #09536D;
    }
    .floramira-friends-holder #floramira-offer .performans h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #09536D;
    text-transform: none;
    }
    #floramira-offer h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #09536D;
    text-transform: none;
    }
    #floramira-offer h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #09536D;
    text-transform: none;
    }
}
/*Error*/
#c112 .ce-textpic{
    display: unset;
}
#c112 .ce-textpic .ce-bodytext{
    width:100%;
    float: none;
    text-align: center;
}
#c112 .ce-textpic .ce-bodytext h2{
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 144px;
    /* identical to box height */
    margin-top: 0;

    color: #F58585;
}
#c112 .ce-textpic .ce-bodytext p{
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #09536D;
    /* Inside Auto Layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 20px 0px;
}
#c112 .ce-textpic .ce-bodytext h4{
    text-align: center;
    ont-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */


    color: #09536D;
}
#c112 .ce-textpic .ce-gallery{
    float: unset;
    margin-top: 30px;
    margin-bottom: 260px;
}
.add-to-bag p{
    color: #fff !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}


/*pagination*/
.f3-widget-paginator{
    display: flex;
    justify-content: center;
}
.f3-widget-paginator li{
    padding-right: 10px;
}
.f3-widget-paginator .current{
    color: #F58585 !important;
}
.f3-widget-paginator li a{
    text-decoration: none;
    color: #09536D !important;
}
.f3-widget-paginator li:last-of-type{
    padding-right: 0;
}
.f3-widget-paginator li:before{
    content: none !important;
}




