body {
    background-color: #fff;
}
.sf-all-content .wrapper .sf-subhero.sf_occasions_banner{
	background-size: 50% auto;
	background-color: #EDA27C;
	height: calc(100vh - 150px);
	max-height: 775px !important;
}
.sf-all-content .sf-pagemenu-hide, #responsive-menu-pro-container .sf-pagemenu-hide {
    display: inline-block !important;
}
.sf_occasions_banner .sf-subcontainer {
    justify-content: right;
	position: relative
}
.sf_occasions_banner .sf-subright {
    width: 100%;
    max-width: 45%;
    padding: 0px 32px;
	position: absolute;
	right:0px;
}
.sf_occasions_banner h1 {
    color: #fff;
    font-family: abril_displayregular;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
}
.sf_occasions_banner .sf-detail p {
    color: #fff !important;
    font-family: 'futuralight';
    font-size: 24px;
    line-height: 1.2;
    padding: 20px 0 40px;
}
.sf_occasions_banner .sf-subcontainer .sf-subright .sf-detail a {
    color: #303030 !important;
    background-color: #F4ECE4 !important;
    font-family: 'futuralight';
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 6px 35px !important;
    display: inline-block !important;
    border-radius: 30px !important;
    letter-spacing: 1px !important;
    border: 0 !important;
}
.sf_step_list {
    text-align: center;
    padding: 15px 0 25px;
    position: sticky;
    /*top: 72px;*/
    background: #fff;
    z-index: 2;
    box-shadow: 0 3px 7px -7px #000;
}
.sf_step_list ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 400px;
}
.sf_step_list li {
    display: inline-block;
    width: 25%;
    position: relative;
    font-family: futuramedium;
    font-size: 20px;
    line-height: 1.2;
    color: #303030;
	float:left;
}
.sf_step_list li:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #d5bfa0;
    position: absolute;
    bottom: 9px;
    left: 0;
}
.sf_step_list li:first-child:before {
    width: 50%;
    left: 50%;
}
.sf_step_list li:last-child:before {
    width: 50%;
}
.sf_step_list li span {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d5bfa0;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.sf_step_list li.active span {
    background-color: #d5bfa0;
}
.sf-container_occ {
    text-align: center;
    padding: 0 80px 30px;
    display: inline-block;
    width: 100%;
}
.sf_occ_title span {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    font-family: 'futurabookbt';
    color: #303030;
    font-size: 24px;
    border-bottom: 1px solid #d5bfa0;
    line-height: 1.2;
    padding-bottom: 5px;
}
.sf_occ_title h3 {
    font-family: 'abril_displayregular';
    font-weight: normal;
    padding-top: 12px;
    font-size: 28px;
    line-height: 1.2;
    color: #303030;
}
.sf_occ_description {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}
.sf_occ_description p {
    font-family: 'futuralight';
    font-size: 22px;
    line-height: 1.2;
}
.sf_occ_title {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d5bfa0;
    padding-top: 30px;
    text-align: center;
}
.row-candle .sf_occ_title {
    border: 0;
}
#opBodyForm_occ .sf_occasions_item {
    float: left;
    width: 33.3%;
    padding: 30px;
    position: relative;
    cursor: auto;
}
#opBodyForm_occ .sf_occasions_item:nth-child(4n+1) {
    clear: left;
}
p.sf_oz {
    font-family: 'futuralight';
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
p.sf_name {
    font-family: 'futuramedium';
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
p.sf_price {
    font-family: 'futuralight' !important;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#opBodyForm_occ a.sf_select,
#opBodyForm_occ .sf_scent_list a {
    font-family: 'futuralight';
    background-color: #f2ebe5 !important;
    display: inline-block;
    width: 100%;
    color: #303030 !important;
    padding: 10px !important;
    font-size: 18px !important;
    line-height: 1.2;
    border-radius: 20px !important;
    height: auto;
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0 !important;
    position: relative;
}
#opBodyForm_occ a.sf_select:hover {
    border: 0;
}
.sf_occasions_item .sf_type {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2;
}
.sf_occasions_item .sf_type li {
    display: inline-block;
    border-right: 1px solid;
    font-family: 'futuralight';
    font-size: 14px;
    line-height: 1.2;
    padding-right: 8px;
    margin-right: 8px;
}
.sf_occasions_item .sf_type li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.sf_choosen_scent p.sf_name {
    margin-bottom: 5px;
}
p.sf_milk {
    font-family: 'futuralight' !important;
    font-size: 14px;
    line-height: 1.2;
    margin: 15px 0 12px;
}
.sf_btn {
    display: inline-block;
    width: 100%;
    font-size: 0;
}
#opBodyForm_occ .sf_btn a, #opBodyForm_occ .sf_btn a.wc-quick-view-button {
    display: inline-block;
    width: calc(50% - 6px);
    font-family: 'futuralight';
    font-size: 16px !important;
    line-height: 1.2;
    color: #303030;
    border: 1px solid #f2ebe5 !important;
    padding: 8px;
    border-radius: 20px;
    margin: 0 3px 10px;
    background: none !important;
    text-indent: 0;
    height: auto;
    position: relative;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
#opBodyForm_occ .sf_btn a.sf_addcart {
    background-color: #f2ebe5 !important;
}
.sf_datepickers {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
}
#opBodyForm_occ .sf_occ_datepicker {
    border: 1px solid #d5bfa0 !important;
    width: 100%;
    text-align: center;
    border-radius: 12px !important;
    padding: 8px 10px;
    margin: 0;
    height: auto;
}
#opBodyForm_occ .sf_datepickers img {
    position: absolute;
    top: 5px;
    right: 15px;
    max-width: 28px;
    cursor: pointer;
}
#opBodyForm_occ .sf_warning p span {
    font-family: 'futuralight';
    font-size: 18px !important;
    line-height: 1.2;
    margin-top: 20px;
    padding: 0;
}
#opBodyForm_occ p.sf_subtotals,
#opBodyForm_occ p.sf_shippings,
#opBodyForm_occ p.sf_totalcosts {
    font-family: 'futuralight';
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
}
#opBodyForm_occ .sf_last_btn a {
    display: inline-block;
    font-family: 'futuralight' !important;
    font-size: 18px !important;
    line-height: 1.2;
    color: #303030;
    border: 1px solid #f2ebe5 !important;
    padding: 8px 10px;
    border-radius: 20px !important;
    background-color: #f2ebe5 !important;
    width: 100%;
    max-width: 200px;
    margin: 0 3px 12px;
}
#opBodyForm_occ .sf_last_btn .sf-inner-load .single_add_to_cart_button {
    display: inline-block;
    font-family: 'futuralight' !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #303030 !important;
    border: 1px solid #f2ebe5 !important;
    padding: 8px 10px !important;
    border-radius: 20px !important;
    background-color: #f2ebe5 !important;
    width: 100%;
}
#opBodyForm_occ .sf_last_btn .sf-inner-load {
    line-height: 1.2;
    width: 100%;
    max-width: 200px;
    margin: 0 3px 12px;
    display: inline-block;
    position: relative;
}
.sf_last_btn {
    margin: 30px 0;
    display: block;
}
.sf_holiday_img {
    position: relative;
}
.sf_holiday_img .sf_flip_img{ width: 100%; display:none; }
.sf_holiday_img .sf_main_img{ width: 100%; }
.sf_holiday_img:hover .sf_main_img{ display:none; }
.sf_holiday_img:hover .sf_flip_img{ display:block; }
.sf_holiday_pick {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
}
.sf_holiday_pick img {
    width: 100%;
    max-width: 50%;
}
.sf_occ_maincontent {
    margin: 0 -30px;
}
.sf_occasions_box {
    display: inline-block;
    width: 100%;
}
.wc-quick-view-modal.single-product form.cart .sf-inner-load,
.wc-quick-view-modal.single-product.woocommerce .summary form.cart .quantity {
    display: none;
}
.row-scent .sf_scent_text {
    height: auto;
    display: block;
    border-radius: 0 !important;
    cursor: auto;
}
.sf_scent_list img,
.row-scent .sf_scent_list:hover img.sf_bg_scent,
.row-scent .sf_scent_text.selected img.sf_bg_scent {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
}
.row-scent .sf_scent_text.selected {
    background: none !important;
    border: 0 !important;
}
#opBodyForm_occ .sf_gift_products .sf_qty .sf_qty_text[name="quantity"] {
    border: unset;
    text-align: center;
    padding: 0px !important;
    width: 75%;
    font-family: 'futuramedium' !important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background: #fff!important;
    transition: all .2s ease;
    color: #333!important;
    font-size: 16px!important;
    line-height: normal!important;
    height: auto!important;
    box-shadow: none;
}
select#sf_gsorting, select#sf_gsorting:focus-visible {
    border: 1px solid #d5bfa0;
    padding: 3px 5px;
    outline: none;
}
.form-row {
    margin: 0;
}
.form-row.row-arrive-occ {
    padding: 0;
    background: none;
}
.sf_width_content {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.sf_total_fixed .sf_width_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}
.sf-gsc .row-arrive-occ .sf-for-ship {
    max-width: 100%;
    width: 100%;
}
#usa_delivery .m-content {
    margin: 0;
}
#opBodyForm_occ .sf_last_btn .sf-inner-load .sf-loader {
    position: absolute;
    top: 6px;
}
.sf_occ_maincontent.sf_width_content {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}


@media screen and (max-width: 1200px) {
    .sf-all-content .wrapper .sf_occasions_banner{
        height: 550px;
    }
    .sf_occasions_item .sf_type li {
        font-size: 13px;
    }
	.sf_occasions_banner .sf-subcontainer .sf-subright .sf-detail a{ padding: 6px 15px !important; margin-right:0px !important; }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #opBodyForm_occ .sf_btn a, #opBodyForm_occ .sf_btn a.wc-quick-view-button {
        width: 100%;
    }
}
@media screen and (min-width: 650px) and (max-width: 1040px) {
	.sf-subhero.sf_occasions_banner{
		background-image: url(https://www.vellabox.com/wp-content/uploads/2023/06/Welcome-Home-Moments-Box_mobile.jpg) !important;
	}
}
@media screen and (max-width: 1024px) {
    .sf-all-content .wrapper .sf_occasions_banner {
        height: 400px;
    }
    .sf_occasions_banner h1 {
        font-size: 32px;
    }
    .sf_occasions_banner .sf-detail p {
        font-size: 18px;
    }
    #opBodyForm_occ .sf_occasions_item {
        padding: 15px !important;
    }
    .sf_occ_maincontent {
        margin: 0 -15px;
    }
    .sf-container_occ {
        padding: 0 30px 30px;
    }
    .sf_holiday_pick {
        top: -12px;
    }
    #opBodyForm_occ .sf_occasions_item {
        width: 33.33%;
    }
    #opBodyForm_occ .sf_occasions_item:nth-child(4n+1) {
        clear: none;
    }
    #opBodyForm_occ .sf_occasions_item:nth-child(3n+1) {
        clear: left;
    }
    .sf_width_content {
        margin: 0;
    }
}
@media screen and (max-width: 960px) {
    .sf_step_list {
        top: 66px;
        padding: 18px 0 28px;
    }
}
@media screen and (max-width: 767px) {
    .sf_occasions_banner .sf-subright {
        max-width: 50%;
        padding: 0px 15px;
    }
    .sf-all-content .sf_occasions_banner .sf-subcontainer {
        padding: 0 !important;
    }
    #opBodyForm_occ .sf_occasions_item {
        width: 50%;
    }
    #opBodyForm_occ .sf_occasions_item:nth-child(3n+1) {
        clear: none;
    }
    #opBodyForm_occ .sf_occasions_item:nth-child(2n+1) {
        clear: left;
    }
    .sf_holiday_pick {
        top: -22px;
    }
    .sf_occ_title {
        padding-top: 60px;
    }
	
	.sf_pro_added_list li img{ width: 50px !important; }
}
@media screen and (max-width: 640px) {
    .sf_occasions_banner .sf-subright {
        max-width: 55%;
    }
    .sf_occasions_banner h1 {
        font-size: 26px;
    }
    .sf_occasions_banner .sf-detail p {
        padding: 10px 0 20px;
    }
}
@media screen and (max-width: 550px) {
    #opBodyForm_occ .sf_btn a, #opBodyForm_occ .sf_btn a.wc-quick-view-button {
        font-size: 13px !important;
    }
    #opBodyForm_occ .sf_last_btn a,
    #opBodyForm_occ .sf_last_btn .sf-inner-load {
        max-width: 180px;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px){
    .sf-all-content .wrapper .sf-subhero.sf_occasions_banner {
        background-position: left center;
    }
}
@media screen and (max-width: 650px) {
	.sf-subhero .sf-subcontainer .sf-subright {
		max-width: unset !important;
	}
	.sf_occasions_banner .sf-subcontainer .sf-subright {
		position: relative;
		padding: 25px 15px 25px;
	}
	.sf-subhero {
		background-image: none !important;
		/* background-color: #d2d3d5; */
	}
	.sf-image {
		display: block;
	}
	.sf-subhero .sf-subcontainer {
		display: block;
	}
	.sf-all-content .wrapper .sf-subhero.sf_occasions_banner {
		height: auto !important;
		max-height: unset !important;
	}
}
@media screen and (max-width: 480px) {
	.sf-subhero.sf_occasions_banner{ background-color: #EDA27C !important; }
	.sf_occasions_banner .sf-subcontainer .sf-subright .sf-detail a{ min-width:200px !important; }
    .sf-all-content .wrapper .sf-subhero.sf_occasions_banner {
        height: auto;
    }
    .sf-all-content .sf_occasions_banner .sf-subcontainer {
        position: relative;
    }
    .sf_occasions_banner .sf-image {
        padding: 0;
    }
	.sf_moment_note{ font-size: 14px !important; }
    .sf_occasions_banner .sf-subcontainer .sf-subright {
        position: relative;
        /* left: 0;
        bottom: -5px; */
        padding: 25px 15px 25px;
    }
    .sf_occasions_banner h1 {
        font-size: 36px;
    }
    .sf_occasions_banner .sf-detail p {
        max-width: 400px;
        padding: 20px 0 30px;
    }
    .sf_holiday_pick {
        top: -15px;
    }
    .sf_occ_title span {
        font-size: 20px;
        max-width: 210px;
    }
    .sf_occ_title h3 {
        font-size: 24px;
    }
    .sf_occ_description p {
        font-size: 18px;
    }
    p.sf_oz {
        font-size: 12px;
    }
    p.sf_name, p.sf_price {
        font-size: 16px;
    }
    #opBodyForm_occ a.sf_select,
    #opBodyForm_occ .sf_scent_list a {
        font-size: 13px !important;
        width: 100% !important;
    }
    .sf_btn a.sf_quickview {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sf_occasions_item .sf_type li {
        font-size: 11px;
        padding-right: 5px;
        margin-right: 5px;
    }
    #opBodyForm_occ .sf_btn a, #opBodyForm_occ .sf_btn a.wc-quick-view-button {
        width: 100%;
    }
	
	p.sf_name {
		font-size: 15px !important;
	}
	.sf_name_around{ height: 60px; }
	
	
	.page-id-1473525 .sf-subright .sf-detail p {
		color: #fff !important;
	}
}
@media screen and (max-width: 400px) {
    .sf_occasions_banner .sf-subcontainer .sf-subright {
        padding: 25px 15px 30px;
    }
    .sf_occasions_banner .sf-detail p {
        padding: 10px 0 20px;
    }

    .sf_qty input.minus{ float: left; width:20% !important; display: block !important; }
    .sf_qty input.plus{ float: left; width:20% !important; display: block !important; }
    #opBodyForm_occ .sf_gift_products .sf_qty .sf_qty_text[name="quantity"]{ 
        width: 53% !important; float:left; display: block !important; 
        border: 1px solid #caaa8f;
    }
    p.sf_milk{ clear:both; }
    .sf_qty {
        margin-bottom: 35px;
        border: unset !important;
    }
    .maximum-characters{ font-size: 14px !important; }
}
@media screen and (max-width: 360px) {
    .sf_occasions_banner .sf-subcontainer .sf-subright {
        padding: 25px 15px 20px;
    }
    .sf_occasions_banner h1 {
        font-size: 30px;
    }
    .sf_occasions_banner .sf-detail p {
        font-size: 16px;
    }
    .sf_occ_maincontent {
        margin: 0 -10px;
    }
    #opBodyForm_occ .sf_occasions_item {
        padding: 10px;
    }
    .sf-container_occ {
        padding: 0 20px 30px;
    }
    .sf_width_content {
        margin: 0;
    }
}

#usa_delivery h3 {
    font-family: 'abril_displayregular';
    font-weight: normal;
    padding-top: 12px;
    font-size: 28px;
    line-height: 1.2;
    color: #303030;
}

#sf_gift_to,
#sf_gift_from,
textarea{
    border: 1px solid #be8662 !important;
    border-radius: 10px !important;
}
h3.sf_added{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media only screen and (max-width: 1760px){
    .sf_name_around{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
    }
    p.sf_name{ font-size: 17px; }
}

.sf-all-content .sf-pagemenu-hide, #responsive-menu-pro-container .sf-pagemenu-hide {
	display: inline-block !important;
}