/** Shopify CDN: Minification failed

Line 10717:13 Expected identifier but found whitespace
Line 10717:14 Unexpected "6px"

**/
/* Place any CSS overrides in this file. */
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* Flex */

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 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;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 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;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 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;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 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;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 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;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 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;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 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;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 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;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 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;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 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;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 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;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 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;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 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;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 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;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 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;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 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;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 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;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 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;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* //Custom Margin Start// */

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
/* //Custom Text Css// */


/* //Custom Grid Start// */
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col-25,
.col-26,
.col-27,
.col-28,
.col-29,
.col-30,
.col-31,
.col-32,
.col-33,
.col-34,
.col-35,
.col-36,
.col-37,
.col-38,
.col-39,
.col-40,
.col-41,
.col-42,
.col-43,
.col-44,
.col-45,
.col-46,
.col-47,
.col-48,
.col-49,
.col-50,
.col-51,
.col-52,
.col-53,
.col-54,
.col-55,
.col-56,
.col-57,
.col-58,
.col-59,
.col-60,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-25,
.col-sm-26,
.col-sm-27,
.col-sm-28,
.col-sm-29,
.col-sm-30,
.col-sm-31,
.col-sm-32,
.col-sm-33,
.col-sm-34,
.col-sm-35,
.col-sm-36,
.col-sm-37,
.col-sm-38,
.col-sm-39,
.col-sm-40,
.col-sm-41,
.col-sm-42,
.col-sm-43,
.col-sm-44,
.col-sm-45,
.col-sm-46,
.col-sm-47,
.col-sm-48,
.col-sm-49,
.col-sm-50,
.col-sm-51,
.col-sm-52,
.col-sm-53,
.col-sm-54,
.col-sm-55,
.col-sm-56,
.col-sm-57,
.col-sm-58,
.col-sm-59,
.col-sm-60,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-25,
.col-md-26,
.col-md-27,
.col-md-28,
.col-md-29,
.col-md-30,
.col-md-31,
.col-md-32,
.col-md-33,
.col-md-34,
.col-md-35,
.col-md-36,
.col-md-37,
.col-md-38,
.col-md-39,
.col-md-40,
.col-md-41,
.col-md-42,
.col-md-43,
.col-md-44,
.col-md-45,
.col-md-46,
.col-md-47,
.col-md-48,
.col-md-49,
.col-md-50,
.col-md-51,
.col-md-52,
.col-md-53,
.col-md-54,
.col-md-55,
.col-md-56,
.col-md-57,
.col-md-58,
.col-md-59,
.col-md-60,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-25,
.col-lg-26,
.col-lg-27,
.col-lg-28,
.col-lg-29,
.col-lg-30,
.col-lg-31,
.col-lg-32,
.col-lg-33,
.col-lg-34,
.col-lg-35,
.col-lg-36,
.col-lg-37,
.col-lg-38,
.col-lg-39,
.col-lg-40,
.col-lg-41,
.col-lg-42,
.col-lg-43,
.col-lg-44,
.col-lg-45,
.col-lg-46,
.col-lg-47,
.col-lg-48,
.col-lg-49,
.col-lg-50,
.col-lg-51,
.col-lg-52,
.col-lg-53,
.col-lg-54,
.col-lg-55,
.col-lg-56,
.col-lg-57,
.col-lg-58,
.col-lg-59,
.col-lg-60,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl-25,
.col-xl-26,
.col-xl-27,
.col-xl-28,
.col-xl-29,
.col-xl-30,
.col-xl-31,
.col-xl-32,
.col-xl-33,
.col-xl-34,
.col-xl-35,
.col-xl-36,
.col-xl-37,
.col-xl-38,
.col-xl-39,
.col-xl-40,
.col-xl-41,
.col-xl-42,
.col-xl-43,
.col-xl-44,
.col-xl-45,
.col-xl-46,
.col-xl-47,
.col-xl-48,
.col-xl-49,
.col-xl-50,
.col-xl-51,
.col-xl-52,
.col-xl-53,
.col-xl-54,
.col-xl-55,
.col-xl-56,
.col-xl-57,
.col-xl-58,
.col-xl-59,
.col-xl-60,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl-25,
.col-xxl-26,
.col-xxl-27,
.col-xxl-28,
.col-xxl-29,
.col-xxl-30,
.col-xxl-31,
.col-xxl-32,
.col-xxl-33,
.col-xxl-34,
.col-xxl-35,
.col-xxl-36,
.col-xxl-37,
.col-xxl-38,
.col-xxl-39,
.col-xxl-40,
.col-xxl-41,
.col-xxl-42,
.col-xxl-43,
.col-xxl-44,
.col-xxl-45,
.col-xxl-46,
.col-xxl-47,
.col-xxl-48,
.col-xxl-49,
.col-xxl-50,
.col-xxl-51,
.col-xxl-52,
.col-xxl-53,
.col-xxl-54,
.col-xxl-55,
.col-xxl-56,
.col-xxl-57,
.col-xxl-58,
.col-xxl-59,
.col-xxl-60,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.66667%;
  -ms-flex: 0 0 1.66667%;
  flex: 0 0 1.66667%;
  max-width: 1.66667%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.33333%;
  -ms-flex: 0 0 3.33333%;
  flex: 0 0 3.33333%;
  max-width: 3.33333%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.66667%;
  -ms-flex: 0 0 6.66667%;
  flex: 0 0 6.66667%;
  max-width: 6.66667%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.66667%;
  -ms-flex: 0 0 11.66667%;
  flex: 0 0 11.66667%;
  max-width: 11.66667%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.33333%;
  -ms-flex: 0 0 13.33333%;
  flex: 0 0 13.33333%;
  max-width: 13.33333%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.33333%;
  -ms-flex: 0 0 18.33333%;
  flex: 0 0 18.33333%;
  max-width: 18.33333%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21.66667%;
  -ms-flex: 0 0 21.66667%;
  flex: 0 0 21.66667%;
  max-width: 21.66667%;
}
.col-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.33333%;
  -ms-flex: 0 0 23.33333%;
  flex: 0 0 23.33333%;
  max-width: 23.33333%;
}
.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.66667%;
  -ms-flex: 0 0 26.66667%;
  flex: 0 0 26.66667%;
  max-width: 26.66667%;
}
.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.33333%;
  -ms-flex: 0 0 28.33333%;
  flex: 0 0 28.33333%;
  max-width: 28.33333%;
}
.col-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.66667%;
  -ms-flex: 0 0 31.66667%;
  flex: 0 0 31.66667%;
  max-width: 31.66667%;
}
.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.col-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36.66667%;
  -ms-flex: 0 0 36.66667%;
  flex: 0 0 36.66667%;
  max-width: 36.66667%;
}
.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38.33333%;
  -ms-flex: 0 0 38.33333%;
  flex: 0 0 38.33333%;
  max-width: 38.33333%;
}
.col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.33333%;
  -ms-flex: 0 0 43.33333%;
  flex: 0 0 43.33333%;
  max-width: 43.33333%;
}
.col-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.col-28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.66667%;
  -ms-flex: 0 0 46.66667%;
  flex: 0 0 46.66667%;
  max-width: 46.66667%;
}
.col-29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.33333%;
  -ms-flex: 0 0 48.33333%;
  flex: 0 0 48.33333%;
  max-width: 48.33333%;
}
.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.66667%;
  -ms-flex: 0 0 51.66667%;
  flex: 0 0 51.66667%;
  max-width: 51.66667%;
}
.col-32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53.33333%;
  -ms-flex: 0 0 53.33333%;
  flex: 0 0 53.33333%;
  max-width: 53.33333%;
}
.col-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.66667%;
  -ms-flex: 0 0 56.66667%;
  flex: 0 0 56.66667%;
  max-width: 56.66667%;
}
.col-35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61.66667%;
  -ms-flex: 0 0 61.66667%;
  flex: 0 0 61.66667%;
  max-width: 61.66667%;
}
.col-38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63.33333%;
  -ms-flex: 0 0 63.33333%;
  flex: 0 0 63.33333%;
  max-width: 63.33333%;
}
.col-39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.33333%;
  -ms-flex: 0 0 68.33333%;
  flex: 0 0 68.33333%;
  max-width: 68.33333%;
}
.col-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71.66667%;
  -ms-flex: 0 0 71.66667%;
  flex: 0 0 71.66667%;
  max-width: 71.66667%;
}
.col-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.33333%;
  -ms-flex: 0 0 73.33333%;
  flex: 0 0 73.33333%;
  max-width: 73.33333%;
}
.col-45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 76.66667%;
  -ms-flex: 0 0 76.66667%;
  flex: 0 0 76.66667%;
  max-width: 76.66667%;
}
.col-47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 78.33333%;
  -ms-flex: 0 0 78.33333%;
  flex: 0 0 78.33333%;
  max-width: 78.33333%;
}
.col-48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81.66667%;
  -ms-flex: 0 0 81.66667%;
  flex: 0 0 81.66667%;
  max-width: 81.66667%;
}
.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.col-52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86.66667%;
  -ms-flex: 0 0 86.66667%;
  flex: 0 0 86.66667%;
  max-width: 86.66667%;
}
.col-53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 88.33333%;
  -ms-flex: 0 0 88.33333%;
  flex: 0 0 88.33333%;
  max-width: 88.33333%;
}
.col-54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.col-55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 93.33333%;
  -ms-flex: 0 0 93.33333%;
  flex: 0 0 93.33333%;
  max-width: 93.33333%;
}
.col-57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}
.col-58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 96.66667%;
  -ms-flex: 0 0 96.66667%;
  flex: 0 0 96.66667%;
  max-width: 96.66667%;
}
.col-59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98.33333%;
  -ms-flex: 0 0 98.33333%;
  flex: 0 0 98.33333%;
  max-width: 98.33333%;
}
.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-sm-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-sm-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.66667%;
      -ms-flex: 0 0 1.66667%;
      flex: 0 0 1.66667%;
      max-width: 1.66667%;
  }
  .col-sm-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 3.33333%;
      -ms-flex: 0 0 3.33333%;
      flex: 0 0 3.33333%;
      max-width: 3.33333%;
  }
  .col-sm-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
  }
  .col-sm-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 6.66667%;
      -ms-flex: 0 0 6.66667%;
      flex: 0 0 6.66667%;
      max-width: 6.66667%;
  }
  .col-sm-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-sm-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .col-sm-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.66667%;
      -ms-flex: 0 0 11.66667%;
      flex: 0 0 11.66667%;
      max-width: 11.66667%;
  }
  .col-sm-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13.33333%;
      -ms-flex: 0 0 13.33333%;
      flex: 0 0 13.33333%;
      max-width: 13.33333%;
  }
  .col-sm-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%;
  }
  .col-sm-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-sm-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.33333%;
      -ms-flex: 0 0 18.33333%;
      flex: 0 0 18.33333%;
      max-width: 18.33333%;
  }
  .col-sm-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .col-sm-13 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21.66667%;
      -ms-flex: 0 0 21.66667%;
      flex: 0 0 21.66667%;
      max-width: 21.66667%;
  }
  .col-sm-14 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 23.33333%;
      -ms-flex: 0 0 23.33333%;
      flex: 0 0 23.33333%;
      max-width: 23.33333%;
  }
  .col-sm-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-sm-16 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 26.66667%;
      -ms-flex: 0 0 26.66667%;
      flex: 0 0 26.66667%;
      max-width: 26.66667%;
  }
  .col-sm-17 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 28.33333%;
      -ms-flex: 0 0 28.33333%;
      flex: 0 0 28.33333%;
      max-width: 28.33333%;
  }
  .col-sm-18 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
  }
  .col-sm-19 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 31.66667%;
      -ms-flex: 0 0 31.66667%;
      flex: 0 0 31.66667%;
      max-width: 31.66667%;
  }
  .col-sm-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-sm-21 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
  }
  .col-sm-22 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 36.66667%;
      -ms-flex: 0 0 36.66667%;
      flex: 0 0 36.66667%;
      max-width: 36.66667%;
  }
  .col-sm-23 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 38.33333%;
      -ms-flex: 0 0 38.33333%;
      flex: 0 0 38.33333%;
      max-width: 38.33333%;
  }
  .col-sm-24 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
  }
  .col-sm-25 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-sm-26 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 43.33333%;
      -ms-flex: 0 0 43.33333%;
      flex: 0 0 43.33333%;
      max-width: 43.33333%;
  }
  .col-sm-27 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
  }
  .col-sm-28 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 46.66667%;
      -ms-flex: 0 0 46.66667%;
      flex: 0 0 46.66667%;
      max-width: 46.66667%;
  }
  .col-sm-29 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48.33333%;
      -ms-flex: 0 0 48.33333%;
      flex: 0 0 48.33333%;
      max-width: 48.33333%;
  }
  .col-sm-30 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-31 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 51.66667%;
      -ms-flex: 0 0 51.66667%;
      flex: 0 0 51.66667%;
      max-width: 51.66667%;
  }
  .col-sm-32 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 53.33333%;
      -ms-flex: 0 0 53.33333%;
      flex: 0 0 53.33333%;
      max-width: 53.33333%;
  }
  .col-sm-33 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
  }
  .col-sm-34 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56.66667%;
      -ms-flex: 0 0 56.66667%;
      flex: 0 0 56.66667%;
      max-width: 56.66667%;
  }
  .col-sm-35 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-sm-36 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }
  .col-sm-37 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 61.66667%;
      -ms-flex: 0 0 61.66667%;
      flex: 0 0 61.66667%;
      max-width: 61.66667%;
  }
  .col-sm-38 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 63.33333%;
      -ms-flex: 0 0 63.33333%;
      flex: 0 0 63.33333%;
      max-width: 63.33333%;
  }
  .col-sm-39 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
  }
  .col-sm-40 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-sm-41 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68.33333%;
      -ms-flex: 0 0 68.33333%;
      flex: 0 0 68.33333%;
      max-width: 68.33333%;
  }
  .col-sm-42 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
  .col-sm-43 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 71.66667%;
      -ms-flex: 0 0 71.66667%;
      flex: 0 0 71.66667%;
      max-width: 71.66667%;
  }
  .col-sm-44 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 73.33333%;
      -ms-flex: 0 0 73.33333%;
      flex: 0 0 73.33333%;
      max-width: 73.33333%;
  }
  .col-sm-45 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-sm-46 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 76.66667%;
      -ms-flex: 0 0 76.66667%;
      flex: 0 0 76.66667%;
      max-width: 76.66667%;
  }
  .col-sm-47 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 78.33333%;
      -ms-flex: 0 0 78.33333%;
      flex: 0 0 78.33333%;
      max-width: 78.33333%;
  }
  .col-sm-48 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  .col-sm-49 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 81.66667%;
      -ms-flex: 0 0 81.66667%;
      flex: 0 0 81.66667%;
      max-width: 81.66667%;
  }
  .col-sm-50 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-sm-51 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      max-width: 85%;
  }
  .col-sm-52 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 86.66667%;
      -ms-flex: 0 0 86.66667%;
      flex: 0 0 86.66667%;
      max-width: 86.66667%;
  }
  .col-sm-53 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 88.33333%;
      -ms-flex: 0 0 88.33333%;
      flex: 0 0 88.33333%;
      max-width: 88.33333%;
  }
  .col-sm-54 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
  }
  .col-sm-55 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-sm-56 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 93.33333%;
      -ms-flex: 0 0 93.33333%;
      flex: 0 0 93.33333%;
      max-width: 93.33333%;
  }
  .col-sm-57 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95%;
      -ms-flex: 0 0 95%;
      flex: 0 0 95%;
      max-width: 95%;
  }
  .col-sm-58 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 96.66667%;
      -ms-flex: 0 0 96.66667%;
      flex: 0 0 96.66667%;
      max-width: 96.66667%;
  }
  .col-sm-59 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 98.33333%;
      -ms-flex: 0 0 98.33333%;
      flex: 0 0 98.33333%;
      max-width: 98.33333%;
  }
  .col-sm-60 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .d-sm-none {
      display: none !important;
  }
  .d-sm-inline {
      display: inline !important;
  }
  .d-sm-inline-block {
      display: inline-block !important;
  }
  .d-sm-block {
      display: block !important;
  }
  .d-sm-table {
      display: table !important;
  }
  .d-sm-table-row {
      display: table-row !important;
  }
  .d-sm-table-cell {
      display: table-cell !important;
  }
  .d-sm-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
      display: none !important;
  }
  .d-md-inline {
      display: inline !important;
  }
  .d-md-inline-block {
      display: inline-block !important;
  }
  .d-md-block {
      display: block !important;
  }
  .d-md-table {
      display: table !important;
  }
  .d-md-table-row {
      display: table-row !important;
  }
  .d-md-table-cell {
      display: table-cell !important;
  }
  .d-md-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
      max-width: 100%;
  }
  .col-md-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-md-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.66667%;
      -ms-flex: 0 0 1.66667%;
      flex: 0 0 1.66667%;
      max-width: 1.66667%;
  }
  .col-md-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 3.33333%;
      -ms-flex: 0 0 3.33333%;
      flex: 0 0 3.33333%;
      max-width: 3.33333%;
  }
  .col-md-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
  }
  .col-md-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 6.66667%;
      -ms-flex: 0 0 6.66667%;
      flex: 0 0 6.66667%;
      max-width: 6.66667%;
  }
  .col-md-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-md-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .col-md-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.66667%;
      -ms-flex: 0 0 11.66667%;
      flex: 0 0 11.66667%;
      max-width: 11.66667%;
  }
  .col-md-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13.33333%;
      -ms-flex: 0 0 13.33333%;
      flex: 0 0 13.33333%;
      max-width: 13.33333%;
  }
  .col-md-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%;
  }
  .col-md-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-md-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.33333%;
      -ms-flex: 0 0 18.33333%;
      flex: 0 0 18.33333%;
      max-width: 18.33333%;
  }
  .col-md-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .col-md-13 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21.66667%;
      -ms-flex: 0 0 21.66667%;
      flex: 0 0 21.66667%;
      max-width: 21.66667%;
  }
  .col-md-14 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 23.33333%;
      -ms-flex: 0 0 23.33333%;
      flex: 0 0 23.33333%;
      max-width: 23.33333%;
  }
  .col-md-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-md-16 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 26.66667%;
      -ms-flex: 0 0 26.66667%;
      flex: 0 0 26.66667%;
      max-width: 26.66667%;
  }
  .col-md-17 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 28.33333%;
      -ms-flex: 0 0 28.33333%;
      flex: 0 0 28.33333%;
      max-width: 28.33333%;
  }
  .col-md-18 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
  }
  .col-md-19 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 31.66667%;
      -ms-flex: 0 0 31.66667%;
      flex: 0 0 31.66667%;
      max-width: 31.66667%;
  }
  .col-md-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-md-21 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
  }
  .col-md-22 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 36.66667%;
      -ms-flex: 0 0 36.66667%;
      flex: 0 0 36.66667%;
      max-width: 36.66667%;
  }
  .col-md-23 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 38.33333%;
      -ms-flex: 0 0 38.33333%;
      flex: 0 0 38.33333%;
      max-width: 38.33333%;
  }
  .col-md-24 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
  }
  .col-md-25 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-md-26 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 43.33333%;
      -ms-flex: 0 0 43.33333%;
      flex: 0 0 43.33333%;
      max-width: 43.33333%;
  }
  .col-md-27 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
  }
  .col-md-28 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 46.66667%;
      -ms-flex: 0 0 46.66667%;
      flex: 0 0 46.66667%;
      max-width: 46.66667%;
  }
  .col-md-29 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48.33333%;
      -ms-flex: 0 0 48.33333%;
      flex: 0 0 48.33333%;
      max-width: 48.33333%;
  }
  .col-md-30 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-31 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 51.66667%;
      -ms-flex: 0 0 51.66667%;
      flex: 0 0 51.66667%;
      max-width: 51.66667%;
  }
  .col-md-32 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 53.33333%;
      -ms-flex: 0 0 53.33333%;
      flex: 0 0 53.33333%;
      max-width: 53.33333%;
  }
  .col-md-33 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
  }
  .col-md-34 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56.66667%;
      -ms-flex: 0 0 56.66667%;
      flex: 0 0 56.66667%;
      max-width: 56.66667%;
  }
  .col-md-35 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-md-36 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }
  .col-md-37 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 61.66667%;
      -ms-flex: 0 0 61.66667%;
      flex: 0 0 61.66667%;
      max-width: 61.66667%;
  }
  .col-md-38 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 63.33333%;
      -ms-flex: 0 0 63.33333%;
      flex: 0 0 63.33333%;
      max-width: 63.33333%;
  }
  .col-md-39 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
  }
  .col-md-40 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-md-41 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68.33333%;
      -ms-flex: 0 0 68.33333%;
      flex: 0 0 68.33333%;
      max-width: 68.33333%;
  }
  .col-md-42 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
  .col-md-43 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 71.66667%;
      -ms-flex: 0 0 71.66667%;
      flex: 0 0 71.66667%;
      max-width: 71.66667%;
  }
  .col-md-44 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 73.33333%;
      -ms-flex: 0 0 73.33333%;
      flex: 0 0 73.33333%;
      max-width: 73.33333%;
  }
  .col-md-45 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-md-46 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 76.66667%;
      -ms-flex: 0 0 76.66667%;
      flex: 0 0 76.66667%;
      max-width: 76.66667%;
  }
  .col-md-47 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 78.33333%;
      -ms-flex: 0 0 78.33333%;
      flex: 0 0 78.33333%;
      max-width: 78.33333%;
  }
  .col-md-48 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  .col-md-49 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 81.66667%;
      -ms-flex: 0 0 81.66667%;
      flex: 0 0 81.66667%;
      max-width: 81.66667%;
  }
  .col-md-50 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-md-51 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      max-width: 85%;
  }
  .col-md-52 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 86.66667%;
      -ms-flex: 0 0 86.66667%;
      flex: 0 0 86.66667%;
      max-width: 86.66667%;
  }
  .col-md-53 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 88.33333%;
      -ms-flex: 0 0 88.33333%;
      flex: 0 0 88.33333%;
      max-width: 88.33333%;
  }
  .col-md-54 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
  }
  .col-md-55 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-md-56 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 93.33333%;
      -ms-flex: 0 0 93.33333%;
      flex: 0 0 93.33333%;
      max-width: 93.33333%;
  }
  .col-md-57 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95%;
      -ms-flex: 0 0 95%;
      flex: 0 0 95%;
      max-width: 95%;
  }
  .col-md-58 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 96.66667%;
      -ms-flex: 0 0 96.66667%;
      flex: 0 0 96.66667%;
      max-width: 96.66667%;
  }
  .col-md-59 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 98.33333%;
      -ms-flex: 0 0 98.33333%;
      flex: 0 0 98.33333%;
      max-width: 98.33333%;
  }
  .col-md-60 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
      max-width: 100%;
  }
  .col-lg-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-lg-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.66667%;
      -ms-flex: 0 0 1.66667%;
      flex: 0 0 1.66667%;
      max-width: 1.66667%;
  }
  .col-lg-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 3.33333%;
      -ms-flex: 0 0 3.33333%;
      flex: 0 0 3.33333%;
      max-width: 3.33333%;
  }
  .col-lg-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
  }
  .col-lg-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 6.66667%;
      -ms-flex: 0 0 6.66667%;
      flex: 0 0 6.66667%;
      max-width: 6.66667%;
  }
  .col-lg-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-lg-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .col-lg-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.66667%;
      -ms-flex: 0 0 11.66667%;
      flex: 0 0 11.66667%;
      max-width: 11.66667%;
  }
  .col-lg-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13.33333%;
      -ms-flex: 0 0 13.33333%;
      flex: 0 0 13.33333%;
      max-width: 13.33333%;
  }
  .col-lg-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%;
  }
  .col-lg-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-lg-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.33333%;
      -ms-flex: 0 0 18.33333%;
      flex: 0 0 18.33333%;
      max-width: 18.33333%;
  }
  .col-lg-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .col-lg-13 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21.66667%;
      -ms-flex: 0 0 21.66667%;
      flex: 0 0 21.66667%;
      max-width: 21.66667%;
  }
  .col-lg-14 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 23.33333%;
      -ms-flex: 0 0 23.33333%;
      flex: 0 0 23.33333%;
      max-width: 23.33333%;
  }
  .col-lg-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-md-16 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 26.66667%;
      -ms-flex: 0 0 26.66667%;
      flex: 0 0 26.66667%;
      max-width: 26.66667%;
  }
  .col-lg-17 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 28.33333%;
      -ms-flex: 0 0 28.33333%;
      flex: 0 0 28.33333%;
      max-width: 28.33333%;
  }
  .col-lg-18 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
  }
  .col-lg-19 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 31.66667%;
      -ms-flex: 0 0 31.66667%;
      flex: 0 0 31.66667%;
      max-width: 31.66667%;
  }
  .col-lg-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-lg-21 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
  }
  .col-lg-22 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 36.66667%;
      -ms-flex: 0 0 36.66667%;
      flex: 0 0 36.66667%;
      max-width: 36.66667%;
  }
  .col-lg-23 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 38.33333%;
      -ms-flex: 0 0 38.33333%;
      flex: 0 0 38.33333%;
      max-width: 38.33333%;
  }
  .col-lg-24 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
  }
  .col-lg-25 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-lg-26 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 43.33333%;
      -ms-flex: 0 0 43.33333%;
      flex: 0 0 43.33333%;
      max-width: 43.33333%;
  }
  .col-lg-27 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
  }
  .col-lg-28 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 46.66667%;
      -ms-flex: 0 0 46.66667%;
      flex: 0 0 46.66667%;
      max-width: 46.66667%;
  }
  .col-lg-29 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48.33333%;
      -ms-flex: 0 0 48.33333%;
      flex: 0 0 48.33333%;
      max-width: 48.33333%;
  }
  .col-lg-30 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-31 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 51.66667%;
      -ms-flex: 0 0 51.66667%;
      flex: 0 0 51.66667%;
      max-width: 51.66667%;
  }
  .col-lg-32 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 53.33333%;
      -ms-flex: 0 0 53.33333%;
      flex: 0 0 53.33333%;
      max-width: 53.33333%;
  }
  .col-lg-33 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
  }
  .col-lg-34 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56.66667%;
      -ms-flex: 0 0 56.66667%;
      flex: 0 0 56.66667%;
      max-width: 56.66667%;
  }
  .col-lg-35 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-lg-36 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }
  .col-lg-37 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 61.66667%;
      -ms-flex: 0 0 61.66667%;
      flex: 0 0 61.66667%;
      max-width: 61.66667%;
  }
  .col-lg-38 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 63.33333%;
      -ms-flex: 0 0 63.33333%;
      flex: 0 0 63.33333%;
      max-width: 63.33333%;
  }
  .col-lg-39 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
  }
  .col-lg-40 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-lg-41 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68.33333%;
      -ms-flex: 0 0 68.33333%;
      flex: 0 0 68.33333%;
      max-width: 68.33333%;
  }
  .col-lg-42 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
  .col-lg-43 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 71.66667%;
      -ms-flex: 0 0 71.66667%;
      flex: 0 0 71.66667%;
      max-width: 71.66667%;
  }
  .col-lg-44 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 73.33333%;
      -ms-flex: 0 0 73.33333%;
      flex: 0 0 73.33333%;
      max-width: 73.33333%;
  }
  .col-lg-45 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-lg-46 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 76.66667%;
      -ms-flex: 0 0 76.66667%;
      flex: 0 0 76.66667%;
      max-width: 76.66667%;
  }
  .col-lg-47 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 78.33333%;
      -ms-flex: 0 0 78.33333%;
      flex: 0 0 78.33333%;
      max-width: 78.33333%;
  }
  .col-lg-48 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  .col-lg-49 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 81.66667%;
      -ms-flex: 0 0 81.66667%;
      flex: 0 0 81.66667%;
      max-width: 81.66667%;
  }
  .col-lg-50 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-lg-51 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      max-width: 85%;
  }
  .col-lg-52 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 86.66667%;
      -ms-flex: 0 0 86.66667%;
      flex: 0 0 86.66667%;
      max-width: 86.66667%;
  }
  .col-lg-53 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 88.33333%;
      -ms-flex: 0 0 88.33333%;
      flex: 0 0 88.33333%;
      max-width: 88.33333%;
  }
  .col-lg-54 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
  }
  .col-lg-55 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-lg-56 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 93.33333%;
      -ms-flex: 0 0 93.33333%;
      flex: 0 0 93.33333%;
      max-width: 93.33333%;
  }
  .col-lg-57 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95%;
      -ms-flex: 0 0 95%;
      flex: 0 0 95%;
      max-width: 95%;
  }
  .col-lg-58 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 96.66667%;
      -ms-flex: 0 0 96.66667%;
      flex: 0 0 96.66667%;
      max-width: 96.66667%;
  }
  .col-lg-59 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 98.33333%;
      -ms-flex: 0 0 98.33333%;
      flex: 0 0 98.33333%;
      max-width: 98.33333%;
  }
  .col-lg-60 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .d-lg-none {
      display: none !important;
  }
  .d-lg-inline {
      display: inline !important;
  }
  .d-lg-inline-block {
      display: inline-block !important;
  }
  .d-lg-block {
      display: block !important;
  }
  .d-lg-table {
      display: table !important;
  }
  .d-lg-table-row {
      display: table-row !important;
  }
  .d-lg-table-cell {
      display: table-cell !important;
  }
  .d-lg-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }
}


@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
      max-width: 100%;
  }
  .col-xl-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-xl-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.66667%;
      -ms-flex: 0 0 1.66667%;
      flex: 0 0 1.66667%;
      max-width: 1.66667%;
  }
  .col-xl-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 3.33333%;
      -ms-flex: 0 0 3.33333%;
      flex: 0 0 3.33333%;
      max-width: 3.33333%;
  }
  .col-xl-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
  }
  .col-lg-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 6.66667%;
      -ms-flex: 0 0 6.66667%;
      flex: 0 0 6.66667%;
      max-width: 6.66667%;
  }
  .col-xl-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-xl-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .col-xl-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.66667%;
      -ms-flex: 0 0 11.66667%;
      flex: 0 0 11.66667%;
      max-width: 11.66667%;
  }
  .col-xl-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13.33333%;
      -ms-flex: 0 0 13.33333%;
      flex: 0 0 13.33333%;
      max-width: 13.33333%;
  }
  .col-xl-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%;
  }
  .col-xl-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-xl-11 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.33333%;
      -ms-flex: 0 0 18.33333%;
      flex: 0 0 18.33333%;
      max-width: 18.33333%;
  }
  .col-xl-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .col-xl-13 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21.66667%;
      -ms-flex: 0 0 21.66667%;
      flex: 0 0 21.66667%;
      max-width: 21.66667%;
  }
  .col-xl-14 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 23.33333%;
      -ms-flex: 0 0 23.33333%;
      flex: 0 0 23.33333%;
      max-width: 23.33333%;
  }
  .col-xl-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-xl-16 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 26.66667%;
      -ms-flex: 0 0 26.66667%;
      flex: 0 0 26.66667%;
      max-width: 26.66667%;
  }
  .col-xl-17 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 28.33333%;
      -ms-flex: 0 0 28.33333%;
      flex: 0 0 28.33333%;
      max-width: 28.33333%;
  }
  .col-xl-18 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
  }
  .col-xl-19 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 31.66667%;
      -ms-flex: 0 0 31.66667%;
      flex: 0 0 31.66667%;
      max-width: 31.66667%;
  }
  .col-xl-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-xl-21 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
  }
  .col-xl-22 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 36.66667%;
      -ms-flex: 0 0 36.66667%;
      flex: 0 0 36.66667%;
      max-width: 36.66667%;
  }
  .col-xl-23 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 38.33333%;
      -ms-flex: 0 0 38.33333%;
      flex: 0 0 38.33333%;
      max-width: 38.33333%;
  }
  .col-xl-24 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
  }
  .col-xl-25 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-xl-26 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 43.33333%;
      -ms-flex: 0 0 43.33333%;
      flex: 0 0 43.33333%;
      max-width: 43.33333%;
  }
  .col-xl-27 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
  }
  .col-xl-28 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 46.66667%;
      -ms-flex: 0 0 46.66667%;
      flex: 0 0 46.66667%;
      max-width: 46.66667%;
  }
  .col-xl-29 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48.33333%;
      -ms-flex: 0 0 48.33333%;
      flex: 0 0 48.33333%;
      max-width: 48.33333%;
  }
  .col-xl-30 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-xl-31 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 51.66667%;
      -ms-flex: 0 0 51.66667%;
      flex: 0 0 51.66667%;
      max-width: 51.66667%;
  }
  .col-xl-32 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 53.33333%;
      -ms-flex: 0 0 53.33333%;
      flex: 0 0 53.33333%;
      max-width: 53.33333%;
  }
  .col-xl-33 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
  }
  .col-xl-34 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56.66667%;
      -ms-flex: 0 0 56.66667%;
      flex: 0 0 56.66667%;
      max-width: 56.66667%;
  }
  .col-xl-35 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-xl-36 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }
  .col-xl-37 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 61.66667%;
      -ms-flex: 0 0 61.66667%;
      flex: 0 0 61.66667%;
      max-width: 61.66667%;
  }
  .col-xl-38 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 63.33333%;
      -ms-flex: 0 0 63.33333%;
      flex: 0 0 63.33333%;
      max-width: 63.33333%;
  }
  .col-xl-39 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
  }
  .col-xl-40 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-xl-41 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68.33333%;
      -ms-flex: 0 0 68.33333%;
      flex: 0 0 68.33333%;
      max-width: 68.33333%;
  }
  .col-xl-42 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
  .col-xl-43 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 71.66667%;
      -ms-flex: 0 0 71.66667%;
      flex: 0 0 71.66667%;
      max-width: 71.66667%;
  }
  .col-xl-44 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 73.33333%;
      -ms-flex: 0 0 73.33333%;
      flex: 0 0 73.33333%;
      max-width: 73.33333%;
  }
  .col-xl-45 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-xl-46 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 76.66667%;
      -ms-flex: 0 0 76.66667%;
      flex: 0 0 76.66667%;
      max-width: 76.66667%;
  }
  .col-xl-47 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 78.33333%;
      -ms-flex: 0 0 78.33333%;
      flex: 0 0 78.33333%;
      max-width: 78.33333%;
  }
  .col-xl-48 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  .col-xl-49 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 81.66667%;
      -ms-flex: 0 0 81.66667%;
      flex: 0 0 81.66667%;
      max-width: 81.66667%;
  }
  .col-lg-50 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-xl-51 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      max-width: 85%;
  }
  .col-xl-52 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 86.66667%;
      -ms-flex: 0 0 86.66667%;
      flex: 0 0 86.66667%;
      max-width: 86.66667%;
  }
  .col-xl-53 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 88.33333%;
      -ms-flex: 0 0 88.33333%;
      flex: 0 0 88.33333%;
      max-width: 88.33333%;
  }
  .col-xl-54 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
  }
  .col-lg-55 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-xl-56 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 93.33333%;
      -ms-flex: 0 0 93.33333%;
      flex: 0 0 93.33333%;
      max-width: 93.33333%;
  }
  .col-lg-57 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 95%;
      -ms-flex: 0 0 95%;
      flex: 0 0 95%;
      max-width: 95%;
  }
  .col-xl-58 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 96.66667%;
      -ms-flex: 0 0 96.66667%;
      flex: 0 0 96.66667%;
      max-width: 96.66667%;
  }
  .col-xl-59 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 98.33333%;
      -ms-flex: 0 0 98.33333%;
      flex: 0 0 98.33333%;
      max-width: 98.33333%;
  }
  .col-xl-60 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .d-xl-none {
      display: none !important;
  }
  .d-xl-inline {
      display: inline !important;
  }
  .d-xl-inline-block {
      display: inline-block !important;
  }
  .d-xl-block {
      display: block !important;
  }
  .d-xl-table {
      display: table !important;
  }
  .d-xl-table-row {
      display: table-row !important;
  }
  .d-xl-table-cell {
      display: table-cell !important;
  }
  .d-xl-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -webkit-inline-flex !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}

/* //Custom Grid End// */
.list-text-main {
    margin: 0 0 15px 0px;
}
.list-text-point{
    list-style: none;
}
.list-text-point:before {
  content: '';
  background-image: url(../assets/check-green-circle.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:18px;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  padding-left: 28px;
  padding: 0;
}
.banner-section{
  margin-bottom: 40px;
}
.main-banner-section {
  position: relative;
}
.banner-seciton-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 87%;
}
.banner-section-img-container {
  position: relative;
}
.banner-section-img-container img {
  position: relative;
  width: 100%;
  right: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.product---feature {
  padding-top: 0;
}
.product---feature ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: column;
  padding-bottom: 25px;
  max-width: 1150px;
  padding-bottom: 25px;
  margin: 0 auto;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product---feature ul li {
  padding-right: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #383E56;
  text-align: center;
}
.product---feature ul li:last-child {
  padding-right: 0;
}
.product---feature ul li::before {
  content: "";
  background-color: #FB743E;
  border-radius: 50px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 22px;
}

.home-blog-section{
  padding: 50px 0;
}
span.article__date{
  display: block;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li a {
      border: 0;
      background: #000;
      display: block;
      height: 3px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li a:hover:before, .slick-dots li a:focus:before {
        opacity: 1; }
      .slick-dots li button:before, .slick-dots li a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "-";
        width: 20px;
        height: 2px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }
.homepage.product-images .product-medias__media img{
  position: absolute;
  z-index: 999;
  border-radius: 100px 0px 0px 0px;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-slide{
  text-align: center;
}
.homepage.product-images .product-medias__media{
  position: relative;
  padding-top: 79.3%;
}
.homepage.product-images .product-medias__media:before{
  position: absolute ;
  content: '';
  top: -28px;
    left: 0;
  display: block;
  background-image: url(../assets/dot-clipart.svg);
  z-index: 99;
    height: 96px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 235px;
}
.homepage-sections-wrapper .product-page--sale-badge{
  display: none;
}
.featured-service {
  padding: 40px 0 25px;
}
.featured-service-inner{
  display: flex;
}
.featured-service-inner img{
  object-fit: contain;
  margin-right: 15px;
  width: 37px;
  align-self: flex-start;
  height: 27px;
}
.bottom--footer---links li a{
  color: #fff;
}
.footer-email-input::placeholder {
  color: #fff;
  opacity: 1;
}
.row-reverse{
  flex-direction: row-reverse!important;
}
.page-header{
  width: 100%;
  max-width: 100%;
}
.announcement-bar .announcement-bar__message{
  width: auto !important;
}
.announcement-bar .social-sharing ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  text-align: right;
  justify-content: flex-end;
}
#custom-sharing #sm-icons.clearfix li{
  list-style: none;

}
.fetured-product-text-cont ul li{
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
.fetured-product-text-cont ul li::before {
  content: '';
  background-image: url(../assets/check-green-circle.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  padding-left: 28px;
  padding: 0;
}

/* //Contact Us Start// */
textarea#ContactFormMESSAGE {
  border-top: none;
  border-right: none;
  border-left: none;
}
.contact-us-text-container{
  border-left: 1px solid #E5E5E5;
}
.contact-us-text-container h2{
  text-transform: capitalize;
  font-weight: bold;
  font-size: 28px;
  
}
.num-email h3{
  text-transform: capitalize;
  color: #FB743E;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.num-email span{
  font-weight: 500;
  font-size: 25px;
}
.num-email span a {
  font-weight: 500;
  font-size: 25px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  word-break: break-word;
}
.border-separator{
  border-color: #E5E5E5;
}
.contact-us-title-text {
  padding-left: 46px;
}
.num-email {
  padding-left: 46px;
}
/* //Contact Us End// */
.blog-img-custom{
  max-width: 100% !important;
  min-height: 100% !important;
}


/* P - style Header */
body {
  font-family: 'Quicksand', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Quicksand', sans-serif;
}
p {
  font-family: 'Quicksand', sans-serif;
}
.announcement-bar {
  background-color: #383E56!important;
  padding: 15px 0!important;
}
.announcement-bar .social-sharing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
.announcement-bar p { 
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: normal;
}
.announcement-bar a, .announcement-bar .social-sharing.is-clean a {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.announcement-bar .top-header-email {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement-bar a {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}
.social-sharing.is-clean a {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 19px;
  font-family: 'Quicksand', sans-serif;
}
.social-sharing.is-clean li:last-child a {
  padding-right: 0;
}
.drawer__close.js-drawer-close {
  display: none;
}
.drawer__header.sitewide--title-wrapper .drawer__close.js-drawer-close {
  display: block;
}
.top-links--icon-links li a {
  padding: 18px 22px;
}

.site-nav__link {
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #383E56;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: normal;
}
.site-header .wetheme-dropdown button:hover, 
.site-header__logo-link:active, 
.site-header__logo-link:hover, 
.top-links a:active, .top-links a:hover {
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
.header--supporting-text {
  background: #FB743E;
  border: 2px solid #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  font-size: 0;
  position: absolute;
  right: -3px;
  top: 18px;
}
.header-section .site-header {
  box-shadow: 0px 4px 14px rgb(56 62 86 / 9%);
}

.mobile-nav__item a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #383E56;
}

.mobile-nav-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #383E56;
  width: 100%;
  opacity: 1;
  border-top: 1px solid #383e564f;
  border-bottom: 1px solid #383e564f;
}
.mobile-nav__sublist .mobile-nav__item {
  padding-left: 10px;
}

.orenge-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 46px;
  background: #FB743E;
  border: 2px solid #FB743E;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  padding: 9px 10px 10px;
  letter-spacing: normal;
}
.orenge-btn:hover {
  background: transparent;
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
.border-orenge-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 46px;
  background: ;
  border: 2px solid #FB743E;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FB743E;
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  padding: 9px 10px 10px;
  letter-spacing: normal;
}
.border-orenge-btn:hover {
  background: #FB743E;
  color: #fff;
  transition: all ease-in-out 500ms;
}
button.btn.btn--large.btn--load-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 46px;
  background: #FB743E;
  border: 2px solid #FB743E;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  padding: 9px 10px 10px;
  letter-spacing: normal;
}
button.btn.btn--large.btn--load-more:hover {
  background: transparent;
  color: #FB743E;
  transition: all ease-in-out 500ms;
}

.banner-section-text-container {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  padding: 35px 5px 40px;
}
.banner-section-text-container h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #383E56;
  margin-bottom: 15px;
}
.banner-section-text-container p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #383E56;
  margin-bottom: 25px;
}
.banner-section-img-container:before {
  background-image: none!important;
  bottom: auto!important;
  padding-top: 0!important;
  height: 100%!important;
  content: '';
  position: absolute;
  left: -45px!important;
  background-repeat: no-repeat;
  background-size: contain;
  top: -33px!important;
  background-position: center;
  width: 100%;
  padding-top: 69%;
  border: 23px solid #C5D7BD;
  box-sizing: border-box;
  border-radius: 90px 0px 0px 0px;
}

.h-full {
  height: 100%;
}

.heading--title {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
}
.heading--description {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
.heading--description p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
.heading__description__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
.ul-description li {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  padding-left: 28px;
}
.homepage-sections--title {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto 15px;
  display: block;;
}
.homepage-sections--description {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
  padding: 0 20px;
}

.collection__grid__sec .two-clm-sec {
  padding: 25px 10px 10px;
}
.collection__grid__sec .two-clm-sec .heading__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #383E56;
  text-align: center;
  margin-bottom: 5px;
}
.collection__grid__sec .two-clm-sec .grid-item__title {
  padding-bottom: 18px;
}
.collection__grid__sec .two-clm-sec .grid-item__title h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 0;
}
.featured-collections-wrapper .collection__grid__sec .grid-image a .lazyload-wrapper {
  padding-top: 69%;
  position: relative;
}
.featured-collections-wrapper .collection__grid__sec .grid-image a .lazyload-wrapper img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  filter: grayscale(0);
	-webkit-filter: grayscale(0);
  -webkit-transition: -webkit-filter 600ms ease;
  z-index: 5;
}
.featured-collections-wrapper .collection__grid__sec .grid-image a:hover .lazyload-wrapper img {
  filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}
.two-clm-sec-wrapper.block-section--collection-0 .two-clm-sec-grid.collection__grid__sec .grid-image::after {
  content: "";
  background-image: url(../assets/dot-clipart.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:235px;
  position: absolute;
  left: -27px;
  top: -25px;
  right: auto;
  margin: 0 auto;
  z-index: 3;
  width: 235px;
  height: 96px;
  transition: all ease-in-out 300ms;
}
.two-clm-sec-wrapper.block-section--collection-1 .two-clm-sec-grid.collection__grid__sec .grid-image::after {
  content: "";
  background-image: url(../assets/dot-clipart.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:235px;
  position: absolute;
  right: -27px;
  top: -25px;
  left: auto;
  margin: 0 auto;
  z-index: 3;
  width: 235px;
  height: 96px;
  transition: all ease-in-out 300ms;
}
.featured-collections-wrapper .homepage-collection-grid-item.two-clm-sec-wrapper {
  padding: 15px 0px;
}
.homepage-collection-grid-item--below-image .homepage-collection-grid-inner {
  width: 100%;
}
.featured-collections-wrapper .homepage-collections-background.content-width {
  padding-top: 15px;
  padding-bottom: 30px;
}
.homepage-featured-content-box-inner p, .homepage-map-content-box-inner p {
  margin-bottom: 25px;
}
.homepage-sections-wrapper--light {
    background-color: #ffffff;
}
.share-brand-section.homepage-sections-wrapper {
  padding: 45px 0 40px;
}
.most-popular-section.homepage-sections-wrapper {
  background: #F4F3F3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage-content--image img {
  object-fit: cover;
}
.left-share-brand-sec {
  max-width: 543px;
}

.home-product-slider .slick-list .product--slide {
  margin: 0 13px;
  padding: 0;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper {
  padding: 27px 0 0;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper .product-grid--vendor-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin: 0;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper .product-grid--vendor-text p {
  margin-bottom: 7px;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper .product-grid--title a {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #383E56;
  margin-bottom: 10px;
  display: block;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper .product-grid--price a .money {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #FB743E;
}
.home-product-slider .slick-list .product--slide .grid-view-item--desc-wrapper .product-grid--price a s .money {
  color: #383E56;
  padding-right: 8px;
}
.home-product-slider, .home-product-slider-2 {
  padding-left: 6%;
  padding-right: 6%;
}
button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.home-product-slider button.slick-arrow {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 8;
  box-shadow: 0px 2px 9px rgba(92, 124, 140, 0.16);
}

.home-product-slider-2 .swiper-button--custom {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 8;
  box-shadow: 0px 2px 9px rgba(92, 124, 140, 0.16);
}




.home-product-slider button.slick-arrow.slick-prev::after, .home-product-slider-2 .swiper-button--prev.swiper-button--custom:after {
  content: "";
  background-image: url(../assets/slider-arrow-left.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22x;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.home-product-slider button.slick-arrow.slick-next::after, .home-product-slider-2 .swiper-button--next.swiper-button--custom:after {
  content: "";
  background-image: url(../assets/slider-arrow-right.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.home-product-slider button.slick-arrow.slick-prev {
  left: 1%;
  right: auto;
}
.home-product-slider button.slick-arrow.slick-next {
  right: 1%;
  left: auto;
}


.home-product-slider-2 .swiper-button--prev.swiper-button--custom {
  left: 1%;
  right: auto;
}
.home-product-slider-2 .swiper-button--next.swiper-button--custom {
  right: 1%;
  left: auto;
}


.swiper-button--custom.swiper-button-disabled {    opacity: 0.5;}

.view-all-btn {
  min-width: 238px!important;
}
.aspect-ratio--tall {
  padding-bottom: 100%;
}
.slick-dots li {
  margin: 0 1px;
}
.slick-dots li button, .slick-dots li a {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  width: 12px;
    height: 12px;
  border: 1.09524px solid #B5B5B5;
  border-radius: 100%;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active a {
  background: #FB743E;
  border: 1.09524px solid #FB743E;
}
section.home-featured-testimonials {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 45px 0 45px;
}

.like-star i.fa.fa-star {
  color: #F8AE1B;
  font-size: 18px;
  margin: 0px 2px;
}
.like-star {
  margin: 20px 0 20px;
}
.testimonials-slider.slick-slider {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin-top: 20px;
}



.testimonials-slider.slick-slider .slick-dots li button, .testimonials-slider.slick-slider .slick-dots li a {
  border: 0;
  background: #383E56;
  border: 1px solid #383E56;
  display: block;
  height: 3px;
  width: 28px;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.2;
}
.testimonials-slider.slick-slider .slick-dots li button::before, 
.testimonials-slider.slick-slider .slick-dots li a::before { 
  display: none;
}
.testimonials-slider.slick-slider .slick-dots li.slick-active button, .testimonials-slider.slick-slider .slick-dots li.slick-active a {
  background: #383E56;
  border: 1px solid #383E56;
  opacity: 1;
}
.testimonials-slider.slick-slider .slick-dots li {
  margin: 0 6px;
  width: 28px; 
}
.testimonials-slider.slick-slider .slick-dots {
  margin-top: 10px;
}
.product-details-wrapper {
  background: transparent;
  padding: 30px 0 20px 30px;
}

.home-blog-section .blog-content-wrap .heading--title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.home-blog-section .small-blog-box .heading--title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
span.article__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FB743E;
  margin-bottom: 10px;
  font-family: 'Quicksand', sans-serif;
}
.home-article-img {
  object-fit: cover;
}
.main-blog {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.small-blog-img {
  position: relative;
  padding-top: 68%;
  display: block;
}
.small-blog-img img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.small-blog-box {
  padding-left: 20px;
  padding-right: 20px;
}
.main-small-blog {
  margin: 0 -20px;
}
.link-btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
  transition: all ease-in-out 500ms;
}
.link-btn:hover {
  color: #383E56;
  transition: all ease-in-out 500ms;
}
.view-btn-box {
  padding-top: 0;
}

.main-blog-img {
  position: relative;
  padding-top: 60.4%;
  display: block;
}
.main-blog-img img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-feed.instagram-feed-section {
  padding-top: 50px;
  padding-bottom: 50px;
}


.featured-service .featured-service-text-box h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #383E56;
  margin-bottom: 14px;
}
.featured-service .featured-service-text-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
}
.featured-service .featured-service-inner img {
  position: relative;
  top: 4px;
}

footer {
  padding: 60px 0 13px;
}
.bottom--footer-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.text-white {
  color: #fff;
}
.bottom--footer---links li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Quicksand', sans-serif;
}
.bottom--footer---links li {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-family: 'Quicksand', sans-serif;
}

.h3.footer-header {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
}
.links-footer ul li {
  margin-bottom: 12px;
}
.links-footer ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Quicksand', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  transition: all ease-in-out 500ms;
}
.links-footer ul li a:hover {
  color: #fff;
  transition: all ease-in-out 500ms;
}
.social-media-footer .h3.footer-header {
  margin-bottom: 10px;
  margin-top:35px;
}
.social-media-footer ul li .fa-2x {
  font-size: 20px;
}
.footer-article p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.footer-logo {
  height: 30px;
  object-fit: contain;
}
.links-footer:nth-child(2) {
  padding-left: 6%;
}

.newsletter-footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Quicksand', sans-serif;
}
.newsletter_input {
  border-bottom: 2px solid #FFFFFF;
}
.newsletter_input .footer-email-submit {
  font-weight: bold!important;
  font-size: 14px!important;
  line-height: 17px!important;
  text-align: right!important;
  color: #FFFFFF!important;
  background-color: transparent!important;
  border: none!important;
  padding: 5px!important;
  font-family: 'Quicksand', sans-serif!important;
  margin: 5px 0;
}
.newsletter_input input.footer-email-input {
  border: none!important;
  color: rgba(255, 255, 255, 0.51)!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-family: 'Quicksand', sans-serif!important;
  opacity: 1!important;
  line-height: normal!important;
  margin: 0;
  padding-bottom: 3px;
  padding-left: 9px!important;
}
.newsletter_input input:focus {
  border: none!important;
  box-shadow: none;
  outline: none;
}
.newsletter_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.51)!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-family: 'Quicksand', sans-serif!important;
  opacity: 1!important;
  line-height: normal!important;
}
.newsletter_input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.51)!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-family: 'Quicksand', sans-serif!important;
  opacity: 1!important;
  line-height: normal!important;
}
.newsletter_input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.51)!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-family: 'Quicksand', sans-serif!important;
  opacity: 1!important;
  line-height: normal!important;
}
.newsletter_input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.51)!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-family: 'Quicksand', sans-serif!important;
  opacity: 1!important;
  line-height: normal!important;
}
.bottom--footer {
  margin-top: 20px;
}
.newsletter-footer p.note.form-success {
  background: #454c65;
  border: none;
  color: #fff;
  padding: 14px 15px;
  border-radius: 3px;
  font-size: 15px!important;
  font-family: 'Quicksand', sans-serif!important;
}
.newsletter-footer p.note {
  background: #454c65;
  border: none;
  color: #fff;
  padding: 14px 15px;
  border-radius: 3px;
  font-size: 15px!important;
  font-family: 'Quicksand', sans-serif!important;
}
.product-details--form-wrapper {
  max-width: 514px;
}

.price__Sec .money {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
}
.price__Sec #ComparePrice .money {
  margin: 0 auto 0 0;
  text-decoration: line-through;
  display: block;
  text-align: left;
  color: #9F9F9F;
}
#ComparePrice {
    margin: 0 auto 0 0!important;
}
.swatch[data-option-index="0"] {
  margin-top: 23px;
}
.price__Sec {
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px!important;
}
.homepage-sections--indiv-product-slider-variants .swatch .header  {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  margin-bottom: 15px;
}
.color.swatch-element input+label:after {
  display: none!important;
}
.swatch .swatch-element.color {
  margin-right: 10px;
}
.color.swatch-element label {
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px!important;
}
.color.swatch-element input+label {
  position: relative;
  border: 2px solid transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  transition: all ease-in-out 500ms;
}
.color.swatch-element input:checked+label {
  border: 2px solid #383E56;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
  transition: all ease-in-out 500ms;
}
.w-full {
  width: 100%;
}

#AddToCart.orenge-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 58px;
  width: 100%;
  background: #FB743E;
  border: 2px solid #FB743E;
  border-radius: 100px;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  padding: 9px 10px 10px;
}
#AddToCart.orenge-btn:hover {
  background: transparent;
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
#AddToCartForm .quantity__sec .quantity-selector.product-sub-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 0%;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  width: initial;
  margin-left: 15px;
}
.quantity__sec .js-qty {
  border: 1px solid #383E56;
  box-sizing: border-box;
  border-radius: 100px;
  min-width: 156px;
  height: 50px;
  max-width: 100%!important;
  width: 100%;
}
#AddToCartForm #Quantity {
  border: 0;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 0%;
  text-align: center;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  max-width: 60px;
    padding: 0;
    margin: 0 auto;
}
#AddToCartForm .ajaxcart__qty-adjust, #AddToCartForm .js-qty__adjust {
  opacity: 1;
  padding: 1px 25px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1.09524px solid #B5B5B5;
  transition: all ease-in-out 500ms;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #FB743E;
  border: 1.09524px solid #FB743E!important;
  transition: all ease-in-out 500ms;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.product-medias__main .swiper-pagination {
  margin-top: 20px;
}
.product-medias__fullsize .product-medias__main  .swiper-slide {
  padding-top: 30px;
}
.page-main--wrapper {
  padding-top: 0;
}

.inner-main-banner {
  background: rgba(197, 215, 189, 0.5)!important;
  padding: 40px 0 25px;
  display: block;
}
.inner-main-banner .wrapper__sec {
  max-width: 642px;
  margin: 0 auto;
}
.inner-main-banner .wrapper__sec .heading--description p {
  margin: 0;
  color: #383E56;
}

.product-list-view {
  padding: 0 4%;
  display: block;
}
.product-list-view .collection-main-body-inner {
  padding: 55px 0 40px;
}
.product-list-view .product_items  {
  padding-left: 15px;
  padding-right: 15px;
}


/* ----------- Product List  ----------- */
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper {
  text-align: left;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product-grid--price { 
  text-align: left;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product_type {
  text-align: left!important;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper {
  padding: 27px 0 0;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product_type p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 7px 0;
  text-align: left;
  text-transform: uppercase;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product-grid--title a {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #383E56;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product-grid--price a .money {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #FB743E;
  text-align: left;
}
.product-list-view .product_items .grid-view-item .grid-view-item--desc-wrapper .product-grid--price a s .money {
  color: #383E56;
  padding-right: 8px;
}
.pagination {
  margin: 0;
  text-align: center;
}
#shopify-section-template--collection .main-content.page-main--wrapper {
  padding-bottom: 70px;
}
/* ----------- Product List End  ----------- */


/* ----------- Product Details Start  ----------- */
.wrapper__youmaylike {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}

button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.wrapper__youmaylike .swiper-button--prev, .wrapper__youmaylike .swiper-button--next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 8;
}

.wrapper__youmaylike .swiper-button--prev::after {
  content: "";
  background-image: url(../assets/slider-arrow-left.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22x;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.wrapper__youmaylike .swiper-button--next::after {
  content: "";
  background-image: url(../assets/slider-arrow-right.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.wrapper__youmaylike .swiper-button--prev {
  left: 1%;
  right: auto;
}
.wrapper__youmaylike .swiper-button--next {
  right: 1%;
  left: auto;
}


.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper {
  text-align: left;
  padding: 27px 0 0;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product-grid--price { 
  text-align: left;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product_type {
  text-align: left!important;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product_type p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 7px 0;
  text-align: left;
  text-transform: uppercase;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product-grid--title a {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #383E56;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product-grid--price a .money {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #FB743E;
  text-align: left;
}
.product-page-related-products .grid__item .grid-view-item .grid-view-item--desc-wrapper .product-grid--price a s .money {
  color: #383E56;
  padding-right: 8px;
}
.product-page-related-products {
  padding-top: 50px;
}


.pdp-wrapper {
  z-index: 2;
  position: relative;
  padding-top: 25px;
  padding-bottom: 0;
}
.pdp-warpper-row {
  z-index: 3;
  position: relative;
}
.pdp-wrapper::after {
  content: "";
  position: absolute;
  background: rgba(197, 215, 189, 0.5);
  border-radius:0;
  height: 100%;
  width: 38%;
  left: 0;
  top: 0;
}
.product_images.product-details-slider .slick-arrow {
  display: none!important;
}
.product_images.product-details-slider .slick-slide {
  /* position: relative;
  padding-top: 9.5%; */
}
.product_images.product-details-slider .slick-slide img {
  /* border-radius: 0px 40px 0px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-slide {
  margin: 0 10px;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-slide {
  /* position: relative;
  padding-top: 5.2%; */
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-slide img {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  height: 60px;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
  opacity: 0.59;
  border-bottom: 3px solid transparent;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-slide.slick-current.slick-active img {
  opacity: 1!important;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.13));
  border-bottom: 3px solid #FB743E;
}

.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-next.slick-arrow {
  width: 30px;
  height: 30px;
  left: auto;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  right: -11px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 0;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails {
  padding: 25px 25px 25px 25px;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-list.draggable {
  position: relative;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-prev.slick-arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 0;
  left: -13px;
  right: auto;
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-prev.slick-arrow::before {
  content: "";
  background-image: url(../assets/left-slider-arrow-new.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
  z-index: 3;
  height: 40px;
  transition: all ease-in-out 300ms;
  top: 50%;
  transform: translateY(-50%);
}
.pdp-wrapper .slick-initialized.product_ws_thumbnails .slick-next.slick-arrow::before {
  content: "";
  background-image: url(../assets/right-slider-arrow.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
  z-index: 3;
  height: 40px;
  transition: all ease-in-out 300ms;
  top: 50%;
  transform: translateY(-50%);
}
.pdp-wrapper .product-details-wrapper .product-type-pdp {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
}
.pdp-wrapper .product-details-wrapper {
  padding: 10px 0 0px 0px;
}
.pdp-wrapper .product-details-wrapper .product-details-product-title  {
  font-family: 'Quicksand', sans-serif;
}
.pdp-wrapper .product-details--form-wrapper {
  max-width: 583px;
  
}
.grid__item.right-product-details {
  padding-left: 0;
}
.pdp_price__Sec .money {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;  
  display: flex;
  align-items: center;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
}
.pdp_price__Sec #ComparePrice .money {
  margin: 0 auto 0 0;
  text-decoration: line-through;
  display: block;
  text-align: left;
  color: #9F9F9F;
  padding-left: 20px;
}
#ComparePrice {
    margin: 0 auto 0 0!important;
}
.swatch[data-option-index="0"] {
  margin-top: 23px;
}

.sharing-swatch-sec .swatch {
  margin: 0;
}
.sharing-swatch-sec {
  border-top: 1px dashed #E5E5E5;
  padding-top: 19px!important;
}
.sharing-swatch-sec .swatch .header  {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  margin-bottom: 15px;
}
.sharing-swatch-sec .social-sharing {
  display: flex;
  margin-top: 22px;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
}
.sharing-swatch-sec .swatch {
  flex: 0 0 100%;
  max-width: 100%;
}
.sharing-swatch-sec .social-sharing .h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  margin-bottom: 15px;
  padding-top: 0;
}
.sharing-swatch-sec .social-sharing a:first-of-type {
  margin-left: 0;
}
.sharing-swatch-sec .social-sharing a {
  padding-left: 24px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -4px;
}
.sharing-swatch-sec .social-sharing .sharing-button__icon svg {
  width: auto;
  height: 19px;
  margin-right: 0;
  vertical-align: top;
  margin: 0;
  vertical-align: middle;
}



.product-accordians .accordian {
  border-top: 1px solid #E5E5E5;
}
.product-accordians .accordian:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.product-accordians .accordian .accorndian-link.accordion-tab{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #383E56;
  margin: 0;
  position: relative;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Quicksand', sans-serif;
  padding-left: 20px;
}
.product-accordians .accordian .accorndian-link.accordion-tab::after {
  content:"";
  background-image: url(../assets/black-plus.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:16px;
  position: absolute;
  left: auto;
  right: 20px;
  top: 19px;
  z-index: 3;
  width: 16px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.product-accordians .accordian .accorndian-link.accordion-tab.active::after {
  content:"";
  background-image: url(../assets/black-minus.svg);
  transition: all ease-in-out 300ms;
}
.product-accordians .accordian .accordian--body.panel p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #383E56;
  margin-bottom: 0;
}
.product-accordians .accordian .accordian--body.panel p:last-child {
  margin-bottom: 0;
}
.product-accordians .accordian .accordian--body.panel  {
  padding-bottom: 40px;
  padding-left: 20px;
}
.product-accordians .accordian--body.panel ul {
  padding: 0;
  margin: 0;
}
.product-accordians .accordian--body.panel ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #383E56;
  list-style: disc;
  list-style-position: inside;
}
.featured--description-details {
  padding: 20px 0;
}
.featured--row {
  margin-bottom: 20px;
}

.fetured-product-img-cont {
  position: relative;
  padding-top: 67%;
}
.fetured-product-img-cont img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 8;
}
.img-warpper-sec {
  padding-left: 44px;
  padding-top: 25px;
}
.row-md-reverse.row-reverse-sec .img-warpper-sec {
  padding-right: 44px;
  padding-left: 15px;
  padding-top: 25px;
}
.fetured-product-img-cont::after {
  content: "";
  background-image: url(../assets/dot-clipart.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:235px;
  position: absolute;
  left: -27px;
  top: -25px;
  right: auto;
  margin: 0 auto;
  z-index: 3;
  width: 235px;
  height: 96px;
  transition: all ease-in-out 300ms;
}

.row-md-reverse.row-reverse-sec .fetured-product-img-cont::after   {
  content: "";
  background-image: url(../assets/dot-clipart.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:235px;
  position: absolute;
  right: -27px;
  top: -25px;
  left: auto;
  margin: 0 auto;
  z-index: 3;
  width: 235px;
  height: 96px;
  transition: all ease-in-out 300ms;
}

.breadcrumb {
  margin: 0;
  font-size: 12px;
  padding: 40px 0 0;
  position: relative;
    z-index: 8;
}
.breadcrumb_main_wrap {
  z-index: 3;
  position: relative;
}
.breadcrumb_main_wrap::after {
  content: "";
  position: absolute;
  background: rgba(197, 215, 189, 0.5);
  border-radius:0;
  height: 100%;
  width: 38%;
  left: 0;
  top: 0;
}
.breadcrumb span::after {
  content: "";
  background-image: url(../assets/small-right-arrow.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 5px;
  position: absolute;
  right: 6px;
  top: -8px;
  left: auto;
  margin: 0 auto;
  z-index: 3;
  width: 5px;
  height: 8px;
  font-size: 0;
}

.breadcrumb span.text-link {
  font-weight: 500;
  font-size: 14px!important;
  line-height: 20px;
  text-transform: capitalize;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  
}
.breadcrumb span {
  position: relative;
  font-size: 0!important;
  margin-right: 4px;
}
.breadcrumb span.text-link::after  {
  display: none;
}
.breadcrumb a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
  text-decoration:none;
}
.grid-view-item-image {
  position: relative;
  transition: all ease-in-out 500ms;
}
.grid-view-item-image .grid__image.grid__image__match::after {
  content: "";
  background: linear-gradient(180deg, rgba(56, 62, 86, 0) 0%, #383E56 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 500ms;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hover_shop_row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  opacity: 0;
  transition: all ease-in-out 500ms;
}
.grid-view-item {
  transition: all ease-in-out 500ms;
}
.grid-view-item:hover .hover_shop_row {
  opacity: 1;
  z-index: 9;
  bottom: 30px;
  transition: all ease-in-out 500ms;
}
.grid-view-item:hover .grid-view-item-image .grid__image.grid__image__match::after {
  opacity: 1;
  transition: all ease-in-out 500ms;
  z-index: 8;
}
.aspect-ratio div  {
  transition: all ease-in-out 200ms;
}
.aspect-ratio div img {
  transition: all ease-in-out 400ms;
}
.grid-view-item:hover .grid-view-item-image .reveal .aspect-ratio .hidden {
  opacity: 1!important;
  transition: all ease-in-out 400ms;
  z-index: 4!important;
}
.shop-now.orenge-btn {
  min-height: 46px;
  cursor: pointer;
}
.shop-now.orenge-btn:hover {
  background: #fff;
  color: #FB743E;
  transition: all ease-in-out 500ms;
  border-color: #fff;
  
}
#ProductPrice {
  margin-right: 0;
}
/* ----------- Product Details End  ----------- */

.collection-main-body-inner .grid-view-item {
  margin-bottom: 40px;
}
.collection-style--grid {
  background: #fff;
  display: flex;
  width: 100%;
}
.collection-style--grid .grid-uniform_new {
  width: 100%;
}

.inner-main-banner .page-header-text {
  max-width: 642px;
  margin: 0 auto;
}

.wrapper_collection_overview .overview_heading {
  padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 45px;
}
.grid-view-item--desc-wrapper .product_type {
  text-align: left!important;
}
.product_type p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 7px 0;
  text-align: left;
  text-transform: uppercase;
}
.product-grid--price {
  text-align: left!important;
}
.product-grid--title {
  text-align: left;
}
.big-size-btn {
  min-width: 230px!important;
}
#shopify-section-featured-collections-list .homepage-sections-wrapper {
  padding: 43px 0 0;
}

.collection-loop {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 40px;
}
.collection-loop::after {
  content: "";
  background:  #E4E9EC;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 88%;
  height: 1px;
  margin-left: 6%;
  margin-right: 6%;
}
.collection-loop:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.collection-loop:last-child::after {
  display: none;
}



/* --------- blog Page Start --------- */
time.indiv-post-time {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
  opacity: 1;
}
a.article__featured-image {
  margin-bottom: 30px;
}
.blog-grid {
  margin-bottom: 40px;
}
a.article__featured-image .lazyload-wrapper {
  position: relative;
  padding-top: 36.5%;
}
a.article__featured-image .lazyload-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.grid_view a.article__featured-image .lazyload-wrapper {
  padding-top: 69.8%;
}
.pagination li.pagination-number  {
  padding: 0 17px;
}

.pagination .pagination-number a {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  padding: 2px 6px;
  transition: all ease-in-out 500ms;
  border-bottom: 3px solid transparent;
}
.pagination .pagination-number a:hover {
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
.pagination li.active.pagination-number a {
  color: #FB743E;
  border-bottom: 3px solid #FB743E;
}
.pagination .pagination-arrow a:hover {
  background-color: transparent!important;
}
.pagination .active.pagination-number a:before, .pagination .pagination-arrow a:hover:before, .pagination .pagination-number a:hover:before {
  display: none;
}
.pagination li.pagination-arrow a {
  padding: 10px 15px;
  position: relative;
    top: 3px;
}
.flex-row.grid_view {
  padding-bottom: 10px;
}
.blog-list-page {
  padding-top: 50px!important;
}
#shopify-section-template--article {
    padding-top: 41px;
    padding-bottom: 0px;
}
.header-section--wrapper {
  box-shadow: 0px 4px 14px rgb(56 62 86 / 9%);
}
.site-header__cart-indicator {
  display: none;
}
.blog-details-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.blog-main--wrapper .article--image-wrapper .lazyload-wrapper {
  position: relative;
  padding-top: 50%;
}
.blog-main--wrapper .article--image-wrapper .lazyload-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 100px 0px 0px;
  z-index: 8;
}
.blog-main--wrapper .article--image-wrapper {
  position: relative;
}
.blog-main--wrapper .article--image-wrapper:before {
  position: absolute ;
  content: '';
  top: -28px;
    right: 0;
    left: auto;
  display: block;
  background-image: url(../assets/dot-clipart.svg);
  z-index: 7;
    height: 96px;
    width:235px;
    background-repeat: no-repeat;
    background-size: 235px;
}
.blog-details.heading--description p {
  margin-top: 10px;
  margin-bottom: 20px;
}


.blog-main--wrapper .social-sharing {
  display: flex;
  margin-top: 22px;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 3rem !important;
}
.blog-main--wrapper .swatch {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-main--wrapper .social-sharing .h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
  margin-bottom: 15px;
  padding-top: 0;
}
.blog-main--wrapper .social-sharing a:first-of-type {
  margin-left: 0;
}
.blog-main--wrapper .social-sharing a {
  padding-left: 24px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -4px;
}
.blog-main--wrapper .social-sharing .sharing-button__icon svg {
  width: auto;
  height: 19px;
  margin-right: 0;
  vertical-align: top;
  margin: 0;
  vertical-align: middle;
}

.btn-group .btn-sec a {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
}
.blog-main--wrapper hr {
  border-color: #E4E9EC;
  margin: 20px 0 24px;
}
.social-sharing a svg path {
  transition: all ease-in-out 300ms;
}
.social-sharing a:hover svg path {
  fill: #FB743E;
  transition: all ease-in-out 300ms;
}
/* --------- blog Page End --------- */

/* FAQ Start  */
.faq-title-wrapper {
  max-width: 957px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-main-wrapper {
  padding: 70px 0;
}
.faq {
  margin-top: 40px;
}
.faq-title-wrapper p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #696969;
}
.accordient-content {
  border-bottom: 1px solid rgba(184, 198, 206, 0.38);
  padding: 35px 0;
}
.accordient-content:first-child {
  padding-top: 0;
}
.faq {
  padding: 40px 0 40px;  
}
.custom-main-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 121%;
  letter-spacing: -0.03em;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 70px;
}
.page-header .banner-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: left;
}
.left-tab-list {
  padding-left: 35px;
  border-left: 1px solid rgba(184, 198, 206, 0.38);
}
.left-tab-list .accordion {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding-left: 42px;
}
.left-tab-list .accordion {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 123%;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
}
.left-tab-list .panel p {
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #696969;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #9F9F9F;
  margin-bottom: 15px;
}
.left-tab-list .panel {
  padding-left: 52px;
  margin-top: 23px;
}
.custom-tabs {
  align-items: flex-start;
  text-align: left;
  margin-top: -8px;
}
.faq .side-tabs-bar .custom-tabs .tablink {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  padding-bottom: 2px;
  margin-bottom: 25px;
  border-bottom:  2px solid #fff;
  color: #383E56;
  transition: all ease-in-out 500ms;
}
.faq .side-tabs-bar .custom-tabs .tablink:hover {
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
.faq .side-tabs-bar .custom-tabs .tablink.active {
  color: #FB743E;
  border-bottom:  2px solid #FB743E;
  transition: all ease-in-out 500ms;
}
.faq-right-panel {
  padding-left: 15px;
}
.accordion{
  cursor: pointer;
}
.panel{
 display: none;
}
.panel.active{
 display: block;
}
.custom-tabs {
  display: flex;
  flex-direction: column;
}
.accordion {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.faq .faq-right-panel .accordion {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 123%;
  color: #3D5C3B;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
}
.faq-right-panel .panel {
  padding-left: 50px;
}
.accordion.active:before {
  content: "";
  background-image: url(../assets/minus-icon.svg);
  background-position: center;
  background-size: 25px;
  background-attachment: scroll;
  cursor: pointer;
  padding: 0 9px;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  padding: 0 0 5px;
}
.accordion:before {
  content: '';
  background-image: url(../assets/plus-icon.svg);
  background-position: center;
  background-size: 25px;
  background-attachment: scroll;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 11px;
  padding: 0;
}

.faq-right-panel .panel {
  padding-left: 45px;
}
.faq-right-panel .panel p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 134%;
  color: #626262;
}
.left-tab-list .tabcontent {
  max-width: 904px;
}
/* FAQ End */

.commom_customScroll {
  scrollbar-width: thin;
  z-index: 1;
}
.commom_customScroll::-webkit-scrollbar {
  width: 3px;
  z-index: 1;
  background:#F3F3F3;
  height: 6px;
}
.commom_customScroll::-webkit-scrollbar-track {
  border-radius: 2px;
  border: none;
  background:#F3F3F3;
}
.commom_customScroll::-webkit-scrollbar-thumb {
  background:rgba(197, 215, 189, 0.5);;
  border-radius: 2px;
  z-index: 1;
}
.commom_customScroll::-webkit-scrollbar-thumb:hover {
  background: rgba(197, 215, 189, 0.5);;
  z-index: 1;
}


/* About Page */
.about-text-container .heading--description p {
  margin-bottom: 20px;
}
.about-img-wrap {
  position: relative;
}
.about-img-wrap::before{
  content: '';
  position: absolute ;
  top: -28px;
  right: 0;
  left: auto;
  display: block;
  background-image: url(../assets/dot-clipart.svg);
  z-index: 7;
  height: 96px;
  width:235px;
  background-repeat: no-repeat;
  background-size: 235px;
}
.row_reverse_sec .about-img-wrap::before{
  /* content: '';
  position: absolute ;
  top: -28px;
  left: 0;
  right: auto;
  display: block;
  background-image: url(../assets/dot-clipart.svg);
  z-index: 7;
  height: 96px;
  width:235px;
  background-repeat: no-repeat;
  background-size: 235px; */
  display: none;
}
.about-img-container {
  position: relative;
  padding-top: 72.5%;
}
.about-img-container img {
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 100px 0px 0px;
}
.row_reverse_sec .about-img-container img {
  border-radius:  0px;
}
.about__row {
  margin-bottom: 30px;
}
.about__row:last-child {
  margin-bottom: 30px;
}
.content__details__sec, .content__img__sec {
  padding-top: 30px;
}
section.about-us {
  padding-top: 60px;
}
/* About Page End */


/* Contact Page Start */
.top_common_gap {
  padding-top: 45px;
  padding-bottom: 20px;
}
.form_wrapper { 
  width: 100%; 
  text-align: left; 
  margin-top: 30px; 
  margin-bottom: 30px; 
  margin-left: 0;
  margin-right: auto;
  max-width: 369px;
}
.form_wrapper .form-group {
  margin-bottom: 30px;
  position: relative;
}
.form_wrapper .form-group input, .form_wrapper .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  background-color: transparent;
  margin: 0px auto;
  padding: 20px 0px 23px 0px;
  height: 38px;
  outline: none !important;
  color: rgba(0,0,0,0.8);
  background: -webkit-linear-gradient(bottom, #FB743E 50%, #FB743E 50%);
  background: linear-gradient(to top, #FB743E 50%, #FB743E 50%);
  background-position: left bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}

.form_wrapper .form-md label {
  position: absolute;
  top: 4px;
  left: 0;
  text-align: left;
  display: block;
  /* width: 100%; */
  height: 60px;
  text-transform: unset;
  background: transparent;
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
.form_wrapper input:hover, .form_wrapper input:focus { border-color: #FB743E!important; }
.form_wrapper textarea:hover, .form_wrapper textarea:focus { border-color: #FB743E!important; }
.form_wrapper input:focus { 
  background-position: left bottom;
  background-size: 100% 1.5px;
}
.form_wrapper textarea:focus { 
  background-position: left bottom;
  background-size: 100% 1.5px;
}
.form_wrapper input:valid + label, 
.form_wrapper input:focus + label, 
.form_wrapper textarea:valid + label,
.form_wrapper textarea:focus + label { 
  height: 20px; 
  color: #FB743E;
  top: -13px;
  font-size: 12px;
  line-height: 24px;
  color: #FB743E;
}

.form_wrapper input:focus ::-webkit-input-placeholder { color: transparent; font-size: 0; }
.form_wrapper input:focus :-moz-placeholder { color: transparent; font-size: 0; }
.form_wrapper input:focus ::-moz-placeholder { color: transparent; font-size: 0; }
.form_wrapper input:focus :-ms-input-placeholder { color: transparent; font-size: 0; }

.form_wrapper textarea:focus ::-webkit-input-placeholder { color: transparent; font-size: 0; }
.form_wrapper textarea:focus :-moz-placeholder { color: transparent; font-size: 0; }
.form_wrapper textarea:focus ::-moz-placeholder { color: transparent; font-size: 0; }
.form_wrapper textarea:focus :-ms-input-placeholder { color: transparent; font-size: 0; }


.customerLoginForm_sec {
  max-width: 369px;
  margin: 0 auto;
}
input.orenge-btn {
  background: #FB743E;
  border: 2px solid #FB743E;
  color: #FFFFFF;
  min-width: 100%;
  height: 54px;
  font-size: 18px;
  line-height: 22px;
}
input.orenge-btn:hover {
  background: transparent;
  color: #FB743E;
  transition: all ease-in-out 500ms;
}
.link_style {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #FB743E!important;
  transition: all ease-in-out 500ms;
}
.link_style:hover {
  color: #383E56!important;
  transition: all ease-in-out 500ms;
  opacity: 1;
}
.gray_color_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56!important;
  transition: all ease-in-out 500ms;
}
.gray_color_link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #FB743E!important;
  transition: all ease-in-out 500ms;
  text-decoration-line: underline;
}
.gray_color_link a:hover {
  color: #383E56!important;
  transition: all ease-in-out 500ms;
  opacity: 1;
}
.drawer--right {
  width: 629px;
} 
.drawer__close button {
  right: 40px;
  top: 28px;
}
.drawer__title.page--title span {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  font-family: 'Quicksand', sans-serif;
  color: #383E56;
}
.errors, .form-error {
  color: #FB743E;
  background-color: #fb743e14;
  border-color: #fb743e29;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 30px;
}
/* Contact Page End */



/* Account Page */
.account-pg {
  position: relative;
}
.account-pg .top_left_icon {
  width: 269px;
  height: 218px;
  position: absolute;
  z-index: 1;
}
.account-pg .top_left_circle {
  width: 269px;
  height: 218px;
  position: absolute;
  z-index: 1;
}
.account-pg .btm_left_icon {
  width: 296px;
  height: 287px;
  position: absolute;
  z-index: 1;
}
.account-pg .btm_left_circle {
  width: 135px;
  height: 135px;
  position: absolute;
  z-index: 1;
}

.account-banner-row {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: scroll;
  padding: 45px 40px 45px;
  border-radius: 20px;
}
.account-banner-row .right-clm ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.account-banner-row .right-clm ul li p {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  max-width: 250px;
}


.account-banner-row .left-clm h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: #fff;
}

.account-banner-row .left-clm span {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
}
.account-details-wrap {
  margin-top: 10px;
}
.account-details-wrap .left-menu-clm {
  border-right: 1px solid #E5E5E5;
  padding-top: 0;
  border-top: 1px solid #E5E5E5;
}

.account-details-wrap .left-menu-clm .menu-list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  margin-bottom: 20px;
  padding: 0 15px 30px 0;
}

.account-details-wrap .left-menu-clm .menu-list h3 {
  font-size: 19px;
  line-height: 30px;
  margin-top: 0;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.account-details-wrap .left-menu-clm .menu-list h3::after {
  content: "";
  background: #42cd90;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 0;
}

.account-details-wrap a.account-link {
  margin-top: 0;
  letter-spacing: 0;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 500;
  font-size: 16px;
  line-height: 0%;
  text-transform: capitalize;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  transition: all ease-in-out 500ms;
}
.account-details-wrap a.account-link:hover {
  background: #E2EBDE!important;
}

.account-details-wrap a.account-link.active {
  background: #E2EBDE!important;
  color: #383E56;
  transition: all ease-in-out 500ms;
}
.account-details-wrap .right-details-clm {
  padding-top: 0;
  padding-left: 35px;
}

.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list {
  margin-bottom: 50px;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .status_row {
  margin-bottom: 15px;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .status_row .media .blur-order-icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 100%;
  position: relative;
  align-items: center;
  background: #FB743E;
}
.status_row .media .blur-order-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.status_row .media .blur-order-icon .status-circle {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1px;
  bottom: 2px;
}
.status_row .media .blur-order-icon .status-circle svg g circle {
  fill: #42cd90;
}
.status_row .media .media-body h5 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  color: #383E56;
  font-weight: bold;
  margin-bottom: 0;
}
.status_row .media .media-body p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 0%;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
}
ul.shipping-details {
  list-style: none;
  margin: 0;
}
ul.shipping-details li p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 0%;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
ul.shipping-details li p strong {
  padding-right: 5px;
  color: #383E56;
}


.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show {
  background-color: rgba(242, 242, 242, 0.58);
  border-radius: 13px;
  padding: 25px 0;
}

.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show ul.shipping-products-list li {
  width: 81px;
  height: 81px;
  background: #fff;
  border-radius: 11px;
  opacity: 1;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
  border: 1px solid #9FB8AD;
  border-radius: 100%;
}

.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show ul.shipping-products-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show ul.shipping-products-list li .count-product {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 28px;
  background: rgba(251, 116, 62, 0.7);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show ul.shipping-products-list li:last-child {
  margin-right: 0;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show .orenge-btn.btnStyle {
  box-shadow: 0px 8px 10px rgba(244, 130, 33, 0.23);
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show .btnStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 155px !important;
  width: auto !important;
  height: 46px;
  box-shadow: 0px 8px 10px rgba(244, 130, 33, 0.06);
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list .products-show .btnStyle.green-border-btn {
  border-width: 2px;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list.not-delivered-products .status_row .media .blur-order-icon .status-circle svg g circle {
  fill: #f2be13;
}
.account-details-wrap .right-details-clm .order-hisroty-details .order-hisroty-details-list.not-delivered-products .products-show {
  background-color: transparent;
  border-top: 1px solid #E4E9EC;
  border-radius: 0;
  margin-top: 20px;
}
.addressForm-heading.section-header h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.addressForm-heading.section-header .orenge-btn.btn {
  height: 50px;
}
.addressForm-heading.section-header .orenge-text {
  color: #f48221 !important;
}
.addressForm-sec .addressForm-wrapper {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.btn-row .btn {
  font-size: 14px;
  height: 45px;
  padding: 10px 20px;
  min-width: 130px;
  margin-bottom: 20px;
}
.btn-row .cnsl-btn.white-btn {
  border: 1px solid #ec4115;
  box-shadow: 0px 8px 10px rgba(244, 130, 33, 0.06);
}
select.custom-select-box.form-control {
  border: none;
  border-bottom: 1px solid #ced4da !important;
  color: #000 !important;
}
.default-address-sec {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-bottom: 0;
}
.default-address-sec .default-address-list {
  margin-bottom: 40px;
}
.default-address-sec .default-address-list .list-group-item {
  padding: 10px 1.25rem 10px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 0;
  border-right: 0;
  border-top: none;
}
.box-shadow-none {
  box-shadow: none!important;
}
.underline-link {
  text-decoration: underline!important;
  font-weight: 700;
}
/* Account Page End */

.gap_big_top {
  padding-top: 40px;
  padding-bottom: 0px;
}


/*  ------------ Mega Menu Start ------------ */
.mega-menu-wrapper .dropdown-submenu {
  margin-bottom: 0;
}
.mega-menu-wrapper .mega-menu-block li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
  transition: all ease-in-out 500ms;
}
.mega-menu-wrapper .mega-menu-block li a:hover {
  color: #FB743E;
}
.mega-menu-wrapper .dropdown-submenu .menu-link li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  transition: all ease-in-out 500ms;
}
.mega-menu-wrapper .dropdown-submenu .menu-link li a:hover {
  transition: all ease-in-out 500ms;
  color: #FB743E;
}
.mega-menu-wrapper .mega-menu-block .h4.mega-menu--image-title a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #383E56;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  transition: all ease-in-out 500ms;
  margin-top: 10px;
  text-decoration: none;
}
.mega-menu-wrapper .mega-menu-block .h4.mega-menu--image-title a:hover {
  font-family: 'Quicksand', sans-serif;
}
.site-header .site-header__wrapper {
  position: static; 
}
.mega-menu-wrapper .mega-menu-block li a.link-btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FB743E;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-top: 1px;
}
.mega-menu-wrapper .mega-menu .site-nav__dropdown {
  padding: 20px 0 70px;
}
.inner.mega-menu--image-wrapper {
  padding-top: 7px;
}
.mega-menu-wrapper .inner .mega-menu--image .lazyload-wrapper {
  position: relative;
  padding-top: 83%;
}
.mega-menu-wrapper .inner .mega-menu--image .lazyload-wrapper img {
  max-height: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
li.site-nav--has-dropdown.mega-menu.nav-hover .site-nav--link-wrapper .site-nav--link-text {
  color: #FB743E;
}
li.site-nav--has-dropdown.mega-menu.nav-hover .site-nav__link {
  color: #FB743E;
}
li.site-nav--has-dropdown.mega-menu.nav-hover .site-nav--link-wrapper::after {
  content: "";
  position: absolute;
  bottom: -19px;
  width: 81%;
  background: #FB743E;
  height: 3px;
  left: 0;
  right: 0;
}
.all_btn_sec {
  padding: 0;
}
.all_btn_sec .orenge-btn {
  min-width: 216px;
  color: #fff!important;
}
.all_btn_sec .orenge-btn:hover {
  color: #FB743E!important;
}
/* ------------ Mega Menu End ------------ */

.inner-main-banner  .heading--description p {
  color: #383E56!important;
}
.cart-drawer--footer button.orenge-btn {
  height: 58px;
  font-size: 18px;
  line-height: 22px;
  line-height: 22px;
  max-width: 438px;
 
}
@media screen and (min-width: 1536px) {
  .cart-drawer--footer button.orenge-btn { 
    height: 63px;
    font-size: 22px;
    line-height: 27px;
  }
}
.upgrade-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
}
.cart-drawer--wrapper ul.related-product {
  margin-top: 0;
  margin: 0;
}
.cart-drawer--wrapper ul.related-product > li {
  background-color: #E5F5F6;
  padding: 20px;
  background: #E5F5F6;
  border: 1.75px solid #E5F5F6;
  box-sizing: border-box;
  border-radius: 0px;
}

.sale-badge.badge {
  background: #383E56;
  width: 98px;
  height: 33px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2px 2px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
}
.sold-out-badge.badge {
  background: #383E56;
  width: 98px;
  height: 33px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2px 2px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
}

.form-success {
  color: #56ad6a;
  background-color: #ecfef08c;
  border-color: #56ad6a47;
  max-width: 369px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 10px;
}
.form_wrapper input:not([value=""]):not(:focus):invalid + label {
  height: 20px;
  color: #FB743E;
  top: -13px;
  font-size: 12px;
  line-height: 24px;
  color: #FB743E;
}
.wrapper.all_btn_sec.mega-menu-button {
  margin: 20px 0 0!important;
}

.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide {
  margin: 0 13px;
  padding: 0;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper {
  padding: 27px 0 0;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper .product-grid--vendor-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #383E56;
  font-family: 'Quicksand', sans-serif;
  margin: 0;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper .product-grid--vendor-text p {
  margin-bottom: 7px;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper .product-grid--title a {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #383E56;
  margin-bottom: 10px;
  display: block;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper .product-grid--price a .money {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #FB743E;
}
.product-recommendations__slideshow .home-product-slider.slick-initialized.slick-slider .grid-view-item.slick-slide .grid-view-item--desc-wrapper .product-grid--price a s .money {
  color: #383E56;
  padding-right: 8px;
}
.home-product-slider {
  padding-left: 6%;
  padding-right: 6%;
}
button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.home-product-slider button.slick-arrow {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 8;
  box-shadow: 0px 2px 9px rgba(92, 124, 140, 0.16);
}

.home-product-slider button.slick-arrow.slick-prev::after {
  content: "";
  background-image: url(../assets/slider-arrow-left.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22x;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.home-product-slider button.slick-arrow.slick-next::after {
  content: "";
  background-image: url(../assets/slider-arrow-right.svg);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  z-index: 3;
  width: 22px;
  height: 16px;
  transition: all ease-in-out 300ms;
}
.home-product-slider button.slick-arrow.slick-prev {
  left: 1%;
  right: auto;
}
.home-product-slider button.slick-arrow.slick-next {
  right: 1%;
  left: auto;
}

.view-all-btn {
  min-width: 238px!important;
}
.aspect-ratio--tall {
  padding-bottom: 100%;
}
.slick-dots li {
  margin: 0 1px;
}
.slick-dots li button, .slick-dots li a {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  width: 12px;
    height: 12px;
  border: 1.09524px solid #B5B5B5;
  border-radius: 100%;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active a {
  background: #FB743E;
  border: 1.09524px solid #FB743E;
}
section.home-featured-testimonials {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 45px 0 45px;
}
.rte.rte--header.collection-sidebar__description.text-center.heading--description  {
  color: #383E56!important;
}


#instagram-feed-slider .slick-slide {
   margin: 13px;
}
a.instagram--button {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #383E56;
  transition: all ease-in-out 300ms;
}
a.instagram--button:hover {
  color: #FB743E;
  transition: all ease-in-out 300ms;
}
.instagram-feed-slider .slick-dots {
  margin: 20px 0 0;
  padding: 0 15px;
}
.instagram-feed-slider .slick-dots li button, .instagram-feed-slider .slick-dots li a {
  width: 15.33px;
  height: 15.33px;
  border: 1.09524px solid #B5B5B5;
}
.instagram-feed-slider .slick-dots li {
  margin: 0 5px;
}
.instagram-feed-slider .slick-dots li.slick-active button, .instagram-feed-slider .slick-dots li.slick-active a {
  background: #FB743E;
  border: 1.09524px solid #FB743E;
}



/* Review Design */
#shopify-product-reviews--wrapper {
  padding: 20px 20px 30px;
  margin-bottom: 60px;
  background: #F7F7F7;
  margin-top: 0;
}
.stamped-container ul.stamped-tabs {
  border-bottom: 1px solid #E4E9EC;
  margin: 0!important;
}
#stamped-main-widget {
  margin: 0!important;
}
.stamped-review {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding-top: 30px;
}
.stamped-reviews-filter {
  margin-top: 20px!important;
}
.stamped-header .stamped-summary-caption .stamped-summary-text-1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    color: #383E56;
    font-family: 'Quicksand', sans-serif;
}
.stamped-header .summary-overview {
  text-align: center;
  float: none!important;
  margin: 0 auto;
}
.stamped-header .stamped-summary-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}
/* div[data-widget-style*=standard] .stamped-summary-actions {
  padding-top: 20px!important;

} */
.stamped-header .summary-overview {
  margin: 0 auto 20px;
}
.stamped-header span.stamped-summary-actions-newreview {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  min-height: 46px;
  border: 2px solid #FB743E;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FB743E;
  transition: all ease-in-out 500ms;
  font-family: 'Quicksand', sans-serif;
  padding: 9px 10px 10px;
  letter-spacing: normal;
}
.stamped-header .stamped-summary-actions-newreview:before {
  content: "\e803 ";
  color: #FB743E!important;
}
.stamped-header .stamped-summary-ratings {
  display: none;
}
.stamped-content .stamped-tab-container ul.stamped-tabs li.active {
  border-color: transparent!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 0px!important;
  color: #383E56!important;
  font-family: 'Quicksand', sans-serif!important;
}
.stamped-review .stamped-review-avatar {
  background: #DFDFDF!important;
  border: 1px solid #DFDFDF;
}
.stamped-review .stamped-review-avatar-content {
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 28px!important;
  text-align: center;
  text-transform: uppercase!important;
  color: #383E56!important;
  font-family: 'Quicksand', sans-serif!important;
  height: 45px!important;
  width: 45px!important;
}
.stamped-review .stamped-review-avatar {
  float: none!important;
  position: absolute;
  left: 0;
  top: 0;
}
.stamped-reviews .stamped-review {
  margin-top: 0!important;
}
.stamped-review-header {
  padding-left: 65px!important;
}
.stamped-review-content {
  padding-left: 65px!important;
}
.stamped-review .author {
  font-family: 'Quicksand', sans-serif!important;
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 16px;
  line-height: 24px!important;
  text-transform: uppercase!important;
  color: #314F5D!important;
}
.stamped-review-header .review-location {
  margin-top: 5px!important;
}
.stamped-review-header-starratings {
  margin-top: 13px!important;
}
.stamped-review-header-title {
  font-weight: bold!important;
  font-size: 18px!important;
    line-height: 26px!important;
  color: #383E56!important;
  margin-top: 15px!important;
  margin-bottom: 12px!important;
  font-family: 'Quicksand', sans-serif!important;
}
p.stamped-review-content-body {
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 22px!important;
  font-family: 'Quicksand', sans-serif!important;
  color: #383E56;
}
.stamped-share-icon {
  cursor: pointer!important;
  font-weight: 500!important;
  font-size: 16px!important;
  line-height: 26px!important;
  color: #9F9F9F!important;
  font-family: 'Quicksand', sans-serif!important;
  transition: all ease-in-out 500ms;
}
.stamped-share-icon i.stamped-fa.stamped-fa-share-alt {
  color: #9F9F9F;
}
.stamped-share-icon:hover {
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
}
.fa-share-alt:before, .stamped-fa-share-alt:before {
  font-size: 14px!important;
}
.stamped-review-header .created, .stamped-review-header-byline .created {
  float: right!important;
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 45px!important;
  font-family: 'Quicksand', sans-serif!important;
  color: #383E56!important;
}
.stamped-review-header {
  position: relative!important;
}

/* bundle-builder-app */
.bundle-builder-app--bundle--section-breadcrumbs {
  display: none!important;
}
.bundle-builder-app--bundle--section--product-list--centred .bundle-builder-app--bundle--product > div {
  width: 100%!important;
}   
.bundle-builder-app--bundle--section--product-list--centred .bundle-builder-app--bundle--product {

}
.bundle-builder-app--bundle--contents-remove-button, 
.bundle-builder-app--bundle--contents-remove-button button, 
.bundle-builder-app--bundle--product-add-button {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 170px!important;
  min-height: 46px!important;
  background: #FB743E!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FFFFFF!important;
  transition: all ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
}
.bundle-builder-app--bundle--contents-remove-button:hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
}
.bundle-builder-app--bundle--name  {
    font-weight: bold!important;
    font-size: 25px!important;
    line-height: 32px!important;
    text-align: center!important;
    color: #383E56!important;
    font-family: 'Quicksand', sans-serif!important;
    padding: 0 20px!important;
    max-width: 600px!important;
    margin: 0 auto 15px!important;
    display: block!important;
}
.bundle-builder-app--bundle--description {
  max-width: 800px;
}
.bundle-builder-app--bundle--description p  {
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 24px!important;
  color: #9F9F9F!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 0 20px!important;
}
.bundle-builder-app--bundle--description p span {
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 24px!important;
  color: #9F9F9F!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 0 20px!important;
}
.bundle-builder-app--bundle--integration--full-width {
  margin-top: 70px!important;
}
.bundle-builder-app--products .bundle-builder-app--bundle--section-name {
  padding-bottom: 15px!important;
  padding-bottom: 40px!important;
  font-weight: bold!important;
  font-size: 25px!important;
  line-height: 32px!important;
  text-align: center!important;
  color: #383E56!important;
  font-family: 'Quicksand', sans-serif!important;
  margin: 0 auto 15px!important;
  display: block!important;
}
.bundle-builder-app--bundle--section-name::after {
  margin-top: 20px!important;
}
.bundle-builder-app--bundle--soldout button:hover, .bundle-builder-app--bundle--soldout:hover, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) button:hover, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
}
.bundle-builder-app--bundle--product .bundle-builder-app--bundle--product-details .bundle-builder-app--bundle--product-add--wrapper button.bundle-builder-app--button.bundle-builder-app--bundle--product-add-button:hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
}
.bundle-builder-app--bundle--contents-auto-height .bundle-builder-app--bundle--contents-image, .bundle-builder-app--bundle--contents-auto-height img, .bundle-builder-app--bundle--product-auto-height .bundle-builder-app--bundle--contents-image, .bundle-builder-app--bundle--product-auto-height img {
  height: 300px!important;
  width: 100%!important;
  object-fit: cover!important;
}


.bundle-builder-app--bundle--product-options-form .bundle-builder-app--bundle--product-select-label {
  width: 100%!important;
  display: inline-block!important;
  margin-bottom: .25rem!important;
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 24px!important;
  color: #383e56!important;
  text-align: center!important;
  margin-bottom: 15px!important;
}
.bundle-builder-app--bundle--product-price .money {
  font-weight: 700!important;
  display: inline-block!important;
  font-family: Quicksand,sans-serif!important;
  font-size: 18px!important;
  line-height: 25px!important;
  font-weight: 700!important;
  color: #fb743e!important;
}
.bundle-builder-app--bundle--product-select {
  padding: 5px 15px!important;
}
.bundle-builder-app--bundle--product-options-form .bundle-builder-app--bundle--product-options {
  margin-bottom: 10px!important;
}


.bundle-builder-app--content .bundle-builder-app--summary--block .bundle-builder-app--bundle--summary .bundle-builder-app--button-container button.bundle-builder-app--button.bundle-builder-app--bundle--view-contents--button.bundle-builder-app--button {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 170px!important;
  min-height: 46px!important;
  border: 2px solid #fb743e!important;
  border-radius: 100px!important;
  font-weight: 700!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #fb743e!important;
  transition: ease-in-out .5s!important;
  font-family: Quicksand,sans-serif!important;
  padding: 9px 10px 10px!important;
  background: transparent!important;
  background-color: transparent!important;
  letter-spacing: normal!important;
  margin-left:0!important;
  margin-right:0!important;
}
.bundle-builder-app--content .bundle-builder-app--summary--block .bundle-builder-app--bundle--summary .bundle-builder-app--button-container button.bundle-builder-app--button.bundle-builder-app--bundle--view-contents--button.bundle-builder-app--button:hover {
  background: #fb743e!important;
  color: #fff!important;
  transition: ease-in-out .5s!important;
}
.bundle-builder-app--content .bundle-builder-app--summary--block .bundle-builder-app--bundle--summary .bundle-builder-app--button-container button.bundle-builder-app--button.bundle-builder-app--bundle--add-to-cart-button {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 170px!important;
  max-height: 46px!important;
  background: #FB743E!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FFFFFF!important;
  transition: ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
  margin-left:0!important;
  margin-right:0!important;
}
.bundle-builder-app--content .bundle-builder-app--summary--block .bundle-builder-app--bundle--summary .bundle-builder-app--button-container button.bundle-builder-app--button.bundle-builder-app--bundle--add-to-cart-button:hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
  transition: ease-in-out 500ms!important;
}
.bundle-builder-app--bundle--discount-summary {
  font-weight: 700!important;
  font-size: 18px!important;
  line-height: 28px!important;
  text-align: center!important;
  color: #383e56!important;
  font-family: Quicksand,sans-serif!important;
  padding: 0 20px!important;
  max-width: 600px!important;
  margin: 0 auto 15px!important;
  display: block!important;
}

.bundle-builder-app--bundle--price-box span.bundle-builder-app--bundle--price-label {
  font-weight: 700!important;
  font-size: 25px!important;
  line-height: 32px!important;
  text-align: center!important;
  color: #383e56!important;
  font-family: Quicksand,sans-serif!important;
  margin-bottom: 0!important;
}
span.bundle-builder-app--bundle--total-price span.money {
  font-family: Quicksand,sans-serif!important;
  font-size: 18px!important;
  line-height: 25px!important;
  font-weight: 700!important;
  color: #fb743e!important;
  margin: 10px!important;
}
.bundle-builder-app--button-container {
  margin-top: 30px!important;
}
span.bundle-builder-app--bundle--summary--empty {
  font-size: 16px;
  font-weight: 500;
}

.bundle-builder-app--content .bundle-builder-app--products--block .bundle-builder-app--bundle--nav-buttons .bundle-builder-app--bundle--nav-buttons--next .bundle-builder-app--button.bundle-builder-app--bundle--button--next {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 120px!important;
  max-height: 46px!important;
  background: #FB743E!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FFFFFF!important;
  transition: ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
  margin-left:0!important;
  margin-right:20px!important;
}
.bundle-builder-app--content .bundle-builder-app--products--block .bundle-builder-app--bundle--nav-buttons .bundle-builder-app--bundle--nav-buttons--next .bundle-builder-app--button.bundle-builder-app--bundle--button--next:hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
  transition: ease-in-out 500ms!important;
}

.bundle-builder-app--content .bundle-builder-app--products--block .bundle-builder-app--bundle--nav-buttons .bundle-builder-app--bundle--nav-buttons--prev .bundle-builder-app--button.bundle-builder-app--bundle--button--prev {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 120px!important;
  max-height: 46px!important;
  background: #FB743E!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FFFFFF!important;
  transition: ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
  margin-left:0!important;
  margin-right:20px!important;
}
.bundle-builder-app--content .bundle-builder-app--products--block .bundle-builder-app--bundle--section-breadcrumbs 
.bundle-builder-app--bundle--nav-buttons .bundle-builder-app--bundle--nav-buttons--prev .bundle-builder-app--button.bundle-builder-app--bundle--button--prev:hover {
  background: transparent!important;
  background-color: transparent!important;
  color: #FB743E!important;
  transition: ease-in-out 500ms!important;
}

div#stamped-rewards-widget {
  padding-top: 20px!important;
    padding-bottom: 55px!important;
    border-bottom: none!important;
}
#stamped-rewards-widget .stamped-rewards-widget-how-it-works {
  background: #f4f3f3!important;
}
#stamped-rewards-widget .stamped-rewards-widget-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  font-family: 'Quicksand', sans-serif;
}

a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-up {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 170px!important;
  min-height: 46px!important;
  background: #FB743E!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FFFFFF!important;
  transition: all ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
}
a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-up:hover {
  background: transparent!important;
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
}
a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-secondary.stamped-rewards-widget-btn-sign-in {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  min-width: 170px!important;
  min-height: 46px!important;
  background:#fff!important;
  border: 2px solid #FB743E!important;
  border-radius: 100px!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
  font-family: 'Quicksand', sans-serif!important;
  padding: 9px 10px 10px!important;
  letter-spacing: normal!important;
}
a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-secondary.stamped-rewards-widget-btn-sign-in:hover {
  background: #FB743E!important;
  color: #fff!important;
  transition: all ease-in-out 500ms!important;
}
p.stamped-rewards-widget-text {
  font-size: 16px!important;
  line-height: 20px!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-value {
  margin-bottom: 20px!important;
  font-size: 16px!important;
  line-height: 24px!important;
  font-family: Quicksand,sans-serif!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-title {
    margin-bottom: 5px!important;
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 22px!important;
    font-family: Quicksand,sans-serif!important;
}
button.stamped-rewards-widget-button {
  border-radius: 50px!important;
  font-family: Quicksand,sans-serif!important;
  padding: 3px 15px 5px!important;
  font-size: 14px!important;
  font-weight: 500!important;
}

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaign-title {
  margin-bottom: 5px!important;
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 22px!important;
  font-family: Quicksand,sans-serif!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaign-value {
  margin-bottom: 20px!important;
  font-size: 16px!important;
  line-height: 24px!important;
  font-family: Quicksand,sans-serif!important;
  font-weight: 500!important;
    color: #9f9f9f!important;
}

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaigns-spendings {
  margin: 0!important;
}
.stamped-rewards-widget-campaigns-vip-tiers {
  display: none!important;
}
[data-widget-type="rewards-vip-tiers"] {
  display: none!important;
}
[data-widget-type="rewards-referral"] {
  margin-bottom: 0!important;
  padding-bottom: 30px!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-heading-main {
  margin-bottom: 40px!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-heading-main {
  margin-bottom: 40px!important;
}
[data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-sub {
  font-size: 20px!important;
  text-align: center!important;
  font-family: Quicksand,sans-serif!important;
  font-weight: 600!important;
  margin-bottom: 0!important;
}
[data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-main {
  margin: 10px auto!important;
}
[data-widget-type="rewards-referral"] .stamped-rewards-widget-description {
  font-size: 14px!important;
  font-family: Quicksand,sans-serif!important;
  font-weight: 500!important;
  color: #9f9f9f!important;
}
[data-widget-type="rewards-summary"] .stamped-rewards-widget-text-holder {
  margin-bottom: 0!important;
}
[data-widget-type="rewards-referral"] .stamped-rewards-page-buttonAddon .stamped-rewards-page-input:last-child, [data-widget-type="rewards-referral"] .stamped-rewards-page-buttonAddon .stamped-rewards-page-btn:last-child {
  border-radius: 0 2px 2px 0;
  background: #fb743e!important;
  color: #fff!important;
}
[data-widget-type="rewards-summary"] {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

[data-widget-type=rewards-summary] .stamped-rewards-widget-title {
  font-family: Quicksand,sans-serif!important;
  font-weight: bold!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-item-content {
  border: 1px solid #fb743e4f!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item-content {
  border: 1px solid #fb743e4f!important;
}

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-button {
  background: #fb743e!important;
  border: 2px solid #fb743e!important;
  color: #fff!important;
  font-weight: 500!important;
  transition: all ease-in-out 500ms!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-button:hover {
  background: transparent!important;
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-button {
  background: #fb743e!important;
  border: 2px solid #fb743e!important;
  color: #fff!important;
  font-weight: 500!important;
  transition: all ease-in-out 500ms!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-button:hover {
  background: transparent!important;
  color: #FB743E!important;
  transition: all ease-in-out 500ms!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-image {
  text-align: center!important;
}
[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-item-inner {
  text-align: center!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaign-image {
  text-align: center!important;
}
[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item-inner {
  text-align: center!important;
}




@media screen and (min-width: 768px) {
  .bundle-builder-app--content .bundle-builder-app--summary--block .bundle-builder-app--bundle--summary .bundle-builder-app--button-container button.bundle-builder-app--button.bundle-builder-app--bundle--add-to-cart-button {
    margin-left:20px!important;
  }
  .stamped-review .stamped-review-avatar-content {
    height: 57px!important;
    width: 57px!important;
    font-size: 28px!important;
    line-height: 45px!important;
  }

  .stamped-reviews .stamped-review {
    margin-top: 0!important;
  }
  .stamped-review-header {
    padding-left: 80px!important;
  }
  .stamped-review-content {
    padding-left: 80px!important;
  }
  .stamped-review .author {
    font-size: 18px!important;
    line-height: 26px!important;
  }
  .stamped-review-header-title {
    font-size: 20px!important;
    line-height: 25px!important;
  }
  .stamped-review {
    padding-top: 40px;
  }

  .bundle-builder-app--bundle--summary .bundle-builder-app--button-container {
    display: flex!important;
    justify-content: center!important;
  }
}
@media screen and (min-width: 1280px) {
  [data-widget-type="rewards-referral"] .stamped-rewards-widget-description {
      font-size: 16px!important;
  }

  .stamped-review .stamped-review-avatar-content {
    height: 80px!important;
    width: 80px!important;
  }
  .stamped-reviews .stamped-review {
    margin-top: 0!important;
  }
  .stamped-review-header {
    padding-left: 110px!important;
  }
  .stamped-review-content {
    padding-left: 110px!important;
  }
  .fa-star:before, .stamped-fa-star:before {
      font-size: 23px!important;
  }
  .stamped-review-header-title {
    font-size: 24px!important;
    line-height: 25px!important;
  }
  p.stamped-review-content-body {
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .stamped-review-header .created, .stamped-review-header-byline .created {
    font-size: 16px!important;
    line-height: 45px!important;
  }
  #shopify-product-reviews--wrapper {
    padding: 40px 20px 30px;
    margin-top: 30px;
  }
  .bundle-builder-app--products .bundle-builder-app--bundle--section--product-list--centred .bundle-builder-app--bundle--contents-item, .bundle-builder-app--products .bundle-builder-app--bundle--section--product-list--centred .bundle-builder-app--bundle--product {
    padding: 0 20px 3rem!important;
  }


}
@media screen and (max-width: 767px) {
  li.bundle-builder-app--bundle--product.bundle-builder-app--products-per-row--1--centred, li.bundle-builder-app--bundle--product.bundle-builder-app--products-per-row--2--centred, li.bundle-builder-app--bundle--product.bundle-builder-app--products-per-row--3--centred, li.bundle-builder-app--bundle--product.bundle-builder-app--products-per-row--4--centred, li.bundle-builder-app--bundle--product.bundle-builder-app--products-per-row--5--centred {
      max-width: 100%!important;
      flex: 100%!important;
  }
  [data-widget-type="rewards-how-it-works"] .stamped-rewards-widget-how-it-works {
      padding: 50px 15px 40px!important;
  }
  div#stamped-rewards-widget {
    padding-top: 20px!important;
    padding-bottom: 25px!important;
}
  [data-widget-type="rewards-referral"] .stamped-rewards-widget {
      padding-bottom: 0px!important;
  }
  [data-widget-type="rewards-referral"] .stamped-rewards-page-buttonAddon {
      margin-bottom: 0!important;
  }
  [data-widget-type="rewards-referral"] .stamped-rewards-page-campaigns-refer {
      margin: 30px 0 0!important;
  }
  [data-widget-type="rewards-spendings-v2"] {
      margin-bottom: 20px!important;
  }
  .page--header.inner-main-banner {
      margin-bottom: 30px!important;
  }
}
p.stamped-rewards-widget-title {
    display: none;
}
.cart--btn.orenge-btn{
  min-width: 54px !important;
  padding: 0 37px;
}
.cart.table-wrap{
  max-width: 97%; 
    -webkit-overflow-scrolling: touch;
    margin: auto;
    overflow: hidden;
}
.product-grid--price a s{
  display: none;
}
#ComparePrice{
  display: none;
}
#ProductPrice{
  margin: 0 auto 0 0!important;
}
.sale-badge.badge {
  display: none;
}
.product-grid--vendor-text{
  display: none;
}
.mbc-bundle-widget .mbc-bundle__price .mbc-bundle__compare-price, .mbc-bundle-widget .mbc-bundle__price .mbc-bundle__compare-price span{
  opacity: 0;
  visibility: hidden ;
  width: 0;
}


@media screen and (min-width: 1366px){
.shopify-policy__title{
    padding: 60px 0 40px;
}
}


body .shopify-policy__container {
    max-width: 100%;
    padding: 0;
}
body .shopify-policy__body {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.shopify-policy__title{padding: 40px 0 25px; background: rgba(197,215,189,.5)!important; margin-bottom:35px;}
#terms-of-service .breadcrumb_main_wrap, #refund-policy .breadcrumb_main_wrap, #privacy-policy .breadcrumb_main_wrap {display:none !important;}
.shopify-policy__title h1{font-weight: 700;    color: #383e56;}

@media screen and (max-width: 1000px){
.shopify-policy__title h1{font-size:25px;}
}

/* Force vertical stack of Add to Cart and Shop Pay */
.paymentButtonsWrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.paymentButtonsWrapper > * {
  width: 100% !important;
}

.shopify-payment-button__button-wrapper,
.shopify-payment-button__button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.orenge-btn {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
  justify-content: center;
}

.paymentButtonsWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem;
  width: 100%;
}

.paymentButtonsWrapper .shopify-payment-button {
  order: 2;
  width: 100%;
  margin: 0;
}

#AddToCart {
  order: 1;
  width: 100%;
}

.shopify-payment-button__button,
.shopify-payment-button__more-options {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .paymentButtonsWrapper {
    align-items: stretch;
  }
}

/* ===== Layout Fix: Add to Cart beside QTY, Shop Pay underneath ===== */

.add-and-qty {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.add-and-qty .orenge-btn {
  white-space: nowrap;
  min-width: 180px;
  padding: 0.8rem 1.5rem;
}

.paymentButtonsWrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
  margin-top: 1.5rem;
}

.paymentButtonsWrapper .shopify-payment-button,
.paymentButtonsWrapper .more-payment-options {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .add-and-qty {
    flex-direction: column;
    align-items: stretch;
  }
}

.add-and-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.quantity-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quantity-selector-wrapper label {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  min-width: 32px;
}

.js-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2rem;
  padding: 0.25rem 0.75rem;
}

.js-qty__num {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
}

.js-qty__adjust {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 0.5rem;
}

.add-to-cart-wrapper button {
  padding: 0.75rem 1.5rem;
  font-size: 16px;
}

/* ===== Quantity + Add to Cart Section Layout ===== */
.add-and-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem; /* Reduced gap */
  margin-bottom: 2rem;
}

/* Label: QTY */
.quantity-selector-wrapper label {
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.5rem;
  white-space: nowrap;
}

/* QTY selector box styling */
.js-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  background: #fff;
  font-size: 18px;
}

/* Input and buttons inside the QTY selector */
.js-qty__num {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 18px;
  background: transparent;
  margin: 0 0.5rem;
}

.js-qty__adjust {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
}

/* Add to Cart but*

/* ===== Trust Icons Styling ===== */
.trust-icons-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}

.trust-icons-row div {
  flex: 0 0 auto;
}

.trust-icons-row img {
  max-height: 240px;
  height: auto;
  width: auto;
  display: inline-block;
}

/* Prevent shrink on smaller screens */
@media screen and (max-width: 768px) {
  .trust-icons-row {
    gap: 8px;
  }

  .trust-icons-row img {
    max-height: 160px;
  }
}

.trust-icons-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  flex-direction: row;
}

.trust-icons-row img {
  max-height: 100px;
  height: auto;
  width: auto;
  display: inline-block;
}

/* Mobile-friendly layout */
@media screen and (max-width: 768px) {
  .trust-icons-row {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
  }

  .trust-icons-row img {
    max-height: 80px;
    flex-shrink: 0;
  }
}

.trust-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 1.5rem;
  overflow-x: hidden;
}

.trust-icons-row img {
  max-height: 100px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .trust-icons-row {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }

  .trust-icons-row img {
    max-height: 80px;
  }
}

.swatches-wrapper {
  overflow-x: auto;     /* Enables scrolling *only* when needed */
  -ms-overflow-style: none;  /* Hides scrollbar in IE/Edge */
  scrollbar-width: none;     /* Hides scrollbar in Firefox */
}

.swatches-wrapper::-webkit-scrollbar {
  display: none;        /* Hides scrollbar in Chrome/Safari */
}

.swatches-wrapper {
  flex-wrap: wrap;        /* Allow swatches to wrap to next line if needed */
  justify-content: flex-start;
}

.swatch-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* Adjust spacing between swatches */
  overflow: visible !important;
  max-width: 100%;
}

.swatch__label {
  flex: 0 0 auto; /* Ensures swatches don’t stretch */
}

.swatch-items-wrapper {
  margin-bottom: 24px; /* Adjust this value to increase/decrease spacing */
}

/* Swatch base style */
.swatch__label {
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: none;
  transform: scale(1);
}

/* Selected swatch style */
.swatch__label.swatch__label--active {
  border-color: #FB743E; /* Use brand orange or replace with gold (#d4af37) for luxe */
  box-shadow: 0 0 0 4px rgba(251, 116, 62, 0.2); /* soft glow effect */
  transform: scale(1.1);
  z-index: 2;
}

/* Optional: smooth hover for all swatches */
.swatch__label:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Elegant high-end style for selected swatch */
.swatch-element input:checked + label {
  border: 2px solid #FB743E !important; /* soft orange border */
  box-shadow: 0 0 0 3px rgba(251, 116, 62, 0.15) !important; /* subtle halo glow */
  transform: scale(1.1); /* slight enlargement */
  transition: all 0.3s ease;
  z-index: 10;
}

/* Optional: smoother hover for all swatches */
.swatch-element label {
  transition: all 0.2s ease;
}
.swatch-element label:hover {
  transform: scale(1.05);
}

/* Refined gold highlight for selected swatch */
.swatch-element input:checked + label {
  border: 2px solid #C5A059 !important; /* muted, soft gold */
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.2) !important; /* subtle gold halo */
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 10;
}

/* Optional hover enhancement for all swatches */
.swatch-element label {
  transition: all 0.2s ease;
}
.swatch-element label:hover {
  transform: scale(1.05);
}

.swatch-element input:checked + label {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px #C5A059 !important; /* inner white ring + outer gold ring */
  border: none !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.swatch-element input:checked + label {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 5px #C5A059 !important;
  border: none !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.tooltip {
  background-color: #fff8f0 !important; /* softer blush-cream tone */
  color: #2c2c2c !important; /* soft charcoal */
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  text-transform: capitalize;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Arrow */
.tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff8f0; /* match background */
}

/* ================================
   Minimink: Luxe Best Seller Badge
   ================================ */

.grid-view-item .grid-view-item-image { 
  position: relative !important; 
}

/* Luxe white pill badge */
.grid-view-item .mm-badge.mm-badge--bestseller{
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 50 !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;

  padding: 6px 12px !important;
  border-radius: 999px !important;

  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;

  background: rgba(255,255,255,0.92) !important;
  color: rgba(25,25,25,0.95) !important;

  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

/* Optional refined star */
.grid-view-item .mm-badge.mm-badge--bestseller::before{
  content: "★";
  font-size: 10px;
  opacity: .9;
}

/* Luxe microcopy (desktop only) */
.grid-view-item .mm-microcopy{
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin-top: 6px !important;
  color: rgba(25,25,25,0.6) !important;
  letter-spacing: .02em !important;
}

/* Hide microcopy on mobile */
@media (max-width: 989px){
  .grid-view-item .mm-microcopy{
    display: none !important;
  }
}
/* Slight emphasis on bestseller card */
.grid-view-item:first-child {
  transform: translateY(-4px);
}

@media (min-width: 990px){
  .grid-view-item:first-child {
    transform: translateY(-6px);
  }
}

.template-product a.stamped-widget { display: none !important; }

.template-product .product-details--form-wrapper + div[style*="margin-top: 24px"] img{
  max-height: 72px !important;
  height: auto !important;
}

@media (max-width: 767px){
  .template-product .product-details--form-wrapper + div[style*="margin-top: 24px"]{
    gap: 14px !important;
    flex-wrap: wrap !important;
  }
}

.mm-buy-confidence{
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(20,20,20,.70);
  display: grid;
  gap: 4px;
}

.luxury-reinforcement {
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 6px;
  letter-spacing: 0.3px;
}

.luxury-reinforcement{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .2px;
  color: rgba(20, 30, 40, .70);
  text-align: right;
}

.luxury-reinforcement{ text-align: left; }
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .2px;
  opacity: .75;
}

/* Luxury reinforcement under price */

.luxury-reinforcement{
  font-size: 13px;
  line-height: 1.5;
  color: #5f6a72; /* soft charcoal */
  margin-top: 6px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

/* Mobile refinement */
@media (max-width: 768px){
  .luxury-reinforcement{
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
}

/* Luxe refinement */
.luxury-reinforcement{
  max-width: 360px;
  opacity: 0.92;
}

/* Give the price block a bit more breathing room */
.pdp_price__Sec{
  margin-bottom: 10px;
}

@media (max-width: 768px){
  .luxury-reinforcement{
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 12px;
  }
}

.luxury-reinforcement {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280; /* soft grey */
  margin-top: 10px;
  margin-bottom: 14px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  max-width: 480px;   /* allows more natural wrapping */
}

@media (max-width: 768px){
  .luxury-reinforcement{
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
  }
}

/* Make dynamic checkout more subtle */
.shopify-payment-button__button {
  background: #f3f4f6 !important;
  color: #374151 !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  border: 1px solid #e5e7eb !important;
}

.shopify-payment-button__button:hover {
  background: #e5e7eb !important;
}

/* Make dynamic checkout (Buy with Shop) look secondary */
.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  width: 100% !important;
}

.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  background: #f3f4f6 !important;
  color: #374151 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  min-height: 44px !important;
}

.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover {
  background: #e5e7eb !important;
}

/* Wishlist button: reduce height + visual weight */
a.add_to_whislist,
button.add_to_whislist,
.add_to_whislist {
  padding: 10px 14px !important;
  font-size: 13px !important;
  border-radius: 10px !important;
  min-height: 40px !important;
}

.add_to_whislist i,
.add_to_whislist svg {
  transform: scale(0.9);
}

.stamped-product-reviews-badge,
.stamped-main-widget,
#stamped-main-widget { display: none !important; }

/* --- Minimink Wishlist Button Refinement --- */

button.nm-wishlist-button {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  min-height: auto !important;
}

/* Make it secondary instead of primary orange */
button.nm-wishlist-button.Button--primary {
  background: transparent !important;
  border: 1px solid #FB743E !important;
  color: #FB743E !important;
}

/* Subtle hover */
button.nm-wishlist-button.Button--primary:hover {
  background: #FB743E !important;
  color: #fff !important;
}

/* Wishlist spacing refinement */
button.nm-wishlist-button {
  margin-top: 16px !important;
}

/* Luxury spacing hierarchy */
.shopify-payment-button {
  margin-bottom: 14px;
}

button.nm-wishlist-button {
  margin-top: 18px !important;
}

/* Luxury spacing refinement */
.product-single__meta .stamped-product-reviews-badge,
.product-single__meta .judgeme-badge {
  margin-bottom: 10px !important;
}

#ProductPrice {
  display: block;
  margin-top: 6px;
}

/* PRODUCT PAGE: add breathing space between reviews + price */
.product-details-wrapper .jdgm-widget.jdgm-preview-badge,
.product-details-wrapper .jdgm-prev-badge,
.product-details-wrapper .stamped-product-reviews-badge {
  display: inline-block !important; /* makes margin behave reliably */
  margin-bottom: 12px !important;
}

/* Ensure the price sits slightly below the badge */
.product-details-wrapper #ProductPrice {
  display: block !important;
  margin-top: 6px !important;
}

/* Space between review badge and price */
.product-details-wrapper .jdgm-widget,
.product-details-wrapper .jdgm-prev-badge {
  display: block !important;
  margin-bottom: 14px !important;
}

/* Extra breathing space for price */
.product-details-wrapper #ProductPrice {
  display: block !important;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

/* Wishlist refinement */
.nm-wishlist-button {
  font-size: 14px;
  padding: 8px 18px !important;
  border-radius: 28px !important;
  background: transparent !important;
  border: 1.5px solid #FB743E !important;
  color: #FB743E !important;
  margin-top: 16px !important;
}

.nm-wishlist-button:hover {
  background: rgba(251, 116, 62, 0.06) !important;
}

.luxury-reinforcement {
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.bundle-section {
  margin-top: 30px;
}

.bundle-card {
  padding: 28px;
}