@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-BlackItalic.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Black.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Bold.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Titling.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Titling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Italic.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Roman.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zapfino';
    src: url('../fonts/Zapfino.woff2') format('woff2'),
        url('../fonts/Zapfino.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-size: 18px;
}

body {
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    font-family: 'Red Hat Text', sans-serif;
    /* font-family: 'ZCOOL XiaoWei', serif; */
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: -webkit-none;
    outline: none;
}

button:focus {
    outline: -webkit-none;
    outline: none;
}

.btn.focus, .btn:focus {
    outline: -webkit-none;
    outline: none;
    box-shadow: none;
}

a {
    color: #000000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.golden-color{
    color: #cba780;
}
.dark-golden-color{
    color: #c89660;
}
.green-color{
    color: #022d25;
}
.golden-bg{
    color: #cba780;
}
.green-bg{
    color: #022d25;
}
.form-label{
    font-weight: 400;
}

.red_hat_font{
    font-family: 'Red Hat Text', sans-serif;
}

.iowan_old_font{
    font-family: 'Iowan Old Style', serif;
}

.zcool_font{
    font-family: 'ZCOOL XiaoWei', serif;
}

.zapfino_font{
    font-family: 'Zapfino';
}

.rupee_font{
    font-family: 'Myriad Pro';
}
/* width */
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar{
    width: 5px;
}

/* Track */
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

/* Handle */
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.1);
}

/* Handle on hover */

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.3);
}


/*---------------------------------------------------------------------------------*/

.form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-weight: 400;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #8d8d8d;
    font-weight: 400;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-weight: 400;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    color: #8d8d8d;
    font-weight: 400;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: capitalize;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #8d8d8d;
}
.service_type .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #ffffff;
}
.form-control{
    border-radius: 25px;
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
    color: #000000;
    border-color: transparent;
    outline: 0;
    height: 50px;
    padding: 10px 18px;
    font-size: 0.95rem;
}
textarea.form-control{
    height: 105px;
    line-height: 1.2;
    padding: 10px 20px;
}
/*------------------ RESPONSIVE HAMBURGER(responsive-menu) -------------------*/

.drop {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 65px;
    bottom: 0;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.drop span {
    background: #cba77f;
    width: 30px;
    height: 4px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    left: 5px;
    border-radius: 15px;
}

.drop span:nth-child(1) {
    top: 10px;
}

.drop span:nth-child(2) {
    top: 18px;
    width: 24px;
}

.drop span:nth-child(3) {
    top: 26px;
}

.close-menu.drop span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6.5px, 5.5px);
    -ms-transform: rotate(45deg) translate(6.5px, 5.5px);
    transform: rotate(45deg) translate(6.5px, 5.5px);
}

.close-menu.drop span:nth-child(2) {
    display: none;
    /* opacity: 0; transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.close-menu.drop span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5.5px, -5.5px);
    -ms-transform: rotate(-45deg) translate(5.5px, -5.5px);
    transform: rotate(-45deg) translate(5.5px, -5.5px);
}

.down-arrow {
    display: none;
}

@-webkit-keyframes menu_list {
    from {
        margin-top: 500px;
    }
    to {
        margin-top: 0;
    }
}

/* Standard syntax */

@keyframes menu_list {
    from {
        margin-top: 500px;
    }
    to {
        margin-top: 0;
    }
}

.scrollUp {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 12px;
    display: none;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    font-size: 28px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d52a2d+0,e2412b+50,ed572b+100 */
    background: #d52a2d; /* Old browsers */
    background: -moz-linear-gradient(top,  #d52a2d 0%, #e2412b 50%, #ed572b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d52a2d 0%,#e2412b 50%,#ed572b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d52a2d 0%,#e2412b 50%,#ed572b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52a2d', endColorstr='#ed572b',GradientType=0 ); /* IE6-9 */
}

/* ------------------END: RESPONSIVE HAMBURGER----------------*/

/*-----------------------layout----------*/

/*-----------------------layout----------*/

.wrapper {
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}
.main{
    padding-top: 130px;
}
h1{
    line-height: 1;
}
/* h1 {
    font-size: 60px;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 34px;
}

h5 {
    font-size: 20px;
} */

/* p {
    font-size: 18px;
} */

/* h1, h2, h3, h4, h5 {
    font-weight: 600
} */


.bg_img{    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}
/*----- index page : end start -----*/

header {
    width: 100%;
    height: auto;
    background-image: url(../img/header_bg.jpg);  
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 8px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

/* header.stickyHeader{
    background-color: #ffffff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
} */
.left_header{
    float: left;
    width: 280px;
}
.right_header{
    float: right;
}
.logo {
    width: 100%;
}
.main_menu ul {
    display: inline-block;
}

.main_menu ul>li {
    float: left;
    padding: 0 20px;
    position: relative;
}

.main_menu ul>li:last-child{
    padding-right: 0;
}

.main_menu ul>li a {
    font-size: 1.1rem;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.main_menu ul>li>a:hover {
    color: #cba780 !important;
}
.custom_btn {
    min-width: 140px;
    color: #cba780;
    text-align: center;
    font-family: 'Iowan Old Style';
    font-weight: 500;
    background-image: url(../img/button_bg.png);
    background-size: contain;
    padding: 5px 38px 7px 16px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    border: none;
    font-size: 0.9rem;
    background-color: transparent;
    /* background-color: #022d25;
    border-radius: 5px 30px; */
}

.custom_btn:hover {
    color: #ffffff;
}
.top_head{
    padding-top: 10px;
    padding-bottom: 7px;
}
.top_head ul{
    display: inline-block;
}
.top_head > ul > li{
    float: left;
    padding: 0 10px;
    text-align: center;
}
/* .top_head ul li img{
    width: 30px;
} */
.pincode_input{
    max-width: 200px;
}
.select_coruncy{
    width: 170px;
}
.select_coruncy .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important;
}
.dropdown-item.active, .dropdown-item:active{
    color: #cba780;
}
.select_coruncy .dropdown-item{
    padding: 5px 10px;
}
.wallet_icon img{
    width: 30px;
}
.profile_icon img{
    width: 28px;
}
.cart_icon img{
    width: 38px;
}
.wallet_icon > span, .profile_icon > span{
    font-size: 0.7rem;
    padding-top: 5px;
    font-weight: 500;
}
.cart_icon > em{
    font-style: normal;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #022d25;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
}

/* slick slider css */
.slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    background-color: #022d25 !important;
    border: 2px solid #cba780;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
}
.slick-prev{
    left: 15px;
    padding-right: 4px;
}
.slick-next{
    right: 15px;
    padding-left: 4px;
}
.slick-prev:before, .slick-next:before{
    font-family: FontAwesome;
    font-size: 24px;
    opacity: 1;
    display: block;
    color: #cba780;
}
.slick-prev:before{
    content: "\f104";
}
.slick-next:before{
    content: "\f105";
}
.banner_sec .slick-slide img{
    width: 100%;
    height: auto;
}
.product_details_sec .slick-slide img{
    width: 100%;
}
.banner_text{
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10%;
}
.banner_text h1{
    font-size: 6rem;
    line-height: 1;
    margin: 0;
}
.banner_text h5{
    margin-top: -6%;
}
.banner_text .custom_btn {
    min-width: 240px;
    color: #ffffff;
    padding: 11px 38px 11px 16px;
    font-weight: 400;
    font-size: 1.1rem;
    margin-right: -25px;
}
.banner_golden_text.banner_text h1, .banner_golden_text.banner_text h5{
    color: #F1C391;
}
.banner_golden_text.banner_text .custom_btn{
    color: #022d25;
    font-weight: 500;
    background-image: url(../img/white_button_bg.png);
}
.products_sec{
    padding: 40px 15px;
}
.section_heading h2{
    font-family: 'Iowan Old Style';
    color: #022d25;
}
.filter_sec ul{
    margin: 0 -10px;
    justify-content: center;
    -webkit-justify-content: center;
}
.filter_sec ul li{
    padding: 0 10px;
}
.filter_sec ul li p strong{
    font-weight: 500;
}
.filter_sec ul .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
    min-width: 200px;
}
.reset_fiter_div a{
    width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}


/* select picker css */
.dropdown-menu{
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
}
.bootstrap-select>.dropdown-toggle{
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 25px;
    height: 50px;
    border: none;
    padding: 11px 18px;
}
.bootstrap-select .dropdown-menu li{
    width: 100%;
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    color: #cba780;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: 0;
}
.multi_select .form-control{
    background-color: #e9ecef;
    height: 34px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}
.filter_sec .dropdown-item{
    padding: 5px 10px 5px 40px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: auto;
    top: 5px;
    left: 10px;
}
.bootstrap-select .dropdown-menu li a span.check-mark{
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    border: 2px solid #cba780;
    display: block;

}
.bootstrap-select .bs-ok-default:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    transform: none;
    border: none;
    background-image: url(../img/golden_tick_mark.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.bootstrap-select .dropdown-menu li a span.check-mark::after{
    display: none;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark::after{
    display: block;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark{
    background-color: #022d25;
}
.bootstrap-select .dropdown-menu li.selected a span.text{
    color: #b7946d;
}
header .bootstrap-select .dropdown-menu li a span.check-mark{
    display: none !important;
}

/* .products_sec .pro_img{
    max-height: 352px;
} */
.products_sec .pro_img a{
    display: block;
    /* height: 351px; */
}
.products_sec .pro_img a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro_box{
    border-radius: 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.bottom_div{
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
}
.bottom_div h4{
    font-family: 'Iowan Old Style';
    color: #022d25;
    font-size: 1.2rem;
}
.bottom_div h5{
    font-weight: 500;
}
.star_rating{
    min-height: 22px;
    align-items: center;
    -webkit-align-items: center;
}
.discount_price span{
    padding: 0 3px;
    position: relative;
    top: -3px;
}
.discount_price span::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #022d25;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
}
.discount_price span.iowan_old_font::after{
    display: none;
}
.bottom_div .text-end{
    margin-top: -18px;
}
.by_today{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cba780;
    padding: 4px 12px;
    border-radius: 15px;
    display: none !important;
}
.by_today p{
    font-size: 0.7rem;
    font-family: 'Iowan Old Style';
    font-weight: 600;
    line-height: 1;
}

footer{
    width: 100%;
    background-image: url(../img/footer_bg.jpg);
    padding-top: 30px;
    padding-bottom: 20px;
}
.need_help{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
}
.need_help p{
    color: #cba780;
    margin: 0;
    font-size: 1rem;
}
.need_help p a{
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.need_help p a:hover{
    color: #cba780;
}
.footer_menu li{
    padding-bottom: 10px;
}
.footer_menu li a{
    font-size: 1.1rem;
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.footer_menu li a:hover{
    color: #cba780;
}
.social_menu{
    text-align: right;
}
.social_menu ul{
    display: inline-block;
    margin-top: -20px;
    padding-right: 22px;    
    padding-right: 54px;
}
.social_menu ul li{
    float: left !important;
    padding: 0 8px;
}
.social_menu ul li a{
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #022d25;
    font-size: 1.2rem;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.copy_right p{
    color: #ffffff;
    text-align: center;
    font-size: 0.78rem;
}
.chat_board{
    background-color: #e2bb90;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 25px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.chat_board p{
    line-height: 1;
    font-weight: 500;
}
.star_rating img{
    width: 22px;
}
.star_rating img:not(:last-child){
    margin-right: 8px;
}
.range-slider{
    background-color: #022d25;
}
.products_sec .first_flower_img1{
    width: 30%;
    transform: rotateY(180deg);
}
.products_sec .container-fluid{
    z-index: 2;
    position: relative;
}

/* range slider start */
#header_logo {
    text-align: center;
}

/* temp style for rang slider */
.not_found .not_foundInner{
    text-align: center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}            
.reset img{transition:1s;}
.range-slider {
    width: 220px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    padding: 12px;
    height: 50px;
}
.range-slider .rangeValues{
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
}
.range-slider input[type=range] {
    -webkit-appearance: none;
    border: none;
    width: 90%;
    height: 5px;
    /*position: absolute;*/
    left: 0;
    background-color: transparent;
    display: block;
    margin: 10px auto 9px;
}
.range-slider input[type=range]::after, .range-slider input[type=range]::before{
    content: "MIN";
    position: absolute;
    top: 4px;
    left: 15px;
    color: #cccccc;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.9;
}
.range-slider input[type=range]::before{
    content: "MAX";
    left: auto;
    right: 14px;

}
.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 3px;

}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #cba780;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {     
    background: rgba(255, 255, 255, 0.4);
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 15px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #cba780;    
}


/*hide the outline behind the border*/

.range-slider input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
width: 300px;
height: 5px;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
background: transparent;
/*leave room for the larger thumb to overflow with a transparent border */
border-color: transparent;
border-width: 6px 0;
/*remove default tick marks*/
color: transparent;
z-index: -4;

}

.range-slider input[type=range]::-ms-fill-lower {
background: #777;
border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
background: #ddd;
border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
background: #ccc;
}



/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pincode_error,.select_deliveryDate_error{font-size:13px;color:red;}

/* datepicker style*/
.datepicker{border-radius:25px;}
.datepicker.datepicker-dropdown{border-radius:0px;}
.datepicker td, .datepicker th{width:34px;height:34px;font-size:15px;border-radius:25px;text-shadow: none !important;}
.datepicker .day.active{background:#cba780 !important;}
.datepicker .input-group-text{height:100%;background:white;border:none;border-radius:0 25px 25px 0;cursor:pointer;}
.datepicker input{box-shadow:none !important;}
.datepicker.disabled_datepicker input, .datepicker.disabled_datepicker .input-group-text{background:lightgray;opacity:0.5;}
.datepicker.disabled_datepicker .input-group-text i{display:none;}
.datepicker.disabled_datepicker{pointer-events:none;cursor:not-allowed}
/*select time picker*/
.select_timeContainer{box-shadow:0 1px 6px rgb(0 0 0 / 20%) !important;border-radius:25px;cursor:pointer;}
.select_timeContainer.active{background: #cba780;}
.select_timeContainer.active h4,.select_timeContainer.active h5{color:white;}

#add_ons_popup .filterBtn{
    font-family:'Iowan Old Style';
}


/*increment product count*/
.proQuantity{
    width: 100px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    border-radius: 50px;
    margin:auto;
    margin-right:15px;
}

.proQuantity li{
    background: lightgray;
    padding: 2px 10px;
    border-radius: 50%;
}

.proQuantity li.increase_right_li{
    background:#134A44;
    color:white;
    padding: 2px 9px;

}


/* review popup rating*/
/* .star-rating{position: absolute;bottom:50px;left: 0;width: 100%;} */
.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0 20px;
}
.rating-div h5{font-weight:600;}
.star-rating label {
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 40px;
  height: 40px;
  background-image: url(/static/img/empty_fill_star.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0 6px;
  filter: grayscale(100%);
  opacity: 0.6;
}
.star-rating label.active_star {
  filter: grayscale(0);
  opacity: 1;
}
.rating-div {
  max-width: 300px;
  margin: auto;
}
.rating-div span {
  font-weight: 600;
}
.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
  filter: grayscale(0);
  opacity: 1;
  background-image: url(/static/img/full_fill_star.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;

}


/*parsley.js css*/
.parsley-errors-list, .dynamic_error {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    line-height: 0.8em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    color: red;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
}
.parsley-errors-list.filled, .dynamic_error.filled {
    opacity: 1;
}
.contact_sec .parsley-errors-list, .contact_sec .dynamic_error {
    color: #ff7d50;
}
#product-list{
    align-items: center;
    -webkit-align-items: center;
    min-height: 200px;
}
/* index page : end */

/* cart popup : start */
.cart_popup_wrapper{
    position: fixed;
    top: 62px;
    right: 10px;
    z-index: 20;
    display: none;
}
.cart_popup_wrapper::before{
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.8em solid transparent;
    border-bottom: 0.8em solid;
    border-left: 0.8em solid transparent;
    color: #ffffff;
    position: relative;
    top: 1px;
    left: 415px;
    width: 20px;
    z-index: 1;
    display: block;
}
.cart_popup{
    width: 460px;
    height: auto;
    background-color: #ffffff;
    border-radius: 80px 12px 80px 80px;
    padding: 15px;
    padding-right: 5px;
    padding-bottom: 50px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}
.cart_popup .delivery_box{
    border-radius: 25px;
    padding: 15px 5px;
}
.cart_popup .delivery_box .bootstrap-select>.dropdown-toggle {
    height: 30px;
    padding: 7px 10px;
    font-size: 11px;
}
.cart_popup .dropdown-toggle::after{
    border-top: 0.4em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
}
.cart_popup .bootstrap-select .dropdown-menu li a span.check-mark{
    display: none;
}
.cart_popup .white_row{
    padding: 0;
    border-radius: 50px;
}
.cart_popup .product_name .product_size{
    background-color: transparent;
    color: #979797;
    /* font-weight: 500; */
    padding: 0;
    margin-top: 0 !important;
}
.cart_popup .white_row .btn-close{
    top: -5px;
    transform: none;
    right: 0px;
    background-size: 11px;
    padding: 8px;
}
.cart_popup .product_name h5{
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 0 !important;
    padding: 3px 0;
}
.cart_popup .add_ons .product_name .product_size{
    background-color: transparent;
}
.cart_popup .product_name .add_ons_tag, .cart_popup .product_name .product_size{
    font-size: 0.85rem;
    display: block;
}
.cart_popup .white_row.add_ons{
    border-radius: 28px 50px 50px 72px;
    padding: 5px;
    padding-left: 15px;
}
.cart_popup .white_row.add_ons {
    width: 93%;
}
.cart_popup .white_row.add_ons .circle_img {
    width: 76px;
    height: 76px;
}
.add_ons_quantity{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #f3f3f3;
    background-color: #22aea5;
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 62px;
    z-index: 3;
    line-height: 26px;
}
.cart_popup .delivery_box .specific_time a {
    width: 28px;
    height: 28px;
}
.proceed_to_pay{
    width: 100%;
    color: #ffffff;
    background: #cba780;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: none;
    padding: 12px;
    font-size: 28px;
    font-family: 'Iowan Old Style';
    letter-spacing: 1px;
}
.proceed_to_pay a{
    color: #ffffff;
}
.overflow_scroll{
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 240px;
    max-height: 360px;
    padding-right: 3px;
}
.cart_popup .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #ffffff;
}

/* width */
.overflow_scroll::-webkit-scrollbar{
    width: 8px;
    border-radius: 10px;
}

/* Track */
.overflow_scroll::-webkit-scrollbar-track{
    box-shadow: none;
    border-radius: 0;
    border-radius: 10px;
}

/* Handle */
.overflow_scroll::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle on hover */

.overflow_scroll::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.3);
}
#show_messagePopup .modal-body {
    padding: 10px 30px 40px;
}



/* cart popup : end */

/* about us page : start */
.about_us_page header{
    background-image: none;
}
.about_us_page header.sticky_header{
    background-image: url(../img/header_bg.jpg);  
}
.about_us_page .main {
    padding-top: 0;
}
.about_us{
    background-image: url(../img/footer_bg.jpg);
    padding-top: 150px;   
}
.about_us_logo{
    max-width: 380px;
    margin: auto;
}
.about_us p, .our_vision p{
    font-size: 0.9rem;
}
.about_us p{
    color: #ffffff;
    font-family: 'Iowan Old Style', serif;
}
.our_vision_box img{
    max-width: 90px;
}
.client_sec{
    background-color: #efefef;
}
.client_sec #client_slider .slick-dots li button:before{
    background-color: #ffffff;
}
#client_slider {
    width: 100%;   
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#client_slider > div{
    width: 25%;
}
#client_slider.slick-initialized > div {
    width: 100%;
}
.team_member_section h2, .client_sec h2, .our_vision h2, .about_us h2{
    font-size: 2.5rem;
}
.our_vision_box{
    max-width: 500px;
    margin: auto;
}
/* about us page : end */


/* product page : start */
.product_details .star_rating img {
    width: 28px;
}
.product_details_sec{
    padding: 50px 15px 20px;
}
.product_details_sec .row .col-xl-5.col-md-6{
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    align-self: flex-start;
}
#product_slider_nav{
    width: 90px;
    padding: 10px 0;
}
#product_slider_for{
    width: calc(100% - 90px);
    padding-left: 20px;
}
#product_slider_nav .slick-slide{
    margin: 6px 0;
}
#product_slider_nav .slick-slide .pro_img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
#product_slider_nav .slick-slide .pro_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product_slider_nav .slick-slide.slick-current.slick-active .pro_img::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #cba780;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#product_slider_nav .slick-slide.slick-current.slick-active .pro_img::before{
    content: "";
    width: 96%;
    height: 96%;
    border-radius: 50%;
    border: 6px solid #022d25;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
}
#product_slider_for .pro_img{
    background-color: #e9ecef;
    border-radius: 25px;
    overflow: hidden;
}
#product_slider_nav .slick-prev, #product_slider_nav .slick-next{
    right: 0;
    padding-left: 4px;
    left: 0;
    margin: auto;
    background-color: transparent !important;
    border: none;
    padding: 0;
}
#product_slider_nav .slick-prev{
    bottom: auto;
    top: 0;
}
#product_slider_nav .slick-next{
    bottom: -46px;
    top: auto;
}
#product_slider_nav .slick-prev:before, #product_slider_nav .slick-next:before{
    content: "";
    display: inline-block;
    vertical-align: 0.255em;
    border-bottom: 0.4em solid;
    border-right: 0.5em solid transparent;
    border-top: 0;
    border-left: 0.5em solid transparent;
    color: #cba780;
}
#product_slider_nav .slick-next:before{
    border-top: 0.4em solid;
    border-bottom: 0;
}
.pro_includes ul{
    display: inline-block;
    width: 100%;
}
.pro_includes ul li{
    float: left;
    width: 50%;
    position: relative;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 25px;
}
.pro_includes ul li::after{
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-bottom: 0.5em solid transparent;
    border-right: 0;
    border-top: 0.5em solid transparent;
    border-left: 0.4em solid;
    color: #cba780;
    position: absolute;
    top: 0;
    left: 0;
}
.product_details h2{
    font-weight: 600;
}
.product_details h2 span{
    font-weight: 400;
    font-family: 'Red Hat Text', sans-serif;
}
.product_details h2 em{
    font-family: 'Myriad Pro';
    font-weight: 400;
}
.product_details h5{
    color: #8d8d8d;
}
.specific_time{
    background: #e6e6e6;
    padding: 9px 10px 9px 20px;
    border-radius: 25px;
    width: fit-content;
}
.specific_time h5{
    color: #000000;
    font-size: 1rem;
}
.specific_time a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #22AEA5;
    display: inline-flex;
    padding: 9px;
}
.select_size, .check_availability{
    display: inline-block;
    position: relative;
}
/* .pincode_error{
    position: absolute;
    bottom: 0;
} */
.select_size li, .check_availability li{
    float: left;
}
.check_availability li .pincode_input, .check_availability li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    max-width: none;
    width: 250px;
}
.check_availability .bootstrap-select>.dropdown-toggle{
    padding: 12px 17px;
}
.check_availability .btn-light{
    color: #636363;
}
.select_size li:not(:last-child), .check_availability li:not(:last-child){
    margin-right: 13px;
}
.select_size li a{
    padding: 6px 20px;
    min-width: 120px;
    border: 2px solid #022d25;
    background-color: #ffffff;
    color: rgba(2, 45, 37, 0.65);
    border-radius: 25px;
    display: block;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    text-transform: capitalize;
}
.select_size li.active a, .select_size li a:hover{
    border-color: #cba780;
    background-color: #cba780;
    color: #ffffff;
}
.product_details .custom_btn {
    min-width: 230px;
    color: #ffffff;
    font-family: 'Red Hat Text', sans-serif;
    padding: 11px 38px 11px 16px;
    font-weight: 400;
    font-size: 1.2rem;
}
.product_review_sec{
    padding: 0 15px 50px;
    overflow: hidden;
}
#review_slider{
    padding-bottom: 100px;
}
#review_slider .slick-slide:nth-child(even) .review_box{
    border-radius: 0 0 0 25px;
}
#review_slider .slick-slide{
    padding: 0 7px;
}
#review_slider .slick-prev, #review_slider .slick-next{
    border: none;
    background-color: rgb(2 45 37) !important;
    left: -50px;
    right: 0;
    margin: auto;
    bottom: 20px;
    top: auto;
    opacity: 0.45;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
#review_slider .slick-next{
    left: 0;
    right: -50px;
}
#review_slider .slick-prev:before, #review_slider .slick-next:before{
    content: "";
    display: inline-block;
    border-bottom: 0.4em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.4em solid transparent;
    border-left: 0;
    color: #ffffff;
}
#review_slider .slick-next:before{
    border-right: 0;
    border-left: 0.3em solid;
}
#review_slider .slick-prev:hover, #review_slider .slick-next:hover{
    opacity: 1;
}
.review_box{
    background-image: url(../img/footer_bg.jpg);
    border: 2px solid #cba780;
    border-radius: 0 0 25px 0;
    padding: 25px 20px;
    min-height: 360px;
}
.review_box h3{margin-bottom: 0;}
.products_sec{
    overflow: hidden;
    position: relative;
}
.products_sec .section_heading h2, .product_review_sec .section_heading h2{
    font-size: 2.5rem;
}
.common_slider .slick-slide{
    padding: 10px;
}
.common_slider .slick-list{
    width: 120%;
    padding: 0;
}
.common_slider .slick-track{
    margin-left: 0;
}
#client_slider .slick-slide{
    padding: 0 10px;
}
#client_slider{
    padding-bottom: 20px;
}
.client_img{
    max-width: 170px;
    margin: auto;
    height: 80px;
    padding: 0 15px;
}
.client_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#client_slider .slick-dots li button:before{
    width: 20px;
    height: 20px;
    font-size: 0;
    opacity: 1 !important;
    background-color: #e1e1e1;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#client_slider .slick-dots li.slick-active button:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ad8563+0,c9a47d+50,e2c197+100 */
background: #ad8563; /* Old browsers */
background: -moz-linear-gradient(top,  #ad8563 0%, #c9a47d 50%, #e2c197 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ad8563 0%,#c9a47d 50%,#e2c197 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ad8563 0%,#c9a47d 50%,#e2c197 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad8563', endColorstr='#e2c197',GradientType=0 ); /* IE6-9 */

}
#client_slider .slick-slide{
    height: auto;
}
.team_member_img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #c9a47d;
    margin: auto;
}
.team_member_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #022d25;
}
.review_btn.custom_btn{
    color: #ffffff;
    background: #cba780;
    border-radius: 6px 25px 25px 45px;
    padding: 9px 40px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
#write_review_popup .pro_img, .quick_addtocart .pro_img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}
#write_review_popup .pro_img img, .quick_addtocart .pro_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#write_review_popup .pro_img::after, .quick_addtocart .pro_img::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #cba780;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#write_review_popup .pro_img::before, .quick_addtocart .pro_img::before {
    content: "";
    width: 96%;
    height: 96%;
    border-radius: 50%;
    border: 6px solid #022d25;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
}
.quick_addtocart .product_name{
    width: 100%;
    padding-left: 0;
}
.modal-content{
    background-color: transparent;
    padding-top: 50px;
    border: none;
}

.common_popup .modal-dialog{
    max-width: 580px;
}
.common_popup .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.common_popup .modal-content{
    padding-top: 0;
}
.common_popup .form-label{
    margin-bottom: 0.2rem;
}
.common_popup .form-control, .common_popup .bootstrap-select>.dropdown-toggle{
    height: 40px;
    padding: 5px 18px;
}
.common_popup textarea.form-control{
    height: 105px;
    padding: 10px 18px;
}
.common_popup .mb-3{
    margin-bottom: 0.7rem!important;
}
.common_popup .custom_btn{
    margin-top: 15px;
}
.modal-body{
    padding: 55px 30px 40px;
    background-color: #ebebeb;
    border-radius: 8px 40px 40px 150px;
}
.btn-close{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    background-size: 14px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
    background-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1 !important;
    background-size: 12px;
}
#write_review_popup .star_rating img {
    width: 48px;
}
.first_flower_img1 {
    position: absolute;
    top: 0%;
    left: 1%;
    width: 42%;
    z-index: 1;
    /* transform: rotateY(180deg); */
}
.first_flower_img2{
    position: absolute;
    top: 12%;
    right: -8px;
    width: 30%;
    z-index: 1;
}
/* product page : end */


.circle_img{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.circle_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-20{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.service_type .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .select_city .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.service_type .bootstrap-select>.dropdown-toggle{
    background-color: #cba780;
    color: #ffffff;
    letter-spacing: 1px;
}
.service_type .dropdown-toggle::after{
    color: #ffffff;
}
.delivery_box select{
    width: 100%;
    border-radius: 18px;
    color: #ffffff;
    background-color: #cba780;
    display: block;
    text-align: center;
    height: 52px;
    padding: 13px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/white_down_arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 24px;
}
.delivery_box select option{
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    text-align: -webkit-left;
    text-align-last: center;
}

/* shipping page : start */
.shipping_details{
    padding: 40px 0 70px;
}
.delivery_box{
    background-color: #ebebeb;
    border-radius: 15px;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.delivery_box .specific_time {
    background: transparent;
    padding: 0;
}
.delivery_box .specific_time a{
    width: 30px;
    height: 30px;
    padding: 7px;
}
.delivery_box .bootstrap-select>.dropdown-toggle{
    height: 36px;
    padding: 7px 18px;
    font-size: 16px;
}
.white_row{
    background-color: #ffffff;
    border-radius: 28px 50px 50px 75px;
    padding: 10px;
    padding-left: 25px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}
.white_row .circle_img{
    width: 85px;
    height: 85px;
    margin: 0;
    position: relative;
}
.white_row .circle_img::after, .white_row .circle_img::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 8px solid #ffffff;
}
.white_row .circle_img::before {
    border: 6px solid #022d25;
    z-index: 2
}
.product_name{
    width: calc(100% - 85px);
    padding-left: 10px;
}
.product_name h4{
    line-height: 1;
}
.product_name .product_size, .view_btn{
    background-color: #cba780;
    padding: 6px 18px;
    border-radius: 25px;
    color: #ffffff !important;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.view_btn.bg_gray{

    background-color: #b9b9b9;
}
.view_btn{
    min-width: 120px;
}
.view_btn:hover, .custom_btn:hover{
    transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.product_size{
    margin-top: 5px;
}
.shipping_details .col-lg-8 .white_row{
    margin-left: -5px;
}
.white_row.add_ons{
    width: 90%;
    float: right;
    margin-left: 0 !important;    
}
.add_ons .product_name .product_size{
    background-color: #22AEA5;
}
.white_row .btn-close{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.add_ons_tag{
    display: block;
    line-height: 1;
}
.delivery_box{
    /* max-width: 750px; */
}
.shipping_cart .col-lg-8.px-xl-5{
    padding-right: 6% !important;
}
.delivery_box .select_address .bootstrap-select>.dropdown-toggle{
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
    height: 52px;
    padding: 12px 18px;
}
.delivery_box .select_address .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    text-align: center;
    letter-spacing: 1px;
}
.delivery_box > .px-4.d-inline-block{
    width: 100%;
}
.add_newaddrs{
    border-radius: 18px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    height: 52px;
    padding: 13px;
}
.add_newaddrs h5{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.add_newaddrs a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #022d25;
    display: block;
    padding: 8px;
}
.send_to_address{
    border: 2px solid #c89660;
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
.view_addons_btn .custom_btn{
    min-width: 230px;
    color: #ffffff;
    font-family: 'Red Hat Text', sans-serif;
    padding: 11px 38px 11px 16px;
    font-weight: 400;
    font-size: 1.05rem;
}
.view_addons_btn{
    position: relative;
    bottom: -26px;
}
.cart_summary{
    background-image: url(../img/footer_bg.jpg);
    border-radius: 60px;
    padding: 15px;
    padding-bottom: 0;
}
.cart_summary .white_row .circle_img{
    width: 60px;
    height: 60px;
}
.cart_summary .white_row .circle_img::after{
    border: 6px solid #ffffff;
}
.cart_summary .white_row .circle_img::before {
    border: 4px solid #022d25;
    z-index: 2;
}
.cart_summary .product_name{
    width: calc(100% - 60px);    
}
.cart_summary .add_ons {
    width: 100%;
    float: none;
}
.cart_summary .product_name h5{
    font-size: 1.15rem;
}
.cart_summary .white_row h4{
    font-size: 1.2rem;
}
.cart_summary .add_ons_tag {
    font-size: 0.85rem;
}
.quantity_count{
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 30px;
}
.quantity_count li{
    display: inline-block;
}
.quantity_count li:nth-child(2){
    font-family: 'Iowan Old Style', serif;
    width: 22px;
    text-align: center;
}
.quantity_count li:first-child, .quantity_count li:last-child{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #cccccc;
    text-align: center;
    cursor: pointer;
}
.quantity_count li:first-child{
    background-color: #cccccc;
}
.quantity_count li:last-child{
    background-color: #14615b;
}
.grand_totol_div{
    background-color: #ebebeb;
    border-radius: 50px;
    padding: 25px 20px 0 20px;
    margin: 0 -15px;
}
.apply_coupon input{
    position: relative;
    z-index: 2;
    height: 52px;
}
.apply_coupon button{
    background-color: #cba780;
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 0 15px 15px 0;
    padding: 7px 25px 7px 35px;
    margin-left: -20px;
    height: 52px;
    width: 200px;
    letter-spacing: 1px;
}
.total_payment_details{
    max-width: 300px;
    margin: auto 0 auto auto;
}
.total_payment_details h5{
    font-size: 0.95rem;
    font-family: 'Iowan Old Style', serif;
    font-weight: 600;
}
.total_payment_details h5 span{
    padding-top: 3px;
    color: #AB8152;
}
.shipping_details textarea.form-control{
    height: 70px;
}
.cart_summary .view_addons_btn .custom_btn {
    min-width: 280px;
    padding: 12px 38px 13px 16px;
    font-size: 24px;
}
.shipping_details .container-fluid{
    position: relative;
    z-index: 2;
}
.shipping_bg_img1{
    position: absolute;
    top: 9%;
    right: 17%;
    width: 32%;
    opacity: 0.7;
    z-index: 1;
}
.shipping_bg_img1.shipping_bg_img2{
    top: 30%;
    right: 25%;
    /* opacity: 1; */
    width: 16%;
}
.copy_icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cda983;
    display: block;
    padding: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.copy_icon img{
    display: block;
}
.copy_icon span{
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    color: #8d8d8d;
}
#proceed_topay_popup .summary_white_box {
    position: relative;
    border-radius: 18px;
    box-shadow: none;
    padding: 10px 14px;
}
#proceed_topay_popup .summary_white_box p{
    font-size: 0.9rem;
}
#proceed_topay_popup .summary_white_box h5{
    
}
/* shipping page : end */

/* bill summary page : start */
.bill_summary_page{
    padding: 40px 0 60px;
    overflow: hidden;
}
.page_heading span{
    font-size: 1.2rem;
}
.summary_white_box{
    background-color: #ffffff;
    border-radius: 60px;
    padding: 10px 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.col-12 .summary_white_box{
    margin-right: -25px;
}
.summary_white_box .delivery_box {
    border-radius: 50px;
    padding: 15px 20px;
}

.summary_white_box .white_row h3{
    font-size: 1.25rem;
}
.summary_white_box .add_ons_tag {
    font-size: 16px;
}
.summary_white_box .total_payment_details {
    max-width: 500px;
    margin: auto 0 auto auto;
}
.summary_white_box .total_payment_details h5 {
    font-size: 1.1rem;
    font-weight: 400;
}
.summary_white_box .text-left p{
    font-size: 1.1rem;
}

.bill_summary_page .container-fluid{
    position: relative;
    z-index: 2;
}
.bill_summary_bg_img1{
    position: absolute;
    left: -5px;
    top: 2%;
    z-index: 1;
    width: 20%;
    opacity: 0.8;
}
.bill_summary_bg_img2.bill_summary_bg_img1{
    position: absolute;
    top: 48%;
    right: -25px;
    left: auto;
    /* opacity: 1; */
    opacity: 0.7;
    width: 23%;
    z-index: 1;
}
/* bill summary page : end */

/* orders page : start */

/* datatable responsive code */
table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700;
    text-align: left;
}
table.dataTable>tbody>tr.child {
    position: relative;
    z-index: 1;
    background-color: #f4d9d3;
    top: -14px;
    box-shadow: none !important;
}
table.dataTable>tbody>tr.child td{
    background-color: #f4d9d3;
    border-radius: 12px !important;
}
table.dataTable th{
    padding-bottom: 0;
}
.order_list table.dataTable{
  border-spacing: 0 15px !important;
  border-collapse: separate;
  margin-top: 0 !important;
}
table.dataTable>tbody{
    position: relative;
    top: -8px;
}
	
.order_list table td.child{
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 15px;
    padding: 0.6rem 0.8rem 0.3rem !important;
}
.order_list table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, .order_list table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before{
    left: 8px;
    border: 2px solid #cba780;
    background-color: #cba780;
}
.order_list table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, .order_list table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #11433f;
}
.order_list{
    padding: 40px 0 60px;
    overflow: hidden;
    min-height: 610px;
}
.order_list h2{
    font-size: 2.5rem;
}
.order_list table th, .order_list table td{
    font-weight: 500;
    border: none;
    vertical-align: bottom;
    text-align: center;
}
table#your_order td{
    background-color: #11433f;
    color: #ffffff;
    vertical-align: middle;
}
.order_list table td:first-child{
    border-radius: 20px 0 0 50px;
    padding-left: 30px;
    /* text-align: left; */
}
.order_list table td:last-child{
    border-radius: 0 35px 35px 0;
    text-align: right;
}
.view_btn {
    padding: 12px 30px;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
}

#previous_order tbody tr{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 20px 35px 35px 50px;
    background: #ffffff !important;
}
#previous_order.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #ffffff !important;
}
table#previous_order td a{
    display: block;
    color: #c89660;
}
.order_list table td a img{
    width: 26px;
    display: none;
}
.order_list table th{
    font-weight: 400;

}
.order_list .wallet_icon img{
    width: 40px;
}
.order_list .wallet_icon > span{
    font-size: 0.9rem;
}
.order_list .wallet_icon h4{
    font-weight: 400;
}
.order_list{
    position: relative;
}
.order_list .container-fluid{
    position: relative;
    z-index: 2;
}
.order_list .first_flower_img1 {
    width: 22%;
    transform: none;
    top: auto;
    bottom: -1%;
    left: -3%;
    opacity: 0.75;
}
.order_list .first_flower_img2 {
    top: 9%;
    right: 31%;
    width: 20%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0.8;
}
.order_list .first_flower_img3 {
    width: 12%;
    position: absolute;
    bottom: -1%;
    left: 10%;
    right: 0;
    margin: auto;
    opacity: 0.3;
}
.bulk_order_sec .section_heading h2{
    font-size: 2.5rem;
}
/* orders page : end */

/* order_success page : start */
.order_successful{
    padding: 40px 0 80px;
}
.grey_box{
    border-radius: 50px;
    background-color: #f1f1f1;
    padding: 20px 30px 0;
}
.order_successful .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

/* order_success page : end */

/* faqs page : start */

/* width */
.faqs_menu ul::-webkit-scrollbar{
    width: 5px;
    height: 10px;
    border-radius: 15px;
}

/* Track */
.faqs_menu ul::-webkit-scrollbar-track{
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); */
    border-radius: 15px;
}

/* Handle */
.faqs_menu ul::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.2);
    background: transparent !important;
    border-radius: 15px;
}

/* Handle on hover */
.faqs_menu ul::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.3);
}
.faqs_menu ul{
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
}
.faqs_menu ul li{
    display: inline-block;
    padding: 0 8px 3px;
}
.faqs_menu ul li.active a{
    background-color: #c69c6c;
    color: #ffffff;
}
.faqs_menu ul li:first-child{
    padding-left: 15px;
}
.faqs_menu ul li a{
    color: #000000;
    padding: 7px 20px;
    background-color: #e1e1e1;
    border-radius: 30px;
    display: block;
    min-width: 180px;
    text-align: center;
}
.accordion-item{
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 25px !important;
}
.accordion-button{
    background-color: transparent !important;
    color: #212529 !important;
    font-weight: 500;
    padding: 17px 20px;
    font-size: 22px;
    line-height: 1.5;
    padding-right: 70px;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 1;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button::after{
    background-image: url(../img/faqs_icon.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 14px;
}
/* faqs page : end */

/* T&C page : start */
.policy_sec p{
    font-size: 1.1rem;
}

/* T&C page : end */

/* contact-us page : start */
.contact_sec{
    padding-top: 150px;
    background-image: url(../img/header_bg.jpg);
    padding-bottom: 40px;
    min-height: 100vh;
}
.contact_sec label{
    color: #ffffff;
    padding-left: 8px;
    margin-bottom: 0.3rem;
}
.contact_sec .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.contact_sec .review_btn.custom_btn{
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
}
.contact_sec p{
    color: #ffffff;
    font-family: 'Iowan Old Style', serif;
    font-size: 1.2rem;
}
.contact_sec p a{
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact_sec p a:hover{
    color: #cba780
}
.contact_sec .form-control, .contact_sec .bootstrap-select>.dropdown-toggle{
    height: 40px;
}
.contact_sec .bootstrap-select>.dropdown-toggle{
    padding: 6px 18px;
}
.contact_sec textarea.form-control{
    height: 84px;
}
.contact_page header{
    background: transparent;
}
.contact_page header.sticky_header{
    background-image: url(../img/header_bg.jpg);
}
/* contact-us page : end */

.select_delivery_date{
    height: 50px;
}
.datepicker.disabled_datepicker, .input-group-append{
    height: 100%;
}

/*homepage style*/

/* popup */
.other_popups .modal-body,#select_timepicker .modal-body{background:#fff;padding:15px 30px 25px;border-radius:40px;}
#add_ons_popup #addOn_proceed{min-width:160px;}


/* quick add to cart  */
.check_availability_homepage li{float:inherit;margin-right:0 !important;}
.quick_addtocart .pro_img{width:120px;height:120px;}
.quick_addtocart h5.iowan_old_font{color:#8d8d8d;}
.quick_addtocart .check_availability li .pincode_input, .quick_addtocart .check_availability li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: none;
    width: 300px;
}


#select_timepicker .bootstrap-select{
    width:120px;
}

#select_timepicker .maintime_pickerCon{
   box-shadow:0 1px 6px rgb(0 0 0 / 20%) !important;
   border-radius:25px;
}

#select_timepicker .bootstrap-select>.dropdown-toggle{
    box-shadow: none !important;      
}

#select_timepicker .dropup .dropdown-toggle::after, .select_countriesCon .dropup .dropdown-toggle::after{
    color:#cba780 !important;
}

#select_timepicker .bootstrap-select .dropdown-menu li a span.text, .select_countriesCon .bootstrap-select .dropdown-menu li a span.text{
    margin-left:25px;
}

#select_timepicker .maintime_pickerCon{margin-left:-5px;margin-top:10px;}

.datepicker{
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
}
.datepicker {
    display: flex;
    display: -webkit-flex;
    height: 100%;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}
.quick_addtocart .select_size li{
    float: none;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 8px !important;
    padding-bottom: 1rem!important;
}
.quick_addtocart .select_size.pb-3.product_varsize{
    padding-bottom: 0!important;
}
.select_size.product_varsize li{
    padding-bottom: 1rem!important;
}
.no_orders{
    min-height: 230px;
}
.no_orders h5{
    color: #ababab;
    font-weight: 400;
}
.order_list .text-center > .view_btn {
    font-size: 1.2rem;
    min-width: 180px;
}
/*.profile_icon_group{
    display: none !important;
}*/
.delivery_box .col-md-6.order-md-2{
    margin-bottom: 0;
}

/* login page */

.login_page .form-control::-webkit-input-placeholder {
    color: #41493a;
    font-weight: 400;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 4vh;
}

.login_page .form-control::-moz-placeholder {
    color: #41493a;
    font-weight: 400;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 4vh;
}

.login_page .form-control:-ms-input-placeholder {
    color: #41493a;
    font-weight: 400;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 4vh;
}

.login_page .form-control:-moz-placeholder {
    color: #41493a;
    font-weight: 400;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 4vh;
}

.login_page{
    background-image: url(../img/footer_bg.jpg);
    min-height: 100vh;    
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.login_page .logo {
    max-width: 55vh;
    margin: auto;
}
.login_wrapper{
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.login_page label, .login_page .d-flex.justify-content-between a{
    font-size: 3vh;
}
.login_page .form-control:focus {
    background-color: transparent;
    color: #fff;
}
.login_page .form-control{
    border-bottom: 2px solid #cca480 !important;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
    font-size: 4vh;
    padding: 10px 13px;
    font-family: 'Iowan Old Style', serif;
    letter-spacing: 1.5px;
    color: #fff;
}
.login_page .custom_btn {
    min-width: 215px;
    color: #000000 !important;
    font-weight: 500;
    background-image: url(../img/golden_button_bg.png);
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 3.5vh;
    padding: 8px 56px 8px 32px;
}
.login_page p{
    color: #cca77d;
    font-size: 4.3vh;
}
.login_page a{
    color: #cca77d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.login_page a:hover{
    color: #ffffff;
}
.login_page .first_flower_img1 {
    top: 31%;
    left: -23%;
}
.login_page .first_flower_img2 {
    top: auto;
    bottom: 2%;
    right: -1%;
    width: 22%;
    transform: rotateZ(-76deg);
    -webkit-transform: rotateZ(-76deg);
}
.login_page form{
    margin-bottom: 6vh;
}
/* login page */

.common_slider{
    white-space: nowrap;
    /* display: inline-block; */
}
.common_slider > div{
    display: inline-block;
    width: 30%;
    padding: 10px;
}
/* #similiar_product_slider.slick-initialized > div{
    width: 120%;
    padding: 0;
    display: block;
} */

.common_popup .parsley-errors-list, .common_popup .dynamic_error{
    font-size: 0.65rem;
    margin-left: 5px;
}