/*
 * Name:        One - Responsive Styles
 * Written by: 	LiquidThemes
 */
/*----------------------------------------
 [ TABLE OF CONTENTS ]

 1. BASE
		|- 1.1. Base
		|- 1.2. Header
		|- 1.3. Footer
		|- 1.4. Titlebar

	2. PAGE LAYOUTS
		|- 2.1. Header Side
		|- 2.3. Stack

	3. LIQUID SHORTCODES
		|- 3.1. Buttons
		|- 3.3. Accordions
		|- 3.4. Icon Boxes
		|- 3.5. Tabs
		|- 3.6. Subscribe Forms
		|- 3.9. Pricing Tables
		|- 3.10. Testimonials
		|- 3.11. Carousel
		|- 3.13. Latest Posts
		|- 3.14. Filter Lists
		|- 3.15. Fancy Boxes
		|- 3.19. Reservation Form
		|- 3.24. Instagram Feed
		|- 3.27. Image Groups
		|- 3.31. Masonry
		|- 3.33. Team Members
		|- 3.34. Portfolios
		|- 3.35. Blog
		|- 3.38. Liquid Fancy Heading
		|- 3.45. Shop Banner
		|- 3.48. Modal
		|- 3.50. Process Box
		|- 3.56. Roadmap
		|- 3.57. Countdown
		|- 3.62. Promo

	5. WOOCOMMERCE
		|- 5.2. Woo Product
		|- 5.3. Shop Single Page
		|- 5.6. Woo Extra
		|- 5.8. My Account

	6. PARTIALS
		|- 6.4. Page Frame

-----------------------------------------*/
/*
  1. BASE
*/
/* 1.1. Base */
.d-flex {
  display: flex !important;
}

.d-flex:before, .d-flex:after {
  content: none;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-inline-flex:before, .d-inline-flex:after {
  content: none;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex:before, .d-sm-flex:after {
    content: none;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-inline-flex:before, .d-sm-inline-flex:after {
    content: none;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex:before, .d-md-flex:after {
    content: none;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-inline-flex:before, .d-md-inline-flex:after {
    content: none;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex:before, .d-lg-flex:after {
    content: none;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-inline-flex:before, .d-lg-inline-flex:after {
    content: none;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-left div.wpb_single_image {
  text-align: inherit;
}

.text-left .liquid-counter-element {
  justify-content: flex-start;
}

.text-right {
  text-align: right !important;
}

.text-right div.wpb_single_image {
  text-align: inherit;
}

.text-right .liquid-counter-element {
  justify-content: flex-end;
}

.text-center {
  text-align: center !important;
}

.text-center div.wpb_single_image {
  text-align: inherit;
}

.text-center .liquid-counter-element {
  justify-content: center;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-left .liquid-counter-element {
    justify-content: flex-start;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-right .liquid-counter-element {
    justify-content: flex-end;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-center .liquid-counter-element {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-left .liquid-counter-element {
    justify-content: flex-start;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-right .liquid-counter-element {
    justify-content: flex-end;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-md-center .liquid-counter-element {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-left .liquid-counter-element {
    justify-content: flex-start;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-right .liquid-counter-element {
    justify-content: flex-end;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-lg-center .liquid-counter-element {
    justify-content: center;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  [data-fullheight=true] {
    height: 100vh;
  }
  .mobile-nav-activated.overflow-hidden {
    overflow: visible !important;
  }
}

@media screen and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  #wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .lqd-sticky-bg-wrap,
  .lqd-sticky-bg {
    height: 100%;
    min-height: 0;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* 1.2. Header */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-side {
    width: 250px !important;
  }
  .header-side .mainbar-wrap {
    padding: 12vh 25px !important;
  }
  .side-nav-showing #wrap {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}

@media screen and (max-width: 767px) {
  .ld-module-cart .ld-cart-contents,
  .ld-module-cart .ld-module-dropdown {
    width: 100%;
  }
  .ld-cart-contents .empty,
  .ld-cart-foot,
  .ld-cart-head,
  .ld-cart-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
	Submenu
*/
/*
	Nav Styles
*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .main-nav-side-style-1 > li, .main-nav-side-style-1 > li:first-child, .main-nav-side-style-1 > li:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainbar-row > [class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .secondarybar-row > [class^=col] {
    width: 100%;
    flex-wrap: wrap;
    flex: 1 auto;
  }
  .secondarybar-row > [class^=col]:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .secondarybar-row .header-module ~ .header-module {
    margin-left: 0;
  }
  .secondarybar-row .header-module ~ .header-module:nth-child(n+2) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .secondarybar-row > [class^=col] {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .secondarybar-row .header-module {
    width: 100%;
    text-align: center !important;
    align-items: center;
    margin-left: 0 !important;
  }
  .secondarybar-row .header-module .btn {
    font-size: 14px;
  }
  .secondarybar-row .ld-module-v-sep {
    width: 100%;
    height: 1px;
  }
  .secondarybar-row .ld-v-sep-inner {
    position: relative;
    top: auto;
    left: auto;
  }
  .secondarybar-row .ld-module-dropdown {
    right: 0;
    left: 0;
  }
  .secondarybar-row .ld-dropdown-menu-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .is-stuck {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .is-stuck {
    top: 0;
  }
}

/* 1.3. Footer */
@media screen and (min-width: 1200px) {
  .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .lqd-sticky-footer-sentinel.height-applied + .footer-stuck.is-inview {
    opacity: 1;
    visibility: visible;
  }
  .site-boxed-layout .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .lqd-sticky-footer-sentinel {
    display: none;
  }
}

/* 1.4. Titlebar */
@media screen and (max-width: 767px) {
  .titlebar-inner h1 {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 479px) {
  .titlebar-inner h1 {
    font-size: 38px !important;
  }
}

/*
  2. PAGE LAYOUTS
*/
/* 2.1. Header Side */
@media screen and (min-width: 1200px) {
  .header-style-side #wrap {
    padding-left: 375px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-style-side #wrap {
    padding-left: 250px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1580px) {
  .header-style-side .ld-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 2.3. Stack */
@media screen and (min-width: 992px) {
  .lqd-stack-page-number,
  .lqd-stack-prevnext-wrap,
  .lqd-stack-extra {
    display: none;
  }
  .pp-section {
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: -webkit-transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .pp-section:not(.active):not(.lqd-stack-row-entering):not(.lqd-stack-row-leaving) {
    left: -999999px;
    pointer-events: none;
  }
  .pp-section.vc_row-o-content-bottom {
    justify-content: flex-end;
  }
  .pp-section.vc_row-o-content-top {
    justify-content: flex-start;
  }
  .pp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
  }
  .pp-tableCell {
    height: auto !important;
  }
  .pp-scrollable {
    overflow-y: auto;
  }
  .pp-auto-height {
    height: auto !important;
  }
  .lqd-stack-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    flex-grow: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .pp-enabled .titlebar {
    display: none !important;
  }
  .pp-enabled [data-liquid-stack=true] {
    height: 100vh;
  }
  [data-liquid-stack=true] > section {
    width: 100%;
    height: 100vh;
    align-content: center;
  }
  [data-liquid-stack=true] .main-footer {
    top: auto;
    bottom: 0;
    -webkit-animation: none !important;
            animation: none !important;
  }
  #pp-nav {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #pp-nav .pp-tooltip {
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition-property: visibility, opacity, color, -webkit-transform;
    transition-property: visibility, opacity, transform, color;
    transition-property: visibility, opacity, transform, color, -webkit-transform;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #pp-nav a {
    display: inline-flex;
    width: 36px;
    height: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    flex-flow: row wrap;
    align-items: center;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  #pp-nav a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -10px;
    left: 0;
  }
  #pp-nav a.active {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    background-color: #000;
  }
  #pp-nav a.active + .pp-tooltip {
    -webkit-transform: translate(-18px, -50%);
            transform: translate(-18px, -50%);
  }
  #pp-nav li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin: 30px 0;
  }
  #pp-nav li:first-child {
    margin-top: 0;
  }
  #pp-nav li:last-child {
    margin-bottom: 0;
  }
  .lqd-stack-has-footer #pp-nav li:nth-last-child(2) {
    margin-bottom: 0;
  }
  #pp-nav li:hover a {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    background-color: #000;
  }
  #pp-nav li:hover .pp-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-18px, -50%);
            transform: translate(-18px, -50%);
  }
  #pp-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .lqd-stack-prevnext-button {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
    border: none;
    position: fixed;
    top: 50%;
    z-index: 10;
    white-space: nowrap;
    background: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: color 0.3s;
  }
  .lqd-stack-prevnext-button:focus {
    outline: none;
  }
  .lqd-stack-prevnext-button svg {
    stroke: currentColor;
  }
  .lqd-stack-prev-button {
    left: 50px;
    margin-right: 5px;
  }
  .lqd-stack-next-button {
    right: 50px;
    margin-left: 5px;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prevnext-button svg {
    display: none;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-button-labbel {
    transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .lqd-stack-buttons-style-1 .lqd-stack-button-ext {
    display: flex;
    align-items: center;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-button-ext:before {
    display: inline-block;
    font: normal normal 2em 'liquid-icon';
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    flex-direction: row-reverse;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext {
    margin-right: 10px;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext:before {
    content: '\f117';
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-labbel {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-ext {
    -webkit-animation: lqdStackArrowPrev 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
            animation: lqdStackArrowPrev 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext {
    margin-left: 10px;
  }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext:before {
    content: '\f119';
  }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-labbel {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-ext {
    -webkit-animation: lqdStackArrowNext 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
            animation: lqdStackArrowNext 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-button-labbel {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal !important;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-button-ext {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-button-circ {
    opacity: 0.3;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-button-circ-clone {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .lqd-stack-buttons-style-2 .lqd-stack-button-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lqd-stack-buttons-style-2 .lqd-stack-prevnext-button:hover .lqd-stack-button-arrow {
    -webkit-animation: lqdStackArrowDash 1s ease both alternate;
            animation: lqdStackArrowDash 1s ease both alternate;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-prev-button .lqd-stack-button-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
    margin-left: -1px;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-prev-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 166;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-next-button .lqd-stack-button-arrow {
    margin-left: 1px;
  }
  .lqd-stack-buttons-style-2 .lqd-stack-next-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 53.5;
  }
  .lqd-stack-page-number {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition-property: opacity, visibility, color;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .lqd-stack-page-number span {
    display: inline-block;
  }
  .lqd-stack-page-number-counter {
    position: relative;
  }
  .lqd-stack-page-number-current {
    overflow: hidden;
  }
  .lqd-stack-page-number-passed {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .lqd-stack-page-number-total {
    font-size: 0.55em;
  }
  .lqd-stack-page-number-total:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1.75em;
    margin-right: 4px;
    margin-left: 2px;
    background-color: currentColor;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
  }
  .lqd-stack-row-entering {
    z-index: 10 !important;
  }
  .lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowFadeScaleEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowFadeScaleEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    z-index: 0 !important;
  }
  .lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowFadeScaleEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowFadeScaleEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowSlideOverEnterFromTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowSlideOverEnterFromTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowSlideOverEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowSlideOverEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowFadeScaleLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowFadeScaleLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowFadeScaleLeave 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowFadeScaleLeave 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowSlideOverLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowSlideOverLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowSlideOverLeaveToTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
            animation: lqdStackRowSlideOverLeaveToTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  }
  .lqd-stack-extra {
    display: block;
  }
  .lqd-stack-extra-content {
    position: fixed;
    bottom: 40px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, color;
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .lqd-stack-extra-content > * {
    margin: 0;
    color: inherit;
  }
  .lqd-stack-extra-content a {
    color: inherit;
  }
  .pp-enabled .lqd-stack-extra-content {
    opacity: 1;
    visibility: visible;
  }
  .lqd-stack-extra-content .social-icon a {
    transition-property: opacity;
  }
  .lqd-stack-extra-content .social-icon a:hover {
    opacity: 0.75;
  }
  .lqd-stack-extra-content-bottom-left {
    left: 50px;
  }
  .lqd-stack-extra-content-bottom-right {
    right: 50px;
  }
  .lqd-stack-initiated .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .lqd-stack-initiated.admin-bar .main-header {
    top: 32px;
  }
  .lqd-stack-initiated .lqd-stack-page-number,
  .lqd-stack-initiated .lqd-stack-prevnext-wrap {
    display: block;
  }
  .lqd-stack-has-nav .lqd-stack-prevnext-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .lqd-stack-has-nav .lqd-stack-prevnext-wrap {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10;
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-wrap {
    display: flex;
    flex-direction: column;
    bottom: auto;
    top: 50%;
    right: auto;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    margin: 0;
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prev-button {
    margin-bottom: 5px;
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-next-button {
    margin-top: 5px;
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    margin: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-labbel {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button {
    -webkit-transform: rotate(90deg) translateX(50%);
            transform: rotate(90deg) translateX(50%);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-labbel {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-prev-button {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-next-button {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lqd-stack-moving .lqd-stack-prevnext-button,
  .lqd-stack-moving #pp-nav a {
    pointer-events: none;
  }
  .lqd-stack-moving .lqd-stack-page-number-current {
    -webkit-animation: lqdStackNumberActive 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
            animation: lqdStackNumberActive 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
  }
  .lqd-stack-moving .lqd-stack-page-number-passed {
    -webkit-animation: lqdStackNumberPassed 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
            animation: lqdStackNumberPassed 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
  }
  .lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-current {
    -webkit-animation-name: lqdStackNumberActiveUp;
            animation-name: lqdStackNumberActiveUp;
  }
  .lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-passed {
    -webkit-animation-name: lqdStackNumberPassedUp;
            animation-name: lqdStackNumberPassedUp;
  }
  .lqd-stack-active-row-dark #pp-nav a {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .lqd-stack-active-row-dark #pp-nav li:hover a,
  .lqd-stack-active-row-dark #pp-nav a.active {
    background-color: #fff;
  }
  .lqd-stack-active-row-dark #pp-nav li {
    color: #fff;
  }
  .lqd-stack-active-row-dark .lqd-stack-prevnext-button,
  .lqd-stack-active-row-dark .lqd-stack-extra-content,
  .lqd-stack-active-row-dark .lqd-stack-page-number {
    color: #fff;
  }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
    color: #fff !important;
  }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
    color: #fff;
  }
  .lqd-stack-active-row-dark .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light {
    opacity: 1;
    visibility: visible;
  }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a {
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
    color: #000 !important;
  }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
    color: rgba(0, 0, 0, 0.7);
  }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
    color: #000;
  }
  .lqd-stack-active-row-light .main-header:not(.header-fullscreen) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
    opacity: 1;
    visibility: visible;
  }
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .social-icon a,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .main-nav > li > a,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light,
  .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
    transition-delay: 0.35s;
  }
  .lqd-stack-moving-up #pp-nav li,
  .lqd-stack-moving-up #pp-nav a {
    transition-delay: 0.15s;
  }
  .lqd-stack-moving-up .lqd-stack-prevnext-button,
  .lqd-stack-moving-up .lqd-stack-extra-content,
  .lqd-stack-moving-up .lqd-stack-page-number {
    transition-delay: 0.35s;
  }
  .lqd-stack-moving-up.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    transition-delay: 0.15s;
  }
  .lqd-stack-footer-active .lqd-stack-page-number,
  .lqd-stack-footer-active .lqd-stack-extra-content {
    opacity: 0;
    visibility: hidden;
  }
  .lqd-stack-footer-active section.vc_row:last-of-type {
    left: auto !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media screen and (max-width: 782px) {
  .lqd-stack-initiated.admin-bar .main-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .lqd-stack-initiated.admin-bar .main-header {
    top: 0;
  }
}

.vc_mobile [data-liquid-stack=true] > section {
  height: auto;
}

/*
  3. LIQUID SHORTCODES
*/
/* 3.1. Buttons */
@media all and (max-width: 992px) {
  .btn {
    white-space: normal;
  }
  /* Sizes*/
  .btn-xsm > span {
    padding: 0.5em 0.8em;
  }
  .btn-xsm.wide > span {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .btn-sm > span {
    padding: 0.6em 1.2em;
  }
  .btn-sm.wide > span {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .btn-md > span {
    padding: 1em 2em;
  }
  .btn-lg > span {
    padding: 1.15em 2.5em;
  }
  .btn-lg.wide > span {
    padding-left: 3.3em;
    padding-right: 3.3em;
  }
  .btn-xlg > span {
    padding: 1.3em 3.1em;
  }
  .btn-xlg.wide > span {
    padding-left: 4.1em;
    padding-right: 4.1em;
  }
}

/* 3.3. Accordions */
@media screen and (max-width: 480px) {
  .accordion-expander {
    right: 15px;
  }
  .accordion-title a {
    padding-right: 50px;
  }
}

/* 3.4. Iconboxes */
@media screen and (max-width: 1199px) {
  .iconbox[data-plugin-animated-icon] > svg,
  .iconbox[data-plugin-animated-icon] object {
    opacity: 1;
  }
}

/* 3.5. Tabs */
@media screen and (min-width: 992px) {
  .tabs-nav-items-bordered .tabs-nav li + li {
    border-left-width: 0;
  }
  .tabs-nav-side {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tabs-nav-side .tabs-nav {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .tabs-nav-side .tabs-nav,
  .tabs-nav-side .tabs-content {
    width: 100%;
  }
  .tabs-nav-side .tabs-nav {
    margin-bottom: 0;
  }
  .tabs-nav-side .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tabs-nav {
    flex-direction: column;
  }
  .tabs-nav li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tabs-nav a {
    width: 100%;
  }
  .tabs-nav-items-bordered .tabs-nav li + li {
    border-top-width: 0;
  }
}

/* 3.6. Subscribe Forms */
@media (max-width: 991px) {
  .ld-sf--button-inline form {
    flex-direction: column;
  }
  .ld-sf--button-inline form p {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .ld-sf--button-inside.ld-sf--button-bordered [type=text],
  .ld-sf--button-inside.ld-sf--button-bordered [type=email], .ld-sf--button-inside.ld-sf--button-solid [type=text],
  .ld-sf--button-inside.ld-sf--button-solid [type=email] {
    padding-right: 2.5em !important;
  }
}

/* 3.9. Pricing Tables */
@media screen and (max-width: 1199px) {
  .pricing-table-colorful {
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-table-colorful.featured {
    margin-top: 0;
  }
}

/* 3.10. Testimonials */
@media screen and (min-width: 992px) {
  .is-last .testimonials-details-only .testimonial-info {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-details .carousel-nav {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-avatar-topleft .avatar,
  .testimonial-avatar-topright .avatar {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .testimonial-avatar-topleft.text-left .avatar,
  .testimonial-avatar-topright.text-left .avatar {
    margin-right: 15px !important;
  }
  .testimonial-avatar-topleft.text-right .avatar,
  .testimonial-avatar-topright.text-right .avatar {
    margin-right: 15px !important;
  }
  .testimonial-avatar-topleft.text-center .avatar,
  .testimonial-avatar-topright.text-center .avatar {
    margin-bottom: 15px !important;
  }
  .testimonials-quotes .carousel-nav {
    margin-top: 0 !important;
    text-align: center !important;
  }
  .testimonials-details-only .avatar {
    margin-bottom: 0.5em;
  }
  .testimonials-details-only .testimonial-details {
    text-align: center !important;
    justify-content: center !important;
  }
  .testimonials-details-only .testimonial-info {
    align-items: center !important;
    text-align: center !important;
  }
  .testimonials-quote-only .testimonial-quote {
    text-align: center;
    font-size: 22px;
  }
}

/* 3.11. Carousel */
@media screen and (min-width: 1200px) {
  .fancy-title .carousel-nav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  /* Nav extra */
  .carousel-nav-line-between .flickity-prev-next-button.previous {
    margin-right: 40px;
  }
  .carousel-nav-line-between .flickity-prev-next-button.previous:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .carousel-nav-line-between.carousel-nav-vertical .flickity-prev-next-button.previous {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .carousel-nav-line-between.carousel-nav-vertical .flickity-prev-next-button.previous:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -25px;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .carousel-nav {
    margin-top: 2em !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .carousel-nav .flickity-button {
    display: inline-flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 15px !important;
  }
  .carousel-nav-right .carousel-nav {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item:not([class*=col-]) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel-item {
    width: 100%;
  }
}

/* 3.13. Latest Posts */
@media screen and (min-width: 992px) {
  .liquid-blog-item-split {
    flex-flow: row wrap;
  }
  .liquid-blog-item-split .liquid-lp-media,
  .liquid-blog-item-split .liquid-blog-item-inner {
    flex-basis: 50%;
  }
  .liquid-blog-item-split .liquid-blog-item-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .liquid-blog-item-fullwidth .liquid-blog-item-inner {
    width: 70%;
  }
  .flickity-equal-cells .carousel-item:not(:first-child) .liquid-blog-item-carousel {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
  }
  .liquid-blog-item-square .liquid-lp-title {
    font-size: 33px;
  }
  .col-md-6 > .liquid-blog-item-square .liquid-blog-item-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
  .col-md-3 > .liquid-blog-item-square .liquid-blog-item-inner {
    padding-bottom: 11%;
  }
  .col-md-3 > .liquid-blog-item-square .liquid-lp-title {
    font-size: 18px;
    line-height: 1.666em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .liquid-blog-item-masonry {
    min-height: 400px !important;
  }
}

@media screen and (max-width: 1199px) {
  .ld-lp-carousel-filterable .filter-list {
    flex-flow: column nowrap;
  }
  .ld-lp-carousel-filterable .filter-list li {
    width: 100%;
    text-align: left;
  }
  .ld-lp-carousel-filterable .carousel-items {
    margin-top: 2em;
  }
}

@media screen and (max-width: 991px) {
  .liquid-blog-item-split {
    flex-direction: column;
  }
  .liquid-blog-item-fullwidth {
    padding: 0 !important;
  }
  .liquid-blog-item-fullwidth .liquid-blog-item-inner {
    position: relative;
    top: auto;
    left: auto;
  }
  .liquid-lp-sp-block.liquid-lp-sp-instagram h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .liquid-lp-sp-block {
    padding-bottom: 0;
  }
  .liquid-lp-sp-block .liquid-lp-media,
  .liquid-lp-sp-block .liquid-lp-inner {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-media, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-media {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-inner, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-inner {
    padding: 25px;
  }
}

/* 3.14. Filter Lists */
@media screen and (min-width: 992px) {
  .liquid-filter-items {
    flex-flow: row wrap;
  }
  .liquid-filter-items.align-items-center .filter-list {
    margin-bottom: 0;
  }
  .filter-list-inline li + li {
    margin-left: 1.45em;
  }
}

@media screen and (max-width: 991px) {
  .liquid-filter-items {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .liquid-filter-items-inner {
    width: 100%;
  }
  .liquid-filter-items-inner > * {
    margin-bottom: 30px !important;
  }
  .liquid-filter-items-inner .filter-list {
    width: 100%;
  }
  .liquid-filter-items-inner + .carousel-nav {
    margin-top: 0 !important;
  }
  .liquid-filter-items-label + .filter-list {
    margin-left: 0;
  }
  .filter-list-inline li {
    margin: 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .filter-list {
    display: flex;
    flex-flow: row wrap;
  }
  .filter-list li {
    margin-bottom: 1em;
    text-align: center;
  }
}

/* 3.15. Fancy Boxes */
@media screen and (min-width: 992px) {
  .fancy-box-offer {
    flex-flow: row wrap;
  }
  .fancy-box-offer .fancy-box-cell:first-child {
    flex-grow: 2;
  }
  .fancy-box-offer .fancy-box-cell:last-child {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .fancy-box-offer {
    flex-flow: row wrap;
  }
  .fancy-box-offer .fancy-box-cell {
    flex-basis: auto;
    margin-bottom: 1.5em;
  }
  .fancy-box-offer .fancy-box-cell:before {
    content: attr(data-text);
    margin-bottom: 0.5em;
  }
  .fancy-box-offer .fancy-box-header {
    flex-basis: 100%;
  }
  .fancy-box-offer-header {
    padding-bottom: 0;
  }
  .fancy-box-offer-header .fancy-box-cell:not(.fancy-box-header) {
    display: none;
  }
  .fancy-box-offer-header .fancy-box-header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .fancy-box-overlay {
    padding-bottom: 90%;
  }
  .fancy-box-travel.fancy-box-wide {
    padding-bottom: 50%;
  }
  .fancy-box-offer .fancy-box-cell {
    flex-basis: 50%;
  }
  .fancy-box-offer .fancy-box-header {
    flex-basis: 100%;
  }
}

/* 3.19. Reservation Form */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .liquid-form-reservation .input-container {
    flex-basis: 50%;
  }
  .liquid-form-reservation .input-container:nth-last-child(2) {
    padding-left: 0;
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .liquid-form-reservation .input-container {
    flex-basis: 100%;
    padding: 0;
    border: none;
  }
}

/* 3.24. Instagram Feed */
@media screen and (max-width: 991px) {
  .liquid-ig-feed .liquid-ig-feed-list > li {
    flex-basis: 33.3333333333%;
  }
  [data-list-columns="1"] .liquid-ig-feed-list > li,
  [data-list-columns="2"] .liquid-ig-feed-list > li {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .liquid-ig-feed .liquid-ig-feed-list > li {
    flex-basis: 50%;
  }
  [data-list-columns="1"] .liquid-ig-feed-list > li,
  [data-list-columns="2"] .liquid-ig-feed-list > li {
    flex-basis: 100%;
  }
}

/* 3.27. Image Groups */
@media screen and (min-width: 992px) {
  .liquid-img-group-browser {
    margin-left: 3.5em;
  }
  .liquid-img-group-browser figure {
    height: 91%;
    top: 9%;
  }
  .liquid-img-group-content.content-fixed-right, .liquid-img-group-content.content-fixed-left {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .liquid-img-group-content.content-fixed-right p, .liquid-img-group-content.content-fixed-left p {
    margin-bottom: 0;
  }
  .liquid-img-group-content.content-fixed-left {
    margin-right: 1.5em;
  }
  .liquid-img-group-content.content-fixed-right {
    order: 1;
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .liquid-img-group-img-container {
    flex-direction: column;
  }
  .liquid-img-group-content {
    order: 2;
    margin-top: 1em;
  }
  .liquid-img-group-content.content-floated-mid-left, .liquid-img-group-content.content-floated-mid-right, .liquid-img-group-content.content-floated-mid {
    margin: 0;
    left: 50%;
  }
  .liquid-img-group-content.content-floated-mid-left > .btn, .liquid-img-group-content.content-floated-mid-right > .btn, .liquid-img-group-content.content-floated-mid > .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .liquid-img-group-browser {
    margin-bottom: 2em;
  }
  .liquid-img-group-browser .liquid-img-group-img-container {
    margin-bottom: 1.5em;
  }
  .liquid-img-group-browser .liquid-img-group-url {
    height: 7.5%;
  }
}

@media screen and (max-width: 767px) {
  .liquid-img-group-browser .liquid-img-group-url {
    display: none;
  }
}

/* 3.31. Masonry */
@media screen and (max-width: 991px) {
  .masonry-item:not([class*=col-sm-]) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .masonry-item:not([class*=col-xs-]) {
    width: 100%;
  }
}

/* 3.33. Team Members */
@media screen and (max-width: 479px) {
  .ld-tm-circ .ld-tm-avatar img {
    width: 50px;
  }
}

/* 3.34. Portfolios */
@media screen and (min-width: 1200px) {
  .carousel-item .pf-hover-shadow {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .pf-info hr {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .pf-single-header.bg-solid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pf-single-header.pull-up {
    margin-top: -60px;
  }
}

/* 3.35. Blog */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .has-sidebar .blog-single-content.expanded {
    margin-left: -14%;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-cover[data-fullheight=true] {
    height: 87vh;
  }
  .blog-single-cover[data-fullheight=true] .blog-single-media {
    height: 100%;
  }
  .blog-single-cover[data-fullheight=true] .cover-carousel,
  .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-items,
  .blog-single-cover[data-fullheight=true] .cover-carousel .flickity-viewport,
  .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-item-inner,
  .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-item {
    height: 100% !important;
  }
  .blog-single-cover .blog-single-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .blog-single-cover.spaced {
    margin-left: 50px;
    margin-right: 50px;
  }
  .blog-single-content.expanded {
    padding-left: calc(26%);
    padding-right: calc(26%);
    margin-right: calc(-26%);
    margin-left: calc(-26%);
  }
  .blog-single-content.pull-up {
    margin-top: -6.8181818182em;
    background-color: #fff;
  }
  .post-has-no-content .blog-single-content.pull-up {
    margin-top: 0;
  }
  .page-scheme-light .blog-single-content.pull-up {
    background-color: #12131a;
  }
  .blog-single-content .stretch-to-sides {
    margin-left: -26%;
    margin-right: -26%;
  }
  .blog-single-content .fullwidth figcaption {
    width: 40%;
  }
  .post-nav,
  .blog-single-footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .blog-single-footer > ul,
  .blog-single-footer > span {
    max-width: 50%;
  }
  .post-nav .nav-previous,
  .post-nav .nav-next {
    max-width: 40%;
  }
  .has-sidebar .blog-single-content.expanded {
    padding-right: 13%;
    padding-left: 13%;
    margin-right: -13%;
    margin-left: -13%;
  }
  .blog-single-post-has-not-thumbnail .blog-single-content.pull-up {
    margin-top: 0;
    padding-top: 5em;
  }
  .blog-single-post-has-not-thumbnail .lqd-main-header-default + .content .blog-single-content.pull-up {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .post-meta {
    margin-bottom: 3.75em;
  }
  .blog-single-details-extra h3 {
    margin-bottom: 2em;
  }
  .has-sidebar .blog-single-content .fullwidth {
    width: 100%;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .has-sidebar .blog-single-content .fullwidth figcaption {
    width: 70%;
  }
  .has-sidebar .blog-single-content .stretch-to-sides {
    margin-left: -13%;
    margin-right: -13%;
  }
  .has-sidebar .blog-single-content.expanded .fullwidth {
    width: 126%;
    right: -13%;
    left: -13%;
    margin-right: -13%;
  }
}

@media screen and (max-width: 991px) {
  .blog-single-details-extra .carousel-thumbs .carousel-item {
    width: 33.3333333333%;
  }
  .post-meta {
    flex-direction: column;
  }
  .post-meta > span {
    margin: 0 0 1em !important;
  }
  .post-meta > span:last-child {
    margin: 0 !important;
  }
  .post-nav,
  .blog-single-footer {
    flex-direction: column;
  }
  .blog-single-cover.spaced {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .blog-single-details-extra .carousel-thumbs .carousel-item {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .pingback .comment-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .pingback time {
    margin: 0 0 1em;
  }
}

@media screen and (max-width: 1199px) {
  .blog-single-default .blog-single-cover {
    margin-bottom: 2.5em;
  }
  .blog-single-default .blog-single-media {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog-single-default .blog-single-details {
    padding: 10em 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-image-left:not(.has-sidebar) .blog-single-cover {
    float: left;
    width: 470px;
    margin-left: -26%;
    margin-right: 17%;
  }
  .blog-single-image-left:not(.has-sidebar) .blog-single-details {
    margin-right: -26%;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-cover-fade .post-meta {
    margin-bottom: 0;
  }
}

/* 3.38. Liquid Fancy Heading */
@media screen and (min-width: 1200px) {
  .ld-fancy-heading [data-split-text] {
    visibility: hidden;
  }
  .ld-fancy-heading [data-split-text].split-text-applied {
    visibility: visible;
  }
}

/* 3.45. Shop Banner */
@media screen and (min-width: 992px) {
  .ld-shop-banner-style1 {
    padding-bottom: 90.091%;
  }
  .ld-shop-banner-style1 .ld-shop-banner-carousel-main,
  .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-items,
  .ld-shop-banner-style1 .ld-shop-banner-container,
  .ld-shop-banner-style1 .ld-shop-banner-inner,
  .ld-shop-banner-style1 .ld-shop-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .ld-shop-banner-style1 .ld-shop-banner-carousel-main .flickity-viewport {
    height: 100% !important;
  }
  .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item-inner,
  .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .ld-shop-banner-style1 .liquid-overlay-link {
    bottom: 50%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .ld-shop-banner-style1 .ld-shop-banner-image {
    transition: box-shadow 0.3s;
  }
  .ld-shop-banner-style1 .ld-shop-banner-carousel-nav {
    width: 100%;
    height: auto;
    margin-top: 1em;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item {
    width: 25%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  .ld-shop-banner-style1:hover .ld-shop-banner-image {
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
  }
  .ld-shop-banner-style1:hover .ld-shop-banner-inner {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item {
    width: 33.3333333333% !important;
  }
}

/* 3.48. Modal */
@media screen and (min-width: 992px) {
  .featherlight-content > iframe.featherlight-inner {
    min-width: 850px;
  }
}

/* 3.50. Process Box */
@media screen and (max-width: 991px) {
  [class*=vc_col-md] .ld-pb-top:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  [class*=vc_col-sm] .ld-pb-top:after {
    content: none;
  }
}

/* 3.56. Roadmap */
@media screen and (max-width: 767px) {
  .one-roadmap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .one-roadmap:before {
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
  .one-roadmap-info {
    max-width: 85%;
  }
}

/* 3.57. Countdown */
@media screen and (max-width: 991px) {
  .countdown .countdown-section {
    flex-basis: 45%;
    margin: 0.2352941176em 0;
  }
  .countdown .countdown-section:nth-child(3) + .countdown-sep {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .countdown .countdown-section {
    flex-basis: 100%;
  }
  .countdown .countdown-sep {
    display: none;
  }
}

/* 3.59. Bullet List */
@media screen and (max-width: 767px) {
  .one-bullet-list .inline-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .one-bullet-list .inline-nav li {
    margin-left: 0 !important;
    align-items: center;
    width: 50%;
  }
}

/* 3.62. Promo */
@media screen and (min-width: 1200px) {
  .lqd-promo-inner {
    flex-flow: row wrap;
  }
  .lqd-promo-reverse .lqd-promo-cat {
    margin-right: 0;
    margin-left: 15px;
  }
  .lqd-promo-reverse .lqd-promo-content {
    padding-left: 0;
    padding-right: 15px;
    align-items: flex-end;
    text-align: right;
  }
  .lqd-promo-reverse .lqd-promo-inner {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .lqd-promo-img {
    width: 58.75%;
  }
  .lqd-promo-content {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .lqd-promo-content h2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .lqd-promo-cat {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .lqd-promo-cat ul {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
    margin-bottom: 15px;
  }
  .lqd-promo-content,
  .lqd-promo-cat,
  .lqd-promo-img {
    width: 100%;
  }
  .lqd-promo-cat {
    margin-right: 0;
  }
  .lqd-promo-img-inner {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  .lqd-promo-inner {
    flex-direction: column;
  }
  .lqd-promo-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .lqd-promo-content h2 {
    margin: 0 0 0.25em;
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  .lqd-promo-dynamic-shape {
    display: none;
  }
  .lqd-promo-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/*
  5. WOOCOMMERCE
*/
/* 5.2. Woo Product */
@media screen and (max-width: 767px) {
  .woocommerce ul.products {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .woocommerce ul.products li.product {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce .ld-sp .ld-sp-add-to-cart,
  .woocommerce .ld-sp .add_to_cart_button {
    margin-top: 0 !important;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* 5.3. Shop Single Page */
@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%;
  }
  .woocommerce #content div.product div.summary + .product-meta,
  .woocommerce-page #content div.product div.summary + .product-meta {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce div.product div.images {
    display: flex;
    flex-flow: row wrap;
    float: none !important;
    width: 100% !important;
  }
  .woocommerce div.product div.images .flex-viewport {
    margin-left: 90px;
    width: calc(100% - 90px);
  }
  .woocommerce div.product div.images ol.flex-control-nav {
    height: 100%;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    order: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .woocommerce div.product div.images ol.flex-control-nav li {
    display: block;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-right: 22px;
  }
  .woocommerce div.product .ld-product-images {
    float: left;
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.images {
    width: 100%;
    margin-bottom: 45px;
  }
  .woocommerce #content div.product div.images ol.flex-control-nav {
    margin-top: 1em;
    margin-left: -7px;
    margin-right: -7px;
  }
  .woocommerce #content div.product div.images ol.flex-control-nav > li {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 991px) {
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist {
    margin-top: -60px;
    margin-left: 15px;
  }
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist,
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist + .social-icon {
    float: right;
  }
  .woocommerce div.product form.cart.variations_form + .yith-wcwl-add-to-wishlist + .social-icon {
    margin-top: -42px;
  }
  .woocommerce div.product form.cart.variations_form + .social-icon {
    float: right;
    margin-top: -42px;
  }
  .woocommerce div.product form.cart.variations_form ~ .product_meta {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs {
    padding-left: 90px;
    padding-right: 90px;
  }
  .woocommerce div.product .woocommerce-tabs .tabs-nav {
    width: 27%;
  }
  .woocommerce div.product .woocommerce-tabs .tabs-content {
    width: 73%;
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div.product .woocommerce-tabs .tabs-nav {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce #review_form #respond .comment-form .comment-form-author,
  .woocommerce #review_form #respond .comment-form .comment-form-email {
    width: calc(50% - 20px);
  }
  .woocommerce #review_form #respond .comment-form .comment-form-email {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce #review_form #respond {
    padding: 30px 20px;
  }
}

/* 5.6. Woo Extra */
@media screen and (min-width: 992px) {
  .contents-container .ld-shop-topbar > .container > .row > div:first-child {
    width: 33.33333333%;
  }
  .contents-container .ld-shop-topbar > .container > .row > div:last-child {
    width: 66.66666667%;
  }
}

@media screen and (min-width: 992px) {
  .lqd-woo-steps-inner {
    flex-flow: row wrap;
  }
  .lqd-woo-steps-item {
    flex-basis: 33.3333333333%;
  }
}

@media screen and (max-width: 1199px) {
  .lqd-woo-steps-inner {
    padding: 0 15px;
  }
  .lqd-woo-steps-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .lqd-woo-steps-inner {
    flex-direction: column;
  }
  .lqd-woo-steps-item svg {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}

/* 5.8. My Account */
@media screen and (min-width: 992px) {
  .woocommerce-account:not(.logged-in) #content > .container > .woocommerce {
    width: 50%;
    margin: 0 auto;
  }
}

/*
  6. PARTIALS
*/
/* 6.4. Page Frame */
@media screen and (min-width: 1200px) {
  .lqd-page-frame {
    position: absolute;
    z-index: 3;
    background-color: var(--color-primary);
  }
  .lqd-page-frame[data-orientation=h] {
    left: 0;
    width: 100%;
    height: 20px;
  }
  .lqd-page-frame[data-orientation=v] {
    top: 0;
    width: 20px;
    height: 100%;
  }
  .lqd-page-frame-top {
    top: 0;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .lqd-page-frame-right {
    right: 0;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .lqd-page-frame-bottom {
    bottom: 0;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .lqd-page-frame-left {
    left: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .page-has-frame #wrap {
    padding: 20px;
  }
  .page-has-frame .is-stuck {
    left: 20px;
    right: 20px;
  }
  .page-has-frame .megamenu.megamenu-fullwidth .nav-item-children {
    width: calc( 100vw - 40px);
    left: calc(50% + 10px) !important;
    right: calc(50% + 10px) !important;
    margin-left: calc(-50vw + 10px) !important;
    margin-right: calc(-50vw + 10px) !important;
  }
  .page-has-frame .megamenu.megamenu-fullwidth .megamenu-container {
    width: calc( 100vw - 40px) !important;
  }
}
