/** Shopify CDN: Minification failed

Line 1828:0 Unexpected "}"

**/
/* Font Face */

@font-face {
  font-family: 'Editorial Ultralight';
  src: local('Editorial New Ultra light'), local('Editorial-New-Ultra-light'),
      url('/cdn/shop/files/EditorialNew-Ultralight.woff2?v=1667319389') format('woff2'),
      url('/cdn/shop/files/EditorialNew-Ultralight.woff?v=1667319389') format('woff'),
      url('/cdn/shop/files/EditorialNew-Ultralight.ttf?v=1667319396') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: 'Editorial Regular';
    src: local('Editorial New Regular'), local('Editorial-New-Regular'),
        url('/cdn/shop/files/EditorialNew-Regular.woff2?v=1667319402') format('woff2'),
        url('/cdn/shop/files/EditorialNew-Regular.woff?v=1667319402') format('woff'),
        url('/cdn/shop/files/EditorialNew-Regular.ttf?v=1667319402') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Editorial Ultrabold';
    src: local('Editorial New Ultra bold'), local('Editorial-New-Ultra-bold'),
        url('/cdn/shop/files/EditorialNew-Ultrabold.woff2?v=1667319422') format('woff2'),
        url('/cdn/shop/files/EditorialNew-Ultrabold.woff?v=1667319422') format('woff'),
        url('/cdn/shop/files/EditorialNew-Ultrabold.ttf?v=1667319422') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Close */

div#shopify-section-popup {
  overflow: hidden;
}

/* .menu-promotion__image .rimage-wrapper .rimage__image {
  height: 300px;
  object-fit: cover;
  border-radius: 40px;
}

.menu-promotion__image {
  height: 320px;
} */

#news #content #shopify-section-template--14491468562534__main.shopify-section {
  overflow: hidden;
}

/* reset css */

body {
    font-family: 'Editorial Regular';
    background: #FFFEFB;
}

h1,h2,h3,h4,h5,h6 {  
    font-family: 'Editorial Regular' !important;
}

h1 {
  font-size: 60px;
  line-height: 77px;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 0px;
}

h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0px;
}

h4 {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 0px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0px;
}

h6 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}

p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}

a.button {
  color: #fff;
  background: #E3817E;
  border-color: #E3817E;
  font-size: 20px;
  line-height: 26px;
  transition: .3s;
}
a.button:hover {
  background: transparent;
  color: #E3817E;
}

/* reset css close */

/* Header */
.logo-area{
  border-bottom:none !important;
  background: #FFFEFB;
}
.navigation--left .navigation__tier-1-container .navigation__tier-1>.navigation__item>.navigation__link {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Editorial Regular';
}
.designersmain-title{
  display:none !important;
}
.navigation .navigation__tier-2-container {
    background: #fffefb;
}
.menu-promotion__text {
  font-family: 'Editorial Regular';
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  text-align: left;
}

/* home banner css */
.bannerSection {
  position: relative;
}
.backgroundOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  z-index:-1;
} 
.banner {
  display: flex;
  flex-wrap: wrap;
}
.bannerText {
  width: 65%;
  padding: 80px 9% 30px 15%;
}
.bannerText p {
  margin: 20px 0px 50px;
}
.bannerText a.button {
  padding: 10px 50px;
  border-radius: 7px;
}
.bannerProductSlider {
  width: 35%;
}
.bannerProductSlider .owl-dots {
  text-align: center;
  padding: 10px 0px 20px;
}
.bannerProductSlider .owl-dots button {
  width: 10px;
  height: 10px;
  background: #c0bfbd;
  margin: 0px 10px;
  border-radius: 50%;
}
.bannerProductSlider .owl-dots button.active {
  background: #40403f;
} 
.bannerProductSlider .owl-nav {
  display: none;
}
.bannerProductImage {
  position: relative;
}
.bannerProductImage img {
  height: 620px;
  object-fit: cover;
}
.bannerProductTitle {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #fff;
  border: 1px solid #E3817E;
  padding: 10px 40px 10px 10px;
}
.bannerProductTitle h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.bannerProductTitle h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  color: #000;
}
/* home banner css close */
/* featured collection css */

.page-header--with-upper-spacing.without--image {
    margin-top: 0px;
    padding: 20px 0px !important;
    background: #D7DED2;
    border-bottom: 1px solid #000;
    min-height: 100px;
}

.page-header--with-upper-spacing.without--image .pagetitle {
    margin-bottom: 25px;
    line-height: 30px;
    color: #000;
    font-size: 25px;
    text-align: left;
    position: relative;
}

.page-header--with-upper-spacing.without--image .reading-width p {
  font-size: 16px;
  line-height: 20px;
}

.page-header--with-upper-spacing.without--image .pagetitle::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #E3817E;
    height: 3px;
    width: 50px;
}

.page-header--with-upper-spacing.without--image .reading-width {
    max-width: 100%;
    margin: 0px !important;
    text-align: left !important;
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.template-index .collection-slider-row.use-alt-bg {
  background: transparent;
}
.template-index .collection-slider h2 {
  text-align: left !important;
  border-bottom: 3px solid #E9BA5E;
  padding-bottom: 15px;
  margin-bottom: 50px;
  position: relative;
}
.template-index .collection-slider h2:after {
  content: '';
  position: absolute;
  bottom:-20px;
  left: 0;
  right: 0;
  background: #E9BA5E;
  width: 100%;
  height: 3px;
}
.template-index .collection-slider h2 .ltr-icon {
  display: none !important;
}
.template-index .collection-slider span.has-paging__title, #victoire-boutique-clothing-ottawa .collection-slider span.has-paging__title span {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 0px;
  color: #81B6A8;
  font-weight: 400;
  font-style: italic;
}
.template-index .collection-slider .product-info .product-block__title {
  font-weight: 200;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.template-index .collection-slider .product-info .product-price span {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
/* feature collection css cose */

.collection_links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.collection_links a.collection-link {
  width: 50%;
  padding: 5px 0px;
}

.shopify-section.section-image-with-text .flexible-layout .feature-text-paired {
  margin: 0%;
}

.shopify-section.section-image-with-text .fullwidth_custom .rimage-outer-wrapper {
  max-width: 100% !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop {
  width: 40% !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.align-left {
  width: 60% !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half .majortitle {
  border-bottom: 3px solid #E9BA5E;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 52px;
  font-style: italic;
/*   font-family: 'PP Editorial New' !important; */
  font-weight: 400;
}

.shopify-section.section-image-with-text .fullwidth_custom .collection_links a.collection-link {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  transition: 0.5s;
}

.shopify-section.section-image-with-text .fullwidth_custom .collection_links {
  margin-top: 40px;
  margin-bottom: 50px;
}

.shopify-section.section-image-with-text .fullwidth_custom .lightly-spaced-row-above .btn {
  padding: 1.2em 50px !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half .rte p {
  color: #000000 !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop .image-overlap {
  position: relative;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop .image-overlap:before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -120px;
  background: url(/cdn/shop/files/ClothingImage.png?v=1667307705) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 250px;
  height: 220px;
}

.shopify-section.section-image-with-text .collection_links a.collection-link:hover {
  color: #e3817e;
  transition: 0.5s;
}
/* Header Css */

.rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Editorial Regular';
  color: #000000;
}

.rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link .navigation__link {
  color: #b61d0f !important;
}

.rightMenu .navigation .featured-link>.navigation__link {
  color: #b61d0f !important;
}

.rightMenu .navigation .featured-link>.navigation__link:hover {
    color: #000000 !important;
}

.rightMenu .navigation {
  border: none !important;
}

.rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link:before {
  bottom: 10px !important;
}


.logo-area__right.rightMenu {
  flex: 2 0 0 !important;
/*   max-width: calc(700px - 65px); */
}

.logo-area__right {
  flex: 0 0 0;
}

.section-footer__text-block--with-text {
  text-align: right;
}

.section-footer__text p strong {
  font-weight: 500;
  line-height: 36px;
  color: #000;
}

.section-footer__text-block--with-text .social-links .social-links__list li a svg path {
  fill: #000 !important;
}

.section-footer__text-block--with-text .section-footer__text-block__social {
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: right;
  margin-left: auto;
}

.section-footer__menu-block .section-footer__menu-block__menu li a {
  font-size: 20px;
  color: #000 !important;
  line-height: 20px;
  font-weight: 500;
}

.section-footer__menu-block .section-footer__menu-block__menu li {
  text-align: center;
}

.section-footer__text-block--with-text {
  max-width: 350px;
}

/* Close */

/* About Page Css */

.AboutBanner h2 {
  position: relative;
}

.AboutBanner h2:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 60px;
    height: 5px;
    background: #E3817E;
    z-index: 99;
}
.title_underline .majortitle{
    border-bottom: 3px solid #E9BA5E;
    padding-bottom: 15px;
}
.flexible-layout .column.column--half .image-overlap .rimage-wrapper{
  position:relative;
}
.fully-spaced-row--medium.title_underline.left_flower {
    padding-bottom: 50px;
}
.left_flower .flexible-layout .feature-text-paired {
    margin: 0%;
    padding-right: 70px;
}
.left_flower .flexible-layout .column.column--half.column--order-push-desktop .image-overlap .rimage-wrapper:before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -130px;
    background: url(/cdn/shop/files/ClothingImage.png?v=1667307705) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 250px;
    height: 220px;
}
.fully-spaced-row--medium.title_underline.right_flower {
    padding: 100px 0px;
    background: #E3817E;
      color: #fff;
}
.right_flower.title_underline .majortitle {
    border-bottom: 3px solid #ffffff;
    color: #fff;
}
.right_flower .flexible-layout .feature-text-paired {
    margin: 0%;
    padding-left: 70px;
}
.right_flower .flexible-layout .column.column--half .image-overlap .rimage-wrapper:before {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -50px;
    background: url(/cdn/shop/files/ClothingImage.png?v=1667307705) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 250px;
    height: 220px;
    transform: rotate(245deg);
}

/* Close */
/* FAQ page */
.faqBanner .bannerContent {
    max-width: 100%;
    width: 100%;
}
.collapsible-tabs {
    max-width: 100% !important;
}
.collapsible-tabs__heading {
    margin-top: 40px;
    margin-bottom: 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 51px;
    color: #000000;
    border-bottom: 1px solid #E3817E;
    padding-bottom: 10px;
}
.collapsible-tabs__tab .cc-accordion-item__title {
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 26px;
    color: #000000;
}
.collapsible-tabs__tab {
    border-bottom: 1px solid #b9b9b9 !important;
}
/* Collection Page Css */
.container.pagination-row {
    display: none;
}
.image-overlay--bg-full::after {
    background: rgb(0 0 0 / 50%) !important;
}
.collection--text {
    text-align: left;
}
.collection--text .overlay-text__rte {
    margin: 0 !important;
    text-align: left !important;
}
.iconBoxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
    margin: 0 auto;
}
.iconBoxes-wrapper .iconbox {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.iconBoxes-wrapper .iconbox .icon-image {
    width: 10%;
}
 .iconBoxes-wrapper .iconbox .icon-image img {
    display: block;
       margin: 0 auto;
   width: 20px;
    height: 20px;
    object-fit: contain;
}
  .iconBoxes-wrapper .iconbox .icon-text {
    width: 80%;
    padding:0px 10px;
    font-weight: 200;
    font-size: 14px;
    line-height: 19px;
}
span.product-price__item.product-price__amount.theme-money {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    margin-top: 10px;
}
.collection_bg{
      position: relative;
}
.collection_bg:before{
    content: "";
    position: absolute;
    left: auto;
    right:0px;
  top: 20.6%;
    background: url(/cdn/shop/files/floral-side-bg_3.png?v=1667482238) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 616px;
    width: 262px;
    z-index: -1;
  opacity:0.6;
}
/* Product Page Css */
.fully-spaced-row--medium.product_imgtext {
    padding: 80px 0px;
    background: #D7DED2;
    margin-bottom: 0px;
    position: relative;
}
.fully-spaced-row--medium.product_imgtext:before, .fully-spaced-row--medium.product_imgtext:after{
    content: "";
    position: absolute;
    background-size: contain !important;
    background-position: center center;
    background: url(/cdn/shop/files/floral-side-bg_3.png?v=1667482238) no-repeat;
    opacity: 0.5;
    overflow:hidden;
}
.fully-spaced-row--medium.product_imgtext::before {
    width: 120px;
    height: 300px;
    right: auto;
    top: 62%;
    left: -20px;
    transform: rotate(180deg);
}
.fully-spaced-row--medium.product_imgtext::after {
    left: auto;
    right: 0px;
    height: 350px;
    width: 150px;
}
.product_imgtext .flexible-layout .feature-text-paired {
    padding-right: 80px;
}
.productAbout .flexible-layout .feature-text-paired {
    padding-left: 80px;
}
.product_imgtext .flexible-layout .feature-text-paired .majortitle, 
.product_imgtext .flexible-layout .feature-text-paired .rte p,
.productAbout .flexible-layout .feature-text-paired .majortitle, 
.productAbout .flexible-layout .feature-text-paired .rte p{
  color:#000;
}
.productAbout .rimage-wrapper{
  position:relative;
}
.productAbout .rimage-wrapper:before, .productAbout .rimage-wrapper:after{
    content: "";
    position: absolute;
    background-size: contain !important;
    background-position: center center;
}
.productAbout .rimage-wrapper:before{
  width:125px;
  height:125px;
  background: url(/cdn/shop/files/sale-badge.png?v=1667490429) no-repeat;
  top: -50px;
    right: -50px;
}
.productAbout .rimage-wrapper:after{
    width:100px;
  height:100px;
  border-radius:50px;
  background:#d9d9d9;
      top: 55%;
    right: -70px;
    z-index: -1;
}
.productAbout a.btn.btn--primary {
    background: transparent;
    color: #000;
    text-transform: lowercase;
    text-decoration: underline !important;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Editorial Regular';
}
.productAbout a.btn.btn--primary:hover{
  color:#00000080;
}
.template-product .product-recommendations .hometitle{
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    color: #000000;
      border-bottom: 3px solid #E9BA5E;
    padding-bottom: 10px;
  text-align:left;
}
.product-detail .detail .title {
    margin: 0 0 0.5em;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.theme-money {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.product-detail-accordion .cc-accordion-item__title {
    padding-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px !important;
    color: #000000;
}
.with-icon {
    align-items: center;
}
.with-icon__beside{
  padding-left:5px;
}
.product-form .label {
    display: block;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 0px;
}
.product-form .lightly-spaced-row span.product-price__item.product-price__amount.theme-money {
    color: #000!important;
    font-weight: 600!important;
    font-size: 12px !important;
}


.product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {
    background: #E3817E;
    color: #fff;
    border: 1.5px solid #E3817E;
    font-family: 'Editorial Regular';
}

.shopify-payment-button .shopify-cleanslate .h7OYsWHrW5495r9beh2n {
    background: #000000 !important;
    border: 1px solid #000 !important;
}

.shopify-payment-button .shopify-cleanslate .h7OYsWHrW5495r9beh2n svg {
    display: none !important;
}

.shopify-payment-button .shopify-cleanslate .DnvZqPMEvBFbBre5UuP9:hover:not(.LVeInvZ5HcNOW1Zsn7NH) {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.product-block .product-link .product-block__title {
    font-size: 12px;
    line-height: 24px;
}

.productAbout .feature-text-paired .majortitle {
    font-size: 24px;
    line-height: 30px;
}

.productAbout .feature-text-paired .rte p, .product_imgtext .rte p {
    font-size: 18px;
}

#shopify-section-template--14491468890214__57ca2634-49ef-49a8-9747-06d41274e6ab .iconSection {
  position: relative;
}

.product_imgtext .majortitle {
  font-size: 32px;
  line-height: 40px;
}

.lightly-spaced-row.lightly-spaced-row-above.not-in-quickbuy {
  margin-top: 200px;
}

.product-detail-accordion .cc-accordion-item__panel .cc-accordion-item__content p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 20px;
}
.product-detail-accordion .cc-accordion-item__panel .cc-accordion-item__content ul {
  margin-left: 17px;
}
.product-detail-accordion .cc-accordion-item__panel .cc-accordion-item__content ul li {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
}

.Discription-Cstm .cc-accordion .cc-accordion-item__title::before, .Discription-Cstm .cc-accordion .cc-accordion-item__title::after {
    display: none;
}

.Discription-Cstm .cc-accordion {
  padding-top: 30px;
  border-top: 1px solid #000;
}

#CollectionFilterForm .filter-group .filter-group__items .toggle-target-container {
  display: flex;
  flex-wrap: wrap;
}


.filter-container--side #CollectionFilterForm .filter-group__item {
  width: 50%;
}

/* #section-id-announcement-bar {
    background: #E3817E;
} */

.collection-listing .product-info .product-price .product-price__item {
    font-size: 14px !important;
}

.collection-listing .product-info .product-block__title {
    font-size: 20px !important;
    line-height: 30px !important;
}

.product-form.theme-init .vendor.lightly-spaced-row {
    padding-top: 30px;
    border-top: 3px solid #E9BA5E;
}

.section-main-product {
    position: relative;
}

.section-main-product::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(/cdn/shop/files/floral-side-bg_3.png?v=1667482238) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 150px;
    height: 350px;
    z-index: -1;
}

.option-selector__btns .opt-label .opt-label__text {
    color: #000000;
}

.product-form .quantity-wrapper a svg {
    fill: #000;
    stroke: #000;
}

.product-form .quantity-wrapper input[name=quantity] {
    color: #000000;
}

.product-form .lightly-spaced-row {
    font-size: 12px !important;
    color: #000;
}

.product-form .lightly-spaced-row .small-feature-link {
    text-transform: capitalize;
    font-size: 12px;
}

.product-form .lightly-spaced-row .product-detail-label {
    text-transform: lowercase !important;
    font-size: 12px !important;
}

.product-form .lightly-spaced-row svg {
    margin-right: 5px;
}

.instaPosts h2.borderHeading {
  color: #fff!important;
  border-color: #fff;
  margin-bottom: 0px;
  font-style: italic;
}
.instaPosts {
  background: #E3817E;
  padding: 50px 0px;
  margin-top: 50px;
}
.filter-group.filter-group--availability {
  display: none;
}
#CollectionFilterForm .filter-group:nth-child(3), #CollectionFilterForm .filter-group:nth-child(4) {
  display: none;
}

.imagetext-slider .image-text-heading h2 {
  font-size: 40px;
  line-height: 52px;
  font-style: italic;
}
.announcement p {
  font-size: 16px;
  line-height: 20px;
}

.navigation__item .shop-bymain-title {
  font-family: PP Editorial New;
  font-style: normal;
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 22px!important;
  color: #000!important;
  text-transform: capitalize !important;
  position: relative;
}

.navigation__item .shop-bymain-title:before {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  height: 3px;
  width: 40px;
  background: #E3817E;
}


.navigation__tier-3 .navigation__item .navigation__link {
  font-family: PP Editorial New!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 18px!important;
  line-height: 1!important;
  color: #000!important;
}

/* contact page css */

#contact .spaced-row .column {
  width: 50% !important;
  flex: 50% !important;
}

.section-header .main-search {
  background: #fffefb !important;
}

.logo-area__right .logo-area__right__inner .navigation__tier-1-container .navigation__tier-1 {
  display: none;
}


.logo-area__right.rightMenu .logo-area__right__inner .navigation__tier-1-container .navigation__tier-1 {
  display: block !important;
}

.logo-area .logo-area__middle {
  max-width: 100%;
}

.logo-area__right__inner .cart-link__icon {
  margin: 0 10px 2px !important;
}


.section-footer__text {
  margin-bottom: 0px !important;
}

.section-footer__text-block__image:not(:last-child) {
  margin-bottom: 0px !important;
}

/* contact page css close */

/* Responsive Css */

/* @media(max-width:4000px) {
  .logo-area__left {
      flex: 1 0 0;
  }

  .logo-area__right.rightMenu {
      flex: 1 0 0 !important;
  }

  .logo-area__middle {
      flex: 3.5 1 auto !important;
  }
} */


@media(min-width:2600px) and (max-width:4600px) {
  .logo-area__left {
      flex: 1 0 0;
  }

  .logo-area__right.rightMenu {
      flex: 1 0 0 !important;
  }

  .logo-area__middle {
      flex: 3.5 1 auto !important;
  }
}


@media(min-width:2200px) {
  .logo-area__left {
      flex: 1 0 0;
  }

  .logo-area__right.rightMenu {
      flex: 1 0 0 !important;
  }

  .logo-area__middle {
    flex: 2 1 auto;
}
}

@media(min-width:2000px) and (max-width:2200px) {
  .logo-area__left {
      flex: 1 0 0;
  }

  .logo-area__right.rightMenu {
      flex: 1 0 0 !important;
  }

  .logo-area__middle {
      flex: 2 1 auto !important;
  }
}

@media(max-width: 1600px){
  .textContentBox h4 {
    font-size: 26px !important;
    line-height: 46px !important;
    margin-bottom: 15px !important;
  }
  
  div#myTabContent {
    padding: 0px 60px;
  }
  
  .tab_contentBox {
    align-items: center;
  }
  
  .tab_contentBox .textContent {
    padding-right: 30px;
  }
  
  .tab-box {
    max-width: 1040px;
    margin: 60px auto 0px;
  }
  
  .bannerText {
    padding: 80px 2% 30px 23%;
  }
  .logo-area__middle {
    margin-right: -85px;
  }
  .instaPosts .showcase-gallery .showcase-grid .showcase-grid-items .showcase-grid-item {
    padding: 30px;
    margin-top: 20px !important;
  }

  .logo-area__middle--logo-image {
    margin: 0px 20px;
    max-width: 210px !important;
  }

}

@media(max-width: 1366px) {
  .page-header--with-upper-spacing.without--image {
    padding: 20px 0!important;
  }
  .page-header--with-upper-spacing.without--image .pagetitle {
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 25px;
  }
  .page-header--with-upper-spacing.without--image .reading-width p {
    font-size: 16px;
    line-height: 20px;
  }
  .instaPosts .showcase-gallery .showcase-grid .showcase-grid-items .showcase-grid-item {
    padding: 20px;
    margin-top: 30px !important;
  }

  .logo-area__middle--logo-image {
    margin: 0px 20px;
    max-width: 210px !important;
  }
}

@media(max-width: 1200px) {

div#myTabContent {
  padding: 0px 20px !important;
}

.tab_contentBox .textContent, .tab_contentBox .imgContent  {
  width: 50% !important;
}

.imgContent img {
  width: 100%;
}

.tab_contentBox {
  align-items: center !important;
}

.textContentBox {
  padding-right: 30px !important;
}

.section-tabs::after {
    top: -80px !important;
    width: 100px !important;
    height: 200px !important;
}

.section-tabs::before {
    bottom: -80px !important;
    width: 100px !important;
    height: 200px !important;
}

  .rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link {
    padding: 18px 10px !important;
  }
}

@media(max-width: 1024px) {

.rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link {
  padding: 18px 7px !important;
}
  
.logo-area__middle--logo-image {
    margin: 0px 20px;
    max-width: 210px !important;
}
  
div#myTabContent {
  padding: 0px 20px !important;
}

.bannerSection .banner .bannerText  h1 {
    font-size: 50px;
    line-height: 70px;
}

.tab_contentBox .textContent, .tab_contentBox .imgContent  {
  width: 50% !important;
}

.imgContent img {
  width: 100%;
}

.tabs-heading h2, .imagetext-slider .image-text-heading h2 {
  font-size: 34px !important;
  line-height: 50px !important;
}

.testimonial-slide .item .col-md-6.textSide {
  padding-left: 20px !important;
}

.imagetext-slider .testimonial-slide h4 {
  margin-bottom: 30px !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop .image-overlap:before {
  left: -110px;
  bottom: -100px;
  width: 220px;
  height: 200px;
}

.rightMenu .navigation .navigation__tier-1>.navigation__item>.navigation__link, .navigation--left .navigation__tier-1-container .navigation__tier-1>.navigation__item>.navigation__link {
  font-size: 16px;
}

.navigation .navigation__tier-1>.navigation__item>.navigation__link {
  padding: 18px 10px;
}
.collection_bg:before {
    top: 19% !important;
}

  
}
@media(max-width: 991px) {

  .pageheader--layout-inline-permitted .logo-area__left__inner .show-search-link {
    display: block;
  }

  .pageheader--layout-inline-permitted .logo-area__right .show-search-link {
    display: none;
  }

  .navigation--left .navigation__tier-1-container {
    display: none;
  }

  .logo-area__left, .logo-area__right.rightMenu {
    flex: 1 0 0 !important;
  }
  
  .banner {
    flex-direction: column-reverse;
  }
  .bannerText {
    width: 100%;
    padding: 20px 0px;
  }
  .bannerProductSlider {
    width: 70%;
    margin: 0 0 0 auto;
  }

  div#myTabContent {
    padding: 0px 20px !important;
  }
  
  .tab_contentBox .textContent, .tab_contentBox .imgContent  {
    width: 50% !important;
  }
  
  .textContentBox h4 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
  }
  
  .textContentBox p {
    font-size: 16px !important;
    line-height: 30px;
  }
  
  .tab-box {
    -webkit-box-shadow: 5px 5px 0 2px #000000 !important;
    box-shadow: 5px 5px 0 2px #000000 !important;
  }
  
  .testimonial-slide .item .col-md-6.textSide {
    padding-left: 20px !important;
  }
  
  .shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop, .shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.align-left {
    width: 100% !important;
  }
  
  .shopify-section.section-image-with-text .fullwidth_custom .flexible-layout {
    flex-direction: column-reverse;
  }
  
  .shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop .image-overlap:before {
    left: -50px;
    bottom: -60px;
    width: 220px;
    height: 150px;
  }
  
  .section-footer__newsletter-block {
    flex: 0 1 250px!important;
  }
  
  .section-footer__menu-block .section-footer__menu-block__menu li a {
    font-size: 16px;
  }
  
  .newsletterFields input {
    font-size: 12px !important;
  }
  
  .section-footer__text p strong {
    line-height: 30px;
    font-size: 16px;
  }
  
  .section-footer__text-block--with-text {
    max-width: 230px !important;
    flex-basis: 230px !important;
  }
    .collection_bg:before {
      top: 2.6% !important;
  }
    .iconBoxes-wrapper .iconbox {
      width: 25% !important;
  }
  
  .lightly-spaced-row.lightly-spaced-row-above.not-in-quickbuy {
      margin-top: 100px;
  }
  
  .product-detail .detail .title {
      font-size: 28px;
      line-height: 50px;
  }
  .logo-area__middle {
    margin-right: 0px;
  }

  .navigation--right {
    display: none !important;
  }

/*   .logo-area__right.rightMenu {
      flex: 1.5 0 0 !important;
  } */
  ul.b-list {
    columns: 2;
  }

  .pageheader--layout-inline-permitted+#main-nav .navigation--main .navigation__tier-1>.navigation__item>.navigation__link {
    display: block !important;
  }

  .pageheader--layout-inline-permitted+#main-nav .navigation--main {
    visibility: visible;
  }

  .pageheader--layout-inline-permitted+#main-nav .navigation--main .navigation__tier-1 {
    height: 100%;
  }

  .logo-area__right.rightMenu .cart-link__count {
    top: 1px;
  }
}
@media(max-width: 767px) {

.banner.faqBanner {
    height: 450px !important;
}

.mobile-navigation-drawer {
    background: #fffefb !important;
}

.navigation__item .shop-bymain-title:before {
  display: none;
}

.mobile-navigation-drawer.mobile-navigation-drawer--child-open .mobile-nav-title {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    font-family: PP Editorial New;
    font-style: normal;
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 22px!important;
    color: #000!important;
    text-transform: capitalize !important;
    position: relative;
}

.navigation .navigation__tier-1>.navigation__item>.navigation__link, .mobile-navigation-drawer .navigation__link {
  font-family: PP Editorial New;
  font-style: normal;
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 22px!important;
  color: #000!important;
  text-transform: capitalize !important;
  position: relative;
}

.section-footer__text-block__image .rimage-outer-wrapper {
    width: 250px !important;
}

.section-footer__text {
  margin-bottom: 0px !important;
}

.section-footer__text-block__image:not(:last-child) {
    margin-bottom: 0px !important;
}

.iconSection .Icon {
  width: 50%;
  margin-bottom: 0px;
}

.iconSection .iconText {
    padding: 0px 14px !important;
}
  
.tab-box .nav-tabs .nav-link {
    padding: 10px 0px;
}

.bannerSection .banner .bannerText h1 {
    line-height: 56px;
}

.bannerText {
  padding: 20px 0px 80px;
}


.bannerText p {
    margin: 20px 0px 20px;
}

.section-id-template--14491468660838__0452fd61-0411-47ae-8e94-3b47209ab25f, .section-id-template--14491468660838__f66e65d8-3fcf-404e-8a73-8286a633ad4a {
    padding-left: 16px;
    padding-right: 16px;
}
  
.tab-box .nav-item img {
  object-fit: contain;
}

.textContentBox {
    padding-right: 0px !important;
}

.tab_contentBox .textContent {
    padding-right: 0px;
}
  
.navigation__item .shop-bymain-title:before {
    left: 20px;
}
  
.product_imgtext .majortitle {
    font-size: 24px;
    line-height: 30px;
}

.productAbout .feature-text-paired .rte p, .product_imgtext .rte p {
    font-size: 16px;
}

.product-detail .detail .title {
    font-size: 32px;
    line-height: 50px;
}
  
.page-header--with-upper-spacing.without--image .pagetitle {
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 25px;
}

.page-header--with-upper-spacing.without--image .reading-width {
    font-size: 14px;
    line-height: 26px;
}
.logo-area__left {
    flex: 1 1 auto !important;
    display: inline-flex !important;
} 

.logo-area__middle--logo-image {
  margin: 0px !important;
  max-width: 140px !important;
  display: flex;
  justify-content: center;
}
  
.logo-area__right.rightMenu {
    flex: 1 1 auto !important;
}
.logo-area__left__inner {
    position: relative;
    flex-grow: 0 !important;
    display: inline-flex !important;
    justify-content: flex-start;
    align-items: center;
}

.blog-template a {
  color: #000 !important;
}

/* reset css */
h1 {
  font-size: 45px;
  line-height: 58px;
}
/* reset css close */
   .bannerProductImage img {
    height: 450px;
  }
  .bannerProductImage img {
    height: 347px;
  }

.tab-box .nav-item span {
  font-size: 9px !important;
  padding: 10px 5px !important;
}

div#myTabContent {
  padding: 0px 20px !important;
}

.tab_contentBox .textContent, .tab_contentBox .imgContent  {
  width: 100% !important;
}

.tab_contentBox {
  flex-direction: column-reverse;
}

.textContentBox h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  margin-top: 30px !important;
}

.textContentBox p {
  font-size: 16px !important;
  line-height: 30px;
}

.tabs-heading h2 {
  font-size: 30px !important;
  line-height: 40px !important;
}

.section-tabs:before {
  width: 70px!important;
  height: 180px!important;
}
  
.section-tabs {
  padding: 50px 10px !important;
}

.tab-box {
  -webkit-box-shadow: 5px 5px 0 2px #000000 !important;
  box-shadow: 5px 5px 0 2px #000000 !important;
}

.tabs-heading h2, .imagetext-slider .image-text-heading h2 {
  font-size: 28px!important;
  line-height: 40px!important;
}

.shopify-section .testimonial-slide .item .col-md-6 {
  width: 100%;
  margin-bottom: 30px;
}

.shopify-section .imagetext-slider .testimonial-slide .owl-nav {
  display: none;
}

.shopify-section .testimonial-slide .item .col-md-6.textSide {
    margin-bottom: 0px !important;
}

.shopify-section .imagetext-slider .testimonial-slide p {
    font-size: 16px;
    line-height: 24px;
}

.shopify-section .imagetext-slider .testimonial-slide h4 {
    margin-bottom: 20px!important;
}

.shopify-section .imagetext-slider .owl-dots {
    width: 100%;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop, .shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.align-left {
  width: 100% !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout {
  flex-direction: column !important;
}

.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half .rte p, .shopify-section.section-image-with-text .fullwidth_custom .collection_links a.collection-link {
  font-size: 16px;
}


.shopify-section.section-image-with-text .fullwidth_custom .flexible-layout .column.column--half.column--order-push-desktop .image-overlap:before {
  left: -50px;
  bottom: -60px;
  width: 220px;
  height: 150px;
}

.section-footer__newsletter-block {
  flex: 0 1 100% !important;
}

.section-footer__menu-block {
  flex: 0 1 40% !important;
}

.section-footer__text-block--with-text {
  max-width: 100% !important;
  flex-basis: 50% !important;
}

.section-footer__menu-block .section-footer__menu-block__menu li {
  text-align: left;
}
/*  About Page  */
  #shopify-section-template--14500368253030__ccfe5fd0-1ff5-4d08-a1ac-097017cde74a .banner {
    height:auto !important;
    background-position: center -200px !important;
  }

  #about #shopify-section-template--14500368253030__ccfe5fd0-1ff5-4d08-a1ac-097017cde74a .banner.AboutBanner {
    background-position: center -150px !important;
}
  
  #shopify-section-template--14500368253030__ccfe5fd0-1ff5-4d08-a1ac-097017cde74a .bannerContent h2 {
    font-size: 35px !important;
}
  #shopify-section-template--14500368253030__ccfe5fd0-1ff5-4d08-a1ac-097017cde74a .bannerContent p {
    font-size: 16px !important;
}
  .fully-spaced-row--medium.title_underline.left_flower {
    padding-bottom: 0px;
}
  .left_flower .flexible-layout .feature-text-paired {
    padding-right: 0px;
}
  .left_flower .flexible-layout .column.column--half.column--order-push-desktop .image-overlap .rimage-wrapper:before {
    left: -80px;
    bottom: -90px;
    z-index: -1;
}
  .right_flower .flexible-layout .feature-text-paired {
    padding-left: 0;
}
.right_flower .flexible-layout .column.column--half .image-overlap .rimage-wrapper:before {
    right: 0px;
    bottom: -100px;
    transform: rotate(0deg);
}
  .section-search {
    height: 350px;
}
  .fully-spaced-row--medium.title_underline.right_flower {
    padding: 50px 0;
  }
  .section-search{
    height: 350px !important;
  }
  .iconBoxes-wrapper {
        max-width: 100%;
  }
  .iconBoxes-wrapper .iconbox {
    width: 50% !important;
  }
  .iconBoxes-wrapper .iconbox .icon-text {
    font-size: 12px;
    line-height: 16px;
}
  .collection_bg:before {
    top: 5.7% !important;
  }
  .product_imgtext .flexible-layout .feature-text-paired {
    padding-right: 0px;
}
  .productAbout .flexible-layout .feature-text-paired {
    padding-left: 0px;
}
  .productAbout .rimage-wrapper:before {
    width: 75px;
    height: 75px;
    top: -50px;
    right: -10px;
}
  .productAbout .rimage-wrapper:after {
    width: 50px;
    height: 50px;
    right: -10px;
}
  .fully-spaced-row--medium.product_imgtext:after {
    right: 0;
    width: 100px;
}
  #contact .spaced-row .column {
    width: 100% !important;
    flex: 100% !important;
  }
  ul.b-list {
    columns: 2;
  }
}
/* dev 26 */
/* @media(max-width: 991px){
  .pageheader--layout-inline-permitted .logo-area__left__inner {
    overflow: inherit !important;
}
.logo-area__middle {
    flex: 1 1 auto !important;
} */
/* .pageheader .logo a {
    margin-left: -250px;
} */
/*  .cc-animate-enabled [data-cc-animate].-in {
    transition: opacity .7s,transform .7s;
    opacity: 1;
    display: flex !important;
   text-align: center;
    align-items: center;
    justify-content: center;
}
  .pageheader {
    position: relative;
    background: #ffffff;
    color: #171717;
    z-index: 4000;
    transition: background-color 175ms ease-in;
    flex: none;
    max-width: 1025px;
    width: 100%;
    vertical-align: middle;
  } */
/*   .logo-area__right .show-search-link{
    margin-inline-end: 0px !important;
  } */
/*   .logo-area__middle { */
/*     padding-right: -30px !important; */
/*     padding: 0px !important;
}
.logo-area__left {
    flex: 1 !important;
    display: inline-flex !important;
}
.navigation.navigation--right {
    visibility: hidden;
    display: none;
} */
/* .pageheader--layout-inline-permitted .logo-area__left {
    max-width: 150px !important;
} */
/* .logo img {
    width: 200px !important;
}
  .pageheader--layout-inline-permitted .logo-area__left__inner, .logo-area__right.rightMenu{
    overflow: inherit !important;
    vertical-align: middle!important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}
  .logo-area__right.rightMenu {
    overflow: inherit !important;
    vertical-align: middle !important; */
/*     margin-top: 6px !important; */
/*     display: contents !important;
}
  .show-search-link__icon {
    margin: 0 0 0px !important;
} */
/* div#shopify-section-header .container{
    padding: 0px !important;
  } */
}
/*   .navigation .navigation__tier-1 {
    padding: 0;
    display: inline-flex !important;
} */
/*   } */
/* ul.navigation__tier-1 {
    display: inline-flex !important;
} */


.pageheader--layout-inline-permitted .logo-area__left__inner {
/*     overflow: hidden !important; */
    vertical-align: middle !important;
    margin-top: 6px !important;
  visibility: inherit !important;
}
.logo-area__right.rightMenu {
    overflow: hidden !important;
    vertical-align: middle !important;
    margin-top: 6px !important;
}


@media(max-height:500px) {
.navigation .navigation__tier-1>.navigation__item>.navigation__link {
    padding: 5px 10px 10px !important;
}
  .pageheader .logo {
    padding: 20px 0 6px;
  }

  .logo img {
      width: 160px !important;
  }
}

/* Responsive Close */