/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @import url('https://fonts.cdnfonts.com/css/galliardblditc');
@import url('https://cdn.jsdelivr.net/npm/futura-font'); */

@font-face {
    font-family: 'Futura';
    src: url(./assets/fonts/Futura/Futura.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Futura';
    src: url(./assets/fonts/Futura/FuturaBold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Futura';
    src: url(./assets/fonts/Futura/Futura_600.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'ITC Galliard';
    src: url(./assets/fonts/ITC-Galliard/ITC-Galliard.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
  font-display: fallback;
}

:root {
    --primary-color: #233446;
    --secondary-color: #e9c952;
    --text-color: #707173;
    --headline-color: #171717;
    --white-color: #ffffff;
    --black-color: #000;
    --red-color: #c20000;
    --FontAwesome: 'Font Awesome 5 Free';
}

body,
.box-category .header-title {
    font-family: 'Futura', sans-serif !important;
}
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*.section-heading-title {*/
/*    font-family: 'ITC Galliard', serif !important;*/
/*    font-weight: 400;*/
/*}*/

ul {
    margin: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0.5em !important;
    font-size: 15px;
}

.wapf-input {
    box-shadow: none !important;
    border-radius: 3px !important;
}

.ux-menu .ux-menu-link {
    margin: 0 0 0.5em !important;
}

.ux-menu .ux-menu-link .ux-menu-link__link {
    padding: 0;
    min-height: unset;
    font-size: 15px;
}

p {
    margin-bottom: 15px;
    font-size: 15px;
}

.button.primary {
    color: var(--white-color);
    font-size: 13px;
    text-transform: uppercase !important;
    line-height: 1em;
    height: auto;
    margin: 0;
    padding: 1.2em 25px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s, opacity 0.1s;
    display: inline-block;
    font-family: Futura, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    -webkit-tap-highlight-color: transparent;
}

.button.primary:hover {
    background-color: var(--black-color) !important;
    border-color: var(--black-color) !important;
}

.icon-user::before {
    content: '\f007';
    font-family: var(--FontAwesome);
    font-weight: 400;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1480px;
    padding: 0 40px;
}

.row.row-collapse {
    max-width: 1480px !important;
    padding: 0;
}

.row .row {
    padding: 0;
}

.row.align-center > .col > .col-inner {
    margin: 0 auto;
}

.section-heading-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-heading-title--small {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-heading-sub-title {
    margin-bottom: 27px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Futura', sans-serif !important;
}

.absolute-images-col > .col-inner {
    position: relative;
    display: flex;
}

.absolute-images-col > .col-inner > .img:first-child {
    margin-top: 45px;
    flex: 1 0 50%;
    position: relative;
    z-index: 10;
}

.absolute-images-col > .col-inner > .img:nth-child(2) {
    flex: 1 0 50%;
    margin-inline-end: -45px;
    transform: translate(-45px);
    flex: 1 0 50%;
    position: relative;
    z-index: 5;
}


.product-small.box .box-image {
    width: 100%;
    padding-top:100%;
    position:relative;
}

.product-small.box .box-image .carousel {
    position:absolute;
    inset:0
}

.product-small.box .box-image .carousel_item {
    top:0;
    bottom:0;
}


.product-small.box .box-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}




.product-small.box .box-image .flickity-slider:hover  > .carousel_item:nth-child(2):not(.is-selected)   {
	left:0 !important
}

.product-small.box .box-text {
    padding: 0;
}

.product-small.box .box-image .flickity-button {
    opacity: 1;
    width: 36px;
}

.product-small.box .box-image .flickity-button.previous {
    left: 0;
    transform: translateX(0);
}

.product-small.box .box-image .flickity-button.next {
    right: 0;
    transform: translateX(0);
}

.product-small.box .box-image .flickity-button.previous .flickity-button-icon,
.product-small.box .box-image .flickity-button.next .flickity-button-icon {
    background: var(--white-color);
    opacity: 0;
    padding: 28%;
}

.product-small.box:hover .box-image .flickity-button.previous .flickity-button-icon,
.product-small.box:hover .box-image .flickity-button.next .flickity-button-icon {
    background: var(--white-color);
    opacity: 0.7;
    padding: 28%;
}

.product-small.box .box-image .flickity-button.previous .flickity-button-icon:hover,
.product-small.box .box-image .flickity-button.next .flickity-button-icon:hover {
    opacity: 1;
}

.product-small.box .box-image .flickity-button.previous .flickity-button-icon {
    border-radius: 0 4px 4px 0;
}

.product-small.box .box-image .flickity-button.next .flickity-button-icon {
    border-radius: 4px 0 0 4px;
}

.product-small.box .box-text .product-title a {
    font-size: 14px !important;
    margin-top: 12px;
}

.product-small.box .box-text .price {
    font-size: 14px;
    display: inline-block;
    width: auto;
}

.product-small.box .box-text .price del{
	position:relative;
	padding-left:35px
}

.product-small.box .box-text .price del:before {
	content:'From';
	position:absolute;
	left:0;
	bottom: 2px;
}

.product-small.box .box-text .price ins {
	position:relative;
	padding-right:32px;
	
}

.product-small.box .box-text .price ins:after {
	content:'Sale';
	position:absolute;
	right:0;
	bottom: 2px;
	color:var(--red-color)
}

span.amount {
    font-weight: 400;
}

.col-inner .badge-container {
    margin: 10px;
}

.col-inner .badge-container .badge {
    height: 25px;
    width: auto;
}

.col-inner .badge-container .badge .onsale {
    font-size: 12px;
    padding: 0 8px;
    color: var(--primary-color);
}

.col-inner .badge-container .badge .badge-inner {
	line-height:1.4
}

.accordion .accordion-item {
    margin-bottom: 12px;
}

.accordion .accordion-item .accordion-title {
    padding: 16px 30px 16px 16px;
    font-weight: 700;
    background: var(--primary-color);
    color: var(--white-color);
}

.accordion .accordion-item .accordion-title .toggle {
    left: auto;
    right: 0;
}

.accordion .accordion-item .accordion-title .toggle,
.accordion .accordion-item .accordion-title .toggle .icon-angle-down {
    transform: unset;
}

.accordion .accordion-item .accordion-title .toggle .icon-angle-down::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}

.accordion .accordion-item .accordion-title.active .toggle .icon-angle-down::before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}

.accordion .accordion-item .accordion-inner {
    background-color: #eeeeee;
    color: var(--black-color);
}

.delivery-fee-table-container{
	overflow-x:auto
}

#delivery-fee-table {
    max-width: 650px;
    margin: 0 auto;
	overflow-x:auto
}

#delivery-fee-table p {
    color: var(--text-color);
}

#delivery-fee-table thead > tr td {
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

#delivery-fee-table tbody > tr td {
    text-align: center;
    vertical-align: top;
}

#delivery-fee-table tbody > tr td p {
    margin: 0 0 15px;

}

#delivery-fee-table tbody > tr td * {
		color:#c7aa40
}

.img .caption {
    transform: translateY(0%);
    background: transparent;
    font-size: 30px;
    line-height: 1;
    font-family: 'ITC Galliard', sans-serif;
    padding: 20px;
}

.nav-pagination .page-number {
    background: transparent !important;
    color: var(--secondary-color);
    font-weight: 400;
    border: none;
    font-size: 15px;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
}

.nav-pagination .page-number:hover,
.nav-pagination .page-number.current {
    color: var(--primary-color);
}

.nav-pagination .page-number.prev,
.nav-pagination .page-number.next {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-pagination .page-number.prev {
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}

.nav-pagination .page-number.next {
    padding-left: 20px;
    position: relative;
    margin-left: 10px;
}

.nav-pagination .page-number.next::before {
    content: 'Next';
}

.nav-pagination .page-number.next::after {
    content: '.';
    position: absolute;
    left: 0;
    bottom: 6px;
    color: var(--primary-color);
    font-size: 26px;
}

.nav-pagination .page-number.prev::before {
    content: '.';
    position: absolute;
    right: 0;
    bottom: 4px;
    color: var(--primary-color);
    font-size: 26px;
}

.nav-pagination .page-number.next .icon-angle-right::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
}

.nav-pagination .page-number.prev::after {
    content: 'Previous';
}

.nav-pagination .page-number.prev .icon-angle-left::before {
    content: '\f100';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
}

/* .mfp-wrap {
    height: auto;
    left: 50%;
    top: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    overflow: hidden !important;
  width: 600px;
    background-color: var(--white-color);
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 3px;
}

.mfp-wrap .mfp-container {
    position: relative;
}

.lightbox-content {
    box-shadow: none;
    background-color: transparent;
    padding: 0 !important;
}

.mfp-wrap .mfp-content,
.mfp-wrap .stuck,
.mfp-wrap button.mfp-close {
    top: 0px !important;
}  */


.tooltipster-base {
	display:none !important
}
.product-quick-view-container{
	    padding: 30px;
    background: rgb(35 52 70 / 5%);
}


.product-quick-view-container .product_meta {
	display:none
}

.product-quick-view-container  .product-gallery .flickity-page-dots  {
	display:none
}

.product-quick-view-container .product-info .is-divider {
	display:none
}

.product-quick-view-container .product-info .product-lightbox-inner{
	padding:0 30px !important
}

.product-quick-view-container .badge-container {
	margin:10px
}

.product-quick-view-container .badge-container .badge {
	    display: flex;
    align-items: center;
    height: auto;
}

.product-quick-view-container .badge-container .badge .onsale {
	    font-size: 12px;
    color: var(--primary-color);
    padding: 0 6px;
}


.product-page-price .amount,
.single_variation_wrap .wapf-field-label label,
.variations label{
	color:var(--text-color)
}

.variations tbody tr {
	display: flex;
    flex-direction: column;
}

/* -------------------------------- HEADER ----------------------------------- */

#top-bar .announcement-container a {
    color: var(--white-color);
}

#top-bar .social-icons {
    font-size: 15px;
    width: 15px;
}

#top-bar .announcement-container .announcement-text p {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}
#top-bar .announcement-container .announcement-text a {
    text-decoration: underline;
}

#masthead .icon-user {
    font-size: 22px;
}

#masthead .icon-search {
    font-size: 20px;
}

#masthead .nav-right > li {
    margin: 0 10px !important;
}

#wide-nav {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#wide-nav .nav > li{
    margin-bottom: 0 !important;
}

#wide-nav .nav > li > a {
    font-size: 14px;
    display: inline-block;
    padding: 18px;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

#wide-nav .nav > li > a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    background-color: currentColor;
    height: 2px;
    transition: transform .3s;
    z-index: 20;
    left: 18px;
    width: calc(100% - 36px);
    transform: scaleX(0);
    will-change: transform;
}
#wide-nav .nav > li.current-menu-item > a::after {
    transform: scaleX(1);
}

#wide-nav .nav > li:hover > a::after {
    transform: scaleX(1);
}
#wide-nav .nav .nav-dropdown {
	border: 1px solid #dfe3e8;
}

#wide-nav .nav .nav-dropdown > li  {
	margin-bottom: 0 !important
}

#wide-nav .nav .nav-dropdown > li > a {
	border:none;
	margin:0;
	padding: 5px 0;
}


#wide-nav .nav .nav-dropdown  li:hover  a {
	color:var(--secondary-color)
}
/* -------------------------------- END HEADER ----------------------------------- */

/* -------------------------------- FOOTER ----------------------------------- */
#footer .footer-top-section .icon-box .icon-box-img {
    margin-bottom: 0;
}

#footer .footer-top-section .icon-box .icon-box-text {
    font-size: 18px;
}
#footer .footer-block-title {
    margin-bottom: 20px;
}

#footer .infomation-list .infomation-item {
    margin-bottom: 15px !important;
}

#footer .newsletter-col form input[type='email'] {
    background: var(--white-color);
    border: 1.5px solid #dbdcdc;
    padding: 0.8em 15px;
    font-size: 16px;
    line-height: 1;
    border-radius: 3px;
    height: unset;
    -webkit-appearance: none;
}

#footer .newsletter-col form {
    margin: 0;
}

#footer .newsletter-col form input[type='submit'] {
    background: var(--secondary-color);
    color: var(--black-color);
    font-size: 13px;
    line-height: 1;

    font-weight: 400;
    text-transform: initial;
    border-radius: 3px;
    padding: 1.2em 25px;
}

#footer .footer-main-section > .section-content > .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}

#footer .footer-main-section > .section-content > .row::after {
    content: none;
}

#footer .footer-main-section > .section-content > .row > .col {
    max-width: 400px;
    flex-basis: fit-content !important;
    width: max-content;
}

#footer .footer-main-section > .section-content > .row > .newsletter-col {
    max-width: 350px;
}

#footer .absolute-footer {
    background-color: var(--primary-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0;
    font-size: 12px;
}

#footer .absolute-footer .container {
    max-width: 100%;
}

#footer .absolute-footer .container .footer-secondary {
    padding: 0;
}
/* -------------------------------- END FOOTER ----------------------------------- */

/* -------------------------------- HOME PAGE ----------------------------------- */
.product-categories-col > .col-inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow-x: auto;
}

.product-categories-col .icon-box {
    padding: 3px 15px;
}

.product-categories-col .icon-box .icon-box-img {
    margin-bottom: 0;
}

.product-categories-col .icon-box .icon-box-text p {
    font-size: 11px;
    font-weight: 400;
    color: var(--black-color);
    white-space: nowrap;
    line-height: 1;
}

.product-categories-col .icon-box .icon-box-text p:hover {
    text-decoration: underline;
}

.images-overlap-col > .col-inner > .img:nth-child(1) {
    position: relative;
    margin-top: 45px;
    z-index: 1;
    flex: 1 0 50%;
}

.images-overlap-col > .col-inner > .img:nth-child(2) {
    margin-inline-end: -45px;
    transform: translate(-45px);
    flex: 1 0 50%;
}

.popular-products {
    max-width: 1160px;
    margin: 0 auto;
}

.popular-products .product-info-inner {
    padding: 0 0 0 40px;
}

.popular-products  .product-gallery{
    flex-basis: 58%;
    max-width: 58%;
}

.popular-products  .product-info{
    flex-basis:42%;
    max-width: 42%;
}


.popular-products  .product-info .product-info-inner h1 {
    margin: 0 0 0.5em;
    font-size: 34px;
}

.popular-products  .product-info .product-info-inner .product-price-container del {
    font-size: 24px;
}

.popular-products  .product-info .product-info-inner .product-price-container .amount {
    font-size: 24px;
    font-weight: 400;
}

.popular-products  .product-info .product-info-inner .quantity {
    position: relative;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.popular-products  .product-info .product-info-inner .quantity::before {
    content: 'Quantity';
    display: block;
    position: absolute;
    top: 0;
}

.popular-products  .product-info .product-info-inner .quantity input {
    width: 48px;
    height: 48px;
    box-shadow: none;
    border-radius: 3px !important;
    max-width: 48px;
    border: 1.5px solid #dbdcdc !important;
    background-color: var(--white-color);
}

.popular-products  .product-info .product-info-inner .quantity input.qty {
    margin: 0 10px;
}

.popular-products  .product-info .product-info-inner .added_to_cart,
.popular-products  .product-info .product-info-inner .add_to_cart_button  {
    padding: 15px 25px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    min-height: unset;
    border-radius: 3px;
    line-height: 1;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--white-color);
}

.popular-products  .product-info .product-info-inner .product-description {
    margin-top: 50px;
}

.popular-products .product-gallery-slider .box-image-thumbnails{
    margin-top: 15px;
}

.shipping-section .contact-us-text {
	color:var(--secondary-color);
	text-decoration:underline;
	text-decoration-color:#ebd997ad;
	cursor:pointer
}

.shipping-section .contact-us-text:hover {
	
	text-decoration-color:var(--secondary-color);
}

.instagram-link-section .slider  .flickity-slider > .img {
	max-width:16.666% !important;
	padding: 10px;	

}

.instagram-link-section .slider  .flickity-slider > .img:hover {
	transform:scale(1.03)
}

.instagram-link-section .slider  .flickity-slider > .img > .img-inner {
		box-shadow: 2px 2px 4px 0px #a6a6a6
}

.instagram-link-section .slider  .flickity-slider > .img  img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;

}

.instagram-link-section  .instastory-title {
	margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 21px;
}

.instagram-link-section  .flickity-prev-next-button {
	    opacity: 1;
	    width: 30px;
}

.instagram-link-section  .flickity-prev-next-button .flickity-button-icon {
	background:var(--white-color);
	border-color:var(--white-color);
	padding: 26%;
}

.has-bg-color {
	background:rgb(35 52 70 / 5%);
}



/* -------------------------------- END HOME PAGE ----------------------------------- */

/* -------------------------------- Weddings & Events ----------------------------------- */
.weddings-events-page p {
    font-size: 15px;
}


/* -------------------------------- END Weddings & Events ----------------------------------- */

/* -------------------------------- FULL SERVICES PAGE ----------------------------------- */
.full-service-wedding-page .contact-form-section .contact-form-col {
    max-width: 600px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-header-container {
    margin-bottom: 32px;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-header-container .form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-header-container .form-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0;
    color: #6c757d;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-field-item-full {
    grid-column: 1 / span 2;
}

.full-service-wedding-page .contact-form-section .contact-form-col form input,
.full-service-wedding-page .contact-form-section .contact-form-col form select,
.full-service-wedding-page .contact-form-section .contact-form-col form textarea {
    border-radius: 20px;
    background: #f1f1f1;
    height: 41px;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.full-service-wedding-page .contact-form-section .contact-form-col form .form-field-item {
    overflow: hidden;
}

.full-service-wedding-page .wpcf7 .wpcf7-not-valid-tip {
    background: #fff;
}

.full-service-wedding-page .contact-form-section .contact-form-col form label {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .wpcf7-list-item {
    display: block;
}
.full-service-wedding-page .contact-form-section .contact-form-col form .wpcf7-list-item input {
    height: 16px !important;
    width: 20px !important;
    margin: 0 !important;
}

.full-service-wedding-page .contact-form-section .contact-form-col form .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding-left: 12px;
}

.full-service-wedding-page .contact-form-section form .wpcf7-list-item .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
	    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-service-wedding-page .contact-form-section form .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: var(--secondary-color);
}

.full-service-wedding-page .contact-form-section form .powered-by-wrapper {
    display: flex;
    justify-content: end;
}

.full-service-wedding-page .contact-form-section form .thanks-text {
}

.full-service-wedding-page .contact-form-section form .wpcf7-submit {
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
    padding: 11px 22px;
    min-width: 100px;
    font-weight: 400 !important;
    text-transform: none;
    margin: 15px 0 0 0 !important;
    line-height: 1;
}
/* -------------------------------- END FULL SERVICES PAGE ----------------------------------- */

/* -------------------------------- FAQs PAGE ----------------------------------- */
.faqs-section .faqs-col > .col-inner {
    max-width: 900px;
    margin: 0 auto;
}
/* -------------------------------- END FAQs PAGE ----------------------------------- */

/* -------------------------------- FLOWERS DELIVERY SERVICES PAGE ----------------------------------- */
.images-overlap-col > .col-inner {
    display: flex;
}
.flowers-delivery-services-page .images-overlap-col > .col-inner > .img:nth-child(1) {
    position: relative;
    margin-top: 45px;
    z-index: 1;
    flex: 1 0 50%;
}

.flowers-delivery-services-page .images-overlap-col > .col-inner > .img:nth-child(2) {
    margin-inline-end: -45px;
    transform: translate(-45px);
    flex: 1 0 50%;
}
/* -------------------------------- END FLOWERS DELIVERY SERVICES PAGE ----------------------------------- */

/* -------------------------------- BLOG ARCHIVE ----------------------------------- */
.blog-archive .page-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
}

.blog-archive .social-share-container > .col > .col-inner {
    display: flex;
    justify-content: end;
    font-size: 12px;
}

.blog-archive .social-share-container .icon {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.blog-archive .social-share-container .icon i {
    width: 15px;
    height: 15px;
    color: var(--secondary-color);
    font-size: 16px;
}

.blog-archive .posts-row > .col {
    border-right: 1px solid #e2e2e2;
    padding: 0 20px !important;
    margin-bottom: 50px;
}

.blog-archive .posts-row > .col:nth-child(3n),
.blog-archive .posts-row > .col:last-child {
    border-right: 0;
}

.blog-archive .box-blog-post .box-text .post-title {
    font-size: 30px;
    margin: 0 0 10px;
}
.blog-archive .box-blog-post .box-text .post-excerpt {
    margin-bottom: 30px;
}

.blog-archive .box-blog-post .box-text .post-meta {
    font-size: 12px;
}
.blog-archive .box-blog-post .box-text .post-meta .post-author {
    text-transform: capitalize;
}

/* -------------------------------- END BLOG ARCHIVE ----------------------------------- */

/* -------------------------------- BLOG SINGLE ----------------------------------- */
.blog-single {
    padding-top: 0;
}

.blog-single .entry-image {
    height: 400px;
    overflow: hidden;
}

.blog-single .entry-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.blog-single .entry-header {
    margin-top: 50px;
}

.blog-single .entry-header .entry-header-text {
    text-align: center;
}

.blog-single .entry-header .entry-title {
    font-size: 34px;
    margin: 0 0 1.25rem;
}

.blog-single .entry-content,
.blog-single .navigation-post {
    max-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
}

.blog-single .entry-content {
    margin-bottom: 30px;
}

.blog-single .navigation-post .next-prev-nav {
    border: none;
}

.blog-single .navigation-post .next-prev-nav .nav-previous a,
.blog-single .navigation-post .next-prev-nav .nav-category a,
.blog-single .navigation-post .next-prev-nav .nav-next a {
    font-size: 15px;
    color: var(--secondary-color);
}

.blog-single .navigation-post .next-prev-nav .nav-previous:hover a,
.blog-single .navigation-post .next-prev-nav .nav-category:hover a,
.blog-single .navigation-post .next-prev-nav .nav-next:hover a {
    color: var(--primary-color);
}

.blog-single .navigation-post .next-prev-nav .nav-previous a i,
.blog-single .navigation-post .next-prev-nav .nav-next a i {
    font-size: 20px;
}

.blog-single .navigation-post .next-prev-nav .flex-col + .flex-col {
    border-left: none;
}

/* -------------------------------- END BLOG SINGLE ----------------------------------- */

/* -------------------------------- CONTACT PAGE ----------------------------------- */
.contact-page form .form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.contact-page form .form-field-item-full {
    grid-column: 1 / span 2;
}

.contact-page form .form-title {
    font-size: 30px;
}

.contact-page form input,
.contact-page form textarea {
    border: 1.5px solid #dbdcdc;
    padding: 0.8em 15px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
}

.contact-page form label {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
}

.contact-page form input:focus,
.contact-page form textarea:focus {
    border-color: var(--text-color);
    box-shadow: none;
}

.contact-page form .form-footer-container .wpcf7-submit {
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
    padding: 1.2em 25px;
    min-width: 100px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1;
    font-size: 13px;
}
/* -------------------------------- END CONTACT PAGE ----------------------------------- */

/* -------------------------------- SHOP PAGE  ----------------------------------- */
.woocommerce .category-page-row {
    max-width: 100%;
    padding: 50px 40px;
}

.woocommerce .shop-container > .products.row {
    max-width: 100%;
}

.woocommerce .category-page-row .box-category .header-title {
    font-size: 14px;
    color: var(--text-color);
    font-family: 'Futura', sans-serif;
    text-transform: capitalize;
}

.woocommerce .category-page-row .box-category .count {
    font-size: 0.75em;
    text-transform: capitalize;
}

.woocommerce .category-page-row {
    display: flex;
    flex-wrap: nowrap;
}

.woocommerce .filter-col {
    flex-basis: 0;
    max-width: 0;
    transition: all 0.2s;
    padding: 0;
    opacity: 0;
}

.close-filter-col {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    padding: 4px;
    height: 30px;
    width: 30px;
    min-height: 30px;
    display: none;
}

.woocommerce .filter-header {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.woocommerce .filter-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce .filter-icon .filter-icon-line-1,
.woocommerce .filter-icon .filter-icon-line-2 {
    position: relative;
    width: 20px;
}

.filter-header-title {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
}

.woocommerce .filter-icon .line {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
}
.woocommerce .filter-icon .dot {
    width: 8px;
    height: 8px;
    left: 0;
    top: -3px;
    border-radius: 99px;
    background-color: var(--white-color);
    display: block;
    position: absolute;
    border: 2px solid var(--text-color);
    transition: all 0.2s;
}

.woocommerce .filter-icon .filter-icon-line-1 .dot {
    left: 4px;
}

.woocommerce .filter-icon .filter-icon-line-2 .dot {
    left: 10px;
}

.woocommerce .filter-header.active .filter-icon .filter-icon-line-1 .dot {
    left: 10px;
}

.woocommerce .filter-header.active .filter-icon .filter-icon-line-2 .dot {
    left: 4px;
}

.woocommerce .filter-header .fa-chevron-right {
    transition: all 0.2s;
    transform: rotate(180deg);
}

.woocommerce .filter-header.active .fa-chevron-right {
    transform: rotate(0);
}

.header-shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.header-shop * {
    margin-bottom: 0;
}

.woocommerce .products.row {
    max-width: 100%;
}

.woocommerce .woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #222;
    opacity: 1;
}
.woocommerce .woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--white-color);
    border-color: #222;
}

.woocommerce .price_slider_wrapper {
    margin-top: 15px;
}

.woocommerce .price_slider_wrapper .price_label .from,
.woocommerce .price_slider_wrapper .price_label .to {
    border: 1px solid #e2e2e2;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: 400;
}

.woocommerce .woof_container {
    margin-bottom: 30px;
}

.woocommerce .woof_container h4 {
    font-weight: 600;
    font-family: 'Futura', sans-serif !important;
    font-size: 15px;
    color: var(--text-color);
}

.woocommerce .woof_container .woof_block_html_items .woof_list_checkbox label {
    font-weight: 400;
    margin: 0;
    color: var(--text-color);
}


#product-category-bottom-content {
	 margin: 80px auto;
	max-width:1160px !important
}


.categories-block-row .flickity-button {
    opacity: 1 !important;
    width: 30px;
}

.categories-block-row .flickity-button.previous {
    left: 8px;
    transform: translateX(0);
}

.categories-block-row .flickity-button.next {
    right: 8px;
    transform: translateX(0);
}

.categories-block-row .flickity-button.previous .flickity-button-icon,
.categories-block-row .flickity-button.next .flickity-button-icon {
    background: var(--white-color);
    opacity: 0;
    padding: 28%;
}

.categories-block-row .flickity-button.previous .flickity-button-icon,
.categories-block-row  .flickity-button.next .flickity-button-icon {
    background: var(--white-color);
    opacity: 0.7;
    padding: 28%;
	border: none;
}

.categories-block-row .flickity-button.previous .flickity-button-icon:hover,
.categories-block-row .flickity-button.next .flickity-button-icon:hover {
    opacity: 1;
}

.categories-block-row .flickity-button.previous .flickity-button-icon:hover path,
.categories-block-row .flickity-button.next .flickity-button-icon:hover  path{
fill:#000 !important
}

.categories-block-row .flickity-button.previous .flickity-button-icon {
    border-radius: 0 4px 4px 0;
}

.categories-block-row .flickity-button.next .flickity-button-icon {
    border-radius: 4px 0 0 4px;
}
/* -------------------------------- END SHOP PAGE  ----------------------------------- */

/* -------------------------------- SINGLE PRODUCT  ----------------------------------- */
.custom-product-page .product-info-row {
    max-width: 1260px;
}

.custom-product-page .product-info-row .product-gallery-col {
    flex-basis: 56%;
    max-width: 56%;
}

.custom-product-page .product-info-row .product-info {
    flex-basis: 44%;
    max-width: 44%;
}
.custom-product-page .product-info .product-title-container .product-title {
    margin: 0 0 0.5em;
    font-size: 34px;
}

.custom-product-page .product-info .product-price-container .price .amount {
    font-size: 24px;
    font-weight: 400;
}
.custom-product-page .product-info .quantity {
    position: relative;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.custom-product-page .product-info .quantity::before {
    content: 'Quantity';
    display: block;
    position: absolute;
    top: 0;
}

.custom-product-page .product-info .quantity input {
    width: 48px;
    height: 48px;
    box-shadow: none;
    border-radius: 3px !important;
    max-width: 48px;
    border: 1.5px solid #dbdcdc !important;
    background-color: var(--white-color);
}

.custom-product-page .product-info .quantity input.qty {
    margin: 0 10px;
}

.custom-product-page .product-info .single_add_to_cart_button {
    padding: 15px 25px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    min-height: unset;
    border-radius: 3px;
    line-height: 1;
}

.custom-product-page .product-info .store-infomation-icon-box .icon-box-img {
    width: 16px !important;
}

.custom-product-page .product-info .store-infomation-icon-box .icon-box-text {
    padding-left: 8px;
}

.custom-product-page .product-info .store-infomation-icon-box .icon-box-text p {
    margin-bottom: 0.5em;
}

.custom-product-page .product-info .store-infomation-icon-box .icon-box-text a {
    font-size: 0.85em;
    color: var(--secondary-color);
    text-decoration: underline;
}

.custom-product-page .product-info .product-small.box span.amount {
    color: var(--text-color);
    font-weight: 400;
}

.custom-product-page .product-description-container .product-description-title {
    font-size: 28px;
    font-weight: 400;
    background: #31465c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    margin-bottom: 0;
}

.custom-product-page .product-description-container .product-description-wrapper {
    background: #f5f5f5;
    color: #171717;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
/* -------------------------------- END SINGLE PRODUCT ----------------------------------- */


/* -------------------------------- CART PAGE ----------------------------------- */
button[name="apply_coupon"] {
    color:var(--white-color);
    text-shadow:none;
    font-weight:700;
}

/* -------------------------------- END CART PAGE ----------------------------------- */


/* -------------------------------- CHECKOUT PAGE ----------------------------------- */
.checkout-sidebar  #wooot_order_tip_form #woo_order_tip_custom {
    background:var(--primary-color);
    color:var(--white-color);
    font-weight:500;
    border-radius:4px;
    margin:0 0 10px 0;
    padding:0 32px;
}

.checkout-sidebar  #wooot_order_tip_form .woo_order_tip_custom_text_field input {
    box-shadow: none;
    border-radius: 4px;
    border:1px solid #ccc !important;
    margin-bottom: 4px;
}

.checkout-sidebar  #wooot_order_tip_form .woo_order_tip_custom_text_field input:focus {
    border:1px solid  var(--secondary-color)!important;
}

.checkout-sidebar  #wooot_order_tip_form .woo_order_tip_remove {
        font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    min-height: unset;
    line-height: 1.4;
    padding: 0;
}

.checkout-sidebar  #wooot_order_tip_form  .woo_order_tip_apply {
    font-size: 14px;
    font-weight: 500;
    min-height: unset;
    line-height: 1.4;
    background: var(--secondary-color);
    padding: 8px 16px;
    border-radius: 4px;
    color: var(--headline-color);
}

.form-row .select2-container {
    width:100%;
}

#ship-to-different-address input {
    display:none !important;
}

#ship-to-different-address label {
    font-weight: 400;
    text-transform: none;
    font-size: 1.1em;
    pointer-events: none !important;
}

#ship-to-different-address + .shipping_address{
    display:block !important;
}

#shipping_pickup_time_field {
    display:none;
}

#shipping_pickup_time_field input {
    width:100%;
}

/* -------------------------------- END CHECKOUT PAGE ----------------------------------- */



@media only screen and (max-width: 848px) {
	#masthead {
		border-bottom:1px solid #dfe3e8
	}
    .custom-product-page .product-info-row .product-gallery-col,
    .custom-product-page .product-info-row .product-info {
        flex-basis: 100%;
        max-width: 100%;
    }

    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        padding: 0 30px;
    }

    .button.primary {
        padding: 0.5em 25px;
    }

   .mobile-nav .nav-icon {
        margin-right: 20px !important;
    }

    .blog-single .entry-content, .blog-single .navigation-post {
        padding: 0px;
    }

    .filter-col {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: var(--white-color);
        padding: 30px !important;
    }

    .filter-col.active {
        z-index: 1000;
    }
    .close-filter-col {
        display: block;
    }

    .woocommerce .category-page-row {
        padding: 40px 30px;
    }

    .popular-products  .product-gallery,
    .popular-products  .product-info {
        flex-basis: 100%;
        max-width: 100%;
    }

    .popular-products  .product-info .product-info-inner{
        padding: 0;
    }
	
	#footer .footer-main-section > .section-content > .row {
		flex-wrap: wrap;
	}
	
	.instagram-link-section .slider .flickity-slider > .img {
		max-width: 33.33% !important;
	}
	
	.off-canvas .mfp-content #main-menu li.header-social-icons .social-icons  {
		border-top:1px solid #dfe3e8
	}
	
	.off-canvas .mfp-content #main-menu li .social-icons a {
		    display: inline-block;
		padding: 16px 0;
	} 
}
@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        padding: 0 15px;
    }
	
	.row.row-collapse {
		padding: 0px;
	}
	
	 .row {
        padding: 0px;
    }
    .woocommerce .category-page-row {
        padding: 30px 15px;
    }

    .section-heading-title {
        font-size: 27px;
    }
	
	.blog-single .entry-header .entry-title {
   	 font-size: 27px;
		margin: 0 0 1.25rem;
	}
    
    .section-heading-title--small {
        font-size: 20px;
    }
    
    .section-heading-sub-title {
        margin-bottom: 22px;
    }

    .footer-top-section .icon-box {
        margin-bottom: 15px;
    }
	
	.instagram-link-section .slider .flickity-slider > .img {
		max-width: 50% !important;
	}
	
	.off-canvas .mfp-content {
		 width: 85% !important;
	}
	
	.off-canvas .mfp-content #main-menu li  {
		margin-bottom:0 !important;
		border: none;
	}
	
	.off-canvas .mfp-content #main-menu li a {
		font-size:17px;
		text-transform:uppercase;
		color:var(--text-color);
		font-weight: 600;
		padding:12px 20px
	}
	
	
	.full-service-wedding-page .contact-form-section .contact-form-col form .form-fields-wrapper {
				display: grid;
				grid-template-columns: repeat(1, 1fr);
				gap: 10px;
	}
	
	.full-service-wedding-page .contact-form-section .contact-form-col form .form-field-item-full {
		grid-column: 1 / span 1;
	}
	
	.blog-archive .posts-row > .col {
		border-right:none;
	}

	.blog-archive .posts-row > .col .box-blog-post {
		border-bottom: 1px solid #e2e2e2 !important;
		padding-bottom: 30px;
	}
	
	.blog-archive .posts-row > .col:last-child .box-blog-post {
		border-bottom: none !important;
	}
	.blog-single .entry-image {
		height: 200px;
		overflow: hidden;
	}
	.accordion .accordion-item .accordion-title {
		font-size:100%;
		font-weight:400
	}
    
}


