h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
.page-wrapper {
  width: 100%;
}
.page-main > .columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Container */
.frame,
.page-main > .columns,
.breadcrumbs .items {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .frame,
  .page-main > .columns,
  .breadcrumbs .items {
    max-width: 960px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .frame,
  .page-main > .columns,
  .breadcrumbs .items {
    max-width: 720px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .frame,
  .page-main > .columns,
  .breadcrumbs .items {
    max-width: 540px !important;
  }
}
.page-title-wrapper,
.breadcrumbs .items,
.frame {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  body.width1024 .frame,
  body.width1024 .page-main,
  body.width1024 .breadcrumbs .items,
  body.width1024 .page.messages .messages {
    max-width: 1024px;
  }
  body.width1366 .frame,
  body.width1366 .page-main,
  body.width1366 .breadcrumbs .items,
  body.width1366 .page.messages .messages {
    max-width: 1366px;
  }
}
body.fullwidth .frame,
body.fullwidth .page-main,
body.fullwidth .breadcrumbs .items,
body.fullwidth .page.messages .messages {
  max-width: 100% !important;
}
body .page-main > .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body.page-layout-1column .sidebar.sidebar-main,
body.page-layout-1column .sidebar.sidebar-additional,
body.page-layout-1column .columns .column.main {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.page-layout-2columns-left .page-main > .columns,
  body.page-layout-2columns-right .page-main > .columns {
    display: block !important;
  }
  body.page-layout-2columns-left .page-main > .columns:after,
  body.page-layout-2columns-right .page-main > .columns:after {
    content: "";
    display: table;
    clear: bottom;
  }
  body.page-layout-2columns-left .page-main > .columns .column.main,
  body.page-layout-2columns-right .page-main > .columns .column.main {
    width: calc(75% - 15px);
    float: right;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    width: calc(25% + 15px);
    padding: 0 30px 0 0;
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .column.main {
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    float: right;
    padding: 0 0 0 30px;
  }
  body.page-layout-3columns .columns .column.main {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    -ms-flex: 0 0 calc(25% + 15px);
    flex: 0 0 calc(25% + 15px);
    max-width: calc(25% + 15px);
  }
  body.page-layout-3columns .sidebar.sidebar-main {
    padding: 0 30px 0 0;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-3columns .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .columns .sidebar.sidebar-additional,
  body.page-layout-3columns .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .columns .sidebar.sidebar-main,
  body.page-layout-3columns .columns .column.main,
  body.page-layout-2columns-left .columns .column.main,
  body.page-layout-2columns-right .columns .column.main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
body.boxed:not(.fbuilder-create-element).width1024 > .page-wrapper {
  max-width: 1024px;
}
@media (max-width: 1084px) {
  body.boxed:not(.fbuilder-create-element).width1024 > .page-wrapper {
    max-width: calc(100% - 60px);
  }
}
body.boxed:not(.fbuilder-create-element).width1200 > .page-wrapper {
  max-width: 1200px;
}
@media (max-width: 1260px) {
  body.boxed:not(.fbuilder-create-element).width1200 > .page-wrapper {
    max-width: calc(100% - 60px);
  }
}
body.boxed:not(.fbuilder-create-element).width1366 > .page-wrapper {
  max-width: 1366px;
}
@media (max-width: 1426px) {
  body.boxed:not(.fbuilder-create-element).width1366 > .page-wrapper {
    max-width: calc(100% - 60px);
  }
}
body.boxed:not(.fbuilder-create-element).fullwidth > .page-wrapper {
  max-width: calc(100% - 60px) !important;
}
@media (max-width: 575px) {
  body.boxed:not(.fbuilder-create-element).fullwidth > .page-wrapper {
    max-width: calc(100% - 30px) !important;
  }
}
body.boxed:not(.fbuilder-create-element) > .page-wrapper {
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper {
    max-width: calc(100% - 30px) !important;
  }
}
/* +++++++++ */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 767.98px) {
  .text-mb-left {
    text-align: left;
  }
  .text-mb-right {
    text-align: right;
  }
  .text-mb-center {
    text-align: center;
  }
  .text-mb-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-tb-left {
    text-align: left;
  }
  .text-tb-right {
    text-align: right;
  }
  .text-tb-center {
    text-align: center;
  }
  .text-tb-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-des-left {
    text-align: left;
  }
  .text-des-right {
    text-align: right;
  }
  .text-des-center {
    text-align: center;
  }
  .text-des-justify {
    text-align: justify;
  }
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
}
.display-flex {
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .display-mb-none {
    display: none;
  }
  .display-mb-inline {
    display: inline;
  }
  .display-mb-inline-block {
    display: inline-block;
  }
  .display-mb-block {
    display: block;
  }
  .display-mb-table {
    display: table;
  }
  .display-mb-table-row {
    display: table-row;
  }
  .display-mb-table-cell {
    display: table-cell;
  }
  .display-mb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-mb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .display-tb-none {
    display: none;
  }
  .display-tb-inline {
    display: inline;
  }
  .display-tb-inline-block {
    display: inline-block;
  }
  .display-tb-block {
    display: block;
  }
  .display-tb-table {
    display: table;
  }
  .display-tb-table-row {
    display: table-row;
  }
  .display-tb-table-cell {
    display: table-cell;
  }
  .display-tb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-tb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .display-des-none {
    display: none;
  }
  .display-des-inline {
    display: inline;
  }
  .display-des-inline-block {
    display: inline-block;
  }
  .display-des-block {
    display: block;
  }
  .display-des-table {
    display: table;
  }
  .display-des-table-row {
    display: table-row;
  }
  .display-des-table-cell {
    display: table-cell;
  }
  .display-des-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-des-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767.98px) {
  .flex-mb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-mb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-mb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-mb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-mb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-mb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-mb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .flex-tb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-tb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-tb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-tb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-tb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-tb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-tb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-tb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-tb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-tb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .flex-des-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-des-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-des-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-des-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-des-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-des-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-des-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-des-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-des-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-des-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-des-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-des-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.order-1 {
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
}
.order-2 {
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}
.order-3 {
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
}
.order-4 {
  order: 4;
  -webkit-order: 4;
  -moz-order: 4;
}
.order-5 {
  order: 5;
  -webkit-order: 5;
  -moz-order: 5;
}
.order-6 {
  order: 6;
  -webkit-order: 6;
  -moz-order: 6;
}
@media (min-width: 992px) {
  .order-des-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-des-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-des-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-des-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-des-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-des-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .order-tb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-tb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-tb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-tb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-tb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-tb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (max-width: 767px) {
  .order-mb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-mb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-mb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-mb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-mb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-mb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .justify-content-mb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-mb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-mb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-mb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .justify-content-tb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-tb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-tb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-tb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-tb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .justify-content-des-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-des-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-des-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-des-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-des-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .align-items-mb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-mb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-mb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-mb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-mb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .align-items-tb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-tb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-tb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-tb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-tb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .align-items-des-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-des-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-des-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-des-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-des-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 767.98px) {
  .align-content-mb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 768px) {
  .align-content-tb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-tb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-tb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-tb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-tb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 992px) {
  .align-content-des-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-des-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-des-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-des-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-des-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-des-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .align-self-mb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .align-self-tb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-tb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-tb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-tb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-tb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-tb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .align-self-des-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-des-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-des-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-des-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-des-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-des-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.pd-0 {
  padding: 0;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-35 {
  padding: 35px;
}
.pd-40 {
  padding: 40px;
}
.pd-45 {
  padding: 45px;
}
.pd-50 {
  padding: 50px;
}
.pd-55 {
  padding: 55px;
}
.pd-60 {
  padding: 60px;
}
.pd-65 {
  padding: 65px;
}
.pd-70 {
  padding: 70px;
}
.pd-75 {
  padding: 75px;
}
.pd-top-0 {
  padding-top: 0;
}
.pd-top-5 {
  padding-top: 5px;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-25 {
  padding-top: 25px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-35 {
  padding-top: 35px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-45 {
  padding-top: 45px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-65 {
  padding-top: 65px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-75 {
  padding-top: 75px;
}
.pd-bottom-0 {
  padding-bottom: 0;
}
.pd-bottom-5 {
  padding-bottom: 5px;
}
.pd-bottom-10 {
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-20 {
  padding-bottom: 20px;
}
.pd-bottom-25 {
  padding-bottom: 25px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-35 {
  padding-bottom: 35px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-45 {
  padding-bottom: 45px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-55 {
  padding-bottom: 55px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-65 {
  padding-bottom: 65px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-75 {
  padding-bottom: 75px;
}
.pd-left-0 {
  padding-left: 0;
}
.pd-left-5 {
  padding-left: 5px;
}
.pd-left-10 {
  padding-left: 10px;
}
.pd-left-15 {
  padding-left: 15px;
}
.pd-left-20 {
  padding-left: 20px;
}
.pd-left-25 {
  padding-left: 25px;
}
.pd-left-30 {
  padding-left: 30px;
}
.pd-left-35 {
  padding-left: 35px;
}
.pd-left-40 {
  padding-left: 40px;
}
.pd-left-45 {
  padding-left: 45px;
}
.pd-left-50 {
  padding-left: 50px;
}
.pd-left-55 {
  padding-left: 55px;
}
.pd-left-60 {
  padding-left: 60px;
}
.pd-left-65 {
  padding-left: 65px;
}
.pd-left-70 {
  padding-left: 70px;
}
.pd-left-75 {
  padding-left: 75px;
}
.pd-right-0 {
  padding-right: 0;
}
.pd-right-5 {
  padding-right: 5px;
}
.pd-right-10 {
  padding-right: 10px;
}
.pd-right-15 {
  padding-right: 15px;
}
.pd-right-20 {
  padding-right: 20px;
}
.pd-right-25 {
  padding-right: 25px;
}
.pd-right-30 {
  padding-right: 30px;
}
.pd-right-35 {
  padding-right: 35px;
}
.pd-right-40 {
  padding-right: 40px;
}
.pd-right-45 {
  padding-right: 45px;
}
.pd-right-50 {
  padding-right: 50px;
}
.pd-right-55 {
  padding-right: 55px;
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-right-65 {
  padding-right: 65px;
}
.pd-right-70 {
  padding-right: 70px;
}
.pd-right-75 {
  padding-right: 75px;
}
@media (max-width: 767.98px) {
  .pd-mb-0 {
    padding: 0;
  }
  .pd-mb-5 {
    padding: 5px;
  }
  .pd-mb-10 {
    padding: 10px;
  }
  .pd-mb-15 {
    padding: 15px;
  }
  .pd-mb-20 {
    padding: 20px;
  }
  .pd-mb-25 {
    padding: 25px;
  }
  .pd-mb-30 {
    padding: 30px;
  }
  .pd-mb-35 {
    padding: 35px;
  }
  .pd-mb-40 {
    padding: 40px;
  }
  .pd-mb-45 {
    padding: 45px;
  }
  .pd-mb-50 {
    padding: 50px;
  }
  .pd-mb-55 {
    padding: 55px;
  }
  .pd-mb-60 {
    padding: 60px;
  }
  .pd-mb-65 {
    padding: 65px;
  }
  .pd-mb-70 {
    padding: 70px;
  }
  .pd-mb-75 {
    padding: 75px;
  }
  .pd-mb-top-0 {
    padding-top: 0;
  }
  .pd-mb-top-5 {
    padding-top: 5px;
  }
  .pd-mb-top-10 {
    padding-top: 10px;
  }
  .pd-mb-top-15 {
    padding-top: 15px;
  }
  .pd-mb-top-20 {
    padding-top: 20px;
  }
  .pd-mb-top-25 {
    padding-top: 25px;
  }
  .pd-mb-top-30 {
    padding-top: 30px;
  }
  .pd-mb-top-35 {
    padding-top: 35px;
  }
  .pd-mb-top-40 {
    padding-top: 40px;
  }
  .pd-mb-top-45 {
    padding-top: 45px;
  }
  .pd-mb-top-50 {
    padding-top: 50px;
  }
  .pd-mb-top-55 {
    padding-top: 55px;
  }
  .pd-mb-top-60 {
    padding-top: 60px;
  }
  .pd-mb-top-65 {
    padding-top: 65px;
  }
  .pd-mb-top-70 {
    padding-top: 70px;
  }
  .pd-mb-top-75 {
    padding-top: 75px;
  }
  .pd-mb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-mb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-mb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-mb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-mb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-mb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-mb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-mb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-mb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-mb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-mb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-mb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-mb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-mb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-mb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-mb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-mb-left-0 {
    padding-left: 0;
  }
  .pd-mb-left-5 {
    padding-left: 5px;
  }
  .pd-mb-left-10 {
    padding-left: 10px;
  }
  .pd-mb-left-15 {
    padding-left: 15px;
  }
  .pd-mb-left-20 {
    padding-left: 20px;
  }
  .pd-mb-left-25 {
    padding-left: 25px;
  }
  .pd-mb-left-30 {
    padding-left: 30px;
  }
  .pd-mb-left-35 {
    padding-left: 35px;
  }
  .pd-mb-left-40 {
    padding-left: 40px;
  }
  .pd-mb-left-45 {
    padding-left: 45px;
  }
  .pd-mb-left-50 {
    padding-left: 50px;
  }
  .pd-mb-left-55 {
    padding-left: 55px;
  }
  .pd-mb-left-60 {
    padding-left: 60px;
  }
  .pd-mb-left-65 {
    padding-left: 65px;
  }
  .pd-mb-left-70 {
    padding-left: 70px;
  }
  .pd-mb-left-75 {
    padding-left: 75px;
  }
  .pd-mb-right-0 {
    padding-right: 0;
  }
  .pd-mb-right-5 {
    padding-right: 5px;
  }
  .pd-mb-right-10 {
    padding-right: 10px;
  }
  .pd-mb-right-15 {
    padding-right: 15px;
  }
  .pd-mb-right-20 {
    padding-right: 20px;
  }
  .pd-mb-right-25 {
    padding-right: 25px;
  }
  .pd-mb-right-30 {
    padding-right: 30px;
  }
  .pd-mb-right-35 {
    padding-right: 35px;
  }
  .pd-mb-right-40 {
    padding-right: 40px;
  }
  .pd-mb-right-45 {
    padding-right: 45px;
  }
  .pd-mb-right-50 {
    padding-right: 50px;
  }
  .pd-mb-right-55 {
    padding-right: 55px;
  }
  .pd-mb-right-60 {
    padding-right: 60px;
  }
  .pd-mb-right-65 {
    padding-right: 65px;
  }
  .pd-mb-right-70 {
    padding-right: 70px;
  }
  .pd-mb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .pd-tb-0 {
    padding: 0;
  }
  .pd-tb-5 {
    padding: 5px;
  }
  .pd-tb-10 {
    padding: 10px;
  }
  .pd-tb-15 {
    padding: 15px;
  }
  .pd-tb-20 {
    padding: 20px;
  }
  .pd-tb-25 {
    padding: 25px;
  }
  .pd-tb-30 {
    padding: 30px;
  }
  .pd-tb-35 {
    padding: 35px;
  }
  .pd-tb-40 {
    padding: 40px;
  }
  .pd-tb-45 {
    padding: 45px;
  }
  .pd-tb-50 {
    padding: 50px;
  }
  .pd-tb-55 {
    padding: 55px;
  }
  .pd-tb-60 {
    padding: 60px;
  }
  .pd-tb-65 {
    padding: 65px;
  }
  .pd-tb-70 {
    padding: 70px;
  }
  .pd-tb-75 {
    padding: 75px;
  }
  .pd-tb-top-0 {
    padding-top: 0;
  }
  .pd-tb-top-5 {
    padding-top: 5px;
  }
  .pd-tb-top-10 {
    padding-top: 10px;
  }
  .pd-tb-top-15 {
    padding-top: 15px;
  }
  .pd-tb-top-20 {
    padding-top: 20px;
  }
  .pd-tb-top-25 {
    padding-top: 25px;
  }
  .pd-tb-top-30 {
    padding-top: 30px;
  }
  .pd-tb-top-35 {
    padding-top: 35px;
  }
  .pd-tb-top-40 {
    padding-top: 40px;
  }
  .pd-tb-top-45 {
    padding-top: 45px;
  }
  .pd-tb-top-50 {
    padding-top: 50px;
  }
  .pd-tb-top-55 {
    padding-top: 55px;
  }
  .pd-tb-top-60 {
    padding-top: 60px;
  }
  .pd-tb-top-65 {
    padding-top: 65px;
  }
  .pd-tb-top-70 {
    padding-top: 70px;
  }
  .pd-tb-top-75 {
    padding-top: 75px;
  }
  .pd-tb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-tb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-tb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-tb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-tb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-tb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-tb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-tb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-tb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-tb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-tb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-tb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-tb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-tb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-tb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-tb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-tb-left-0 {
    padding-left: 0;
  }
  .pd-tb-left-5 {
    padding-left: 5px;
  }
  .pd-tb-left-10 {
    padding-left: 10px;
  }
  .pd-tb-left-15 {
    padding-left: 15px;
  }
  .pd-tb-left-20 {
    padding-left: 20px;
  }
  .pd-tb-left-25 {
    padding-left: 25px;
  }
  .pd-tb-left-30 {
    padding-left: 30px;
  }
  .pd-tb-left-35 {
    padding-left: 35px;
  }
  .pd-tb-left-40 {
    padding-left: 40px;
  }
  .pd-tb-left-45 {
    padding-left: 45px;
  }
  .pd-tb-left-50 {
    padding-left: 50px;
  }
  .pd-tb-left-55 {
    padding-left: 55px;
  }
  .pd-tb-left-60 {
    padding-left: 60px;
  }
  .pd-tb-left-65 {
    padding-left: 65px;
  }
  .pd-tb-left-70 {
    padding-left: 70px;
  }
  .pd-tb-left-75 {
    padding-left: 75px;
  }
  .pd-tb-right-0 {
    padding-right: 0;
  }
  .pd-tb-right-5 {
    padding-right: 5px;
  }
  .pd-tb-right-10 {
    padding-right: 10px;
  }
  .pd-tb-right-15 {
    padding-right: 15px;
  }
  .pd-tb-right-20 {
    padding-right: 20px;
  }
  .pd-tb-right-25 {
    padding-right: 25px;
  }
  .pd-tb-right-30 {
    padding-right: 30px;
  }
  .pd-tb-right-35 {
    padding-right: 35px;
  }
  .pd-tb-right-40 {
    padding-right: 40px;
  }
  .pd-tb-right-45 {
    padding-right: 45px;
  }
  .pd-tb-right-50 {
    padding-right: 50px;
  }
  .pd-tb-right-55 {
    padding-right: 55px;
  }
  .pd-tb-right-60 {
    padding-right: 60px;
  }
  .pd-tb-right-65 {
    padding-right: 65px;
  }
  .pd-tb-right-70 {
    padding-right: 70px;
  }
  .pd-tb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  .pd-des-0 {
    padding: 0;
  }
  .pd-des-5 {
    padding: 5px;
  }
  .pd-des-10 {
    padding: 10px;
  }
  .pd-des-15 {
    padding: 15px;
  }
  .pd-des-20 {
    padding: 20px;
  }
  .pd-des-25 {
    padding: 25px;
  }
  .pd-des-30 {
    padding: 30px;
  }
  .pd-des-35 {
    padding: 35px;
  }
  .pd-des-40 {
    padding: 40px;
  }
  .pd-des-45 {
    padding: 45px;
  }
  .pd-des-50 {
    padding: 50px;
  }
  .pd-des-55 {
    padding: 55px;
  }
  .pd-des-60 {
    padding: 60px;
  }
  .pd-des-65 {
    padding: 65px;
  }
  .pd-des-70 {
    padding: 70px;
  }
  .pd-des-75 {
    padding: 75px;
  }
  .pd-des-top-0 {
    padding-top: 0;
  }
  .pd-des-top-5 {
    padding-top: 5px;
  }
  .pd-des-top-10 {
    padding-top: 10px;
  }
  .pd-des-top-15 {
    padding-top: 15px;
  }
  .pd-des-top-20 {
    padding-top: 20px;
  }
  .pd-des-top-25 {
    padding-top: 25px;
  }
  .pd-des-top-30 {
    padding-top: 30px;
  }
  .pd-des-top-35 {
    padding-top: 35px;
  }
  .pd-des-top-40 {
    padding-top: 40px;
  }
  .pd-des-top-45 {
    padding-top: 45px;
  }
  .pd-des-top-50 {
    padding-top: 50px;
  }
  .pd-des-top-55 {
    padding-top: 55px;
  }
  .pd-des-top-60 {
    padding-top: 60px;
  }
  .pd-des-top-65 {
    padding-top: 65px;
  }
  .pd-des-top-70 {
    padding-top: 70px;
  }
  .pd-des-top-75 {
    padding-top: 75px;
  }
  .pd-des-bottom-0 {
    padding-bottom: 0;
  }
  .pd-des-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-des-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-des-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-des-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-des-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-des-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-des-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-des-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-des-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-des-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-des-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-des-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-des-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-des-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-des-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-des-left-0 {
    padding-left: 0;
  }
  .pd-des-left-5 {
    padding-left: 5px;
  }
  .pd-des-left-10 {
    padding-left: 10px;
  }
  .pd-des-left-15 {
    padding-left: 15px;
  }
  .pd-des-left-20 {
    padding-left: 20px;
  }
  .pd-des-left-25 {
    padding-left: 25px;
  }
  .pd-des-left-30 {
    padding-left: 30px;
  }
  .pd-des-left-35 {
    padding-left: 35px;
  }
  .pd-des-left-40 {
    padding-left: 40px;
  }
  .pd-des-left-45 {
    padding-left: 45px;
  }
  .pd-des-left-50 {
    padding-left: 50px;
  }
  .pd-des-left-55 {
    padding-left: 55px;
  }
  .pd-des-left-60 {
    padding-left: 60px;
  }
  .pd-des-left-65 {
    padding-left: 65px;
  }
  .pd-des-left-70 {
    padding-left: 70px;
  }
  .pd-des-left-75 {
    padding-left: 75px;
  }
  .pd-des-right-0 {
    padding-right: 0;
  }
  .pd-des-right-5 {
    padding-right: 5px;
  }
  .pd-des-right-10 {
    padding-right: 10px;
  }
  .pd-des-right-15 {
    padding-right: 15px;
  }
  .pd-des-right-20 {
    padding-right: 20px;
  }
  .pd-des-right-25 {
    padding-right: 25px;
  }
  .pd-des-right-30 {
    padding-right: 30px;
  }
  .pd-des-right-35 {
    padding-right: 35px;
  }
  .pd-des-right-40 {
    padding-right: 40px;
  }
  .pd-des-right-45 {
    padding-right: 45px;
  }
  .pd-des-right-50 {
    padding-right: 50px;
  }
  .pd-des-right-55 {
    padding-right: 55px;
  }
  .pd-des-right-60 {
    padding-right: 60px;
  }
  .pd-des-right-65 {
    padding-right: 65px;
  }
  .pd-des-right-70 {
    padding-right: 70px;
  }
  .pd-des-right-75 {
    padding-right: 75px;
  }
}
/* Margin Class */
.mg-0 {
  margin: 0;
}
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-35 {
  margin-top: 35px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-45 {
  margin-top: 45px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-55 {
  margin-top: 55px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-65 {
  margin-top: 65px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-75 {
  margin-top: 75px;
}
.mg-bottom-0 {
  margin-bottom: 0;
}
.mg-bottom-5 {
  margin-bottom: 5px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-35 {
  margin-bottom: 35px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-55 {
  margin-bottom: 55px;
}
.mg-bottom-60 {
  margin-bottom: 60px;
}
.mg-bottom-65 {
  margin-bottom: 65px;
}
.mg-bottom-70 {
  margin-bottom: 70px;
}
.mg-bottom-75 {
  margin-bottom: 75px;
}
.mg-bottom-100 {
  margin-bottom: 100px;
}
.mg-left-0 {
  margin-left: 0;
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-left-30 {
  margin-left: 30px;
}
.mg-left-35 {
  margin-left: 35px;
}
.mg-left-40 {
  margin-left: 40px;
}
.mg-left-45 {
  margin-left: 45px;
}
.mg-left-50 {
  margin-left: 50px;
}
.mg-left-55 {
  margin-left: 55px;
}
.mg-left-60 {
  margin-left: 60px;
}
.mg-left-65 {
  margin-left: 65px;
}
.mg-left-70 {
  margin-left: 70px;
}
.mg-left-75 {
  margin-left: 75px;
}
.mg-right-0 {
  margin-right: 0;
}
.mg-right-5 {
  margin-right: 5px;
}
.mg-right-10 {
  margin-right: 10px;
}
.mg-right-15 {
  margin-right: 15px;
}
.mg-right-20 {
  margin-right: 20px;
}
.mg-right-25 {
  margin-right: 25px;
}
.mg-right-30 {
  margin-right: 30px;
}
.mg-right-35 {
  margin-right: 35px;
}
.mg-right-40 {
  margin-right: 40px;
}
.mg-right-45 {
  margin-right: 45px;
}
.mg-right-50 {
  margin-right: 50px;
}
.mg-right-55 {
  margin-right: 55px;
}
.mg-right-60 {
  margin-right: 60px;
}
.mg-right-65 {
  margin-right: 65px;
}
.mg-right-70 {
  margin-right: 70px;
}
.mg-right-75 {
  margin-right: 75px;
}
@media (max-width: 767.98px) {
  .mg-mb-0 {
    margin: 0;
  }
  .mg-mb-5 {
    margin: 5px;
  }
  .mg-mb-10 {
    margin: 10px;
  }
  .mg-mb-15 {
    margin: 15px;
  }
  .mg-mb-20 {
    margin: 20px;
  }
  .mg-mb-25 {
    margin: 25px;
  }
  .mg-mb-30 {
    margin: 30px;
  }
  .mg-mb-35 {
    margin: 35px;
  }
  .mg-mb-40 {
    margin: 40px;
  }
  .mg-mb-45 {
    margin: 45px;
  }
  .mg-mb-50 {
    margin: 50px;
  }
  .mg-mb-55 {
    margin: 55px;
  }
  .mg-mb-60 {
    margin: 60px;
  }
  .mg-mb-65 {
    margin: 65px;
  }
  .mg-mb-70 {
    margin: 70px;
  }
  .mg-mb-75 {
    margin: 75px;
  }
  .mg-mb-top-0 {
    margin-top: 0;
  }
  .mg-mb-top-5 {
    margin-top: 5px;
  }
  .mg-mb-top-10 {
    margin-top: 10px;
  }
  .mg-mb-top-15 {
    margin-top: 15px;
  }
  .mg-mb-top-20 {
    margin-top: 20px;
  }
  .mg-mb-top-25 {
    margin-top: 25px;
  }
  .mg-mb-top-30 {
    margin-top: 30px;
  }
  .mg-mb-top-35 {
    margin-top: 35px;
  }
  .mg-mb-top-40 {
    margin-top: 40px;
  }
  .mg-mb-top-45 {
    margin-top: 45px;
  }
  .mg-mb-top-50 {
    margin-top: 50px;
  }
  .mg-mb-top-55 {
    margin-top: 55px;
  }
  .mg-mb-top-60 {
    margin-top: 60px;
  }
  .mg-mb-top-65 {
    margin-top: 65px;
  }
  .mg-mb-top-70 {
    margin-top: 70px;
  }
  .mg-mb-top-75 {
    margin-top: 75px;
  }
  .mg-mb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-mb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-mb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-mb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-mb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-mb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-mb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-mb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-mb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-mb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-mb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-mb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-mb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-mb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-mb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-mb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-mb-left-0 {
    margin-left: 0;
  }
  .mg-mb-left-5 {
    margin-left: 5px;
  }
  .mg-mb-left-10 {
    margin-left: 10px;
  }
  .mg-mb-left-15 {
    margin-left: 15px;
  }
  .mg-mb-left-20 {
    margin-left: 20px;
  }
  .mg-mb-left-25 {
    margin-left: 25px;
  }
  .mg-mb-left-30 {
    margin-left: 30px;
  }
  .mg-mb-left-35 {
    margin-left: 35px;
  }
  .mg-mb-left-40 {
    margin-left: 40px;
  }
  .mg-mb-left-45 {
    margin-left: 45px;
  }
  .mg-mb-left-50 {
    margin-left: 50px;
  }
  .mg-mb-left-55 {
    margin-left: 55px;
  }
  .mg-mb-left-60 {
    margin-left: 60px;
  }
  .mg-mb-left-65 {
    margin-left: 65px;
  }
  .mg-mb-left-70 {
    margin-left: 70px;
  }
  .mg-mb-left-75 {
    margin-left: 75px;
  }
  .mg-mb-right-0 {
    margin-right: 0;
  }
  .mg-mb-right-5 {
    margin-right: 5px;
  }
  .mg-mb-right-10 {
    margin-right: 10px;
  }
  .mg-mb-right-15 {
    margin-right: 15px;
  }
  .mg-mb-right-20 {
    margin-right: 20px;
  }
  .mg-mb-right-25 {
    margin-right: 25px;
  }
  .mg-mb-right-30 {
    margin-right: 30px;
  }
  .mg-mb-right-35 {
    margin-right: 35px;
  }
  .mg-mb-right-40 {
    margin-right: 40px;
  }
  .mg-mb-right-45 {
    margin-right: 45px;
  }
  .mg-mb-right-50 {
    margin-right: 50px;
  }
  .mg-mb-right-55 {
    margin-right: 55px;
  }
  .mg-mb-right-60 {
    margin-right: 60px;
  }
  .mg-mb-right-65 {
    margin-right: 65px;
  }
  .mg-mb-right-70 {
    margin-right: 70px;
  }
  .mg-mb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 768px) {
  .mg-tb-0 {
    margin: 0;
  }
  .mg-tb-5 {
    margin: 5px;
  }
  .mg-tb-10 {
    margin: 10px;
  }
  .mg-tb-15 {
    margin: 15px;
  }
  .mg-tb-20 {
    margin: 20px;
  }
  .mg-tb-25 {
    margin: 25px;
  }
  .mg-tb-30 {
    margin: 30px;
  }
  .mg-tb-35 {
    margin: 35px;
  }
  .mg-tb-40 {
    margin: 40px;
  }
  .mg-tb-45 {
    margin: 45px;
  }
  .mg-tb-50 {
    margin: 50px;
  }
  .mg-tb-55 {
    margin: 55px;
  }
  .mg-tb-60 {
    margin: 60px;
  }
  .mg-tb-65 {
    margin: 65px;
  }
  .mg-tb-70 {
    margin: 70px;
  }
  .mg-tb-75 {
    margin: 75px;
  }
  .mg-tb-top-0 {
    margin-top: 0;
  }
  .mg-tb-top-5 {
    margin-top: 5px;
  }
  .mg-tb-top-10 {
    margin-top: 10px;
  }
  .mg-tb-top-15 {
    margin-top: 15px;
  }
  .mg-tb-top-20 {
    margin-top: 20px;
  }
  .mg-tb-top-25 {
    margin-top: 25px;
  }
  .mg-tb-top-30 {
    margin-top: 30px;
  }
  .mg-tb-top-35 {
    margin-top: 35px;
  }
  .mg-tb-top-40 {
    margin-top: 40px;
  }
  .mg-tb-top-45 {
    margin-top: 45px;
  }
  .mg-tb-top-50 {
    margin-top: 50px;
  }
  .mg-tb-top-55 {
    margin-top: 55px;
  }
  .mg-tb-top-60 {
    margin-top: 60px;
  }
  .mg-tb-top-65 {
    margin-top: 65px;
  }
  .mg-tb-top-70 {
    margin-top: 70px;
  }
  .mg-tb-top-75 {
    margin-top: 75px;
  }
  .mg-tb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-tb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-tb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-tb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-tb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-tb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-tb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-tb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-tb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-tb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-tb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-tb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-tb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-tb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-tb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-tb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-tb-left-0 {
    margin-left: 0;
  }
  .mg-tb-left-5 {
    margin-left: 5px;
  }
  .mg-tb-left-10 {
    margin-left: 10px;
  }
  .mg-tb-left-15 {
    margin-left: 15px;
  }
  .mg-tb-left-20 {
    margin-left: 20px;
  }
  .mg-tb-left-25 {
    margin-left: 25px;
  }
  .mg-tb-left-30 {
    margin-left: 30px;
  }
  .mg-tb-left-35 {
    margin-left: 35px;
  }
  .mg-tb-left-40 {
    margin-left: 40px;
  }
  .mg-tb-left-45 {
    margin-left: 45px;
  }
  .mg-tb-left-50 {
    margin-left: 50px;
  }
  .mg-tb-left-55 {
    margin-left: 55px;
  }
  .mg-tb-left-60 {
    margin-left: 60px;
  }
  .mg-tb-left-65 {
    margin-left: 65px;
  }
  .mg-tb-left-70 {
    margin-left: 70px;
  }
  .mg-tb-left-75 {
    margin-left: 75px;
  }
  .mg-tb-right-0 {
    margin-right: 0;
  }
  .mg-tb-right-5 {
    margin-right: 5px;
  }
  .mg-tb-right-10 {
    margin-right: 10px;
  }
  .mg-tb-right-15 {
    margin-right: 15px;
  }
  .mg-tb-right-20 {
    margin-right: 20px;
  }
  .mg-tb-right-25 {
    margin-right: 25px;
  }
  .mg-tb-right-30 {
    margin-right: 30px;
  }
  .mg-tb-right-35 {
    margin-right: 35px;
  }
  .mg-tb-right-40 {
    margin-right: 40px;
  }
  .mg-tb-right-45 {
    margin-right: 45px;
  }
  .mg-tb-right-50 {
    margin-right: 50px;
  }
  .mg-tb-right-55 {
    margin-right: 55px;
  }
  .mg-tb-right-60 {
    margin-right: 60px;
  }
  .mg-tb-right-65 {
    margin-right: 65px;
  }
  .mg-tb-right-70 {
    margin-right: 70px;
  }
  .mg-tb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .mg-des-0 {
    margin: 0;
  }
  .mg-des-5 {
    margin: 5px;
  }
  .mg-des-10 {
    margin: 10px;
  }
  .mg-des-15 {
    margin: 15px;
  }
  .mg-des-20 {
    margin: 20px;
  }
  .mg-des-25 {
    margin: 25px;
  }
  .mg-des-30 {
    margin: 30px;
  }
  .mg-des-35 {
    margin: 35px;
  }
  .mg-des-40 {
    margin: 40px;
  }
  .mg-des-45 {
    margin: 45px;
  }
  .mg-des-50 {
    margin: 50px;
  }
  .mg-des-55 {
    margin: 55px;
  }
  .mg-des-60 {
    margin: 60px;
  }
  .mg-des-65 {
    margin: 65px;
  }
  .mg-des-70 {
    margin: 70px;
  }
  .mg-des-75 {
    margin: 75px;
  }
  .mg-des-top-0 {
    margin-top: 0;
  }
  .mg-des-top-5 {
    margin-top: 5px;
  }
  .mg-des-top-10 {
    margin-top: 10px;
  }
  .mg-des-top-15 {
    margin-top: 15px;
  }
  .mg-des-top-20 {
    margin-top: 20px;
  }
  .mg-des-top-25 {
    margin-top: 25px;
  }
  .mg-des-top-30 {
    margin-top: 30px;
  }
  .mg-des-top-35 {
    margin-top: 35px;
  }
  .mg-des-top-40 {
    margin-top: 40px;
  }
  .mg-des-top-45 {
    margin-top: 45px;
  }
  .mg-des-top-50 {
    margin-top: 50px;
  }
  .mg-des-top-55 {
    margin-top: 55px;
  }
  .mg-des-top-60 {
    margin-top: 60px;
  }
  .mg-des-top-65 {
    margin-top: 65px;
  }
  .mg-des-top-70 {
    margin-top: 70px;
  }
  .mg-des-top-75 {
    margin-top: 75px;
  }
  .mg-des-bottom-0 {
    margin-bottom: 0;
  }
  .mg-des-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-des-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-des-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-des-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-des-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-des-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-des-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-des-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-des-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-des-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-des-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-des-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-des-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-des-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-des-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-des-left-0 {
    margin-left: 0;
  }
  .mg-des-left-5 {
    margin-left: 5px;
  }
  .mg-des-left-10 {
    margin-left: 10px;
  }
  .mg-des-left-15 {
    margin-left: 15px;
  }
  .mg-des-left-20 {
    margin-left: 20px;
  }
  .mg-des-left-25 {
    margin-left: 25px;
  }
  .mg-des-left-30 {
    margin-left: 30px;
  }
  .mg-des-left-35 {
    margin-left: 35px;
  }
  .mg-des-left-40 {
    margin-left: 40px;
  }
  .mg-des-left-45 {
    margin-left: 45px;
  }
  .mg-des-left-50 {
    margin-left: 50px;
  }
  .mg-des-left-55 {
    margin-left: 55px;
  }
  .mg-des-left-60 {
    margin-left: 60px;
  }
  .mg-des-left-65 {
    margin-left: 65px;
  }
  .mg-des-left-70 {
    margin-left: 70px;
  }
  .mg-des-left-75 {
    margin-left: 75px;
  }
  .mg-des-right-0 {
    margin-right: 0;
  }
  .mg-des-right-5 {
    margin-right: 5px;
  }
  .mg-des-right-10 {
    margin-right: 10px;
  }
  .mg-des-right-15 {
    margin-right: 15px;
  }
  .mg-des-right-20 {
    margin-right: 20px;
  }
  .mg-des-right-25 {
    margin-right: 25px;
  }
  .mg-des-right-30 {
    margin-right: 30px;
  }
  .mg-des-right-35 {
    margin-right: 35px;
  }
  .mg-des-right-40 {
    margin-right: 40px;
  }
  .mg-des-right-45 {
    margin-right: 45px;
  }
  .mg-des-right-50 {
    margin-right: 50px;
  }
  .mg-des-right-55 {
    margin-right: 55px;
  }
  .mg-des-right-60 {
    margin-right: 60px;
  }
  .mg-des-right-65 {
    margin-right: 65px;
  }
  .mg-des-right-70 {
    margin-right: 70px;
  }
  .mg-des-right-75 {
    margin-right: 75px;
  }
}
@font-face {
  font-family: 'Linearicons';
  src: url('../../frontend/Mgs/supro/es_AR/fonts/Linearicons.eot');
  src: url('../../frontend/Mgs/supro/es_AR/fonts/Linearicons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/supro/es_AR/fonts/Linearicons.woff2') format('woff2'), url('../../frontend/Mgs/supro/es_AR/fonts/Linearicons.woff') format('woff'), url('../../frontend/Mgs/supro/es_AR/fonts/Linearicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica LT Std';
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.eot');
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.woff2') format('woff2'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica LT Std';
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.eot');
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.woff2') format('woff2'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica LT Std';
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.eot');
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.woff2') format('woff2'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.woff') format('woff'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.ttf') format('truetype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Blk.svg#HelveticaLTStd-Blk') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica LT Std';
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.eot');
  src: url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.woff2') format('woff2'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.woff') format('woff'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../../frontend/Mgs/supro/es_AR/fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-home4:before {
  content: "\e603";
}
.icon-home5:before {
  content: "\e604";
}
.icon-home6:before {
  content: "\e605";
}
.icon-bathtub:before {
  content: "\e606";
}
.icon-toothbrush:before {
  content: "\e607";
}
.icon-bed:before {
  content: "\e608";
}
.icon-couch:before {
  content: "\e609";
}
.icon-chair:before {
  content: "\e60a";
}
.icon-city:before {
  content: "\e60b";
}
.icon-apartment:before {
  content: "\e60c";
}
.icon-pencil:before {
  content: "\e60d";
}
.icon-pencil2:before {
  content: "\e60e";
}
.icon-pen:before {
  content: "\e60f";
}
.icon-pencil3:before {
  content: "\e610";
}
.icon-eraser:before {
  content: "\e611";
}
.icon-pencil4:before {
  content: "\e612";
}
.icon-pencil5:before {
  content: "\e613";
}
.icon-feather:before {
  content: "\e614";
}
.icon-feather2:before {
  content: "\e615";
}
.icon-feather3:before {
  content: "\e616";
}
.icon-pen2:before {
  content: "\e617";
}
.icon-pen-add:before {
  content: "\e618";
}
.icon-pen-remove:before {
  content: "\e619";
}
.icon-vector:before {
  content: "\e61a";
}
.icon-pen3:before {
  content: "\e61b";
}
.icon-blog:before {
  content: "\e61c";
}
.icon-brush:before {
  content: "\e61d";
}
.icon-brush2:before {
  content: "\e61e";
}
.icon-spray:before {
  content: "\e61f";
}
.icon-paint-roller:before {
  content: "\e620";
}
.icon-stamp:before {
  content: "\e621";
}
.icon-tape:before {
  content: "\e622";
}
.icon-desk-tape:before {
  content: "\e623";
}
.icon-texture:before {
  content: "\e624";
}
.icon-eye-dropper:before {
  content: "\e625";
}
.icon-palette:before {
  content: "\e626";
}
.icon-color-sampler:before {
  content: "\e627";
}
.icon-bucket:before {
  content: "\e628";
}
.icon-gradient:before {
  content: "\e629";
}
.icon-gradient2:before {
  content: "\e62a";
}
.icon-magic-wand:before {
  content: "\e62b";
}
.icon-magnet:before {
  content: "\e62c";
}
.icon-pencil-ruler:before {
  content: "\e62d";
}
.icon-pencil-ruler2:before {
  content: "\e62e";
}
.icon-compass:before {
  content: "\e62f";
}
.icon-aim:before {
  content: "\e630";
}
.icon-gun:before {
  content: "\e631";
}
.icon-bottle:before {
  content: "\e632";
}
.icon-drop:before {
  content: "\e633";
}
.icon-drop-crossed:before {
  content: "\e634";
}
.icon-drop2:before {
  content: "\e635";
}
.icon-snow:before {
  content: "\e636";
}
.icon-snow2:before {
  content: "\e637";
}
.icon-fire:before {
  content: "\e638";
}
.icon-lighter:before {
  content: "\e639";
}
.icon-knife:before {
  content: "\e63a";
}
.icon-dagger:before {
  content: "\e63b";
}
.icon-tissue:before {
  content: "\e63c";
}
.icon-toilet-paper:before {
  content: "\e63d";
}
.icon-poop:before {
  content: "\e63e";
}
.icon-umbrella:before {
  content: "\e63f";
}
.icon-umbrella2:before {
  content: "\e640";
}
.icon-rain:before {
  content: "\e641";
}
.icon-tornado:before {
  content: "\e642";
}
.icon-wind:before {
  content: "\e643";
}
.icon-fan:before {
  content: "\e644";
}
.icon-contrast:before {
  content: "\e645";
}
.icon-sun-small:before {
  content: "\e646";
}
.icon-sun:before {
  content: "\e647";
}
.icon-sun2:before {
  content: "\e648";
}
.icon-moon:before {
  content: "\e649";
}
.icon-cloud:before {
  content: "\e64a";
}
.icon-cloud-upload:before {
  content: "\e64b";
}
.icon-cloud-download:before {
  content: "\e64c";
}
.icon-cloud-rain:before {
  content: "\e64d";
}
.icon-cloud-hailstones:before {
  content: "\e64e";
}
.icon-cloud-snow:before {
  content: "\e64f";
}
.icon-cloud-windy:before {
  content: "\e650";
}
.icon-sun-wind:before {
  content: "\e651";
}
.icon-cloud-fog:before {
  content: "\e652";
}
.icon-cloud-sun:before {
  content: "\e653";
}
.icon-cloud-lightning:before {
  content: "\e654";
}
.icon-cloud-sync:before {
  content: "\e655";
}
.icon-cloud-lock:before {
  content: "\e656";
}
.icon-cloud-gear:before {
  content: "\e657";
}
.icon-cloud-alert:before {
  content: "\e658";
}
.icon-cloud-check:before {
  content: "\e659";
}
.icon-cloud-cross:before {
  content: "\e65a";
}
.icon-cloud-crossed:before {
  content: "\e65b";
}
.icon-cloud-database:before {
  content: "\e65c";
}
.icon-database:before {
  content: "\e65d";
}
.icon-database-add:before {
  content: "\e65e";
}
.icon-database-remove:before {
  content: "\e65f";
}
.icon-database-lock:before {
  content: "\e660";
}
.icon-database-refresh:before {
  content: "\e661";
}
.icon-database-check:before {
  content: "\e662";
}
.icon-database-history:before {
  content: "\e663";
}
.icon-database-upload:before {
  content: "\e664";
}
.icon-database-download:before {
  content: "\e665";
}
.icon-server:before {
  content: "\e666";
}
.icon-shield:before {
  content: "\e667";
}
.icon-shield-check:before {
  content: "\e668";
}
.icon-shield-alert:before {
  content: "\e669";
}
.icon-shield-cross:before {
  content: "\e66a";
}
.icon-lock:before {
  content: "\e66b";
}
.icon-rotation-lock:before {
  content: "\e66c";
}
.icon-unlock:before {
  content: "\e66d";
}
.icon-key:before {
  content: "\e66e";
}
.icon-key-hole:before {
  content: "\e66f";
}
.icon-toggle-off:before {
  content: "\e670";
}
.icon-toggle-on:before {
  content: "\e671";
}
.icon-cog:before {
  content: "\e672";
}
.icon-cog2:before {
  content: "\e673";
}
.icon-wrench:before {
  content: "\e674";
}
.icon-screwdriver:before {
  content: "\e675";
}
.icon-hammer-wrench:before {
  content: "\e676";
}
.icon-hammer:before {
  content: "\e677";
}
.icon-saw:before {
  content: "\e678";
}
.icon-axe:before {
  content: "\e679";
}
.icon-axe2:before {
  content: "\e67a";
}
.icon-shovel:before {
  content: "\e67b";
}
.icon-pickaxe:before {
  content: "\e67c";
}
.icon-factory:before {
  content: "\e67d";
}
.icon-factory2:before {
  content: "\e67e";
}
.icon-recycle:before {
  content: "\e67f";
}
.icon-trash:before {
  content: "\e680";
}
.icon-trash2:before {
  content: "\e681";
}
.icon-trash3:before {
  content: "\e682";
}
.icon-broom:before {
  content: "\e683";
}
.icon-game:before {
  content: "\e684";
}
.icon-gamepad:before {
  content: "\e685";
}
.icon-joystick:before {
  content: "\e686";
}
.icon-dice:before {
  content: "\e687";
}
.icon-spades:before {
  content: "\e688";
}
.icon-diamonds:before {
  content: "\e689";
}
.icon-clubs:before {
  content: "\e68a";
}
.icon-hearts:before {
  content: "\e68b";
}
.icon-heart:before {
  content: "\e68c";
}
.icon-star:before {
  content: "\e68d";
}
.icon-star-half:before {
  content: "\e68e";
}
.icon-star-empty:before {
  content: "\e68f";
}
.icon-flag:before {
  content: "\e690";
}
.icon-flag2:before {
  content: "\e691";
}
.icon-flag3:before {
  content: "\e692";
}
.icon-mailbox-full:before {
  content: "\e693";
}
.icon-mailbox-empty:before {
  content: "\e694";
}
.icon-at-sign:before {
  content: "\e695";
}
.icon-envelope:before {
  content: "\e696";
}
.icon-envelope-open:before {
  content: "\e697";
}
.icon-paperclip:before {
  content: "\e698";
}
.icon-paper-plane:before {
  content: "\e699";
}
.icon-reply:before {
  content: "\e69a";
}
.icon-reply-all:before {
  content: "\e69b";
}
.icon-inbox:before {
  content: "\e69c";
}
.icon-inbox2:before {
  content: "\e69d";
}
.icon-outbox:before {
  content: "\e69e";
}
.icon-box:before {
  content: "\e69f";
}
.icon-archive:before {
  content: "\e6a0";
}
.icon-archive2:before {
  content: "\e6a1";
}
.icon-drawers:before {
  content: "\e6a2";
}
.icon-drawers2:before {
  content: "\e6a3";
}
.icon-drawers3:before {
  content: "\e6a4";
}
.icon-eye:before {
  content: "\e6a5";
}
.icon-eye-crossed:before {
  content: "\e6a6";
}
.icon-eye-plus:before {
  content: "\e6a7";
}
.icon-eye-minus:before {
  content: "\e6a8";
}
.icon-binoculars:before {
  content: "\e6a9";
}
.icon-binoculars2:before {
  content: "\e6aa";
}
.icon-hdd:before {
  content: "\e6ab";
}
.icon-hdd-down:before {
  content: "\e6ac";
}
.icon-hdd-up:before {
  content: "\e6ad";
}
.icon-floppy-disk:before {
  content: "\e6ae";
}
.icon-disc:before {
  content: "\e6af";
}
.icon-tape2:before {
  content: "\e6b0";
}
.icon-printer:before {
  content: "\e6b1";
}
.icon-shredder:before {
  content: "\e6b2";
}
.icon-file-empty:before {
  content: "\e6b3";
}
.icon-file-add:before {
  content: "\e6b4";
}
.icon-file-check:before {
  content: "\e6b5";
}
.icon-file-lock:before {
  content: "\e6b6";
}
.icon-files:before {
  content: "\e6b7";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-compare:before {
  content: "\e6b9";
}
.icon-folder:before {
  content: "\e6ba";
}
.icon-folder-search:before {
  content: "\e6bb";
}
.icon-folder-plus:before {
  content: "\e6bc";
}
.icon-folder-minus:before {
  content: "\e6bd";
}
.icon-folder-download:before {
  content: "\e6be";
}
.icon-folder-upload:before {
  content: "\e6bf";
}
.icon-folder-star:before {
  content: "\e6c0";
}
.icon-folder-heart:before {
  content: "\e6c1";
}
.icon-folder-user:before {
  content: "\e6c2";
}
.icon-folder-shared:before {
  content: "\e6c3";
}
.icon-folder-music:before {
  content: "\e6c4";
}
.icon-folder-picture:before {
  content: "\e6c5";
}
.icon-folder-film:before {
  content: "\e6c6";
}
.icon-scissors:before {
  content: "\e6c7";
}
.icon-paste:before {
  content: "\e6c8";
}
.icon-clipboard-empty:before {
  content: "\e6c9";
}
.icon-clipboard-pencil:before {
  content: "\e6ca";
}
.icon-clipboard-text:before {
  content: "\e6cb";
}
.icon-clipboard-check:before {
  content: "\e6cc";
}
.icon-clipboard-down:before {
  content: "\e6cd";
}
.icon-clipboard-left:before {
  content: "\e6ce";
}
.icon-clipboard-alert:before {
  content: "\e6cf";
}
.icon-clipboard-user:before {
  content: "\e6d0";
}
.icon-register:before {
  content: "\e6d1";
}
.icon-enter:before {
  content: "\e6d2";
}
.icon-exit:before {
  content: "\e6d3";
}
.icon-papers:before {
  content: "\e6d4";
}
.icon-news:before {
  content: "\e6d5";
}
.icon-reading:before {
  content: "\e6d6";
}
.icon-typewriter:before {
  content: "\e6d7";
}
.icon-document:before {
  content: "\e6d8";
}
.icon-document2:before {
  content: "\e6d9";
}
.icon-graduation-hat:before {
  content: "\e6da";
}
.icon-license:before {
  content: "\e6db";
}
.icon-license2:before {
  content: "\e6dc";
}
.icon-medal-empty:before {
  content: "\e6dd";
}
.icon-medal-first:before {
  content: "\e6de";
}
.icon-medal-second:before {
  content: "\e6df";
}
.icon-medal-third:before {
  content: "\e6e0";
}
.icon-podium:before {
  content: "\e6e1";
}
.icon-trophy:before {
  content: "\e6e2";
}
.icon-trophy2:before {
  content: "\e6e3";
}
.icon-music-note:before {
  content: "\e6e4";
}
.icon-music-note2:before {
  content: "\e6e5";
}
.icon-music-note3:before {
  content: "\e6e6";
}
.icon-playlist:before {
  content: "\e6e7";
}
.icon-playlist-add:before {
  content: "\e6e8";
}
.icon-guitar:before {
  content: "\e6e9";
}
.icon-trumpet:before {
  content: "\e6ea";
}
.icon-album:before {
  content: "\e6eb";
}
.icon-shuffle:before {
  content: "\e6ec";
}
.icon-repeat-one:before {
  content: "\e6ed";
}
.icon-repeat:before {
  content: "\e6ee";
}
.icon-headphones:before {
  content: "\e6ef";
}
.icon-headset:before {
  content: "\e6f0";
}
.icon-loudspeaker:before {
  content: "\e6f1";
}
.icon-equalizer:before {
  content: "\e6f2";
}
.icon-theater:before {
  content: "\e6f3";
}
.icon-3d-glasses:before {
  content: "\e6f4";
}
.icon-ticket:before {
  content: "\e6f5";
}
.icon-presentation:before {
  content: "\e6f6";
}
.icon-play:before {
  content: "\e6f7";
}
.icon-film-play:before {
  content: "\e6f8";
}
.icon-clapboard-play:before {
  content: "\e6f9";
}
.icon-media:before {
  content: "\e6fa";
}
.icon-film:before {
  content: "\e6fb";
}
.icon-film2:before {
  content: "\e6fc";
}
.icon-surveillance:before {
  content: "\e6fd";
}
.icon-surveillance2:before {
  content: "\e6fe";
}
.icon-camera:before {
  content: "\e6ff";
}
.icon-camera-crossed:before {
  content: "\e700";
}
.icon-camera-play:before {
  content: "\e701";
}
.icon-time-lapse:before {
  content: "\e702";
}
.icon-record:before {
  content: "\e703";
}
.icon-camera2:before {
  content: "\e704";
}
.icon-camera-flip:before {
  content: "\e705";
}
.icon-panorama:before {
  content: "\e706";
}
.icon-time-lapse2:before {
  content: "\e707";
}
.icon-shutter:before {
  content: "\e708";
}
.icon-shutter2:before {
  content: "\e709";
}
.icon-face-detection:before {
  content: "\e70a";
}
.icon-flare:before {
  content: "\e70b";
}
.icon-convex:before {
  content: "\e70c";
}
.icon-concave:before {
  content: "\e70d";
}
.icon-picture:before {
  content: "\e70e";
}
.icon-picture2:before {
  content: "\e70f";
}
.icon-picture3:before {
  content: "\e710";
}
.icon-pictures:before {
  content: "\e711";
}
.icon-book:before {
  content: "\e712";
}
.icon-audio-book:before {
  content: "\e713";
}
.icon-book2:before {
  content: "\e714";
}
.icon-bookmark:before {
  content: "\e715";
}
.icon-bookmark2:before {
  content: "\e716";
}
.icon-label:before {
  content: "\e717";
}
.icon-library:before {
  content: "\e718";
}
.icon-library2:before {
  content: "\e719";
}
.icon-contacts:before {
  content: "\e71a";
}
.icon-profile:before {
  content: "\e71b";
}
.icon-portrait:before {
  content: "\e71c";
}
.icon-portrait2:before {
  content: "\e71d";
}
.icon-user:before {
  content: "\e71e";
}
.icon-user-plus:before {
  content: "\e71f";
}
.icon-user-minus:before {
  content: "\e720";
}
.icon-user-lock:before {
  content: "\e721";
}
.icon-users:before {
  content: "\e722";
}
.icon-users2:before {
  content: "\e723";
}
.icon-users-plus:before {
  content: "\e724";
}
.icon-users-minus:before {
  content: "\e725";
}
.icon-group-work:before {
  content: "\e726";
}
.icon-woman:before {
  content: "\e727";
}
.icon-man:before {
  content: "\e728";
}
.icon-baby:before {
  content: "\e729";
}
.icon-baby2:before {
  content: "\e72a";
}
.icon-baby3:before {
  content: "\e72b";
}
.icon-baby-bottle:before {
  content: "\e72c";
}
.icon-walk:before {
  content: "\e72d";
}
.icon-hand-waving:before {
  content: "\e72e";
}
.icon-jump:before {
  content: "\e72f";
}
.icon-run:before {
  content: "\e730";
}
.icon-woman2:before {
  content: "\e731";
}
.icon-man2:before {
  content: "\e732";
}
.icon-man-woman:before {
  content: "\e733";
}
.icon-height:before {
  content: "\e734";
}
.icon-weight:before {
  content: "\e735";
}
.icon-scale:before {
  content: "\e736";
}
.icon-button:before {
  content: "\e737";
}
.icon-bow-tie:before {
  content: "\e738";
}
.icon-tie:before {
  content: "\e739";
}
.icon-socks:before {
  content: "\e73a";
}
.icon-shoe:before {
  content: "\e73b";
}
.icon-shoes:before {
  content: "\e73c";
}
.icon-hat:before {
  content: "\e73d";
}
.icon-pants:before {
  content: "\e73e";
}
.icon-shorts:before {
  content: "\e73f";
}
.icon-flip-flops:before {
  content: "\e740";
}
.icon-shirt:before {
  content: "\e741";
}
.icon-hanger:before {
  content: "\e742";
}
.icon-laundry:before {
  content: "\e743";
}
.icon-store:before {
  content: "\e744";
}
.icon-haircut:before {
  content: "\e745";
}
.icon-store-24:before {
  content: "\e746";
}
.icon-barcode:before {
  content: "\e747";
}
.icon-barcode2:before {
  content: "\e748";
}
.icon-barcode3:before {
  content: "\e749";
}
.icon-cashier:before {
  content: "\e74a";
}
.icon-bag:before {
  content: "\e74b";
}
.icon-bag2:before {
  content: "\e74c";
}
.icon-cart:before {
  content: "\e74d";
}
.icon-cart-empty:before {
  content: "\e74e";
}
.icon-cart-full:before {
  content: "\e74f";
}
.icon-cart-plus:before {
  content: "\e750";
}
.icon-cart-plus2:before {
  content: "\e751";
}
.icon-cart-add:before {
  content: "\e752";
}
.icon-cart-remove:before {
  content: "\e753";
}
.icon-cart-exchange:before {
  content: "\e754";
}
.icon-tag:before {
  content: "\e755";
}
.icon-tags:before {
  content: "\e756";
}
.icon-receipt:before {
  content: "\e757";
}
.icon-wallet:before {
  content: "\e758";
}
.icon-credit-card:before {
  content: "\e759";
}
.icon-cash-dollar:before {
  content: "\e75a";
}
.icon-cash-euro:before {
  content: "\e75b";
}
.icon-cash-pound:before {
  content: "\e75c";
}
.icon-cash-yen:before {
  content: "\e75d";
}
.icon-bag-dollar:before {
  content: "\e75e";
}
.icon-bag-euro:before {
  content: "\e75f";
}
.icon-bag-pound:before {
  content: "\e760";
}
.icon-bag-yen:before {
  content: "\e761";
}
.icon-coin-dollar:before {
  content: "\e762";
}
.icon-coin-euro:before {
  content: "\e763";
}
.icon-coin-pound:before {
  content: "\e764";
}
.icon-coin-yen:before {
  content: "\e765";
}
.icon-calculator:before {
  content: "\e766";
}
.icon-calculator2:before {
  content: "\e767";
}
.icon-abacus:before {
  content: "\e768";
}
.icon-vault:before {
  content: "\e769";
}
.icon-telephone:before {
  content: "\e76a";
}
.icon-phone-lock:before {
  content: "\e76b";
}
.icon-phone-wave:before {
  content: "\e76c";
}
.icon-phone-pause:before {
  content: "\e76d";
}
.icon-phone-outgoing:before {
  content: "\e76e";
}
.icon-phone-incoming:before {
  content: "\e76f";
}
.icon-phone-in-out:before {
  content: "\e770";
}
.icon-phone-error:before {
  content: "\e771";
}
.icon-phone-sip:before {
  content: "\e772";
}
.icon-phone-plus:before {
  content: "\e773";
}
.icon-phone-minus:before {
  content: "\e774";
}
.icon-voicemail:before {
  content: "\e775";
}
.icon-dial:before {
  content: "\e776";
}
.icon-telephone2:before {
  content: "\e777";
}
.icon-pushpin:before {
  content: "\e778";
}
.icon-pushpin2:before {
  content: "\e779";
}
.icon-map-marker:before {
  content: "\e77a";
}
.icon-map-marker-user:before {
  content: "\e77b";
}
.icon-map-marker-down:before {
  content: "\e77c";
}
.icon-map-marker-check:before {
  content: "\e77d";
}
.icon-map-marker-crossed:before {
  content: "\e77e";
}
.icon-radar:before {
  content: "\e77f";
}
.icon-compass2:before {
  content: "\e780";
}
.icon-map:before {
  content: "\e781";
}
.icon-map2:before {
  content: "\e782";
}
.icon-location:before {
  content: "\e783";
}
.icon-road-sign:before {
  content: "\e784";
}
.icon-calendar-empty:before {
  content: "\e785";
}
.icon-calendar-check:before {
  content: "\e786";
}
.icon-calendar-cross:before {
  content: "\e787";
}
.icon-calendar-31:before {
  content: "\e788";
}
.icon-calendar-full:before {
  content: "\e789";
}
.icon-calendar-insert:before {
  content: "\e78a";
}
.icon-calendar-text:before {
  content: "\e78b";
}
.icon-calendar-user:before {
  content: "\e78c";
}
.icon-mouse:before {
  content: "\e78d";
}
.icon-mouse-left:before {
  content: "\e78e";
}
.icon-mouse-right:before {
  content: "\e78f";
}
.icon-mouse-both:before {
  content: "\e790";
}
.icon-keyboard:before {
  content: "\e791";
}
.icon-keyboard-up:before {
  content: "\e792";
}
.icon-keyboard-down:before {
  content: "\e793";
}
.icon-delete:before {
  content: "\e794";
}
.icon-spell-check:before {
  content: "\e795";
}
.icon-escape:before {
  content: "\e796";
}
.icon-enter2:before {
  content: "\e797";
}
.icon-screen:before {
  content: "\e798";
}
.icon-aspect-ratio:before {
  content: "\e799";
}
.icon-signal:before {
  content: "\e79a";
}
.icon-signal-lock:before {
  content: "\e79b";
}
.icon-signal-80:before {
  content: "\e79c";
}
.icon-signal-60:before {
  content: "\e79d";
}
.icon-signal-40:before {
  content: "\e79e";
}
.icon-signal-20:before {
  content: "\e79f";
}
.icon-signal-0:before {
  content: "\e7a0";
}
.icon-signal-blocked:before {
  content: "\e7a1";
}
.icon-sim:before {
  content: "\e7a2";
}
.icon-flash-memory:before {
  content: "\e7a3";
}
.icon-usb-drive:before {
  content: "\e7a4";
}
.icon-phone:before {
  content: "\e7a5";
}
.icon-smartphone:before {
  content: "\e7a6";
}
.icon-smartphone-notification:before {
  content: "\e7a7";
}
.icon-smartphone-vibration:before {
  content: "\e7a8";
}
.icon-smartphone-embed:before {
  content: "\e7a9";
}
.icon-smartphone-waves:before {
  content: "\e7aa";
}
.icon-tablet:before {
  content: "\e7ab";
}
.icon-tablet2:before {
  content: "\e7ac";
}
.icon-laptop:before {
  content: "\e7ad";
}
.icon-laptop-phone:before {
  content: "\e7ae";
}
.icon-desktop:before {
  content: "\e7af";
}
.icon-launch:before {
  content: "\e7b0";
}
.icon-new-tab:before {
  content: "\e7b1";
}
.icon-window:before {
  content: "\e7b2";
}
.icon-cable:before {
  content: "\e7b3";
}
.icon-cable2:before {
  content: "\e7b4";
}
.icon-tv:before {
  content: "\e7b5";
}
.icon-radio:before {
  content: "\e7b6";
}
.icon-remote-control:before {
  content: "\e7b7";
}
.icon-power-switch:before {
  content: "\e7b8";
}
.icon-power:before {
  content: "\e7b9";
}
.icon-power-crossed:before {
  content: "\e7ba";
}
.icon-flash-auto:before {
  content: "\e7bb";
}
.icon-lamp:before {
  content: "\e7bc";
}
.icon-flashlight:before {
  content: "\e7bd";
}
.icon-lampshade:before {
  content: "\e7be";
}
.icon-cord:before {
  content: "\e7bf";
}
.icon-outlet:before {
  content: "\e7c0";
}
.icon-battery-power:before {
  content: "\e7c1";
}
.icon-battery-empty:before {
  content: "\e7c2";
}
.icon-battery-alert:before {
  content: "\e7c3";
}
.icon-battery-error:before {
  content: "\e7c4";
}
.icon-battery-low1:before {
  content: "\e7c5";
}
.icon-battery-low2:before {
  content: "\e7c6";
}
.icon-battery-low3:before {
  content: "\e7c7";
}
.icon-battery-mid1:before {
  content: "\e7c8";
}
.icon-battery-mid2:before {
  content: "\e7c9";
}
.icon-battery-mid3:before {
  content: "\e7ca";
}
.icon-battery-full:before {
  content: "\e7cb";
}
.icon-battery-charging:before {
  content: "\e7cc";
}
.icon-battery-charging2:before {
  content: "\e7cd";
}
.icon-battery-charging3:before {
  content: "\e7ce";
}
.icon-battery-charging4:before {
  content: "\e7cf";
}
.icon-battery-charging5:before {
  content: "\e7d0";
}
.icon-battery-charging6:before {
  content: "\e7d1";
}
.icon-battery-charging7:before {
  content: "\e7d2";
}
.icon-chip:before {
  content: "\e7d3";
}
.icon-chip-x64:before {
  content: "\e7d4";
}
.icon-chip-x86:before {
  content: "\e7d5";
}
.icon-bubble:before {
  content: "\e7d6";
}
.icon-bubbles:before {
  content: "\e7d7";
}
.icon-bubble-dots:before {
  content: "\e7d8";
}
.icon-bubble-alert:before {
  content: "\e7d9";
}
.icon-bubble-question:before {
  content: "\e7da";
}
.icon-bubble-text:before {
  content: "\e7db";
}
.icon-bubble-pencil:before {
  content: "\e7dc";
}
.icon-bubble-picture:before {
  content: "\e7dd";
}
.icon-bubble-video:before {
  content: "\e7de";
}
.icon-bubble-user:before {
  content: "\e7df";
}
.icon-bubble-quote:before {
  content: "\e7e0";
}
.icon-bubble-heart:before {
  content: "\e7e1";
}
.icon-bubble-emoticon:before {
  content: "\e7e2";
}
.icon-bubble-attachment:before {
  content: "\e7e3";
}
.icon-phone-bubble:before {
  content: "\e7e4";
}
.icon-quote-open:before {
  content: "\e7e5";
}
.icon-quote-close:before {
  content: "\e7e6";
}
.icon-dna:before {
  content: "\e7e7";
}
.icon-heart-pulse:before {
  content: "\e7e8";
}
.icon-pulse:before {
  content: "\e7e9";
}
.icon-syringe:before {
  content: "\e7ea";
}
.icon-pills:before {
  content: "\e7eb";
}
.icon-first-aid:before {
  content: "\e7ec";
}
.icon-lifebuoy:before {
  content: "\e7ed";
}
.icon-bandage:before {
  content: "\e7ee";
}
.icon-bandages:before {
  content: "\e7ef";
}
.icon-thermometer:before {
  content: "\e7f0";
}
.icon-microscope:before {
  content: "\e7f1";
}
.icon-brain:before {
  content: "\e7f2";
}
.icon-beaker:before {
  content: "\e7f3";
}
.icon-skull:before {
  content: "\e7f4";
}
.icon-bone:before {
  content: "\e7f5";
}
.icon-construction:before {
  content: "\e7f6";
}
.icon-construction-cone:before {
  content: "\e7f7";
}
.icon-pie-chart:before {
  content: "\e7f8";
}
.icon-pie-chart2:before {
  content: "\e7f9";
}
.icon-graph:before {
  content: "\e7fa";
}
.icon-chart-growth:before {
  content: "\e7fb";
}
.icon-chart-bars:before {
  content: "\e7fc";
}
.icon-chart-settings:before {
  content: "\e7fd";
}
.icon-cake:before {
  content: "\e7fe";
}
.icon-gift:before {
  content: "\e7ff";
}
.icon-balloon:before {
  content: "\e800";
}
.icon-rank:before {
  content: "\e801";
}
.icon-rank2:before {
  content: "\e802";
}
.icon-rank3:before {
  content: "\e803";
}
.icon-crown:before {
  content: "\e804";
}
.icon-lotus:before {
  content: "\e805";
}
.icon-diamond:before {
  content: "\e806";
}
.icon-diamond2:before {
  content: "\e807";
}
.icon-diamond3:before {
  content: "\e808";
}
.icon-diamond4:before {
  content: "\e809";
}
.icon-linearicons:before {
  content: "\e80a";
}
.icon-teacup:before {
  content: "\e80b";
}
.icon-teapot:before {
  content: "\e80c";
}
.icon-glass:before {
  content: "\e80d";
}
.icon-bottle2:before {
  content: "\e80e";
}
.icon-glass-cocktail:before {
  content: "\e80f";
}
.icon-glass2:before {
  content: "\e810";
}
.icon-dinner:before {
  content: "\e811";
}
.icon-dinner2:before {
  content: "\e812";
}
.icon-chef:before {
  content: "\e813";
}
.icon-scale2:before {
  content: "\e814";
}
.icon-egg:before {
  content: "\e815";
}
.icon-egg2:before {
  content: "\e816";
}
.icon-eggs:before {
  content: "\e817";
}
.icon-platter:before {
  content: "\e818";
}
.icon-steak:before {
  content: "\e819";
}
.icon-hamburger:before {
  content: "\e81a";
}
.icon-hotdog:before {
  content: "\e81b";
}
.icon-pizza:before {
  content: "\e81c";
}
.icon-sausage:before {
  content: "\e81d";
}
.icon-chicken:before {
  content: "\e81e";
}
.icon-fish:before {
  content: "\e81f";
}
.icon-carrot:before {
  content: "\e820";
}
.icon-cheese:before {
  content: "\e821";
}
.icon-bread:before {
  content: "\e822";
}
.icon-ice-cream:before {
  content: "\e823";
}
.icon-ice-cream2:before {
  content: "\e824";
}
.icon-candy:before {
  content: "\e825";
}
.icon-lollipop:before {
  content: "\e826";
}
.icon-coffee-bean:before {
  content: "\e827";
}
.icon-coffee-cup:before {
  content: "\e828";
}
.icon-cherry:before {
  content: "\e829";
}
.icon-grapes:before {
  content: "\e82a";
}
.icon-citrus:before {
  content: "\e82b";
}
.icon-apple:before {
  content: "\e82c";
}
.icon-leaf:before {
  content: "\e82d";
}
.icon-landscape:before {
  content: "\e82e";
}
.icon-pine-tree:before {
  content: "\e82f";
}
.icon-tree:before {
  content: "\e830";
}
.icon-cactus:before {
  content: "\e831";
}
.icon-paw:before {
  content: "\e832";
}
.icon-footprint:before {
  content: "\e833";
}
.icon-speed-slow:before {
  content: "\e834";
}
.icon-speed-medium:before {
  content: "\e835";
}
.icon-speed-fast:before {
  content: "\e836";
}
.icon-rocket:before {
  content: "\e837";
}
.icon-hammer2:before {
  content: "\e838";
}
.icon-balance:before {
  content: "\e839";
}
.icon-briefcase:before {
  content: "\e83a";
}
.icon-luggage-weight:before {
  content: "\e83b";
}
.icon-dolly:before {
  content: "\e83c";
}
.icon-plane:before {
  content: "\e83d";
}
.icon-plane-crossed:before {
  content: "\e83e";
}
.icon-helicopter:before {
  content: "\e83f";
}
.icon-traffic-lights:before {
  content: "\e840";
}
.icon-siren:before {
  content: "\e841";
}
.icon-road:before {
  content: "\e842";
}
.icon-engine:before {
  content: "\e843";
}
.icon-oil-pressure:before {
  content: "\e844";
}
.icon-coolant-temperature:before {
  content: "\e845";
}
.icon-car-battery:before {
  content: "\e846";
}
.icon-gas:before {
  content: "\e847";
}
.icon-gallon:before {
  content: "\e848";
}
.icon-transmission:before {
  content: "\e849";
}
.icon-car:before {
  content: "\e84a";
}
.icon-car-wash:before {
  content: "\e84b";
}
.icon-car-wash2:before {
  content: "\e84c";
}
.icon-bus:before {
  content: "\e84d";
}
.icon-bus2:before {
  content: "\e84e";
}
.icon-car2:before {
  content: "\e84f";
}
.icon-parking:before {
  content: "\e850";
}
.icon-car-lock:before {
  content: "\e851";
}
.icon-taxi:before {
  content: "\e852";
}
.icon-car-siren:before {
  content: "\e853";
}
.icon-car-wash3:before {
  content: "\e854";
}
.icon-car-wash4:before {
  content: "\e855";
}
.icon-ambulance:before {
  content: "\e856";
}
.icon-truck:before {
  content: "\e857";
}
.icon-trailer:before {
  content: "\e858";
}
.icon-scale-truck:before {
  content: "\e859";
}
.icon-train:before {
  content: "\e85a";
}
.icon-ship:before {
  content: "\e85b";
}
.icon-ship2:before {
  content: "\e85c";
}
.icon-anchor:before {
  content: "\e85d";
}
.icon-boat:before {
  content: "\e85e";
}
.icon-bicycle:before {
  content: "\e85f";
}
.icon-bicycle2:before {
  content: "\e860";
}
.icon-dumbbell:before {
  content: "\e861";
}
.icon-bench-press:before {
  content: "\e862";
}
.icon-swim:before {
  content: "\e863";
}
.icon-football:before {
  content: "\e864";
}
.icon-baseball-bat:before {
  content: "\e865";
}
.icon-baseball:before {
  content: "\e866";
}
.icon-tennis:before {
  content: "\e867";
}
.icon-tennis2:before {
  content: "\e868";
}
.icon-ping-pong:before {
  content: "\e869";
}
.icon-hockey:before {
  content: "\e86a";
}
.icon-8ball:before {
  content: "\e86b";
}
.icon-bowling:before {
  content: "\e86c";
}
.icon-bowling-pins:before {
  content: "\e86d";
}
.icon-golf:before {
  content: "\e86e";
}
.icon-golf2:before {
  content: "\e86f";
}
.icon-archery:before {
  content: "\e870";
}
.icon-slingshot:before {
  content: "\e871";
}
.icon-soccer:before {
  content: "\e872";
}
.icon-basketball:before {
  content: "\e873";
}
.icon-cube:before {
  content: "\e874";
}
.icon-3d-rotate:before {
  content: "\e875";
}
.icon-puzzle:before {
  content: "\e876";
}
.icon-glasses:before {
  content: "\e877";
}
.icon-glasses2:before {
  content: "\e878";
}
.icon-accessibility:before {
  content: "\e879";
}
.icon-wheelchair:before {
  content: "\e87a";
}
.icon-wall:before {
  content: "\e87b";
}
.icon-fence:before {
  content: "\e87c";
}
.icon-wall2:before {
  content: "\e87d";
}
.icon-icons:before {
  content: "\e87e";
}
.icon-resize-handle:before {
  content: "\e87f";
}
.icon-icons2:before {
  content: "\e880";
}
.icon-select:before {
  content: "\e881";
}
.icon-select2:before {
  content: "\e882";
}
.icon-site-map:before {
  content: "\e883";
}
.icon-earth:before {
  content: "\e884";
}
.icon-earth-lock:before {
  content: "\e885";
}
.icon-network:before {
  content: "\e886";
}
.icon-network-lock:before {
  content: "\e887";
}
.icon-planet:before {
  content: "\e888";
}
.icon-happy:before {
  content: "\e889";
}
.icon-smile:before {
  content: "\e88a";
}
.icon-grin:before {
  content: "\e88b";
}
.icon-tongue:before {
  content: "\e88c";
}
.icon-sad:before {
  content: "\e88d";
}
.icon-wink:before {
  content: "\e88e";
}
.icon-dream:before {
  content: "\e88f";
}
.icon-shocked:before {
  content: "\e890";
}
.icon-shocked2:before {
  content: "\e891";
}
.icon-tongue2:before {
  content: "\e892";
}
.icon-neutral:before {
  content: "\e893";
}
.icon-happy-grin:before {
  content: "\e894";
}
.icon-cool:before {
  content: "\e895";
}
.icon-mad:before {
  content: "\e896";
}
.icon-grin-evil:before {
  content: "\e897";
}
.icon-evil:before {
  content: "\e898";
}
.icon-wow:before {
  content: "\e899";
}
.icon-annoyed:before {
  content: "\e89a";
}
.icon-wondering:before {
  content: "\e89b";
}
.icon-confused:before {
  content: "\e89c";
}
.icon-zipped:before {
  content: "\e89d";
}
.icon-grumpy:before {
  content: "\e89e";
}
.icon-mustache:before {
  content: "\e89f";
}
.icon-tombstone-hipster:before {
  content: "\e8a0";
}
.icon-tombstone:before {
  content: "\e8a1";
}
.icon-ghost:before {
  content: "\e8a2";
}
.icon-ghost-hipster:before {
  content: "\e8a3";
}
.icon-halloween:before {
  content: "\e8a4";
}
.icon-christmas:before {
  content: "\e8a5";
}
.icon-easter-egg:before {
  content: "\e8a6";
}
.icon-mustache2:before {
  content: "\e8a7";
}
.icon-mustache-glasses:before {
  content: "\e8a8";
}
.icon-pipe:before {
  content: "\e8a9";
}
.icon-alarm:before {
  content: "\e8aa";
}
.icon-alarm-add:before {
  content: "\e8ab";
}
.icon-alarm-snooze:before {
  content: "\e8ac";
}
.icon-alarm-ringing:before {
  content: "\e8ad";
}
.icon-bullhorn:before {
  content: "\e8ae";
}
.icon-hearing:before {
  content: "\e8af";
}
.icon-volume-high:before {
  content: "\e8b0";
}
.icon-volume-medium:before {
  content: "\e8b1";
}
.icon-volume-low:before {
  content: "\e8b2";
}
.icon-volume:before {
  content: "\e8b3";
}
.icon-mute:before {
  content: "\e8b4";
}
.icon-lan:before {
  content: "\e8b5";
}
.icon-lan2:before {
  content: "\e8b6";
}
.icon-wifi:before {
  content: "\e8b7";
}
.icon-wifi-lock:before {
  content: "\e8b8";
}
.icon-wifi-blocked:before {
  content: "\e8b9";
}
.icon-wifi-mid:before {
  content: "\e8ba";
}
.icon-wifi-low:before {
  content: "\e8bb";
}
.icon-wifi-low2:before {
  content: "\e8bc";
}
.icon-wifi-alert:before {
  content: "\e8bd";
}
.icon-wifi-alert-mid:before {
  content: "\e8be";
}
.icon-wifi-alert-low:before {
  content: "\e8bf";
}
.icon-wifi-alert-low2:before {
  content: "\e8c0";
}
.icon-stream:before {
  content: "\e8c1";
}
.icon-stream-check:before {
  content: "\e8c2";
}
.icon-stream-error:before {
  content: "\e8c3";
}
.icon-stream-alert:before {
  content: "\e8c4";
}
.icon-communication:before {
  content: "\e8c5";
}
.icon-communication-crossed:before {
  content: "\e8c6";
}
.icon-broadcast:before {
  content: "\e8c7";
}
.icon-antenna:before {
  content: "\e8c8";
}
.icon-satellite:before {
  content: "\e8c9";
}
.icon-satellite2:before {
  content: "\e8ca";
}
.icon-mic:before {
  content: "\e8cb";
}
.icon-mic-mute:before {
  content: "\e8cc";
}
.icon-mic2:before {
  content: "\e8cd";
}
.icon-spotlights:before {
  content: "\e8ce";
}
.icon-hourglass:before {
  content: "\e8cf";
}
.icon-loading:before {
  content: "\e8d0";
}
.icon-loading2:before {
  content: "\e8d1";
}
.icon-loading3:before {
  content: "\e8d2";
}
.icon-refresh:before {
  content: "\e8d3";
}
.icon-refresh2:before {
  content: "\e8d4";
}
.icon-undo:before {
  content: "\e8d5";
}
.icon-redo:before {
  content: "\e8d6";
}
.icon-jump2:before {
  content: "\e8d7";
}
.icon-undo2:before {
  content: "\e8d8";
}
.icon-redo2:before {
  content: "\e8d9";
}
.icon-sync:before {
  content: "\e8da";
}
.icon-repeat-one2:before {
  content: "\e8db";
}
.icon-sync-crossed:before {
  content: "\e8dc";
}
.icon-sync2:before {
  content: "\e8dd";
}
.icon-repeat-one3:before {
  content: "\e8de";
}
.icon-sync-crossed2:before {
  content: "\e8df";
}
.icon-return:before {
  content: "\e8e0";
}
.icon-return2:before {
  content: "\e8e1";
}
.icon-refund:before {
  content: "\e8e2";
}
.icon-history:before {
  content: "\e8e3";
}
.icon-history2:before {
  content: "\e8e4";
}
.icon-self-timer:before {
  content: "\e8e5";
}
.icon-clock:before {
  content: "\e8e6";
}
.icon-clock2:before {
  content: "\e8e7";
}
.icon-clock3:before {
  content: "\e8e8";
}
.icon-watch:before {
  content: "\e8e9";
}
.icon-alarm2:before {
  content: "\e8ea";
}
.icon-alarm-add2:before {
  content: "\e8eb";
}
.icon-alarm-remove:before {
  content: "\e8ec";
}
.icon-alarm-check:before {
  content: "\e8ed";
}
.icon-alarm-error:before {
  content: "\e8ee";
}
.icon-timer:before {
  content: "\e8ef";
}
.icon-timer-crossed:before {
  content: "\e8f0";
}
.icon-timer2:before {
  content: "\e8f1";
}
.icon-timer-crossed2:before {
  content: "\e8f2";
}
.icon-download:before {
  content: "\e8f3";
}
.icon-upload:before {
  content: "\e8f4";
}
.icon-download2:before {
  content: "\e8f5";
}
.icon-upload2:before {
  content: "\e8f6";
}
.icon-enter-up:before {
  content: "\e8f7";
}
.icon-enter-down:before {
  content: "\e8f8";
}
.icon-enter-left:before {
  content: "\e8f9";
}
.icon-enter-right:before {
  content: "\e8fa";
}
.icon-exit-up:before {
  content: "\e8fb";
}
.icon-exit-down:before {
  content: "\e8fc";
}
.icon-exit-left:before {
  content: "\e8fd";
}
.icon-exit-right:before {
  content: "\e8fe";
}
.icon-enter-up2:before {
  content: "\e8ff";
}
.icon-enter-down2:before {
  content: "\e900";
}
.icon-enter-vertical:before {
  content: "\e901";
}
.icon-enter-left2:before {
  content: "\e902";
}
.icon-enter-right2:before {
  content: "\e903";
}
.icon-enter-horizontal:before {
  content: "\e904";
}
.icon-exit-up2:before {
  content: "\e905";
}
.icon-exit-down2:before {
  content: "\e906";
}
.icon-exit-left2:before {
  content: "\e907";
}
.icon-exit-right2:before {
  content: "\e908";
}
.icon-cli:before {
  content: "\e909";
}
.icon-bug:before {
  content: "\e90a";
}
.icon-code:before {
  content: "\e90b";
}
.icon-file-code:before {
  content: "\e90c";
}
.icon-file-image:before {
  content: "\e90d";
}
.icon-file-zip:before {
  content: "\e90e";
}
.icon-file-audio:before {
  content: "\e90f";
}
.icon-file-video:before {
  content: "\e910";
}
.icon-file-preview:before {
  content: "\e911";
}
.icon-file-charts:before {
  content: "\e912";
}
.icon-file-stats:before {
  content: "\e913";
}
.icon-file-spreadsheet:before {
  content: "\e914";
}
.icon-link:before {
  content: "\e915";
}
.icon-unlink:before {
  content: "\e916";
}
.icon-link2:before {
  content: "\e917";
}
.icon-unlink2:before {
  content: "\e918";
}
.icon-thumbs-up:before {
  content: "\e919";
}
.icon-thumbs-down:before {
  content: "\e91a";
}
.icon-thumbs-up2:before {
  content: "\e91b";
}
.icon-thumbs-down2:before {
  content: "\e91c";
}
.icon-thumbs-up3:before {
  content: "\e91d";
}
.icon-thumbs-down3:before {
  content: "\e91e";
}
.icon-share:before {
  content: "\e91f";
}
.icon-share2:before {
  content: "\e920";
}
.icon-share3:before {
  content: "\e921";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-file-search:before {
  content: "\e923";
}
.icon-find-replace:before {
  content: "\e924";
}
.icon-zoom-in:before {
  content: "\e925";
}
.icon-zoom-out:before {
  content: "\e926";
}
.icon-loupe:before {
  content: "\e927";
}
.icon-loupe-zoom-in:before {
  content: "\e928";
}
.icon-loupe-zoom-out:before {
  content: "\e929";
}
.icon-cross:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-list:before {
  content: "\e92c";
}
.icon-list2:before {
  content: "\e92d";
}
.icon-list3:before {
  content: "\e92e";
}
.icon-menu2:before {
  content: "\e92f";
}
.icon-list4:before {
  content: "\e930";
}
.icon-menu3:before {
  content: "\e931";
}
.icon-exclamation:before {
  content: "\e932";
}
.icon-question:before {
  content: "\e933";
}
.icon-check:before {
  content: "\e934";
}
.icon-cross2:before {
  content: "\e935";
}
.icon-plus:before {
  content: "\e936";
}
.icon-minus:before {
  content: "\e937";
}
.icon-percent:before {
  content: "\e938";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}
.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}
.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}
.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}
.icon-arrow-up:before {
  content: "\e941";
}
.icon-arrow-down:before {
  content: "\e942";
}
.icon-arrow-left:before {
  content: "\e943";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-arrow-up-right:before {
  content: "\e945";
}
.icon-arrows-merge:before {
  content: "\e946";
}
.icon-arrows-split:before {
  content: "\e947";
}
.icon-arrow-divert:before {
  content: "\e948";
}
.icon-arrow-return:before {
  content: "\e949";
}
.icon-expand:before {
  content: "\e94a";
}
.icon-contract:before {
  content: "\e94b";
}
.icon-expand2:before {
  content: "\e94c";
}
.icon-contract2:before {
  content: "\e94d";
}
.icon-move:before {
  content: "\e94e";
}
.icon-tab:before {
  content: "\e94f";
}
.icon-arrow-wave:before {
  content: "\e950";
}
.icon-expand3:before {
  content: "\e951";
}
.icon-expand4:before {
  content: "\e952";
}
.icon-contract3:before {
  content: "\e953";
}
.icon-notification:before {
  content: "\e954";
}
.icon-warning:before {
  content: "\e955";
}
.icon-notification-circle:before {
  content: "\e956";
}
.icon-question-circle:before {
  content: "\e957";
}
.icon-menu-circle:before {
  content: "\e958";
}
.icon-checkmark-circle:before {
  content: "\e959";
}
.icon-cross-circle:before {
  content: "\e95a";
}
.icon-plus-circle:before {
  content: "\e95b";
}
.icon-circle-minus:before {
  content: "\e95c";
}
.icon-percent-circle:before {
  content: "\e95d";
}
.icon-arrow-up-circle:before {
  content: "\e95e";
}
.icon-arrow-down-circle:before {
  content: "\e95f";
}
.icon-arrow-left-circle:before {
  content: "\e960";
}
.icon-arrow-right-circle:before {
  content: "\e961";
}
.icon-chevron-up-circle:before {
  content: "\e962";
}
.icon-chevron-down-circle:before {
  content: "\e963";
}
.icon-chevron-left-circle:before {
  content: "\e964";
}
.icon-chevron-right-circle:before {
  content: "\e965";
}
.icon-backward-circle:before {
  content: "\e966";
}
.icon-first-circle:before {
  content: "\e967";
}
.icon-previous-circle:before {
  content: "\e968";
}
.icon-stop-circle:before {
  content: "\e969";
}
.icon-play-circle:before {
  content: "\e96a";
}
.icon-pause-circle:before {
  content: "\e96b";
}
.icon-next-circle:before {
  content: "\e96c";
}
.icon-last-circle:before {
  content: "\e96d";
}
.icon-forward-circle:before {
  content: "\e96e";
}
.icon-eject-circle:before {
  content: "\e96f";
}
.icon-crop:before {
  content: "\e970";
}
.icon-frame-expand:before {
  content: "\e971";
}
.icon-frame-contract:before {
  content: "\e972";
}
.icon-focus:before {
  content: "\e973";
}
.icon-transform:before {
  content: "\e974";
}
.icon-grid:before {
  content: "\e975";
}
.icon-grid-crossed:before {
  content: "\e976";
}
.icon-layers:before {
  content: "\e977";
}
.icon-layers-crossed:before {
  content: "\e978";
}
.icon-toggle:before {
  content: "\e979";
}
.icon-rulers:before {
  content: "\e97a";
}
.icon-ruler:before {
  content: "\e97b";
}
.icon-funnel:before {
  content: "\e97c";
}
.icon-flip-horizontal:before {
  content: "\e97d";
}
.icon-flip-vertical:before {
  content: "\e97e";
}
.icon-flip-horizontal2:before {
  content: "\e97f";
}
.icon-flip-vertical2:before {
  content: "\e980";
}
.icon-angle:before {
  content: "\e981";
}
.icon-angle2:before {
  content: "\e982";
}
.icon-subtract:before {
  content: "\e983";
}
.icon-combine:before {
  content: "\e984";
}
.icon-intersect:before {
  content: "\e985";
}
.icon-exclude:before {
  content: "\e986";
}
.icon-align-center-vertical:before {
  content: "\e987";
}
.icon-align-right:before {
  content: "\e988";
}
.icon-align-bottom:before {
  content: "\e989";
}
.icon-align-left:before {
  content: "\e98a";
}
.icon-align-center-horizontal:before {
  content: "\e98b";
}
.icon-align-top:before {
  content: "\e98c";
}
.icon-square:before {
  content: "\e98d";
}
.icon-plus-square:before {
  content: "\e98e";
}
.icon-minus-square:before {
  content: "\e98f";
}
.icon-percent-square:before {
  content: "\e990";
}
.icon-arrow-up-square:before {
  content: "\e991";
}
.icon-arrow-down-square:before {
  content: "\e992";
}
.icon-arrow-left-square:before {
  content: "\e993";
}
.icon-arrow-right-square:before {
  content: "\e994";
}
.icon-chevron-up-square:before {
  content: "\e995";
}
.icon-chevron-down-square:before {
  content: "\e996";
}
.icon-chevron-left-square:before {
  content: "\e997";
}
.icon-chevron-right-square:before {
  content: "\e998";
}
.icon-check-square:before {
  content: "\e999";
}
.icon-cross-square:before {
  content: "\e99a";
}
.icon-menu-square:before {
  content: "\e99b";
}
.icon-prohibited:before {
  content: "\e99c";
}
.icon-circle:before {
  content: "\e99d";
}
.icon-radio-button:before {
  content: "\e99e";
}
.icon-ligature:before {
  content: "\e99f";
}
.icon-text-format:before {
  content: "\e9a0";
}
.icon-text-format-remove:before {
  content: "\e9a1";
}
.icon-text-size:before {
  content: "\e9a2";
}
.icon-bold:before {
  content: "\e9a3";
}
.icon-italic:before {
  content: "\e9a4";
}
.icon-underline:before {
  content: "\e9a5";
}
.icon-strikethrough:before {
  content: "\e9a6";
}
.icon-highlight:before {
  content: "\e9a7";
}
.icon-text-align-left:before {
  content: "\e9a8";
}
.icon-text-align-center:before {
  content: "\e9a9";
}
.icon-text-align-right:before {
  content: "\e9aa";
}
.icon-text-align-justify:before {
  content: "\e9ab";
}
.icon-line-spacing:before {
  content: "\e9ac";
}
.icon-indent-increase:before {
  content: "\e9ad";
}
.icon-indent-decrease:before {
  content: "\e9ae";
}
.icon-text-wrap:before {
  content: "\e9af";
}
.icon-pilcrow:before {
  content: "\e9b0";
}
.icon-direction-ltr:before {
  content: "\e9b1";
}
.icon-direction-rtl:before {
  content: "\e9b2";
}
.icon-page-break:before {
  content: "\e9b3";
}
.icon-page-break2:before {
  content: "\e9b4";
}
.icon-sort-alpha-asc:before {
  content: "\e9b5";
}
.icon-sort-alpha-desc:before {
  content: "\e9b6";
}
.icon-sort-numeric-asc:before {
  content: "\e9b7";
}
.icon-sort-numeric-desc:before {
  content: "\e9b8";
}
.icon-sort-amount-asc:before {
  content: "\e9b9";
}
.icon-sort-amount-desc:before {
  content: "\e9ba";
}
.icon-sort-time-asc:before {
  content: "\e9bb";
}
.icon-sort-time-desc:before {
  content: "\e9bc";
}
.icon-sigma:before {
  content: "\e9bd";
}
.icon-pencil-line:before {
  content: "\e9be";
}
.icon-hand:before {
  content: "\e9bf";
}
.icon-pointer-up:before {
  content: "\e9c0";
}
.icon-pointer-right:before {
  content: "\e9c1";
}
.icon-pointer-down:before {
  content: "\e9c2";
}
.icon-pointer-left:before {
  content: "\e9c3";
}
.icon-finger-tap:before {
  content: "\e9c4";
}
.icon-fingers-tap:before {
  content: "\e9c5";
}
.icon-reminder:before {
  content: "\e9c6";
}
.icon-fingers-crossed:before {
  content: "\e9c7";
}
.icon-fingers-victory:before {
  content: "\e9c8";
}
.icon-gesture-zoom:before {
  content: "\e9c9";
}
.icon-gesture-pinch:before {
  content: "\e9ca";
}
.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}
.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}
.icon-fingers-scroll-left:before {
  content: "\e9cd";
}
.icon-fingers-scroll-right:before {
  content: "\e9ce";
}
.icon-hand2:before {
  content: "\e9cf";
}
.icon-pointer-up2:before {
  content: "\e9d0";
}
.icon-pointer-right2:before {
  content: "\e9d1";
}
.icon-pointer-down2:before {
  content: "\e9d2";
}
.icon-pointer-left2:before {
  content: "\e9d3";
}
.icon-finger-tap2:before {
  content: "\e9d4";
}
.icon-fingers-tap2:before {
  content: "\e9d5";
}
.icon-reminder2:before {
  content: "\e9d6";
}
.icon-gesture-zoom2:before {
  content: "\e9d7";
}
.icon-gesture-pinch2:before {
  content: "\e9d8";
}
.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}
.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}
.icon-fingers-scroll-left2:before {
  content: "\e9db";
}
.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}
.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}
.icon-border-style:before {
  content: "\e9de";
}
.icon-border-all:before {
  content: "\e9df";
}
.icon-border-outer:before {
  content: "\e9e0";
}
.icon-border-inner:before {
  content: "\e9e1";
}
.icon-border-top:before {
  content: "\e9e2";
}
.icon-border-horizontal:before {
  content: "\e9e3";
}
.icon-border-bottom:before {
  content: "\e9e4";
}
.icon-border-left:before {
  content: "\e9e5";
}
.icon-border-vertical:before {
  content: "\e9e6";
}
.icon-border-right:before {
  content: "\e9e7";
}
.icon-border-none:before {
  content: "\e9e8";
}
.icon-ellipsis:before {
  content: "\e9e9";
}
.icon-uni21:before {
  content: "\21";
}
.icon-uni22:before {
  content: "\22";
}
.icon-uni23:before {
  content: "\23";
}
.icon-uni24:before {
  content: "\24";
}
.icon-uni25:before {
  content: "\25";
}
.icon-uni26:before {
  content: "\26";
}
.icon-uni27:before {
  content: "\27";
}
.icon-uni28:before {
  content: "\28";
}
.icon-uni29:before {
  content: "\29";
}
.icon-uni2a:before {
  content: "\2a";
}
.icon-uni2b:before {
  content: "\2b";
}
.icon-uni2c:before {
  content: "\2c";
}
.icon-uni2d:before {
  content: "\2d";
}
.icon-uni2e:before {
  content: "\2e";
}
.icon-uni2f:before {
  content: "\2f";
}
.icon-uni30:before {
  content: "\30";
}
.icon-uni31:before {
  content: "\31";
}
.icon-uni32:before {
  content: "\32";
}
.icon-uni33:before {
  content: "\33";
}
.icon-uni34:before {
  content: "\34";
}
.icon-uni35:before {
  content: "\35";
}
.icon-uni36:before {
  content: "\36";
}
.icon-uni37:before {
  content: "\37";
}
.icon-uni38:before {
  content: "\38";
}
.icon-uni39:before {
  content: "\39";
}
.icon-uni3a:before {
  content: "\3a";
}
.icon-uni3b:before {
  content: "\3b";
}
.icon-uni3c:before {
  content: "\3c";
}
.icon-uni3d:before {
  content: "\3d";
}
.icon-uni3e:before {
  content: "\3e";
}
.icon-uni3f:before {
  content: "\3f";
}
.icon-uni40:before {
  content: "\40";
}
.icon-uni41:before {
  content: "\41";
}
.icon-uni42:before {
  content: "\42";
}
.icon-uni43:before {
  content: "\43";
}
.icon-uni44:before {
  content: "\44";
}
.icon-uni45:before {
  content: "\45";
}
.icon-uni46:before {
  content: "\46";
}
.icon-uni47:before {
  content: "\47";
}
.icon-uni48:before {
  content: "\48";
}
.icon-uni49:before {
  content: "\49";
}
.icon-uni4a:before {
  content: "\4a";
}
.icon-uni4b:before {
  content: "\4b";
}
.icon-uni4c:before {
  content: "\4c";
}
.icon-uni4d:before {
  content: "\4d";
}
.icon-uni4e:before {
  content: "\4e";
}
.icon-uni4f:before {
  content: "\4f";
}
.icon-uni50:before {
  content: "\50";
}
.icon-uni51:before {
  content: "\51";
}
.icon-uni52:before {
  content: "\52";
}
.icon-uni53:before {
  content: "\53";
}
.icon-uni54:before {
  content: "\54";
}
.icon-uni55:before {
  content: "\55";
}
.icon-uni56:before {
  content: "\56";
}
.icon-uni57:before {
  content: "\57";
}
.icon-uni58:before {
  content: "\58";
}
.icon-uni59:before {
  content: "\59";
}
.icon-uni5a:before {
  content: "\5a";
}
.icon-uni5b:before {
  content: "\5b";
}
.icon-uni5c:before {
  content: "\5c";
}
.icon-uni5d:before {
  content: "\5d";
}
.icon-uni5e:before {
  content: "\5e";
}
.icon-uni5f:before {
  content: "\5f";
}
.icon-uni60:before {
  content: "\60";
}
.icon-uni61:before {
  content: "\61";
}
.icon-uni62:before {
  content: "\62";
}
.icon-uni63:before {
  content: "\63";
}
.icon-uni64:before {
  content: "\64";
}
.icon-uni65:before {
  content: "\65";
}
.icon-uni66:before {
  content: "\66";
}
.icon-uni67:before {
  content: "\67";
}
.icon-uni68:before {
  content: "\68";
}
.icon-uni69:before {
  content: "\69";
}
.icon-uni6a:before {
  content: "\6a";
}
.icon-uni6b:before {
  content: "\6b";
}
.icon-uni6c:before {
  content: "\6c";
}
.icon-uni6d:before {
  content: "\6d";
}
.icon-uni6e:before {
  content: "\6e";
}
.icon-uni6f:before {
  content: "\6f";
}
.icon-uni70:before {
  content: "\70";
}
.icon-uni71:before {
  content: "\71";
}
.icon-uni72:before {
  content: "\72";
}
.icon-uni73:before {
  content: "\73";
}
.icon-uni74:before {
  content: "\74";
}
.icon-uni75:before {
  content: "\75";
}
.icon-uni76:before {
  content: "\76";
}
.icon-uni77:before {
  content: "\77";
}
.icon-uni78:before {
  content: "\78";
}
.icon-uni79:before {
  content: "\79";
}
.icon-uni7a:before {
  content: "\7a";
}
.icon-uni7b:before {
  content: "\7b";
}
.icon-uni7c:before {
  content: "\7c";
}
.icon-uni7d:before {
  content: "\7d";
}
.icon-uni7e:before {
  content: "\7e";
}
.icon-copyright:before {
  content: "\a9";
}
/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url("../../frontend/Mgs/supro/es_AR/fonts/icofont.woff2") format("woff2"), url("../../frontend/Mgs/supro/es_AR/fonts/icofont.woff") format("woff");
}
[class*=" icofont-"],
[class^=icofont-] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before {
  content: "\e800";
}
.icofont-bathtub:before {
  content: "\e801";
}
.icofont-bird-wings:before {
  content: "\e802";
}
.icofont-bow:before {
  content: "\e803";
}
.icofont-castle:before {
  content: "\e804";
}
.icofont-circuit:before {
  content: "\e805";
}
.icofont-crown-king:before {
  content: "\e806";
}
.icofont-crown-queen:before {
  content: "\e807";
}
.icofont-dart:before {
  content: "\e808";
}
.icofont-disability-race:before {
  content: "\e809";
}
.icofont-diving-goggle:before {
  content: "\e80a";
}
.icofont-eye-open:before {
  content: "\e80b";
}
.icofont-flora-flower:before {
  content: "\e80c";
}
.icofont-flora:before {
  content: "\e80d";
}
.icofont-gift-box:before {
  content: "\e80e";
}
.icofont-halloween-pumpkin:before {
  content: "\e80f";
}
.icofont-hand-power:before {
  content: "\e810";
}
.icofont-hand-thunder:before {
  content: "\e811";
}
.icofont-king-monster:before {
  content: "\e812";
}
.icofont-love:before {
  content: "\e813";
}
.icofont-magician-hat:before {
  content: "\e814";
}
.icofont-native-american:before {
  content: "\e815";
}
.icofont-owl-look:before {
  content: "\e816";
}
.icofont-phoenix:before {
  content: "\e817";
}
.icofont-robot-face:before {
  content: "\e818";
}
.icofont-sand-clock:before {
  content: "\e819";
}
.icofont-shield-alt:before {
  content: "\e81a";
}
.icofont-ship-wheel:before {
  content: "\e81b";
}
.icofont-skull-danger:before {
  content: "\e81c";
}
.icofont-skull-face:before {
  content: "\e81d";
}
.icofont-snowmobile:before {
  content: "\e81e";
}
.icofont-space-shuttle:before {
  content: "\e81f";
}
.icofont-star-shape:before {
  content: "\e820";
}
.icofont-swirl:before {
  content: "\e821";
}
.icofont-tattoo-wing:before {
  content: "\e822";
}
.icofont-throne:before {
  content: "\e823";
}
.icofont-tree-alt:before {
  content: "\e824";
}
.icofont-triangle:before {
  content: "\e825";
}
.icofont-unity-hand:before {
  content: "\e826";
}
.icofont-weed:before {
  content: "\e827";
}
.icofont-woman-bird:before {
  content: "\e828";
}
.icofont-bat:before {
  content: "\e829";
}
.icofont-bear-face:before {
  content: "\e82a";
}
.icofont-bear-tracks:before {
  content: "\e82b";
}
.icofont-bear:before {
  content: "\e82c";
}
.icofont-bird-alt:before {
  content: "\e82d";
}
.icofont-bird-flying:before {
  content: "\e82e";
}
.icofont-bird:before {
  content: "\e82f";
}
.icofont-birds:before {
  content: "\e830";
}
.icofont-bone:before {
  content: "\e831";
}
.icofont-bull:before {
  content: "\e832";
}
.icofont-butterfly-alt:before {
  content: "\e833";
}
.icofont-butterfly:before {
  content: "\e834";
}
.icofont-camel-alt:before {
  content: "\e835";
}
.icofont-camel-head:before {
  content: "\e836";
}
.icofont-camel:before {
  content: "\e837";
}
.icofont-cat-alt-1:before {
  content: "\e838";
}
.icofont-cat-alt-2:before {
  content: "\e839";
}
.icofont-cat-alt-3:before {
  content: "\e83a";
}
.icofont-cat-dog:before {
  content: "\e83b";
}
.icofont-cat-face:before {
  content: "\e83c";
}
.icofont-cat:before {
  content: "\e83d";
}
.icofont-cow-head:before {
  content: "\e83e";
}
.icofont-cow:before {
  content: "\e83f";
}
.icofont-crab:before {
  content: "\e840";
}
.icofont-crocodile:before {
  content: "\e841";
}
.icofont-deer-head:before {
  content: "\e842";
}
.icofont-dog-alt:before {
  content: "\e843";
}
.icofont-dog-barking:before {
  content: "\e844";
}
.icofont-dog:before {
  content: "\e845";
}
.icofont-dolphin:before {
  content: "\e846";
}
.icofont-duck-tracks:before {
  content: "\e847";
}
.icofont-eagle-head:before {
  content: "\e848";
}
.icofont-eaten-fish:before {
  content: "\e849";
}
.icofont-elephant-alt:before {
  content: "\e84a";
}
.icofont-elephant-head-alt:before {
  content: "\e84b";
}
.icofont-elephant-head:before {
  content: "\e84c";
}
.icofont-elephant:before {
  content: "\e84d";
}
.icofont-elk:before {
  content: "\e84e";
}
.icofont-fish-1:before {
  content: "\e84f";
}
.icofont-fish-2:before {
  content: "\e850";
}
.icofont-fish-3:before {
  content: "\e851";
}
.icofont-fish-4:before {
  content: "\e852";
}
.icofont-fish-5:before {
  content: "\e853";
}
.icofont-fish:before {
  content: "\e854";
}
.icofont-fox-alt:before {
  content: "\e855";
}
.icofont-fox:before {
  content: "\e856";
}
.icofont-frog-tracks:before {
  content: "\e857";
}
.icofont-frog:before {
  content: "\e858";
}
.icofont-froggy:before {
  content: "\e859";
}
.icofont-giraffe-head-1:before {
  content: "\e85a";
}
.icofont-giraffe-head-2:before {
  content: "\e85b";
}
.icofont-giraffe-head:before {
  content: "\e85c";
}
.icofont-giraffe:before {
  content: "\e85d";
}
.icofont-goat-head:before {
  content: "\e85e";
}
.icofont-gorilla:before {
  content: "\e85f";
}
.icofont-hen-tracks:before {
  content: "\e860";
}
.icofont-horse-head-1:before {
  content: "\e861";
}
.icofont-horse-head-2:before {
  content: "\e862";
}
.icofont-horse-head:before {
  content: "\e863";
}
.icofont-horse-tracks:before {
  content: "\e864";
}
.icofont-jellyfish:before {
  content: "\e865";
}
.icofont-kangaroo:before {
  content: "\e866";
}
.icofont-lemur:before {
  content: "\e867";
}
.icofont-lion-head-1:before {
  content: "\e868";
}
.icofont-lion-head-2:before {
  content: "\e869";
}
.icofont-lion-head:before {
  content: "\e86a";
}
.icofont-lion:before {
  content: "\e86b";
}
.icofont-monkey-2:before {
  content: "\e86c";
}
.icofont-monkey-3:before {
  content: "\e86d";
}
.icofont-monkey-face:before {
  content: "\e86e";
}
.icofont-monkey:before {
  content: "\e86f";
}
.icofont-octopus-alt:before {
  content: "\e870";
}
.icofont-octopus:before {
  content: "\e871";
}
.icofont-owl:before {
  content: "\e872";
}
.icofont-panda-face:before {
  content: "\e873";
}
.icofont-panda:before {
  content: "\e874";
}
.icofont-panther:before {
  content: "\e875";
}
.icofont-parrot-lip:before {
  content: "\e876";
}
.icofont-parrot:before {
  content: "\e877";
}
.icofont-paw:before {
  content: "\e878";
}
.icofont-pelican:before {
  content: "\e879";
}
.icofont-penguin:before {
  content: "\e87a";
}
.icofont-pig-face:before {
  content: "\e87b";
}
.icofont-pig:before {
  content: "\e87c";
}
.icofont-pigeon-1:before {
  content: "\e87d";
}
.icofont-pigeon-2:before {
  content: "\e87e";
}
.icofont-pigeon:before {
  content: "\e87f";
}
.icofont-rabbit:before {
  content: "\e880";
}
.icofont-rat:before {
  content: "\e881";
}
.icofont-rhino-head:before {
  content: "\e882";
}
.icofont-rhino:before {
  content: "\e883";
}
.icofont-rooster:before {
  content: "\e884";
}
.icofont-seahorse:before {
  content: "\e885";
}
.icofont-seal:before {
  content: "\e886";
}
.icofont-shrimp-alt:before {
  content: "\e887";
}
.icofont-shrimp:before {
  content: "\e888";
}
.icofont-snail-1:before {
  content: "\e889";
}
.icofont-snail-2:before {
  content: "\e88a";
}
.icofont-snail-3:before {
  content: "\e88b";
}
.icofont-snail:before {
  content: "\e88c";
}
.icofont-snake:before {
  content: "\e88d";
}
.icofont-squid:before {
  content: "\e88e";
}
.icofont-squirrel:before {
  content: "\e88f";
}
.icofont-tiger-face:before {
  content: "\e890";
}
.icofont-tiger:before {
  content: "\e891";
}
.icofont-turtle:before {
  content: "\e892";
}
.icofont-whale:before {
  content: "\e893";
}
.icofont-woodpecker:before {
  content: "\e894";
}
.icofont-zebra:before {
  content: "\e895";
}
.icofont-brand-acer:before {
  content: "\e896";
}
.icofont-brand-adidas:before {
  content: "\e897";
}
.icofont-brand-adobe:before {
  content: "\e898";
}
.icofont-brand-air-new-zealand:before {
  content: "\e899";
}
.icofont-brand-airbnb:before {
  content: "\e89a";
}
.icofont-brand-aircell:before {
  content: "\e89b";
}
.icofont-brand-airtel:before {
  content: "\e89c";
}
.icofont-brand-alcatel:before {
  content: "\e89d";
}
.icofont-brand-alibaba:before {
  content: "\e89e";
}
.icofont-brand-aliexpress:before {
  content: "\e89f";
}
.icofont-brand-alipay:before {
  content: "\e8a0";
}
.icofont-brand-amazon:before {
  content: "\e8a1";
}
.icofont-brand-amd:before {
  content: "\e8a2";
}
.icofont-brand-american-airlines:before {
  content: "\e8a3";
}
.icofont-brand-android-robot:before {
  content: "\e8a4";
}
.icofont-brand-android:before {
  content: "\e8a5";
}
.icofont-brand-aol:before {
  content: "\e8a6";
}
.icofont-brand-apple:before {
  content: "\e8a7";
}
.icofont-brand-appstore:before {
  content: "\e8a8";
}
.icofont-brand-asus:before {
  content: "\e8a9";
}
.icofont-brand-ati:before {
  content: "\e8aa";
}
.icofont-brand-att:before {
  content: "\e8ab";
}
.icofont-brand-audi:before {
  content: "\e8ac";
}
.icofont-brand-axiata:before {
  content: "\e8ad";
}
.icofont-brand-bada:before {
  content: "\e8ae";
}
.icofont-brand-bbc:before {
  content: "\e8af";
}
.icofont-brand-bing:before {
  content: "\e8b0";
}
.icofont-brand-blackberry:before {
  content: "\e8b1";
}
.icofont-brand-bmw:before {
  content: "\e8b2";
}
.icofont-brand-box:before {
  content: "\e8b3";
}
.icofont-brand-burger-king:before {
  content: "\e8b4";
}
.icofont-brand-business-insider:before {
  content: "\e8b5";
}
.icofont-brand-buzzfeed:before {
  content: "\e8b6";
}
.icofont-brand-cannon:before {
  content: "\e8b7";
}
.icofont-brand-casio:before {
  content: "\e8b8";
}
.icofont-brand-china-mobile:before {
  content: "\e8b9";
}
.icofont-brand-china-telecom:before {
  content: "\e8ba";
}
.icofont-brand-china-unicom:before {
  content: "\e8bb";
}
.icofont-brand-cisco:before {
  content: "\e8bc";
}
.icofont-brand-citibank:before {
  content: "\e8bd";
}
.icofont-brand-cnet:before {
  content: "\e8be";
}
.icofont-brand-cnn:before {
  content: "\e8bf";
}
.icofont-brand-cocal-cola:before {
  content: "\e8c0";
}
.icofont-brand-compaq:before {
  content: "\e8c1";
}
.icofont-brand-debian:before {
  content: "\e8c2";
}
.icofont-brand-delicious:before {
  content: "\e8c3";
}
.icofont-brand-dell:before {
  content: "\e8c4";
}
.icofont-brand-designbump:before {
  content: "\e8c5";
}
.icofont-brand-designfloat:before {
  content: "\e8c6";
}
.icofont-brand-disney:before {
  content: "\e8c7";
}
.icofont-brand-dodge:before {
  content: "\e8c8";
}
.icofont-brand-dove:before {
  content: "\e8c9";
}
.icofont-brand-drupal:before {
  content: "\e8ca";
}
.icofont-brand-ebay:before {
  content: "\e8cb";
}
.icofont-brand-eleven:before {
  content: "\e8cc";
}
.icofont-brand-emirates:before {
  content: "\e8cd";
}
.icofont-brand-espn:before {
  content: "\e8ce";
}
.icofont-brand-etihad-airways:before {
  content: "\e8cf";
}
.icofont-brand-etisalat:before {
  content: "\e8d0";
}
.icofont-brand-etsy:before {
  content: "\e8d1";
}
.icofont-brand-fastrack:before {
  content: "\e8d2";
}
.icofont-brand-fedex:before {
  content: "\e8d3";
}
.icofont-brand-ferrari:before {
  content: "\e8d4";
}
.icofont-brand-fitbit:before {
  content: "\e8d5";
}
.icofont-brand-flikr:before {
  content: "\e8d6";
}
.icofont-brand-forbes:before {
  content: "\e8d7";
}
.icofont-brand-foursquare:before {
  content: "\e8d8";
}
.icofont-brand-foxconn:before {
  content: "\e8d9";
}
.icofont-brand-fujitsu:before {
  content: "\e8da";
}
.icofont-brand-general-electric:before {
  content: "\e8db";
}
.icofont-brand-gillette:before {
  content: "\e8dc";
}
.icofont-brand-gizmodo:before {
  content: "\e8dd";
}
.icofont-brand-gnome:before {
  content: "\e8de";
}
.icofont-brand-google:before {
  content: "\e8df";
}
.icofont-brand-gopro:before {
  content: "\e8e0";
}
.icofont-brand-gucci:before {
  content: "\e8e1";
}
.icofont-brand-hallmark:before {
  content: "\e8e2";
}
.icofont-brand-hi5:before {
  content: "\e8e3";
}
.icofont-brand-honda:before {
  content: "\e8e4";
}
.icofont-brand-hp:before {
  content: "\e8e5";
}
.icofont-brand-hsbc:before {
  content: "\e8e6";
}
.icofont-brand-htc:before {
  content: "\e8e7";
}
.icofont-brand-huawei:before {
  content: "\e8e8";
}
.icofont-brand-hulu:before {
  content: "\e8e9";
}
.icofont-brand-hyundai:before {
  content: "\e8ea";
}
.icofont-brand-ibm:before {
  content: "\e8eb";
}
.icofont-brand-icofont:before {
  content: "\e8ec";
}
.icofont-brand-icq:before {
  content: "\e8ed";
}
.icofont-brand-ikea:before {
  content: "\e8ee";
}
.icofont-brand-imdb:before {
  content: "\e8ef";
}
.icofont-brand-indiegogo:before {
  content: "\e8f0";
}
.icofont-brand-intel:before {
  content: "\e8f1";
}
.icofont-brand-ipair:before {
  content: "\e8f2";
}
.icofont-brand-jaguar:before {
  content: "\e8f3";
}
.icofont-brand-java:before {
  content: "\e8f4";
}
.icofont-brand-joomla:before {
  content: "\e8f5";
}
.icofont-brand-kickstarter:before {
  content: "\e8f6";
}
.icofont-brand-kik:before {
  content: "\e8f7";
}
.icofont-brand-lastfm:before {
  content: "\e8f8";
}
.icofont-brand-lego:before {
  content: "\e8f9";
}
.icofont-brand-lenovo:before {
  content: "\e8fa";
}
.icofont-brand-levis:before {
  content: "\e8fb";
}
.icofont-brand-lexus:before {
  content: "\e8fc";
}
.icofont-brand-lg:before {
  content: "\e8fd";
}
.icofont-brand-life-hacker:before {
  content: "\e8fe";
}
.icofont-brand-linux-mint:before {
  content: "\e8ff";
}
.icofont-brand-linux:before {
  content: "\e900";
}
.icofont-brand-lionix:before {
  content: "\e901";
}
.icofont-brand-loreal:before {
  content: "\e902";
}
.icofont-brand-louis-vuitton:before {
  content: "\e903";
}
.icofont-brand-mac-os:before {
  content: "\e904";
}
.icofont-brand-marvel-app:before {
  content: "\e905";
}
.icofont-brand-mashable:before {
  content: "\e906";
}
.icofont-brand-mazda:before {
  content: "\e907";
}
.icofont-brand-mcdonals:before {
  content: "\e908";
}
.icofont-brand-mercedes:before {
  content: "\e909";
}
.icofont-brand-micromax:before {
  content: "\e90a";
}
.icofont-brand-microsoft:before {
  content: "\e90b";
}
.icofont-brand-mobileme:before {
  content: "\e90c";
}
.icofont-brand-mobily:before {
  content: "\e90d";
}
.icofont-brand-motorola:before {
  content: "\e90e";
}
.icofont-brand-msi:before {
  content: "\e90f";
}
.icofont-brand-mts:before {
  content: "\e910";
}
.icofont-brand-myspace:before {
  content: "\e911";
}
.icofont-brand-mytv:before {
  content: "\e912";
}
.icofont-brand-nasa:before {
  content: "\e913";
}
.icofont-brand-natgeo:before {
  content: "\e914";
}
.icofont-brand-nbc:before {
  content: "\e915";
}
.icofont-brand-nescafe:before {
  content: "\e916";
}
.icofont-brand-nestle:before {
  content: "\e917";
}
.icofont-brand-netflix:before {
  content: "\e918";
}
.icofont-brand-nexus:before {
  content: "\e919";
}
.icofont-brand-nike:before {
  content: "\e91a";
}
.icofont-brand-nokia:before {
  content: "\e91b";
}
.icofont-brand-nvidia:before {
  content: "\e91c";
}
.icofont-brand-omega:before {
  content: "\e91d";
}
.icofont-brand-opensuse:before {
  content: "\e91e";
}
.icofont-brand-oracle:before {
  content: "\e91f";
}
.icofont-brand-panasonic:before {
  content: "\e920";
}
.icofont-brand-paypal:before {
  content: "\e921";
}
.icofont-brand-pepsi:before {
  content: "\e922";
}
.icofont-brand-philips:before {
  content: "\e923";
}
.icofont-brand-pizza-hut:before {
  content: "\e924";
}
.icofont-brand-playstation:before {
  content: "\e925";
}
.icofont-brand-puma:before {
  content: "\e926";
}
.icofont-brand-qatar-air:before {
  content: "\e927";
}
.icofont-brand-qvc:before {
  content: "\e928";
}
.icofont-brand-readernaut:before {
  content: "\e929";
}
.icofont-brand-redbull:before {
  content: "\e92a";
}
.icofont-brand-reebok:before {
  content: "\e92b";
}
.icofont-brand-reuters:before {
  content: "\e92c";
}
.icofont-brand-samsung:before {
  content: "\e92d";
}
.icofont-brand-sap:before {
  content: "\e92e";
}
.icofont-brand-saudia-airlines:before {
  content: "\e92f";
}
.icofont-brand-scribd:before {
  content: "\e930";
}
.icofont-brand-shell:before {
  content: "\e931";
}
.icofont-brand-siemens:before {
  content: "\e932";
}
.icofont-brand-sk-telecom:before {
  content: "\e933";
}
.icofont-brand-slideshare:before {
  content: "\e934";
}
.icofont-brand-smashing-magazine:before {
  content: "\e935";
}
.icofont-brand-snapchat:before {
  content: "\e936";
}
.icofont-brand-sony-ericsson:before {
  content: "\e937";
}
.icofont-brand-sony:before {
  content: "\e938";
}
.icofont-brand-soundcloud:before {
  content: "\e939";
}
.icofont-brand-sprint:before {
  content: "\e93a";
}
.icofont-brand-squidoo:before {
  content: "\e93b";
}
.icofont-brand-starbucks:before {
  content: "\e93c";
}
.icofont-brand-stc:before {
  content: "\e93d";
}
.icofont-brand-steam:before {
  content: "\e93e";
}
.icofont-brand-suzuki:before {
  content: "\e93f";
}
.icofont-brand-symbian:before {
  content: "\e940";
}
.icofont-brand-t-mobile:before {
  content: "\e941";
}
.icofont-brand-tango:before {
  content: "\e942";
}
.icofont-brand-target:before {
  content: "\e943";
}
.icofont-brand-tata-indicom:before {
  content: "\e944";
}
.icofont-brand-techcrunch:before {
  content: "\e945";
}
.icofont-brand-telenor:before {
  content: "\e946";
}
.icofont-brand-teliasonera:before {
  content: "\e947";
}
.icofont-brand-tesla:before {
  content: "\e948";
}
.icofont-brand-the-verge:before {
  content: "\e949";
}
.icofont-brand-thenextweb:before {
  content: "\e94a";
}
.icofont-brand-toshiba:before {
  content: "\e94b";
}
.icofont-brand-toyota:before {
  content: "\e94c";
}
.icofont-brand-tribenet:before {
  content: "\e94d";
}
.icofont-brand-ubuntu:before {
  content: "\e94e";
}
.icofont-brand-unilever:before {
  content: "\e94f";
}
.icofont-brand-vaio:before {
  content: "\e950";
}
.icofont-brand-verizon:before {
  content: "\e951";
}
.icofont-brand-viber:before {
  content: "\e952";
}
.icofont-brand-vodafone:before {
  content: "\e953";
}
.icofont-brand-volkswagen:before {
  content: "\e954";
}
.icofont-brand-walmart:before {
  content: "\e955";
}
.icofont-brand-warnerbros:before {
  content: "\e956";
}
.icofont-brand-whatsapp:before {
  content: "\e957";
}
.icofont-brand-wikipedia:before {
  content: "\e958";
}
.icofont-brand-windows:before {
  content: "\e959";
}
.icofont-brand-wire:before {
  content: "\e95a";
}
.icofont-brand-wordpress:before {
  content: "\e95b";
}
.icofont-brand-xiaomi:before {
  content: "\e95c";
}
.icofont-brand-yahoobuzz:before {
  content: "\e95d";
}
.icofont-brand-yamaha:before {
  content: "\e95e";
}
.icofont-brand-youtube:before {
  content: "\e95f";
}
.icofont-brand-zain:before {
  content: "\e960";
}
.icofont-bank-alt:before {
  content: "\e961";
}
.icofont-bank:before {
  content: "\e962";
}
.icofont-barcode:before {
  content: "\e963";
}
.icofont-bill-alt:before {
  content: "\e964";
}
.icofont-billboard:before {
  content: "\e965";
}
.icofont-briefcase-1:before {
  content: "\e966";
}
.icofont-briefcase-2:before {
  content: "\e967";
}
.icofont-businessman:before {
  content: "\e968";
}
.icofont-businesswoman:before {
  content: "\e969";
}
.icofont-chair:before {
  content: "\e96a";
}
.icofont-coins:before {
  content: "\e96b";
}
.icofont-company:before {
  content: "\e96c";
}
.icofont-contact-add:before {
  content: "\e96d";
}
.icofont-files-stack:before {
  content: "\e96e";
}
.icofont-handshake-deal:before {
  content: "\e96f";
}
.icofont-id-card:before {
  content: "\e970";
}
.icofont-meeting-add:before {
  content: "\e971";
}
.icofont-money-bag:before {
  content: "\e972";
}
.icofont-pie-chart:before {
  content: "\e973";
}
.icofont-presentation-alt:before {
  content: "\e974";
}
.icofont-presentation:before {
  content: "\e975";
}
.icofont-stamp:before {
  content: "\e976";
}
.icofont-stock-mobile:before {
  content: "\e977";
}
.icofont-chart-arrows-axis:before {
  content: "\e978";
}
.icofont-chart-bar-graph:before {
  content: "\e979";
}
.icofont-chart-flow-1:before {
  content: "\e97a";
}
.icofont-chart-flow-2:before {
  content: "\e97b";
}
.icofont-chart-flow:before {
  content: "\e97c";
}
.icofont-chart-growth:before {
  content: "\e97d";
}
.icofont-chart-histogram-alt:before {
  content: "\e97e";
}
.icofont-chart-histogram:before {
  content: "\e97f";
}
.icofont-chart-line-alt:before {
  content: "\e980";
}
.icofont-chart-line:before {
  content: "\e981";
}
.icofont-chart-pie-alt:before {
  content: "\e982";
}
.icofont-chart-pie:before {
  content: "\e983";
}
.icofont-chart-radar-graph:before {
  content: "\e984";
}
.icofont-architecture-alt:before {
  content: "\e985";
}
.icofont-architecture:before {
  content: "\e986";
}
.icofont-barricade:before {
  content: "\e987";
}
.icofont-bolt:before {
  content: "\e988";
}
.icofont-bricks:before {
  content: "\e989";
}
.icofont-building-alt:before {
  content: "\e98a";
}
.icofont-bull-dozer:before {
  content: "\e98b";
}
.icofont-calculations:before {
  content: "\e98c";
}
.icofont-cement-mix:before {
  content: "\e98d";
}
.icofont-cement-mixer:before {
  content: "\e98e";
}
.icofont-concrete-mixer:before {
  content: "\e98f";
}
.icofont-danger-zone:before {
  content: "\e990";
}
.icofont-drill:before {
  content: "\e991";
}
.icofont-eco-energy:before {
  content: "\e992";
}
.icofont-eco-environmen:before {
  content: "\e993";
}
.icofont-energy-air:before {
  content: "\e994";
}
.icofont-energy-oil:before {
  content: "\e995";
}
.icofont-energy-savings:before {
  content: "\e996";
}
.icofont-energy-solar:before {
  content: "\e997";
}
.icofont-energy-water:before {
  content: "\e998";
}
.icofont-engineer:before {
  content: "\e999";
}
.icofont-fire-extinguisher-alt:before {
  content: "\e99a";
}
.icofont-fire-extinguisher:before {
  content: "\e99b";
}
.icofont-fix-tools:before {
  content: "\e99c";
}
.icofont-fork-lift:before {
  content: "\e99d";
}
.icofont-glue-oil:before {
  content: "\e99e";
}
.icofont-hammer-alt:before {
  content: "\e99f";
}
.icofont-hammer:before {
  content: "\e9a0";
}
.icofont-help-robot:before {
  content: "\e9a1";
}
.icofont-industries-1:before {
  content: "\e9a2";
}
.icofont-industries-2:before {
  content: "\e9a3";
}
.icofont-industries-3:before {
  content: "\e9a4";
}
.icofont-industries-4:before {
  content: "\e9a5";
}
.icofont-industries-5:before {
  content: "\e9a6";
}
.icofont-industries:before {
  content: "\e9a7";
}
.icofont-labour:before {
  content: "\e9a8";
}
.icofont-mining:before {
  content: "\e9a9";
}
.icofont-paint-brush:before {
  content: "\e9aa";
}
.icofont-pollution:before {
  content: "\e9ab";
}
.icofont-power-zone:before {
  content: "\e9ac";
}
.icofont-radio-active:before {
  content: "\e9ad";
}
.icofont-recycle-alt:before {
  content: "\e9ae";
}
.icofont-recycling-man:before {
  content: "\e9af";
}
.icofont-safety-hat-light:before {
  content: "\e9b0";
}
.icofont-safety-hat:before {
  content: "\e9b1";
}
.icofont-saw:before {
  content: "\e9b2";
}
.icofont-screw-driver:before {
  content: "\e9b3";
}
.icofont-tools-1:before {
  content: "\e9b4";
}
.icofont-tools-bag:before {
  content: "\e9b5";
}
.icofont-tow-truck:before {
  content: "\e9b6";
}
.icofont-trolley:before {
  content: "\e9b7";
}
.icofont-trowel:before {
  content: "\e9b8";
}
.icofont-under-construction-alt:before {
  content: "\e9b9";
}
.icofont-under-construction:before {
  content: "\e9ba";
}
.icofont-vehicle-cement:before {
  content: "\e9bb";
}
.icofont-vehicle-crane:before {
  content: "\e9bc";
}
.icofont-vehicle-delivery-van:before {
  content: "\e9bd";
}
.icofont-vehicle-dozer:before {
  content: "\e9be";
}
.icofont-vehicle-excavator:before {
  content: "\e9bf";
}
.icofont-vehicle-trucktor:before {
  content: "\e9c0";
}
.icofont-vehicle-wrecking:before {
  content: "\e9c1";
}
.icofont-worker:before {
  content: "\e9c2";
}
.icofont-workers-group:before {
  content: "\e9c3";
}
.icofont-wrench:before {
  content: "\e9c4";
}
.icofont-afghani-false:before {
  content: "\e9c5";
}
.icofont-afghani-minus:before {
  content: "\e9c6";
}
.icofont-afghani-plus:before {
  content: "\e9c7";
}
.icofont-afghani-true:before {
  content: "\e9c8";
}
.icofont-afghani:before {
  content: "\e9c9";
}
.icofont-baht-false:before {
  content: "\e9ca";
}
.icofont-baht-minus:before {
  content: "\e9cb";
}
.icofont-baht-plus:before {
  content: "\e9cc";
}
.icofont-baht-true:before {
  content: "\e9cd";
}
.icofont-baht:before {
  content: "\e9ce";
}
.icofont-bitcoin-false:before {
  content: "\e9cf";
}
.icofont-bitcoin-minus:before {
  content: "\e9d0";
}
.icofont-bitcoin-plus:before {
  content: "\e9d1";
}
.icofont-bitcoin-true:before {
  content: "\e9d2";
}
.icofont-bitcoin:before {
  content: "\e9d3";
}
.icofont-dollar-flase:before {
  content: "\e9d4";
}
.icofont-dollar-minus:before {
  content: "\e9d5";
}
.icofont-dollar-plus:before {
  content: "\e9d6";
}
.icofont-dollar-true:before {
  content: "\e9d7";
}
.icofont-dollar:before {
  content: "\e9d8";
}
.icofont-dong-false:before {
  content: "\e9d9";
}
.icofont-dong-minus:before {
  content: "\e9da";
}
.icofont-dong-plus:before {
  content: "\e9db";
}
.icofont-dong-true:before {
  content: "\e9dc";
}
.icofont-dong:before {
  content: "\e9dd";
}
.icofont-euro-false:before {
  content: "\e9de";
}
.icofont-euro-minus:before {
  content: "\e9df";
}
.icofont-euro-plus:before {
  content: "\e9e0";
}
.icofont-euro-true:before {
  content: "\e9e1";
}
.icofont-euro:before {
  content: "\e9e2";
}
.icofont-frank-false:before {
  content: "\e9e3";
}
.icofont-frank-minus:before {
  content: "\e9e4";
}
.icofont-frank-plus:before {
  content: "\e9e5";
}
.icofont-frank-true:before {
  content: "\e9e6";
}
.icofont-frank:before {
  content: "\e9e7";
}
.icofont-hryvnia-false:before {
  content: "\e9e8";
}
.icofont-hryvnia-minus:before {
  content: "\e9e9";
}
.icofont-hryvnia-plus:before {
  content: "\e9ea";
}
.icofont-hryvnia-true:before {
  content: "\e9eb";
}
.icofont-hryvnia:before {
  content: "\e9ec";
}
.icofont-lira-false:before {
  content: "\e9ed";
}
.icofont-lira-minus:before {
  content: "\e9ee";
}
.icofont-lira-plus:before {
  content: "\e9ef";
}
.icofont-lira-true:before {
  content: "\e9f0";
}
.icofont-lira:before {
  content: "\e9f1";
}
.icofont-peseta-false:before {
  content: "\e9f2";
}
.icofont-peseta-minus:before {
  content: "\e9f3";
}
.icofont-peseta-plus:before {
  content: "\e9f4";
}
.icofont-peseta-true:before {
  content: "\e9f5";
}
.icofont-peseta:before {
  content: "\e9f6";
}
.icofont-peso-false:before {
  content: "\e9f7";
}
.icofont-peso-minus:before {
  content: "\e9f8";
}
.icofont-peso-plus:before {
  content: "\e9f9";
}
.icofont-peso-true:before {
  content: "\e9fa";
}
.icofont-peso:before {
  content: "\e9fb";
}
.icofont-pound-false:before {
  content: "\e9fc";
}
.icofont-pound-minus:before {
  content: "\e9fd";
}
.icofont-pound-plus:before {
  content: "\e9fe";
}
.icofont-pound-true:before {
  content: "\e9ff";
}
.icofont-pound:before {
  content: "\ea00";
}
.icofont-renminbi-false:before {
  content: "\ea01";
}
.icofont-renminbi-minus:before {
  content: "\ea02";
}
.icofont-renminbi-plus:before {
  content: "\ea03";
}
.icofont-renminbi-true:before {
  content: "\ea04";
}
.icofont-renminbi:before {
  content: "\ea05";
}
.icofont-riyal-false:before {
  content: "\ea06";
}
.icofont-riyal-minus:before {
  content: "\ea07";
}
.icofont-riyal-plus:before {
  content: "\ea08";
}
.icofont-riyal-true:before {
  content: "\ea09";
}
.icofont-riyal:before {
  content: "\ea0a";
}
.icofont-rouble-false:before {
  content: "\ea0b";
}
.icofont-rouble-minus:before {
  content: "\ea0c";
}
.icofont-rouble-plus:before {
  content: "\ea0d";
}
.icofont-rouble-true:before {
  content: "\ea0e";
}
.icofont-rouble:before {
  content: "\ea0f";
}
.icofont-rupee-false:before {
  content: "\ea10";
}
.icofont-rupee-minus:before {
  content: "\ea11";
}
.icofont-rupee-plus:before {
  content: "\ea12";
}
.icofont-rupee-true:before {
  content: "\ea13";
}
.icofont-rupee:before {
  content: "\ea14";
}
.icofont-taka-false:before {
  content: "\ea15";
}
.icofont-taka-minus:before {
  content: "\ea16";
}
.icofont-taka-plus:before {
  content: "\ea17";
}
.icofont-taka-true:before {
  content: "\ea18";
}
.icofont-taka:before {
  content: "\ea19";
}
.icofont-turkish-lira-false:before {
  content: "\ea1a";
}
.icofont-turkish-lira-minus:before {
  content: "\ea1b";
}
.icofont-turkish-lira-plus:before {
  content: "\ea1c";
}
.icofont-turkish-lira-true:before {
  content: "\ea1d";
}
.icofont-turkish-lira:before {
  content: "\ea1e";
}
.icofont-won-false:before {
  content: "\ea1f";
}
.icofont-won-minus:before {
  content: "\ea20";
}
.icofont-won-plus:before {
  content: "\ea21";
}
.icofont-won-true:before {
  content: "\ea22";
}
.icofont-won:before {
  content: "\ea23";
}
.icofont-yen-false:before {
  content: "\ea24";
}
.icofont-yen-minus:before {
  content: "\ea25";
}
.icofont-yen-plus:before {
  content: "\ea26";
}
.icofont-yen-true:before {
  content: "\ea27";
}
.icofont-yen:before {
  content: "\ea28";
}
.icofont-android-nexus:before {
  content: "\ea29";
}
.icofont-android-tablet:before {
  content: "\ea2a";
}
.icofont-apple-watch:before {
  content: "\ea2b";
}
.icofont-drawing-tablet:before {
  content: "\ea2c";
}
.icofont-earphone:before {
  content: "\ea2d";
}
.icofont-flash-drive:before {
  content: "\ea2e";
}
.icofont-game-console:before {
  content: "\ea2f";
}
.icofont-game-controller:before {
  content: "\ea30";
}
.icofont-game-pad:before {
  content: "\ea31";
}
.icofont-game:before {
  content: "\ea32";
}
.icofont-headphone-alt-1:before {
  content: "\ea33";
}
.icofont-headphone-alt-2:before {
  content: "\ea34";
}
.icofont-headphone-alt-3:before {
  content: "\ea35";
}
.icofont-headphone-alt:before {
  content: "\ea36";
}
.icofont-headphone:before {
  content: "\ea37";
}
.icofont-htc-one:before {
  content: "\ea38";
}
.icofont-imac:before {
  content: "\ea39";
}
.icofont-ipad:before {
  content: "\ea3a";
}
.icofont-iphone:before {
  content: "\ea3b";
}
.icofont-ipod-nano:before {
  content: "\ea3c";
}
.icofont-ipod-touch:before {
  content: "\ea3d";
}
.icofont-keyboard-alt:before {
  content: "\ea3e";
}
.icofont-keyboard-wireless:before {
  content: "\ea3f";
}
.icofont-keyboard:before {
  content: "\ea40";
}
.icofont-laptop-alt:before {
  content: "\ea41";
}
.icofont-laptop:before {
  content: "\ea42";
}
.icofont-macbook:before {
  content: "\ea43";
}
.icofont-magic-mouse:before {
  content: "\ea44";
}
.icofont-micro-chip:before {
  content: "\ea45";
}
.icofont-microphone-alt:before {
  content: "\ea46";
}
.icofont-microphone:before {
  content: "\ea47";
}
.icofont-monitor:before {
  content: "\ea48";
}
.icofont-mouse:before {
  content: "\ea49";
}
.icofont-mp3-player:before {
  content: "\ea4a";
}
.icofont-nintendo:before {
  content: "\ea4b";
}
.icofont-playstation-alt:before {
  content: "\ea4c";
}
.icofont-psvita:before {
  content: "\ea4d";
}
.icofont-radio-mic:before {
  content: "\ea4e";
}
.icofont-radio:before {
  content: "\ea4f";
}
.icofont-refrigerator:before {
  content: "\ea50";
}
.icofont-samsung-galaxy:before {
  content: "\ea51";
}
.icofont-surface-tablet:before {
  content: "\ea52";
}
.icofont-ui-head-phone:before {
  content: "\ea53";
}
.icofont-ui-keyboard:before {
  content: "\ea54";
}
.icofont-washing-machine:before {
  content: "\ea55";
}
.icofont-wifi-router:before {
  content: "\ea56";
}
.icofont-wii-u:before {
  content: "\ea57";
}
.icofont-windows-lumia:before {
  content: "\ea58";
}
.icofont-wireless-mouse:before {
  content: "\ea59";
}
.icofont-xbox-360:before {
  content: "\ea5a";
}
.icofont-arrow-down:before {
  content: "\ea5b";
}
.icofont-arrow-left:before {
  content: "\ea5c";
}
.icofont-arrow-right:before {
  content: "\ea5d";
}
.icofont-arrow-up:before {
  content: "\ea5e";
}
.icofont-block-down:before {
  content: "\ea5f";
}
.icofont-block-left:before {
  content: "\ea60";
}
.icofont-block-right:before {
  content: "\ea61";
}
.icofont-block-up:before {
  content: "\ea62";
}
.icofont-bubble-down:before {
  content: "\ea63";
}
.icofont-bubble-left:before {
  content: "\ea64";
}
.icofont-bubble-right:before {
  content: "\ea65";
}
.icofont-bubble-up:before {
  content: "\ea66";
}
.icofont-caret-down:before {
  content: "\ea67";
}
.icofont-caret-left:before {
  content: "\ea68";
}
.icofont-caret-right:before {
  content: "\ea69";
}
.icofont-caret-up:before {
  content: "\ea6a";
}
.icofont-circled-down:before {
  content: "\ea6b";
}
.icofont-circled-left:before {
  content: "\ea6c";
}
.icofont-circled-right:before {
  content: "\ea6d";
}
.icofont-circled-up:before {
  content: "\ea6e";
}
.icofont-collapse:before {
  content: "\ea6f";
}
.icofont-cursor-drag:before {
  content: "\ea70";
}
.icofont-curved-double-left:before {
  content: "\ea71";
}
.icofont-curved-double-right:before {
  content: "\ea72";
}
.icofont-curved-down:before {
  content: "\ea73";
}
.icofont-curved-left:before {
  content: "\ea74";
}
.icofont-curved-right:before {
  content: "\ea75";
}
.icofont-curved-up:before {
  content: "\ea76";
}
.icofont-dotted-down:before {
  content: "\ea77";
}
.icofont-dotted-left:before {
  content: "\ea78";
}
.icofont-dotted-right:before {
  content: "\ea79";
}
.icofont-dotted-up:before {
  content: "\ea7a";
}
.icofont-double-left:before {
  content: "\ea7b";
}
.icofont-double-right:before {
  content: "\ea7c";
}
.icofont-expand-alt:before {
  content: "\ea7d";
}
.icofont-hand-down:before {
  content: "\ea7e";
}
.icofont-hand-drag:before {
  content: "\ea7f";
}
.icofont-hand-drag1:before {
  content: "\ea80";
}
.icofont-hand-drag2:before {
  content: "\ea81";
}
.icofont-hand-drawn-alt-down:before {
  content: "\ea82";
}
.icofont-hand-drawn-alt-left:before {
  content: "\ea83";
}
.icofont-hand-drawn-alt-right:before {
  content: "\ea84";
}
.icofont-hand-drawn-alt-up:before {
  content: "\ea85";
}
.icofont-hand-drawn-down:before {
  content: "\ea86";
}
.icofont-hand-drawn-left:before {
  content: "\ea87";
}
.icofont-hand-drawn-right:before {
  content: "\ea88";
}
.icofont-hand-drawn-up:before {
  content: "\ea89";
}
.icofont-hand-grippers:before {
  content: "\ea8a";
}
.icofont-hand-left:before {
  content: "\ea8b";
}
.icofont-hand-right:before {
  content: "\ea8c";
}
.icofont-hand-up:before {
  content: "\ea8d";
}
.icofont-line-block-down:before {
  content: "\ea8e";
}
.icofont-line-block-left:before {
  content: "\ea8f";
}
.icofont-line-block-right:before {
  content: "\ea90";
}
.icofont-line-block-up:before {
  content: "\ea91";
}
.icofont-long-arrow-down:before {
  content: "\ea92";
}
.icofont-long-arrow-left:before {
  content: "\ea93";
}
.icofont-long-arrow-right:before {
  content: "\ea94";
}
.icofont-long-arrow-up:before {
  content: "\ea95";
}
.icofont-rounded-collapse:before {
  content: "\ea96";
}
.icofont-rounded-double-left:before {
  content: "\ea97";
}
.icofont-rounded-double-right:before {
  content: "\ea98";
}
.icofont-rounded-down:before {
  content: "\ea99";
}
.icofont-rounded-expand:before {
  content: "\ea9a";
}
.icofont-rounded-left-down:before {
  content: "\ea9b";
}
.icofont-rounded-left-up:before {
  content: "\ea9c";
}
.icofont-rounded-left:before {
  content: "\ea9d";
}
.icofont-rounded-right-down:before {
  content: "\ea9e";
}
.icofont-rounded-right-up:before {
  content: "\ea9f";
}
.icofont-rounded-right:before {
  content: "\eaa0";
}
.icofont-rounded-up:before {
  content: "\eaa1";
}
.icofont-scroll-bubble-down:before {
  content: "\eaa2";
}
.icofont-scroll-bubble-left:before {
  content: "\eaa3";
}
.icofont-scroll-bubble-right:before {
  content: "\eaa4";
}
.icofont-scroll-bubble-up:before {
  content: "\eaa5";
}
.icofont-scroll-double-down:before {
  content: "\eaa6";
}
.icofont-scroll-double-left:before {
  content: "\eaa7";
}
.icofont-scroll-double-right:before {
  content: "\eaa8";
}
.icofont-scroll-double-up:before {
  content: "\eaa9";
}
.icofont-scroll-down:before {
  content: "\eaaa";
}
.icofont-scroll-left:before {
  content: "\eaab";
}
.icofont-scroll-long-down:before {
  content: "\eaac";
}
.icofont-scroll-long-left:before {
  content: "\eaad";
}
.icofont-scroll-long-right:before {
  content: "\eaae";
}
.icofont-scroll-long-up:before {
  content: "\eaaf";
}
.icofont-scroll-right:before {
  content: "\eab0";
}
.icofont-scroll-up:before {
  content: "\eab1";
}
.icofont-simple-down:before {
  content: "\eab2";
}
.icofont-simple-left-down:before {
  content: "\eab3";
}
.icofont-simple-left-up:before {
  content: "\eab4";
}
.icofont-simple-left:before {
  content: "\eab5";
}
.icofont-simple-right-down:before {
  content: "\eab6";
}
.icofont-simple-right-up:before {
  content: "\eab7";
}
.icofont-simple-right:before {
  content: "\eab8";
}
.icofont-simple-up:before {
  content: "\eab9";
}
.icofont-square-down:before {
  content: "\eaba";
}
.icofont-square-left:before {
  content: "\eabb";
}
.icofont-square-right:before {
  content: "\eabc";
}
.icofont-square-up:before {
  content: "\eabd";
}
.icofont-stylish-down:before {
  content: "\eabe";
}
.icofont-stylish-left:before {
  content: "\eabf";
}
.icofont-stylish-right:before {
  content: "\eac0";
}
.icofont-stylish-up:before {
  content: "\eac1";
}
.icofont-swoosh-down:before {
  content: "\eac2";
}
.icofont-swoosh-left:before {
  content: "\eac3";
}
.icofont-swoosh-right:before {
  content: "\eac4";
}
.icofont-swoosh-up:before {
  content: "\eac5";
}
.icofont-thin-double-left:before {
  content: "\eac6";
}
.icofont-thin-double-right:before {
  content: "\eac7";
}
.icofont-thin-down:before {
  content: "\eac8";
}
.icofont-thin-left:before {
  content: "\eac9";
}
.icofont-thin-right:before {
  content: "\eaca";
}
.icofont-thin-up:before {
  content: "\eacb";
}
.icofont-abc:before {
  content: "\eacc";
}
.icofont-atom:before {
  content: "\eacd";
}
.icofont-award:before {
  content: "\eace";
}
.icofont-bell-alt:before {
  content: "\eacf";
}
.icofont-black-board:before {
  content: "\ead0";
}
.icofont-book-alt:before {
  content: "\ead1";
}
.icofont-book:before {
  content: "\ead2";
}
.icofont-brainstorming:before {
  content: "\ead3";
}
.icofont-certificate-alt-1:before {
  content: "\ead4";
}
.icofont-certificate-alt-2:before {
  content: "\ead5";
}
.icofont-certificate:before {
  content: "\ead6";
}
.icofont-education:before {
  content: "\ead7";
}
.icofont-electron:before {
  content: "\ead8";
}
.icofont-fountain-pen:before {
  content: "\ead9";
}
.icofont-globe-alt:before {
  content: "\eada";
}
.icofont-graduate-alt:before {
  content: "\eadb";
}
.icofont-graduate:before {
  content: "\eadc";
}
.icofont-group-students:before {
  content: "\eadd";
}
.icofont-hat-alt:before {
  content: "\eade";
}
.icofont-hat:before {
  content: "\eadf";
}
.icofont-instrument:before {
  content: "\eae0";
}
.icofont-lamp-light:before {
  content: "\eae1";
}
.icofont-medal:before {
  content: "\eae2";
}
.icofont-microscope-alt:before {
  content: "\eae3";
}
.icofont-microscope:before {
  content: "\eae4";
}
.icofont-paper:before {
  content: "\eae5";
}
.icofont-pen-alt-4:before {
  content: "\eae6";
}
.icofont-pen-nib:before {
  content: "\eae7";
}
.icofont-pencil-alt-5:before {
  content: "\eae8";
}
.icofont-quill-pen:before {
  content: "\eae9";
}
.icofont-read-book-alt:before {
  content: "\eaea";
}
.icofont-read-book:before {
  content: "\eaeb";
}
.icofont-school-bag:before {
  content: "\eaec";
}
.icofont-school-bus:before {
  content: "\eaed";
}
.icofont-student-alt:before {
  content: "\eaee";
}
.icofont-student:before {
  content: "\eaef";
}
.icofont-teacher:before {
  content: "\eaf0";
}
.icofont-test-bulb:before {
  content: "\eaf1";
}
.icofont-test-tube-alt:before {
  content: "\eaf2";
}
.icofont-university:before {
  content: "\eaf3";
}
.icofont-angry:before {
  content: "\eaf4";
}
.icofont-astonished:before {
  content: "\eaf5";
}
.icofont-confounded:before {
  content: "\eaf6";
}
.icofont-confused:before {
  content: "\eaf7";
}
.icofont-crying:before {
  content: "\eaf8";
}
.icofont-dizzy:before {
  content: "\eaf9";
}
.icofont-expressionless:before {
  content: "\eafa";
}
.icofont-heart-eyes:before {
  content: "\eafb";
}
.icofont-laughing:before {
  content: "\eafc";
}
.icofont-nerd-smile:before {
  content: "\eafd";
}
.icofont-open-mouth:before {
  content: "\eafe";
}
.icofont-rage:before {
  content: "\eaff";
}
.icofont-rolling-eyes:before {
  content: "\eb00";
}
.icofont-sad:before {
  content: "\eb01";
}
.icofont-simple-smile:before {
  content: "\eb02";
}
.icofont-slightly-smile:before {
  content: "\eb03";
}
.icofont-smirk:before {
  content: "\eb04";
}
.icofont-stuck-out-tongue:before {
  content: "\eb05";
}
.icofont-wink-smile:before {
  content: "\eb06";
}
.icofont-worried:before {
  content: "\eb07";
}
.icofont-file-alt:before {
  content: "\eb08";
}
.icofont-file-audio:before {
  content: "\eb09";
}
.icofont-file-avi-mp4:before {
  content: "\eb0a";
}
.icofont-file-bmp:before {
  content: "\eb0b";
}
.icofont-file-code:before {
  content: "\eb0c";
}
.icofont-file-css:before {
  content: "\eb0d";
}
.icofont-file-document:before {
  content: "\eb0e";
}
.icofont-file-eps:before {
  content: "\eb0f";
}
.icofont-file-excel:before {
  content: "\eb10";
}
.icofont-file-exe:before {
  content: "\eb11";
}
.icofont-file-file:before {
  content: "\eb12";
}
.icofont-file-flv:before {
  content: "\eb13";
}
.icofont-file-gif:before {
  content: "\eb14";
}
.icofont-file-html5:before {
  content: "\eb15";
}
.icofont-file-image:before {
  content: "\eb16";
}
.icofont-file-iso:before {
  content: "\eb17";
}
.icofont-file-java:before {
  content: "\eb18";
}
.icofont-file-javascript:before {
  content: "\eb19";
}
.icofont-file-jpg:before {
  content: "\eb1a";
}
.icofont-file-midi:before {
  content: "\eb1b";
}
.icofont-file-mov:before {
  content: "\eb1c";
}
.icofont-file-mp3:before {
  content: "\eb1d";
}
.icofont-file-pdf:before {
  content: "\eb1e";
}
.icofont-file-php:before {
  content: "\eb1f";
}
.icofont-file-png:before {
  content: "\eb20";
}
.icofont-file-powerpoint:before {
  content: "\eb21";
}
.icofont-file-presentation:before {
  content: "\eb22";
}
.icofont-file-psb:before {
  content: "\eb23";
}
.icofont-file-psd:before {
  content: "\eb24";
}
.icofont-file-python:before {
  content: "\eb25";
}
.icofont-file-ruby:before {
  content: "\eb26";
}
.icofont-file-spreadsheet:before {
  content: "\eb27";
}
.icofont-file-sql:before {
  content: "\eb28";
}
.icofont-file-svg:before {
  content: "\eb29";
}
.icofont-file-text:before {
  content: "\eb2a";
}
.icofont-file-tiff:before {
  content: "\eb2b";
}
.icofont-file-video:before {
  content: "\eb2c";
}
.icofont-file-wave:before {
  content: "\eb2d";
}
.icofont-file-wmv:before {
  content: "\eb2e";
}
.icofont-file-word:before {
  content: "\eb2f";
}
.icofont-file-zip:before {
  content: "\eb30";
}
.icofont-cycling-alt:before {
  content: "\eb31";
}
.icofont-cycling:before {
  content: "\eb32";
}
.icofont-dumbbell:before {
  content: "\eb33";
}
.icofont-dumbbells:before {
  content: "\eb34";
}
.icofont-gym-alt-1:before {
  content: "\eb35";
}
.icofont-gym-alt-2:before {
  content: "\eb36";
}
.icofont-gym-alt-3:before {
  content: "\eb37";
}
.icofont-gym:before {
  content: "\eb38";
}
.icofont-muscle-weight:before {
  content: "\eb39";
}
.icofont-muscle:before {
  content: "\eb3a";
}
.icofont-apple:before {
  content: "\eb3b";
}
.icofont-arabian-coffee:before {
  content: "\eb3c";
}
.icofont-artichoke:before {
  content: "\eb3d";
}
.icofont-asparagus:before {
  content: "\eb3e";
}
.icofont-avocado:before {
  content: "\eb3f";
}
.icofont-baby-food:before {
  content: "\eb40";
}
.icofont-banana:before {
  content: "\eb41";
}
.icofont-bbq:before {
  content: "\eb42";
}
.icofont-beans:before {
  content: "\eb43";
}
.icofont-beer:before {
  content: "\eb44";
}
.icofont-bell-pepper-capsicum:before {
  content: "\eb45";
}
.icofont-birthday-cake:before {
  content: "\eb46";
}
.icofont-bread:before {
  content: "\eb47";
}
.icofont-broccoli:before {
  content: "\eb48";
}
.icofont-burger:before {
  content: "\eb49";
}
.icofont-cabbage:before {
  content: "\eb4a";
}
.icofont-carrot:before {
  content: "\eb4b";
}
.icofont-cauli-flower:before {
  content: "\eb4c";
}
.icofont-cheese:before {
  content: "\eb4d";
}
.icofont-chef:before {
  content: "\eb4e";
}
.icofont-cherry:before {
  content: "\eb4f";
}
.icofont-chicken-fry:before {
  content: "\eb50";
}
.icofont-chicken:before {
  content: "\eb51";
}
.icofont-cocktail:before {
  content: "\eb52";
}
.icofont-coconut-water:before {
  content: "\eb53";
}
.icofont-coconut:before {
  content: "\eb54";
}
.icofont-coffee-alt:before {
  content: "\eb55";
}
.icofont-coffee-cup:before {
  content: "\eb56";
}
.icofont-coffee-mug:before {
  content: "\eb57";
}
.icofont-coffee-pot:before {
  content: "\eb58";
}
.icofont-cola:before {
  content: "\eb59";
}
.icofont-corn:before {
  content: "\eb5a";
}
.icofont-croissant:before {
  content: "\eb5b";
}
.icofont-crop-plant:before {
  content: "\eb5c";
}
.icofont-cucumber:before {
  content: "\eb5d";
}
.icofont-culinary:before {
  content: "\eb5e";
}
.icofont-cup-cake:before {
  content: "\eb5f";
}
.icofont-dining-table:before {
  content: "\eb60";
}
.icofont-donut:before {
  content: "\eb61";
}
.icofont-egg-plant:before {
  content: "\eb62";
}
.icofont-egg-poached:before {
  content: "\eb63";
}
.icofont-farmer-alt:before {
  content: "\eb64";
}
.icofont-farmer:before {
  content: "\eb65";
}
.icofont-fast-food:before {
  content: "\eb66";
}
.icofont-food-basket:before {
  content: "\eb67";
}
.icofont-food-cart:before {
  content: "\eb68";
}
.icofont-fork-and-knife:before {
  content: "\eb69";
}
.icofont-french-fries:before {
  content: "\eb6a";
}
.icofont-fruits:before {
  content: "\eb6b";
}
.icofont-grapes:before {
  content: "\eb6c";
}
.icofont-honey:before {
  content: "\eb6d";
}
.icofont-hot-dog:before {
  content: "\eb6e";
}
.icofont-ice-cream-alt:before {
  content: "\eb6f";
}
.icofont-ice-cream:before {
  content: "\eb70";
}
.icofont-juice:before {
  content: "\eb71";
}
.icofont-ketchup:before {
  content: "\eb72";
}
.icofont-kiwi:before {
  content: "\eb73";
}
.icofont-layered-cake:before {
  content: "\eb74";
}
.icofont-lemon-alt:before {
  content: "\eb75";
}
.icofont-lemon:before {
  content: "\eb76";
}
.icofont-lobster:before {
  content: "\eb77";
}
.icofont-mango:before {
  content: "\eb78";
}
.icofont-milk:before {
  content: "\eb79";
}
.icofont-mushroom:before {
  content: "\eb7a";
}
.icofont-noodles:before {
  content: "\eb7b";
}
.icofont-onion:before {
  content: "\eb7c";
}
.icofont-orange:before {
  content: "\eb7d";
}
.icofont-pear:before {
  content: "\eb7e";
}
.icofont-peas:before {
  content: "\eb7f";
}
.icofont-pepper:before {
  content: "\eb80";
}
.icofont-pie-alt:before {
  content: "\eb81";
}
.icofont-pie:before {
  content: "\eb82";
}
.icofont-pineapple:before {
  content: "\eb83";
}
.icofont-pizza-slice:before {
  content: "\eb84";
}
.icofont-pizza:before {
  content: "\eb85";
}
.icofont-plant:before {
  content: "\eb86";
}
.icofont-popcorn:before {
  content: "\eb87";
}
.icofont-potato:before {
  content: "\eb88";
}
.icofont-pumpkin:before {
  content: "\eb89";
}
.icofont-raddish:before {
  content: "\eb8a";
}
.icofont-restaurant-menu:before {
  content: "\eb8b";
}
.icofont-restaurant:before {
  content: "\eb8c";
}
.icofont-salt-and-pepper:before {
  content: "\eb8d";
}
.icofont-sandwich:before {
  content: "\eb8e";
}
.icofont-sausage:before {
  content: "\eb8f";
}
.icofont-soft-drinks:before {
  content: "\eb90";
}
.icofont-soup-bowl:before {
  content: "\eb91";
}
.icofont-spoon-and-fork:before {
  content: "\eb92";
}
.icofont-steak:before {
  content: "\eb93";
}
.icofont-strawberry:before {
  content: "\eb94";
}
.icofont-sub-sandwich:before {
  content: "\eb95";
}
.icofont-sushi:before {
  content: "\eb96";
}
.icofont-taco:before {
  content: "\eb97";
}
.icofont-tea-pot:before {
  content: "\eb98";
}
.icofont-tea:before {
  content: "\eb99";
}
.icofont-tomato:before {
  content: "\eb9a";
}
.icofont-watermelon:before {
  content: "\eb9b";
}
.icofont-wheat:before {
  content: "\eb9c";
}
.icofont-baby-backpack:before {
  content: "\eb9d";
}
.icofont-baby-cloth:before {
  content: "\eb9e";
}
.icofont-baby-milk-bottle:before {
  content: "\eb9f";
}
.icofont-baby-trolley:before {
  content: "\eba0";
}
.icofont-baby:before {
  content: "\eba1";
}
.icofont-candy:before {
  content: "\eba2";
}
.icofont-holding-hands:before {
  content: "\eba3";
}
.icofont-infant-nipple:before {
  content: "\eba4";
}
.icofont-kids-scooter:before {
  content: "\eba5";
}
.icofont-safety-pin:before {
  content: "\eba6";
}
.icofont-teddy-bear:before {
  content: "\eba7";
}
.icofont-toy-ball:before {
  content: "\eba8";
}
.icofont-toy-cat:before {
  content: "\eba9";
}
.icofont-toy-duck:before {
  content: "\ebaa";
}
.icofont-toy-elephant:before {
  content: "\ebab";
}
.icofont-toy-hand:before {
  content: "\ebac";
}
.icofont-toy-horse:before {
  content: "\ebad";
}
.icofont-toy-lattu:before {
  content: "\ebae";
}
.icofont-toy-train:before {
  content: "\ebaf";
}
.icofont-burglar:before {
  content: "\ebb0";
}
.icofont-cannon-firing:before {
  content: "\ebb1";
}
.icofont-cc-camera:before {
  content: "\ebb2";
}
.icofont-cop-badge:before {
  content: "\ebb3";
}
.icofont-cop:before {
  content: "\ebb4";
}
.icofont-court-hammer:before {
  content: "\ebb5";
}
.icofont-court:before {
  content: "\ebb6";
}
.icofont-finger-print:before {
  content: "\ebb7";
}
.icofont-gavel:before {
  content: "\ebb8";
}
.icofont-handcuff-alt:before {
  content: "\ebb9";
}
.icofont-handcuff:before {
  content: "\ebba";
}
.icofont-investigation:before {
  content: "\ebbb";
}
.icofont-investigator:before {
  content: "\ebbc";
}
.icofont-jail:before {
  content: "\ebbd";
}
.icofont-judge:before {
  content: "\ebbe";
}
.icofont-law-alt-1:before {
  content: "\ebbf";
}
.icofont-law-alt-2:before {
  content: "\ebc0";
}
.icofont-law-alt-3:before {
  content: "\ebc1";
}
.icofont-law-book:before {
  content: "\ebc2";
}
.icofont-law-document:before {
  content: "\ebc3";
}
.icofont-law-order:before {
  content: "\ebc4";
}
.icofont-law-protect:before {
  content: "\ebc5";
}
.icofont-law-scales:before {
  content: "\ebc6";
}
.icofont-law:before {
  content: "\ebc7";
}
.icofont-lawyer-alt-1:before {
  content: "\ebc8";
}
.icofont-lawyer-alt-2:before {
  content: "\ebc9";
}
.icofont-lawyer:before {
  content: "\ebca";
}
.icofont-legal:before {
  content: "\ebcb";
}
.icofont-pistol:before {
  content: "\ebcc";
}
.icofont-police-badge:before {
  content: "\ebcd";
}
.icofont-police-cap:before {
  content: "\ebce";
}
.icofont-police-car-alt-1:before {
  content: "\ebcf";
}
.icofont-police-car-alt-2:before {
  content: "\ebd0";
}
.icofont-police-car:before {
  content: "\ebd1";
}
.icofont-police-hat:before {
  content: "\ebd2";
}
.icofont-police-van:before {
  content: "\ebd3";
}
.icofont-police:before {
  content: "\ebd4";
}
.icofont-thief-alt:before {
  content: "\ebd5";
}
.icofont-thief:before {
  content: "\ebd6";
}
.icofont-abacus-alt:before {
  content: "\ebd7";
}
.icofont-abacus:before {
  content: "\ebd8";
}
.icofont-angle-180:before {
  content: "\ebd9";
}
.icofont-angle-45:before {
  content: "\ebda";
}
.icofont-angle-90:before {
  content: "\ebdb";
}
.icofont-angle:before {
  content: "\ebdc";
}
.icofont-calculator-alt-1:before {
  content: "\ebdd";
}
.icofont-calculator-alt-2:before {
  content: "\ebde";
}
.icofont-calculator:before {
  content: "\ebdf";
}
.icofont-circle-ruler-alt:before {
  content: "\ebe0";
}
.icofont-circle-ruler:before {
  content: "\ebe1";
}
.icofont-compass-alt-1:before {
  content: "\ebe2";
}
.icofont-compass-alt-2:before {
  content: "\ebe3";
}
.icofont-compass-alt-3:before {
  content: "\ebe4";
}
.icofont-compass-alt-4:before {
  content: "\ebe5";
}
.icofont-golden-ratio:before {
  content: "\ebe6";
}
.icofont-marker-alt-1:before {
  content: "\ebe7";
}
.icofont-marker-alt-2:before {
  content: "\ebe8";
}
.icofont-marker-alt-3:before {
  content: "\ebe9";
}
.icofont-marker:before {
  content: "\ebea";
}
.icofont-math:before {
  content: "\ebeb";
}
.icofont-mathematical-alt-1:before {
  content: "\ebec";
}
.icofont-mathematical-alt-2:before {
  content: "\ebed";
}
.icofont-mathematical:before {
  content: "\ebee";
}
.icofont-pen-alt-1:before {
  content: "\ebef";
}
.icofont-pen-alt-2:before {
  content: "\ebf0";
}
.icofont-pen-alt-3:before {
  content: "\ebf1";
}
.icofont-pen-holder-alt-1:before {
  content: "\ebf2";
}
.icofont-pen-holder:before {
  content: "\ebf3";
}
.icofont-pen:before {
  content: "\ebf4";
}
.icofont-pencil-alt-1:before {
  content: "\ebf5";
}
.icofont-pencil-alt-2:before {
  content: "\ebf6";
}
.icofont-pencil-alt-3:before {
  content: "\ebf7";
}
.icofont-pencil-alt-4:before {
  content: "\ebf8";
}
.icofont-pencil:before {
  content: "\ebf9";
}
.icofont-ruler-alt-1:before {
  content: "\ebfa";
}
.icofont-ruler-alt-2:before {
  content: "\ebfb";
}
.icofont-ruler-compass-alt:before {
  content: "\ebfc";
}
.icofont-ruler-compass:before {
  content: "\ebfd";
}
.icofont-ruler-pencil-alt-1:before {
  content: "\ebfe";
}
.icofont-ruler-pencil-alt-2:before {
  content: "\ebff";
}
.icofont-ruler-pencil:before {
  content: "\ec00";
}
.icofont-ruler:before {
  content: "\ec01";
}
.icofont-rulers-alt:before {
  content: "\ec02";
}
.icofont-rulers:before {
  content: "\ec03";
}
.icofont-square-root:before {
  content: "\ec04";
}
.icofont-ui-calculator:before {
  content: "\ec05";
}
.icofont-aids:before {
  content: "\ec06";
}
.icofont-ambulance-crescent:before {
  content: "\ec07";
}
.icofont-ambulance-cross:before {
  content: "\ec08";
}
.icofont-ambulance:before {
  content: "\ec09";
}
.icofont-autism:before {
  content: "\ec0a";
}
.icofont-bandage:before {
  content: "\ec0b";
}
.icofont-blind:before {
  content: "\ec0c";
}
.icofont-blood-drop:before {
  content: "\ec0d";
}
.icofont-blood-test:before {
  content: "\ec0e";
}
.icofont-blood:before {
  content: "\ec0f";
}
.icofont-brain-alt:before {
  content: "\ec10";
}
.icofont-brain:before {
  content: "\ec11";
}
.icofont-capsule:before {
  content: "\ec12";
}
.icofont-crutch:before {
  content: "\ec13";
}
.icofont-disabled:before {
  content: "\ec14";
}
.icofont-dna-alt-1:before {
  content: "\ec15";
}
.icofont-dna-alt-2:before {
  content: "\ec16";
}
.icofont-dna:before {
  content: "\ec17";
}
.icofont-doctor-alt:before {
  content: "\ec18";
}
.icofont-doctor:before {
  content: "\ec19";
}
.icofont-drug-pack:before {
  content: "\ec1a";
}
.icofont-drug:before {
  content: "\ec1b";
}
.icofont-first-aid-alt:before {
  content: "\ec1c";
}
.icofont-first-aid:before {
  content: "\ec1d";
}
.icofont-heart-beat-alt:before {
  content: "\ec1e";
}
.icofont-heart-beat:before {
  content: "\ec1f";
}
.icofont-heartbeat:before {
  content: "\ec20";
}
.icofont-herbal:before {
  content: "\ec21";
}
.icofont-hospital:before {
  content: "\ec22";
}
.icofont-icu:before {
  content: "\ec23";
}
.icofont-injection-syringe:before {
  content: "\ec24";
}
.icofont-laboratory:before {
  content: "\ec25";
}
.icofont-medical-sign-alt:before {
  content: "\ec26";
}
.icofont-medical-sign:before {
  content: "\ec27";
}
.icofont-nurse-alt:before {
  content: "\ec28";
}
.icofont-nurse:before {
  content: "\ec29";
}
.icofont-nursing-home:before {
  content: "\ec2a";
}
.icofont-operation-theater:before {
  content: "\ec2b";
}
.icofont-paralysis-disability:before {
  content: "\ec2c";
}
.icofont-patient-bed:before {
  content: "\ec2d";
}
.icofont-patient-file:before {
  content: "\ec2e";
}
.icofont-pills:before {
  content: "\ec2f";
}
.icofont-prescription:before {
  content: "\ec30";
}
.icofont-pulse:before {
  content: "\ec31";
}
.icofont-stethoscope-alt:before {
  content: "\ec32";
}
.icofont-stethoscope:before {
  content: "\ec33";
}
.icofont-stretcher:before {
  content: "\ec34";
}
.icofont-surgeon-alt:before {
  content: "\ec35";
}
.icofont-surgeon:before {
  content: "\ec36";
}
.icofont-tablets:before {
  content: "\ec37";
}
.icofont-test-bottle:before {
  content: "\ec38";
}
.icofont-test-tube:before {
  content: "\ec39";
}
.icofont-thermometer-alt:before {
  content: "\ec3a";
}
.icofont-thermometer:before {
  content: "\ec3b";
}
.icofont-tooth:before {
  content: "\ec3c";
}
.icofont-xray:before {
  content: "\ec3d";
}
.icofont-ui-add:before {
  content: "\ec3e";
}
.icofont-ui-alarm:before {
  content: "\ec3f";
}
.icofont-ui-battery:before {
  content: "\ec40";
}
.icofont-ui-block:before {
  content: "\ec41";
}
.icofont-ui-bluetooth:before {
  content: "\ec42";
}
.icofont-ui-brightness:before {
  content: "\ec43";
}
.icofont-ui-browser:before {
  content: "\ec44";
}
.icofont-ui-calendar:before {
  content: "\ec45";
}
.icofont-ui-call:before {
  content: "\ec46";
}
.icofont-ui-camera:before {
  content: "\ec47";
}
.icofont-ui-cart:before {
  content: "\ec48";
}
.icofont-ui-cell-phone:before {
  content: "\ec49";
}
.icofont-ui-chat:before {
  content: "\ec4a";
}
.icofont-ui-check:before {
  content: "\ec4b";
}
.icofont-ui-clip-board:before {
  content: "\ec4c";
}
.icofont-ui-clip:before {
  content: "\ec4d";
}
.icofont-ui-clock:before {
  content: "\ec4e";
}
.icofont-ui-close:before {
  content: "\ec4f";
}
.icofont-ui-contact-list:before {
  content: "\ec50";
}
.icofont-ui-copy:before {
  content: "\ec51";
}
.icofont-ui-cut:before {
  content: "\ec52";
}
.icofont-ui-delete:before {
  content: "\ec53";
}
.icofont-ui-dial-phone:before {
  content: "\ec54";
}
.icofont-ui-edit:before {
  content: "\ec55";
}
.icofont-ui-email:before {
  content: "\ec56";
}
.icofont-ui-file:before {
  content: "\ec57";
}
.icofont-ui-fire-wall:before {
  content: "\ec58";
}
.icofont-ui-flash-light:before {
  content: "\ec59";
}
.icofont-ui-flight:before {
  content: "\ec5a";
}
.icofont-ui-folder:before {
  content: "\ec5b";
}
.icofont-ui-game:before {
  content: "\ec5c";
}
.icofont-ui-handicapped:before {
  content: "\ec5d";
}
.icofont-ui-home:before {
  content: "\ec5e";
}
.icofont-ui-image:before {
  content: "\ec5f";
}
.icofont-ui-laoding:before {
  content: "\ec60";
}
.icofont-ui-lock:before {
  content: "\ec61";
}
.icofont-ui-love-add:before {
  content: "\ec62";
}
.icofont-ui-love-broken:before {
  content: "\ec63";
}
.icofont-ui-love-remove:before {
  content: "\ec64";
}
.icofont-ui-love:before {
  content: "\ec65";
}
.icofont-ui-map:before {
  content: "\ec66";
}
.icofont-ui-message:before {
  content: "\ec67";
}
.icofont-ui-messaging:before {
  content: "\ec68";
}
.icofont-ui-movie:before {
  content: "\ec69";
}
.icofont-ui-music-player:before {
  content: "\ec6a";
}
.icofont-ui-music:before {
  content: "\ec6b";
}
.icofont-ui-mute:before {
  content: "\ec6c";
}
.icofont-ui-network:before {
  content: "\ec6d";
}
.icofont-ui-next:before {
  content: "\ec6e";
}
.icofont-ui-note:before {
  content: "\ec6f";
}
.icofont-ui-office:before {
  content: "\ec70";
}
.icofont-ui-password:before {
  content: "\ec71";
}
.icofont-ui-pause:before {
  content: "\ec72";
}
.icofont-ui-play-stop:before {
  content: "\ec73";
}
.icofont-ui-play:before {
  content: "\ec74";
}
.icofont-ui-pointer:before {
  content: "\ec75";
}
.icofont-ui-power:before {
  content: "\ec76";
}
.icofont-ui-press:before {
  content: "\ec77";
}
.icofont-ui-previous:before {
  content: "\ec78";
}
.icofont-ui-rate-add:before {
  content: "\ec79";
}
.icofont-ui-rate-blank:before {
  content: "\ec7a";
}
.icofont-ui-rate-remove:before {
  content: "\ec7b";
}
.icofont-ui-rating:before {
  content: "\ec7c";
}
.icofont-ui-record:before {
  content: "\ec7d";
}
.icofont-ui-remove:before {
  content: "\ec7e";
}
.icofont-ui-reply:before {
  content: "\ec7f";
}
.icofont-ui-rotation:before {
  content: "\ec80";
}
.icofont-ui-rss:before {
  content: "\ec81";
}
.icofont-ui-search:before {
  content: "\ec82";
}
.icofont-ui-settings:before {
  content: "\ec83";
}
.icofont-ui-social-link:before {
  content: "\ec84";
}
.icofont-ui-tag:before {
  content: "\ec85";
}
.icofont-ui-text-chat:before {
  content: "\ec86";
}
.icofont-ui-text-loading:before {
  content: "\ec87";
}
.icofont-ui-theme:before {
  content: "\ec88";
}
.icofont-ui-timer:before {
  content: "\ec89";
}
.icofont-ui-touch-phone:before {
  content: "\ec8a";
}
.icofont-ui-travel:before {
  content: "\ec8b";
}
.icofont-ui-unlock:before {
  content: "\ec8c";
}
.icofont-ui-user-group:before {
  content: "\ec8d";
}
.icofont-ui-user:before {
  content: "\ec8e";
}
.icofont-ui-v-card:before {
  content: "\ec8f";
}
.icofont-ui-video-chat:before {
  content: "\ec90";
}
.icofont-ui-video-message:before {
  content: "\ec91";
}
.icofont-ui-video-play:before {
  content: "\ec92";
}
.icofont-ui-video:before {
  content: "\ec93";
}
.icofont-ui-volume:before {
  content: "\ec94";
}
.icofont-ui-weather:before {
  content: "\ec95";
}
.icofont-ui-wifi:before {
  content: "\ec96";
}
.icofont-ui-zoom-in:before {
  content: "\ec97";
}
.icofont-ui-zoom-out:before {
  content: "\ec98";
}
.icofont-cassette-player:before {
  content: "\ec99";
}
.icofont-cassette:before {
  content: "\ec9a";
}
.icofont-forward:before {
  content: "\ec9b";
}
.icofont-guiter:before {
  content: "\ec9c";
}
.icofont-movie:before {
  content: "\ec9d";
}
.icofont-multimedia:before {
  content: "\ec9e";
}
.icofont-music-alt:before {
  content: "\ec9f";
}
.icofont-music-disk:before {
  content: "\eca0";
}
.icofont-music-note:before {
  content: "\eca1";
}
.icofont-music-notes:before {
  content: "\eca2";
}
.icofont-music:before {
  content: "\eca3";
}
.icofont-mute-volume:before {
  content: "\eca4";
}
.icofont-pause:before {
  content: "\eca5";
}
.icofont-play-alt-1:before {
  content: "\eca6";
}
.icofont-play-alt-2:before {
  content: "\eca7";
}
.icofont-play-alt-3:before {
  content: "\eca8";
}
.icofont-play-pause:before {
  content: "\eca9";
}
.icofont-play:before {
  content: "\ecaa";
}
.icofont-record:before {
  content: "\ecab";
}
.icofont-retro-music-disk:before {
  content: "\ecac";
}
.icofont-rewind:before {
  content: "\ecad";
}
.icofont-song-notes:before {
  content: "\ecae";
}
.icofont-sound-wave-alt:before {
  content: "\ecaf";
}
.icofont-sound-wave:before {
  content: "\ecb0";
}
.icofont-stop:before {
  content: "\ecb1";
}
.icofont-video-alt:before {
  content: "\ecb2";
}
.icofont-video-cam:before {
  content: "\ecb3";
}
.icofont-video-clapper:before {
  content: "\ecb4";
}
.icofont-video:before {
  content: "\ecb5";
}
.icofont-volume-bar:before {
  content: "\ecb6";
}
.icofont-volume-down:before {
  content: "\ecb7";
}
.icofont-volume-mute:before {
  content: "\ecb8";
}
.icofont-volume-off:before {
  content: "\ecb9";
}
.icofont-volume-up:before {
  content: "\ecba";
}
.icofont-youtube-play:before {
  content: "\ecbb";
}
.icofont-2checkout-alt:before {
  content: "\ecbc";
}
.icofont-2checkout:before {
  content: "\ecbd";
}
.icofont-amazon-alt:before {
  content: "\ecbe";
}
.icofont-amazon:before {
  content: "\ecbf";
}
.icofont-american-express-alt:before {
  content: "\ecc0";
}
.icofont-american-express:before {
  content: "\ecc1";
}
.icofont-apple-pay-alt:before {
  content: "\ecc2";
}
.icofont-apple-pay:before {
  content: "\ecc3";
}
.icofont-bank-transfer-alt:before {
  content: "\ecc4";
}
.icofont-bank-transfer:before {
  content: "\ecc5";
}
.icofont-braintree-alt:before {
  content: "\ecc6";
}
.icofont-braintree:before {
  content: "\ecc7";
}
.icofont-cash-on-delivery-alt:before {
  content: "\ecc8";
}
.icofont-cash-on-delivery:before {
  content: "\ecc9";
}
.icofont-diners-club-alt-1:before {
  content: "\ecca";
}
.icofont-diners-club-alt-2:before {
  content: "\eccb";
}
.icofont-diners-club-alt-3:before {
  content: "\eccc";
}
.icofont-diners-club:before {
  content: "\eccd";
}
.icofont-discover-alt:before {
  content: "\ecce";
}
.icofont-discover:before {
  content: "\eccf";
}
.icofont-eway-alt:before {
  content: "\ecd0";
}
.icofont-eway:before {
  content: "\ecd1";
}
.icofont-google-wallet-alt-1:before {
  content: "\ecd2";
}
.icofont-google-wallet-alt-2:before {
  content: "\ecd3";
}
.icofont-google-wallet-alt-3:before {
  content: "\ecd4";
}
.icofont-google-wallet:before {
  content: "\ecd5";
}
.icofont-jcb-alt:before {
  content: "\ecd6";
}
.icofont-jcb:before {
  content: "\ecd7";
}
.icofont-maestro-alt:before {
  content: "\ecd8";
}
.icofont-maestro:before {
  content: "\ecd9";
}
.icofont-mastercard-alt:before {
  content: "\ecda";
}
.icofont-mastercard:before {
  content: "\ecdb";
}
.icofont-payoneer-alt:before {
  content: "\ecdc";
}
.icofont-payoneer:before {
  content: "\ecdd";
}
.icofont-paypal-alt:before {
  content: "\ecde";
}
.icofont-paypal:before {
  content: "\ecdf";
}
.icofont-sage-alt:before {
  content: "\ece0";
}
.icofont-sage:before {
  content: "\ece1";
}
.icofont-skrill-alt:before {
  content: "\ece2";
}
.icofont-skrill:before {
  content: "\ece3";
}
.icofont-stripe-alt:before {
  content: "\ece4";
}
.icofont-stripe:before {
  content: "\ece5";
}
.icofont-visa-alt:before {
  content: "\ece6";
}
.icofont-visa-electron:before {
  content: "\ece7";
}
.icofont-visa:before {
  content: "\ece8";
}
.icofont-western-union-alt:before {
  content: "\ece9";
}
.icofont-western-union:before {
  content: "\ecea";
}
.icofont-boy:before {
  content: "\eceb";
}
.icofont-business-man-alt-1:before {
  content: "\ecec";
}
.icofont-business-man-alt-2:before {
  content: "\eced";
}
.icofont-business-man-alt-3:before {
  content: "\ecee";
}
.icofont-business-man:before {
  content: "\ecef";
}
.icofont-female:before {
  content: "\ecf0";
}
.icofont-funky-man:before {
  content: "\ecf1";
}
.icofont-girl-alt:before {
  content: "\ecf2";
}
.icofont-girl:before {
  content: "\ecf3";
}
.icofont-group:before {
  content: "\ecf4";
}
.icofont-hotel-boy-alt:before {
  content: "\ecf5";
}
.icofont-hotel-boy:before {
  content: "\ecf6";
}
.icofont-kid:before {
  content: "\ecf7";
}
.icofont-man-in-glasses:before {
  content: "\ecf8";
}
.icofont-people:before {
  content: "\ecf9";
}
.icofont-support:before {
  content: "\ecfa";
}
.icofont-user-alt-1:before {
  content: "\ecfb";
}
.icofont-user-alt-2:before {
  content: "\ecfc";
}
.icofont-user-alt-3:before {
  content: "\ecfd";
}
.icofont-user-alt-4:before {
  content: "\ecfe";
}
.icofont-user-alt-5:before {
  content: "\ecff";
}
.icofont-user-alt-6:before {
  content: "\ed00";
}
.icofont-user-alt-7:before {
  content: "\ed01";
}
.icofont-user-female:before {
  content: "\ed02";
}
.icofont-user-male:before {
  content: "\ed03";
}
.icofont-user-suited:before {
  content: "\ed04";
}
.icofont-user:before {
  content: "\ed05";
}
.icofont-users-alt-1:before {
  content: "\ed06";
}
.icofont-users-alt-2:before {
  content: "\ed07";
}
.icofont-users-alt-3:before {
  content: "\ed08";
}
.icofont-users-alt-4:before {
  content: "\ed09";
}
.icofont-users-alt-5:before {
  content: "\ed0a";
}
.icofont-users-alt-6:before {
  content: "\ed0b";
}
.icofont-users-social:before {
  content: "\ed0c";
}
.icofont-users:before {
  content: "\ed0d";
}
.icofont-waiter-alt:before {
  content: "\ed0e";
}
.icofont-waiter:before {
  content: "\ed0f";
}
.icofont-woman-in-glasses:before {
  content: "\ed10";
}
.icofont-search-1:before {
  content: "\ed11";
}
.icofont-search-2:before {
  content: "\ed12";
}
.icofont-search-document:before {
  content: "\ed13";
}
.icofont-search-folder:before {
  content: "\ed14";
}
.icofont-search-job:before {
  content: "\ed15";
}
.icofont-search-map:before {
  content: "\ed16";
}
.icofont-search-property:before {
  content: "\ed17";
}
.icofont-search-restaurant:before {
  content: "\ed18";
}
.icofont-search-stock:before {
  content: "\ed19";
}
.icofont-search-user:before {
  content: "\ed1a";
}
.icofont-search:before {
  content: "\ed1b";
}
.icofont-500px:before {
  content: "\ed1c";
}
.icofont-aim:before {
  content: "\ed1d";
}
.icofont-badoo:before {
  content: "\ed1e";
}
.icofont-baidu-tieba:before {
  content: "\ed1f";
}
.icofont-bbm-messenger:before {
  content: "\ed20";
}
.icofont-bebo:before {
  content: "\ed21";
}
.icofont-behance:before {
  content: "\ed22";
}
.icofont-blogger:before {
  content: "\ed23";
}
.icofont-bootstrap:before {
  content: "\ed24";
}
.icofont-brightkite:before {
  content: "\ed25";
}
.icofont-cloudapp:before {
  content: "\ed26";
}
.icofont-concrete5:before {
  content: "\ed27";
}
.icofont-delicious:before {
  content: "\ed28";
}
.icofont-designbump:before {
  content: "\ed29";
}
.icofont-designfloat:before {
  content: "\ed2a";
}
.icofont-deviantart:before {
  content: "\ed2b";
}
.icofont-digg:before {
  content: "\ed2c";
}
.icofont-dotcms:before {
  content: "\ed2d";
}
.icofont-dribbble:before {
  content: "\ed2e";
}
.icofont-dribble:before {
  content: "\ed2f";
}
.icofont-dropbox:before {
  content: "\ed30";
}
.icofont-ebuddy:before {
  content: "\ed31";
}
.icofont-ello:before {
  content: "\ed32";
}
.icofont-ember:before {
  content: "\ed33";
}
.icofont-envato:before {
  content: "\ed34";
}
.icofont-evernote:before {
  content: "\ed35";
}
.icofont-facebook-messenger:before {
  content: "\ed36";
}
.icofont-facebook:before {
  content: "\ed37";
}
.icofont-feedburner:before {
  content: "\ed38";
}
.icofont-flikr:before {
  content: "\ed39";
}
.icofont-folkd:before {
  content: "\ed3a";
}
.icofont-foursquare:before {
  content: "\ed3b";
}
.icofont-friendfeed:before {
  content: "\ed3c";
}
.icofont-ghost:before {
  content: "\ed3d";
}
.icofont-github:before {
  content: "\ed3e";
}
.icofont-gnome:before {
  content: "\ed3f";
}
.icofont-google-buzz:before {
  content: "\ed40";
}
.icofont-google-hangouts:before {
  content: "\ed41";
}
.icofont-google-map:before {
  content: "\ed42";
}
.icofont-google-plus:before {
  content: "\ed43";
}
.icofont-google-talk:before {
  content: "\ed44";
}
.icofont-hype-machine:before {
  content: "\ed45";
}
.icofont-instagram:before {
  content: "\ed46";
}
.icofont-kakaotalk:before {
  content: "\ed47";
}
.icofont-kickstarter:before {
  content: "\ed48";
}
.icofont-kik:before {
  content: "\ed49";
}
.icofont-kiwibox:before {
  content: "\ed4a";
}
.icofont-line-messenger:before {
  content: "\ed4b";
}
.icofont-line:before {
  content: "\ed4c";
}
.icofont-linkedin:before {
  content: "\ed4d";
}
.icofont-linux-mint:before {
  content: "\ed4e";
}
.icofont-live-messenger:before {
  content: "\ed4f";
}
.icofont-livejournal:before {
  content: "\ed50";
}
.icofont-magento:before {
  content: "\ed51";
}
.icofont-meetme:before {
  content: "\ed52";
}
.icofont-meetup:before {
  content: "\ed53";
}
.icofont-mixx:before {
  content: "\ed54";
}
.icofont-newsvine:before {
  content: "\ed55";
}
.icofont-nimbuss:before {
  content: "\ed56";
}
.icofont-odnoklassniki:before {
  content: "\ed57";
}
.icofont-opencart:before {
  content: "\ed58";
}
.icofont-oscommerce:before {
  content: "\ed59";
}
.icofont-pandora:before {
  content: "\ed5a";
}
.icofont-photobucket:before {
  content: "\ed5b";
}
.icofont-picasa:before {
  content: "\ed5c";
}
.icofont-pinterest:before {
  content: "\ed5d";
}
.icofont-prestashop:before {
  content: "\ed5e";
}
.icofont-qik:before {
  content: "\ed5f";
}
.icofont-qq:before {
  content: "\ed60";
}
.icofont-readernaut:before {
  content: "\ed61";
}
.icofont-reddit:before {
  content: "\ed62";
}
.icofont-renren:before {
  content: "\ed63";
}
.icofont-rss:before {
  content: "\ed64";
}
.icofont-shopify:before {
  content: "\ed65";
}
.icofont-silverstripe:before {
  content: "\ed66";
}
.icofont-skype:before {
  content: "\ed67";
}
.icofont-slack:before {
  content: "\ed68";
}
.icofont-slashdot:before {
  content: "\ed69";
}
.icofont-slidshare:before {
  content: "\ed6a";
}
.icofont-smugmug:before {
  content: "\ed6b";
}
.icofont-snapchat:before {
  content: "\ed6c";
}
.icofont-soundcloud:before {
  content: "\ed6d";
}
.icofont-spotify:before {
  content: "\ed6e";
}
.icofont-stack-exchange:before {
  content: "\ed6f";
}
.icofont-stack-overflow:before {
  content: "\ed70";
}
.icofont-steam:before {
  content: "\ed71";
}
.icofont-stumbleupon:before {
  content: "\ed72";
}
.icofont-tagged:before {
  content: "\ed73";
}
.icofont-technorati:before {
  content: "\ed74";
}
.icofont-telegram:before {
  content: "\ed75";
}
.icofont-tinder:before {
  content: "\ed76";
}
.icofont-trello:before {
  content: "\ed77";
}
.icofont-tumblr:before {
  content: "\ed78";
}
.icofont-twitch:before {
  content: "\ed79";
}
.icofont-twitter:before {
  content: "\ed7a";
}
.icofont-typo3:before {
  content: "\ed7b";
}
.icofont-ubercart:before {
  content: "\ed7c";
}
.icofont-viber:before {
  content: "\ed7d";
}
.icofont-viddler:before {
  content: "\ed7e";
}
.icofont-vimeo:before {
  content: "\ed7f";
}
.icofont-vine:before {
  content: "\ed80";
}
.icofont-virb:before {
  content: "\ed81";
}
.icofont-virtuemart:before {
  content: "\ed82";
}
.icofont-vk:before {
  content: "\ed83";
}
.icofont-wechat:before {
  content: "\ed84";
}
.icofont-weibo:before {
  content: "\ed85";
}
.icofont-whatsapp:before {
  content: "\ed86";
}
.icofont-xing:before {
  content: "\ed87";
}
.icofont-yahoo:before {
  content: "\ed88";
}
.icofont-yelp:before {
  content: "\ed89";
}
.icofont-youku:before {
  content: "\ed8a";
}
.icofont-youtube:before {
  content: "\ed8b";
}
.icofont-zencart:before {
  content: "\ed8c";
}
.icofont-badminton-birdie:before {
  content: "\ed8d";
}
.icofont-baseball:before {
  content: "\ed8e";
}
.icofont-baseballer:before {
  content: "\ed8f";
}
.icofont-basketball-hoop:before {
  content: "\ed90";
}
.icofont-basketball:before {
  content: "\ed91";
}
.icofont-billiard-ball:before {
  content: "\ed92";
}
.icofont-boot-alt-1:before {
  content: "\ed93";
}
.icofont-boot-alt-2:before {
  content: "\ed94";
}
.icofont-boot:before {
  content: "\ed95";
}
.icofont-bowling-alt:before {
  content: "\ed96";
}
.icofont-bowling:before {
  content: "\ed97";
}
.icofont-canoe:before {
  content: "\ed98";
}
.icofont-cheer-leader:before {
  content: "\ed99";
}
.icofont-climbing:before {
  content: "\ed9a";
}
.icofont-corner:before {
  content: "\ed9b";
}
.icofont-field-alt:before {
  content: "\ed9c";
}
.icofont-field:before {
  content: "\ed9d";
}
.icofont-football-alt:before {
  content: "\ed9e";
}
.icofont-football-american:before {
  content: "\ed9f";
}
.icofont-football:before {
  content: "\eda0";
}
.icofont-foul:before {
  content: "\eda1";
}
.icofont-goal-keeper:before {
  content: "\eda2";
}
.icofont-goal:before {
  content: "\eda3";
}
.icofont-golf-alt:before {
  content: "\eda4";
}
.icofont-golf-bag:before {
  content: "\eda5";
}
.icofont-golf-cart:before {
  content: "\eda6";
}
.icofont-golf-field:before {
  content: "\eda7";
}
.icofont-golf:before {
  content: "\eda8";
}
.icofont-golfer:before {
  content: "\eda9";
}
.icofont-helmet:before {
  content: "\edaa";
}
.icofont-hockey-alt:before {
  content: "\edab";
}
.icofont-hockey:before {
  content: "\edac";
}
.icofont-ice-skate:before {
  content: "\edad";
}
.icofont-jersey-alt:before {
  content: "\edae";
}
.icofont-jersey:before {
  content: "\edaf";
}
.icofont-jumping:before {
  content: "\edb0";
}
.icofont-kick:before {
  content: "\edb1";
}
.icofont-leg:before {
  content: "\edb2";
}
.icofont-match-review:before {
  content: "\edb3";
}
.icofont-medal-sport:before {
  content: "\edb4";
}
.icofont-offside:before {
  content: "\edb5";
}
.icofont-olympic-logo:before {
  content: "\edb6";
}
.icofont-olympic:before {
  content: "\edb7";
}
.icofont-padding:before {
  content: "\edb8";
}
.icofont-penalty-card:before {
  content: "\edb9";
}
.icofont-racer:before {
  content: "\edba";
}
.icofont-racing-car:before {
  content: "\edbb";
}
.icofont-racing-flag-alt:before {
  content: "\edbc";
}
.icofont-racing-flag:before {
  content: "\edbd";
}
.icofont-racings-wheel:before {
  content: "\edbe";
}
.icofont-referee:before {
  content: "\edbf";
}
.icofont-refree-jersey:before {
  content: "\edc0";
}
.icofont-result-sport:before {
  content: "\edc1";
}
.icofont-rugby-ball:before {
  content: "\edc2";
}
.icofont-rugby-player:before {
  content: "\edc3";
}
.icofont-rugby:before {
  content: "\edc4";
}
.icofont-runner-alt-1:before {
  content: "\edc5";
}
.icofont-runner-alt-2:before {
  content: "\edc6";
}
.icofont-runner:before {
  content: "\edc7";
}
.icofont-score-board:before {
  content: "\edc8";
}
.icofont-skiing-man:before {
  content: "\edc9";
}
.icofont-skydiving-goggles:before {
  content: "\edca";
}
.icofont-snow-mobile:before {
  content: "\edcb";
}
.icofont-steering:before {
  content: "\edcc";
}
.icofont-stopwatch:before {
  content: "\edcd";
}
.icofont-substitute:before {
  content: "\edce";
}
.icofont-swimmer:before {
  content: "\edcf";
}
.icofont-table-tennis:before {
  content: "\edd0";
}
.icofont-team-alt:before {
  content: "\edd1";
}
.icofont-team:before {
  content: "\edd2";
}
.icofont-tennis-player:before {
  content: "\edd3";
}
.icofont-tennis:before {
  content: "\edd4";
}
.icofont-tracking:before {
  content: "\edd5";
}
.icofont-trophy-alt:before {
  content: "\edd6";
}
.icofont-trophy:before {
  content: "\edd7";
}
.icofont-volleyball-alt:before {
  content: "\edd8";
}
.icofont-volleyball-fire:before {
  content: "\edd9";
}
.icofont-volleyball:before {
  content: "\edda";
}
.icofont-water-bottle:before {
  content: "\eddb";
}
.icofont-whistle-alt:before {
  content: "\eddc";
}
.icofont-whistle:before {
  content: "\eddd";
}
.icofont-win-trophy:before {
  content: "\edde";
}
.icofont-align-center:before {
  content: "\eddf";
}
.icofont-align-left:before {
  content: "\ede0";
}
.icofont-align-right:before {
  content: "\ede1";
}
.icofont-all-caps:before {
  content: "\ede2";
}
.icofont-bold:before {
  content: "\ede3";
}
.icofont-brush:before {
  content: "\ede4";
}
.icofont-clip-board:before {
  content: "\ede5";
}
.icofont-code-alt:before {
  content: "\ede6";
}
.icofont-color-bucket:before {
  content: "\ede7";
}
.icofont-color-picker:before {
  content: "\ede8";
}
.icofont-copy-invert:before {
  content: "\ede9";
}
.icofont-copy:before {
  content: "\edea";
}
.icofont-cut:before {
  content: "\edeb";
}
.icofont-delete-alt:before {
  content: "\edec";
}
.icofont-edit-alt:before {
  content: "\eded";
}
.icofont-eraser-alt:before {
  content: "\edee";
}
.icofont-font:before {
  content: "\edef";
}
.icofont-heading:before {
  content: "\edf0";
}
.icofont-indent:before {
  content: "\edf1";
}
.icofont-italic-alt:before {
  content: "\edf2";
}
.icofont-italic:before {
  content: "\edf3";
}
.icofont-justify-all:before {
  content: "\edf4";
}
.icofont-justify-center:before {
  content: "\edf5";
}
.icofont-justify-left:before {
  content: "\edf6";
}
.icofont-justify-right:before {
  content: "\edf7";
}
.icofont-link-broken:before {
  content: "\edf8";
}
.icofont-outdent:before {
  content: "\edf9";
}
.icofont-paper-clip:before {
  content: "\edfa";
}
.icofont-paragraph:before {
  content: "\edfb";
}
.icofont-pin:before {
  content: "\edfc";
}
.icofont-printer:before {
  content: "\edfd";
}
.icofont-redo:before {
  content: "\edfe";
}
.icofont-rotation:before {
  content: "\edff";
}
.icofont-save:before {
  content: "\ee00";
}
.icofont-small-cap:before {
  content: "\ee01";
}
.icofont-strike-through:before {
  content: "\ee02";
}
.icofont-sub-listing:before {
  content: "\ee03";
}
.icofont-subscript:before {
  content: "\ee04";
}
.icofont-superscript:before {
  content: "\ee05";
}
.icofont-table:before {
  content: "\ee06";
}
.icofont-text-height:before {
  content: "\ee07";
}
.icofont-text-width:before {
  content: "\ee08";
}
.icofont-trash:before {
  content: "\ee09";
}
.icofont-underline:before {
  content: "\ee0a";
}
.icofont-undo:before {
  content: "\ee0b";
}
.icofont-air-balloon:before {
  content: "\ee0c";
}
.icofont-airplane-alt:before {
  content: "\ee0d";
}
.icofont-airplane:before {
  content: "\ee0e";
}
.icofont-articulated-truck:before {
  content: "\ee0f";
}
.icofont-auto-mobile:before {
  content: "\ee10";
}
.icofont-auto-rickshaw:before {
  content: "\ee11";
}
.icofont-bicycle-alt-1:before {
  content: "\ee12";
}
.icofont-bicycle-alt-2:before {
  content: "\ee13";
}
.icofont-bicycle:before {
  content: "\ee14";
}
.icofont-bus-alt-1:before {
  content: "\ee15";
}
.icofont-bus-alt-2:before {
  content: "\ee16";
}
.icofont-bus-alt-3:before {
  content: "\ee17";
}
.icofont-bus:before {
  content: "\ee18";
}
.icofont-cab:before {
  content: "\ee19";
}
.icofont-cable-car:before {
  content: "\ee1a";
}
.icofont-car-alt-1:before {
  content: "\ee1b";
}
.icofont-car-alt-2:before {
  content: "\ee1c";
}
.icofont-car-alt-3:before {
  content: "\ee1d";
}
.icofont-car-alt-4:before {
  content: "\ee1e";
}
.icofont-car:before {
  content: "\ee1f";
}
.icofont-delivery-time:before {
  content: "\ee20";
}
.icofont-fast-delivery:before {
  content: "\ee21";
}
.icofont-fire-truck-alt:before {
  content: "\ee22";
}
.icofont-fire-truck:before {
  content: "\ee23";
}
.icofont-free-delivery:before {
  content: "\ee24";
}
.icofont-helicopter:before {
  content: "\ee25";
}
.icofont-motor-bike-alt:before {
  content: "\ee26";
}
.icofont-motor-bike:before {
  content: "\ee27";
}
.icofont-motor-biker:before {
  content: "\ee28";
}
.icofont-oil-truck:before {
  content: "\ee29";
}
.icofont-rickshaw:before {
  content: "\ee2a";
}
.icofont-rocket-alt-1:before {
  content: "\ee2b";
}
.icofont-rocket-alt-2:before {
  content: "\ee2c";
}
.icofont-rocket:before {
  content: "\ee2d";
}
.icofont-sail-boat-alt-1:before {
  content: "\ee2e";
}
.icofont-sail-boat-alt-2:before {
  content: "\ee2f";
}
.icofont-sail-boat:before {
  content: "\ee30";
}
.icofont-scooter:before {
  content: "\ee31";
}
.icofont-sea-plane:before {
  content: "\ee32";
}
.icofont-ship-alt:before {
  content: "\ee33";
}
.icofont-ship:before {
  content: "\ee34";
}
.icofont-speed-boat:before {
  content: "\ee35";
}
.icofont-taxi:before {
  content: "\ee36";
}
.icofont-tractor:before {
  content: "\ee37";
}
.icofont-train-line:before {
  content: "\ee38";
}
.icofont-train-steam:before {
  content: "\ee39";
}
.icofont-tram:before {
  content: "\ee3a";
}
.icofont-truck-alt:before {
  content: "\ee3b";
}
.icofont-truck-loaded:before {
  content: "\ee3c";
}
.icofont-truck:before {
  content: "\ee3d";
}
.icofont-van-alt:before {
  content: "\ee3e";
}
.icofont-van:before {
  content: "\ee3f";
}
.icofont-yacht:before {
  content: "\ee40";
}
.icofont-5-star-hotel:before {
  content: "\ee41";
}
.icofont-air-ticket:before {
  content: "\ee42";
}
.icofont-beach-bed:before {
  content: "\ee43";
}
.icofont-beach:before {
  content: "\ee44";
}
.icofont-camping-vest:before {
  content: "\ee45";
}
.icofont-direction-sign:before {
  content: "\ee46";
}
.icofont-hill-side:before {
  content: "\ee47";
}
.icofont-hill:before {
  content: "\ee48";
}
.icofont-hotel:before {
  content: "\ee49";
}
.icofont-island-alt:before {
  content: "\ee4a";
}
.icofont-island:before {
  content: "\ee4b";
}
.icofont-sandals-female:before {
  content: "\ee4c";
}
.icofont-sandals-male:before {
  content: "\ee4d";
}
.icofont-travelling:before {
  content: "\ee4e";
}
.icofont-breakdown:before {
  content: "\ee4f";
}
.icofont-celsius:before {
  content: "\ee50";
}
.icofont-clouds:before {
  content: "\ee51";
}
.icofont-cloudy:before {
  content: "\ee52";
}
.icofont-dust:before {
  content: "\ee53";
}
.icofont-eclipse:before {
  content: "\ee54";
}
.icofont-fahrenheit:before {
  content: "\ee55";
}
.icofont-forest-fire:before {
  content: "\ee56";
}
.icofont-full-night:before {
  content: "\ee57";
}
.icofont-full-sunny:before {
  content: "\ee58";
}
.icofont-hail-night:before {
  content: "\ee59";
}
.icofont-hail-rainy-night:before {
  content: "\ee5a";
}
.icofont-hail-rainy-sunny:before {
  content: "\ee5b";
}
.icofont-hail-rainy:before {
  content: "\ee5c";
}
.icofont-hail-sunny:before {
  content: "\ee5d";
}
.icofont-hail-thunder-night:before {
  content: "\ee5e";
}
.icofont-hail-thunder-sunny:before {
  content: "\ee5f";
}
.icofont-hail-thunder:before {
  content: "\ee60";
}
.icofont-hail:before {
  content: "\ee61";
}
.icofont-hill-night:before {
  content: "\ee62";
}
.icofont-hill-sunny:before {
  content: "\ee63";
}
.icofont-hurricane:before {
  content: "\ee64";
}
.icofont-meteor:before {
  content: "\ee65";
}
.icofont-night:before {
  content: "\ee66";
}
.icofont-rainy-night:before {
  content: "\ee67";
}
.icofont-rainy-sunny:before {
  content: "\ee68";
}
.icofont-rainy-thunder:before {
  content: "\ee69";
}
.icofont-rainy:before {
  content: "\ee6a";
}
.icofont-snow-alt:before {
  content: "\ee6b";
}
.icofont-snow-flake:before {
  content: "\ee6c";
}
.icofont-snow-temp:before {
  content: "\ee6d";
}
.icofont-snow:before {
  content: "\ee6e";
}
.icofont-snowy-hail:before {
  content: "\ee6f";
}
.icofont-snowy-night-hail:before {
  content: "\ee70";
}
.icofont-snowy-night-rainy:before {
  content: "\ee71";
}
.icofont-snowy-night:before {
  content: "\ee72";
}
.icofont-snowy-rainy:before {
  content: "\ee73";
}
.icofont-snowy-sunny-hail:before {
  content: "\ee74";
}
.icofont-snowy-sunny-rainy:before {
  content: "\ee75";
}
.icofont-snowy-sunny:before {
  content: "\ee76";
}
.icofont-snowy-thunder-night:before {
  content: "\ee77";
}
.icofont-snowy-thunder-sunny:before {
  content: "\ee78";
}
.icofont-snowy-thunder:before {
  content: "\ee79";
}
.icofont-snowy-windy-night:before {
  content: "\ee7a";
}
.icofont-snowy-windy-sunny:before {
  content: "\ee7b";
}
.icofont-snowy-windy:before {
  content: "\ee7c";
}
.icofont-snowy:before {
  content: "\ee7d";
}
.icofont-sun-alt:before {
  content: "\ee7e";
}
.icofont-sun-rise:before {
  content: "\ee7f";
}
.icofont-sun-set:before {
  content: "\ee80";
}
.icofont-sun:before {
  content: "\ee81";
}
.icofont-sunny-day-temp:before {
  content: "\ee82";
}
.icofont-sunny:before {
  content: "\ee83";
}
.icofont-thunder-light:before {
  content: "\ee84";
}
.icofont-tornado:before {
  content: "\ee85";
}
.icofont-umbrella-alt:before {
  content: "\ee86";
}
.icofont-umbrella:before {
  content: "\ee87";
}
.icofont-volcano:before {
  content: "\ee88";
}
.icofont-wave:before {
  content: "\ee89";
}
.icofont-wind-scale-0:before {
  content: "\ee8a";
}
.icofont-wind-scale-1:before {
  content: "\ee8b";
}
.icofont-wind-scale-10:before {
  content: "\ee8c";
}
.icofont-wind-scale-11:before {
  content: "\ee8d";
}
.icofont-wind-scale-12:before {
  content: "\ee8e";
}
.icofont-wind-scale-2:before {
  content: "\ee8f";
}
.icofont-wind-scale-3:before {
  content: "\ee90";
}
.icofont-wind-scale-4:before {
  content: "\ee91";
}
.icofont-wind-scale-5:before {
  content: "\ee92";
}
.icofont-wind-scale-6:before {
  content: "\ee93";
}
.icofont-wind-scale-7:before {
  content: "\ee94";
}
.icofont-wind-scale-8:before {
  content: "\ee95";
}
.icofont-wind-scale-9:before {
  content: "\ee96";
}
.icofont-wind-waves:before {
  content: "\ee97";
}
.icofont-wind:before {
  content: "\ee98";
}
.icofont-windy-hail:before {
  content: "\ee99";
}
.icofont-windy-night:before {
  content: "\ee9a";
}
.icofont-windy-raining:before {
  content: "\ee9b";
}
.icofont-windy-sunny:before {
  content: "\ee9c";
}
.icofont-windy-thunder-raining:before {
  content: "\ee9d";
}
.icofont-windy-thunder:before {
  content: "\ee9e";
}
.icofont-windy:before {
  content: "\ee9f";
}
.icofont-addons:before {
  content: "\eea0";
}
.icofont-address-book:before {
  content: "\eea1";
}
.icofont-adjust:before {
  content: "\eea2";
}
.icofont-alarm:before {
  content: "\eea3";
}
.icofont-anchor:before {
  content: "\eea4";
}
.icofont-archive:before {
  content: "\eea5";
}
.icofont-at:before {
  content: "\eea6";
}
.icofont-attachment:before {
  content: "\eea7";
}
.icofont-audio:before {
  content: "\eea8";
}
.icofont-automation:before {
  content: "\eea9";
}
.icofont-badge:before {
  content: "\eeaa";
}
.icofont-bag-alt:before {
  content: "\eeab";
}
.icofont-bag:before {
  content: "\eeac";
}
.icofont-ban:before {
  content: "\eead";
}
.icofont-bar-code:before {
  content: "\eeae";
}
.icofont-bars:before {
  content: "\eeaf";
}
.icofont-basket:before {
  content: "\eeb0";
}
.icofont-battery-empty:before {
  content: "\eeb1";
}
.icofont-battery-full:before {
  content: "\eeb2";
}
.icofont-battery-half:before {
  content: "\eeb3";
}
.icofont-battery-low:before {
  content: "\eeb4";
}
.icofont-beaker:before {
  content: "\eeb5";
}
.icofont-beard:before {
  content: "\eeb6";
}
.icofont-bed:before {
  content: "\eeb7";
}
.icofont-bell:before {
  content: "\eeb8";
}
.icofont-beverage:before {
  content: "\eeb9";
}
.icofont-bill:before {
  content: "\eeba";
}
.icofont-bin:before {
  content: "\eebb";
}
.icofont-binary:before {
  content: "\eebc";
}
.icofont-binoculars:before {
  content: "\eebd";
}
.icofont-bluetooth:before {
  content: "\eebe";
}
.icofont-bomb:before {
  content: "\eebf";
}
.icofont-book-mark:before {
  content: "\eec0";
}
.icofont-box:before {
  content: "\eec1";
}
.icofont-briefcase:before {
  content: "\eec2";
}
.icofont-broken:before {
  content: "\eec3";
}
.icofont-bucket:before {
  content: "\eec4";
}
.icofont-bucket1:before {
  content: "\eec5";
}
.icofont-bucket2:before {
  content: "\eec6";
}
.icofont-bug:before {
  content: "\eec7";
}
.icofont-building:before {
  content: "\eec8";
}
.icofont-bulb-alt:before {
  content: "\eec9";
}
.icofont-bullet:before {
  content: "\eeca";
}
.icofont-bullhorn:before {
  content: "\eecb";
}
.icofont-bullseye:before {
  content: "\eecc";
}
.icofont-calendar:before {
  content: "\eecd";
}
.icofont-camera-alt:before {
  content: "\eece";
}
.icofont-camera:before {
  content: "\eecf";
}
.icofont-card:before {
  content: "\eed0";
}
.icofont-cart-alt:before {
  content: "\eed1";
}
.icofont-cart:before {
  content: "\eed2";
}
.icofont-cc:before {
  content: "\eed3";
}
.icofont-charging:before {
  content: "\eed4";
}
.icofont-chat:before {
  content: "\eed5";
}
.icofont-check-alt:before {
  content: "\eed6";
}
.icofont-check-circled:before {
  content: "\eed7";
}
.icofont-check:before {
  content: "\eed8";
}
.icofont-checked:before {
  content: "\eed9";
}
.icofont-children-care:before {
  content: "\eeda";
}
.icofont-clip:before {
  content: "\eedb";
}
.icofont-clock-time:before {
  content: "\eedc";
}
.icofont-close-circled:before {
  content: "\eedd";
}
.icofont-close-line-circled:before {
  content: "\eede";
}
.icofont-close-line-squared-alt:before {
  content: "\eedf";
}
.icofont-close-line-squared:before {
  content: "\eee0";
}
.icofont-close-line:before {
  content: "\eee1";
}
.icofont-close-squared-alt:before {
  content: "\eee2";
}
.icofont-close-squared:before {
  content: "\eee3";
}
.icofont-close:before {
  content: "\eee4";
}
.icofont-cloud-download:before {
  content: "\eee5";
}
.icofont-cloud-refresh:before {
  content: "\eee6";
}
.icofont-cloud-upload:before {
  content: "\eee7";
}
.icofont-cloud:before {
  content: "\eee8";
}
.icofont-code-not-allowed:before {
  content: "\eee9";
}
.icofont-code:before {
  content: "\eeea";
}
.icofont-comment:before {
  content: "\eeeb";
}
.icofont-compass-alt:before {
  content: "\eeec";
}
.icofont-compass:before {
  content: "\eeed";
}
.icofont-computer:before {
  content: "\eeee";
}
.icofont-connection:before {
  content: "\eeef";
}
.icofont-console:before {
  content: "\eef0";
}
.icofont-contacts:before {
  content: "\eef1";
}
.icofont-contrast:before {
  content: "\eef2";
}
.icofont-copyright:before {
  content: "\eef3";
}
.icofont-credit-card:before {
  content: "\eef4";
}
.icofont-crop:before {
  content: "\eef5";
}
.icofont-crown:before {
  content: "\eef6";
}
.icofont-cube:before {
  content: "\eef7";
}
.icofont-cubes:before {
  content: "\eef8";
}
.icofont-dashboard-web:before {
  content: "\eef9";
}
.icofont-dashboard:before {
  content: "\eefa";
}
.icofont-data:before {
  content: "\eefb";
}
.icofont-database-add:before {
  content: "\eefc";
}
.icofont-database-locked:before {
  content: "\eefd";
}
.icofont-database-remove:before {
  content: "\eefe";
}
.icofont-database:before {
  content: "\eeff";
}
.icofont-delete:before {
  content: "\ef00";
}
.icofont-diamond:before {
  content: "\ef01";
}
.icofont-dice-multiple:before {
  content: "\ef02";
}
.icofont-dice:before {
  content: "\ef03";
}
.icofont-disc:before {
  content: "\ef04";
}
.icofont-diskette:before {
  content: "\ef05";
}
.icofont-document-folder:before {
  content: "\ef06";
}
.icofont-download-alt:before {
  content: "\ef07";
}
.icofont-download:before {
  content: "\ef08";
}
.icofont-downloaded:before {
  content: "\ef09";
}
.icofont-drag:before {
  content: "\ef0a";
}
.icofont-drag1:before {
  content: "\ef0b";
}
.icofont-drag2:before {
  content: "\ef0c";
}
.icofont-drag3:before {
  content: "\ef0d";
}
.icofont-earth:before {
  content: "\ef0e";
}
.icofont-ebook:before {
  content: "\ef0f";
}
.icofont-edit:before {
  content: "\ef10";
}
.icofont-eject:before {
  content: "\ef11";
}
.icofont-email:before {
  content: "\ef12";
}
.icofont-envelope-open:before {
  content: "\ef13";
}
.icofont-envelope:before {
  content: "\ef14";
}
.icofont-eraser:before {
  content: "\ef15";
}
.icofont-error:before {
  content: "\ef16";
}
.icofont-excavator:before {
  content: "\ef17";
}
.icofont-exchange:before {
  content: "\ef18";
}
.icofont-exclamation-circle:before {
  content: "\ef19";
}
.icofont-exclamation-square:before {
  content: "\ef1a";
}
.icofont-exclamation-tringle:before {
  content: "\ef1b";
}
.icofont-exclamation:before {
  content: "\ef1c";
}
.icofont-exit:before {
  content: "\ef1d";
}
.icofont-expand:before {
  content: "\ef1e";
}
.icofont-external-link:before {
  content: "\ef1f";
}
.icofont-external:before {
  content: "\ef20";
}
.icofont-eye-alt:before {
  content: "\ef21";
}
.icofont-eye-blocked:before {
  content: "\ef22";
}
.icofont-eye-dropper:before {
  content: "\ef23";
}
.icofont-eye:before {
  content: "\ef24";
}
.icofont-favourite:before {
  content: "\ef25";
}
.icofont-fax:before {
  content: "\ef26";
}
.icofont-file-fill:before {
  content: "\ef27";
}
.icofont-film:before {
  content: "\ef28";
}
.icofont-filter:before {
  content: "\ef29";
}
.icofont-fire-alt:before {
  content: "\ef2a";
}
.icofont-fire-burn:before {
  content: "\ef2b";
}
.icofont-fire:before {
  content: "\ef2c";
}
.icofont-flag-alt-1:before {
  content: "\ef2d";
}
.icofont-flag-alt-2:before {
  content: "\ef2e";
}
.icofont-flag:before {
  content: "\ef2f";
}
.icofont-flame-torch:before {
  content: "\ef30";
}
.icofont-flash-light:before {
  content: "\ef31";
}
.icofont-flash:before {
  content: "\ef32";
}
.icofont-flask:before {
  content: "\ef33";
}
.icofont-focus:before {
  content: "\ef34";
}
.icofont-folder-open:before {
  content: "\ef35";
}
.icofont-folder:before {
  content: "\ef36";
}
.icofont-foot-print:before {
  content: "\ef37";
}
.icofont-garbage:before {
  content: "\ef38";
}
.icofont-gear-alt:before {
  content: "\ef39";
}
.icofont-gear:before {
  content: "\ef3a";
}
.icofont-gears:before {
  content: "\ef3b";
}
.icofont-gift:before {
  content: "\ef3c";
}
.icofont-glass:before {
  content: "\ef3d";
}
.icofont-globe:before {
  content: "\ef3e";
}
.icofont-graffiti:before {
  content: "\ef3f";
}
.icofont-grocery:before {
  content: "\ef40";
}
.icofont-hand:before {
  content: "\ef41";
}
.icofont-hanger:before {
  content: "\ef42";
}
.icofont-hard-disk:before {
  content: "\ef43";
}
.icofont-heart-alt:before {
  content: "\ef44";
}
.icofont-heart:before {
  content: "\ef45";
}
.icofont-history:before {
  content: "\ef46";
}
.icofont-home:before {
  content: "\ef47";
}
.icofont-horn:before {
  content: "\ef48";
}
.icofont-hour-glass:before {
  content: "\ef49";
}
.icofont-id:before {
  content: "\ef4a";
}
.icofont-image:before {
  content: "\ef4b";
}
.icofont-inbox:before {
  content: "\ef4c";
}
.icofont-infinite:before {
  content: "\ef4d";
}
.icofont-info-circle:before {
  content: "\ef4e";
}
.icofont-info-square:before {
  content: "\ef4f";
}
.icofont-info:before {
  content: "\ef50";
}
.icofont-institution:before {
  content: "\ef51";
}
.icofont-interface:before {
  content: "\ef52";
}
.icofont-invisible:before {
  content: "\ef53";
}
.icofont-jacket:before {
  content: "\ef54";
}
.icofont-jar:before {
  content: "\ef55";
}
.icofont-jewlery:before {
  content: "\ef56";
}
.icofont-karate:before {
  content: "\ef57";
}
.icofont-key-hole:before {
  content: "\ef58";
}
.icofont-key:before {
  content: "\ef59";
}
.icofont-label:before {
  content: "\ef5a";
}
.icofont-lamp:before {
  content: "\ef5b";
}
.icofont-layers:before {
  content: "\ef5c";
}
.icofont-layout:before {
  content: "\ef5d";
}
.icofont-leaf:before {
  content: "\ef5e";
}
.icofont-leaflet:before {
  content: "\ef5f";
}
.icofont-learn:before {
  content: "\ef60";
}
.icofont-lego:before {
  content: "\ef61";
}
.icofont-lens:before {
  content: "\ef62";
}
.icofont-letter:before {
  content: "\ef63";
}
.icofont-letterbox:before {
  content: "\ef64";
}
.icofont-library:before {
  content: "\ef65";
}
.icofont-license:before {
  content: "\ef66";
}
.icofont-life-bouy:before {
  content: "\ef67";
}
.icofont-life-buoy:before {
  content: "\ef68";
}
.icofont-life-jacket:before {
  content: "\ef69";
}
.icofont-life-ring:before {
  content: "\ef6a";
}
.icofont-light-bulb:before {
  content: "\ef6b";
}
.icofont-lighter:before {
  content: "\ef6c";
}
.icofont-lightning-ray:before {
  content: "\ef6d";
}
.icofont-like:before {
  content: "\ef6e";
}
.icofont-line-height:before {
  content: "\ef6f";
}
.icofont-link-alt:before {
  content: "\ef70";
}
.icofont-link:before {
  content: "\ef71";
}
.icofont-list:before {
  content: "\ef72";
}
.icofont-listening:before {
  content: "\ef73";
}
.icofont-listine-dots:before {
  content: "\ef74";
}
.icofont-listing-box:before {
  content: "\ef75";
}
.icofont-listing-number:before {
  content: "\ef76";
}
.icofont-live-support:before {
  content: "\ef77";
}
.icofont-location-arrow:before {
  content: "\ef78";
}
.icofont-location-pin:before {
  content: "\ef79";
}
.icofont-lock:before {
  content: "\ef7a";
}
.icofont-login:before {
  content: "\ef7b";
}
.icofont-logout:before {
  content: "\ef7c";
}
.icofont-lollipop:before {
  content: "\ef7d";
}
.icofont-long-drive:before {
  content: "\ef7e";
}
.icofont-look:before {
  content: "\ef7f";
}
.icofont-loop:before {
  content: "\ef80";
}
.icofont-luggage:before {
  content: "\ef81";
}
.icofont-lunch:before {
  content: "\ef82";
}
.icofont-lungs:before {
  content: "\ef83";
}
.icofont-magic-alt:before {
  content: "\ef84";
}
.icofont-magic:before {
  content: "\ef85";
}
.icofont-magnet:before {
  content: "\ef86";
}
.icofont-mail-box:before {
  content: "\ef87";
}
.icofont-mail:before {
  content: "\ef88";
}
.icofont-male:before {
  content: "\ef89";
}
.icofont-map-pins:before {
  content: "\ef8a";
}
.icofont-map:before {
  content: "\ef8b";
}
.icofont-maximize:before {
  content: "\ef8c";
}
.icofont-measure:before {
  content: "\ef8d";
}
.icofont-medicine:before {
  content: "\ef8e";
}
.icofont-mega-phone:before {
  content: "\ef8f";
}
.icofont-megaphone-alt:before {
  content: "\ef90";
}
.icofont-megaphone:before {
  content: "\ef91";
}
.icofont-memorial:before {
  content: "\ef92";
}
.icofont-memory-card:before {
  content: "\ef93";
}
.icofont-mic-mute:before {
  content: "\ef94";
}
.icofont-mic:before {
  content: "\ef95";
}
.icofont-military:before {
  content: "\ef96";
}
.icofont-mill:before {
  content: "\ef97";
}
.icofont-minus-circle:before {
  content: "\ef98";
}
.icofont-minus-square:before {
  content: "\ef99";
}
.icofont-minus:before {
  content: "\ef9a";
}
.icofont-mobile-phone:before {
  content: "\ef9b";
}
.icofont-molecule:before {
  content: "\ef9c";
}
.icofont-money:before {
  content: "\ef9d";
}
.icofont-moon:before {
  content: "\ef9e";
}
.icofont-mop:before {
  content: "\ef9f";
}
.icofont-muffin:before {
  content: "\efa0";
}
.icofont-mustache:before {
  content: "\efa1";
}
.icofont-navigation-menu:before {
  content: "\efa2";
}
.icofont-navigation:before {
  content: "\efa3";
}
.icofont-network-tower:before {
  content: "\efa4";
}
.icofont-network:before {
  content: "\efa5";
}
.icofont-news:before {
  content: "\efa6";
}
.icofont-newspaper:before {
  content: "\efa7";
}
.icofont-no-smoking:before {
  content: "\efa8";
}
.icofont-not-allowed:before {
  content: "\efa9";
}
.icofont-notebook:before {
  content: "\efaa";
}
.icofont-notepad:before {
  content: "\efab";
}
.icofont-notification:before {
  content: "\efac";
}
.icofont-numbered:before {
  content: "\efad";
}
.icofont-opposite:before {
  content: "\efae";
}
.icofont-optic:before {
  content: "\efaf";
}
.icofont-options:before {
  content: "\efb0";
}
.icofont-package:before {
  content: "\efb1";
}
.icofont-page:before {
  content: "\efb2";
}
.icofont-paint:before {
  content: "\efb3";
}
.icofont-paper-plane:before {
  content: "\efb4";
}
.icofont-paperclip:before {
  content: "\efb5";
}
.icofont-papers:before {
  content: "\efb6";
}
.icofont-pay:before {
  content: "\efb7";
}
.icofont-penguin-linux:before {
  content: "\efb8";
}
.icofont-pestle:before {
  content: "\efb9";
}
.icofont-phone-circle:before {
  content: "\efba";
}
.icofont-phone:before {
  content: "\efbb";
}
.icofont-picture:before {
  content: "\efbc";
}
.icofont-pine:before {
  content: "\efbd";
}
.icofont-pixels:before {
  content: "\efbe";
}
.icofont-plugin:before {
  content: "\efbf";
}
.icofont-plus-circle:before {
  content: "\efc0";
}
.icofont-plus-square:before {
  content: "\efc1";
}
.icofont-plus:before {
  content: "\efc2";
}
.icofont-polygonal:before {
  content: "\efc3";
}
.icofont-power:before {
  content: "\efc4";
}
.icofont-price:before {
  content: "\efc5";
}
.icofont-print:before {
  content: "\efc6";
}
.icofont-puzzle:before {
  content: "\efc7";
}
.icofont-qr-code:before {
  content: "\efc8";
}
.icofont-queen:before {
  content: "\efc9";
}
.icofont-question-circle:before {
  content: "\efca";
}
.icofont-question-square:before {
  content: "\efcb";
}
.icofont-question:before {
  content: "\efcc";
}
.icofont-quote-left:before {
  content: "\efcd";
}
.icofont-quote-right:before {
  content: "\efce";
}
.icofont-random:before {
  content: "\efcf";
}
.icofont-recycle:before {
  content: "\efd0";
}
.icofont-refresh:before {
  content: "\efd1";
}
.icofont-repair:before {
  content: "\efd2";
}
.icofont-reply-all:before {
  content: "\efd3";
}
.icofont-reply:before {
  content: "\efd4";
}
.icofont-resize:before {
  content: "\efd5";
}
.icofont-responsive:before {
  content: "\efd6";
}
.icofont-retweet:before {
  content: "\efd7";
}
.icofont-road:before {
  content: "\efd8";
}
.icofont-robot:before {
  content: "\efd9";
}
.icofont-royal:before {
  content: "\efda";
}
.icofont-rss-feed:before {
  content: "\efdb";
}
.icofont-safety:before {
  content: "\efdc";
}
.icofont-sale-discount:before {
  content: "\efdd";
}
.icofont-satellite:before {
  content: "\efde";
}
.icofont-send-mail:before {
  content: "\efdf";
}
.icofont-server:before {
  content: "\efe0";
}
.icofont-settings-alt:before {
  content: "\efe1";
}
.icofont-settings:before {
  content: "\efe2";
}
.icofont-share-alt:before {
  content: "\efe3";
}
.icofont-share-boxed:before {
  content: "\efe4";
}
.icofont-share:before {
  content: "\efe5";
}
.icofont-shield:before {
  content: "\efe6";
}
.icofont-shopping-cart:before {
  content: "\efe7";
}
.icofont-sign-in:before {
  content: "\efe8";
}
.icofont-sign-out:before {
  content: "\efe9";
}
.icofont-signal:before {
  content: "\efea";
}
.icofont-site-map:before {
  content: "\efeb";
}
.icofont-smart-phone:before {
  content: "\efec";
}
.icofont-soccer:before {
  content: "\efed";
}
.icofont-sort-alt:before {
  content: "\efee";
}
.icofont-sort:before {
  content: "\efef";
}
.icofont-space:before {
  content: "\eff0";
}
.icofont-spanner:before {
  content: "\eff1";
}
.icofont-speech-comments:before {
  content: "\eff2";
}
.icofont-speed-meter:before {
  content: "\eff3";
}
.icofont-spinner-alt-1:before {
  content: "\eff4";
}
.icofont-spinner-alt-2:before {
  content: "\eff5";
}
.icofont-spinner-alt-3:before {
  content: "\eff6";
}
.icofont-spinner-alt-4:before {
  content: "\eff7";
}
.icofont-spinner-alt-5:before {
  content: "\eff8";
}
.icofont-spinner-alt-6:before {
  content: "\eff9";
}
.icofont-spinner:before {
  content: "\effa";
}
.icofont-spreadsheet:before {
  content: "\effb";
}
.icofont-square:before {
  content: "\effc";
}
.icofont-ssl-security:before {
  content: "\effd";
}
.icofont-star-alt-1:before {
  content: "\effe";
}
.icofont-star-alt-2:before {
  content: "\efff";
}
.icofont-star:before {
  content: "\f000";
}
.icofont-street-view:before {
  content: "\f001";
}
.icofont-support-faq:before {
  content: "\f002";
}
.icofont-tack-pin:before {
  content: "\f003";
}
.icofont-tag:before {
  content: "\f004";
}
.icofont-tags:before {
  content: "\f005";
}
.icofont-tasks-alt:before {
  content: "\f006";
}
.icofont-tasks:before {
  content: "\f007";
}
.icofont-telephone:before {
  content: "\f008";
}
.icofont-telescope:before {
  content: "\f009";
}
.icofont-terminal:before {
  content: "\f00a";
}
.icofont-thumbs-down:before {
  content: "\f00b";
}
.icofont-thumbs-up:before {
  content: "\f00c";
}
.icofont-tick-boxed:before {
  content: "\f00d";
}
.icofont-tick-mark:before {
  content: "\f00e";
}
.icofont-ticket:before {
  content: "\f00f";
}
.icofont-tie:before {
  content: "\f010";
}
.icofont-toggle-off:before {
  content: "\f011";
}
.icofont-toggle-on:before {
  content: "\f012";
}
.icofont-tools-alt-2:before {
  content: "\f013";
}
.icofont-tools:before {
  content: "\f014";
}
.icofont-touch:before {
  content: "\f015";
}
.icofont-traffic-light:before {
  content: "\f016";
}
.icofont-transparent:before {
  content: "\f017";
}
.icofont-tree:before {
  content: "\f018";
}
.icofont-unique-idea:before {
  content: "\f019";
}
.icofont-unlock:before {
  content: "\f01a";
}
.icofont-unlocked:before {
  content: "\f01b";
}
.icofont-upload-alt:before {
  content: "\f01c";
}
.icofont-upload:before {
  content: "\f01d";
}
.icofont-usb-drive:before {
  content: "\f01e";
}
.icofont-usb:before {
  content: "\f01f";
}
.icofont-vector-path:before {
  content: "\f020";
}
.icofont-verification-check:before {
  content: "\f021";
}
.icofont-wall-clock:before {
  content: "\f022";
}
.icofont-wall:before {
  content: "\f023";
}
.icofont-wallet:before {
  content: "\f024";
}
.icofont-warning-alt:before {
  content: "\f025";
}
.icofont-warning:before {
  content: "\f026";
}
.icofont-water-drop:before {
  content: "\f027";
}
.icofont-web:before {
  content: "\f028";
}
.icofont-wheelchair:before {
  content: "\f029";
}
.icofont-wifi-alt:before {
  content: "\f02a";
}
.icofont-wifi:before {
  content: "\f02b";
}
.icofont-world:before {
  content: "\f02c";
}
.icofont-zigzag:before {
  content: "\f02d";
}
.icofont-zipped:before {
  content: "\f02e";
}
.icofont-xs {
  font-size: .5em;
}
.icofont-sm {
  font-size: .75em;
}
.icofont-md {
  font-size: 1.25em;
}
.icofont-lg {
  font-size: 1.5em;
}
.icofont-1x {
  font-size: 1em;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-6x {
  font-size: 6em;
}
.icofont-7x {
  font-size: 7em;
}
.icofont-8x {
  font-size: 8em;
}
.icofont-9x {
  font-size: 9em;
}
.icofont-10x {
  font-size: 10em;
}
.icofont-fw {
  text-align: center;
  width: 1.25em;
}
.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.icofont-ul > li {
  position: relative;
  line-height: 2em;
}
.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}
.icofont-border {
  border: solid .08em #f1f1f1;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
  float: left;
}
.icofont-pull-right {
  float: right;
}
.icofont.icofont-pull-left {
  margin-right: .3em;
}
.icofont.icofont-pull-right {
  margin-left: .3em;
}
.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}
.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icofont-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icofont-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icofont-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icofont-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}
.icofont-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*VARIABLE & FUNCTION */
/* &:extend(.display-flex); */
.display-flex,
footer.page-footer .bottom-footer .content-bottom,
footer.page-footer .footer3 .middle-footer .social-links,
footer.page-footer .footer3 .middle-footer .footer_content,
.cms-about-us .time-line .time-content,
.brand-slider .item-image,
.services,
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit,
body.account .column.main .block-reviews-dashboard .block-content .item,
.customer-review.view .product-details,
.latest-post-list-block .post-item,
.sharethis,
.all-category .block-blog-categories .block-content,
.blog-view .post-content .post-metas,
.blog-view .share-info,
.blog-view .share-info .block-blog-tags,
.blog-view .post-comments .comment-list-container .info,
.portfolio-category-view .portfolio-carousel .owl-dots,
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot,
.portfolio-category-view .portfolio-carousel.frame,
.portfolio-details .portfolio-info,
.portfolio-details .portfolio-info .portfolio-datetime,
.portfolio-details .nav-links,
.login-container .block-title,
.register-container .block-title,
.register-container .form-create-account,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner,
.form-wishlist-items .actions-toolbar,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control,
.lookbook-container .popup__content--product,
.lookbook-slider .owl-dots,
.breadcrumbs .items,
.product.info.detailed .product.data.items,
.product.info.detailed .block.review-list .review-items,
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info,
.catalog-product-view .product-info-main .box-tocart .fieldset,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset,
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links,
.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-info-main .product-social-links .share-this-container,
.bundle-options-container .product-options-wrapper .control .nested .field.qty,
.bundle-options-container .block-bundle-summary .bundle-status,
.main-coming-soon .content-coming-soon,
.main-coming-soon .content-coming-soon > *.content,
.main-coming-soon .list-social,
.products-list .product-items.list .product-item .product-item-info,
.cart.main.actions .actions-update,
.cart-container .checkout-methods-items,
#shopping-cart-table .actions-toolbar,
.landing-categories .landing-grid .list-subcate,
.category-landing.landing-parallax .landing-categories .item .image-subcate,
.category-landing.landing-masonry .landing-categories .landing-masonry,
.form.send.friend .flex-info,
.form.send.friend .fieldset.invite,
.form-address-edit,
.contact-form,
.contact-store .contact-box,
.use-header-left header.page-header .header-area.header7 .bt-content .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* &:extend(.align-items); */
.align-items,
footer.page-footer .footer3 .middle-footer .social-links,
footer.page-footer .footer3 .middle-footer .footer_content,
footer.page-footer .footer4 .bottom-footer .content-bottom,
footer.page-footer .footer5 .bottom-footer .content-bottom,
.brand-slider .item-image,
.latest-post-list-block .post-item,
.sharethis,
.blog-view .post-comments .comment-list-container .info,
.portfolio-details .nav-links,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart,
.catalog-product-view .product-info-main .box-tocart .fieldset,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset,
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links,
.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-info-main .product-social-links .share-this-container,
.bundle-options-container .block-bundle-summary .bundle-status,
.category-landing.landing-parallax .landing-categories .item .image-subcate,
.parallax_item.middle > .frame > .line {
  -ms-flex-align: center;
  align-items: center;
}
/* &:extend(.justify-content-space); */
.justify-content-space,
footer.page-footer .bottom-footer .content-bottom,
body.account .column.main .block-reviews-dashboard .block-content .item,
.blog-view .share-info,
.blog-view .post-comments .comment-list-container .info,
.portfolio-details .portfolio-info,
.portfolio-details .nav-links,
.product-ultra-grid > .line,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart,
.product.info.detailed .block.review-list .review-items,
.catalog-product-view .product-info-main .product-social-links .share-this-container,
.cart.main.actions .actions-update,
.form.send.friend .flex-info,
.form.send.friend .fieldset.invite,
.contact-form,
.contact-store .contact-box {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/* &:extend(.justify-content-center); */
.justify-content-center,
.all-category .block-blog-categories .block-content,
.portfolio-category-view .portfolio-carousel.frame,
.login-container .block-title,
.register-container .block-title,
.register-container .form-create-account,
.lookbook-slider .owl-dots,
.page-title-wrapper.layout_type1 .breadcrumbs .items,
.product.info.detailed .product.data.items {
  -ms-flex-pack: center;
  justify-content: center;
}
/* &:extend(.full-width); */
.full-width {
  min-width: 100%;
}
/* &:extend(.color-primary); */
.color-primary,
a:visited:hover,
a:hover,
a:visited:focus,
a:focus,
.fieldset > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .fields > .field._required > .label:after,
.field.captcha .control.captcha .nested .control.captcha-image .captcha-reload,
.btn.btn-gray:focus,
.action.gray:focus,
.btn.btn-gray:hover,
.action.gray:hover,
.btn.btn-dark:focus,
.action.dark:focus,
.btn.btn-dark:hover,
.action.dark:hover,
.btn.btn-default:focus,
.action.default:focus,
.btn.btn-default:hover,
.action.default:hover,
.rating-summary .rating-result > span:before,
footer.page-footer .list-icon li a:hover,
footer.page-footer .bottom-footer .social-links li a:hover,
footer.page-footer .footer2 .middle-footer a:hover,
footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a:hover,
.cms-about-us .about-color,
.services .s-title:before,
body.account .column.main table.table tr td.col .action:hover,
body.account .column.main .block-dashboard-info .action:hover,
body.account .column.main .block-dashboard-addresses .action:hover,
body.account .column.main .block-addresses-default .action:hover,
body.account .column.main .block-addresses-list .action:hover,
body.account .column.main .block-title.order .action span,
body.account .column.main .block.block-dashboard-addresses .block-title .action span,
.latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,
.latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,
.latest-post-list-block .post-item .title-blog a:hover,
.latest-post-grid-block .post-item .title-blog a:hover,
.latest-post-list-block .post-item .color-theme,
.latest-post-grid-block .post-item .color-theme,
.blog-grid .item .post-metas .link-item:hover,
.post-metas .meta-date .color-theme,
.blog-post-view .sidebar .block-content .item .title a:hover,
.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:after,
.blog-view .post-item .meta-name .category-links,
.blog-view .post-item .meta-name .category-links a,
.blog-view .share-info .block-blog-tags .tag-cloud li a:hover,
.portfolio-category-view .portfolio-bottom-content .category-link > a:hover,
.portfolio-category-view .portfolio-bottom-content .port-title:hover,
.portfolio-category-view .category-link > a:hover,
.portfolio-category-view .portfolio-masonry .portfolio-inner .port-title a:hover,
.portfolio-category-view .portfolio-masonry .portfolio-inner .category-link a:hover,
.portfolio-details .description .view-title .btn.btn-default:hover,
.promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover,
.promobanner-v1 .promobanner .banner-text .white-color .action.default:hover,
.promobanner-v4 .promobanner:hover .banner-text .title,
.single-deal .product-item-details .product-item-name a:hover,
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span,
body public-modal .hotspot-modal .modal-dialog:hover .chevron:hover:before,
.btn-shop:hover,
.newsletter-home .block.newsletter .content .actions .action.subscribe.primary:hover,
.login-container .form-login .form-group.password .action.remind,
.form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover,
.products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover,
.product-ultra-grid .banner-url:hover .banner-content .product-item-name,
.guest_wishlist_list .product-wishlist-items .product-item-info .action.remove:hover:before,
.slide-home-1 .slider_mgs_carousel .inner-text .sub-title,
.slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover,
.lookbook-container .popup__content--product .product-details > h3 a:hover,
.lookbook-container .popup__content--product .product-details button.action.primary:hover,
.lookbook-container .popup__content--product > div a:hover,
.page-title-wrapper .status-order-account .order-actions-toolbar .actions > .action:hover,
.rotate-image-container .close-rotate:hover,
.catalog-product-view .block .block-actions .action.select:hover,
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input:checked + .label:before,
.catalog-product-view .product-info-main .product-social-links .action.tocompare:hover,
.catalog-product-view .product-info-main .product-social-links .action.mailto.friend:hover,
.main-coming-soon .list-social li > a:hover,
.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:hover:before,
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover,
.sidebar .product-items-names .product-item:hover .product-item-name > a,
.slide-text .category-banner a:hover,
.multicheckout .box-title > .action > span:hover,
.opc-sidebar .opc-block-summary .grand.totals .amount strong .price,
.checkout-payment-method .form.payments .action-apply:hover,
.owl-categories .content a:hover,
.category-result .category-items .category-item-info:hover strong::before,
.category-result .category-items .category-item-info:hover .category-item-link,
.pages-result .pages-grid .page-items .page-item-info:hover strong::before,
.pages-result .pages-grid .page-items .page-item-info:hover .page-item-link,
.newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe:hover,
.full-slider .subcribe .block.newsletter .content .actions .action.subscribe.primary:hover,
.form-address-edit .actions-toolbar .secondary .action.back,
.slider-home-watch .slider_mgs_carousel .inner-text .sub-title,
.slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover,
.contact-form .link-item a:hover,
.contact-store .contact-box .contact-info a:hover,
.footer.content .footer6 .footer-block .list-links li a:hover,
.footer.content .footer6 .footer-block .list-icon li a:hover {
  color: #bd9250;
}
/* &:extend(.bg-primary); */
.bg-primary,
.btn.btn-primary:focus,
.action.primary:focus,
.btn.btn-primary:hover,
.action.primary:hover,
.btn.btn-secondary,
.action.secondary,
.btn.btn-blue:focus,
.btn-blue:focus,
.btn.btn-blue:hover,
.btn-blue:hover,
.btn.btn-blue2:focus,
.btn-blue2:focus,
.btn.btn-blue2:hover,
.btn-blue2:hover,
.btn.btn-red:focus,
.btn-red:focus,
.btn.btn-red:hover,
.btn-red:hover,
.scroll-to-top:hover,
body.account .column.main .actions-toolbar .secondary .action.back:after,
.blog-list .section-title .title:after,
.single-deal .product-info-label .save-count,
.form-wishlist-items .actions-toolbar > .primary button.action.share,
.lookbook-container .pin-label,
.lookbook-slider .owl-dots .owl-dot.active span,
.catalog-product-view .block .block-actions .action.select:after,
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover:after,
.btn.btn-primary.btn-all:hover,
.view-btn-radius .tab-cate-link a.action.default,
.pages .pages-items .item .action:hover,
.form-address-edit .actions-toolbar .secondary .action.back:after,
.form-address-edit .actions-toolbar .action.primary:hover,
.contact-form .social-links li:hover {
  background-color: #bd9250;
}
/* &:extend(.border-r-primary); */
.background-color-primary,
.sidebar .block .actions-toolbar .primary .action,
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active:before,
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover,
.opc-wrapper .checkout-shipping-address .action-show-popup:hover,
.opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  background-color: #bd9250;
  background: #bd9250;
}
/* &:extend(.border-primary); */
.border-primary,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input.mage-error[type="text"],
input.mage-error[type="password"],
input.mage-error[type="url"],
input.mage-error[type="tel"],
input.mage-error[type="search"],
input.mage-error[type="number"],
input.mage-error[type="datetime"],
input.mage-error[type="email"],
textarea:focus,
.btn.btn-primary:focus,
.action.primary:focus,
.btn.btn-primary:hover,
.action.primary:hover,
.btn.btn-secondary,
.action.secondary,
.btn.btn-gray:focus,
.action.gray:focus,
.btn.btn-gray:hover,
.action.gray:hover,
.btn.btn-dark:focus,
.action.dark:focus,
.btn.btn-dark:hover,
.action.dark:hover,
.btn.btn-default:focus,
.action.default:focus,
.btn.btn-default:hover,
.action.default:hover,
.btn.btn-blue:focus,
.btn-blue:focus,
.btn.btn-blue:hover,
.btn-blue:hover,
.btn.btn-blue2:focus,
.btn-blue2:focus,
.btn.btn-blue2:hover,
.btn-blue2:hover,
.btn.btn-red:focus,
.btn-red:focus,
.btn.btn-red:hover,
.btn-red:hover,
body.account .column.main .form-newsletter-manage .actions-toolbar .secondary:hover,
body.account .column.main .form-edit-account .actions-toolbar .secondary:hover,
body.account .column.main .form-address-edit .actions-toolbar .secondary:hover,
.promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover,
.promobanner-v1 .promobanner .banner-text .white-color .action.default:hover,
.login-container .form-login .form-group .control input:active,
.login-container .form-login .form-group .control input:focus,
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:active,
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:focus,
.register-container .form-create-account > .fieldset > .field .control input:active,
.register-container .form-create-account > .fieldset > .field .control select:active,
.register-container .form-create-account > .fieldset > .field .control input:focus,
.register-container .form-create-account > .fieldset > .field .control select:focus,
.form-wishlist-items .actions-toolbar > .primary button.action.share,
.form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover,
.sidebar .block .actions-toolbar .primary .action,
.slide-text .category-banner a:hover,
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover,
.opc-wrapper .checkout-shipping-address .action-show-popup:hover,
.opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item,
.pages .pages-items .item .action:hover,
.form-address-edit .actions-toolbar .action.primary:hover {
  border-color: #bd9250;
}
/* &:extend(.border-bt-primary); */
.border-bt-primary {
  border-bottom-color: #bd9250;
}
/* &:extend(.border-t-primary); */
.border-t-primary {
  border-top-color: #bd9250;
}
/* &:extend(.border-l-primary); */
.border-l-primary {
  border-left-color: #bd9250;
}
/* &:extend(.border-r-primary); */
.border-r-primary {
  border-right-color: #bd9250;
}
/* &:extend(.fill-primary); */
.fill-primary {
  fill: #bd9250 !important;
}
/* Default Style & Reset Css */
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 16px;
}
body {
  font-family: "Helvetica LT Std", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #212121;
}
body.fixed-content {
  overflow: hidden !important;
}
body.fixed-content .scroll-to-top {
  display: none !important;
}
body .columns .column.main {
  padding-bottom: 0;
}
body .modals-overlay {
  display: none !important;
}
body .modals-wrapper:after {
  content: "";
  display: block;
  z-index: 899;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
body._has-modal {
  overflow: visible;
}
body._has-modal .modals-wrapper:after {
  opacity: 0.8;
  visibility: visible;
}
a:visited,
a {
  color: #222222;
  text-decoration: none;
}
a:visited:hover,
a:hover,
a:visited:focus,
a:focus {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-style--disc,
ol.list-style--disc {
  list-style-type: disc;
  padding-left: 18px;
}
ul.list-style--disc li,
ol.list-style--disc li {
  margin-bottom: 0.875rem;
}
.panel-block a,
.panel-block button,
a,
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
/* Form */
div.mage-error[generated] {
  margin-top: 5px;
  font-size: 0.875rem;
  font-style: italic;
}
input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
input:-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.fieldset > .field {
  margin: 0 0 28px;
}
.fieldset > .field:not(.choice) > .label {
  display: block;
  margin: 0 0 13px;
  padding: 0;
  float: none;
  width: 100%;
  text-align: left;
  font-size: 0.9735rem;
  color: #222222;
  font-weight: 400;
}
.fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.fieldset > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  font-size: 1.125rem;
  margin: 0;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: inherit;
}
select {
  border: 2px solid #eaeaea;
  height: 2.875rem;
  font-size: 1rem;
  padding: 0 1.0625rem;
  box-shadow: none !important;
  font-weight: 400;
  color: #222222;
}
select[multiple="multiple"] {
  padding: 0;
}
select[multiple="multiple"] option {
  padding: 8px 10px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 2px solid #eaeaea;
  height: 2.875rem;
  font-size: 1rem;
  padding: 0 1.0625rem;
  box-shadow: none !important;
  font-weight: 400;
  color: #222222;
}
textarea {
  font-size: 1rem;
  padding: 1rem 1.0625rem;
  border: 2px solid #eaeaea;
  box-shadow: none !important;
  min-height: 150px;
  font-weight: 400;
  color: #222222;
}
.field.captcha .control.captcha .nested .control.captcha-image {
  position: relative;
  text-align: left;
  border: 2px solid #eaeaea;
}
.field.captcha .control.captcha .nested .control.captcha-image .captcha-img {
  max-width: calc(100% - 60px);
  height: auto;
  margin: 0;
}
.field.captcha .control.captcha .nested .control.captcha-image .captcha-reload {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  width: 50px;
  text-align: center;
  background-color: #f1f1f1;
}
.field.captcha .control.captcha .nested .control.captcha-image .captcha-reload > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field.captcha .control.captcha .nested .control.captcha-image .captcha-reload:before {
  font-family: 'Linearicons';
  content: "\e8da";
  font-size: 20px;
}
/* End Form */
/* Button */
.btn.btn-primary,
.action.primary,
.btn.btn-light,
.action.light,
.btn.btn-dark,
.action.dark,
.btn.btn-gray,
.action.gray,
.btn.btn-secondary,
.action.secondary {
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem 2.375rem;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}
.btn.btn-primary.btn-full,
.action.primary.btn-full,
.btn.btn-light.btn-full,
.action.light.btn-full,
.btn.btn-dark.btn-full,
.action.dark.btn-full,
.btn.btn-gray.btn-full,
.action.gray.btn-full,
.btn.btn-secondary.btn-full,
.action.secondary.btn-full {
  width: 100%;
  display: block;
}
.btn.btn-primary.btn-xs,
.action.primary.btn-xs,
.btn.btn-light.btn-xs,
.action.light.btn-xs,
.btn.btn-dark.btn-xs,
.action.dark.btn-xs,
.btn.btn-gray.btn-xs,
.action.gray.btn-xs,
.btn.btn-secondary.btn-xs,
.action.secondary.btn-xs {
  padding: 0.5rem 1.375rem;
  font-size: 0.875rem;
}
.btn.btn-primary.btn-lg,
.action.primary.btn-lg,
.btn.btn-light.btn-lg,
.action.light.btn-lg,
.btn.btn-dark.btn-lg,
.action.dark.btn-lg,
.btn.btn-gray.btn-lg,
.action.gray.btn-lg,
.btn.btn-secondary.btn-lg,
.action.secondary.btn-lg {
  padding: 0.7rem 3.375rem;
  font-size: 1.2rem;
}
.btn.btn-primary,
.action.primary {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.btn.btn-primary:focus,
.action.primary:focus,
.btn.btn-primary:hover,
.action.primary:hover {
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
}
.btn.btn-secondary,
.action.secondary {
  border-width: 2px;
  border-style: solid;
  color: #ffffff;
}
.btn.btn-secondary:focus,
.action.secondary:focus,
.btn.btn-secondary:hover,
.action.secondary:hover {
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
}
.btn.btn-light,
.action.light {
  border-width: 2px;
  border-style: solid;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-light:focus,
.action.light:focus,
.btn.btn-light:hover,
.action.light:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}
.btn.btn-gray,
.action.gray {
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  border-color: #eaeaea;
  color: #bbbbbb;
}
.btn.btn-gray:focus,
.action.gray:focus,
.btn.btn-gray:hover,
.action.gray:hover {
  background-color: #fff;
}
.btn.btn-dark,
.action.dark {
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  border-color: #222;
  color: #222;
}
.btn.btn-dark:focus,
.action.dark:focus,
.btn.btn-dark:hover,
.action.dark:hover {
  background-color: #fff;
}
.btn.btn-default,
.action.default {
  background: none;
  border: none;
  padding: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 2px solid #222222;
  cursor: pointer;
  letter-spacing: 0.075em;
}
.btn.btn-default.btn-lg,
.action.default.btn-lg {
  padding: 0 0 5px;
  font-size: 1rem;
}
.btn.btn-radius,
.btn-radius {
  border-radius: 50px;
}
.btn.btn-blue,
.btn-blue {
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 700;
  padding: 12px 30px;
  background-color: #87bbd6;
  border-color: #87bbd6;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-blue:focus,
.btn-blue:focus,
.btn.btn-blue:hover,
.btn-blue:hover {
  color: #fff;
}
.btn.btn-blue2,
.btn-blue2 {
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 12px 30px;
  background-color: #879fd6;
  border-color: #879fd6;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-blue2:focus,
.btn-blue2:focus,
.btn.btn-blue2:hover,
.btn-blue2:hover {
  color: #fff;
}
.btn.btn-red,
.btn-red {
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 12px 30px;
  color: #fff;
  background-color: #e65753;
  border-color: #e65753;
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-red:focus,
.btn-red:focus,
.btn.btn-red:hover,
.btn-red:hover {
  color: #fff;
}
/* End Button */
/* Heading */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  font-weight: 400;
  line-height: inherit;
}
h1,
.h1 {
  font-size: 2.6rem;
}
h2,
.h2 {
  font-size: 2.6rem;
}
h3,
.h3 {
  font-size: 1.875rem;
}
h4,
.h4 {
  font-size: 1.4rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1rem;
}
/* Scroll to top */
.scroll-to-top {
  line-height: 48px;
  border-radius: 50px;
  font-style: normal;
}
.scroll-to-top .fa {
  font-family: 'Linearicons';
  font-style: normal;
}
.scroll-to-top .fa:before {
  content: "\e939";
}
.scroll-to-top:hover {
  color: #fff !important;
}
/* End Scroll to top */
/* Price */
.price-box:after {
  content: "";
  display: table;
  clear: both;
}
.price-box p {
  margin: 0;
}
.price-box .price {
  font-size: 16px;
  color: #bbb;
}
.price-box .price-final_price .price {
  color: #222;
}
.price-box .price-final_price:only-child .price {
  color: #999;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price + .old-price {
  float: left;
  margin-right: 16px;
}
.price-box .special-price .price {
  color: #181b31;
}
.price-box .old.price,
.price-box .old-price {
  text-decoration: none;
}
.price-box .old.price .price,
.price-box .old-price .price {
  text-decoration: line-through;
  color: #bbb;
  font-size: 13px;
}
.price-box .price-label {
  font-size: 80%;
}
/* End Price */
/* Rating */
.product-reviews-summary .rating-summary {
  left: 0;
  display: block;
}
.product-reviews-summary.short.empty,
.product-reviews-summary.short .reviews-actions {
  display: none;
}
.rating-summary .rating-result {
  margin-left: 0;
  width: 85px;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-family: inherit;
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 16px;
  letter-spacing: 1px;
}
/* End Rating */
/* Custom Class */
.col-padding-5 .frame .line {
  margin: -5px;
}
.col-padding-5 .frame .line [class*="col-"] {
  padding: 0 5px;
}
.clear-padding-owl {
  margin-left: -15px;
  margin-right: -15px;
}
.background-right {
  background-position: center right;
}
/* End Custom Class */
/* Header */
header.page-header {
  z-index: 3;
  min-height: 98px;
  border: none;
  margin: 0;
  /* Logo */
  /* End Logo */
  /* Header Icon */
  /* End Header Icon */
  /* Header - Menu */
  /* Header _ Top Wishlist */
  /* Header - Top Setting */
  /* Header Mini Cart */
}
header.page-header .middle-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0 80px;
}
header.page-header .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
}
header.page-header .right-content > div {
  margin-left: 24px;
}
header.page-header .header-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
header.page-header .header-area .logo {
  float: none;
  padding: 15px 0;
  margin: 0;
  min-height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .header-area .logo.exits-lg-stk .sticky-logo {
  display: none;
}
header.page-header .header-area.active-sticky {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
@media (min-width: 992px) {
  header.page-header .header-area.active-sticky {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  header.page-header .header-area.active-sticky .logo {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  header.page-header .header-area.active-sticky.start-stk {
    background-color: #fff;
    box-shadow: 0 0 3px #757575;
  }
  header.page-header .header-area.active-sticky.start-stk .logo {
    min-height: 60px !important;
  }
}
@media (max-width: 991.98px) {
  header.page-header .header-area.active-sticky.active-sticky-mb {
    background-color: #fff;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    box-shadow: 0 0 3px #757575;
  }
}
header.page-header .header-area.active-sticky.start-stk .logo.exits-lg-stk .sticky-logo {
  display: block;
}
header.page-header .header-area.active-sticky.start-stk .logo.exits-lg-stk .default-logo {
  display: none;
}
header.page-header .theme-header-icon {
  color: #222222;
}
header.page-header .theme-header-icon:hover {
  color: #bd9250;
}
header.page-header .block-search.active .theme-header-icon,
header.page-header .setting-site.active .theme-header-icon,
header.page-header .minicart-wrapper.active .theme-header-icon,
header.page-header .header-top-links.active .theme-header-icon {
  color: #bd9250;
}
header.page-header .megamenu_action {
  display: none;
}
header.page-header .megamenu_action .megamenu_action_mb {
  display: block;
  font-size: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
}
header.page-header .megamenu_action.deskop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .close-menu-site {
  display: none;
  font-size: 20px;
  padding: 0;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  margin-bottom: 30px;
}
header.page-header .top-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .top-wishlist:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
header.page-header .top-wishlist a {
  display: block;
  position: relative;
}
header.page-header .top-wishlist .counter.qty {
  border-radius: 20px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  height: 0.9375rem;
  line-height: 0.9375rem;
  min-width: 0.9375rem;
  padding: 0;
  position: absolute;
  top: -7px;
  right: -8px;
  text-align: center;
  background-color: #bd9250;
}
header.page-header .top-wishlist .counter.qty:empty {
  display: none;
}
header.page-header .top-wishlist .wishlist-icon {
  font-size: 22px;
  position: relative;
  display: block;
  line-height: 1;
  vertical-align: top;
  margin-top: -2px;
}
header.page-header .top-wishlist .block-wishlist {
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  padding: 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
header.page-header .top-wishlist .block-wishlist .block-content {
  padding-bottom: 70px;
  min-height: calc(100vh - 112px);
  position: relative;
}
header.page-header .top-wishlist .block-wishlist .block-content.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
}
header.page-header .top-wishlist .block-wishlist .block-content.empty:after {
  content: "\e68c";
  font-family: 'Linearicons';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  font-size: 100px;
  color: #f1f1f1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header.page-header .top-wishlist .block-wishlist .block-content.empty .empty {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
header.page-header .top-wishlist .block-wishlist .actions-toolbar {
  padding-top: 25px;
  border-top: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
header.page-header .top-wishlist .block-wishlist .actions-toolbar .primary {
  width: 100%;
}
header.page-header .top-wishlist .close-wishlist-site {
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 12px 0 25px;
}
header.page-header .top-wishlist.active:after {
  opacity: 0.7;
  visibility: visible;
}
header.page-header .top-wishlist.active .block-wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
header.page-header .top-wishlist .product-items .product-item {
  border: none;
  padding: 20px 0;
  margin: 0;
}
header.page-header .top-wishlist .product-items .product-item + .product-item {
  border-top: 1px solid #eaeaea;
}
header.page-header .top-wishlist .product-items .product-item .product-item-info {
  width: 100%;
}
header.page-header .top-wishlist .product-items .product-item .product-item-info:before,
header.page-header .top-wishlist .product-items .product-item .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
header.page-header .top-wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: left;
}
header.page-header .top-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
header.page-header .top-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
  width: 75px !important;
  padding: 0 !important;
  display: block;
  height: auto;
}
header.page-header .top-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-photo {
  position: static !important;
  width: 100% !important;
  height: auto !important;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details {
  position: relative;
  padding-right: 30px;
  padding-left: 88px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-name {
  display: block;
  margin: 0;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-name a {
  line-height: 1.4;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 0.6rem;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-name a:hover {
  color: #bd9250;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-actions {
  margin-top: 9px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-actions .btn-xs {
  display: inline-block;
  padding: 0.45rem 1em;
  font-size: 0.775rem;
  line-height: unset;
  border-radius: 4px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .btn-remove span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .btn-remove:before {
  content: "\e681";
  font-family: 'Linearicons';
  font-size: 16px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .price-box {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}
header.page-header .top-wishlist .product-items .product-item .product-item-details .price-box .price {
  color: #364f73;
  font-size: 1.1rem;
  display: block;
  font-weight: 500;
}
header.page-header .setting-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .setting-site .icon-setting-web:before {
  content: "\e672";
}
header.page-header .setting-site:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
header.page-header .setting-site > .actions {
  position: relative;
  display: block;
  line-height: 1;
}
header.page-header .setting-site > .actions .action.setting {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  display: block;
  font-size: 20px;
}
header.page-header .setting-site .setting-site-content {
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  background-color: #fff;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
header.page-header .setting-site .setting-site-content a {
  color: #999;
}
header.page-header .setting-site .setting-site-content a:hover {
  color: #bd9250;
}
header.page-header .setting-site .setting-site-content .ct {
  height: 100vh;
  overflow-y: auto;
  padding: 132px 50px 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.page-header .setting-site .setting-site-content .actions-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 25px;
  padding: 50px;
  background: #fff;
  z-index: 4;
}
header.page-header .setting-site .setting-site-content .actions-close button {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  font-size: 24px;
  color: #999;
}
header.page-header .setting-site .setting-site-content .actions-close button:hover {
  color: #bd9250;
}
header.page-header .setting-site .customer-web-config:after {
  content: "";
  display: table;
  clear: both;
}
header.page-header .setting-site .customer-web-config .switcher {
  float: left;
  width: 50%;
  margin: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
header.page-header .setting-site .customer-web-config .switcher + .switcher {
  padding-right: 0;
  padding-left: 15px;
}
header.page-header .setting-site .customer-web-config .switcher .options .action.toggle:after {
  content: none;
}
header.page-header .setting-site .customer-web-config .switcher .ui-dialog,
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown {
  display: block !important;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  position: static;
}
header.page-header .setting-site .customer-web-config .switcher .ui-dialog:before,
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown:before,
header.page-header .setting-site .customer-web-config .switcher .ui-dialog:after,
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown:after {
  content: none;
}
header.page-header .setting-site .customer-web-config .switcher .switcher-trigger strong {
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 0;
  display: block;
  color: #bd9250;
}
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown li {
  background: none !important;
  font-size: 1rem;
  padding: 12px 0;
}
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown li a {
  padding: 0;
  color: #999;
}
header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown li a:hover {
  color: #bd9250;
}
header.page-header .setting-site .social-links:after {
  content: "";
  display: table;
  clear: both;
}
header.page-header .setting-site .social-links li {
  float: left;
  font-size: 1.5rem;
  margin: 0 20px 10px 0;
}
header.page-header .setting-site .social-links li a {
  color: #999;
}
header.page-header .setting-site .social-links li a:hover {
  color: #bd9250;
}
header.page-header .setting-site .widget-title {
  margin: 0 0 25px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #222;
}
header.page-header .setting-site .contact-info {
  padding-top: 60px;
  margin-top: auto;
  color: #aaa;
  font-size: 1rem;
  line-height: 2;
}
header.page-header .setting-site .social-info {
  padding-top: 60px;
}
header.page-header .minicart-wrapper {
  float: none;
  display: block;
  margin: 0;
  position: static;
}
header.page-header .minicart-wrapper .ui-dialog {
  display: block !important;
}
header.page-header .minicart-wrapper .action.showcart {
  position: relative;
  top: 50%;
  display: block;
  line-height: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
header.page-header .minicart-wrapper .action.showcart:before {
  font-family: 'Linearicons';
  content: "\e74d";
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  margin-top: -1px;
  display: block;
  color: inherit;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  border-radius: 20px;
  background-color: #bd9250;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  height: 0.9375rem;
  line-height: 0.9375rem;
  min-width: 0.9375rem;
  padding: 0;
  position: absolute;
  top: -9px;
  right: -8px;
}
header.page-header .minicart-wrapper .action.showcart.active:before {
  font-family: 'Linearicons';
  content: "\e74d";
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  margin-top: -1px;
  display: block;
  color: inherit;
}
header.page-header .minicart-wrapper .minicart-items-wrapper {
  border: none;
  padding: 0 25px;
  margin: 0;
  height: auto !important;
  max-height: calc(100vh - 225px);
}
header.page-header .minicart-wrapper .minicart-items-wrapper .product-item {
  border: none;
  padding: 20px 0;
}
header.page-header .minicart-wrapper .minicart-items-wrapper .product-item + .product-item {
  border-top: 1px solid #eaeaea;
}
header.page-header .minicart-wrapper .minicart-widgets {
  margin: 0;
}
header.page-header .minicart-wrapper .block-minicart:before {
  content: none;
}
header.page-header .minicart-wrapper .block-minicart:after {
  content: none;
}
header.page-header .minicart-wrapper .block-minicart .block-content > .items-total {
  display: none;
}
header.page-header .minicart-wrapper .block-minicart .subtitle.empty {
  font-style: italic;
  font-weight: 600;
  padding: 60px;
  color: #222;
  font-size: 0.875rem;
  position: relative;
}
header.page-header .minicart-wrapper .block-minicart .subtitle.empty span {
  position: relative;
  z-index: 3;
}
header.page-header .minicart-wrapper .block-minicart .subtitle.empty:before {
  font-family: 'Linearicons';
  content: "\e74d";
  color: #F3F3F3;
  font-size: 100px;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-style: normal;
  display: none;
}
header.page-header .minicart-wrapper .block-content .action.close {
  padding: 0;
  position: static;
  height: 24px;
  width: 24px;
  margin: 25px 25px 10px;
  display: none;
}
header.page-header .minicart-wrapper .block-content .action.close:before {
  content: "\e935";
  font-family: Linearicons;
  font-size: 24px;
  color: #999;
  line-height: 1;
}
header.page-header .minicart-wrapper .block-content > .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding: 20px 25px 3px;
  margin: 0;
}
header.page-header .minicart-wrapper .block-content > .subtotal > .label {
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
}
header.page-header .minicart-wrapper .block-content > .subtotal .price-container {
  margin-left: auto;
}
header.page-header .minicart-wrapper .block-content > .subtotal .price-container .price {
  color: #c33;
  font-weight: 500;
  font-size: 1.125rem;
}
header.page-header .minicart-wrapper .block-content > .actions {
  padding: 0 25px 25px;
}
header.page-header .minicart-wrapper .block-content > .actions > .secondary {
  margin: 0;
}
header.page-header .minicart-wrapper .block-content > .actions > .secondary .action {
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 0.75rem;
  padding: 0.969rem 1rem;
  line-height: 1;
  margin: 0;
}
header.page-header .minicart-wrapper .block-content > .actions > .secondary .action.viewcart {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
header.page-header .minicart-wrapper .block-content > .actions > .secondary .action.viewcart:hover {
  border-color: #bd9250;
  color: #bd9250;
}
header.page-header .minicart-wrapper .block-content > .actions > .primary {
  margin: 0;
  margin-top: 15px;
}
header.page-header .minicart-wrapper .block-content > .actions > .primary .action {
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 0.75rem;
  padding: 0.969rem 1rem;
  line-height: 1;
  margin: 0;
}
header.page-header .minicart-wrapper .block-content > .actions > .primary .action.viewcart {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
header.page-header .minicart-wrapper .block-content > .actions > .primary .action.viewcart:hover {
  border-color: #bd9250;
  color: #bd9250;
}
header.page-header .minicart-items .product .actions {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
header.page-header .minicart-items .product .actions > .primary {
  display: block;
}
header.page-header .minicart-items .product .actions > .primary a:before {
  content: "\e672";
}
header.page-header .minicart-items .product .actions > .primary a:hover:before {
  color: #bd9250;
}
header.page-header .minicart-items .product .actions > .secondary {
  display: block;
}
header.page-header .minicart-items .product .actions > .secondary a:before {
  content: "\e681";
}
header.page-header .minicart-items .product .actions > .secondary a:hover:before {
  color: #bd9250;
}
header.page-header .minicart-items .product .actions a:before {
  font-family: 'Linearicons';
  font-size: 16px;
}
header.page-header .minicart-items .product-item-details {
  position: relative;
  padding-right: 30px;
}
header.page-header .minicart-items .product-item-details .product-item-name {
  display: block;
  margin: 0;
}
header.page-header .minicart-items .product-item-details .product-item-name a {
  line-height: 1.4;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
}
header.page-header .minicart-items .product-item-details .product-item-name a:hover {
  color: #bd9250;
}
header.page-header .minicart-items .product-item-details .product-item-name + .product.options {
  margin-top: 4px;
}
header.page-header .minicart-items .product-item-details .product-item-name + .product-item-pricing {
  margin-top: 7px;
}
header.page-header .minicart-items .product-item-details .product.options + .product-item-pricing {
  margin-top: 9px;
}
header.page-header .minicart-items .product-item-details .price-excluding-tax {
  font-size: 1rem;
  margin: 0;
}
header.page-header .minicart-items .product-item-details .minicart-price {
  font-size: 1rem;
  margin: 0;
}
header.page-header .minicart-items .product-item-details .price {
  font-weight: 400;
  color: #364f73;
  font-size: 1.1rem;
  font-weight: 500;
}
header.page-header .minicart-items .product-item-pricing .details-qty .label {
  width: auto;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #a2a2a2;
}
header.page-header .minicart-items .product-item-pricing .details-qty input.cart-item-qty {
  border: 1px solid #eaeaea;
  width: 120px;
  padding: 0 2.25rem;
  height: 2.25rem;
  border-radius: 4px;
  font-size: 0.875rem;
  margin: 0;
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box {
  position: relative;
  margin-right: 3px;
  vertical-align: top;
  display: inline-block;
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box .minus {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box .minus:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #a0a0a0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box .plus {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 0;
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box .plus:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #a0a0a0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header.page-header .minicart-items .product-item-pricing .details-qty .qty-box .plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #a0a0a0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header.page-header .minicart-items .product-item-pricing .details-qty .update-cart-item {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  border: 1px solid #46bb1d;
  background-color: #46bb1d;
  vertical-align: top;
}
header.page-header .minicart-items .product-item-pricing .details-qty .update-cart-item span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .minicart-items .product-item-pricing .details-qty .update-cart-item:before {
  color: #fff;
  font-family: 'Linearicons';
  content: "\e8da";
}
header.page-header .header-area.header2 .middle-header {
  padding: 0;
}
header.page-header .header-area.header2 .middle-header .logo,
header.page-header .header-area.header2 .middle-header .right-content,
header.page-header .header-area.header2 .middle-header .block-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex: 1;
  max-width: 100%;
}
header.page-header .header-area.header2 .middle-header .logo img {
  margin: 0 auto;
}
header.page-header .header-area.header2 .right-content {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
header.page-header .header-area.header2.search-visible .block-search {
  margin: 0;
}
header.page-header .header-area.header2.search-visible .block-search .block-content input {
  border: 0;
  padding: 0 15px 0 35px;
  font-size: 0.9375rem;
  background-color: transparent;
}
header.page-header .header-area.header2.search-visible .block-search .block-content input::placeholder {
  color: #222;
  opacity: 1;
}
header.page-header .header-area.header2.search-visible .block-search .block-content input:-ms-input-placeholder {
  color: #222;
}
header.page-header .header-area.header2.search-visible .block-search .block-content input::-ms-input-placeholder {
  color: #222;
}
header.page-header .header-area.header2.search-visible .block-search .action.search {
  left: 0;
  right: auto;
}
header.page-header .header-area.header2.search-visible .block-search .action.search:before {
  padding-left: 2px;
  color: #000;
}
header.page-header .header-area.header2.search-visible .form.minisearch .mgs-instant-search-dropdown {
  left: 0 !important;
  right: auto;
}
header.page-header .header-area.header3 .middle-header {
  padding: 0;
}
header.page-header .header-area.header5 .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 8px 80px;
  border-bottom: 1px solid #eaeaea;
}
header.page-header .header-area.header5 .top-header .left-top-header .content {
  font-size: 14px;
  position: relative;
}
header.page-header .header-area.header5 .top-header .left-top-header .content > span {
  font-weight: 600;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item {
  padding: 0 20px;
  position: relative;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.customer-web-config.language {
  padding: 0 30px;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #e1e1e1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item:last-child {
  padding-right: 0;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item:last-child:after {
  display: none;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item a {
  font-size: 14px;
  color: #000000;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item a:hover {
  color: #bd9250;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.link-track-order a {
  text-decoration: underline;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher {
  margin-right: 0;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options {
  position: static;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .action.toggle {
  font-size: 14px;
  color: #000;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .action.toggle:after {
  font-family: Linearicons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  content: "\e93a";
  font-size: 10px;
  vertical-align: top;
  margin-top: 6px;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options ul.dropdown {
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  border: none;
  margin-top: 6px;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options ul.dropdown:before,
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options ul.dropdown:after {
  display: none;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options ul.dropdown li:hover {
  background-color: transparent;
}
header.page-header .header-area.header5 .top-header .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.page-header .header-area.header5 .top-header .list-social li {
  margin-bottom: 0;
}
header.page-header .header-area.header5 .top-header .list-social li a {
  display: block;
  padding-left: 20px;
}
header.page-header .header-area.header5 .middle-header .logo {
  min-height: 70px;
}
header.page-header .header-area.header5 .middle-header .right-content .minicart-wrapper .action.showcart .counter.qty,
header.page-header .header-area.header5 .middle-header .right-content .top-wishlist .counter.qty {
  background-color: #cd4040;
}
header.page-header .header-area.header5 .horizontal-menu .mgs-megamenu--main .nav-main-menu > li.level0:first-child {
  padding-left: 0;
}
header.page-header .header-area.header6 .megamenu_action .megamenu_action_mb > span {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
header.page-header .header-area.header6 .left-content,
header.page-header .header-area.header6 .right-content,
header.page-header .header-area.header6 .logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex: 1;
  max-width: 100%;
}
header.page-header .header-area.header6 .logo > img {
  margin: 0 auto;
}
header.page-header .header-area.header6 .left-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.page-header .header-area.header6 .left-content > .social-links {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.page-header .header-area.header6 .left-content > .social-links > li {
  display: inline-block;
  margin: 0 20px 0 0;
}
header.page-header .switcher-language .switcher-option a > img,
header.page-header .switcher-language .switcher-options strong > img {
  display: none;
}
header.page-header .switcher-language.img_language .switcher-option a > img,
header.page-header .switcher-language.img_language .switcher-options strong > img {
  display: inline-block;
  max-width: 16px;
}
body:not(.cms-index-index) header.page-header .header-area:not(.start-stk) {
  border-bottom: 1px solid #eaeaea;
}
/* Header Mobile Bottom */
.header-mobile-tabs--bottom {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: none;
}
.header-mobile-tabs--bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.header-mobile-tabs--bottom ul li {
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
}
.header-mobile-tabs--bottom ul li button {
  background: none !important;
  box-shadow: none !important;
  width: 100%;
  border: none;
  text-align: center;
  height: 50px;
  padding: 0 5px;
  color: #222;
  font-size: 20px;
  border-radius: 0;
  position: relative;
  display: block;
}
.header-mobile-tabs--bottom ul li button .icon-building:before {
  content: "\e600";
}
.header-mobile-tabs--bottom ul li button .icon-my-account:before {
  content: "\e71e";
}
.header-mobile-tabs--bottom ul li button .icon-wishlist:before {
  content: "\e68c";
}
.header-mobile-tabs--bottom ul li button .icon-cart-top:before {
  content: "\e74d";
}
.header-mobile-tabs--bottom ul li button .icon-setting-web:before {
  content: "\e672";
}
.header-mobile-tabs--bottom .counter {
  border-radius: 20px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  height: 0.9375rem;
  line-height: 0.9375rem;
  min-width: 0.9375rem;
  padding: 0;
  position: absolute;
  top: 8px;
  left: 50%;
  text-align: center;
  z-index: 1;
  background-color: #bd9250;
}
/* Header Top Links */
.myaccount-slide .header-top-links:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.myaccount-slide .header-top-links .login-form {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding: 45px 40px 40px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.myaccount-slide .header-top-links .login-form .close-myaccount {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 50px;
  font-size: 24px;
  color: #999;
  display: block;
}
.myaccount-slide .header-top-links .login-form .close-myaccount:hover {
  color: #bd9250;
}
.header-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-links .actions {
  position: relative;
  display: block;
  line-height: 1;
}
.header-top-links .actions .action.top-links {
  cursor: pointer;
  display: block;
  line-height: 1;
}
.header-top-links .actions .action.top-links:before {
  font-family: 'Linearicons';
  content: "\e71e";
  font-size: 20px;
}
.header-top-links .actions .action.top-links:hover:before {
  color: #bd9250;
}
.header-top-links .login-form {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  text-align: center;
  width: 440px;
  padding: 25px 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}
.header-top-links .login-form.logged-customer {
  padding: 20px;
  min-width: 360px;
  width: auto;
}
.header-top-links .login-form .close-myaccount {
  display: none;
}
.header-top-links.active .login-form {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header-top-links .block-customer-login {
  margin: 0;
}
.header-top-links .block-customer-login .block-title strong {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.header-top-links .block-customer-login div.mage-error[generated] {
  text-align: left;
}
.header-top-links .block-customer-login .mgs-gdpr-checkbox:before {
  content: none;
}
.header-top-links .block-customer-login .mgs-gdpr-checkbox label {
  cursor: pointer;
}
.header-top-links .block-customer-login .mgs-gdpr-checkbox div.mage-error[generated] {
  text-align: center;
}
.header-top-links .input-text {
  border-width: 1px;
  height: 3rem;
}
.header-top-links > .field {
  margin-bottom: 12px;
}
.header-top-links .field.password {
  position: relative;
}
.header-top-links .field.password .input-text {
  padding-right: 100px;
}
.header-top-links .field.password .action.remind {
  color: #bd9250;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  padding: 4px 10px;
  position: absolute;
  right: 10px;
  top: 7px;
  text-decoration: none;
  font-weight: 600;
}
.header-top-links .field.password .action.remind:hover {
  background-color: #f1f1f1;
}
.header-top-links .field.captcha .control.captcha .nested .control.captcha-image {
  border: 1px solid #d9d9d9;
}
.header-top-links .actions-toolbar > .secondary,
.header-top-links .actions-toolbar > .primary {
  float: none;
  display: block;
  margin-top: 15px;
}
.header-top-links .actions-toolbar > .secondary .action,
.header-top-links .actions-toolbar > .primary .action {
  padding: 0.875rem 3rem;
  float: none;
  margin: 0 !important;
  width: 100%;
  line-height: 1;
}
.header-top-links .header.links {
  font-size: 1rem;
}
.header-top-links .header.links li {
  margin: 0;
}
.header-top-links .header.links li > span:not(.no-display),
.header-top-links .header.links li > a:not(.no-display) {
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.header-top-links .header.links li.wishlist {
  display: none;
}
/* Header Absolute */
.header-absolute.cms-index-index:not(.active-builder) header.page-header,
.header_absolute.cms-index-index:not(.active-builder) header.page-header {
  height: auto !important;
  min-height: auto;
  position: relative;
}
.header-absolute.cms-index-index:not(.active-builder) header.page-header .header-area,
.header_absolute.cms-index-index:not(.active-builder) header.page-header .header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.header-absolute.cms-index-index:not(.active-builder) header.page-header .header-area.header1,
.header_absolute.cms-index-index:not(.active-builder) header.page-header .header-area.header1 {
  border: none;
}
/* End Header */
/* Main */
main.page-main {
  position: relative;
  z-index: 2;
  max-width: 100vw;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* End Main */
/* Footer */
footer.page-footer {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
footer.page-footer .footer.content {
  border-top: none;
  max-width: unset;
  padding: 0;
  margin: 0;
}
footer.page-footer .footer.footer-parallax {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
footer.page-footer .footer-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
footer.page-footer .middle-footer {
  padding: 100px 0 45px;
}
footer.page-footer .list-icon li {
  color: #999999;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 18px;
}
footer.page-footer .list-icon li a {
  color: #999999;
}
footer.page-footer .list-icon .footer-icon {
  font-size: 1.5rem;
  color: #999999;
  position: absolute;
  left: 0;
  top: 0;
}
footer.page-footer .list-icon .footer-icon.icon-google-map:before {
  content: "\e77a";
  margin-left: -5px;
}
footer.page-footer .list-icon .footer-icon.icon-email:before {
  content: "\e696";
}
footer.page-footer .list-icon .footer-icon.icon-phone:before {
  content: "\e76a";
}
footer.page-footer .list-links li {
  margin-bottom: 0;
  padding: 7px 0;
  font-size: 0.9375rem;
}
footer.page-footer .list-links li a {
  position: relative;
  color: #999999;
  letter-spacing: 0.015rem;
}
footer.page-footer .list-links li a:hover {
  color: #222222;
}
footer.page-footer .list-links li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
footer.page-footer .list-links li a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  background: #333;
  bottom: 0;
  right: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
footer.page-footer .bottom-footer {
  border-top: 1px solid #eaeaea;
}
footer.page-footer .bottom-footer .content-bottom {
  padding: 17px 0;
}
footer.page-footer .bottom-footer .list-links li {
  padding: 0 10px;
  display: inline-block;
}
footer.page-footer .bottom-footer .list-links li a {
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
}
footer.page-footer .bottom-footer .social-links li {
  display: inline-block;
  padding: 0 7px;
}
footer.page-footer .bottom-footer .social-links li a {
  color: #999999;
}
footer.page-footer .bottom-footer .social-links li .theme-footer-icon {
  font-size: 1.25rem;
}
footer.page-footer .bottom-footer address {
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
  color: #999999;
}
footer.page-footer .bottom-footer address strong {
  color: #222;
}
footer.page-footer .footer2 .middle-footer {
  background-color: #171717;
  color: #fff;
  padding: 97px 0 83px;
}
footer.page-footer .footer2 .middle-footer .footer-social {
  margin: 38px 0 0;
}
footer.page-footer .footer2 .middle-footer .footer-copyright {
  color: #777;
  font-size: 0.875rem;
  margin: 46px 0 0;
}
footer.page-footer .footer2 .middle-footer a {
  color: #fff;
}
footer.page-footer .footer2 .footer-contact li {
  padding-top: 14px;
  font-size: 0.9375rem;
}
footer.page-footer .footer2 .footer-contact li .title {
  color: #777;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
footer.page-footer .footer2 .social-links li {
  display: inline-block;
}
footer.page-footer .footer2 .social-links li + li {
  margin-left: 5px;
}
footer.page-footer .footer2 .social-links li .link {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
  color: #6e6e6e;
  text-align: center;
  padding: 0 0 0 4px;
}
footer.page-footer .footer2 .social-links li .link:hover {
  color: #fff;
  background-color: #cd4040;
  border-color: #cd4040;
}
footer.page-footer .footer2 .page-links li {
  display: inline-block;
  padding-left: 30px;
}
footer.page-footer .footer2 .page-links li a {
  font-weight: 600;
  line-height: 33px;
}
footer.page-footer .footer3 .middle-footer {
  padding: 56px 0;
}
footer.page-footer .footer3 .middle-footer .social-links li {
  margin-right: 23px;
}
footer.page-footer .footer3 .middle-footer .social-links li a {
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
footer.page-footer .footer3 .middle-footer .footer_content .right-content {
  margin-left: auto;
}
footer.page-footer .footer4 .middle-footer {
  padding: 10px 0 25px;
}
footer.page-footer .footer4 .bottom-footer {
  border: none;
  padding: 17px 0 75px;
}
footer.page-footer .footer4 .bottom-footer .content-bottom .bottom-footer-link {
  text-align: right;
}
footer.page-footer .footer4 .bottom-footer .content-bottom .bottom-footer-social {
  text-align: center;
}
footer.page-footer .footer5 .bottom-footer .content-bottom {
  padding: 30px 0 29px;
}
footer.page-footer .footer5 .bottom-footer .content-bottom .content-bottom--left .logo-footer {
  line-height: 1;
  display: block;
}
footer.page-footer .footer5 .bottom-footer .content-bottom .content-bottom--left,
footer.page-footer .footer5 .bottom-footer .content-bottom .content-bottom--right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer.page-footer .footer5 .bottom-footer .content-bottom .content-bottom--center {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a {
  font-size: 0.6875rem;
  color: #222222;
}
footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a:after {
  content: none;
}
/* End Footer */
/*===== About Us ====*/
.cms-about-us .page-main h2,
.cms-about-us .page-main h3,
.cms-about-us .page-main h4,
.cms-about-us .page-main h5 {
  margin: 0;
}
.cms-about-us .about-color {
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
}
.cms-about-us .section-builder .title {
  font-size: 3rem;
  line-height: 3.75rem;
  color: #222222;
  font-weight: 700;
}
.cms-about-us .section-builder .text-content {
  padding: 40px 0;
  letter-spacing: 0.01rem;
  line-height: 1.875rem;
  color: #777;
  position: relative;
  overflow: hidden;
}
.cms-about-us .section-builder .text-content:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #eaeaea;
}
.cms-about-us .section-builder .photoswipe {
  float: right;
}
.cms-about-us .content-top {
  margin-left: 37.5%;
  margin-top: 15px;
}
.cms-about-us .content-top .about-color {
  padding: 15px 0;
  text-transform: uppercase;
}
.cms-about-us .content-top .text-content {
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding: 47px 15px 47px 103px;
}
.cms-about-us .content-top .text-content:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #eaeaea;
  position: absolute;
  top: 63px;
  left: 0;
}
.cms-about-us .content-top .text-content:after {
  display: none;
}
.cms-about-us .content-bottom .s-title {
  font-size: 1.875rem;
  line-height: 3rem;
  color: #222;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 3;
  padding: 17px 0;
}
.cms-about-us .content-bottom .s-title:before {
  content: "\e7e5";
  font-family: 'Linearicons';
  position: absolute;
  font-size: 3.75rem;
  letter-spacing: 0.01rem;
  color: #dfdfdf;
  z-index: -1;
  top: -2px;
  left: -15px;
  font-weight: 400;
}
.cms-about-us .content-bottom .about-color {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
}
.cms-about-us .content-bottom .name span {
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
  color: #bbb;
}
.cms-about-us .time-line .title {
  margin-top: -24px;
}
.cms-about-us .time-line .text-content {
  padding-right: 100px;
  padding: 30px 100px 30px 0;
}
.cms-about-us .time-line .s-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.cms-about-us .time-line .sub-title {
  line-height: 1.875rem;
  letter-spacing: 0.01rem;
  color: #777777;
  padding: 3px 0;
}
.cms-about-us .time-line .time-content .about-time {
  min-height: 145px;
}
.cms-about-us .pub-video {
  background-position: center;
  margin: 0 auto;
}
.cms-about-us .video-content .text-video {
  padding: 137px 0;
  text-align: center;
}
.cms-about-us .video-content .text-video p {
  font-size: 1.875rem;
  color: #fff;
  margin: 0;
}
.cms-about-us .video-content .text-video .title {
  font-size: 3.75rem;
  color: #fff;
  line-height: 3.75rem;
  padding-bottom: 45px;
  text-transform: uppercase;
}
.cms-about-us .info-store .content-heading .s-title {
  font-size: 1.875rem;
  line-height: 3rem;
  font-weight: 600;
  color: #222;
}
.cms-about-us .info-store .text-content:after {
  display: none;
}
.cms-about-us .leadership-member .title {
  padding-bottom: 85px;
}
.cms-about-us .leadership-member .about-member {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.cms-about-us .leadership-member .info-member {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 65%;
  padding-top: 16px;
}
.cms-about-us .leadership-member .name {
  font-size: 1.125rem;
  font-weight: 700;
}
.cms-about-us .leadership-member .sub-name {
  margin: 0;
}
.cms-about-us .leadership-member .content-heading {
  text-align: center;
}
.cms-about-us .leadership-member .slider_mgs_carousel .owl-item {
  padding: 0 30px;
}
.cms-about-us .leadership-member .slider_mgs_carousel .owl-item .slide-text > * {
  padding: 15px;
}
.cms-about-us .leadership-member .slider_mgs_carousel.mgs-carousel-multiple .owl-dots {
  bottom: -50px;
}
.cms-about-us .content-heading {
  text-align: unset;
  margin: 0;
}
.cms-about-us .content-heading:before {
  display: none;
}
.cms-about-us .content-heading .title {
  font-size: 3rem;
}
.cms-about-us .mfp-iframe-scaler iframe {
  opacity: 1;
}
.brand-slider .page-header-sliders {
  margin-left: -10px;
  margin-right: -10px;
  min-height: 0 !important;
}
.brand-slider .owl-item {
  padding: 0 10px;
}
.brand-slider .item-image {
  height: 100px;
  background-color: #fff;
  background-image: none !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 20px;
}
.brand-slider .item-image .img-responsive {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-header-sliders .mgs-carousel-single .owl-nav div span {
  width: 100%;
}
.services {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.services .s-title {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin: 0;
}
.services .s-title:before {
  font-family: 'Linearicons';
  position: absolute;
  font-size: 1.5rem;
  left: -35px;
  top: 0;
  font-weight: 400;
}
.services .shipping .s-title:before {
  content: "\e783";
}
.services .returns .s-title:before {
  content: "\e8d9";
}
.services .secure .s-title:before {
  content: "\e66b";
}
.services .price .s-title:before {
  content: "\e755";
}
.services .sub-title {
  color: #999999;
}
.services > div.item {
  padding: 15px 0;
}
/* My Account */
body.account.sales-order-history .column.main .actions-toolbar {
  margin-top: 0;
}
body.account .order-actions-toolbar .action.print {
  display: unset;
  float: unset;
}
body.account .column.main {
  font-size: 0.875rem;
}
body.account .column.main .actions-toolbar .secondary {
  float: none;
}
body.account .column.main .fieldset .legend {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.account .column.main .form-edit-account > .fieldset,
body.account .column.main .form-address-edit > .fieldset {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
body.account .column.main .form-edit-account > .fieldset .legend,
body.account .column.main .form-address-edit > .fieldset .legend {
  margin-left: 0;
}
body.account .column.main .form-newsletter-manage .actions-toolbar,
body.account .column.main .form-edit-account .actions-toolbar,
body.account .column.main .form-address-edit .actions-toolbar {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body.account .column.main .form-newsletter-manage .actions-toolbar .secondary,
body.account .column.main .form-edit-account .actions-toolbar .secondary,
body.account .column.main .form-address-edit .actions-toolbar .secondary {
  position: absolute;
  bottom: 0;
  margin-left: 30px;
}
body.account .column.main .actions-toolbar {
  margin: 30px 0;
}
body.account .column.main .actions-toolbar .secondary {
  padding: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.075em;
  display: inline-block;
  position: relative;
}
body.account .column.main .actions-toolbar .secondary .action.back {
  position: relative;
}
body.account .column.main .actions-toolbar .secondary .action.back:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  bottom: -5px;
  right: 0;
}
body.account .column.main .actions-toolbar .secondary .action.back:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
body.account .column.main .form-address-edit .actions-toolbar .action.primary {
  font-size: 1rem;
  padding: .5rem 2.375rem;
  line-height: 1.6;
}
body.account .column.main table.table .col {
  width: auto;
}
body.account .column.main table.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 500;
  text-align: left;
}
body.account .column.main table.table:not(.cart):not(.totals) tfoot tr th,
body.account .column.main table.table:not(.cart):not(.totals) tfoot tr td {
  padding: 20px 0;
  border-top: none;
}
body.account .column.main table.table tr {
  border-bottom: 1px solid #d9d9d9;
}
body.account .column.main table.table tr th.col {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}
body.account .column.main table.table tr td {
  padding: 25px 0;
  color: #999;
  vertical-align: middle;
}
body.account .column.main table.table tr td.col {
  font-size: 0.875rem;
}
body.account .column.main table.table tr td.col.total {
  color: #333;
}
body.account .column.main table.table tr td.col.status {
  color: #0099cc;
  letter-spacing: 0.025rem;
}
body.account .column.main table.table tr td.col.actions .action {
  position: relative;
}
body.account .column.main table.table tr td.col.subtotal .cart-price .price {
  color: #364f73;
}
body.account .column.main table.table tr td.col.subtotal .price {
  font-weight: 500;
}
body.account .column.main table.table tr td.col.actions {
  float: right;
}
body.account .column.main table.table tr td.col .action.order-primary,
body.account .column.main table.table tr td.col .action.more {
  font-size: 0.875rem;
  color: #000;
  border: 1px solid #999;
  padding: 0 25px;
  font-style: none;
  display: inline-block;
  height: 42px;
  line-height: 40px;
}
body.account .column.main table.table tr td.col .action.order-primary:hover,
body.account .column.main table.table tr td.col .action.more:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
body.account .column.main table.table tr dl {
  margin-bottom: 0;
}
body.account .column.main table.table tfoot tr td .price {
  color: #364f73;
  font-weight: 500;
}
body.account .column.main table.table tfoot tr.grand_total strong {
  font-size: 1.5rem;
}
body.account .column.main table.table tfoot tr.grand_total td.amount .price {
  font-weight: 700;
}
body.account .column.main table.table thead tr th,
body.account .column.main table.table tbody tr th,
body.account .column.main table.table tfoot tr th,
body.account .column.main table.table thead tr td,
body.account .column.main table.table tbody tr td,
body.account .column.main table.table tfoot tr td {
  padding-left: 0;
  padding-right: 0;
}
body.account .column.main .block-dashboard-orders .action {
  color: #0099cc;
}
body.account .column.main .block-dashboard-info .box-information .box-content p {
  color: #000;
}
body.account .column.main .block-dashboard-info .action,
body.account .column.main .block-dashboard-addresses .action,
body.account .column.main .block-addresses-default .action,
body.account .column.main .block-addresses-list .action {
  font-style: italic;
  color: #0099cc;
  font-size: 0.875rem;
}
body.account .column.main .action.view-order {
  float: right;
  padding: 30px 0;
}
body.account .column.main .block-addresses-list .action.edit {
  margin-right: 15px;
  position: relative;
}
body.account .column.main .block-addresses-list .action.edit:after {
  content: '';
  width: 2px;
  height: 13px;
  background: #09c;
  position: absolute;
  bottom: 3px;
  right: -12px;
}
body.account .column.main .color-info {
  color: #999;
}
body.account .column.main .price-including-tax,
body.account .column.main .price-excluding-tax {
  font-size: 0.875rem;
}
body.account .column.main .order-links {
  display: none;
}
body.account .column.main .order-details-items {
  border-bottom: none;
}
body.account .column.main .order-details-items .order-title > strong {
  display: inline-block;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  width: 100%;
  color: #222;
  margin-top: 0;
}
body.account .column.main form .actions-toolbar {
  margin: 30px 0;
}
body.account .column.main .block-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  color: #000;
}
body.account .column.main .block-title strong {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
body.account .column.main .block-content .box-title {
  margin: 0 0 10px;
}
body.account .column.main .block-content .box-title span {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  color: #222;
}
body.account .column.main .block-content .box-actions,
body.account .column.main .block-content .item.actions {
  margin-top: 30px;
}
body.account .column.main .block .title strong {
  font-size: 1.875rem;
}
body.account .column.main .block.block-dashboard-orders + .block-dashboard-info {
  margin-top: 100px;
}
body.account .column.main .block.block-dashboard-info {
  margin-bottom: 50px;
}
body.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 40px;
}
body.account .column.main .order-products-toolbar .pager .limiter {
  display: none;
}
body.account .column.main .toolbar {
  margin-bottom: 0;
}
body.account .column.main .toolbar .toolbar-number {
  display: none;
}
body.account .column.main .form-edit-account .field.choice:before {
  float: none;
}
body.account .column.main .block-reviews-dashboard .block-title .action.view {
  display: none;
}
body.account .column.main .block-reviews-dashboard .block-content .item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
body.account .column.main .block-reviews-dashboard .block-content .item .rating-summary .label {
  display: none;
}
body.account .column.main .products-reviews-toolbar .limiter,
body.account .column.main .downloadable-products-toolbar .limiter {
  display: none;
}
body.account .column.main select:not([multiple]),
body.account .column.main select.form-control:not([multiple]),
body.account .column.main select.input-text:not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01em;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/arrow_sellect.png);
  background-repeat: no-repeat;
  background-position: center right 17px;
}
body.account .column.main .order-details-items.ordered .items-qty .item .title {
  display: none;
}
body.account .column.main .fieldset .required.email .label:after,
body.account .column.main .fieldset .required.current .label:after,
body.account .column.main .fieldset .required.new .label:after,
body.account .column.main .fieldset .required.confirm .label:after {
  margin: 0 0 0 8px;
}
body.account .column.main input:not([disabled]):focus {
  box-shadow: none;
}
body.account.customer-address-index .column.main .actions-toolbar {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body.account.customer-address-index .column.main .actions-toolbar .secondary {
  position: absolute;
  bottom: 0;
  margin-left: 30px;
}
.customer-review.view .product-details .product-info {
  display: inline-block;
  width: 100%;
}
.customer-review.view .product-details .product-info .product-name {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 700;
  padding-bottom: 10px;
}
.customer-review.view .product-details .product-info .rating-average-label {
  display: block;
  margin: 15px 0 10px;
  color: #333333;
  font-size: 1.25rem;
}
.customer-review.view .product-details .product-media {
  float: none;
  margin-right: 3%;
  max-width: unset;
  width: 50%;
}
.customer-review.view .review-details {
  margin-top: 10px;
  overflow: hidden;
}
.customer-review.view .review-details .title strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
}
.customer-review.view .review-details .customer-review-rating {
  margin: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item {
  margin-right: 30px;
}
.customer-review.view .review-details .customer-review-rating .rating-summary.item .rating-label {
  margin-right: 15px;
  font-size: 0.875rem;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  color: #222;
  font-weight: 500;
}
.customer-review.view .review-details > .review-title {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  margin: 0;
}
.customer-review.view .review-details > .review-content {
  font-size: 15px;
  line-height: 2;
  color: #999;
}
.customer-review.view .review-details > .review-date {
  font-style: italic;
  margin: 10px 0;
  color: #999;
}
.fieldset.password .password-strength-meter {
  height: 2.875rem;
  margin-top: 0;
  padding: 0 9px;
  line-height: 2.875rem;
}
/* End My Account */
/*End CMS Page*/
/* Latest Blog Grid*/
.block-title-action {
  position: relative;
}
.block-title-action .action {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.latest-post-grid-block .block {
  margin-bottom: 0;
}
.latest-post-grid-block .post-item {
  margin-bottom: 40px;
}
.latest-post-grid-block .post-item:hover .read-more {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.latest-post-grid-block .post-item:hover .post-create-date {
  opacity: 0;
}
.latest-post-grid-block .read-more {
  padding: 2px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.bg-white .latest-post-list-block .post-item .post-item-detail,
.bg-white .latest-post-grid-block .post-item .post-item-detail {
  background-color: #fff;
  padding: 20px 30px 30px;
}
.bg-white .latest-post-list-block .post-item .read-more,
.bg-white .latest-post-grid-block .post-item .read-more {
  left: 30px;
  bottom: 30px;
}
.latest-post-list-block .post-item .thumbnail-post,
.latest-post-grid-block .post-item .thumbnail-post {
  position: relative;
  overflow: hidden;
}
.latest-post-list-block .post-item .thumbnail-post .post-thumbnail--image,
.latest-post-grid-block .post-item .thumbnail-post .post-thumbnail--image {
  display: block;
  z-index: 1;
  height: 0;
  padding-bottom: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.latest-post-list-block .post-item .thumbnail-post .post-thumbnail--image img,
.latest-post-grid-block .post-item .thumbnail-post .post-thumbnail--image img {
  opacity: 0;
}
.latest-post-list-block .post-item .thumbnail-post .blog-list-video,
.latest-post-grid-block .post-item .thumbnail-post .blog-list-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
}
.latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video,
.latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video {
  display: block;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  padding: 35px;
  position: relative;
}
.latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,
.latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after {
  content: '\e6f9';
  font-family: 'Linearicons';
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.latest-post-list-block .post-item .title-blog a,
.latest-post-grid-block .post-item .title-blog a {
  font-weight: 700;
  letter-spacing: 0.015rem;
}
.latest-post-list-block .post-item .color-theme,
.latest-post-grid-block .post-item .color-theme {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075rem;
  padding-right: 5px;
}
.latest-post-list-block .post-item .color-date,
.latest-post-grid-block .post-item .color-date {
  font-size: 0.8125rem;
  color: #999;
  letter-spacing: 0.01rem;
}
.latest-post-list-block .post-item .post-item-detail,
.latest-post-grid-block .post-item .post-item-detail {
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
.latest-post-list-block .post-item .post-item-detail .title-blog,
.latest-post-grid-block .post-item .post-item-detail .title-blog {
  margin: 0;
  padding: 8px 0;
  line-height: 1.3rem;
}
.latest-post-list-block .post-item .thumbnail-post:hover a,
.latest-post-grid-block .post-item .thumbnail-post:hover a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}
.latest-post-list-block .post-item .thumbnail-post:hover .blog-list-video .btn.popup-video:after,
.latest-post-grid-block .post-item .thumbnail-post:hover .blog-list-video .btn.popup-video:after {
  color: #fff;
}
/* Latest Blog List*/
.latest-post-list-block {
  margin: 0 15px;
}
.latest-post-list-block .post-item {
  margin-bottom: 30px;
}
.latest-post-list-block .post-item .thumbnail-post {
  max-width: 100%;
  margin-right: 45px;
}
.latest-post-list-block .post-item .title-blog {
  padding-top: 0;
}
.latest-post-list-block .post-item .title-blog a {
  font-size: 1rem;
}
.latest-post-list-block .read-more {
  margin: 15px 0;
}
/* End Blog*/
.sharethis #st-1 .st-btn {
  border: none;
  font-size: 1.25rem;
  margin-right: 0;
  padding: 0 5px;
}
.sharethis #st-1 .st-btn[data-network="facebook"],
.sharethis #st-1 .st-btn[data-network="twitter"],
.sharethis #st-1 .st-btn[data-network="pinterest"],
.sharethis #st-1 .st-btn[data-network="sharethis"] {
  background-color: transparent;
}
.sharethis #st-1 .st-btn[data-network="facebook"] svg,
.sharethis #st-1 .st-btn[data-network="twitter"] svg,
.sharethis #st-1 .st-btn[data-network="pinterest"] svg,
.sharethis #st-1 .st-btn[data-network="sharethis"] svg {
  fill: #cccccc;
}
.sharethis #st-1 .st-btn[data-network="facebook"] svg:hover,
.sharethis #st-1 .st-btn[data-network="twitter"] svg:hover,
.sharethis #st-1 .st-btn[data-network="pinterest"] svg:hover,
.sharethis #st-1 .st-btn[data-network="sharethis"] svg:hover {
  fill: #bd9250;
}
.sharethis #st-1 .st-btn:hover {
  top: 0;
  opacity: 1;
}
/* Blog Pages*/
/*====Grid====*/
.all-category {
  margin-bottom: 10px;
}
.all-category .block-blog-categories .block-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-category .block-blog-categories .block-content li {
  padding: 0 27px;
}
.all-category .block-blog-categories .block-content li a {
  color: #bbbbbb;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
}
.all-category .block-blog-categories .block-content li a:hover,
.all-category .block-blog-categories .block-content li a:focus,
.all-category .block-blog-categories .block-content li a.active {
  color: #222;
}
.blog-grid .newsletter-blog,
.blog-list .newsletter-blog {
  margin-top: 100px;
}
.blog-grid .bottom-pagination {
  margin-top: 115px;
}
.blog-grid .bottom-pagination .pager {
  margin: 0 auto;
}
.blog-grid .item .post-images .post-thumbnail--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 83%;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.blog-grid .item .post-images .post-thumbnail--image img {
  opacity: 0;
}
.blog-grid .item .post-images:hover .post-thumbnail--image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-grid .item .post-metas {
  margin-top: 30px;
}
.blog-grid .item .post-metas .link-item {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.01rem;
  position: relative;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blog-grid.blog-post-item .post-images:hover .post-thumbnail .gallery_image {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.post-metas .meta-date {
  margin-top: 7px;
}
.post-metas .meta-date .color-theme {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  padding-right: 5px;
}
/*====Blog List====*/
.blog-list .section-title {
  margin-bottom: 95px;
}
.blog-list .section-title .subtitle {
  font-size: 0.875rem;
  line-height: 50px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.blog-list .section-title .title {
  font-size: 3rem;
  line-height: 60px;
  padding-bottom: 37px;
  position: relative;
}
.blog-list .section-title .title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.blog-list .all-category {
  margin-bottom: 50px;
}
.blog-list .blog-post {
  padding-bottom: 150px;
}
.blog-list .blog-post .post-item-info {
  position: relative;
  bottom: 0;
  background: #fff;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-width: 770px;
  margin: -65px auto;
  padding: 5px 100px;
}
.blog-list .blog-post .post-item-info .post-title {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 40px;
}
.blog-list .blog-post .post-item-info .post-title .post-title-link {
  font-size: 1.875rem;
  font-weight: 500;
}
.blog-list .blog-post .post-item-info .post-content {
  margin: 25px 0;
}
.blog-list .blog-post .post-item-info .post-content .post-short-description {
  line-height: 30px;
  letter-spacing: 0.01rem;
}
.blog-post-view .page-main {
  margin-top: 100px;
}
.blog-post-view .sidebar .block .block-title {
  margin-bottom: 25px;
}
.blog-post-view .sidebar .block .block-title .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-post-view .sidebar .block .title {
  margin-bottom: 0;
}
.blog-post-view .sidebar .block-content .item {
  margin-bottom: 20px;
}
.blog-post-view .sidebar .block-content .item .title {
  font-size: 0.937rem;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
}
.blog-post-view .sidebar .block-content .item .title a {
  color: #999;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.blog-post-view .sidebar .block-blog-categories .block-content a {
  font-size: 0.9375rem;
  letter-spacing: 0.01rem;
  color: #999;
  position: relative;
}
.blog-post-view .sidebar .block-blog-categories .block-content a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  background: #333;
  transition: 300ms;
  bottom: 0;
  right: 0;
}
.blog-post-view .sidebar .block-blog-categories .block-content a:hover {
  color: #222;
}
.blog-post-view .sidebar .block-blog-categories .block-content a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.blog-post-view .sidebar .block-blog-tags .tag-cloud {
  padding-top: 8px;
}
.blog-post-view .sidebar .block-blog-tags .tag-cloud li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
  margin: 0 5px 12px 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog-post-view .sidebar .block-blog-tags .tag-cloud li a {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  color: #999;
  display: block;
}
.blog-post-view .sidebar .block-blog-tags .tag-cloud li:hover {
  border-color: #222;
}
.blog-post-view .sidebar .block-blog-tags .tag-cloud li:hover a {
  color: #222;
}
.blog-post-view .sidebar .promo-blog {
  position: relative;
  overflow: hidden;
}
.blog-post-view .sidebar .promo-blog .content {
  position: absolute;
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog-post-view .sidebar .promo-blog .content p {
  margin-bottom: 8px;
}
.blog-post-view .sidebar .promo-blog .content .subtext {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
}
.blog-post-view .sidebar .promo-blog .content .text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.blog-post-view .sidebar .promo-blog .content .name-cate {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.blog-post-item .post-images {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.blog-post-item .post-images .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-post-item .post-images .post-thumbnail .blog-list-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video {
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  padding: 35px;
  position: relative;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:after {
  content: '\e6f9';
  font-family: 'Linearicons';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 2rem;
}
.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:hover {
  background: transparent;
  border-color: #fff;
}
.blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:hover:after {
  color: #fff;
}
.blog-post-item .post-images .post-thumbnail:hover .blog-list-video .btn.popup-video {
  background: transparent;
}
.blog-post-item .post-images .post-thumbnail:hover .blog-list-video .btn.popup-video:after {
  color: #fff;
}
.blog-post-item .post-images:hover .post-thumbnail--image,
.blog-post-item .post-images:hover > a {
  opacity: 0.9;
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}
.blog-post-item .gallery-image-carousel .owl-nav button {
  z-index: 2;
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 0;
  background: transparent;
  color: #222;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.blog-post-item .gallery-image-carousel .owl-nav button:hover {
  color: #bd9250;
  background-color: transparent;
  border-color: transparent;
}
.blog-post-item .gallery-image-carousel .owl-nav button span {
  display: none;
}
.blog-post-item .gallery-image-carousel .owl-nav button:before {
  font-size: 24px;
}
.blog-post-item .gallery-image-carousel .owl-nav button.owl-prev {
  margin-left: 0px;
}
.blog-post-item .gallery-image-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
.blog-post-item .gallery-image-carousel .owl-nav button.owl-next:before {
  content: "\e93c";
}
.blog-post-item .gallery-image-carousel .owl-dots {
  margin: 0;
}
.blog-view .post-item .post-title {
  font-size: 3rem;
  line-height: 3.75rem;
}
.blog-view .post-item .post-title .post-title-link {
  color: #222;
  letter-spacing: -0.025rem;
  font-weight: 700;
}
.blog-view .post-item .meta-name {
  margin-bottom: 5px;
}
.blog-view .post-item .meta-name .category-links {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-view .post-item .meta-name .category-links a:hover {
  color: #222;
}
.blog-view .post-content .post-metas {
  margin: 20px 0 55px;
}
.blog-view .post-content .post-metas .meta-date {
  margin-top: 0;
  margin-left: 50px;
}
.blog-view .post-content .post-metas span {
  color: #222;
  font-size: 0.9375rem;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  font-weight: 400;
}
.blog-view .post-content .post-metas span.color-theme {
  color: #999;
}
.blog-view .post-content .post-short-description {
  color: #222;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 90px;
  line-height: 35px;
}
.blog-view p {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0.01rem;
  color: #777;
  margin-bottom: 30px;
}
.blog-view .content-description {
  margin-top: 90px;
}
.blog-view blockquote {
  position: relative;
  margin: 80px 0 20px;
}
.blog-view blockquote p {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 48px;
  color: #222;
  margin-bottom: 10px;
}
.blog-view blockquote:before {
  content: "\e7e5";
  font-family: 'Linearicons';
  position: absolute;
  font-size: 3.75rem;
  letter-spacing: 0.01rem;
  color: #dfdfdf;
  z-index: -1;
  left: 0;
  font-weight: 400;
  top: -35px;
}
.blog-view blockquote .view-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #bd9250;
  font-weight: 600;
  letter-spacing: 0.075rem;
  margin-bottom: 50px;
  font-style: normal;
}
.blog-view .review-content {
  margin-top: 90px;
}
.blog-view .review-content .item {
  padding-bottom: 5px;
}
.blog-view .review-content .item h4 {
  font-size: 1.25rem;
  letter-spacing: 0.01rem;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog-view .share-info {
  padding-top: 20px;
}
.blog-view .share-info .block-blog-tags .tag-cloud li {
  display: inline-block;
  margin-bottom: 0;
}
.blog-view .share-info .block-blog-tags .tag-cloud li a {
  color: #999;
  font-size: 0.9375rem;
  letter-spacing: 0.005rem;
  padding-right: 5px;
  position: relative;
}
.blog-view .share-info .block-blog-tags .tag-cloud li a:after {
  content: ',';
  position: absolute;
  bottom: -10px;
}
.blog-view .share-info .block-blog-tags .tag-cloud li:last-child a:after {
  display: none;
}
.blog-view .share-info .view-tags {
  height: 40px;
  line-height: 40px;
}
.blog-view .share-info .text-color {
  color: #222;
  font-size: 0.9375rem;
  padding-right: 5px;
  letter-spacing: 0.005rem;
  font-weight: 600;
}
.blog-view .related-post-list .related-title {
  padding: 55px 0;
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
}
.blog-view .related-post-list .related-title .title {
  font-size: 3rem;
  letter-spacing: -0.025rem;
  color: #222;
  font-weight: 700;
}
.blog-view .related-post-list .related-images.line {
  margin: 0;
}
.blog-view .related-post-list .related-images .post-images .post-thumbnail .post-thumbnail--image {
  padding-bottom: 62%;
}
.blog-view .related-post-list .owl-nav.disabled {
  display: none;
}
.blog-view .post-comments {
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
}
.blog-view .post-comments .post-comment > .fieldset {
  margin-bottom: 0;
}
.blog-view .post-comments .title-comment-content {
  margin: 85px 0 35px;
}
.blog-view .post-comments .title-leave-content {
  margin: 50px 0 60px;
}
.blog-view .post-comments .title-cmt {
  font-size: 3rem;
  line-height: 60px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.025rem;
}
.blog-view .post-comments .comment-list-container .item {
  margin-bottom: 30px;
}
.blog-view .post-comments .comment-list-container .info {
  padding: 17px 0;
}
.blog-view .post-comments .comment-list-container .info .name {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  color: #222;
  font-weight: 700;
}
.blog-view .post-comments .comment-list-container .info .posted-on {
  float: right;
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #bbb;
}
.blog-view .post-comments .comment-list .blog-load-more-comment a {
  font-style: italic;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
  padding-right: 50px;
}
.blog-view .post-comments .comment-list .blog-load-more-comment a.loading-style {
  background-image: url('../../frontend/Mgs/supro/es_AR/images/oval.svg');
}
.blog-view .post-comments .comment-list > .blog-post-comment-list-toolbar {
  display: none;
}
.blog-view .post-comments .actions-toolbar {
  margin-left: 0 !important;
}
.blog-view .post-comments .actions-toolbar .primary button.btn-primary {
  padding: .5rem 2.0625rem;
}
.blog-view .post-comments .actions-toolbar .primary button.btn-primary span {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
}
p .cap {
  font-size: 60px;
  font-weight: 700;
  float: left;
  line-height: 1;
  color: #222;
  margin-right: 11px;
}
/*End Blog Pages*/
/* Portfolio */
.portfolio-category-view .portfolio-content-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-category-view .page-wrapper {
  overflow: hidden;
}
.portfolio-category-view.portfolio-list-masonry .page-main .columns,
.portfolio-category-view.portfolio-list-masonry .page-main .frame {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.portfolio-category-view.portfolio-list-masonry .page-main .thumbnail-image img {
  width: 100%;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li {
  display: inline-block;
  padding: 0 17px;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li a {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  color: #999;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li a:hover {
  color: #222;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li.active a {
  color: #222;
}
.portfolio-category-view .portfolio-carousel .owl-carousel {
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 120px;
  margin: 0 auto;
}
.portfolio-category-view .portfolio-carousel .owl-item.active .portfolio-top-content {
  position: relative;
  overflow: hidden;
}
.portfolio-category-view .portfolio-carousel .owl-item.active .portfolio-bottom-content {
  position: absolute;
  bottom: 35px;
  left: 50px;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer {
  overflow: visible;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage {
  transition: all .5s!important;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 0.5;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item:not(.active) {
  pointer-events: none;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item:not(.active) .portfolio-bottom-content {
  display: none;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .port-thumbnail-image {
  padding-bottom: 55%;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item {
  margin-bottom: 0;
  position: relative !important;
  display: block !important;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item:hover .port-thumbnail-image {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
.portfolio-category-view .portfolio-carousel .owl-nav {
  cursor: pointer;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev,
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev:before,
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next:before {
  font-family: 'Linearicons';
  line-height: 30px;
  font-size: 20px;
  color: #ccc;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev:hover:before,
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next:hover:before {
  color: #000;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev {
  left: -70px;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev:before {
  content: "\e93b";
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next {
  right: -70px;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next:before {
  content: "\e93c" !important;
}
.portfolio-category-view .portfolio-carousel .owl-dots {
  overflow: hidden;
  min-width: 100%;
  position: absolute;
  bottom: 0;
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot {
  vertical-align: middle;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot:hover span,
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot.active span {
  background-color: #696969;
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot span {
  min-width: 100%;
  height: 3px;
  display: block;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.portfolio-category-view .portfolio-carousel .portfolio-grid .portfolio-bottom-content .port-title {
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-category-view .portfolio-bottom-content .category-link > a {
  font-size: 1rem;
  color: #999;
}
.portfolio-category-view .portfolio-bottom-content .port-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
.portfolio-category-view .port-thumbnail-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.portfolio-category-view .category-link > a {
  margin-right: 15px;
}
.portfolio-category-view .portfolio-grid .port-thumbnail-image {
  padding-bottom: 100%;
}
.portfolio-category-view .portfolio-grid .item {
  margin-bottom: 50px;
  overflow: hidden;
}
.portfolio-category-view .portfolio-grid .item:hover .port-thumbnail-image {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}
.portfolio-category-view .portfolio-grid .item img {
  opacity: 0;
}
.portfolio-category-view .portfolio-grid .portfolio-bottom-content .port-title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.portfolio-category-view .portfolio-masonry {
  margin-bottom: 100px;
}
.portfolio-category-view .portfolio-masonry .item-thumbnail {
  padding: 0;
}
.portfolio-category-view .portfolio-masonry .item-thumbnail .thumbnail-image {
  display: block;
  line-height: 0;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner {
  position: relative;
  overflow: hidden;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .port-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  opacity: 0;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .port-link i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 15px;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .port-title a,
.portfolio-category-view .portfolio-masonry .portfolio-inner .category-link a {
  color: #fff;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .portfolio-bottom {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 5;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  opacity: 0;
  padding: 40px;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title {
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
  font-weight: 700;
  font-size: 1.875rem;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner:hover .port-link,
.portfolio-category-view .portfolio-masonry .portfolio-inner:hover .portfolio-bottom {
  opacity: 1;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner:hover .portfolio-bottom {
  bottom: 0;
}
.portfolio-category-view .portfolio-masonry .portfolio-inner:hover .port-link i {
  right: 35px;
}
.portfolio-view .title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000;
  text-align: center;
  padding: 105px 0 60px;
}
.portfolio-details .portfolio-view-content {
  margin: 0 auto;
}
.portfolio-details .portfolio-image {
  text-align: center;
}
.portfolio-details .portfolio-info {
  margin: 80px 0;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 18px;
}
.portfolio-details .portfolio-info .portfolio-datetime {
  line-height: 40px;
}
.portfolio-details .portfolio-info .portfolio-datetime .date:after {
  content: '/';
  color: #000;
  padding: 0 10px;
}
.portfolio-details .portfolio-info .portfolio-datetime .date span,
.portfolio-details .portfolio-info .portfolio-datetime .category span {
  color: #000;
  font-size: 0.875rem;
}
.portfolio-details .portfolio-info .portfolio-datetime .category span a {
  position: relative;
  padding: 0 7px;
}
.portfolio-details .portfolio-info .portfolio-datetime .category span a:before {
  content: '';
  color: #000;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  bottom: 3px;
  left: -2px;
}
.portfolio-details .portfolio-info .portfolio-datetime .category span a:first-child:before {
  display: none;
}
.portfolio-details .portfolio-info .sharethis .text-color {
  color: #000;
  font-size: 0.875rem;
  padding-right: 15px;
}
.portfolio-details .description {
  padding: 25px 50px;
}
.portfolio-details .description .text-bold {
  color: #000;
  font-weight: 600;
}
.portfolio-details .description .text-bold p {
  margin-bottom: 1.75rem;
  line-height: 1.75rem;
}
.portfolio-details .description .view-title {
  margin: 100px 0;
}
.portfolio-details .description .view-title .btn.btn-default {
  font-size: 1.5rem;
  letter-spacing: 0.025rem;
  color: #000;
  text-transform: capitalize;
}
.portfolio-details .nav-links {
  padding-top: 130px;
}
.portfolio-details .nav-links .icon_grid:before {
  content: '\e880';
  font-family: 'Linearicons';
  font-style: initial;
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
.portfolio-details .nav-links i,
.portfolio-details .nav-links .nav {
  font-size: 1.5rem;
  line-height: 36px;
  color: #999;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.portfolio-details .nav-links i:before {
  color: #999;
}
.portfolio-details .nav-links .nav span {
  padding: 0 18px;
  color: #999;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.portfolio-details .nav-links .nav:hover span,
.portfolio-details .nav-links .nav:hover i:before {
  color: #000;
}
/* End Portfolio */
/* Product added Options - Cart */
.product.options > .toggle {
  font-size: 0.875rem;
  color: #969696;
}
.product.options .product.options.list {
  margin: 0;
}
.product.options .product.options.list .label,
.product.options .product.options.list .values {
  margin: 0;
  font-size: 0.8125rem;
  color: #969696;
  display: inline;
}
.product.options .product.options.list .label {
  font-weight: 500;
  color: #000;
}
.product.options .product.options.list .label:after {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
.product.options .product.options.list .values:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 3px;
}
.product.options .product.options.list .values .price {
  font-size: 0.8125rem;
}
/* End Product added Options - Cart */
/* Modal Popup Confirm */
.modal-popup.confirm .modal-inner-wrap {
  width: calc(100vw - 30px);
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  right: auto;
}
.modal-popup.confirm .modal-header {
  padding: 1rem;
}
.modal-popup.confirm .modal-footer {
  padding: 1.5rem 1rem;
}
.modal-popup.confirm .action-secondary,
.modal-popup.confirm .action-primary {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  font-family: inherit;
  padding: 0 1.5rem;
  height: 2rem;
  color: #000;
  line-height: 1.9375rem;
}
.modal-popup.confirm .action-secondary:focus,
.modal-popup.confirm .action-secondary:hover {
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
.modal-popup.confirm .action-primary {
  border: 1px solid #04af04;
  background-color: #04af04;
  color: #fff;
}
.modal-popup.confirm .action-primary:focus,
.modal-popup.confirm .action-primary:hover {
  border: 1px solid green;
  background-color: green;
}
/* End Modal Popup Confirm */
/* Wishlist */
.response_wishlist {
  position: fixed;
  right: 30px;
  top: 120px;
  z-index: 9999;
  max-width: 100%;
  width: 300px;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  font-size: 0.875rem;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  padding-left: 50px;
}
.response_wishlist:before {
  font-family: "Linearicons";
  position: absolute;
  top: 50%;
  font-size: 24px;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.response_wishlist.success {
  background-color: #28a745;
}
.response_wishlist.success:before {
  content: "\e959";
}
.response_wishlist.false {
  background-color: #dc3545;
}
.response_wishlist.false:before {
  content: "\e955";
}
.response_wishlist._show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.response_wishlist .product_name {
  display: inline;
}
/* End Wishlist */
/* Promo Banner */
.promobanner > a {
  display: block;
  line-height: 0;
}
.promobanner-v1 .promobanner > .text {
  padding: 20px 50px;
}
.promobanner-v1 .promobanner .banner-text {
  font-size: 1rem;
  color: #999999;
}
.promobanner-v1 .promobanner .banner-text .sub-title {
  margin: 0 0 9px;
}
.promobanner-v1 .promobanner .banner-text .title {
  font-size: 3rem;
  color: #222222;
  margin: 0 0 56px;
  line-height: 1;
}
.promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default,
.promobanner-v1 .promobanner .banner-text .white-color .action.default {
  color: #ffffff;
  border-color: #ffffff;
}
.promobanner-v1 .promobanner .banner-text .white-color .title {
  color: #ffffff;
}
.promobanner-v1 .top-center.text,
.promobanner-v1 .middle-center.text,
.promobanner-v1 .bottom-center.text {
  min-width: 100%;
}
.promobanner-v2 .promobanner .banner-text {
  padding-top: 29px;
}
.promobanner-v2 .promobanner .banner-text .title {
  font-size: 1.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.promobanner-v2 .promobanner .banner-text .sub-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 5px;
}
.promobanner-v3 .promobanner .top-left .banner-text {
  padding-left: 70px;
}
.promobanner-v3 .promobanner .banner-text {
  padding-top: 37px;
}
.promobanner-v3 .promobanner .banner-text .title {
  font-size: 1.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.promobanner-v3 .promobanner .banner-text .sub-title {
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 2px;
}
.promobanner-v4 .promobanner .banner-text {
  padding: 5px 18px;
}
.promobanner-v4 .promobanner .banner-text .title {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
}
.promobanner-v4 .promobanner .banner-text .sub-title {
  font-size: 16px;
  color: #999999;
}
/* ++++++++++++ */
/* Home Default */
/* Single Deal Block */
.single-deal .product-item-details .sub-title {
  color: #999999;
  font-size: 1.125rem;
  margin-bottom: 7px;
}
.single-deal .product-item-details .product-item-name {
  margin: 0;
}
.single-deal .product-item-details .product-item-name + .price-box {
  margin-top: 11px;
}
.single-deal .product-item-details .product-item-name + .product-item-description {
  margin-top: 16px;
}
.single-deal .product-item-details .product-item-name a {
  color: #222222;
  font-weight: 700;
  font-size: 2.25rem;
}
.single-deal .price-box .price {
  font-size: 1.125rem;
}
.single-deal .product-info-label {
  margin-top: 23px;
}
.single-deal .product-info-label .stock,
.single-deal .product-info-label .save-count {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  line-height: 1;
}
.single-deal .product-info-label .stock {
  margin-left: 3px;
}
.single-deal .product-info-label .stock.unavailable {
  background-color: #ff0000;
}
.single-deal .product-info-label .stock.available {
  background-color: #04b104;
}
.single-deal .deal-timer {
  background-color: #fff;
  max-width: 470px;
  width: 100%;
  display: block;
  padding: 15px 0 18px;
  margin: 50px 0 0;
}
.single-deal .deal-timer .countdown:after,
.single-deal .deal-timer .time-note:after {
  content: "";
  display: table;
  clear: both;
}
.single-deal .deal-timer .countdown span,
.single-deal .deal-timer .time-note span {
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 5px;
}
.single-deal .deal-timer .countdown span {
  font-size: 1.875rem;
  color: #222222;
}
.single-deal .deal-timer .time-note span {
  color: #999999;
  font-size: 1rem;
}
.single-deal .note.out-time {
  margin: 20px 0 0;
  font-size: 15px;
  color: #f00;
}
.single-deal .product-item-inner {
  margin-top: 54px;
}
.single-deal .product-reviews-summary {
  margin: 15px 0 0;
}
.single-deal .product-reviews-summary .reviews-actions {
  display: none;
}
.single-deal .product-reviews-summary + .product-item-description {
  margin-top: 17px;
}
.single-deal .rating-summary .rating-result {
  width: 87px;
}
.single-deal .rating-summary .rating-result > span:before,
.single-deal .rating-summary .rating-result:before {
  font-size: 1rem;
}
.single-deal .product-item-description {
  max-width: 470px;
  font-size: 1rem;
  color: #999;
}
.single-deal .product-item-description + .price-box {
  margin-top: 20px;
}
.single-deal .product-item-info.template-2 .product-item-details .sub-title {
  font-size: 12px;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  color: #7cafca;
  text-transform: uppercase;
}
.single-deal .product-item-info.template-2 .product-item-details .product-item-name a {
  font-size: 3rem;
  line-height: 1;
}
.single-deal .product-item-info.template-2 .product-item-details .product-item-description {
  margin-top: 35px;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.single-deal .product-item-info.template-2 .product-item-details .price-box .price {
  font-weight: 700;
}
.single-deal .product-item-info.template-2 .product-item-details .price-box .special-price .price {
  color: #1a1a1a;
}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer {
  margin-top: 15px;
  background-color: transparent;
}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span {
  width: 20%;
}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer span {
  text-align: left;
}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .time-note span {
  line-height: 1;
  width: 20%;
}
.single-deal .product-item-info.template-2 .product-item-details .product-item-inner {
  margin-top: 48px;
}
.single-deal .product-item-info.template-2 .product-item-details .product-item-inner .action.btn-blue {
  display: inline-block;
  padding: 16px 31px;
  color: #fff;
}
/* ++++++++++++ */
/* End Home Default */
/*Home Instagram Shop*/
.instagram-shop .section-title {
  margin: 75px 0 108px;
}
.instagram-shop .section-title .title {
  margin-bottom: 38px;
  letter-spacing: -0.025rem;
  line-height: 3rem;
}
.instagram-shop .section-title .subtitle {
  line-height: 1.875rem;
  color: #666;
}
.instagram-shop .snptwdgt-rtd__ftr.sfx-fade-in {
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
  background-color: #231c13;
}
.instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico:before {
  font-family: 'Linearicons';
  content: "\e74c";
  font-size: 0.75rem;
}
.instagram-shop .instagram-shop-block .widget-hotspot {
  display: none !important;
}
.instagram-shop .snptwdgt-container .snptwdgt__item .snpt__fauximg {
  cursor: pointer;
}
.instagram-shop .snptwdgt-container .snptwdgt-rtd__fotr {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  margin: 0 !important;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
  background-color: #fff !important;
  border: 2px solid #e6e6e6!important;
  color: #999 !important;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 34px;
  margin-top: 5px;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn > span {
  display: none;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
  border-color: #bd9250 !important;
  color: #bd9250 !important;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover .snpt-cta-btn_ico {
  background-color: inherit;
  color: inherit;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:after {
  font-family: 'Linearicons';
  content: "\e74d";
  font-size: 18px;
}
body public-modal .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price {
  color: #bd9250 !important;
  font-weight: 500;
}
body public-modal .hotspot-modal .modal-dialog .chevron {
  top: 48% !important;
  font-size: 20px;
  margin-top: -15px;
  opacity: 0;
}
body public-modal .hotspot-modal .modal-dialog .chevron.next-chevron,
body public-modal .hotspot-modal .modal-dialog .chevron.prev-chevron {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body public-modal .hotspot-modal .modal-dialog .chevron.next-chevron:before,
body public-modal .hotspot-modal .modal-dialog .chevron.prev-chevron:before {
  font-family: 'Linearicons';
  font-size: 20px;
  font-weight: 700;
}
body public-modal .hotspot-modal .modal-dialog .chevron.next-chevron {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
}
body public-modal .hotspot-modal .modal-dialog .chevron.next-chevron:before {
  content: "\e93c";
}
body public-modal .hotspot-modal .modal-dialog .chevron.prev-chevron {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
body public-modal .hotspot-modal .modal-dialog .chevron.prev-chevron:before {
  content: "\e93b";
}
body public-modal .hotspot-modal .modal-dialog:hover .chevron {
  opacity: 1;
}
body public-modal .hotspot-modal .modal-dialog:hover .chevron.next-chevron,
body public-modal .hotspot-modal .modal-dialog:hover .chevron.prev-chevron {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
body .snpt-modal.hotspot-modal .snptico-left-chevron,
body .snpt-modal.hotspot-modal .snptico-right-chevron {
  color: #999 !important;
}
body .snpt-modal.hotspot-modal .ico-close {
  color: #999 !important;
  font-weight: 700 !important;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
body .snpt-modal.hotspot-modal .ico-close:hover {
  color: #bd9250 !important;
}
/*End Home Instagram Shop*/
/*Home Masonry*/
.desktop-large-grid .btn-shop {
  margin-top: 28px;
}
.btn-shop {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.btn-shop:hover {
  text-decoration: underline;
}
.desktop-large-grid .masonry .line .product-item {
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .mgs-product-tab.masonry .mgs-tab.data.items > .item.content .masonry-grid .product-item:first-child,
  .mgs-product-tab.masonry .mgs-tab.data.items > .item.content .masonry-grid .product-item:nth-child(3) {
    padding-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mgs-product-tab.masonry .mgs-tab.data.items > .item.content .masonry-grid .product-item:first-child {
    padding-top: 60px;
  }
}
.masonry-gridlayout.products-grid {
  position: relative;
}
.masonry-gridlayout.products-grid:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url('../../frontend/Mgs/supro/es_AR/images/oval.svg');
  background-position: top 100px center;
  background-repeat: no-repeat;
}
.masonry-gridlayout.products-grid .masonry-grid {
  opacity: 0;
  visibility: visible;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.masonry-gridlayout.products-grid .masonry-grid .product-item {
  opacity: 1;
  visibility: visible;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}
.masonry-gridlayout.products-grid .masonry-grid .product-item.enable {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.masonry-gridlayout.products-grid .masonry-grid .product-item .product-item-details {
  text-align: center;
}
.masonry-gridlayout.products-grid.masonry-done .masonry-grid {
  opacity: 1;
  visibility: visible;
}
.masonry-gridlayout.products-grid.masonry-done:after {
  content: none;
}
.masonry-item0 .product-top .product-item-photo,
.masonry-item1 .product-top .product-item-photo {
  height: 0px;
  display: block;
  overflow: hidden;
  line-height: 0;
  padding-bottom: 74%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.masonry-item0 .product-top .product-item-photo img,
.masonry-item1 .product-top .product-item-photo img {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.masonry-item0 .product-top .product-item-photo {
  padding-bottom: 147%;
}
/*End Home Masonry*/
/* Newsletter  */
.newsletter-home.text-center .title-newsletter {
  margin-bottom: 45px;
}
.newsletter-home.text-center .block.newsletter .content {
  max-width: 670px;
  margin: 0 auto;
}
.newsletter-home.text-center .block.newsletter .content .field.newsletter {
  border-bottom: 0;
}
.newsletter-home.text-center .block.newsletter .content .field.newsletter .control::before {
  left: 25px;
}
.newsletter-home.text-center .block.newsletter .content input[type="email"] {
  background-color: #f2f2f2;
  border-radius: 58px;
  padding: 0 120px 0 60px;
}
.newsletter-home.text-center .block.newsletter .content .actions {
  right: 30px;
}
.newsletter-home .title-newsletter .title {
  font-size: 2.25rem;
  font-weight: 700;
}
.newsletter-home .title-newsletter .sub-title {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.015em;
  margin-top: 4px;
  padding-left: 4px;
  color: #999;
}
.newsletter-home .block.newsletter {
  width: 100%;
  padding-bottom: 0;
  margin-top: 10px;
}
.newsletter-home .block.newsletter .content {
  position: relative;
}
.newsletter-home .block.newsletter .content .field.newsletter {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.newsletter-home .block.newsletter .content .field.newsletter input[type="email"] {
  border: none;
  line-height: 3.75rem;
  height: 3.625rem;
  padding-left: 45px;
  padding-right: 85px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
}
.newsletter-home .block.newsletter .content .field.newsletter input[type="email"]:-internal-autofill-selected {
  background-color: transparent;
}
.newsletter-home .block.newsletter .content .field.newsletter .control::before {
  color: #dedede;
  left: 0;
  top: 50%;
  margin-left: -9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.newsletter-home .block.newsletter .content .field.newsletter div#newsletter-error {
  position: absolute;
  top: 100%;
  left: 0;
}
.newsletter-home .block.newsletter .content .actions {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.newsletter-home .block.newsletter .content .actions .action.subscribe.primary {
  background-color: transparent;
  border: none;
  color: #222;
  font-size: 0.75rem;
  padding: 0;
  line-height: 3.875rem;
  letter-spacing: 0.075em;
}
.newsletter-home > .newsletter .block.newsletter .content .field.newsletter .control::before {
  left: 30px;
}
.newsletter-home > .newsletter .block.newsletter .content .field.newsletter input[type="email"] {
  padding-left: 68px;
}
.newsletter-home > .newsletter .block.newsletter .content .actions .action.subscribe.primary {
  padding-right: 30px;
}
/* End  Newsletter  */
/* Instagram  */
.instagram-home .title-instagram-block.panel-block:not(.builder-container) {
  position: static;
}
.instagram-home .title-instagram-block .title-instagram {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  text-align: center;
  padding: 12px 34px 17px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.instagram-home .title-instagram-block .title-instagram .label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.075em;
}
.instagram-home .title-instagram-block .title-instagram p {
  margin: 0;
}
.instagram-home .title-instagram-block .title-instagram .title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 5px 0 0;
  word-spacing: 0.1em;
}
.instagram-home:hover .title-instagram-block .title-instagram {
  opacity: 0;
  visibility: hidden;
}
.instagram-block .instagram-widget {
  margin-bottom: 0;
}
.instagram-block .instagram-widget .mgs-owl-carousel .instagram-item {
  padding: 0;
}
.instagram-block .instagram-widget .items.line {
  margin: 0;
}
.instagram-block .instagram-widget .items.line .col {
  padding: 0;
}
.instagram-block .instagram-item .social-count {
  color: #fff;
  background-color: #222;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 3;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.instagram-block .instagram-item .social-count > span {
  margin: 0;
  font-size: 0.875rem;
}
.instagram-block .instagram-item .social-count > span:before {
  content: "\e68c";
  font-family: "Linearicons";
  margin-right: 5px;
}
.instagram-block .instagram-item .social-count > span.like-count + .comment-count {
  margin-left: 10px;
}
.instagram-block .instagram-item .social-count > span.comment-count:before {
  content: "\e7d7";
}
.instagram-block .instagram-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  visiable: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-block .instagram-item.instagram-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.instagram-block .instagram-item.instagram-photo img {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.instagram-block .instagram-item:hover:after {
  opacity: .5;
  visibility: visible;
}
/* End  Instagram  */
/*  Login Page */
.login-container {
  padding-top: 50px;
  width: 370px !important;
  min-width: auto !important;
  margin: 0 auto;
  float: none !important;
}
@media (max-width: 575.98px) {
  .login-container {
    width: 100% !important;
  }
}
.login-container .block-customer-login {
  width: 100%;
  float: none !important;
}
.login-container .block-title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none !important;
  margin-bottom: 50px !important;
}
.login-container .block-title .title {
  font-size: 1.5rem;
  font-weight: bold;
  word-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  padding: 0 20px;
}
.login-container .block-title .title.disable > a {
  color: #cccccc;
}
.login-container .block-title .title.disable > a:hover {
  color: #000000;
}
.login-container .form-login .field.note {
  font-size: 1rem;
  margin-bottom: 22px;
  font-style: inherit;
  color: #262626;
}
.login-container .form-login .form-group {
  margin-bottom: 13px;
}
.login-container .form-login .form-group .label {
  display: none;
}
.login-container .form-login .form-group .control input {
  border: 1px solid #d9d9d9;
  height: 3rem;
}
.login-container .form-login .form-group .control input[type="text"]::placeholder,
.login-container .form-login .form-group .control input[type="password"]::placeholder,
.login-container .form-login .form-group .control input[type="url"]::placeholder,
.login-container .form-login .form-group .control input[type="tel"]::placeholder,
.login-container .form-login .form-group .control input[type="search"]::placeholder,
.login-container .form-login .form-group .control input[type="number"]::placeholder,
.login-container .form-login .form-group .control input[type="datetime"]::placeholder,
.login-container .form-login .form-group .control input[type="email"]::placeholder {
  color: #999999;
}
.login-container .form-login .form-group.password {
  position: relative;
}
.login-container .form-login .form-group.password .action.remind {
  position: absolute;
  right: 15px;
  top: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 500;
  font-size: 0.875rem;
}
.login-container .form-login .form-group.password .action.remind:hover {
  color: #000;
}
.login-container .form-login .fieldset > .field.choice,
.login-container .form-login .fieldset > .field.no-label {
  margin-bottom: 10px;
}
.login-container .form-login .fieldset > .field.choice:before,
.login-container .form-login .fieldset > .field.no-label:before {
  width: 0;
  padding: 0;
}
.login-container .form-login .fieldset > .field.choice .label,
.login-container .form-login .fieldset > .field.no-label .label {
  font-size: 0.875rem;
  color: #999999;
}
.login-container .form-login .actions-toolbar {
  padding-top: 20px;
  margin-left: 0 !important;
}
.login-container .form-login .actions-toolbar .action.btn {
  width: 100%;
  font-size: 1.125rem;
  padding: 0;
  line-height: 50px;
}
.login-container .form-login .fieldset::after {
  display: none;
}
.to-home {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
  word-spacing: 0.1em;
  margin-top: 120px;
}
.remember-box .tooltip.wrapper.hide {
  display: none;
}
.field.captcha .control.captcha .nested {
  margin-top: 13px;
}
.field.captcha .control.captcha .nested .control.captcha-image {
  border: 1px solid #d9d9d9;
}
/* End Login Page */
/* Forgot Password */
.customer-account-forgotpassword .block-customer-forgot-password {
  width: 370px;
  margin: 0 auto;
  max-width: 100%;
}
.customer-account-forgotpassword .block-customer-forgot-password .block-title {
  margin: 100px 0 50px;
}
.customer-account-forgotpassword .block-customer-forgot-password .block-title .title {
  font-size: 1.5rem;
  font-weight: 700;
  word-spacing: 0.1em;
  color: #000000;
  padding: 0 20px;
  text-align: center;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget {
  min-width: 100%;
  text-align: center;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget > .fieldset {
  margin-bottom: 10px;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .field.note {
  font-size: 1rem;
  margin-bottom: 22px;
  font-style: inherit;
  color: #262626;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .label {
  display: none;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input {
  border: 1px solid #d9d9d9;
  height: 3rem;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar {
  padding-top: 20px;
  margin-left: 0 !important;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar > .primary {
  margin: 0;
  width: 100%;
  display: block;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary {
  width: 100%;
  display: block;
  float: none;
}
.customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .actions-toolbar .secondary a.action {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
  word-spacing: 0.1em;
  padding-top: 120px;
}
/* End Forgot Password */
/* Register page */
.register-container {
  padding-top: 50px;
}
.register-container .block-title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none !important;
  margin-bottom: 50px !important;
}
.register-container .block-title .title {
  font-size: 1.5rem;
  font-weight: bold;
  word-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  padding: 0 20px;
}
.register-container .block-title .title.disable > a {
  color: #cccccc;
}
.register-container .block-title .title.disable > a:hover {
  color: #000000;
}
.register-container .form-create-account {
  min-width: 100% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.register-container .form-create-account > .fieldset {
  flex: 0 0 30%;
  max-width: 370px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .register-container .form-create-account > .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.register-container .form-create-account > .fieldset > .legend {
  margin-left: 0 !important;
  font-size: 1.3rem;
  font-weight: 600;
  word-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  padding: 0;
}
.register-container .form-create-account > .fieldset > .field {
  margin-bottom: 13px;
  position: relative;
}
.register-container .form-create-account > .fieldset > .field.region {
  margin-bottom: 0;
}
.register-container .form-create-account > .fieldset > .field.region .control input {
  margin-bottom: 13px;
}
.register-container .form-create-account > .fieldset > .field .control input,
.register-container .form-create-account > .fieldset > .field .control select {
  border: 1px solid #d9d9d9;
  height: 3rem;
}
.register-container .form-create-account > .fieldset > .field:not(.choice) > .label,
.register-container .form-create-account > .fieldset > .field.street .field.additional .label {
  position: absolute;
  margin-bottom: 0;
  left: 17px;
  top: 24px;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #999;
  width: auto;
  background-color: #fff;
  padding-right: 0;
}
.register-container .form-create-account > .fieldset > .field:not(.choice) > .label.input-focus,
.register-container .form-create-account > .fieldset > .field.street .field.additional .label.input-focus {
  display: none;
}
.register-container .form-create-account > .fieldset > .field.street .field.additional {
  position: relative;
}
.register-container .form-create-account > .fieldset > .field.street .field.additional .label {
  clip: inherit;
  height: auto;
  margin: auto;
  width: auto;
}
.register-container .form-create-account > .fieldset > .field.choice,
.register-container .form-create-account > .fieldset > .field.no-label {
  margin-bottom: 10px;
}
.register-container .form-create-account > .fieldset > .field.choice:before,
.register-container .form-create-account > .fieldset > .field.no-label:before {
  width: 0;
  padding: 0;
}
.register-container .form-create-account > .fieldset > .field.choice .label,
.register-container .form-create-account > .fieldset > .field.no-label .label {
  font-size: 0.875rem;
  color: #999999;
}
.register-container .form-create-account .actions-toolbar {
  padding-top: 20px;
  margin-left: 0 !important;
  flex: 0 0 100%;
}
.register-container .form-create-account .actions-toolbar > .primary {
  float: none;
  display: block !important;
  text-align: center;
}
.register-container .form-create-account .actions-toolbar > .primary button.action {
  font-size: 1.125rem;
  line-height: 50px;
  padding: 0;
  float: none;
  width: 320px;
  margin: 0;
}
.register-container .form-create-account .actions-toolbar .secondary {
  float: none;
  display: block !important;
}
.register-container .form-create-account .actions-toolbar .secondary a.action {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
  word-spacing: 0.1em;
  margin-top: 80px;
}
.password-strength-meter {
  font-size: 0.875rem;
  height: auto;
  line-height: inherit;
  padding: 6px 9px;
}
/* End Register */
/* Logout  */
.customer-account-logoutsuccess footer.page-footer {
  margin-top: 0;
}
.customer-account-logoutsuccess .logout-success {
  text-align: center;
  padding: 200px 0;
}
/* Wishlist Page */
.form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item {
  margin-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media (max-width: 575.98px) {
  .form-wishlist-items .products-grid.wishlist:not(.active-slider) .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
  width: 100%;
  border: 1px solid #eee;
  padding: 0;
  position: relative;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name .product-item-link {
  font-size: 1rem;
  letter-spacing: 0.01em;
  word-spacing: 0.1em;
  display: block;
  height: 34px;
  overflow-wrap: break-word;
  overflow: hidden;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-image-container {
  width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
  padding: 0 15px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price {
  color: #bbbbbb;
  font-size: 0.875rem;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-comment {
  height: 90px;
  margin: 0;
  min-height: auto;
  border-width: 1px;
  padding: 10px 15px;
  border: none;
  border-top: 1px solid #eee;
  max-height: 90px;
  font-size: 0.875rem;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset {
  padding: 15px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty {
  margin: 0;
  padding: 0;
  float: left;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .label {
  margin: 0;
  padding-right: 0;
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control {
  border: 1px solid #eaeaea;
  width: auto;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control input.qty {
  width: 40px;
  padding: 0;
  border-width: 0;
  height: 42px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button {
  width: 30px;
  flex: 0 0 30px;
  ms-flex: 0 0 30px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button:before {
  font-family: 'Linearicons';
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button.minus::before {
  content: "-";
  font-size: 2rem;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button.plus::before {
  content: "+";
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button:hover,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button:focus,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .field.qty .control > button:active {
  border: none;
  box-shadow: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions {
  margin: 0 0 0 5px;
  float: left;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary {
  padding: 0 15px;
  line-height: 40px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary {
    line-height: 36px;
  }
  .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary > span {
    display: none;
  }
  .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset .product-item-actions .action.tocart.primary:before {
    font-family: 'Linearicons';
    content: "\e74d";
    font-size: 20px;
  }
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart,
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
  -ms-flex: 0 0  100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
  order: 1;
  margin-top: 20px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 11;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .action.edit {
  margin-right: 5px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .action.edit:before {
  font-family: 'Linearicons';
  content: "\e672";
  font-size: 16px;
  line-height: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .action.edit span {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .btn-remove.action.delete:before {
  font-family: 'Linearicons';
  content: "\e681";
  font-size: 16px;
  line-height: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .btn-remove.action.delete span {
  display: none;
}
.form-wishlist-items .actions-toolbar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.form-wishlist-items .actions-toolbar > .primary {
  margin-bottom: 30px;
}
.form-wishlist-items .actions-toolbar > .primary button.action {
  padding: 9px 30px;
  border-radius: 0;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-width: 2px;
  margin: 0 7px;
}
.form-wishlist-items .actions-toolbar > .primary button.action.update {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.form-wishlist-items .actions-toolbar > .primary button.action.update:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.form-wishlist-items .actions-toolbar > .primary button.action.share:hover {
  background-color: #000000;
  border-color: #000000;
}
.form-wishlist-items .actions-toolbar > .primary button.action.tocart {
  background-color: #000000;
  border-color: #000000;
}
.form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover {
  background-color: transparent;
}
.form-wishlist-items .actions-toolbar > .secondary {
  display: none;
}
.sidebar .block .title {
  position: static;
  clip: inherit;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  color: #222;
}
.sidebar .block .title strong {
  font-size: 1.5rem;
  word-spacing: 0.1em;
  margin: 0;
}
.sidebar .block .block-title strong {
  font-size: 1.5rem;
  word-spacing: 0.1em;
  margin: 0;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
}
.sidebar .block .content {
  background: none;
  padding: 0;
}
.sidebar .block .account-nav > div.title,
.sidebar .block.account-nav > div.title,
.sidebar .block .account-nav.account-nav-title,
.sidebar .block.account-nav.account-nav-title {
  display: none;
}
.sidebar .block .account-nav .item,
.sidebar .block.account-nav .item {
  overflow: hidden;
}
.sidebar .block .account-nav .item .delimiter,
.sidebar .block.account-nav .item .delimiter {
  margin: 10px 100px 0 0;
}
.sidebar .block .account-nav .item a,
.sidebar .block.account-nav .item a,
.sidebar .block .account-nav .item > strong,
.sidebar .block.account-nav .item > strong {
  border: none;
  display: inline;
  padding: 0;
  color: #999999;
  font-size: 0.9375rem;
}
.sidebar .block .account-nav .item a,
.sidebar .block.account-nav .item a {
  position: relative;
  overflow: hidden;
}
.sidebar .block .account-nav .item a:after,
.sidebar .block.account-nav .item a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  background: #333;
  transition: 300ms;
  bottom: 0;
  right: 0;
}
.sidebar .block .account-nav .item a:hover,
.sidebar .block.account-nav .item a:hover {
  color: #222;
  background: transparent;
}
.sidebar .block .account-nav .item a:hover:after,
.sidebar .block.account-nav .item a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.sidebar .block .account-nav .item.current a,
.sidebar .block.account-nav .item.current a,
.sidebar .block .account-nav .item.current strong,
.sidebar .block.account-nav .item.current strong {
  font-weight: 500;
  color: #222222;
  border: none;
  cursor: inherit;
}
.sidebar .block .account-nav .item.current a:after,
.sidebar .block.account-nav .item.current a:after {
  display: none;
}
.sidebar .block .account-nav .item.nav,
.sidebar .block.account-nav .item.nav {
  margin: 0;
}
.sidebar .block .account-nav .item.nav + .item.nav,
.sidebar .block.account-nav .item.nav + .item.nav {
  margin: 15px 0 0 0;
}
.sidebar .block .empty {
  color: #999999;
}
.sidebar.sidebar-additional,
.sidebar.sidebar-main {
  padding-right: 15px;
}
/* End Wishlist Page */
/* Product Grid */
.price-box .special-price .price-final_price .price {
  color: #222;
}
.products-grid .items .product-item {
  margin-bottom: 64px;
}
.products-grid .items .product-item .product-image-photo {
  min-width: 100%;
}
.products-grid .items .product-item .img-hover-show {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}
.products-grid .items .product-item:hover .img-hover-show {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.products-grid .items .product-item .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid .items .product-item .product-top.loading-ajax:after,
.products-grid .items .product-item .product-top.loading-ajax--wl:after {
  content: "";
  position: absolute;
  z-index: 9;
  background-image: url('../../frontend/Mgs/supro/es_AR/images/cart.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f3f3f3;
  background-size: 120px;
}
.products-grid .items .product-item .product-top.loading-ajax--wl:after {
  background-image: url('../../frontend/Mgs/supro/es_AR/images/wishlish.svg');
}
.products-grid .items .product-item .product-top .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  padding: 25px 0 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.products-grid .items .product-item .product-top .product-item-inner .action.tocart {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  height: 22px;
  box-shadow: none;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary {
  position: relative;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .swatch-input.super-attribute-select {
  position: absolute;
  width: 0px;
  height: 0px;
  border: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .swatch-input.super-attribute-select + .mage-error {
  display: none;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .stock.unavailable {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  height: 22px;
  box-shadow: none;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .field.choice.related {
  position: relative;
  overflow: hidden;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .field.choice.related input.checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -99999px;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .field.choice.related input.checkbox:checked + label:before {
  content: "\e999";
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .field.choice.related .label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  height: 22px;
  box-shadow: none;
  color: #000;
  cursor: pointer;
}
.products-grid .items .product-item .product-top .product-item-inner .actions-primary .field.choice.related .label:before {
  content: "\e98d";
  font-family: "Linearicons";
  margin-right: 8px;
  margin-left: 2px;
  font-size: 14px;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-primary {
  float: left;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary {
  float: right;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action {
  float: left;
  color: #999999;
  position: relative;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:before {
  content: "" attr(aria-label) "";
  line-height: 1;
  padding: 3px 8px;
  background-color: #222222;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 9px;
  left: 50%;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:last-child:before {
  right: 0;
  left: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action.tocompare span:before {
  content: "\e8da";
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action.quickview span:before {
  content: "\e971";
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span {
  font-size: 0px;
  display: block;
  line-height: 1;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action span:before {
  content: '\e68c';
  display: block;
  font-family: "Linearicons";
  font-size: 18px;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action + .action {
  margin-left: 13px;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:hover {
  color: #000000;
}
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:hover:after,
.products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid .items .product-item .product-item-details {
  padding: 8px 0 0;
}
.products-grid .items .product-item .product-image-container {
  display: block;
}
.products-grid .items .product-item .product-image-container .product-item-photo {
  display: block;
  line-height: 1;
  font-size: 0px;
}
.products-grid .items .product-item .product-reviews-summary {
  margin: 1px 0 0;
}
.products-grid .items .product-item .product-reviews-summary:not.empty + .price-box {
  margin-top: 2px;
}
.products-grid .items .product-item .product-reviews-summary.empty + .price-box,
.products-grid .items .product-item .product-reviews-summary.no-rating + .price-box {
  margin-top: 5px;
}
.products-grid .items .product-item .product-item-name {
  display: block;
}
.products-grid .items .product-item .product-item-name a {
  font-weight: 200;
  font-size: 12px;
}
.products-grid .items .product-item .product-item-name + .price-box {
  margin-top: 0px;
}
.products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.products-grid.carousel-related .owl-carousel .owl-dots {
  margin-top: 0;
}
.products-grid.carousel-related .owl-carousel .owl-nav {
  display: none !important;
}
.products-grid .mgs-owl-carousel.items .product-item .product-item-details {
  padding-top: 20px;
}
.section-title {
  margin-bottom: 44px;
}
.section-title h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.section-title .title {
  color: #222222;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.section-title .subtitle {
  color: #999999;
  font-size: 1rem;
  letter-spacing: 0.015em;
}
.section-title .subtitle .subtitle + .btn {
  padding-bottom: 0;
  line-height: 1.4375rem;
}
.with-tab .section-title {
  margin-bottom: 19px;
}
.tab-cate-link {
  margin-top: 25px;
  text-align: center;
}
.mgs-product-tab .mgs-tab.product.data {
  margin-bottom: 0;
}
.mgs-product-tab .mgs-tab.data.items > .item.content {
  margin-top: 125px;
  padding: 0;
}
.mgs-product-tab .tab-style7.data.items .item.title .switch {
  padding: 0 15px !important;
}
.product-ultra-grid .banner-url {
  margin-bottom: 150px;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
}
.product-ultra-grid .banner-url .product-image-container {
  display: block;
  position: relative;
  z-index: 1;
}
.product-ultra-grid .banner-url .banner-content {
  text-align: left;
  display: block;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}
.product-ultra-grid .banner-url .banner-content .product-item-name {
  color: #222222;
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-ultra-grid .banner-url .banner-content .price-box {
  margin: 20px 0;
}
.product-ultra-grid .banner-url .banner-content .price-box .price {
  font-size: 1rem;
  color: #999999;
}
.product-ultra-grid .banner-url.even-banner {
  padding-left: 130px;
}
.product-ultra-grid .banner-url.even-banner .banner-content {
  position: absolute;
  left: 0;
  top: 60px;
  max-width: 40%;
}
.product-ultra-grid .banner-url.even-banner .product-item-name {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
}
.product-ultra-grid .banner-url.even-banner .price {
  margin: 34px 0 40px;
}
.product-ultra-grid .banner-url.even-banner .product-image-photo {
  width: 100%;
}
.product-ultra-grid .banner-url.odd-banner .banner-content {
  margin-top: -19px;
  padding-left: 19px;
}
.product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
  max-width: 75%;
}
/*  Guest Wishlist Page */
.guest_wishlist_list.products-grid:not(.active-slider) {
  margin-right: 0;
}
.guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0 15px;
  margin-bottom: 30px;
}
.guest_wishlist_list .product-wishlist-items .product-item-info {
  border: 1px solid #eee;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-image {
  position: relative;
  overflow: hidden;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-image .product-item-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-image .product-item-photo img {
  display: none;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .action.remove {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .action.remove:before {
  content: "\e681";
  font-family: 'Linearicons';
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .product-item-name {
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 1rem;
  letter-spacing: 0.01em;
  word-spacing: 0.1em;
  font-weight: 700;
  display: block;
  height: 34px;
  overflow-wrap: break-word;
  overflow: hidden;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .price-box {
  padding: 0 15px;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .price-box .price {
  color: #bbbbbb;
  font-size: 0.875rem;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .product-item-comment {
  height: 90px;
  margin: 0;
  min-height: auto;
  border-width: 1px;
  padding: 10px 15px;
  border: none;
  border-top: 1px solid #eee;
  max-height: 90px;
  font-size: 0.875rem;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart {
  padding: 0 15px;
  margin-bottom: 20px;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control {
  border: 1px solid #eaeaea;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control input.qty {
  width: 40px;
  padding: 0;
  border-width: 0;
  height: 42px;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button {
  width: 30px;
  flex: 0 0 30px;
  ms-flex: 0 0 30px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button:before {
  font-family: 'Linearicons';
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button.minus::before {
  content: "-";
  font-size: 2rem;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button.plus::before {
  content: "+";
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button:hover,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button:focus,
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .qty .control > button:active {
  border: none;
  box-shadow: none;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .product-item-actions {
  margin-top: 0;
}
.guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart .product-item-actions .action.primary {
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
}
.guest_wishlist_list .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 50px;
}
.guest_wishlist_list .actions-toolbar .action.update {
  font-size: 1.325rem;
  letter-spacing: 0.01em;
  color: #000;
  padding: 0.8rem 2.5rem;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
}
.guest_wishlist_list .actions-toolbar .action.update:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
/*  End Guest Wishlist Page */
/*  Sale Page  */
.cms-sale-off .page-wrapper > .breadcrumbs {
  margin: 50px auto;
}
.cms-sale-off .page-wrapper > .breadcrumbs .items .item > * {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  color: #222222;
  padding: 0 10px;
}
.cms-sale-off .page-wrapper > .breadcrumbs .items .item > a {
  color: #a0a0a0;
}
.cms-sale-off .page-wrapper > .breadcrumbs .items .item > a:hover {
  color: #222222;
  text-decoration: none;
}
.cms-sale-off .page-wrapper > .breadcrumbs .items .item:first-child > * {
  padding-left: 0;
}
.cms-sale-off .page-wrapper > .breadcrumbs .items .item:not(:last-child)::after {
  content: ".";
  font-family: inherit;
  vertical-align: center;
}
/*  End Sale Page  */
@media (max-width: 767px) {
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch {
    padding: 5px 20px !important;
  }
}
/*  Slide Home Default  */
.slide-home-1 {
  position: relative;
}
.slide-home-1 .line .line .panel-block-row.panel-block:not(.builder-container) {
  position: static;
}
.slide-home-1 .panel-block-row.col-des-12 {
  min-height: auto;
}
.slide-home-1 .slider_mgs_carousel .item-image {
  display: block;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide-home-1 .slider_mgs_carousel .item-image img {
  opacity: 0;
}
.slide-home-1 .slider_mgs_carousel .inner-text {
  padding: 0;
  margin-left: 7px;
  margin-top: -20px;
}
.slide-home-1 .slider_mgs_carousel .inner-text .title {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 45px -3px;
}
.slide-home-1 .slider_mgs_carousel .inner-text .title.color-white {
  color: #fff;
}
.slide-home-1 .slider_mgs_carousel .inner-text .sub-title {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  word-spacing: 0.1em;
  margin-bottom: 15px;
  display: block;
}
.slide-home-1 .slider_mgs_carousel .inner-text a.color-white {
  color: #fff;
  border-bottom-color: #fff;
}
.slide-home-1 .slider_mgs_carousel .inner-text a.color-white:hover {
  color: #bd9250;
  border-bottom-color: #bd9250;
}
.slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social li > a {
  color: #bbbbbb;
  font-size: 1rem;
}
/*  End Slide Home Default  */
/*  Fix GDPR  */
.modal-mgs-gdpr._inner-scroll .modal-inner-wrap {
  max-height: 80vh;
  max-width: calc(100% - 30px);
  width: 1200px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
}
.privacy-policy.cms-content .privacy-policy-content h2 {
  margin: 40px 0 20px;
  font-weight: 700;
  font-size: 1.5rem;
}
.privacy-policy.cms-content .privacy-policy-content ul {
  list-style-type: circle;
  padding-left: 20px;
}
/*  End Fix GDPR  */
/*  Lookbook  */
/*  Lookbook  */
.lookbook-container .pin-label {
  color: #fff;
}
.lookbook-container .pin__title {
  padding: 5px 20px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}
.lookbook-container .pin_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.lookbook-container .pin_close .icon-cross2 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}
.lookbook-container .pin__opened.pin__popup {
  opacity: 1;
  visibility: visible;
}
.lookbook-container .pin__opened.pin__popup + .pin_close {
  display: block;
}
.lookbook-container .popup__content--product {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  cursor: default;
}
.lookbook-container .popup__content--product .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
  border: none;
}
.lookbook-container .popup__content--product .product-image a {
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.lookbook-container .popup__content--product .product-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  border: none;
  margin: 0;
  padding: 20px;
  text-align: left;
}
.lookbook-container .popup__content--product .product-details > h3 a {
  color: #000;
  text-transform: none;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
  cursor: pointer;
}
.lookbook-container .popup__content--product .product-details .price-box .special-price + .old-price {
  float: left;
  margin-right: 16px;
}
.lookbook-container .popup__content--product .product-details form {
  width: 100%;
  padding: 15px 0 0;
}
.lookbook-container .popup__content--product .product-details button.action.primary {
  text-align: left;
  cursor: pointer;
}
.lookbook-container .popup__content--product .product-details button.action.primary > span {
  font-size: 12px;
  font-weight: 600;
}
.lookbook-container .popup__content--product > :not(:last-child) {
  margin-bottom: 0;
}
.lookbook-container .pin__popup_text_content {
  padding: 10px;
  cursor: default;
}
.lookbook-container .pin__popup_text_content > .popup__title {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  padding: 0;
  line-height: 1.2;
}
.lookbook-container .pin__popup_text_content .popup__content {
  margin-top: 10px;
  line-height: 1.2;
  border: none;
  padding: 0;
}
.lookbook-container .pin__image:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.lookbook-container .pin__image.pm-mask:before {
  display: none;
}
.lookbook-container .pin__image.pm-mask:after {
  opacity: 1;
}
.lookbook-slider .owl-nav > div i {
  font-style: inherit;
}
.lookbook-slider .owl-nav > div i:before {
  font-family: 'Linearicons';
  font-size: 1.5rem;
}
.lookbook-slider .owl-nav > div i.lnr-chevron-left:before {
  content: '\e93b';
}
.lookbook-slider .owl-nav > div i.lnr-chevron-right:before {
  content: '\e93c';
}
.lookbook-slider .owl-dots {
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 20px;
}
.lookbook-slider .owl-dots .owl-dot span {
  margin: 0 2px;
}
/*  End Lookbook  */
/* Breadcrumbs */
.breadcrumbs {
  padding: 15px 0 14px;
  background-color: #f6f6f8;
  max-width: 100%;
  margin: 0;
}
.breadcrumbs .items {
  font-size: 0.9375rem;
  color: #222222;
  padding: 0 15px;
}
.breadcrumbs .items .item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs .items .item a {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs .items .item a:hover {
  color: #bd9250;
}
.breadcrumbs .items .item + .item {
  margin-left: 10px;
}
.breadcrumbs .items .item:not(:last-child) {
  position: relative;
  padding-right: 14px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  right: 0;
}
/* End Breadcrumbs */
/* Page Title */
.page-title-wrapper {
  padding: 0;
  text-align: center;
  margin-bottom: 97px;
  position: relative;
}
.page-title-wrapper .page-title {
  display: block !important;
  font-weight: 700;
  color: #22446b;
  text-align: center;
  margin: 0;
  font-size: 3rem;
}
.page-title-wrapper.layout_type1 {
  padding: 57px 0 55px;
}
.page-title-wrapper.layout_type1 .breadcrumbs {
  background: none;
  padding: 15px 0 0;
}
.page-title-wrapper.layout_type2 .page-title {
  font-size: 1.5rem;
  background-color: #797979;
  padding: 57px 0;
  color: #fff;
  position: relative;
  margin: 0;
}
.page-title-wrapper.layout_type2 .page-title > * {
  position: relative;
  z-index: 1;
}
.page-title-wrapper.layout_type2 .page-title:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title-wrapper.no-title {
  padding: 1.5rem 0 3rem;
}
.page-title-wrapper.no-title .breadcrumbs .items {
  -ms-flex-pack: left;
  justify-content: left;
}
.page-title-wrapper .status-order-account {
  font-size: 1rem;
  color: #999;
  font-weight: 400;
}
.page-title-wrapper .status-order-account .order-actions-toolbar {
  margin-bottom: 0;
}
.page-title-wrapper .status-order-account .order-actions-toolbar .actions > .action {
  color: #999;
  margin-right: 5px;
}
.page-title-wrapper .status-order-account .order-status {
  margin: 0 0 20px;
}
.page-title-wrapper .status-order-account .order-date {
  margin-bottom: 5px;
}
.page-title-wrapper .status-order-account .breadcrumbs {
  position: absolute;
  min-width: 100%;
  bottom: -107px;
}
.ttbg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.ttbg-image:not(.ttbg-image-repeat) {
  background-position: center;
}
.ttbg-image.ttbg-image-repeat {
  background-size: auto;
  background-repeat: repeat;
}
/* End Page Title */
/* Product Detail */
.rotate-image {
  font-size: 12px;
  padding: 9px;
  position: absolute;
  right: 15px;
  z-index: 9;
  top: 15px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/360_deg_icon.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
  z-index: 1000 !important;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #fff;
  z-index: 999 !important;
}
.rotate-image-container .rotate-j360#view_overlay img.loader {
  display: none !important;
}
.rotate-image-container .rotate-j360:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../../frontend/Mgs/supro/es_AR/images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 30px;
  top: 30px;
  color: #333;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate span {
  display: block;
  line-height: 1;
}
.rotate-image-container .close-rotate span:before {
  content: "\e935";
  font-family: "Linearicons";
}
.product-detail-deals {
  box-shadow: 1px 1px 5px #ddd;
  margin-bottom: 10px;
}
.product-detail-deals .deal-timer .countdown span {
  font-size: 1.875rem;
  color: #222222;
}
.product-detail-deals .deal-timer .time-note span {
  font-size: 0.875rem;
}
.product.info.detailed {
  margin: 80px 0 0;
}
.product.info.detailed .product.data.items {
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;
}
.product.info.detailed .product.data.items > .item.title {
  float: none;
  margin: 0;
}
.product.info.detailed .product.data.items > .item.title > .switch {
  height: auto;
  font-weight: 700;
  color: #bbbbbb;
  background: none;
  border: none;
  font-size: 1.25rem;
  padding: 30px 30px 27px;
}
.product.info.detailed .product.data.items > .item.title > .switch .counter {
  font-size: 0.6em;
  vertical-align: top;
  transform: translateY(-3px);
  display: inline-block;
}
.product.info.detailed .product.data.items > .item.title > .switch .counter:before {
  content: "(";
}
.product.info.detailed .product.data.items > .item.title > .switch .counter:after {
  content: ")";
}
.product.info.detailed .product.data.items > .item.title.active > .switch,
.product.info.detailed .product.data.items > .item.title > .switch:hover {
  color: #222222;
}
.product.info.detailed .product.data.items > .item.content {
  border-top: 1px solid #eaeaea;
  float: none;
  margin: 0;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 100px 0 0;
}
.product.info.detailed .product.data.items > .item.content[aria-labelledby="tab-label-additional"] {
  padding: 80px 0 0;
}
.product.info.detailed .product.data.items > .item.content .product.attibute.description p {
  line-height: 1.9;
}
.product.info.detailed .additional-attributes-wrapper table.additional-attributes {
  width: 100%;
  margin: 0;
}
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr > td {
  vertical-align: middle;
  padding: 15px 0;
}
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr > th {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  width: 25%;
  padding-right: 30px;
}
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr > th:after {
  content: ":";
}
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr + tr > th,
.product.info.detailed .additional-attributes-wrapper table.additional-attributes > tbody > tr + tr > td {
  border-top: 1px dotted #eaeaea;
}
.product.info.detailed .block.review-list .block-title strong {
  display: block;
  font-weight: 700;
  color: #222222;
  font-size: 1.875rem;
  line-height: inherit;
  margin: 0 0 15px;
}
.product.info.detailed .block.review-list .review-content {
  line-height: 1.9;
  margin-bottom: 12px !important;
}
.product.info.detailed .block.review-list .review-toolbar {
  margin: 0;
  border: none;
}
.product.info.detailed .block.review-list .review-details .review-author,
.product.info.detailed .block.review-list .review-details .review-date {
  display: inline-block;
  font-style: italic;
  color: #777777;
  margin: 0;
}
.product.info.detailed .block.review-list .review-details .review-author:after {
  content: "-";
}
.product.info.detailed .block.review-list .review-item .rating-label {
  font-weight: 500;
  color: #222;
}
.product.info.detailed .block.review-list .review-item .rating-label:after {
  content: ":";
}
.product.info.detailed .block.review-list .review-ratings {
  float: none;
  margin-bottom: 10px;
}
.product.info.detailed .block.review-list .review-legend {
  display: block;
  font-weight: 700;
  color: #222222;
  font-size: 1.25rem;
  line-height: inherit;
  margin: 0 0 15px;
}
.product.info.detailed .block.review-list .review-items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product.info.detailed .block.review-list .review-items .review-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
}
.product.info.detailed .block.review-list .review-items .review-item .review-title {
  font-size: 1rem;
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
}
.product.info.detailed .block.review-list .review-ratings ~ .review-content,
.product.info.detailed .block.review-list .review-ratings ~ .review-details {
  margin: 0;
}
.product.info.detailed .block.review-add .review-form-actions {
  margin-left: 0;
}
.product.info.detailed .block.review-add .review-form {
  max-width: 100%;
}
.product.info.detailed .block.review-add .review-form .action.submit.primary {
  margin: 0;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.product.info.detailed .block.review-add .review-form .action.submit.primary:hover {
  background: #bd9250;
  border: 2px solid #bd9250;
  color: #ffffff;
}
.product.info.detailed .block.review-add .review-legend {
  font-size: 1.325rem;
  color: #222;
}
.product.info.detailed .block.review-add .review-legend span,
.product.info.detailed .block.review-add .review-legend strong {
  display: inline;
}
.product.info.detailed .block.review-add .review-field-nickname,
.product.info.detailed .block.review-add .review-field-summary {
  width: 50%;
  float: left;
}
.product.info.detailed .block.review-add .review-field-nickname {
  padding-right: 15px;
}
.product.info.detailed .block.review-add .review-field-summary {
  padding-left: 15px;
}
.product.info.detailed .block.review-add .review-field-text {
  clear: left;
}
.catalog-product-view .column.main > .lookbook-container,
.catalog-product-view .column.main .block.related,
.catalog-product-view .column.main .block.upsell,
.catalog-product-view .column.main .block.brand-related-products {
  margin: 80px 0 0;
}
.catalog-product-view .block .block-title.title > strong {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
}
.catalog-product-view .block .block-actions {
  text-align: center;
  font-size: 0.875rem;
  font-style: italic;
}
.catalog-product-view .block .block-actions .action.select {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1.4;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: top;
  font-style: italic;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
}
.catalog-product-view .block .block-actions .action.select:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  transition: 300ms;
  bottom: 0;
  right: 0;
}
.catalog-product-view .block .block-actions .action.select:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.catalog-product-view .block .block-content .products-grid {
  margin-top: 45px;
}
.catalog-product-view .block .block-content .products-grid .product-item {
  margin-bottom: 30px;
}
.catalog-product-view .sidebar .block .block-title.title > strong {
  font-size: 1.5rem;
  display: block;
  text-align: left;
}
.catalog-product-view .sidebar .block .block-actions {
  text-align: left;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-items {
  margin: 0;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item {
  margin-bottom: 15px;
  ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 0;
  max-width: 100%;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .product-item-photo {
  position: static;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin: 0;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .product-item-details {
  margin-left: 0;
  padding: 0 0 0 15px;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 0.9375rem;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 0.875rem;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related .label:before {
  content: '\e98d';
  font-size: 0.75rem;
  font-family: 'Linearicons';
  margin-right: 5px;
  color: #000;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related .label > span {
  display: none;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input {
  display: none;
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input:checked + .label:before {
  content: '\e999';
}
.catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related + button.action {
  display: inline-block;
}
.catalog-product-view .sidebar .block.block-services .services {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .sidebar .block.block-services .services > div.item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 35px;
}
@media (min-width: 575px) and (max-width: 991px) {
  .catalog-product-view .sidebar .block.block-services .services > div.item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.catalog-product-view .sidebar.sidebar-additional .block .block-title strong {
  font-size: 1.5rem;
  display: block;
}
.catalog-product-view .product-info-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-product-view .breadcrumbs {
  background: none;
  padding: 34px 0 55px;
}
.catalog-product-view .product.media {
  width: calc(50% - 15px);
  margin: 0;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart,
.catalog-product-view .block-bundle-summary .box-tocart {
  display: block;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action {
  border: 2px solid #eaeaea;
  background: none;
  border-radius: 0;
  display: inline-block;
  height: 2.875rem;
  width: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  color: #999999;
  padding: 0;
  margin-right: 10px;
  font-weight: normal;
  background-color: #fff;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action:before,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action:before {
  content: "\e68c";
  display: inline-block;
  font-family: "Linearicons";
  font-size: 18px;
  line-height: 1;
  overflow: visible;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action.tocompare:before,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action.tocompare:before {
  content: "\e8da";
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action:hover,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action:hover {
  background-color: #bd9250;
  border-color: #bd9250;
  color: #fff;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action span,
.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .product-info-main .box-tocart .actions,
.catalog-product-view .block-bundle-summary .box-tocart .actions {
  width: 100%;
  padding: 0;
  order: 2;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty {
  order: 1;
  border: 2px solid #eaeaea;
  width: 150px;
  height: 2.875rem;
  padding: 0 50px;
  position: relative;
  margin: 0;
  background-color: #fff;
  display: block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .input-text,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty .input-text {
  border: none;
  height: 2.625rem;
  padding: 0;
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty .edit-qty {
  display: block;
  width: 50px;
  text-align: center;
  font-size: 11px;
  line-height: 2.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  top: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty.plus,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty .edit-qty.plus {
  right: 0;
  left: auto;
}
.catalog-product-view .product-info-main .box-tocart .action.primary.tocart,
.catalog-product-view .block-bundle-summary .box-tocart .action.primary.tocart {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0;
  height: 2.875rem;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .action.primary.tocart:before,
.catalog-product-view .block-bundle-summary .box-tocart .action.primary.tocart:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/cart.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.catalog-product-view .product-info-main .box-tocart .action.primary.tocart.tocart-loading:before,
.catalog-product-view .block-bundle-summary .box-tocart .action.primary.tocart.tocart-loading:before {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-info-main {
  width: calc(50% + 15px);
  padding: 0 0 0 30px;
  /* Group Product Form */
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute + .swatch-attribute {
  margin-top: 5px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-label,
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-selected-option {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
  margin-top: 7px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-selected-option {
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-selected-option:not(:empty):before {
  content: ":";
  margin-right: 6px;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  background: none !important;
  padding: 0;
  margin: 2px 0 0;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-align: left;
  margin: 0;
  color: #222222;
  font-size: 1.875rem;
  background: none !important;
  padding: 0 !important;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title:before {
  content: none;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
  line-height: 1;
  vertical-align: top;
  padding: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action {
  font-size: 0.875rem;
  color: #999999;
  margin: 0 0 0 10px;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action:hover {
  color: #bd9250;
}
.catalog-product-view .product-info-main .product-reviews-summary.empty .reviews-actions .action {
  margin-left: 0;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  color: #bbbbbb;
  font-size: 0.75rem;
  margin-top: 7px;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  font-weight: 400;
  margin: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ":";
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main .product.attribute.sku {
    display: none;
  }
}
.catalog-product-view .product-info-main .stock.available {
  font-size: 0.875rem;
  color: #000000;
  text-transform: none;
  font-weight: 400;
}
.catalog-product-view .product-info-main .stock.available:before {
  content: "\e934";
  font-family: "Linearicons";
  color: #ffffff;
  background-color: #86c178;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  font-size: 0.5rem;
  text-align: center;
  margin: 2px 5px 0 0;
  vertical-align: top;
  border-radius: 50%;
}
.catalog-product-view .product-info-main .product-info-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 19px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-right: 49px;
  flex: 1;
  width: 50%;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  display: inline-block;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price + .old-price {
  float: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
  order: 2;
  -webkit-order: 2;
  flex: 1;
  width: 50%;
}
.catalog-product-view .product-info-main .product-info-price + .product-add-form {
  margin-top: 30px;
}
.catalog-product-view .product-info-main .product-info-price .fieldset-calculator {
  flex: 1;
  min-width: 100%;
  order: 3;
}
.catalog-product-view .product-info-main .price-box {
  margin: 0;
}
.catalog-product-view .product-info-main .price-box .price-including-tax + .price-excluding-tax,
.catalog-product-view .product-info-main .price-box .weee + .price-excluding-tax,
.catalog-product-view .product-info-main .price-box .weee {
  line-height: inherit;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 400;
}
.catalog-product-view .product-info-main .price-box .product-add-form {
  margin: 30px 0 0;
}
.catalog-product-view .product-info-main .price-box .product.attribute.overview {
  color: #777777;
  font-size: 1rem;
  line-height: 1.9;
  margin: 14px 0 0;
}
.catalog-product-view .product-info-main .price-box .price-label {
  font-size: 0.7em;
  vertical-align: top;
}
.catalog-product-view .product-info-main .price-box .price-from,
.catalog-product-view .product-info-main .price-box .price-to {
  display: inline-block;
  margin: 0;
}
.catalog-product-view .product-info-main .price-box .price-to {
  margin-left: 10px;
}
.catalog-product-view .product-info-main .price-box .old-price .price {
  font-size: 0.8em;
  color: #777777;
}
.catalog-product-view .product-info-main .product-social-links {
  line-height: 1;
  margin: 18px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare,
.catalog-product-view .product-info-main .product-social-links .action.mailto.friend {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  font-family: inherit;
  margin: 0;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare span,
.catalog-product-view .product-info-main .product-social-links .action.mailto.friend span {
  line-height: 1.5625rem;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .action.mailto.friend:before {
  content: "\e696";
  display: inline-block;
  font-family: "Linearicons";
  font-size: 18px;
  margin-right: 8px;
  line-height: inherit;
  overflow: visible;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare:before {
  content: "\e8da";
}
.catalog-product-view .product-info-main .product-social-links .share-this-container .sharethis-inline-share-buttons .st-btn {
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
  height: auto !important;
}
.catalog-product-view .product-info-main .product-options-wrapper {
  margin-bottom: 30px;
}
.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-input.super-attribute-select {
  width: 0px;
  height: 0px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
}
.catalog-product-view .product-info-main .bundle-actions {
  margin: 30px 0 0;
}
.catalog-product-view .product-info-main .bundle-actions .action.primary.customize {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0 15px;
  height: 2.875rem;
}
.catalog-product-view .product-info-main .product-brand .brand-name {
  color: #bbbbbb;
  font-size: 0.75rem;
  margin-top: 7px;
}
.catalog-product-view .product-info-main .product-brand .brand-name .title {
  text-transform: uppercase;
  margin-right: 3px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-brand .brand-name .title:after {
  content: ":";
}
.catalog-product-view .product-info-main .table.data.grouped .price-box {
  margin-top: 8px;
}
.catalog-product-view .product-info-main .table.data.grouped .price-box * {
  line-height: 1;
  vertical-align: top;
}
.catalog-product-view .product-info-main .table.data.grouped .price-box .price-wrapper .price {
  font-size: 1rem;
}
.catalog-product-view .product-info-main .table.data.grouped .special-price {
  display: inline-block;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped {
  margin: 25px 0;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped {
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped thead tr th {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  border: 1px solid #eaeaea;
  padding: 9px 15px;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped thead tr th.qty {
  width: 1%;
  text-align: center;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped tbody {
  border: none !important;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped tbody tr td {
  border: 1px solid #eaeaea;
  border-top: none !important;
  vertical-align: middle;
  padding: 9px 15px;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped tbody tr td .input-text.qty {
  text-align: center;
  width: 90px;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped tbody tr td .product-item-name {
  font-weight: 500;
  display: block;
  color: #222;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped tbody tr td .price {
  font-size: 18px;
}
.catalog-product-view:not(.page-layout-1column) .product-info-main .box-tocart .field.qty {
  width: 140px;
  padding: 0 35px;
}
.catalog-product-view:not(.page-layout-1column) .product-info-main .box-tocart .field.qty .edit-qty {
  width: 35px;
}
.catalog-product-view .product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.catalog-product-view .product-options-bottom .price-box .weee + .price-excluding-tax,
.catalog-product-view .product-options-bottom .price-box .weee {
  line-height: inherit;
}
.catalog-product-view.page-product-downloadable .product-options-bottom,
.catalog-product-view.page-product-downloadable .product-options-wrapper {
  float: none;
  width: auto;
}
.catalog-product-view.page-product-downloadable .product-options-wrapper {
  margin-bottom: 41px;
}
.catalog-product-view.page-product-downloadable .product-options-wrapper .legend.links-title,
.catalog-product-view.page-product-downloadable .product-options-wrapper .legend.links-title + br {
  display: none;
}
.catalog-product-view.page-product-downloadable .product-options-bottom .price-box {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view.page-product-downloadable .product-options-bottom .price-box .field.qty + .actions {
  padding: 0;
}
.catalog-product-view.page-product-downloadable .field.downloads .sample.link {
  font-style: italic;
  color: #bd9250;
}
.bundle-options-container {
  margin: 70px 0 0;
}
.bundle-options-container .product-add-form form:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container .bundle-options-wrapper {
  float: left;
  width: calc(50% + 15px) !important;
  padding: 0 30px 0 0;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  float: none;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title {
  font-size: 1.275rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 22px;
  line-height: inherit;
}
.bundle-options-container .product-options-wrapper .action.back.customization {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0 15px;
  height: 2.875rem;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
}
.bundle-options-container .product-options-wrapper .action.back.customization:hover {
  border-color: #bd9250;
  background-color: #bd9250;
}
.bundle-options-container .product-options-wrapper .control {
  display: table;
  width: 100%;
}
.bundle-options-container .product-options-wrapper .control:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container .product-options-wrapper .control [class*="bundle-option"],
.bundle-options-container .product-options-wrapper .control .nested:not(.options-list) {
  display: table-cell;
}
.bundle-options-container .product-options-wrapper .control .nested .field.qty {
  border: 2px solid #eaeaea;
  margin: 0;
  height: 46px;
}
.bundle-options-container .product-options-wrapper .control .nested .field.qty:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container .product-options-wrapper .control .nested .field.qty .control input {
  border: none;
  height: 42px;
  padding: 0;
}
.bundle-options-container .product-options-wrapper .control .nested .field.qty .label {
  line-height: 42px;
  height: 42px;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  padding: 0 10px;
}
.bundle-options-container .product-options-wrapper .control .nested:not(.options-list) {
  padding: 0 0 0 10px;
  height: 46px;
  vertical-align: top;
}
.bundle-options-container .product-options-wrapper .control .nested.options-list .field.choice input {
  vertical-align: inherit;
}
.bundle-options-container .product-options-wrapper .control .nested.options-list .price-notice {
  color: #222;
}
.bundle-options-container .product-options-wrapper .control .nested.options-list .price-notice .price-container .price {
  font-size: 16px;
}
.bundle-options-container .block-bundle-summary {
  float: left;
  width: calc(50% - 15px) !important;
  background-color: #f1f1f1;
  padding: 23px 30px 30px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 1.275rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 22px;
  line-height: inherit;
}
.bundle-options-container .block-bundle-summary .bundle-info {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-info .bundle-status .price-as-configured {
  margin-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items > li {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items > li + li {
  margin-top: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items > li > .label {
  color: #222;
  font-weight: 500;
  font-size: 0.875rem;
}
.bundle-options-container .block-bundle-summary .price-box .price {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 400;
}
.bundle-options-container .block-bundle-summary .bundle-status .stock {
  font-size: 0.875rem;
  color: #000000;
  text-transform: none;
  font-weight: 400;
  margin-left: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-status .stock:before {
  content: "\e934";
  font-family: "Linearicons";
  color: #ffffff;
  background-color: #86c178;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  font-size: 0.5rem;
  text-align: center;
  margin: 2px 5px 0 0;
  vertical-align: top;
  border-radius: 50%;
}
.bundle-options-container .block-bundle-summary .bundle-status .stock.unavailable:before {
  content: "\e929";
  font-size: 0.6rem;
  background-color: #ff0000;
}
.mfp-img-gallery .mfp-container .mfp-content .mfp-close {
  font-size: 0px;
  color: transparent !important;
  line-height: 1;
}
.mfp-img-gallery .mfp-container .mfp-content .mfp-close:before {
  content: "\e935";
  font-family: "Linearicons";
  font-size: 18px;
  color: #fff;
}
.mfp-img-gallery .mfp-img {
  padding: 0;
}
.mfp-img-gallery .mfp-bottom-bar {
  padding: 0;
  min-height: 50px;
}
.mfp-img-gallery .mfp-bottom-bar .mfp-title:not(:empty) {
  text-align: center;
  padding: 10px 15px;
}
.mfp-img-gallery .mfp-bottom-bar .mfp-counter {
  position: fixed;
  top: 0;
  left: 0;
  text-transform: uppercase;
  right: auto;
  padding: 16px;
  color: #fff;
  opacity: 1;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-right,
.mfp-img-gallery .mfp-arrow.mfp-arrow-left {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: -25px 0 0;
  color: #fff;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-right:before,
.mfp-img-gallery .mfp-arrow.mfp-arrow-left:before {
  content: none;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-right:after,
.mfp-img-gallery .mfp-arrow.mfp-arrow-left:after {
  font-family: "Linearicons";
  font-size: 18px;
  margin: 0;
  border: none;
  position: static;
  width: auto;
  height: auto;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-left {
  left: 10px;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-left:after {
  content: "\e93b";
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-right {
  right: 10px;
}
.mfp-img-gallery .mfp-arrow.mfp-arrow-right:after {
  content: "\e93c";
}
/* End Product Detail */
/* Fotorama Gallery */
.fotorama__stage__frame .fotorama__img {
  min-width: 100%;
}
.fotorama__thumb-border {
  background: none;
  display: none;
}
.fotorama-video-container:after {
  background: url(../../frontend/Mgs/supro/es_AR/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container .video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container .video-unplayed:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.fotorama .video-thumb-icon:after {
  background: url(../../frontend/Mgs/supro/es_AR/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.fotorama .product-video {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama .product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama .fotorama__arr {
  background-color: transparent;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr:after {
  content: "\e93b";
  font-family: "Linearicons";
  font-size: 28px;
  color: #222;
}
.fotorama .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
  content: "\e93c";
}
.fotorama .fotorama__thumb__arr .fotorama__thumb--icon {
  background: none;
  text-align: center;
  padding: 0;
}
.fotorama .fotorama__thumb__arr .fotorama__thumb--icon:after {
  content: "\e93b";
  font-family: "Linearicons";
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
.fotorama .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  content: "\e93c";
}
.fotorama .fotorama__nav--dots {
  margin-top: 20px !important;
}
.fotorama .fotorama__nav--dots .fotorama__dot {
  position: static;
  width: 14px;
  height: 14px;
  display: block;
  background-color: #b4b4b4;
  border: none;
  margin: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  transform: scale(0.43);
  -webkit-transform: scale(0.43);
  -moz-transform: scale(0.43);
  -o-transform: scale(0.43);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.fotorama .fotorama__nav--dots .fotorama__active .fotorama__dot {
  background-color: #696969;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: auto !important;
  height: auto !important;
  padding: 0 4px;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: .5;
}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}
/* End Message */
/* Related - Upsell - Crossell*/
.checkout-cart-index .block.crosssell {
  margin: 80px 0 0;
}
.checkout-cart-index .block.crosssell .block-title.title > strong {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
}
.checkout-cart-index .block.crosssell .block-content {
  margin-top: 45px;
}
/* Coming Soon */
.main-coming-soon {
  background-size: cover;
  background-position: center center;
}
.main-coming-soon .content-coming-soon {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 100vh;
  padding: 50px 0 45px;
  color: #fff;
}
.main-coming-soon .content-coming-soon > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-coming-soon .content-coming-soon > *.content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 50vh;
  padding: 30px 0;
}
.main-coming-soon .content-coming-soon > *.content > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-coming-soon .heading .sub-title {
  font-size: 1.5rem;
}
.main-coming-soon .heading .title {
  font-size: 200px;
  letter-spacing: -0.025em;
  font-weight: 900;
  color: #fff;
  line-height: 120px;
  margin-left: -5px;
}
.main-coming-soon .form-newsletter {
  margin-top: 45px;
}
.main-coming-soon .form-newsletter .block.newsletter {
  width: 100%;
}
.main-coming-soon .form-newsletter .block.newsletter .action.subscribe {
  border-radius: 0;
  height: 60px;
  border: none;
  line-height: 60px;
  padding: 0 45px;
  font-size: 12px;
  letter-spacing: 0.075em;
  margin-left: 0;
  color: #fff;
}
.main-coming-soon .form-newsletter .block.newsletter .field.newsletter {
  margin-right: 0;
}
.main-coming-soon .form-newsletter .block.newsletter .field.newsletter .control {
  position: relative;
}
.main-coming-soon .form-newsletter .block.newsletter .field.newsletter .control:before {
  line-height: 60px;
  color: #cdcdcd;
  padding-left: 30px;
  content: "\e696";
  font-family: 'Linearicons';
  font-size: 1.3rem;
}
.main-coming-soon .form-newsletter .block.newsletter .field.newsletter .control input {
  border: none;
  box-shadow: none !important;
  height: 60px;
  line-height: 60px;
  font-size: 1rem;
  padding-left: 70px;
}
.main-coming-soon .form-newsletter .block.newsletter .field.newsletter .control input + .mage-error {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
}
.main-coming-soon .deal-timer .countdown span {
  text-align: left;
  font-size: 3rem;
  padding-bottom: 12px;
  width: 18%;
}
.main-coming-soon .deal-timer .time-note {
  display: table;
  width: 100%;
}
.main-coming-soon .deal-timer .time-note > span {
  text-align: left;
  width: 18%;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
.main-coming-soon .list-social {
  margin-top: 25px;
}
.main-coming-soon .list-social li {
  margin-bottom: 0;
}
.main-coming-soon .list-social li > a {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
}
/* End Coming Soon */
/* Newsletter Popup */
.modal_newsletter_popup.modal-slide {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  opacity: 0;
}
.modal_newsletter_popup.modal-slide .newsletter_popup {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe {
  padding: 30px 50px 35px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
  float: right;
  width: 55%;
  font-size: 15px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form {
  margin-top: 41px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter {
  position: relative;
  margin-bottom: 15px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .checkbox.dont-show-popup {
  margin-top: 60px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe:after {
  content: "";
  display: table;
  clear: both;
}
.modal_newsletter_popup.modal-slide .modal-inner-wrap {
  position: absolute;
  width: auto;
  display: inline-block;
  left: 50%;
  top: 50%;
  right: auto;
  max-width: calc(100% - 30px) !important;
  margin: 0;
  min-height: 0 !important;
  transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -wekbit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
}
.modal_newsletter_popup.modal-slide .modal-inner-wrap .modal-header,
.modal_newsletter_popup.modal-slide .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close {
  padding: 10px 20px;
}
.modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:before {
  content: "\e935";
  font-size: 1rem;
  color: #999;
  font-family: 'Linearicons';
  margin-bottom: 1px;
}
.modal_newsletter_popup.modal-slide._show {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
/* End Newsletter Popup */
/* Categories Page */
.products-list .product-items.list .product-item {
  list-style-type: none;
  border-top: 1px solid #eaeaea;
  padding: 70px 0 65px;
}
.products-list .product-items.list .product-item:first-child {
  border-top: none;
  padding-top: 0;
}
.products-list .product-items.list .product-item .product-item-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.products-list .product-items.list .product-item .product-item-info .product-top {
  flex: 0 0 42.75%;
  -ms-flex: 0 0 42.75%;
  max-width: 42.75%;
  padding-right: 8.56%;
}
.products-list .product-items.list .product-item .product-item-info .product-top .product-item-inner {
  display: none;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details {
  flex: 0 0 calc(100% - 42.75%);
  -ms-flex: 0 0 calc(100% - 42.75%);
  max-width: calc(100% - 42.75%);
  position: relative;
  padding-top: 25px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name {
  padding-right: 70px;
  display: block;
  margin-bottom: 6px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0.01em;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-description {
  margin-top: 40px;
  line-height: 1.8;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-reviews-summary {
  position: absolute;
  right: 0;
  top: 33px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner {
  margin-top: 60px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary {
  float: left;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart {
  background-color: transparent;
  color: #222;
  border: none;
  padding: 0;
  line-height: 1.2;
  font-size: 12px;
  padding-bottom: 4px;
  letter-spacing: 0.075em;
  position: relative;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  height: 2px;
  background-color: #222222;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary {
  float: right;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action {
  position: relative;
  display: inline-block;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:before {
  content: "" attr(aria-label) "";
  line-height: 1;
  padding: 3px 8px;
  background-color: #222222;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 9px;
  left: 50%;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  bottom: 100%;
  margin-bottom: 2px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action span {
  font-size: 0px;
  display: block;
  line-height: 1;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action span:before {
  display: block;
  font-family: "Linearicons";
  font-size: 18px;
  cursor: pointer;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.towishlist {
  padding: 0 5px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.towishlist span {
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
  clip: inherit;
  height: auto;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.towishlist span:before {
  content: '\e68c';
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.tocompare {
  margin-left: 10px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.tocompare span:before {
  content: "\e8da";
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.quickview {
  margin-left: 10px;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action.quickview span:before {
  content: "\e971";
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:hover:before,
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:hover:after {
  opacity: 1;
  visibility: visible;
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:last-child:before {
  right: 0;
  left: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions:after {
  content: '';
  display: table;
  clear: both;
}
.products-list + .toolbar-products .field.limiter {
  display: none;
}
.bottom-toolbar .toolbar-products > *:not(.pages) {
  display: none;
}
.bottom-toolbar .toolbar-products > .pages {
  display: block;
}
.action-filter {
  display: none;
}
.sidebar .block-compare .product-item .product-item-name {
  padding-left: 20px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 1rem;
  display: table;
}
.sidebar .product-items-names .product-item > .choice {
  display: table-cell;
}
.sidebar .product-items-names .product-item .product-item-name {
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}
.sidebar .block {
  margin-bottom: 69px;
}
.sidebar .block.filter {
  margin-bottom: 69px;
}
.sidebar .block .block-title {
  margin-bottom: 2.2rem;
}
.sidebar .block.product-brand {
  border: 1px solid #eaeaea;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
}
.sidebar .block.product-brand img {
  max-width: 100%;
}
.sidebar .block .actions-toolbar {
  margin: 2.5rem 0 0;
  max-width: 100%;
}
.sidebar .block .actions-toolbar .action {
  font-size: 0.75rem;
  line-height: 2.3rem;
  padding: 0rem 1.375rem;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #000;
  display: inline-block;
  width: auto;
}
.sidebar .block .actions-toolbar .primary .action {
  color: #fff;
}
.sidebar .block .actions-toolbar .primary .action:hover {
  background-color: #000;
  border: 1px solid #000;
}
.sidebar .block .actions-toolbar .secondary {
  float: none;
}
.sidebar .block .actions-toolbar .secondary .action {
  margin: 0 0 0 0.5rem;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #222;
}
.sidebar .block .actions-toolbar .secondary .action:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.category-cms {
  margin-bottom: 1.5rem;
}
.category-cms .mgs-owl-carousel:hover .owl-nav {
  opacity: 1;
}
.category-cms .mgs-owl-carousel .owl-nav {
  opacity: 0;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
}
.category-cms .mgs-owl-carousel .owl-nav > div > span {
  margin-top: -12px;
}
.category-cms .mgs-owl-carousel .owl-nav .owl-next > span {
  right: 24px;
}
.category-cms .mgs-owl-carousel .owl-nav .fa-angle-left:before {
  font-family: 'Linearicons';
  content: "\e943";
  font-size: 1.5rem;
}
.category-cms .mgs-owl-carousel .owl-nav .fa-angle-right:before {
  font-family: 'Linearicons';
  content: "\e944";
  font-size: 1.5rem;
}
.slide-text .category-banner {
  padding-left: 85px;
}
.slide-text .category-banner h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #171717;
}
.slide-text .category-banner h5 {
  font-size: .75rem;
  font-weight: 500;
}
.slide-text .category-banner a {
  color: #171717;
  font-size: .75rem;
  font-weight: 600;
  border-bottom: 2px solid #171717;
}
.category-banner-slider .page-header-sliders .owl-carousel.slider_mgs_carousel .owl-nav .owl-prev {
  left: 25px;
}
.category-banner-slider .page-header-sliders .owl-carousel.slider_mgs_carousel .owl-nav .owl-next {
  right: 25px;
}
/* End Categories Page */
/* Authentication Popup */
.modal-popup.popup-authentication.modal-slide .modal-inner-wrap {
  top: 0;
  max-height: 85%;
  margin: 2rem auto;
}
.modal-popup.popup-authentication.modal-slide .modal-header {
  padding: 0;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication {
  border: 0;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .block[class] + .block {
  border-color: #eaeaea;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .block[class] + .block:before {
  color: #999;
  font-size: 0.875rem;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .block[class] ul {
  padding-left: 0;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .actions-toolbar {
  margin-bottom: 30px;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .actions-toolbar .action {
  font-size: 0.75rem;
  padding: 6px 15px 5px;
  line-height: 2.2rem;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .actions-toolbar > .secondary {
  padding: 0;
}
.modal-popup.popup-authentication.modal-slide .modal-content .block-authentication .block-title strong {
  font-size: 1.5rem;
  color: #222;
  font-weight: 500;
}
/* End Authentication Popup */
/* Shopping Cart */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.fieldset > .legend {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .checkout-payment-method .form.payments .payment-method-content .actions-toolbar {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    content: none;
  }
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: inherit;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -3px;
}
.multicheckout .checkout-review .price,
.multicheckout .box-shipping-method .price,
.multicheckout .col.price .price,
.multicheckout .table strong,
.multicheckout .price-including-tax .price,
.multicheckout .price-excluding-tax .price {
  font-weight: 500;
  color: #222;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 500;
}
.multicheckout .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.multicheckout .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 0;
}
.multicheckout .table:not(.cart):not(.totals) > thead > tr > th,
.multicheckout .table:not(.cart):not(.totals) > thead > tr > td {
  border-color: #eaeaea;
}
.multicheckout .block-content .payment-method .title {
  color: #222;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-color: #eaeaea;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 600;
  color: #222;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  font-weight: 600;
  color: #999;
}
.multicheckout .box-items table thead > tr > th {
  padding-top: 0;
}
.multicheckout .action.edit {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
.multicheckout .item-title {
  font-weight: 600;
  color: #222;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin-bottom: 1rem;
}
.multicheckout .block-billing .box-billing-method,
.multicheckout .block-billing .box-billing-address {
  padding-top: 0.8rem;
}
.multicheckout .methods-payment > .item-title {
  margin-bottom: 1rem;
}
.multicheckout .box-title {
  margin-bottom: 1rem;
}
.multicheckout .box-title span {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}
.multicheckout .box-title > .action > span {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.multicheckout .item-options {
  font-size: 0.875rem;
}
.multicheckout .item-options dt {
  color: #bbb;
  font-weight: 400;
}
.multicheckout .item-options dd {
  color: #222;
}
.multicheckout .actions-toolbar {
  margin-bottom: 50px;
}
.multicheckout .actions-toolbar .action {
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
}
.multicheckout .actions-toolbar > div.secondary {
  vertical-align: top;
  margin: 0;
}
.multicheckout .actions-toolbar > div.secondary button.action {
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  color: #bbb;
}
.multicheckout .actions-toolbar > div.secondary button.action:hover {
  color: #222;
  background-color: #eaeaea;
}
.multicheckout .actions-toolbar > div.secondary .action.back {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.multicheckout table .product.name a {
  font-weight: 600;
}
.multicheckout table tbody > tr {
  border-bottom: 1px solid #eaeaea;
}
.multicheckout table tbody > tr > td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.multicheckout table thead > tr > th {
  color: #bbb;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.multicheckout table thead > tr > th:first-child {
  padding-left: 0;
}
.multicheckout table tr > td:first-child,
.multicheckout table th > td:first-child {
  padding-left: 0;
}
.multicheckout table tr > td:last-child,
.multicheckout table th > td:last-child {
  padding-right: 0;
}
.multicheckout table .col {
  width: auto;
  vertical-align: middle;
}
.multicheckout table .action.delete span {
  display: none;
}
.multicheckout table .action.delete:after {
  display: inline-block;
  font-family: 'Linearicons';
  content: "\e935";
  font-size: 1rem;
}
.form-cart .cart.table-wrapper .product-item-photo {
  width: 70px;
  max-width: 70px;
  display: block;
  padding: 0;
  line-height: 0;
  position: static;
}
.cart-summary {
  position: static;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cart.table-wrapper {
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
  box-shadow: none;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .order-items.table-wrapper .col.price,
.cart.table-wrapper .cart.table-wrapper .col.qty,
.cart.table-wrapper .order-items.table-wrapper .col.qty,
.cart.table-wrapper .cart.table-wrapper .col.subtotal,
.cart.table-wrapper .order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .cart.table-wrapper .col.msrp,
.cart.table-wrapper .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.cart.table-wrapper .items > .item {
  border-bottom: 0;
}
.cart.table-wrapper .items thead + .item {
  border-color: #eaeaea;
}
.cart.table-wrapper .item-options {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 5px;
}
.cart.main.actions .actions-update {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart.main.actions a.action {
  display: inline-block;
  float: left;
}
.cart.main.actions .action {
  font-family: inherit;
  color: #bbb;
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0px 15px;
  line-height: 44px;
  height: 45px;
  vertical-align: middle;
}
.cart.main.actions .action:before {
  content: none;
}
.cart.main.actions .action:hover {
  background-color: #eaeaea;
  color: #222;
}
.shopping-cart-bottom {
  margin-top: 50px;
  font-size: 0.875rem;
}
.shopping-cart-bottom > div {
  margin-bottom: 30px;
}
.shopping-cart-bottom .legend {
  display: none;
}
.shopping-cart-bottom .fieldset > .field {
  margin-bottom: 15px;
  line-height: 1;
}
.shopping-cart-bottom .fieldset > .field:not(.choice) > .label {
  font-size: 0.875rem;
}
.shopping-cart-bottom .fieldset > .legend + br {
  display: none;
}
.shopping-cart-bottom .block .title {
  margin-bottom: 15px;
  pointer-events: none;
}
.shopping-cart-bottom .block .title strong {
  font-size: 1.125rem;
  color: #222;
}
.shopping-cart-bottom .block .content {
  display: block !important;
}
.shopping-cart-bottom .loading-mask {
  left: -25px;
  right: -25px;
  top: -20px;
}
.shopping-cart-bottom select,
.shopping-cart-bottom input[type="text"],
.shopping-cart-bottom input[type="password"],
.shopping-cart-bottom input[type="url"],
.shopping-cart-bottom input[type="tel"],
.shopping-cart-bottom input[type="search"],
.shopping-cart-bottom input[type="number"],
.shopping-cart-bottom input[type="datetime"],
.shopping-cart-bottom input[type="email"] {
  font-size: 0.875rem;
}
.shopping-cart-bottom .fieldset.coupon {
  position: relative;
}
.shopping-cart-bottom .fieldset.coupon .label {
  display: none;
}
.shopping-cart-bottom .fieldset.coupon .action.apply {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .shopping-cart-bottom .fieldset.coupon .action.apply {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #222;
    line-height: 3rem;
    padding: 0 1.25rem 0 0.9375rem;
    vertical-align: middle;
  }
}
.cart-totals {
  background-color: #f6f6f6;
  border: 2px solid #eaeaea;
  border-bottom: 0;
  padding: 20px 25px 0;
}
.cart-totals .totals.sub .mark,
.cart-totals .totals.sub,
.cart-totals .mark strong {
  font-weight: 600;
  color: #222;
}
.cart-totals .discount.coupon {
  color: #000;
  font-weight: 600;
}
.cart-totals .grand.totals {
  font-size: 1rem;
  border-bottom: 1px solid #e2e2e2;
}
.cart-totals .grand.totals th,
.cart-totals .grand.totals td {
  padding-bottom: 30px;
}
.cart-totals .grand .amount strong {
  color: #222;
}
.cart-summary {
  background-color: #f6f6f6;
  padding: 0;
}
.cart-summary .item + .item {
  border-left: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
}
.cart-summary .summary.title {
  display: none;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  padding-left: 0;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 0;
}
.cart-container .checkout-methods-items {
  flex-direction: column-reverse;
  margin-top: 0;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
  font-size: 0.75rem;
  padding: 6px 15px 5px;
  letter-spacing: 0.05em;
}
#co-shipping-method-form {
  margin-top: 15px;
}
#co-shipping-method-form .item-title {
  color: #222;
}
#co-shipping-method-form .item-options {
  margin-bottom: 20px;
}
#shopping-cart-table thead th.col {
  color: #bbb;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  padding: 10px 35px;
}
#shopping-cart-table .item-options dt {
  font-weight: 400;
  color: #999;
}
#shopping-cart-table .item-options dd {
  color: #222;
}
#shopping-cart-table .col {
  padding: 30px 20px 0;
  vertical-align: middle;
}
#shopping-cart-table .col .price {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #222;
}
#shopping-cart-table .col .control.qty {
  width: 120px;
  border: 2px solid #eaeaea;
}
#shopping-cart-table .col .control.qty .input-text {
  width: 50px;
  margin-top: 0;
  border: 0;
  height: 40px;
}
#shopping-cart-table .col .control.qty > span {
  display: inline-block;
  padding: 5px 2px;
  font-size: 1.25rem;
  color: #bbb;
  cursor: pointer;
}
#shopping-cart-table .col .control.qty > span:hover {
  color: #222;
}
#shopping-cart-table .col .control.qty > span.minus {
  padding-left: 15px;
}
#shopping-cart-table .col .control.qty > span.plus {
  padding-right: 15px;
}
#shopping-cart-table .col.item .product-item-name {
  font-weight: 600;
}
#shopping-cart-table .col.item:after {
  content: "";
  display: table;
  clear: both;
}
#shopping-cart-table .col:first-child {
  padding-left: 0;
}
#shopping-cart-table .col:last-child {
  padding-right: 0;
}
#shopping-cart-table .actions-toolbar {
  margin-left: 0;
}
#shopping-cart-table .actions-toolbar > a > span {
  display: none;
}
#shopping-cart-table .actions-toolbar > a {
  border: 0;
  background: none;
  font-size: 1rem;
  color: #bbb;
  margin: 0;
  padding: 0 0 0 1.25rem;
  font-family: 'Linearicons';
  font-weight: 400;
}
#shopping-cart-table .actions-toolbar > a:hover {
  color: #222;
}
#shopping-cart-table .actions-toolbar .action-towishlist:after {
  content: "\e68c";
}
#shopping-cart-table .actions-toolbar .action-edit:after {
  content: "\e613";
}
#shopping-cart-table .actions-toolbar .action-delete:after {
  content: "\e935";
}
.opc-progress-bar {
  margin: 30px 0 20px;
}
.opc-progress-bar-item._complete > span:after,
.opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:after {
  font-size: 1.2rem;
}
.opc-progress-bar-item > span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}
.modal-popup .modal-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  border-bottom: 0;
  padding-bottom: 1rem;
}
.methods-shipping .actions-toolbar .action.primary {
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
}
.table-checkout-shipping-method {
  margin-bottom: 20px;
}
.table-checkout-shipping-method tbody td {
  border-color: #eaeaea;
  white-space: nowrap;
}
.opc-sidebar .action-close {
  top: 15px;
}
.opc-sidebar .opc-block-summary {
  padding: 0;
  margin: 0;
  background: none;
}
.opc-sidebar .opc-block-summary .items-in-cart {
  padding-top: 1rem;
}
.opc-sidebar .opc-block-summary .minicart-items {
  display: block !important;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title {
  padding: 1rem 2rem 1rem 0;
  border-color: #eaeaea;
  cursor: default;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  content: none;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-color: #eaeaea;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item:not(:first-child),
.opc-sidebar .opc-block-summary .minicart-items-wrapper {
  max-height: 575px;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options {
  margin: 9px 0 0;
  font-size: 0.875rem;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options dt {
  color: #bbb;
  font-weight: 400;
  clear: left;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options dt:after {
  content: ":";
  display: inline-block;
  padding-right: 5px;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options dd {
  margin-bottom: 0;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options dt,
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options dd {
  float: left;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .item-options:after {
  content: "";
  display: table;
  clear: both;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .price {
  font-size: 1rem;
  color: #222;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name {
  color: #222;
  font-weight: 600;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .details-qty {
  display: inline-block;
  margin: 0;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .details-qty .label {
  display: none;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .details-qty .value {
  color: #222;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .details-qty .value:before {
  content: "\e935";
  font-family: 'Linearicons';
  font-size: 0.625rem;
  margin-right: 3px;
  margin-left: 1px;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .price-excluding-tax {
  margin: 0;
  line-height: 1rem;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product {
  display: table-cell;
}
.opc-sidebar .opc-block-summary .mark > .label {
  display: none;
}
.opc-sidebar .opc-block-summary .price {
  color: #222;
}
.opc-sidebar .opc-block-summary .grand.totals .mark strong {
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}
.opc-sidebar .opc-block-summary .grand.totals .amount strong .price {
  font-weight: 600;
}
.opc-wrapper .form-login {
  border-color: #eaeaea;
}
.opc-wrapper .form-shipping-address {
  margin-top: 8px;
}
.column.main .opc-block-summary .block .title strong {
  font-size: 0.875rem;
  color: #bbb;
  text-transform: uppercase;
  font-weight: 500;
}
.opc-estimated-wrapper .fieldset > .field:not(.choice) > .label,
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  color: #bbb;
}
.opc-estimated-wrapper header.page-header .logo,
.checkout-index-index header.page-header .logo {
  float: none;
  display: block;
  max-width: 100%;
  margin: 0;
}
.opc-estimated-wrapper header.page-header .logo img,
.checkout-index-index header.page-header .logo img {
  margin: 0 auto;
}
.opc-estimated-wrapper .cart-footer-actions,
.checkout-index-index .cart-footer-actions,
.opc-estimated-wrapper .scroll-to-top,
.checkout-index-index .scroll-to-top,
.opc-estimated-wrapper .fieldset > .legend + br,
.checkout-index-index .fieldset > .legend + br {
  display: none;
}
.opc-estimated-wrapper .table-checkout-shipping-method,
.checkout-index-index .table-checkout-shipping-method {
  min-width: 0;
}
.opc-estimated-wrapper .authentication-wrapper,
.checkout-index-index .authentication-wrapper {
  float: none;
  width: auto;
  margin-top: 0;
  max-width: 100%;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.checkout-container {
  margin: 0;
}
.authentication-wrapper .action-auth-toggle {
  color: #222;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.modal-custom.authentication-dropdown {
  border-color: #eaeaea;
}
.modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
}
.modal-custom.authentication-dropdown .block-authentication .block-title {
  margin-bottom: 10px;
}
.modal-custom.authentication-dropdown .block-authentication .block-title strong {
  font-size: 1.5rem;
  color: #222;
  font-weight: 700;
}
.table-checkout-shipping-method tbody tr:first-child td {
  padding-top: 5px;
}
.table-checkout-shipping-method tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.field-tooltip {
  top: 8px;
}
.field-tooltip .field-tooltip-content {
  top: -8px;
  border-color: #eaeaea;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #eaeaea;
}
.opc-block-shipping-information {
  padding: 0;
  margin-top: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  margin-bottom: 0;
}
.opc-estimated-wrapper {
  margin: 20px 0;
  padding: 1.5rem 0;
}
.opc-estimated-wrapper .estimated-block {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}
.opc-estimated-wrapper .minicart-wrapper {
  margin-top: 2px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background-color: #bd9250;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  line-height: 54px;
  text-align: center;
  position: relative;
  border: 0;
  padding: 0;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  font-family: 'Linearicons';
  content: "\e74d";
  font-size: 1.5rem;
  line-height: 43px;
  color: #fff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  border-radius: 20px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  background-color: #222;
}
.checkout-payment-method .payment-method-title {
  padding: 1.5rem 0;
  color: #222;
  font-weight: 600;
}
.checkout-payment-method .step-title {
  padding-bottom: 0;
}
.checkout-payment-method .discount-code {
  margin-top: 20px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding-left: 0;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-color: #eaeaea;
}
.checkout-payment-method .action-edit-address {
  margin-top: 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.checkout-payment-method .action-edit-address:hover {
  color: #fff;
  background-color: #000;
}
.checkout-payment-method .form.payments .payment-method-content {
  padding: 0;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar {
  margin-left: 0;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-cancel {
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  color: #bbb;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-cancel:hover {
  color: #222;
  background-color: #eaeaea;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  float: none;
  margin-right: 0.875rem;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-cancel,
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar div.primary {
  width: 100%;
  text-align: left;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar div.primary .action.checkout {
  width: 100%;
  font-size: 0.875rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
}
.checkout-payment-method .form.payments .payment-option-title {
  padding: 20px 0;
  border-top: 0;
}
.checkout-payment-method .form.payments .payment-option-title .action-toggle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  width: 100%;
}
.checkout-payment-method .form.payments .payment-option-title .action-toggle:after {
  float: right;
  line-height: 2.15rem;
}
.checkout-payment-method .form.payments .payment-option-content {
  padding-left: 0;
}
.checkout-payment-method .form.payments .payment-option-content .form-discount {
  max-width: 100%;
  position: relative;
}
.checkout-payment-method .form.payments .action-apply {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #222;
  line-height: 3rem;
  padding: 0 1.25rem 0 0.9375rem;
  vertical-align: middle;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.opc-wrapper .checkout-shipping-address .action-show-popup {
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item {
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 20px;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item:before {
  content: none;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
  font-size: 0.75rem;
  line-height: 2.625rem;
  padding: 0rem 2.375rem;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  color: #bbb;
}
.opc-wrapper .checkout-shipping-address .shipping-address-item .action-select-shipping-item:hover {
  background-color: #eaeaea;
  color: #222;
}
.modal-popup .fieldset > .field {
  margin-bottom: 20px;
}
.modal-popup .modal-header {
  padding: 1.5rem 1.5rem 0.5rem ;
}
.modal-popup._inner-scroll .modal-content {
  padding: 0 1.5rem;
}
.modal-popup.modal-slide .modal-footer {
  padding: 1.5rem;
  border-top: 0;
}
.modal-popup.modal-slide .modal-footer .action {
  font-size: 0.75rem;
}
.modal-slide .action-close {
  padding: 0.5rem;
}
.modal-popup .fieldset > .field:before,
.modal-popup .fieldset > .field:after {
  content: none;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #eaeaea;
}
.checkout-index-index .footer-copyright {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
}
.modal-custom .action-close {
  margin: 10px;
}
.checkout-success {
  text-align: center;
  padding: 100px 0;
}
.checkout-success .actions-toolbar .primary {
  float: none;
  margin-top: 10px;
}
/* End shopping cart */
/*  Categories Page Full Width */
body.category-fullwidth .breadcrumbs .items,
body.category-fullwidth .page-main > .columns {
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
body.category-fullwidth .breadcrumbs .items .category-actions .toolbar.toolbar-products > .modes,
body.category-fullwidth .page-main > .columns .category-actions .toolbar.toolbar-products > .modes {
  display: none;
}
@media (max-width: 1199.98px) {
  body.category-fullwidth .breadcrumbs .items,
  body.category-fullwidth .page-main > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End  Categories Page Full Width */
/* Categories Landing */
.list-subcate .item {
  position: relative;
  overflow: hidden;
}
.list-subcate .item .image-subcate {
  padding-bottom: 100%;
  height: 0;
}
.list-subcate .item .image-subcate .image {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.list-subcate .item .image-subcate .image img {
  opacity: 0;
}
.list-subcate .item .image-subcate .image:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.list-subcate .item .info-subcate {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.list-subcate .item .info-subcate .title {
  font-size: 30px;
  font-weight: 700;
  word-spacing: -0.01rem;
  letter-spacing: 0.1rem;
  color: #222222;
}
@media (max-width: 767.98px) {
  .list-subcate .item .info-subcate .title {
    line-height: 1.1;
    font-size: 24px;
  }
}
.list-subcate .item .info-subcate .title a {
  display: block;
  padding-top: 40px;
}
.list-subcate .item:hover .image-subcate .image:after {
  opacity: 1;
}
.landing-categories {
  padding-bottom: 100px;
}
.landing-categories.row-4 .item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.landing-categories.row-3 .item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.landing-categories.row-2 .item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
@media (max-width: 991.98px) {
  .landing-categories.row-tablet-3 .item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .landing-categories.row-tablet-2 .item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .landing-categories.row-tablet-1 .item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
@media (max-width: 767.98px) {
  .landing-categories.row-mobile-2 .item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .landing-categories.row-mobile-1 .item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
.landing-categories .landing-grid .list-subcate {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 -5px;
}
.landing-categories .landing-grid .list-subcate .item {
  padding: 0 5px;
  margin-bottom: 0;
}
.category-landing:not(.landing-parallax) main.page-main {
  max-width: 100vw !important;
}
@media (max-width: 1199.98px) {
  .category-landing:not(.landing-parallax) main.page-main > .columns {
    max-width: 960px;
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .category-landing:not(.landing-parallax) main.page-main > .columns {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .category-landing:not(.landing-parallax) main.page-main > .columns {
    max-width: 540px;
  }
}
.category-landing .category-cms {
  margin-bottom: 0;
}
.category-landing .category-cms .services {
  margin-bottom: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px 1px #dddddd;
  -moz-box-shadow: 0 0px 10px 1px #dddddd;
  box-shadow: 0 0px 10px 1px #dddddd;
  padding: 25px 0;
}
.category-landing .category-cms .services .sub-title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .category-landing .category-cms .services {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-landing .category-cms .services .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 35px;
  }
}
@media (max-width: 575.98px) {
  .category-landing .category-cms .services .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.category-landing.landing-parallax {
  padding-bottom: 0;
}
.category-landing.landing-parallax footer.page-footer {
  margin-top: 0;
}
.category-landing.landing-parallax .page-main {
  max-width: 100% !important;
}
.category-landing.landing-parallax .page-main > .columns {
  max-width: 100% !important;
  padding: 0;
}
.category-landing.landing-parallax .landing-categories {
  padding-bottom: 0;
}
.category-landing.landing-parallax .landing-categories .item {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
}
.category-landing.landing-parallax .landing-categories .item .image-subcate {
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 0;
}
.category-landing.landing-parallax .landing-categories .item .image-subcate:after {
  content: "";
  background: inherit;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.category-landing.landing-parallax .landing-categories .item .image-subcate .image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.category-landing.landing-parallax .landing-categories .item .info-subcate {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  padding: 30px;
  min-width: 260px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}
.category-landing.landing-parallax .landing-categories .item .info-subcate .title a {
  padding-top: 0;
}
.category-landing.landing-masonry .landing-categories .landing-masonry {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 -5px;
}
@media (max-width: 575.98px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry {
    margin: 0;
  }
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item {
  margin: 5px;
  flex: 0 0 calc(25% - 10px);
  -ms-flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item.widthx2 {
  flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media (max-width: 575.98px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item.widthx2.widthx2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 991.98px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item {
    flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .image-subcate .image {
  display: block;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .image-subcate .image:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .image-subcate .image img {
  opacity: 0;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .info-subcate {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .info-subcate .title {
  font-size: 30px;
  font-weight: 700;
  word-spacing: -0.01rem;
  letter-spacing: 0.1rem;
  color: #222222;
}
@media (max-width: 767.98px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .info-subcate .title {
    line-height: 1.1;
  }
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate .info-subcate .title a {
  display: block;
  padding-top: 40px;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .item-subcate:hover .image-subcate .image:after {
  opacity: 1;
}
/* End Categories Landing */
/* Compare page */
.abs-remove-button-for-blocks:before:before,
.filtered .item .action.remove:before:before,
.sidebar .action.delete:before:before,
.table-comparison .cell.remove .action.delete:before:before,
.block-compare .action.delete:before:before {
  font-size: 1rem;
  color: #bbb;
  content: "\e935";
  font-family: 'Linearicons';
  font-weight: 400;
}
.abs-remove-button-for-blocks:before:hover:before,
.filtered .item .action.remove:before:hover:before,
.sidebar .action.delete:before:hover:before,
.table-comparison .cell.remove .action.delete:before:hover:before,
.block-compare .action.delete:before:hover:before {
  color: #000;
}
.table-comparison .cell.attribute {
  font-size: 1rem;
}
.table-comparison .cell.attribute h3 {
  line-height: 1rem;
}
.table-comparison .cell.attribute h3 > strong {
  font-weight: 500;
  font-size: 1.125rem;
}
.table-comparison .cell.attribute .line > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.table-comparison .cell.label {
  color: #000;
  font-weight: 500;
}
.table-comparison .cell.remove {
  text-align: center;
  padding: 10px 0;
}
/* End Compare page */
/* Home Page */
.section-builder {
  background-position: center;
}
.section-end {
  margin-bottom: -2px;
}
.input-text.qty {
  background: none;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.col-padding5 .line {
  margin-left: -5px;
  margin-right: -5px;
}
.col-padding5 .line > div {
  padding: 0 5px;
}
.slider_mgs_carousel .owl-item .slide-text > * {
  padding: 0;
}
.space75 .mgs-product-tab .mgs-tab.data.items > .item.content {
  margin-top: 75px;
}
.slide-text .white-text {
  color: #fff;
}
.slide-text .white-text h2,
.slide-text .white-text h3,
.slide-text .white-text h4,
.slide-text .white-text h5 {
  color: #fff;
}
.slide-text .white-text .sub-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.slide-text .white-text h3 {
  font-size: 3.75rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  margin-top: 8px;
  line-height: 4rem;
}
.slide-text .white-text p {
  line-height: 1.6rem;
}
.slide-text .white-text span.sub {
  display: inline-block;
  height: 12px;
  width: 30px;
  border-bottom: 1px solid #fff;
  float: left;
  margin-right: 10px;
}
.slide-text .white-text span.sub + span {
  display: inline-block;
  width: calc(100% - 40px);
}
.slide-text .white-text .btn {
  margin-left: 40px;
  margin-top: 30px;
  padding: .8rem 2.7rem;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .slide-text .white-text h3 {
    margin-bottom: 15px;
  }
  .slide-text .white-text .btn {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .slide-text .white-text .btn {
    margin-top: 0px;
  }
  .slide-text .white-text h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .slide-text .white-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
  }
  .slide-text .white-text .btn {
    margin: 0;
    padding: 0.25rem 1.5rem;
  }
  .slide-text .white-text p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .indent-top {
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }
  .indent-bottom {
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
  }
}
.indent-top .services {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 26px 0;
}
.indent-top .services p {
  margin-bottom: 0;
  font-size: 0.9375rem;
}
@media (max-width: 991px) {
  .indent-top .services > div.item {
    width: 50%;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .indent-top .services > div.item {
    width: 100%;
  }
}
.owl-categories .owl-nav button {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -14px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  font-size: 1.25rem;
  color: #999;
  background: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.owl-categories .owl-nav button.owl-prev {
  left: auto;
  right: 100%;
}
.owl-categories .owl-nav button:hover {
  color: #000;
  background: none;
}
@media (max-width: 575.98px) {
  .owl-categories .owl-nav button.owl-prev {
    left: 0;
    right: auto;
  }
  .owl-categories .owl-nav button.owl-next {
    left: auto;
    right: 0;
  }
}
.owl-categories:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.owl-categories .item {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  background-color: transparent;
}
.owl-categories .item:hover {
  background-color: #fff;
}
.owl-categories .thumb {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.owl-categories .thumb > img {
  max-width: 130px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.owl-categories .content {
  text-align: center;
  padding-bottom: 50px;
}
.owl-categories .content a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.owl-categories .content h5 {
  font-size: 0.75rem;
  color: #999;
}
.block-deal {
  color: #fff;
  display: inline-block;
}
.block-deal .subtitle {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #CA3D3C;
  font-size: 1rem;
}
.block-deal h3 {
  color: #fff;
  font-size: 3.75rem;
  margin-top: 12px;
  letter-spacing: 0.23em;
  text-indent: 0.23em;
}
.block-deal h2 {
  color: #fff;
  font-size: 12.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 26px;
  margin-top: 8px;
}
.block-deal .btn {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 0.8rem 2.6rem;
  font-size: 0.875rem;
}
.block-deal p {
  margin-bottom: 0;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .block-deal {
    margin-left: 112px;
  }
}
@media (max-width: 991px) {
  .block-deal h2 {
    font-size: 10rem;
    margin: 0 0 15px 0;
  }
  .block-deal h3 {
    font-size: 3rem;
  }
  .block-deal .btn {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 575px) {
  .block-deal h2 {
    font-size: 8rem;
  }
  .block-deal h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .section85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .section100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
.title-masonry h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.title-masonry h2 {
  font-size: 4.5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-masonry h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .title-masonry h2 {
    font-size: 2.5rem;
  }
}
.mgs-products .owl-carousel .owl-nav > button {
  background: none;
  color: #999;
  font-size: 1.5rem;
  top: calc(50% - 100px);
  left: -60px;
  font-size: 2.5rem;
}
.mgs-products .owl-carousel .owl-nav > button:before {
  content: none;
}
.mgs-products .owl-carousel .owl-nav > button:hover {
  color: #000;
}
.mgs-products .owl-carousel .owl-nav > button.owl-next {
  left: auto;
  right: -60px;
}
/* End Home Page */
/* Home Simple */
.slider_home_simple .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  min-height: 800px;
}
.slider_home_simple .item-image img {
  opacity: 0;
}
.slider_home_simple .inner-text .sub-title {
  font-size: 1rem;
  letter-spacing: 0.025em;
  word-spacing: 0.1em;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.slider_home_simple .inner-text .title {
  font-size: 100px;
  color: #000000;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.025em;
  word-spacing: 0.1em;
}
.slider_home_simple .inner-text .info {
  margin-top: 63px;
}
.slider_home_simple .inner-text .info p {
  line-height: 30px;
  color: #666666;
}
.slider_home_simple .inner-text button.btn {
  margin-top: 43px;
}
.slider_home_simple .inner-text .color-red {
  background-color: #cd4040;
  border-color: #cd4040;
  padding: 10px 33px;
}
.slider_home_simple .inner-text .color-red:hover {
  background-color: #000;
  border-color: #000;
}
.slider_home_simple .inner-text .color-white,
.slider_home_simple .inner-text .color-white > p {
  color: #fff;
}
.slider_home_simple .inner-text.full-width {
  max-width: 100% !important;
  padding-top: 90px;
}
.slider_home_simple .inner-text.full-width .info {
  margin-top: 20px;
}
.section-builder.services-in-home {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-builder.services-in-home {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.section-builder.services-in-home .block-services > .block-title.title > strong {
  display: none;
}
.section-builder.services-in-home .services {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px 1px #dddddd;
  -moz-box-shadow: 0 0px 10px 1px #dddddd;
  box-shadow: 0 0px 10px 1px #dddddd;
  padding: 23px 0 25px;
}
.section-builder.services-in-home .services .s-title {
  padding-left: 20px;
}
.section-builder.services-in-home .services .s-title:before {
  font-size: 26px;
  left: -26px;
}
.section-builder.services-in-home .services .sub-title {
  margin-bottom: 0;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .section-builder.services-in-home .services {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-builder.services-in-home .services .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .section-builder.services-in-home .services {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .section-builder.services-in-home .services .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-deal {
  max-width: 40.2%;
  float: right;
  text-align: center;
}
.banner-deal .label {
  display: inline-block;
  padding: 8px 23px;
  color: #fff;
  background-color: #cd4040;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.banner-deal .title {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #010101;
}
.banner-deal .title > span {
  display: block;
  color: #cd4040;
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
}
.banner-deal .info {
  margin-top: 32px;
}
.banner-deal .info p {
  color: #666;
  line-height: 30px;
}
.banner-deal button.btn {
  margin-top: 47px;
  padding: 10px 36px;
}
.tab-not-bold .mgs-tab.data.items > .item.title > .switch {
  font-weight: 400;
}
.tab-not-bold .mgs-tab.data.items > .item.title.active > .switch {
  font-weight: 700;
}
@media (min-width: 992px) {
  .tab-width-title-2 {
    margin-top: -80px;
  }
}
@media (max-width: 1200px) {
  .tab-width-title-2 .mgs-products .mgs-owl-carousel .product-item {
    padding: 0 15px;
  }
  .tab-width-title-2 .mgs-products .mgs-owl-carousel .owl-nav > button {
    left: -30px;
  }
  .tab-width-title-2 .mgs-products .mgs-owl-carousel .owl-nav > button.owl-next {
    right: -30px;
    left: auto;
  }
}
/* End Home Simple */
.parallax_item {
  height: 100vh;
}
.parallax_item.middle > .frame > .line {
  height: 100vh;
}
.parallax_item .btn-shop {
  margin-top: 60px;
}
.parallax_item h5 {
  color: #666;
  font-size: 16px;
}
.parallax_item h2 {
  font-size: 6.25rem;
  line-height: 0.9;
  margin: 28px 0 62px;
  color: #1a1a1a;
}
.parallax_item h3 {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 36px;
  color: #000;
}
.parallax_item h2,
.parallax_item h3 {
  font-weight: 700;
}
.parallax_item p {
  line-height: 1.875rem;
  color: #666;
}
.parallax_item .btn-oval {
  margin-top: 44px;
  border-radius: 35px;
  font-size: 0.875rem;
  padding: 0.8rem 2rem;
}
.parallax_item .white-text {
  color: #fff;
}
.parallax_item .white-text h5,
.parallax_item .white-text h3,
.parallax_item .white-text h4,
.parallax_item .white-text h2,
.parallax_item .white-text p {
  color: #fff;
}
@media (max-width: 1399px) {
  .parallax_item .space {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .parallax_item {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .parallax_item h2 {
    font-size: 4rem;
  }
  .parallax_item h3 {
    font-size: 3.5rem;
  }
  .parallax_item .btn-shop,
  .parallax_item .btn-oval {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .parallax_item {
    max-height: 100vw;
    background-attachment: scroll !important;
    background-size: cover !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .parallax_item.middle > .frame > .line {
    max-height: 100vw;
    align-items: normal;
  }
  .parallax_item h5 {
    font-size: 0.875rem;
  }
  .parallax_item h2,
  .parallax_item h3 {
    font-size: 2rem;
  }
  .parallax_item h3 {
    margin-bottom: 25px;
  }
  .parallax_item h2 {
    margin: 15px 0 30px;
    line-height: 1.2;
  }
  .parallax_item p {
    display: none;
  }
  .parallax_item .btn-shop,
  .parallax_item .btn-oval {
    margin-top: 10px;
  }
  .parallax_item .btn-shop {
    font-size: 0.875rem;
  }
}
/* End Home Parallax */
/* Home Boxed */
.boxed header.page-header .header-area .top-header {
  padding: 10px 50px 6px;
}
.boxed header.page-header .header-area .top-header + .middle-header:not(.col) {
  padding: 0 50px;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text {
  max-width: 870px;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title {
  font-size: 4.5rem;
  line-height: 68px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.025rem;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title.color-white {
  font-size: 3.75rem;
  line-height: 60px;
  color: #fff;
  margin-top: 50px;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info {
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 0.01rem;
  color: #666;
  margin: 30px 7px 50px;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info.color-white {
  font-size: 1.125rem;
  letter-spacing: 0.015rem;
  color: #fff;
  line-height: 60px;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .btn.btn-boxed {
  padding: .7rem 2.075rem;
  margin-left: 7px;
  background: #f68773;
  border: 2px solid #f68773;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .btn.btn-boxed:hover {
  background: #000;
  border: 2px solid #000;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text.top_center {
  text-align: center;
  margin-top: 8%;
}
.slider-home-boxed .slider_mgs_carousel .owl-item .slide-text.top_center .title-center {
  font-size: 2.25rem;
  letter-spacing: -0.01rem;
  color: #222;
  font-weight: 700;
}
.slider-home-boxed .slider_mgs_carousel.owl-carousel .owl-nav .owl-prev,
.slider-home-minimal .slider_mgs_carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.slider-home-boxed .slider_mgs_carousel.owl-carousel .owl-nav .owl-next,
.slider-home-minimal .slider_mgs_carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  body.boxed > .page-wrapper main.page-main,
  body.boxed .page-footer .top-footer,
  body.boxed .page-footer .middle-footer,
  body.boxed .page-footer .bottom-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  body.boxed > .page-wrapper main.page-main,
  body.boxed .page-footer .top-footer,
  body.boxed .page-footer .middle-footer,
  body.boxed .page-footer .bottom-footer {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* End Home Boxed */
/* Home Best Selling */
.newsletter-home.newsletter-color {
  margin-bottom: 10px;
}
.newsletter-home.newsletter-color .block.newsletter .content .field.newsletter {
  border-bottom: none;
}
.newsletter-home.newsletter-color .block.newsletter .content .field.newsletter input[type="email"] {
  height: 3.75rem;
  padding-left: 67px;
  background: #e0f9f1;
}
.newsletter-home.newsletter-color .block.newsletter .content .field.newsletter .control:before {
  margin-left: 20px;
}
.newsletter-home.newsletter-color .block.newsletter .content .actions .action.subscribe.primary {
  padding: 0 40px;
}
.newsletter-home.newsletter-color .title-newsletter .sub-title {
  color: #999;
}
/* End Home Best Selling */
/* Home Full Width */
.home-full-width .slider_mgs_carousel .inner-text .sub-title {
  font-size: 0.75rem;
}
.home-full-width .slider_mgs_carousel .inner-text .title {
  font-size: 3.75rem;
  line-height: 4.5rem;
  letter-spacing: -0.01rem;
  margin: 0 0 25px -3px;
}
.home-full-width .slider_mgs_carousel .inner-text .sub-text {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0.01rem;
  color: #222;
  margin-bottom: 55px;
}
.product-full-width .mgs-product-tab .data.items .item.title .data.switch {
  padding: 0 35px !important;
}
/* End Home Full Width */
/* Home Minimal */
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.top_center {
  margin-top: 9%;
}
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.top_center > * {
  max-width: 100%;
}
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title {
  font-size: 3.75rem;
  letter-spacing: -0.01rem;
  color: #222;
  font-weight: 700;
  line-height: 3.75rem;
}
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title.color-white {
  letter-spacing: -0.025rem;
  color: #fff;
}
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.middle_left .sub-text {
  font-size: 1.125rem;
  line-height: 3.75rem;
  letter-spacing: 0.015rem;
  color: #222;
  margin-top: 20px;
}
.slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.middle_left .sub-text.color-white {
  color: #fff;
}
.slider-home-minimal .nav-position-middle-inside .owl-nav button {
  width: 30px;
  height: 30px;
  font-size: 1.875rem;
  color: #ccc;
  background: transparent;
}
.slider-home-minimal .nav-position-middle-inside .owl-nav button.owl-prev,
.slider-home-minimal .nav-position-middle-inside .owl-nav button.owl-next {
  position: absolute;
  top: 47%;
  transform: translate(-50%);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.slider-home-minimal .nav-position-middle-inside .owl-nav button:hover {
  background: transparent;
  color: #000;
}
.slider-home-minimal .nav-position-middle-inside .owl-nav button.owl-prev {
  left: 4%;
}
.slider-home-minimal .nav-position-middle-inside .owl-nav button.owl-next {
  right: 3%;
}
.product-home-minimal .mgs-product .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
}
.product-home-minimal .mgs-product .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.product-home-minimal .mgs-product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: static;
  min-width: 100%;
}
.product-home-minimal .mgs-product .product-item-details {
  margin-top: 15px;
}
.product-home-minimal .mgs-product .product-item-details .product-item-name .product-item-link {
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  color: #222;
  font-weight: 700;
}
.product-home-minimal .mgs-product .product-item-details .price-final_price {
  margin-top: 9px;
}
.product-home-minimal .mgs-product .product-item-details .price-final_price .price {
  font-size: 1rem;
  color: #999;
}
.product-home-minimal .content-heading .sub-title {
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  color: #bbb;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.product-home-minimal .content-heading .title {
  font-size: 3rem;
  letter-spacing: -0.075rem;
  color: #222;
  line-height: 3.75rem;
  font-weight: 700;
  position: relative;
}
.product-home-minimal .content-heading .title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f5f5f5;
  bottom: -38px;
  left: 5px;
}
.product-home-minimal .mgs-heading .heading {
  letter-spacing: 0.075rem;
}
.product-home-minimal .mgs-testimonial .testimonial-item {
  text-align: left;
}
.product-home-minimal .mgs-testimonial .testimonial-item blockquote {
  margin: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #222;
  font-weight: 700;
  position: relative;
}
.product-home-minimal .mgs-testimonial .testimonial-item blockquote:before {
  display: none;
}
.product-home-minimal .mgs-testimonial .testimonial-item blockquote:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f5f5f5;
  bottom: -38px;
  left: 5px;
}
.product-home-minimal .mgs-testimonial .author-info {
  margin-top: 82px;
  font-size: 14px;
}
.product-home-minimal .mgs-testimonial .author-info .name {
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.btn.btn-primary.btn-all {
  padding: 1rem 2.375rem;
  background: transparent;
  color: #222;
}
.btn.btn-primary.btn-all:hover {
  color: #fff;
}
/* End Home Minimal */
/* Home Modern */
.view-btn-radius .tab-cate-link a.action.default {
  padding: 19px 28px;
  font-size: 12px;
  border: none;
  color: #fff;
  border-radius: 25px;
}
.view-btn-radius .tab-cate-link a.action.default:hover {
  border: none;
  color: #fff;
  background-color: #000;
}
.slider-home-modern .slider_mgs_carousel .owl-item .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  min-height: 950px;
}
.slider-home-modern .slider_mgs_carousel .owl-item .item-image > img {
  opacity: 0;
}
.slider-home-modern .slider_mgs_carousel .owl-item .inner-text {
  max-width: 50%;
}
.slider-home-modern .slider_mgs_carousel .owl-item .inner-text .sub-title {
  font-size: 12px;
  letter-spacing: 0.075em;
  word-spacing: 0.1em;
  text-transform: uppercase;
  color: #87b5ce;
  margin-bottom: 20px;
}
.slider-home-modern .slider_mgs_carousel .owl-item .inner-text .title {
  font-size: 60px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 72px;
  margin-bottom: 30px;
}
.slider-home-modern .slider_mgs_carousel .owl-item .inner-text .info {
  color: #7e7e7e;
  letter-spacing: 0.01em;
  line-height: 30px;
  margin-bottom: 40px;
}
.banner-modern > div::after {
  content: "";
  display: table;
  clear: both;
}
.banner-deal-modern {
  float: right;
  max-width: 40.17%;
  padding-right: 100px;
}
.banner-deal-modern .label {
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.banner-deal-modern .title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.banner-deal-modern .info {
  margin-top: 16px;
}
.banner-deal-modern .info p {
  line-height: 30px;
}
.banner-deal-modern .btn.btn-secondary {
  margin-top: 27px;
  padding: 10px 26px;
  font-size: 12px;
  letter-spacing: 0.075em;
}
.bgr-position-center > div {
  background-position: center;
}
/* End Home Modern */
/* Instant Search Result */
.search.results.mgs-instant-search > div {
  margin-bottom: 65px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
}
.search.results.mgs-instant-search > div:last-child {
  margin-bottom: 0;
}
.search.results.mgs-instant-search > div:first-child {
  padding-top: 0;
  border-top: none;
}
.search.results.mgs-instant-search > div.blog-result .wrapper.message.info.empty {
  margin-top: 40px;
}
.search.results.mgs-instant-search > div.products-result {
  margin-bottom: 0px;
}
.search.results.mgs-instant-search > div.products-result .wrapper.message.info.empty {
  margin-bottom: 65px !important;
}
.search.results.mgs-instant-search > div.products-result .view-more {
  text-align: center;
  margin-bottom: 65px;
}
.search.results.mgs-instant-search > div.products-result .view-more a.action {
  border-radius: 20px;
}
.search.results.mgs-instant-search .block.block-title {
  margin-bottom: 40px;
}
.search.results.mgs-instant-search .block.block-title h4 {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
  font-weight: 700;
}
.search.results.mgs-instant-search .block.block-title.title-blog {
  margin-bottom: 0;
}
.search.results.mgs-instant-search .blog-grid ol li.item {
  margin-top: 60px;
}
.search.results.mgs-instant-search .blog-grid ol li.item .post-images {
  overflow: hidden;
}
.category-result .block.block-title {
  margin-bottom: 60px;
}
.category-result .block.block-title h4 {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
  font-weight: 700;
}
.category-result .category-items .category-item-info {
  margin-bottom: 10px;
}
.category-result .category-items .category-item-info .category-item-name {
  position: relative;
  padding-left: 20px;
}
.category-result .category-items .category-item-info strong::before {
  content: "\e712";
  font-family: 'Linearicons';
  font-size: 14px;
  margin-right: 8px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.category-result .category-items .category-item-info .category-item-link {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.01rem;
  color: #222;
  position: relative;
  font-weight: 400;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pages-result .block.block-title {
  margin-bottom: 60px;
}
.pages-result .block.block-title h4 {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
  font-weight: 700;
}
.pages-result .pages-grid .page-items .item {
  margin: 0;
}
.pages-result .pages-grid .page-items .page-item-info {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.pages-result .pages-grid .page-items .page-item-info strong::before {
  content: "\e719";
  font-family: 'Linearicons';
  font-size: 12px;
  margin-right: 8px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.pages-result .pages-grid .page-items .page-item-info .page-item-link {
  display: block;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.01rem;
  color: #222;
  position: relative;
  font-weight: 400;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instantsearch-blog-result .block.block-title {
  margin-bottom: 60px;
}
.instantsearch-blog-result .block.block-title h4 {
  font-size: 30px;
  margin: 0;
  word-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #222222;
  font-weight: 700;
}
/* End Instant Search Result */
/* Pager */
.pager > .toolbar-amount,
.pager > .limiter {
  display: none;
}
.pager .pages {
  display: block;
}
.pages {
  display: block;
}
.pages .pages-items .item .page {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  position: relative;
  padding: 0 18px 0 10px;
}
.pages .pages-items .item a.page:hover {
  color: #bd9250;
}
.pages .pages-items .item.current .page:after {
  content: " ";
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #222;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  bottom: 0;
}
.pages .pages-items .item .action {
  margin-left: 0;
  border-color: #e1e1e1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pages .pages-items .item .action:before {
  color: #bbbbbb;
  margin: -2px 0 0 -1px;
  font-size: 38px;
}
.pages .pages-items .item .action:hover:before {
  color: #fff;
}
.pages .pages-items .item .action.previous {
  margin-right: 10px;
}
/* End Pager */
/* Home Metro */
.newsletter-home-v2 .title-newsletter {
  margin-bottom: 45px;
}
.newsletter-home-v2 .title-newsletter .title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
.newsletter-home-v2 .title-newsletter .sub-title {
  margin-bottom: 0;
}
.newsletter-home-v2 .block.newsletter {
  width: 670px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .newsletter-home-v2 .block.newsletter {
    width: 100%;
  }
}
.newsletter-home-v2 .block.newsletter .form.subscribe {
  position: relative;
  border-radius: 50px;
  background-color: #f2f2f2;
}
.newsletter-home-v2 .block.newsletter .form.subscribe input[type="email"] {
  border: none;
  background-color: transparent;
  padding-left: 68px;
  padding-right: 85px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  height: 60px;
  line-height: 60px;
}
.newsletter-home-v2 .block.newsletter .form.subscribe input[type="email"]:-internal-autofill-selected {
  background-color: transparent;
}
.newsletter-home-v2 .block.newsletter .form.subscribe .control:before {
  font-size: 32px;
  color: #dedede;
  left: 24px;
  top: 50%;
  color: #616161;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.newsletter-home-v2 .block.newsletter .form.subscribe .control div.mage-error[generated] {
  position: absolute;
  left: 30px;
  top: 100%;
  padding-top: 5px;
}
.newsletter-home-v2 .block.newsletter .form.subscribe > .actions {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe {
  padding: 17px 32px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.075em;
}
@media (max-width: 991.98px) {
  .newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe > span {
    display: none;
  }
  .newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe:before {
    content: "\e699";
    font-family: 'Linearicons';
    font-size: 20px;
  }
}
.title-home-metro .mgs-heading h3 {
  letter-spacing: 0.1em;
}
.title-home-metro .mgs-heading h4 {
  letter-spacing: 0.015em;
}
.title-home-metro .mgs-heading h1 {
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.sub-title-metro {
  max-width: 62%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .sub-title-metro {
    max-width: 100%;
  }
}
.sub-title-metro p {
  font-size: 18px;
  letter-spacing: 0.015em;
  line-height: 30px;
}
/* End Home Metro */
/* Home Full Slider */
.full-slider .slider_mgs_carousel .owl-item .item-image {
  display: block;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.full-slider .slider_mgs_carousel .owl-item .item-image img {
  opacity: 0;
  display: none;
}
.full-slider .slider_mgs_carousel .owl-item .inner-text {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text {
    max-width: 100%;
  }
}
.full-slider .slider_mgs_carousel .owl-item .inner-text .sub-title {
  color: #6d5af5;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.full-slider .slider_mgs_carousel .owl-item .inner-text .title {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-top: 15px;
}
.full-slider .slider_mgs_carousel .owl-item .inner-text .info {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 27px;
}
.full-slider .slider_mgs_carousel .owl-item .inner-text .btn-default.color-primary {
  color: #f54b35;
  border-color: #f54b35;
  font-size: 14px;
  padding-bottom: 8px;
  margin-top: 45px;
}
.full-slider .slider_mgs_carousel .owl-item .inner-text .btn-default.color-primary:hover {
  color: #fff;
  border-color: #fff;
}
.full-slider .page-header-sliders .owl-carousel .owl-nav button,
.full-slider .page-header-sliders .owl-carousel .owl-nav button.owl-prev:before,
.full-slider .page-header-sliders .owl-carousel .owl-nav button.owl-prev span:before,
.full-slider .page-header-sliders .owl-carousel .owl-nav button.owl-next span:before,
.full-slider .page-header-sliders .owl-carousel .owl-nav button.owl-next:after {
  color: #fff;
}
.full-slider .page-header-sliders .owl-dots .owl-dot {
  padding: 0;
  border: none;
}
.full-slider .subcribe {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  max-width: 34%;
}
.full-slider .subcribe .content-subcribe {
  background-color: #4619c8;
  padding: 50px 70px 40px;
}
.full-slider .subcribe .content-subcribe > .content {
  margin-top: 20px;
}
.full-slider .subcribe .title {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  padding-right: 45px;
}
.full-slider .subcribe .title:after {
  content: "\e699";
  display: block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full-slider .subcribe .block.newsletter {
  width: 100%;
  padding-bottom: 0;
}
.full-slider .subcribe .block.newsletter .content {
  position: relative;
}
.full-slider .subcribe .block.newsletter .content .field.newsletter {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-slider .subcribe .block.newsletter .content .field.newsletter input[type="email"] {
  color: #fff;
  border: none;
  line-height: 3.75rem;
  height: 3.625rem;
  padding-left: 45px;
  padding-right: 85px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  background-color: transparent;
}
.full-slider .subcribe .block.newsletter .content .field.newsletter input[type="email"]:-internal-autofill-selected {
  background-color: transparent;
}
.full-slider .subcribe .block.newsletter .content .field.newsletter .control::before {
  color: #dedede;
  left: 0;
  top: 50%;
  margin-left: -9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.full-slider .subcribe .block.newsletter .content .field.newsletter div#newsletter-error {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1.1;
}
.full-slider .subcribe .block.newsletter .content .actions {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.full-slider .subcribe .block.newsletter .content .actions .action.subscribe.primary {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  padding: 0;
  line-height: 3.875rem;
  letter-spacing: 0.075em;
}
/* End Home Full Slider */
/* Home Carousel */
.carousel-overflow-visiable {
  overflow: hidden;
}
@media (min-width: 1199.98px) {
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item {
  position: relative;
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text {
  padding: 0 100px;
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .sub-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.075em;
  color: #61bbbb;
  margin-bottom: 10px;
  display: block;
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .title {
  font-size: 60px;
  letter-spacing: -0.025em;
  line-height: 65px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info {
  padding-left: 50px;
  margin-top: 32px;
}
.carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info > p {
  margin-bottom: 50px;
}
.carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: auto;
  height: auto;
  color: #bbbbbb;
  font-size: 30px;
  background-color: transparent;
}
.carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button:hover {
  background-color: transparent;
  color: #444444;
}
.carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev {
  left: -70px;
  right: auto;
}
@media (max-width: 1199.98px) {
  .carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev {
    left: 15px;
  }
}
.carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button.owl-next {
  right: -70px;
  left: auto;
}
@media (max-width: 1199.98px) {
  .carousel-overflow-visiable .owl-carousel.nav-position-middle-outside .owl-nav button.owl-next {
    right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .carousel-overflow-visiable .frame.no-padding {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.head-carousel .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 78px;
}
.head-carousel span.line {
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #bd9250;
  margin: 0 0 75px;
}
.head-carousel .sub-head-carousel {
  padding-top: 36px;
  padding-left: 100px;
}
.head-carousel .sub-head-carousel p {
  line-height: 30px;
}
.banner-carousel {
  max-width: 34%;
}
.banner-carousel .sub-title {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #b0b8b2;
  display: block;
  margin-bottom: 5px;
}
.banner-carousel .title {
  font-size: 36px;
  font-weight: 700;
  color: #a3cc9e;
  margin-bottom: 22px;
}
.newsletter-home-v2.bgr-input .block.newsletter .form.subscribe {
  background-color: #bd9250;
}
.newsletter-home-v2.bgr-input .block.newsletter .form.subscribe input[type="email"],
.newsletter-home-v2.bgr-input .block.newsletter .form.subscribe .actions .action.subscribe,
.newsletter-home-v2.bgr-input .block.newsletter .form.subscribe .control::before,
.newsletter-home-v2.bgr-input .block.newsletter .form.subscribe input[type="email"]::placeholder {
  color: #fff;
}
.mgs-product-tab.masonry .mgs-tab.data.items > .item.content {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.mgs-product-tab.masonry .mgs-tab.data.items > .data.item.title.active + .data.item.content {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item {
  padding-bottom: 95px;
}
@media (max-width: 1199.98px) {
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item {
    padding-bottom: 60px;
  }
}
.catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item .product-image-wrapper .product-image-photo {
  position: static;
}
.catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:first-child,
.catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:nth-child(3) {
  padding-top: 110px;
}
@media (max-width: 1199.98px) {
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:first-child,
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:nth-child(3) {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:first-child,
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:nth-child(3) {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catproduct-product-cat-block.masonry .product-items .masonry-grid .product-item:first-child {
    padding-top: 60px;
  }
}
.sub-product {
  margin-top: 10px;
}
.sub-product .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 53px;
}
.sub-product .btn.btn-default {
  font-size: 14px;
}
/* End Home Carousel */
/* Toolbar */
.toolbar {
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: center;
}
.toolbar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: none;
  padding: 0;
  height: 24px;
  color: #999999;
  font-size: 1rem;
  font-weight: 400;
  padding-right: 20px;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/bg-select-toolbar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  display: inline-block;
  vertical-align: top;
}
.toolbar .filter-placeholder .action-filter {
  color: #222222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375rem;
  display: block;
  padding-right: 49px;
}
.toolbar .filter-placeholder .action-filter:after {
  content: "\e93a";
  font-family: "Linearicons";
  font-size: 10px;
  color: #666666;
  margin-left: 9px;
}
.toolbar .toolbar-amount {
  font-size: 1rem;
  float: none;
  line-height: 1.5rem;
  margin-right: 43px;
  color: #222;
  padding: 0;
  font-weight: 700;
}
.toolbar .sorter {
  padding: 0;
  margin-right: 30px;
}
.toolbar .sorter .sorter-label {
  font-size: 1rem;
  float: none;
  line-height: 1.5rem;
  color: #222;
  padding: 0;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.toolbar .sorter .sorter-action {
  margin-left: 15px;
  line-height: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
}
.toolbar .sorter .sorter-action:before {
  content: '\e941';
  font-family: 'Linearicons';
  font-size: 1rem;
  vertical-align: text-bottom;
  line-height: 1;
}
.toolbar .modes {
  float: none;
  margin: 0;
}
.toolbar .modes .modes-mode {
  border: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  text-align: center;
}
.toolbar .modes .modes-mode:before {
  color: #999;
  content: '\e87e';
  font-family: 'Linearicons';
  line-height: 1;
  font-size: 1.125rem;
  display: block;
}
.toolbar .modes .modes-mode.mode-grid {
  padding: 3px 0 0 1px;
}
.toolbar .modes .modes-mode.mode-list {
  padding: 1px 0 0 1px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\e930';
  font-size: 1.25rem;
}
.toolbar .modes .modes-mode.active:before {
  color: #222;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 10px;
}
.toolbar .modes a.modes-mode:hover {
  background: none;
}
.toolbar .modes a.modes-mode:hover:before {
  color: #222;
}
.top-toolbar .toolbar {
  margin-bottom: 30px;
}
.top-toolbar .toolbar > .pages {
  display: none;
}
.top-toolbar .toolbar > .field.limiter {
  margin-left: auto;
  color: #222;
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
}
.top-toolbar .toolbar > .field.limiter .control {
  display: inline-block;
}
.bottom-toolbar .toolbar {
  justify-content: center;
  margin: 30px 0 0;
}
.bottom-toolbar .toolbar > *:not(.pages) {
  display: none;
}
/* End Toolbar */
/* Search page */
.catalogsearch-result-index .category-product-actions {
  margin: 0 0 30px;
}
.catalogsearch-result-index .category-product-actions.show-breadcrumbs {
  margin: 0 0 30px;
}
.catalogsearch-result-index .category-product-actions .toolbar-products {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.catalogsearch-result-index .category-product-actions .toolbar-products .filter-placeholder {
  margin-left: auto;
}
/* End Search page */
/* Catalog Page */
.catalog-category-view .only-breadcrumbs .breadcrumbs {
  background: none;
  padding: 36px 0;
  margin: 0 0 16px;
}
.catalog-category-view .bottom-toolbar .toolbar {
  justify-content: center;
}
.category-product-actions {
  margin-bottom: 49px;
}
.category-product-actions .filter-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.category-product-actions .filter-wrapper .action-filter {
  margin-left: auto;
}
.category-product-actions .toolbar-products {
  margin: 9px 0 0;
}
.category-product-actions .category-page-title {
  padding-right: 20px;
}
.category-product-actions .category-page-title .category-title {
  color: #222222;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.category-product-actions.show-breadcrumbs {
  margin: 0 0 96px;
}
.category-product-actions.show-breadcrumbs .toolbar-products {
  margin: 25px 0 0;
}
.category-product-actions.show-breadcrumbs .category-title {
  font-size: 3rem;
}
.category-product-actions.show-breadcrumbs .breadcrumbs {
  padding: 16px 0 0;
  background: none;
}
.category-product-actions.show-breadcrumbs .items {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .catalog-category-view .only-breadcrumbs .breadcrumbs {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .category-product-actions .filter-wrapper {
    flex-wrap: wrap;
  }
  .category-product-actions .category-page-title {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .category-product-actions:not(.show-breadcrumbs) .category-page-title {
    text-align: left;
  }
  .category-product-actions.show-breadcrumbs {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .category-product-actions.show-breadcrumbs .toolbar-products {
    width: 100%;
    margin-top: 50px;
  }
  .category-product-actions.show-breadcrumbs .category-title {
    font-size: 2.5rem;
  }
  .category-product-actions .toolbar-products {
    width: 100%;
    margin-top: 50px;
  }
  .category-product-actions .toolbar-products .filter-placeholder {
    margin-left: auto;
  }
  .category-product-actions .breadcrumbs > .items {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .category-product-actions .toolbar .filter-placeholder {
    display: none;
  }
  .category-product-actions .toolbar .modes {
    display: none;
  }
  .category-product-actions .toolbar.toolbar-products .filter-placeholder {
    margin-left: 0;
  }
  .category-product-actions .toolbar .sorter {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 575px) {
  .category-product-actions .toolbar .toolbar-amount {
    display: none;
  }
  .category-product-actions .toolbar .sorter {
    margin: 0;
    width: auto;
  }
  .category-product-actions .toolbar .sorter:after {
    content: "";
    display: table;
    clear: both;
  }
  .category-product-actions .toolbar .sorter .sorter-action {
    float: right;
  }
}
@media (max-width: 767px) {
  .catalog-category-view:not(.page-layout-1column) .category-product-actions .filter-placeholder {
    display: none !important;
  }
  .catalog-category-view:not(.page-layout-1column) .category-product-actions:not(.have-title) .toolbar-sorter {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .catalog-category-view:not(.page-layout-1column) .category-product-actions .filter-placeholder {
    display: none !important;
  }
  .catalog-category-view:not(.page-layout-1column) .category-product-actions:not(.have-title) .toolbar-sorter {
    margin-left: auto;
  }
}
.catalog-category-view:not(.page-layout-1column) .category-product-actions.have-title.show-breadcrumbs {
  margin: 0 0 56px;
}
.catalog-category-view .category-product-actions:not(.have-title) .toolbar-products {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catalog-category-view .category-product-actions:not(.have-title) .filter-placeholder {
  margin-left: auto;
}
/* End Catalog Page */
/*  Pre Load Slider  */
.page-header-sliders.loading {
  position: relative;
}
.page-header-sliders.loading:before {
  content: "";
  background-image: url('../../frontend/Mgs/supro/es_AR/images/oval.svg');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  z-index: 999;
}
.page-header-sliders.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  z-index: 99;
}
/*  End Pre Load   */
/* Review Vote */
.review-control-vote:before {
  content: '\2605' '\2605' '\2605' '\2605' '\2605';
  font-size: 20px;
  font-family: inherit;
  letter-spacing: 2px;
}
.review-control-vote label:before {
  font-family: inherit;
  font-size: 20px;
  letter-spacing: 2px;
  color: #bd9250;
  display: block;
  line-height: 28px;
  height: 28px;
}
.review-control-vote .rating-1:before {
  content: '\2605';
}
.review-control-vote .rating-2:before {
  content: '\2605' '\2605';
}
.review-control-vote .rating-3:before {
  content: '\2605' '\2605' '\2605';
}
.review-control-vote .rating-4:before {
  content: '\2605' '\2605' '\2605' '\2605';
}
.review-control-vote .rating-5:before {
  content: '\2605' '\2605' '\2605' '\2605' '\2605';
}
/* End Review Vote */
.checkout-cart-index .column.main > .cart-empty {
  display: flex;
  justify-content: center;
  margin-bottom: -80px;
  min-height: 300px;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
}
.checkout-cart-index .column.main > .cart-empty > p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Navigation & Pagination Owl Carousel */
/* Owl Carrousel */
.owl-carousel:not(.custom-nav) .owl-nav button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  color: #bbbbbb;
  font-size: 18px;
  width: 50px;
  height: 50px;
}
.owl-carousel:not(.custom-nav) .owl-nav button:hover {
  background-color: #bd9250;
  border-color: #bd9250;
  color: #fff;
}
.owl-carousel:not(.custom-nav) .owl-nav button:before {
  font-family: "Linearicons";
  content: "\e943";
}
.owl-carousel:not(.custom-nav) .owl-nav button.disabled {
  display: none !important;
}
.owl-carousel:not(.custom-nav) .owl-nav button.owl-next:before {
  content: "\e944";
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
}
.owl-carousel .owl-dots.disabled {
  display: none !important;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 4px;
  padding: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #bd9250;
  display: block;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #bd9250;
}
.owl-carousel .owl-dots .owl-dot.disabled {
  display: none;
}
.owl-carousel.custom-nav.nav-type-image .owl-nav button {
  padding: 0;
  border: none;
}
.owl-carousel.custom-nav.nav-type-font .owl-nav button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.owl-carousel.custom-nav.nav-type-font .owl-nav button:active {
  box-shadow: none;
}
.owl-carousel.custom-nav > div.disabled {
  display: none;
}
.owl-carousel.custom-nav > div.disabled > button {
  display: none;
}
.owl-carousel.dot-position-left .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 70px;
}
.owl-carousel.dot-position-center .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.owl-carousel.dot-position-right .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 70px;
}
.owl-carousel.nav-position-middle-inside .owl-nav .owl-prev {
  left: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .owl-carousel.nav-position-middle-inside .owl-nav .owl-prev {
    left: 15px;
  }
}
.owl-carousel.nav-position-middle-inside .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 70px;
}
@media (max-width: 1199.98px) {
  .owl-carousel.nav-position-middle-inside .owl-nav .owl-next {
    right: 15px;
  }
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button {
  background: none;
  font-size: 1.5rem;
  width: auto;
  border: none;
  color: #000;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button:hover {
  background-color: transparent;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button > span .fa {
  display: none;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-prev:before {
  font-family: "Linearicons";
  content: "\e943";
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-prev span:before {
  content: "prev";
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 8px;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-prev span:before > * {
  display: none;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-next span:before {
  content: "next";
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 8px;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-next:after {
  font-family: "Linearicons";
  content: "\e944";
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.owl-next:before {
  display: none;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.disabled {
  cursor: unset;
  pointer-events: inherit;
  display: block !important;
}
.owl-carousel.nav-position-middle-inside.nav-type-default.slider_mgs_carousel .owl-nav button.disabled > span {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel.nav-position-middle-outside .owl-nav button {
  background-color: transparent;
  font-size: 24px;
}
.owl-carousel.nav-position-middle-outside .owl-nav button:hover {
  background-color: transparent;
  font-size: 24px;
}
.owl-carousel.nav-position-middle-outside .owl-nav button:hover:hover {
  background-color: transparent;
  color: #000;
}
.owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev {
  left: -70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev {
    left: 15px;
  }
}
.owl-carousel.nav-position-middle-outside .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -70px;
}
@media (max-width: 1199.98px) {
  .owl-carousel.nav-position-middle-outside .owl-nav button.owl-next {
    right: 15px;
  }
}
.owl-carousel.nav-position-top-left .owl-nav {
  position: absolute;
  left: 80px;
  top: 50px;
}
.owl-carousel.nav-position-top-left .owl-nav > button + button {
  margin-left: 10px;
}
.owl-carousel.nav-position-top-right .owl-nav {
  position: absolute;
  right: 80px;
  top: 50px;
}
.owl-carousel.nav-position-top-right .owl-nav > button + button {
  margin-left: 10px;
}
.owl-carousel.nav-position-bottom-left .owl-nav {
  position: absolute;
  left: 80px;
  bottom: 50px;
}
.owl-carousel.nav-position-bottom-left .owl-nav > button + button {
  margin-left: 10px;
}
.owl-carousel.nav-position-bottom-right .owl-nav {
  position: absolute;
  right: 80px;
  bottom: 50px;
}
.owl-carousel.nav-position-bottom-right .owl-nav > button + button {
  margin-left: 10px;
}
.mgs-products .mgs-owl-carousel.owl-carousel.nav-type-font .owl-nav button {
  border: none;
  background-color: transparent;
  padding: 0;
}
/* End Navigation & Pagination Owl Carousel */
/* Ajax Tabs Product loading */
.mgs-product-tab .data.item.title + .content.div-loading {
  min-height: 400px;
  position: relative;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.mgs-product-tab .data.item.title + .content.div-loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  z-index: 111;
}
.mgs-product-tab .data.item.title + .content.div-loading:after {
  background-image: url(../../frontend/Mgs/supro/es_AR/images/oval.svg);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 111;
}
/* End Ajax Tabs Product loading */
/* Lazy Load */
.parent_lazy:not(.lazy_loaded) {
  border: 1px solid #eaeaea !important;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/oval.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: unset !important;
}
.promobanner .parent_lazy + .text {
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.promobanner .parent_lazy.lazy_loaded + .text {
  opacity: 1;
}
/* End Lazy Load */
/*Email to a Friend*/
.form.send.friend .flex-info,
.form.send.friend .fieldset.invite {
  margin-left: -15px;
  margin-right: -15px;
}
.form.send.friend .fieldset {
  margin-bottom: 0;
}
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 100%;
}
.form.send.friend .content-heading .title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 26px;
  word-spacing: 0.1em;
  font-weight: 600;
  color: #bd9250;
}
.form.send.friend .content-heading .title span {
  position: relative;
}
.form.send.friend .content-heading .title span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #bd9250;
  left: 0;
}
.form.send.friend .actions-toolbar.dis-border {
  margin-top: 30px;
  display: block;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.form.send.friend .actions-toolbar.dis-border .btn.btn-primary {
  float: right;
}
.form.send.friend .actions-toolbar.dis-border .back {
  margin-top: 20px;
}
.form.send.friend .fields {
  margin-top: 40px;
}
.form.send.friend .fields.additional .actions-toolbar {
  position: absolute;
  right: 40px;
  top: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 11;
}
.form.send.friend .fields.additional .action.remove {
  top: 0;
}
.form.send.friend .fields.additional .action.remove .btn-close:after {
  content: '\e935';
  font-family: 'Linearicons';
  font-weight: 700;
  color: #bd9250;
}
.form.send.friend .fields.additional .action.remove:hover {
  color: transparent;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
/*End Email to a Friend*/
/* Create Shipping Address */
.form-address-edit {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-address-edit > .fieldset {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.form-address-edit > .fieldset .legend {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  width: 100%;
}
.form-address-edit > .fieldset select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01em;
  background-image: url(../../frontend/Mgs/supro/es_AR/images/arrow_sellect.png);
  background-repeat: no-repeat;
  background-position: center right 17px;
}
.form-address-edit .actions-toolbar {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 30px 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
}
.form-address-edit .actions-toolbar .secondary {
  position: absolute;
  bottom: 0;
  margin-left: 30px;
  padding: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.075em;
  display: inline-block;
}
.form-address-edit .actions-toolbar .secondary .action.back {
  position: relative;
}
.form-address-edit .actions-toolbar .secondary .action.back:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  bottom: -5px;
  right: 0;
}
.form-address-edit .actions-toolbar .action.primary {
  font-size: 1rem;
  padding: .5rem 2.375rem;
  line-height: 1.6;
}
/* End Create Shipping Address */
.ajaxcart-loading-overlay,
.quickview-loading-overlay {
  background-image: url('../../frontend/Mgs/supro/es_AR/images/oval.svg');
}
.slider-home-watch {
  position: relative;
}
.slider-home-watch .line .line .panel-block-row.panel-block:not(.builder-container) {
  position: static;
}
.slider-home-watch .panel-block-row.col-des-12 {
  min-height: auto;
}
.slider-home-watch .slider_mgs_carousel .item-image {
  display: block;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-home-watch .slider_mgs_carousel .item-image img {
  opacity: 0;
}
.slider-home-watch .slider_mgs_carousel .inner-text {
  padding: 0;
  margin-left: 7px;
  margin-top: -20px;
}
.slider-home-watch .slider_mgs_carousel .inner-text .title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 45px -3px;
}
.slider-home-watch .slider_mgs_carousel .inner-text .title.color-white {
  color: #fff;
}
.slider-home-watch .slider_mgs_carousel .inner-text .sub-title {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  word-spacing: 0.1em;
  margin-bottom: 15px;
  display: block;
}
.slider-home-watch .slider_mgs_carousel .inner-text a.color-white {
  color: #fff;
  border-bottom-color: #fff;
}
.slider-home-watch .slider_mgs_carousel .inner-text a.color-white:hover {
  color: #bd9250;
  border-bottom-color: #bd9250;
}
.slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social li > a {
  color: #bbbbbb;
  font-size: 1rem;
}
/* Contact */
.contact-index-index footer.page-footer {
  margin-top: 0;
}
.contact-index-index .map-container #map-contact {
  background-color: #eee;
}
.contact-form {
  padding: 0 0 35px;
}
.contact-form .form.contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  max-width: 66%;
}
.contact-form .form.contact .actions-toolbar {
  margin-left: 0;
}
.contact-form .contact-information {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
  max-width: 34%;
}
.contact-form .fieldset {
  margin-bottom: 45px;
}
.contact-form .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.contact-form .fieldset .field {
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
.contact-form .fieldset .field.comment {
  margin: 0 0 17px;
}
.contact-form .fieldset .field .label {
  font-size: 0.9375rem;
  letter-spacing: 0.01rem;
}
.contact-form .fieldset .field.name {
  width: calc(50% - 15px);
}
.contact-form .fieldset .field.email {
  float: right;
  width: calc(50% - 15px);
}
.contact-form .fieldset .label.note {
  float: left;
  width: 100%;
}
.contact-form .social-links li {
  display: inline-block;
  border: 1px solid rgba(187, 193, 206, 0.4);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 3px;
}
.contact-form .social-links li a {
  color: #999;
  font-size: 1.125rem;
  display: block;
}
.contact-form .social-links li:hover a {
  color: #fff;
}
.contact-form .link-item {
  margin: 60px 0px;
}
.contact-form .link-item .contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.5rem 0;
}
.contact-form .link-item strong {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
}
.contact-form .link-item a,
.contact-form .link-item span {
  color: #999999;
  font-size: 0.9375rem;
  letter-spacing: 0.01rem;
}
.contact-form .actions-toolbar {
  margin-bottom: 75px;
}
.contact-store {
  margin-bottom: 110px;
  border-top: 1px solid #eaeaea;
  margin-top: 68px;
}
.contact-store .contact-box {
  padding: 34px 0;
}
.contact-store .contact-box .store-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.contact-store .contact-box .store-name .title {
  margin: -7px 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact-store .contact-box .contact-info {
  font-size: 0.9375rem;
  color: #999999;
  letter-spacing: 0.01rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.contact-store .contact-box .contact-info .box-label {
  font-size: 0.75rem;
  color: #222;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-store .contact-box .contact-info a {
  color: #999999;
}
/* Add Logo to Checkout Page  */
.checkout-index-index .page-main .logo {
  margin-left: 0;
  display: block;
  margin: 0 auto;
  float: inherit;
  text-align: center;
}
.checkout-index-index .page-main .logo > img {
  display: inline-block;
}
/* Update Ajax Loading Cart  */
.products-grid .items .product-item .product-item-info.adding-cart-text .product-top.loading-ajax:after,
.products-grid .items .product-item .product-item-info.adding-cart-text .product-top.loading-ajax:after {
  display: none;
}
.products-grid .items .product-item .product-item-info.adding-cart-text .product-top.loading-ajax .product-item-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.products-grid .items .product-item .product-item-info.adding-cart-text .product-top.loading-ajax .product-item-inner .action.tocart > span {
  font-size: 0;
}
.products-grid .items .product-item .product-item-info.adding-cart-text .product-top.loading-ajax .product-item-inner .action.tocart:before {
  content: "Agregando...";
}
.lookbook-container .popup__content--product .product-details.adding-cart-text .action.tocart.tocart-loading > span {
  font-size: 0;
}
.lookbook-container .popup__content--product .product-details.adding-cart-text .action.tocart.tocart-loading:after {
  content: "Agregando...";
  font-size: 12px;
}
.catalog-product-view .product-info-main .box-tocart.adding-cart-text .action.tocart.tocart-loading,
.catalog-product-view .block-bundle-summary .box-tocart.adding-cart-text .action.tocart.tocart-loading {
  font-size: 0;
}
.catalog-product-view .product-info-main .box-tocart.adding-cart-text .action.tocart.tocart-loading:after,
.catalog-product-view .block-bundle-summary .box-tocart.adding-cart-text .action.tocart.tocart-loading:after {
  content: "Agregando...";
  font-size: 0.875rem;
}
.catalog-product-view .product-info-main .box-tocart.adding-cart-text .action.tocart.tocart-loading:before,
.catalog-product-view .block-bundle-summary .box-tocart.adding-cart-text .action.tocart.tocart-loading:before {
  display: none;
}
/* Home Left Sidebar */
.use-header-left {
  padding-left: 350px;
}
@media (max-width: 1365.98px) {
  .use-header-left {
    padding-left: 300px;
  }
}
@media (max-width: 991.98px) {
  .use-header-left {
    padding-left: 0;
  }
}
.use-header-left .page-wrapper {
  min-height: auto;
}
.use-header-left.cms-index-index #maincontent > .columns,
.use-header-left.cms-index-index .navigation,
.use-header-left.cms-index-index .breadcrumbs .items,
.use-header-left.cms-index-index .page-header .header.panel,
.use-header-left.cms-index-index .page-wrapper > .widget,
.use-header-left.cms-index-index .page-wrapper > .page-bottom,
.use-header-left.cms-index-index .block.category.event,
.use-header-left.cms-index-index .top-container,
.use-header-left.cms-index-index .section-builder-full .frame {
  max-width: 100vw !important;
  padding: 0;
}
.use-header-left.cms-index-index footer.page-footer {
  margin-top: 0;
}
.use-header-left header.page-header {
  position: fixed !important;
  left: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  background-color: #fff;
  border-right: 1px solid #ececec;
}
@media (max-width: 1365.98px) {
  .use-header-left header.page-header {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .use-header-left header.page-header {
    position: static !important;
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 {
    position: relative !important;
    padding: 50px 0;
    min-height: 100vh;
  }
}
@media (min-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 .top-header {
    margin-bottom: 20px;
    padding: 0 50px ;
  }
}
.use-header-left header.page-header .header-area.header7 .top-header .logo {
  min-height: auto;
  padding: 0;
  margin: 0 auto 20px;
}
.use-header-left header.page-header .header-area.header7 .top-header .logo > img {
  margin: 0 auto;
}
.use-header-left header.page-header .header-area.header7 .top-header .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  justify-content: center;
}
.use-header-left header.page-header .header-area.header7 .top-header .header-links > * {
  padding: 0 10px;
}
.use-header-left header.page-header .header-area.header7 .bt-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 10px;
  background-color: #fff;
}
.use-header-left header.page-header .header-area.header7 .bt-content .list-social {
  margin: 0 -10px 20px;
  justify-content: center;
}
.use-header-left header.page-header .header-area.header7 .bt-content .list-social li {
  padding: 0 10px;
  margin-bottom: 0;
}
.use-header-left header.page-header .header-area.header7 .bt-content .list-social li a {
  font-size: 1.2rem;
}
.use-header-left header.page-header .header-area.header7 .block-search {
  margin: 0 0 30px;
  padding: 0 50px !important;
}
@media (max-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 .block-search {
    padding: 0 25px !important;
  }
}
.use-header-left header.page-header .header-area.header7 .block-search .block-title.theme-header-icon {
  display: none;
}
.use-header-left header.page-header .header-area.header7 .block-search .block-content {
  display: block;
  position: relative !important;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  visibility: visible;
  right: 0;
  margin: 0 auto;
  opacity: 1 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
}
.use-header-left header.page-header .header-area.header7 .block-search .block-content .form.minisearch {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.use-header-left header.page-header .header-area.header7 .block-search .block-content .form.minisearch .field.search .label {
  display: none;
}
.use-header-left header.page-header .header-area.header7 .block-search .block-content input {
  max-width: 100%;
  min-width: 100%;
  padding-left: 20px !important;
  border: 1px solid #eaeaea !important;
  border-radius: 0 !important;
}
.use-header-left header.page-header .header-area.header7 .block-search .block-content .action.search {
  right: 10px !important;
  top: 0 !important;
}
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown {
  display: block;
  max-height: 225px;
  overflow-y: auto;
}
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .products.products-list .product-items.list,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .page-cms-items,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .posts-list-items,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .categories-list .category-items {
  margin: 0;
}
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .page-cms-items .product-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .posts-list-items .product-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .categories-list .category-items .product-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .products.products-list .product-items.list .page-cms-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .page-cms-items .page-cms-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .posts-list-items .page-cms-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .categories-list .category-items .page-cms-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .products.products-list .product-items.list .category-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .page-cms-items .category-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .posts-list-items .category-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .categories-list .category-items .category-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .products.products-list .product-items.list .post-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .page-cms-items .post-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .posts-list-items .post-item,
.use-header-left header.page-header .header-area.header7 .block-search .mgs-instant-search-dropdown .categories-list .category-items .post-item {
  width: 100%;
  padding: 0;
}
.use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul {
  padding: 0;
  margin-bottom: 0;
  display: block;
}
.use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul li {
  position: relative;
}
@media (min-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul li {
    padding: 10px 0;
  }
}
.use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul li a {
  font-weight: 600;
  letter-spacing: 0.075rem;
}
.use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul.nav-main-menu li.level0 > .dropdown-mega-menu {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.use-header-left header.page-header .header-area.header7 .horizontal-menu .navigation ul.nav-main-menu li.level0 > .dropdown-mega-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-4columns .dropdown-mega-menu,
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-3columns .dropdown-mega-menu {
    width: 600px;
  }
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-2columns .dropdown-mega-menu {
    width: 400px;
  }
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns)._hover .dropdown-mega-menu {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@media (min-width: 1199.98px) {
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-4columns .dropdown-mega-menu {
    width: 850px;
  }
}
@media (min-width: 1364.98px) {
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-4columns .dropdown-mega-menu {
    width: 1000px;
  }
  .use-header-left header.page-header .header-area.header7 .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-3columns .dropdown-mega-menu {
    width: 700px;
  }
}
@media (max-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 .horizontal-menu {
    position: static;
    width: auto;
    z-index: inherit;
    box-shadow: none;
    height: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.use-header-left header.page-header .header-area.header7 .middle-header {
  padding: 0 !important;
  display: block;
}
.use-header-left header.page-header .header-area.header7 .middle-header .close-menu-site {
  display: none;
}
@media (max-width: 991.98px) {
  .use-header-left header.page-header .header-area.header7 {
    position: static !important;
  }
  .use-header-left header.page-header .header-area.header7 .top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .use-header-left header.page-header .header-area.header7 .top-header .megamenu_action {
    display: block;
  }
  .use-header-left header.page-header .header-area.header7 .top-header .logo {
    margin: 0;
  }
  .use-header-left header.page-header .header-area.header7 .top-header .header-links {
    margin: 0;
  }
  .use-header-left header.page-header .header-area.header7 .middle-header {
    padding: 0 !important;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    max-width: 320px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    padding: 50px 0 !important;
  }
  .use-header-left header.page-header .header-area.header7 .middle-header:before {
    display: none;
  }
  .use-header-left header.page-header .header-area.header7 .middle-header .close-menu-site {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0;
  }
}
.use-header-left header.page-header .header-area.header7:after {
  content: "";
  background: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .use-header-left header.page-header.active-menu .header-area .middle-header {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .use-header-left header.page-header.active-menu .header-area .middle-header .actions-close {
    position: absolute;
    left: 300px;
    top: 0;
    z-index: 999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .use-header-left header.page-header.active-menu .header-area:after {
    opacity: 0.5;
    visibility: visible;
  }
}
.use-header-left.active-builder .top-panel .left-content {
  padding-left: 50px;
}
/* */
.slide-home-1.home-left-side .slider_mgs_carousel .slide-text {
  left: 13%;
  margin: 0;
  padding: 0;
}
.slide-home-1.home-left-side .slider_mgs_carousel .slide-text .inner-text {
  padding: 0;
  margin: 0;
}
.slide-home-1.home-left-side .welcome .label {
  position: absolute;
  top: 60px;
  left: 13%;
  font-size: 12px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
@media (min-width: 991.98px) {
  .banner-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-new > .image {
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
  }
  .banner-new .info {
    padding-left: 50px;
    padding-top: 40px;
  }
  .banner-new .info .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-left: -115px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .banner-new .info {
    padding-left: 20px;
    padding-top: 20px;
  }
  .banner-new .info .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.banner-new .promobanner .banner-text {
  max-width: 65%;
  padding: 47px 20px;
}
.banner-new .promobanner .banner-text .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .banner-new .promobanner .banner-text .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.quotes {
  max-width: 870px;
  margin: 0 auto;
}
.quotes .heading {
  line-height: 1.3;
}
.quotes .heading span:before {
  content: '"';
}
.quotes .heading span:after {
  content: '"';
}
@media (max-width: 575.98px) {
  .brand-slider .slider_mgs_carousel .item-image {
    min-height: auto;
  }
  .brand-slider .slider_mgs_carousel .item-image > img {
    opacity: 1;
  }
}
.footer.content .footer6 {
  background-color: #000;
}
.footer.content .footer6 .footer-block .footer-title,
.footer.content .footer6 .footer-block .footer-icon,
.footer.content .footer6 .footer-block li a,
.footer.content .footer6 .footer-block .list-icon li {
  color: #fff;
}
/* New effect for add to cart */
.show-sticky-menu {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  background-color: white;
  transition: all 1s ease;
}
/* style delivery */
.margin-top25 {
  margin-top: 25px;
}
.extra-link a {
  color: #222;
  font-weight: 600;
  cursor: pointer;
}
.extra-link a + a {
  margin-left: 20px;
}
#side_guilde_modal > button.close,
#delivery_return_modal .modal-content > button.close {
  display: none;
  visibility: hidden;
}
.popup-delivery .modal-footer > button {
  display: none;
  visibility: hidden;
}
.popup-delivery .modal-inner-wrap {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  transition: .3s linear;
}
.popup-delivery._show .modal-inner-wrap {
  top: 50%;
}
.popup-delivery h6 {
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.428;
  letter-spacing: 0.5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.popup-delivery p {
  margin: 0 0 10px;
}
.modals-wrapper::after {
  background-color: white !important;
  opacity: 0.7 !important;
  transition-delay: 0s !important;
}
@media (max-width: 767px) {
  .modal-popup.popup-delivery.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .popup-delivery .modal-inner-wrap {
    width: 600px !important;
    max-height: 90%;
  }
}
#side_guilde_modal {
  display: none;
}
#delivery_return_modal {
  display: none;
}
/* Home Shoppable */
.section-builder.col-padding-10 > .frame {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.section-builder.col-padding-10 > .frame .line {
  margin-right: -10px;
  margin-left: -10px;
}
.section-builder.col-padding-10 > .frame .line > div,
.section-builder.col-padding-10 > .frame .line .panel-block-row {
  padding-left: 10px;
  padding-right: 10px;
}
.panel-block:not(.builder-container).slide-text {
  position: static;
}
.panel-block:not(.builder-container).slide-text .text-in-lookbook {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.panel-block:not(.builder-container).slide-text.align-right .text-in-lookbook {
  left: auto;
  right: 20%;
}
.slide-text .text-in-lookbook .white-text {
  color: #000;
  max-width: 360px;
}
.slide-text .text-in-lookbook .white-text h3 {
  color: #000;
}
.slide-text .text-in-lookbook .white-text span.sub,
.slide-text .text-in-lookbook .white-text .btn.btn-light {
  border-color: #000;
  color: #000;
}
@media (max-width: 1199px) {
  .panel-block:not(.builder-container).slide-text .text-in-lookbook {
    left: 10%;
  }
  .panel-block:not(.builder-container).slide-text.align-right .text-in-lookbook {
    right: 10%;
  }
  .slide-text .text-in-lookbook .white-text h3 {
    line-height: 3rem;
    font-size: 2.75rem;
    margin-bottom: 10px;
  }
  .slide-text .text-in-lookbook .white-text > p {
    display: none;
  }
}
@media (max-width: 992px) {
  .pin__popup {
    width: 250px !important;
  }
}
@media (max-width: 768px) {
  .mgs-lookbook-container .lookbook-image {
    width: 100%;
  }
  .slide-text .text-in-lookbook .white-text .btn.btn-light {
    padding: .25rem 1rem;
  }
  .slide-text .text-in-lookbook .white-text h3 {
    line-height: 2.5rem;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .lookbook-relative .mgs-lookbook-container .lookbook-image {
    min-height: 300px;
  }
}
/* End Home Shoppable */
.checkout-index-index .logo {
  margin: 15px auto;
}
.product-item-info .product-top .label .product-label {
  position: absolute;
  top: 0;
  z-index: 99;
  font-size: 13px;
  color: #fff;
  padding: 5px;
}
.product-label.new-label {
  left: 0;
}
.product-label.sale-label {
  right: 0;
  display: none;
}
.product-item-info .product-top .label .sale-label {
  background: #4d772d;
}
.product-item-info .product-top .label .new-label {
  background: #f68972;
}
.product-item-info .product-top .label .sold-out-label {
  background: grey;
}
.checkout-cart-index .product-image-photo.img-hover-show {
  display: none;
}
header.page-header .minicart-wrapper .block-content > .subtotal .price-container .price,
header.page-header .minicart-items .product-item-details .price {
  color: #22446b;
}
.catalog-product-view .swatch-option {
  height: 50px !important;
  width: 50px !important;
  border: 1px solid #000;
  background-size: contain !important;
  line-height: 50px;
}
.catalog-product-view .swatch-option.text {
  line-height: 50px;
}
.catalog-category-view .swatch-option {
  max-width: 40px;
  background-size: cover !important;
  max-height: 45px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.catalog-category-view .swatch-option.color {
  width: 20px;
  height: 20px;
}
.catalog-category-view .swatch-option.text {
  font-size: 9px;
}
.block.filter .filter-content .filter-options-content .color a > div {
  width: 20px;
  height: 20px;
}
.swatch-option.text.selected {
  background-color: #22446b;
  outline: solid 2px #bd9250;
  outline-offset: -2px;
  color: #fff;
}
.block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option-link-layered {
  width: auto;
}
@media (max-width: 575px) {
  .toolbar select {
    font-size: 12px;
    padding-right: 15px !important;
  }
}
.swatch-option.text:hover {
  background-color: #22446b !important;
  color: white;
}
.checkout-index-index .frame-tarjetas {
  display: none;
}
.normal-price .price-final_price span.price {
  color: #364f73 !important;
  font-weight: 200;
}
.price-box .special-price + .old-price {
  float: none !important;
}
@media (max-width: 991px) {
  header.page-header .header-area .logo {
    min-height: 0px;
    width: 100px;
  }
}
.page-title-wrapper.layout_type1 {
  padding: 20px 0 20px;
  margin-bottom: 42px;
}
.page-title-wrapper .status-order-account .breadcrumbs {
  position: initial;
  min-width: 100%;
  bottom: -107px;
}
div[name='billingAddressmercadopago_basic.altura'],
div[name='billingAddresspluspagos.altura'],
div[name='billingAddressmercadopago_basic.piso'],
div[name='billingAddresspluspagos.piso'],
div[name='billingAddressmercadopago_basic.departamento'],
div[name='billingAddresspluspagos.departamento'],
div[name='billingAddressmercadopago_basic.celular'],
div[name='billingAddresspluspagos.celular'],
div[name='billingAddressmercadopago_basic.observaciones'],
div[name='billingAddresspluspagos.observaciones'] {
  display: none;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  top: 33px;
  height: 6px;
  top: 35px;
  background: #eaeaea;
  background-color: #eaeaea;
  border: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  background: #bd9250;
  height: 6px;
  top: 35px;
  border-top: 0;
  border-bottom: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
  cursor: pointer;
  top: 30px;
  width: 16px;
  height: 16px;
  border: 0;
  background: #fff;
  border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}
.irs-max,
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.irs-max {
  right: 0;
  left: auto;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: transparent;
  color: #333;
}
.irs-with-grid {
  height: 75px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-disabled-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  height: 4px;
  background: #999;
}
.irs-grid-text {
  position: absolute;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  bottom: 5px;
  color: #99a4ac;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.category-product-actions {
  position: relative;
}
.page-layout-1column .block.filter.mgs-filter {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.filter-options-title.inactive::after {
  content: '\e621';
}
.mgs-filter-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.mgs-filter-active .shoppingby-item {
  margin-right: 20px;
}
.mgs-filter-active .state-item {
  padding: 5px 8px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #222;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  position: relative;
}
.mgs-filter-active .state-item .state-item-icon-cancel {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.mgs-filter-active .state-item:hover {
  border-color: #ff0000;
}
.mgs-filter-active .state-item:hover .filter-active-item-clear-all {
  color: #ff0000;
}
.mgs-filter-active .state-item:hover .state-item-icon-cancel:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
.mgs-filter-active .state-item:hover .state-item-icon-cancel:after {
  position: absolute;
  content: "\e681";
  font-family: 'Linearicons';
  font-size: 16px;
  color: #ff0000;
  left: 50%;
  top: 3px;
  z-index: 2;
  margin-left: -5px;
}
.mgs-filter-active .state-item-name span {
  font-weight: 600;
}
.mgs-filter-active .filter-current-subtitle {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  color: #222;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.mgs-filter .filter-content .filter-options-content .items .item a.mgs-ajax-layer-item:hover {
  color: #222;
  text-decoration: underline;
}
.mgs-filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text:not(.disabled):hover {
  border-color: #222;
  color: #222;
}
.page-layout-1column .mgs-filter .block-title.filter-title {
  display: none;
}
.page-layout-1column .mgs-filter .block-content.filter-content {
  margin: 30px 0 0;
  border: 1px solid #eaeaea;
  padding: 30px 0 0;
  border-radius: 3px;
}
.page-layout-1column .mgs-filter .block-content.filter-content .filter-options {
  display: flex !important;
  flex-wrap: wrap;
}
.page-layout-1column .mgs-filter .block-content.filter-content .filter-options .filter-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-layout-1column .category-product-actions.always_show .block.filter.mgs-filter {
    position: relative;
  }
  .page-layout-1column .category-product-actions.always_show .filter-placeholder {
    display: none;
  }
  .page-layout-1column .category-product-actions.always_show .block.filter.mgs-filter .filter-content {
    display: block !important;
  }
  .page-layout-1column .mgs-filter .block-content.filter-content {
    display: none;
  }
  .page-layout-1column .category-product-actions.always_show .toolbar .sorter {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .page-layout-1column .mgs-filter .block-content.filter-content .filter-options .filter-item {
    -ms-flex: 0 0 calc(25%);
    flex: 0 0 calc(25%);
    max-width: calc(25%);
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-layout-1column .mgs-filter .block-content.filter-content .filter-options .filter-item {
    -ms-flex: 0 0 calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
    max-width: calc(33.33333333%);
    padding: 0 15px;
  }
}
.block.filter .filter-content .filter-subtitle {
  display: none;
}
.block.filter .filter-content .filter-options-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 18px;
}
.block.filter .filter-content .filter-options-title:after {
  display: none;
}
.block.filter .filter-content .filter-options-content {
  margin-bottom: 30px;
}
.block.filter .filter-content .filter-options-content .items .item {
  position: relative;
}
.block.filter .filter-content .filter-options-content .items .item > a {
  font-size: 15px;
  color: #999999;
  display: block;
  padding-right: 20px;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-content .items .item > a:hover {
  color: #222;
  text-decoration: underline;
}
.block.filter .filter-content .filter-options-content .items .item > a:hover + .mgs-filter-item-checkbox input[type="checkbox"] + .mgs-content:before {
  content: '\e999';
  color: #222222;
}
.block.filter .filter-content .filter-options-content .items .item .count {
  float: right;
}
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox {
  display: block;
}
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox .mgs-content {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox input[type="checkbox"] {
  display: none;
}
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox input[type="checkbox"] + .mgs-content:before {
  content: '\e98d';
  color: #999999;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: "Linearicons";
  font-size: 12px;
  cursor: pointer;
}
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox input[type="checkbox"]:checked + .mgs-content:before {
  content: '\e999';
  color: #222222;
}
.block.filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text {
  border: 1px solid #eaeaea;
  background-color: transparent;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 30px;
  min-width: 20px;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option-link-layered {
  display: inline-block;
}
.block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option-link-layered .swatch-option.color {
  overflow: visible;
}
.block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option-link-layered .swatch-option.color:before {
  content: "" attr(option-label) "";
  line-height: 19px;
  position: absolute;
  color: #999;
  left: 100%;
  top: 0;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .category-product-container .category-product-actions.show-breadcrumbs {
    position: relative;
    z-index: 111;
    margin: 0 0 20px 0 !important;
  }
  .catalog-category-view:not(.page-layout-1column) .category-product-actions .filter-wrapper .filter-placeholder,
  .category-product-actions .filter-wrapper .toolbar .filter-placeholder {
    display: block !important;
  }
  .sidebar.sidebar-main .block.filter .filter-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
  }
  .sidebar.sidebar-main .block.filter .filter-content .filter-options {
    display: block !important;
  }
  .page-layout-1column .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter {
    text-decoration: inherit;
    text-transform: capitalize;
  }
  .page-layout-1column .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter:after {
    content: "\e93a";
    font-family: "Linearicons";
    font-size: 10px;
    color: #666666;
    margin-left: 9px;
  }
  .page-layout-1column .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter {
    border: none;
    border-radius: 0;
    padding: 0;
    white-space: nowrap;
    margin-left: auto;
    margin: 0 0 0 auto;
    max-width: 240px;
  }
  .page-layout-1column .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-size: 1rem;
    float: none;
    line-height: 1.5rem;
    color: #222;
    padding: 0;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter {
    margin-bottom: 0 !important;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    bottom: 0;
    z-index: 9998;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter .filter-content {
    margin: 0;
    border: none;
    padding: 20px 0 0 !important;
    border-radius: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter .filter-title {
    display: block !important;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter .filter-title strong {
    margin: 15px;
    display: block;
    font-size: 1.5rem;
    word-spacing: 0.1em;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter .filter-title:after {
    font-family: Linearicons;
    content: '\e935';
    font-size: 20px;
    color: #9e9e9e;
    font-weight: 700;
    word-spacing: 0.1em;
    line-height: 1.1;
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 20px 0 0;
  }
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter.active {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}
@media (max-width: 767px) {
  .category-product-actions .filter-wrapper .toolbar .filter-placeholder .action-filter {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar.sidebar-main .block.filter,
  .page-layout-1column .category-product-container .filter-wrapper + .block.filter.mgs-filter {
    bottom: 0 !important;
  }
}
.filter-current .filter-label {
  text-transform: uppercase;
}
.filter-current .item {
  margin-bottom: 10px;
  color: #4a4a4a;
  background: #eeeeee;
  padding: 10px 14px;
  border-radius: 4px;
}
.top-header {
  text-align: center;
  background: #000;
  justify-content: center;
  display: none;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 7px;
  padding-bottom: 7px;
}
a.action.close {
  float: left;
  position: absolute;
  right: 20px;
}
a.action.close:before {
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: "\e935";
  font-family: Linearicons;
  font-size: 18px;
  color: #999;
  line-height: 1;
}
.top-header.mostrar {
  display: flex !important;
}
@media (max-width: 767px) {
  .top-header-content .content {
    padding: 0 35px;
    font-size: 12px;
  }
}
.pagebuilder-poster-content h3 {
  font-size: 3rem;
  color: #ffff;
  margin: 0 0 20px;
  line-height: 1;
  font-weight: 700;
}
.pagebuilder-poster-content .pagebuilder-banner-button {
  background: none;
  border: none;
  padding: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 2px solid white;
  cursor: pointer;
  letter-spacing: 0.075em;
}
.pagebuilder-poster-content .pagebuilder-banner-button:hover {
  background: none;
  border: none;
  border-bottom: 3px solid #bd9250;
  color: #22446b;
}
.pagebuilder-slider .slick-dots {
  position: relative;
  top: -60px;
}
.page-layout-cms-full-width .action.tocompare {
  display: none;
}
.page-layout-cms-full-width .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.page-layout-cms-full-width div[class*="swatch-opt-"] {
  min-height: 60px;
}
.page-layout-cms-full-width .swatch-option.selected {
  background-color: #bd9250;
}
.page-layout-cms-full-width .widget-product-carousel .action.primary {
  background-color: transparent;
  color: #bd9250;
  border-color: transparent;
  text-transform: lowercase;
  font-weight: 400;
  text-align: left;
  padding: 0;
  border: none;
}
.page-layout-cms-full-width .widget-product-carousel .action.primary:before {
  content: '+ ';
}
.page-layout-cms-full-width .widget-product-carousel .action.primary:hover {
  background-color: white;
  color: #bd9250;
  border: none;
}
.page-layout-cms-full-width .widget-product-carousel .slick-slide {
  margin: 0 20px;
}
/* custom atributos regalo en checkout */
#co-payment-form .order-attributes .order-attributes-form {
  border: 1px solid #3750732e;
  padding: 20px;
}
div[name="amastySummaryAttributes.regalo"] .control {
  width: 100px !important;
}
div[name="amastySummaryAttributes.regalo"] span {
  font-weight: bold;
}
/* custom amasty pickup laundry */
.ampickup-store-container .ampickup-choosemap {
  background: none;
  color: #375073;
  font-weight: bold;
  text-decoration: underline;
}
.ampickup-store-container .ampickup-choosemap:hover {
  background: #bd9250;
  color: white;
}
.amlocator-info-popup {
  width: auto;
}
.ampickup-details-container {
  margin-bottom: 0;
}
.catalog-category-view .bottom-toolbar {
  display: none;
}
.slick-vertical .slick-slide {
  float: initial !important;
}
.fieldset-calculator .amount-text {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #22446b;
}
.fieldset-calculator .three-share b,
.fieldset-calculator .three-share .info-cuotas {
  color: #22446b;
  font-weight: bold;
}
#discount-coupon-form .action.primary,
.cart.main.actions .action {
  background-color: transparent;
  color: #22446b;
  border-color: #22446b;
}
/* head  misc*/
header.page-header .minicart-wrapper .block-content > .subtotal .price-container .price,
header.page-header .minicart-items .product-item-details .price {
  color: #364f73;
}
label[for=mercadopago_basic] > span {
  display: none;
}
label[for=mercadopago_basic]:after {
  content: 'Tarjeta de Crédito / Débito / Mercado Pago';
  font-size: 16px;
  font-weight: 600;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .primary {
  margin-bottom: 50px;
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar:before {
  content: 'Para continuar con el pedido es necesario que guardes tu informacion personal';
}
.checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update {
  display: block;
  margin: 20px auto;
  width: 280px;
}
/* footer misc */
.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart,
.btn.btn-primary,
.action.primary {
  background-color: #375073;
  color: #fff;
  border-color: #375073;
}
.ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart:hover {
  background-color: #bd9250;
  border-color: #bd9250;
}
button.btn.btn-primary.popup__action-close.btn-close {
  border-color: #bd9250;
  background: transparent;
  color: #bd9250;
}
.fieldset > .field:not(.choice) > .label {
  margin: 0 0 5px;
}
.fieldset > .field {
  margin: 0 0 8px;
}
.opc-estimated-wrapper .fieldset > .field:not(.choice) > .label,
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  color: #383838;
}
div[name="shippingAddress.custom_attributes.altura"],
div[name="shippingAddress.custom_attributes.piso"],
div[name="shippingAddress.custom_attributes.departamento"] {
  width: 33%;
  display: inline-block;
  padding: 0 10px 0 0;
}
.products-grid .items .product-item .product-top .product-item-inner {
  display: none !important;
}
.swatch-option {
  border: 1px solid #ccc;
}
.price-label {
  display: none;
}
input.swatch-input.super-attribute-select {
  display: none;
}
.amlabel-position-wrapper {
  z-index: 859;
}
/* mercadopago en checkout */
.checkout-index-index .payment-methods .panel-checkout {
  display: none;
}
#mercadopago-payment-methods-ticket {
  margin: 0;
}
.product-minimalist .product-item-details {
  display: none;
}
/* estilos para ocultar por dispositivo */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 767px) {
  ul.level1.submenu {
    left: 100% !important;
  }
  .category-item.level1.parent.ui-menu-item:before {
    content: "\e93c";
    font-family: linearicons;
    line-height: 1;
    float: right;
    line-height: 40px;
    font-size: 12px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li > ul {
    left: 100% !important;
    top: -5px !important;
  }
  .horizontal-menu.mgt-menu .navigation li.parent > a.ui-state-active:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-title-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .page-title-wrapper {
    margin-bottom: 55px;
  }
}
.catalog-product-view div[class*="amasty-label-container-5-"] {
  display: none !important;
}
a.action.multicheckout {
  display: none;
}
.billing-address-same-as-shipping-block.field.choice {
  display: none;
}
.checkout-index-index span.ampickup-choosemap {
  display: none !important;
}
/* Popup */
.modal_newsletter_popup.modal-slide .modal-inner-wrap {
  position: absolute;
  width: auto;
  display: inline-block;
  left: 0;
  right: initial;
  bottom: 0;
  max-width: calc(70%) !important;
  margin: 0;
  min-height: 0 !important;
  transform: none;
  -moz-transform: none;
  -wekbit-transform: none;
  -ms-transform: none;
}
.modal_newsletter_popup.modal-slide .newsletter_popup {
  width: 550px !important;
}
/* Popup */
.checkout-index-index .field[name="shippingAddress.country_id"] {
  display: none;
}
.andreanisucursal-container > div {
  margin-bottom: 10px;
}
div[name="shippingAddress.telephone"] {
  display: none;
}
.opc-sidebar {
  margin: 0;
  border-radius: 6px;
  background: #f6f6f6;
  padding: 30px;
}
.checkout-index-index input[type="text"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="url"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="search"],
.checkout-index-index input[type="number"],
.checkout-index-index input[type="datetime"],
.checkout-index-index input[type="email"] {
  border-radius: 5px;
  min-height: 50px;
  border-color: #dedede;
}
.checkout-index-index input[type="text"]:focus,
.checkout-index-index input[type="password"]:focus,
.checkout-index-index input[type="url"]:focus,
.checkout-index-index input[type="tel"]:focus,
.checkout-index-index input[type="search"]:focus,
.checkout-index-index input[type="number"]:focus,
.checkout-index-index input[type="datetime"]:focus,
.checkout-index-index input[type="email"]:focus {
  border-color: #bd9250;
}
.checkout-index-index .field-error {
  font-size: 14px;
}
.checkout-index-index .table-checkout-shipping-method .col-method:not(:first-child) {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method span.price {
  font-weight: bold;
}
@media (max-width: 768px) {
  .checkout-index-index .logo {
    z-index: 2;
  }
}
.checkout-index-index .opc-estimated-wrapper .fieldset > .field:not(.choice) > .label,
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.checkout-index-index .ampickup-store-container {
  border-radius: 20px;
  background: #f3f3f3;
  padding: 20px;
}
.checkout-index-index .ampickup-store-container.-checkout .ampickup-separator {
  display: none;
}
.checkout-index-index .ampickup-store.select {
  min-height: 50px;
}
.mp-box-inputs small {
  display: none;
}
.mp-box-inputs input,
.mp-box-inputs select {
  height: 50px;
}
input#mpCardNumber {
  background-size: contain !important;
}
/*VARIABLE & FUNCTION */
/* &:extend(.display-flex); */
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* &:extend(.align-items); */
.align-items {
  -ms-flex-align: center;
  align-items: center;
}
/* &:extend(.justify-content-space); */
.justify-content-space {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/* &:extend(.justify-content-center); */
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
/* &:extend(.color-primary); */
.color-primary {
  color: #bd9250;
}
/* &:extend(.bg-primary); */
.bg-primary {
  background-color: #bd9250;
}
/* &:extend(.border-primary); */
.border-primary {
  border-color: #bd9250;
}
/* &:extend(.border-bt-primary); */
.border-bt-primary {
  border-bottom-color: #bd9250;
}
/* &:extend(.border-t-primary); */
.border-t-primary {
  border-top-color: #bd9250;
}
/* &:extend(.border-l-primary); */
.border-l-primary {
  border-left-color: #bd9250;
}
/* &:extend(.border-r-primary); */
.border-r-primary {
  border-right-color: #bd9250;
}
/* &:extend(.border-r-primary); */
.background-color-primary {
  background-color: #bd9250;
}
/* &:extend(.fill-primary); */
.fill-primary {
  fill: #bd9250 !important;
}
@media (min-width: 1400px) {
  .desktop-large-grid .line {
    margin-left: calc(-135px / 2);
    margin-right: calc(-135px / 2);
  }
  .desktop-large-grid .line div[class*="col-des"],
  .desktop-large-grid .line .product-item {
    padding-left: calc(135px / 2);
    padding-right: calc(135px / 2);
  }
  .desktop-large-grid .line .product-item {
    margin-bottom: 90px;
  }
  .desktop-large-grid .tab-cate-link {
    margin-top: 0;
  }
}
/* Scroll To Top */
@media (max-width: 767px) {
  .scroll-to-top {
    display: none !important;
  }
}
/* ++++++++++++++ */
/* Header */
@media (max-width: 767px) {
  body {
    padding-bottom: 51px;
  }
  body.atv-wishlist,
  body.atv-setting,
  body.atv-cart,
  body.atv-myaccount {
    overflow: hidden;
  }
  body.atv-myaccount .header-top-links .login-form,
  body.atv-cart header.page-header .minicart-wrapper .block-minicart,
  body.atv-setting header.page-header .setting-site .setting-site-content,
  body.atv-wishlist header.page-header .top-wishlist .block-wishlist {
    visibility: visible;
  }
  body .header-mobile-tabs--bottom {
    display: block;
  }
}
header.page-header {
  /* Header With Menu Sidebar */
  /* End Logo */
  /* Mini Cart */
  /* Header 4 */
  /* End Header 4 */
  /* Header 5 */
  /* End Header 5 */
  /* Header 6 */
  /* End Header 6 */
}
@media (max-width: 991px) {
  header.page-header {
    min-height: 0;
  }
}
@media (max-width: 991px) {
  header.page-header.active-menu .header-area .middle-header:before {
    opacity: .5;
    visibility: visible;
  }
  header.page-header.active-menu .header-area .horizontal-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  header.page-header.active-menu .header-area .horizontal-menu .mgs-megamenu--main {
    z-index: 99999;
  }
}
@media (min-width: 992px) {
  header.page-header .header-area.right-slide-menu .close-menu-site {
    display: block;
  }
  header.page-header .header-area.right-slide-menu .horizontal-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0;
    width: 400px;
    z-index: 99999;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  header.page-header .header-area.right-slide-menu .middle-header:before {
    content: "";
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
  header.page-header.active-menu .header-area.right-slide-menu .middle-header:before {
    opacity: .5;
    visibility: visible;
  }
  header.page-header.active-menu .header-area.right-slide-menu .horizontal-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  header.page-header.active-menu .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main {
    z-index: 99999;
  }
}
header.page-header .header-area {
  /* Logo */
}
@media (min-width: 992px) {
  header.page-header .header-area.myaccount-slide .header-top-links .login-form.logged-customer .header.links li {
    font-size: 1.125rem;
    padding: 8px 0 0;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.myaccount-slide .header-top-links.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .header-area.myaccount-slide .header-top-links.active .login-form {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .header-area .megamenu_action.tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .megamenu_action.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
  }
}
@media (min-width: 1501px) {
  header.page-header .header-area .horizontal-menu {
    margin-left: 11.5%;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area .horizontal-menu {
    margin-left: 2.5%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  header.page-header .header-area .horizontal-menu {
    margin-left: 3.5%;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .horizontal-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0;
    width: 400px;
    z-index: 99999;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .horizontal-menu {
    bottom: 50px;
    padding-bottom: 69px;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 575.98px) {
  header.page-header .header-area .horizontal-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .close-menu-site {
    display: block;
  }
  header.page-header .header-area .middle-header:before {
    content: "";
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .top-wishlist > a {
    display: none !important;
  }
  header.page-header .header-area .top-wishlist .block-wishlist {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    opacity: 1;
    max-width: 100%;
    padding: 25px 25px 75px 25px;
    box-shadow: none;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header.page-header .header-area .top-wishlist .block-wishlist .close-wishlist-site {
    display: none;
  }
  header.page-header .header-area .header-top-links > .actions {
    display: none !important;
  }
  header.page-header .header-area .header-top-links .login-form {
    top: 0;
    bottom: 0;
    max-width: 100%;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    padding: 20px 20px 70px 20px;
    min-width: 100%;
    opacity: 1;
    box-shadow: none;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header.page-header .header-area .header-top-links .login-form .header.links li {
    font-size: 1.125rem;
    padding: 8px 0 0;
  }
  header.page-header .header-area .header-top-links .close-myaccount {
    display: none;
  }
  header.page-header .header-area .header-top-links .block-customer-login .block-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .right-content .block-search {
    margin-left: auto;
    position: static;
  }
  header.page-header .header-area .right-content .block-search .block-content {
    left: 10px;
    right: 25px;
  }
  header.page-header .header-area .right-content .block-search .block-content input {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area .setting-site.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .header-area .setting-site.active .setting-site-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .setting-site .setting-site-content {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    opacity: 1;
    max-width: 100%;
    box-shadow: none;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header.page-header .header-area .setting-site .setting-site-content .ct {
    padding: 30px 30px 80px 30px;
    height: auto;
    overflow: visible;
  }
  header.page-header .header-area .setting-site .setting-site-content .ct .actions-close {
    display: none;
  }
  header.page-header .header-area .setting-site > .actions {
    display: none;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area .middle-header {
    padding: 0 40px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area .middle-header {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .right-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin: 0;
    position: static;
  }
  header.page-header .header-area .right-content > div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .logo {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area .logo .mobile-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .logo.exits-lg-mb .default-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.active-sticky.scrolling .logo.exits-lg-stk.exits-lg-mb .sticky-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  header.page-header .minicart-slide .minicart-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-minicart {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 400px;
    max-width: 100%;
    min-width: 0px;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .action.close {
    display: block;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content > .subtotal {
    margin-top: auto;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .subtitle.empty {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .subtitle.empty:before {
    font-size: 144px;
  }
  header.page-header .minicart-slide .minicart-wrapper .minicart-items-wrapper {
    max-height: calc(100vh - 300px);
  }
  header.page-header .minicart-slide .minicart-wrapper.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .minicart-slide .minicart-wrapper.active .block-minicart {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
  header.page-header .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    border: none;
    right: 0;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    display: block !important;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 400px;
    min-width: 0px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  header.page-header .minicart-wrapper.active .block-minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 767px) {
  header.page-header .minicart-wrapper .action.showcart {
    display: none !important;
  }
  header.page-header .minicart-wrapper .block-content {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.page-header .minicart-wrapper .block-content .action.close {
    display: none;
  }
  header.page-header .minicart-wrapper .block-content > .subtotal {
    margin-top: 0;
    border-top: 0;
    padding: 20px 15px 3px;
  }
  header.page-header .minicart-wrapper .block-content > .actions {
    padding: 0 15px 20px;
    border-bottom: 1px solid #eee;
  }
  header.page-header .minicart-wrapper .block-content .subtitle.empty {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.page-header .minicart-wrapper .block-content .subtitle.empty:before {
    font-size: 144px;
  }
  header.page-header .minicart-wrapper .minicart-items-wrapper {
    overflow: visible;
    max-height: 100000px;
    -webkit-order: 1;
    order: 1;
    padding: 0 15px 50px;
  }
  header.page-header .minicart-wrapper .block-minicart {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    border: none;
    z-index: 998;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  header.page-header .minicart-wrapper .block-minicart.empty #minicart-content-wrapper {
    height: 100%;
  }
  header.page-header .minicart-wrapper .block-minicart.empty .block-content {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  header.page-header.ative-search .header-area.header4 .megamenu_action {
    display: none;
  }
  header.page-header .header-area.header4 .right-content,
  header.page-header .header-area.header4 .logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  header.page-header .header-area.header4 .logo img {
    margin: 0;
  }
  header.page-header .header-area.header4 .megamenu_action {
    margin-left: 25px;
  }
  header.page-header .header-area.header4.search-visible .block-search .block-title.theme-header-icon {
    margin-left: 44px;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area.header5 .top-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area.header5 .top-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  header.page-header .header-area.header5 .top-header {
    display: block;
    text-align: center;
  }
  header.page-header .header-area.header5 .top-header.right-top-header {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .header-area.header5 .top-header .right-top-header .item.social {
    display: none;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .link-track-order {
    display: none;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.customer-web-config.language {
    padding-right: 0;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.customer-web-config.language:after {
    content: none;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.header5 .middle-header .right-content .setting-site {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.page-header .header-area.header6 .block-search .block-content input {
    background-color: transparent;
  }
  header.page-header .header-area.header6 .right-content > .megamenu_action {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  header.page-header .header-area.header6 .left-content > .social-links {
    display: none;
  }
  header.page-header .header-area.header6 .megamenu_action .megamenu_action_mb > span {
    display: none;
  }
  header.page-header .header-area.header6 .right-content {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  header.page-header .header-area.header6 .megamenu_action.deskop {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header.page-header .header-area.header6.search-visible .block-search {
    margin: 0;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-title {
    display: none;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content {
    position: static;
    visibility: visible;
    margin: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content form {
    position: relative;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content .input-text {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.header6 .block-search {
    margin: 0 0 0 auto;
  }
  header.page-header .header-area.header6 .block-search .form.minisearch .mgs-instant-search-dropdown {
    left: 0 !important;
    right: auto;
  }
  header.page-header .header-area.header6 .block-search .block-content input {
    border: 0;
    padding: 0 15px 0 35px;
    font-size: 0.9375rem;
  }
  header.page-header .header-area.header6 .block-search .block-content input::placeholder {
    color: #222;
    opacity: 1;
  }
  header.page-header .header-area.header6 .block-search .block-content input:-ms-input-placeholder {
    color: #222;
  }
  header.page-header .header-area.header6 .block-search .block-content input::-ms-input-placeholder {
    color: #222;
  }
  header.page-header .header-area.header6 .block-search .action.search {
    left: 0;
    right: auto;
  }
  header.page-header .header-area.header6 .block-search .action.search:before {
    padding-left: 2px;
    color: #000;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.header6 .block-search {
    margin-left: 0;
  }
  header.page-header .header-area.header6 .left-content {
    position: static;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content {
    right: 15px;
    left: 45px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    margin: 0;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content input {
    min-width: unset;
  }
}
/* ++++++++++++++ */
/* Footer*/
@media (max-width: 767px) {
  footer.page-footer .footer.content .acc-block {
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-bottom: 8px;
  }
  footer.page-footer .footer.content .acc-block .footer-title {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  footer.page-footer .footer.content .acc-block .footer-title:before {
    content: "";
    height: 16px;
    width: 2px;
    background-color: #ddd;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    transition: all .3s;
  }
  footer.page-footer .footer.content .acc-block .footer-title:after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
  }
  footer.page-footer .footer.content .acc-block ul {
    display: none;
  }
  footer.page-footer .footer.content .acc-block.active .footer-title:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
}
@media (min-width: 768px) {
  footer.page-footer .footer.content .acc-block ul {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.page-footer .footer.content .footer1 .middle-footer .footer-block {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer1 .middle-footer {
    padding: 50px 0 30px;
  }
  footer.page-footer .footer.content .footer1 .middle-footer .footer-block:not(.acc-block) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer1 .bottom-footer .content-bottom {
    display: block;
    text-align: center;
  }
  footer.page-footer .footer.content .footer1 .bottom-footer .content-bottom .bottom-footer-social {
    padding: 10px 0 5px 0;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer2 .page-links li {
    padding-left: 0;
    padding-right: 20px;
  }
  footer.page-footer .footer.content .footer2 .text-right {
    margin-top: 40px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer3 .middle-footer .social-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .social-links li.logo-footer {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links {
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li {
    margin: 0 12px;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li.logo-footer {
    text-align: center;
    margin-bottom: 10px;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li:not(.logo-footer) a {
    line-height: 2;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .right-content {
    margin: 20px 0 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer4 .bottom-footer {
    border-top: 1px solid #eaeaea;
    padding: 17px 0;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom {
    text-align: center;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom .bottom-footer-link {
    text-align: center;
    margin-top: 15px;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom .bottom-footer-social {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--left {
    text-align: center;
    margin-bottom: 20px;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--right {
    margin-top: 10px;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--right .text-right {
    text-align: center;
  }
}
/* End Footer*/
/*Contact Us*/
@media (min-width: 1200px) {
  .contact-form .contact-information {
    padding-left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form .contact-information {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .contact-form .fieldset .field.name,
  .contact-form .fieldset .field.email {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .form.contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .contact-form .contact-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% + 15px);
    flex: 0 1 calc(50% + 15px);
    max-width: calc(50% + 15px);
  }
}
@media (max-width: 767px) {
  .contact-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form .form.contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact-form .contact-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .contact-store .contact-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-store .contact-box .store-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .contact-store .contact-box .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-store .contact-box {
    padding: 10px 0;
  }
  .contact-store .contact-box .store-name,
  .contact-store .contact-box .contact-info {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .contact-store .contact-box .store-name,
  .contact-store .contact-box .contact-info {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
/*End Contact Us*/
/* About Us */
@media (min-width: 1200px) {
  .cms-about-us .info-store .content-heading {
    padding: 0 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .cms-about-us .content-top {
    margin-left: 15%;
  }
}
@media (max-width: 1199px) {
  .cms-about-us .content-top {
    margin-left: 15px;
  }
  .cms-about-us .content-top .text-content {
    padding: 47px 0;
  }
  .cms-about-us .content-top .text-content:before {
    display: none;
  }
  .cms-about-us .content-top .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .cms-about-us .photoswipe {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .cms-about-us .photoswipe img {
    width: 100%;
  }
  .cms-about-us .leadership-member .about-member img {
    width: 100%;
  }
  .cms-about-us .leadership-member .about-time {
    padding-bottom: 30px;
  }
  .cms-about-us .time-line .about-time {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cms-about-us .leadership-member .page-header-sliders .owl-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .cms-about-us .top-about {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
  .cms-about-us .content-top {
    text-align: center;
  }
  .cms-about-us .time-line {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
  .cms-about-us .time-line .time-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cms-about-us .img-video .text-video p {
    font-size: 1rem;
  }
  .cms-about-us .img-video .text-video .title {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 15px;
  }
  .cms-about-us .small-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .cms-about-us .time-line .text-content {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .cms-about-us .info-store .s-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cms-about-us .info-store .text-content {
    padding: 0;
  }
  .cms-about-us .title {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
  .cms-about-us .leadership-member .title {
    padding-bottom: 40px;
  }
  .cms-about-us .pub-video {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .brand .page-header-sliders .owl-carousel .item-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cms-about-us .brand .page-header-sliders .owl-carousel .owl-item img {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .services {
    display: block;
    margin-left: 8%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services div.item {
    display: inline-block;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding-left: 35px;
  }
  .services div.item.shipping,
  .services div.item.secure {
    width: 72%;
  }
}
@media (max-width: 480px) {
  .services {
    display: block;
    margin-left: 10%;
  }
  .services div.item {
    display: block;
    display: inline-block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
}
/* End About Us */
/* My Account */
@media (min-width: 767px) {
  body.account .fieldset .legend {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  body.account .fieldset .field.choice:before {
    width: 0;
    padding: 6px 0px 0 0;
  }
  body.account .form-address-edit .actions-toolbar {
    margin-left: 0;
    margin-bottom: 30px;
  }
  body.account .column.main .cart.table-wrapper .col.price,
  body.account .column.main .order-items.table-wrapper .col.price,
  body.account .column.main .cart.table-wrapper .col.qty,
  body.account .column.main .order-items.table-wrapper .col.qty,
  body.account .column.main .cart.table-wrapper .col.subtotal,
  body.account .column.main .order-items.table-wrapper .col.subtotal {
    text-align: right;
  }
}
@media (max-width: 767px) {
  body.account .column.main .form-newsletter-manage .actions-toolbar .secondary,
  body.account .column.main .form-edit-account .actions-toolbar .secondary,
  body.account .column.main .form-address-edit .actions-toolbar .secondary {
    position: relative;
    margin-left: 0;
  }
  body.account .column.main form .actions-toolbar {
    text-align: center;
  }
  body.account .column.main .form-edit-account > .fieldset,
  body.account .column.main .form-address-edit > .fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  body.account .column.main .actions-toolbar {
    margin: 0;
    margin-bottom: 30px;
  }
  body.account .column.main .customer-review.view .product-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.account .column.main .customer-review.view .product-details .product-info {
    margin-top: 30px;
  }
  body.account.customer-address-index .column.main .actions-toolbar .secondary {
    position: relative !important;
    display: block;
    margin: 0;
  }
}
@media (max-width: 680px) {
  body.account .column.main table.table tr {
    display: table !important;
    width: 100%;
  }
  body.account .column.main table.table tr td.col.actions {
    float: left;
  }
}
/* End My Account */
/* Latest Blog Grid*/
/* End Latest Blog Grid*/
@media (max-width: 576px) {
  .section-title {
    margin-bottom: 15px;
  }
  .block-title-action .action {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
  }
}
/* Portfolio*/
@media (max-width: 1199px) {
  .portfolio-container.portfolio-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .portfolio-container.portfolio-carousel .owl-stage-outer .owl-stage .owl-item {
    padding: 0;
  }
  .portfolio-container.portfolio-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .portfolio-container .portfolio-grid .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .portfolio-container.portfolio-carousel .owl-item.active .portfolio-bottom-content {
    bottom: 20px;
    left: 30px;
  }
  .portfolio-container .portfolio-bottom-content .port-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .portfolio-category-view .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
    font-size: 1.2rem;
  }
  .portfolio-category-view .portfolio-masonry .portfolio-inner .port-link i {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .portfolio-category-view .portfolio-masonry .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .portfolio-details .description {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  .portfolio-details .portfolio-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* End Portfolio*/
/*Blog*/
@media (max-width: 992px) {
  .all-category .block-blog-categories .block-content li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .blog-view {
    padding-left: 50px;
  }
}
@media (min-width: 767px) {
  .blog-view .post-comments .fieldset .required.name {
    padding-right: 15px;
  }
  .blog-view .post-comments .fieldset .required.email {
    padding-left: 15px;
  }
  .blog-view .post-comments .fieldset .required.name,
  .blog-view .post-comments .fieldset .required.email {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    width: 100%;
  }
  .blog-view .post-comments .fieldset input[type="text"],
  .blog-view .post-comments .fieldset input[type="password"],
  .blog-view .post-comments .fieldset input[type="email"] {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .blog-view .share-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post {
    padding-bottom: 0;
  }
  .blog-list .blog-post .post-item-info {
    position: relative;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .blog-list .blog-post {
    margin-bottom: 70px;
  }
  .blog-list .blog-post .post-item-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-list .section-title {
    margin-bottom: 55px;
  }
  .blog-list .section-title .title {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .blog-list .section-title .title {
    font-size: 1.5rem;
    line-height: 45px;
  }
  .blog-list .blog-post .post-item-info .post-title {
    line-height: 30px;
    margin: 1rem 0;
  }
  .blog-list .blog-post .post-item-info .post-title .post-title-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blog-grid .newsletter-blog,
  .blog-list .newsletter-blog {
    margin-top: 50px;
  }
  .blog-grid .bottom-pagination,
  .blog-list .bottom-pagination {
    margin-top: 50px;
  }
}
/*End Blog*/
/* Newsletter  */
@media (max-width: 575.98px) {
  .newsletter-home.text-center .block.newsletter .content input[type="email"] {
    padding-right: 90px;
  }
  .newsletter-home.text-center .block.newsletter .content .actions {
    right: 10px;
  }
  .newsletter-home.text-center .block.newsletter .content .field.newsletter .control::before {
    left: 10px;
  }
  .newsletter-home .title-newsletter p {
    line-height: 1;
    margin: 10px 0;
    font-size: 14px;
  }
  .newsletter-home .block.newsletter .content .actions {
    right: 0;
  }
  .newsletter-home .block.newsletter .content .field.newsletter #newsletter {
    padding-left: 40px;
  }
  .newsletter-home .block.newsletter .content .field.newsletter .control::before {
    left: 0;
  }
  .newsletter-home > .newsletter .block.newsletter .content .field.newsletter #newsletter {
    padding-left: 70px;
  }
}
/* End Newsletter  */
/* Home Default */
/* Promo Banner */
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 2.2rem;
    margin: 0 0 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 1.875rem;
    margin: 0 0 16px;
  }
}
@media (max-width: 575px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 2rem;
    margin: 0 0 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-default .promobanner > .text {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-default .promobanner > .text {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .banner-default .promobanner > .text {
    padding: 20px;
  }
}
/* ++++++++++++ */
/* Single Deal Block */
@media (max-width: 767px) {
  .single-deal-section {
    padding: 100px 0 !important;
  }
}
@media (max-width: 575px) {
  .single-deal .deal-timer .countdown span {
    font-size: 1.475rem;
  }
  .single-deal .deal-timer .time-note span {
    font-size: 0.875rem;
  }
}
/* ++++++++++++ */
/* End Home Default */
/* Home Instagram Shop */
@media (max-width: 1199px) {
  .instagram-shop .section-title .subtitle {
    padding: 0 30px;
  }
  .instagram-shop .section-title .subtitle br {
    display: none;
  }
}
@media (min-width: 992px) {
  .instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
    right: 4%;
    bottom: 4%;
    padding: 15px;
    border-radius: 50%;
  }
  .instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .instagram-shop .section-title {
    margin: 55px 0;
  }
  .instagram-shop .section-title .title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .data.item.content .message.empty {
    margin: 10px 0 !important;
  }
  .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:before {
    left: auto;
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* End Home Instagram Shop */
/*  Page Wishlist */
@media (min-width: 576px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .wishlist-index-index .page-wrapper .columns .sidebar.sidebar-main,
  .wishlist-index-index .page-wrapper .columns .column.main,
  .wishlist-index-index .page-wrapper .columns .sidebar.sidebar-additional {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 1200px;
  }
}
@media (max-width: 767.98px) {
  .form-wishlist-items .products-grid.wishlist {
    margin-right: 0;
  }
  .form-wishlist-items .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .form-wishlist-items .products-grid.wishlist .product-item-photo {
    float: none;
    margin: 0;
  }
  .form-wishlist-items .products-grid.wishlist .product-item-name,
  .form-wishlist-items .products-grid.wishlist .product-item-description,
  .form-wishlist-items .products-grid.wishlist .product-item .price-box,
  .form-wishlist-items .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
@media (max-width: 639.98px) {
  .form-wishlist-items .products-grid.wishlist .product-item {
    border-bottom: none;
  }
  .form-wishlist-items .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .form-wishlist-items .actions-toolbar > .primary button.action {
    margin-bottom: 20px;
  }
}
/*  End Wishlist */
/* Guest Wishlist Page */
@media (min-width: 992px) {
  .guestwishlist-index-index .page-wrapper .columns {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .guestwishlist-index-index .page-wrapper .columns .sidebar.sidebar-main,
  .guestwishlist-index-index .page-wrapper .columns .column.main,
  .guestwishlist-index-index .page-wrapper .columns .sidebar.sidebar-additional {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .guestwishlist-index-index .page-wrapper .columns {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 0 15px;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-image .product-item-photo {
    float: none;
    margin-right: 0;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-name,
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-description,
  .guest_wishlist_list .product-wishlist-items .product-item-info .price-box,
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-tooltip {
    margin-left: 0;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart {
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 639.98px) {
  .guest_wishlist_list.products-grid .product-item {
    border-bottom: none;
  }
  .guest_wishlist_list.products-grid .product-item:first-child {
    border-top: none;
  }
}
@media (max-width: 575.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
/*  End Guest Wishlist Page */
/*  Sale Off */
@media (max-width: 767.98px) {
  .sale-product-block .row-mobile-2 .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
}
/* End Sale Off */
/*  Store Locator  */
@media (max-width: 767.98px) {
  .locator-index-index .page-title-wrapper,
  .storelocator-details .page-title-wrapper {
    margin: 50px 0;
  }
  .locator-index-index .page-title-wrapper .page-title,
  .storelocator-details .page-title-wrapper .page-title {
    font-size: 2.25rem;
  }
}
/*  End Store Locator  */
/* Product Tab Block */
@media (min-width: 992px) {
  .tab-width-title {
    margin-top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-width-title .mgs-product-tab .mgs-tab.tab-style7.data.items .item.title .switch {
    padding: 0 30px 0 0 !important;
  }
}
@media (max-width: 991.98px) {
  .tab-width-title .mgs-product-tab .mgs-tab.tab-align-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch {
    padding: 5px 20px !important;
    border: 1px solid #bbb;
    border-radius: 5px !important;
    position: relative;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
    font-weight: 300;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active {
    margin: 0;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active .switch {
    border-radius: 5px 5px 0 0 !important;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active .switch:after {
    content: none;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"] {
    margin: 0;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .mgs-products {
    padding: 15px;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0 0 5px;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .mgs-products .tab-cate-link {
    margin: 0 0 20px;
  }
}
/* End Product Tab Block */
/* Top Seller Banner */
@media (min-width: 992px) {
  .product-ultra-grid .col-des-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(58.333333% + 30px);
    flex: 0 1 calc(58.333333% + 30px);
    max-width: calc(58.333333% + 30px);
  }
}
@media (min-width: 992px) {
  .product-ultra-grid .banner-url.odd-banner {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .product-ultra-grid .banner-url {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .product-ultra-grid .banner-url.even-banner img,
  .product-ultra-grid .banner-url.odd-banner img {
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-ultra-grid .banner-url.even-banner,
  .product-ultra-grid .banner-url.odd-banner {
    padding-left: 130px;
    display: block;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content,
  .product-ultra-grid .banner-url.odd-banner .banner-content {
    position: absolute;
    padding: 0;
    left: 0;
    top: 50px;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .product-item-name,
  .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
    font-size: 3rem;
    line-height: 1.2;
    max-width: 80%;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box,
  .product-ultra-grid .banner-url.odd-banner .banner-content .price-box {
    margin: 34px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .product-ultra-grid .banner-url.even-banner,
  .product-ultra-grid .banner-url.odd-banner {
    padding-left: 0;
    display: block;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content,
  .product-ultra-grid .banner-url.odd-banner .banner-content {
    margin-top: 12px;
    padding: 0 0 0 19px;
    position: static;
    max-width: 100%;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .product-item-name,
  .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
    font-size: 1.5rem;
    line-height: inherit;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box,
  .product-ultra-grid .banner-url.odd-banner .banner-content .price-box {
    margin: 20px 0;
  }
}
/* End Top Seller Banner */
/*  Register  */
@media (max-width: 991.98px) {
  .register-container .form-create-account > .fieldset {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .register-container .form-create-account .actions-toolbar > .primary button.action {
    width: 100%;
  }
}
/*  End Register  */
/*  Store Locator  */
@media (max-width: 991.98px) {
  .storelocator-details .store-info-detail {
    margin-bottom: 50px;
  }
  .storelocator-details .store-info-detail .store-info {
    margin-bottom: 50px;
  }
  .storelocator-details .store-info-detail .store-info.store-des {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .storelocator-details #map-detail {
    height: 450px;
  }
}
/*  End Store Locator  */
/*  Slide Home Default  */
@media (max-width: 1399.98px) {
  .slide-home-1 .slider_mgs_carousel .inner-text {
    padding: 50px;
    max-width: auto;
  }
  .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social {
    left: 30px;
  }
}
@media (max-width: 991.98px) {
  .slide-home-1 .slider_mgs_carousel .inner-text .title {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .slide-home-1 .slider_mgs_carousel .item-image {
    min-height: 500px;
  }
  .slide-home-1 .slider_mgs_carousel .inner-text {
    padding: 0;
  }
  .slide-home-1 .slider_mgs_carousel .inner-text .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social {
    display: none;
  }
}
/*  End Slide Home Default  */
/*  GDPR  */
@media (max-width: 767.98px) {
  .modal-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table thead {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr {
    margin-bottom: 20px;
    display: block;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr th,
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr td {
    padding: 0;
    display: block;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr > th {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .mgs-gdpr-cookie-notice {
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
    max-width: 100% !important;
  }
}
/*  End GDPR */
@media (min-width: 1200px) {
  .space-lg {
    display: none;
  }
}
/*  End Search in Header  */
/* Lookbook */
@media (max-width: 767.98px) {
  .lookbook-container .pin__popup {
    width: 225px !important;
  }
  .lookbook-container .pin__type--area .pin__title {
    top: -35px;
  }
  .lookbook-container .popup__content--product > div a,
  .lookbook-container .popup__content--product > div button.action.primary {
    font-size: 0.875rem;
  }
  .lookbook-container .popup__content--product > div .price-box .price {
    font-size: 0.875rem;
  }
  .lookbook-container .pin__popup_text_content .popup__content {
    font-size: 0.875rem;
  }
}
/* End Lookbook */
/* Coming Soon */
@media (max-width: 991.98px) {
  .main-coming-soon {
    padding-bottom: 0;
  }
  .main-coming-soon .content-coming-soon .heading .sub-title {
    font-size: 1.2rem;
  }
  .main-coming-soon .content-coming-soon .heading .title {
    font-size: 150px;
    line-height: 0.7;
  }
  .main-coming-soon .content-coming-soon .deal-timer {
    margin: 35px 0 0;
  }
  .main-coming-soon .content-coming-soon .form-newsletter {
    margin-top: 35px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .action.subscribe {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .field.newsletter .control:before {
    line-height: 46px;
    padding-left: 15px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .field.newsletter .control input {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-coming-soon .content-coming-soon .heading .title {
    font-size: 120px;
    font-weight: 600;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .action.subscribe {
    padding: 0 15px;
  }
  .main-coming-soon .content-coming-soon .deal-timer .countdown span {
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  body.cms-coming-soon {
    padding-bottom: 0;
  }
}
/* End Coming Soon */
/* Shopping Cart */
@media (min-width: 640px) {
  .multicheckout .item-options {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .cart.table-wrapper .product-item-details {
    padding-top: 7px;
  }
  .modal-custom.authentication-dropdown {
    width: 800px;
    right: 0;
    margin-top: 10px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    top: 0;
  }
  .opc-sidebar .opc-block-summary > .title {
    border-bottom: 2px solid #eaeaea;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) {
    padding: 1.5rem;
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) tr:first-child td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) tr:first-child th {
    padding-top: 1.8rem !important;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) th {
    padding: 0.5rem 2.5rem !important;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals {
    position: relative;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals th {
    padding: 1rem 2.5rem !important;
  }
  .opc-block-summary .items-in-cart {
    padding: 1rem 2.5rem 1rem;
    border: 2px solid #eaeaea;
    border-top: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 2rem auto;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper {
    padding-right: 1rem;
  }
  .opc-sidebar {
    padding-left: 1rem;
  }
  .opc-wrapper,
  .opc-sidebar {
    width: 50%;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-sidebar {
    margin: 0;
  }
  .cart-summary,
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: none;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    float: left;
  }
  .opc-progress-bar-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-inner .product-item-name-block {
    display: block;
  }
  .opc-block-summary .product-item .product-item-inner .subtotal {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
  .cart.table-wrapper .product-item-details {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0;
  }
  .custom-slide,
  .opc-sidebar {
    left: 0;
  }
  .checkout-index-index .header.content {
    padding-top: 30px;
  }
  .checkout-index-index .page-wrapper {
    padding-bottom: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    position: static;
  }
  .modal-popup.modal-slide .modal-footer {
    padding-bottom: 0.5rem;
  }
  .modal-popup.modal-slide .modal-footer .action {
    margin-bottom: 1rem;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  .opc-sidebar .modal-inner-wrap {
    padding: 1.5rem;
  }
  .checkout-index-index._has-modal-custom header.page-header {
    z-index: -1;
  }
  .checkout-payment-method .payment-option,
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .form.payments .action-apply {
    position: static;
    background: #000;
    color: #fff;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 0 1.5rem 0;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    color: #222;
    font-weight: 600;
    display: inline-block;
  }
  .cart-totals {
    margin-top: 1.5rem;
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table .col {
    float: left;
    width: 50%;
    padding: 0.5rem 10px 0;
    text-align: left;
  }
  #shopping-cart-table .col.qty {
    margin-bottom: 8px;
  }
  #shopping-cart-table .col .price-including-tax,
  #shopping-cart-table .col .price-excluding-tax,
  #shopping-cart-table .col .field.qty {
    display: inline-block;
  }
  #shopping-cart-table .col.item {
    padding-top: 1rem;
  }
  #shopping-cart-table .col.actions {
    display: block;
    padding-bottom: 1rem;
    float: right;
  }
  #shopping-cart-table .col .actions-toolbar > a {
    padding: 0 1.25rem 0 0;
  }
  #shopping-cart-table .cart.item .item-info {
    border-bottom: 1px solid #eeeeee;
  }
  #shopping-cart-table .cart.item:last-child .item-info {
    border-bottom: none;
  }
  .checkout-extra .fieldset.coupon .action.apply {
    position: static;
    color: #fff;
    background-color: #000;
    margin-bottom: 30px;
  }
  .cart.main.actions a.action {
    float: none;
  }
  .cart.main.actions .action {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 370px) {
  #shopping-cart-table .col {
    width: 100%;
    padding: 0;
  }
}
/* End Shopping Cart */
/* Newsletter Popup */
@media (max-width: 991.98px) {
  .modal_newsletter_popup.modal-slide .newsletter_popup {
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    max-width: 768px;
    width: calc(100% - 30px) !important;
  }
}
@media (min-width: 768px) {
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input[type="email"] {
    border: none;
    border-bottom: 1px solid #ddd;
    height: 40px;
    padding-left: 0;
    padding-right: 100px;
    background-color: transparent;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe {
    padding: 0;
    font-size: 0.875rem;
    line-height: 35px;
    background-color: transparent;
    border: none;
    color: #222;
  }
}
@media (max-width: 767.98px) {
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
  }
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    left: 15px;
    right: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup {
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe {
    padding: 30px 20px 35px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
    width: 100%;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title h4 {
    font-size: 1.275rem;
    margin-bottom: 10px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions {
    position: static;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe {
    margin-top: 10px;
  }
  .modal_newsletter_popup.modal-slide.hidden-on-mobile {
    display: none !important;
  }
  .modal_newsletter_popup.modal-slide.hidden-on-mobile + .modals-overlay {
    display: none !important;
  }
}
/* End Newsletter Popup */
/* Categories Page */
@media (max-width: 767.98px) {
  .products-list .product-items.list .product-item {
    padding: 30px 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-top {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-top {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    max-width: 65%;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-description {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    padding-top: 0;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-reviews-summary {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-description {
    display: none;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:before,
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .slide-text .category-banner h5 {
    margin: 0 0 0.5rem;
  }
  .slide-text .category-banner h2 {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header {
    z-index: 0;
  }
  .page-header .middle-header .logo {
    width: 100%;
  }
  .category-product-actions.show-breadcrumbs {
    position: absolute;
    top: 0;
    z-index: 2;
    margin: -96px 0 0 0 !important;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .category-page-title .breadcrumbs {
    display: none;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .category-page-title .category-title {
    font-size: 1.5rem;
    padding: 22px 15px 21px;
    background: #f7f7f7;
    margin-left: -15px;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products {
    margin: 20px 15px 0 0;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder {
    display: block !important;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter {
    padding: 0;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter:after {
    content: "+";
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    padding: 7px 15px;
    white-space: nowrap;
    margin-left: auto;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-size: 12px;
    color: #777;
    font-weight: 400;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sorter-options {
    padding: 0;
    margin: 0;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sort-desc {
    margin: 0;
  }
  .sidebar.sidebar-main {
    margin-top: 50px;
  }
  .sidebar.sidebar-main .block.filter {
    margin-bottom: 0 !important;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    bottom: 51px;
    z-index: 9998;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .sidebar.sidebar-main .block.filter .filter-title {
    margin-top: 10px;
  }
  .sidebar.sidebar-main .block.filter .filter-title:after {
    font-family: Linearicons;
    content: '\e935';
    font-size: 20px;
    color: #9e9e9e;
    font-weight: 700;
    word-spacing: 0.1em;
    line-height: 1.1;
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 20px 0 0;
  }
  .sidebar.sidebar-main .block.filter .filter-content {
    display: block !important;
  }
  .sidebar.sidebar-main .active {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}
@media (max-width: 575.98px) {
  .toolbar-products .sorter {
    margin-right: 0;
  }
  .sidebar .block .actions-toolbar .secondary .action {
    margin: 0;
  }
  .slider_mgs_carousel .owl-item .slide-text > * {
    padding: 15px;
  }
  .slide-text .category-banner h5 {
    margin: 0;
  }
  .slide-text .category-banner h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .block .actions-toolbar .secondary .action {
    margin: 10px 0 0 0;
  }
  .cart-container .cart.main.actions.line .col-des-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .cart-container .cart.main.actions.line .col-des-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
}
/* End Categories Page */
/* Product Detail */
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset,
  .catalog-product-view .block-bundle-summary .box-tocart .fieldset {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .box-tocart .actions,
  .catalog-product-view .block-bundle-summary .box-tocart .actions {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    width: 130px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    width: 100% !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links + .field.qty {
    width: calc(100% - 56px) !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-social-links .share-this-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons {
    width: 100%;
    text-align: center !important;
    margin-top: 17px;
    background-color: #f1f1f1;
    padding: 5px 0 6px;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons .st-btn {
    margin-right: 15px !important;
    background: none !important;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .product-addto-links + .field.qty {
    width: calc(100% - 56px);
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view .column.main > .lookbook-container,
  .catalog-product-view .column.main .block.related,
  .catalog-product-view .column.main .block.upsell,
  .catalog-product-view .column.main .block.brand-related-products {
    margin: 40px 0 0;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-main {
    margin-top: 40px;
  }
  .catalog-product-view .product-info-main .bundle-actions {
    display: none !important;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 1.575rem;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary,
  .catalog-product-view .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
    padding: 0 !important;
    background: none;
  }
  .catalog-product-view .bundle-options-container .product-add-form {
    display: block !important;
  }
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title + br,
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-wrapper .action.back.customization {
    display: none !important;
  }
}
@media (max-width: 639.98px) {
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody + tbody tr {
    border-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr {
    border: 1px solid #eaeaea;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td {
    border: none;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.item .product-item-name {
    display: inline-block;
    font-weight: 400;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.qty {
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.qty .control.qty {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .product-addto-links + .field.qty {
    width: calc(100% - 56px);
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset,
  .catalog-product-view .block-bundle-summary .box-tocart .fieldset {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .box-tocart .actions,
  .catalog-product-view .block-bundle-summary .box-tocart .actions {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    width: 100% !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links + .field.qty {
    width: calc(100% - 56px) !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-social-links .share-this-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons {
    width: 100%;
    text-align: center !important;
    margin-top: 17px;
    background-color: #f1f1f1;
    padding: 5px 0 6px;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons .st-btn {
    margin-right: 15px !important;
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .product.info.detailed .product.data.items {
    border: none;
  }
  .product.info.detailed .product.data.items > .item.content {
    -webkit-order: unset;
    order: unset;
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 15px !important;
  }
  .product.info.detailed .product.data.items > .item.content + .data.item.title > .switch {
    border-top: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.title .switch,
  .product.info.detailed .product.data.items > .item.title.active .switch {
    padding: 4px 40px 5px 15px;
    border: 1px solid #eaeaea;
    font-size: 1rem;
    position: relative;
  }
  .product.info.detailed .product.data.items .item.title > .switch:after {
    font-family: "Linearicons";
    content: "\e936";
    position: absolute;
    right: 14px;
    top: 4px;
  }
  .product.info.detailed .product.data.items .item.title.active > .switch:after {
    content: "\e937";
  }
}
@media (max-width: 639.98px) {
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper {
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper tbody tr + tr {
    padding-top: 15px;
  }
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper tbody tr td {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .product.info.detailed .block.review-add .field {
    margin: 0 0 10px;
  }
  .product.info.detailed .block.review-add .fieldset {
    margin: 0;
  }
  .product.info.detailed .block.review-add .review-field-nickname,
  .product.info.detailed .block.review-add .review-field-summary {
    width: 100%;
    padding: 0 !important;
  }
}
/* End Product Detail */
@media (max-width: 991px) {
  .disable-mobile-hover .products-grid .items .product-item .product-top .product-item-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .disable-mobile-hover .products-grid .items .product-item .product-top .product-item-inner {
    position: static;
  }
}
/* Home Simple */
@media (max-width: 1199.98px) {
  .block-deal {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .owl-categories .content {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .section-title .subtitle {
    display: inline-block;
  }
  .section-title .subtitle + .btn {
    float: right;
  }
}
@media (max-width: 1199.98px) {
  .slider_home_simple .inner-text .info {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slider_home_simple .item-image {
    min-height: 500px;
  }
  .slider_home_simple .inner-text .title {
    font-size: 80px;
  }
  .slider_home_simple .inner-text.full-width {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .slider_home_simple .inner-text .title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 1199.98px) {
  .banner-home-simple .mgs-promobanner.promobanner .banner-text span.sub-title {
    margin-top: 0;
  }
}
.banner-deal-home {
  background-position: center;
}
@media (max-width: 1199.98px) {
  .banner-deal-home .banner-deal {
    max-width: 50%;
  }
  .banner-deal-home .banner-deal .title > span {
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .banner-deal-home .banner-deal .title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .banner-deal-home .banner-deal {
    max-width: 100%;
  }
  .banner-deal-home .banner-deal .title {
    letter-spacing: 0.1em;
  }
  .banner-deal-home .banner-deal .title > span {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: left;
  }
  .tab-not-bold .mgs-product-tab .mgs-tab .item.title.item1 a.switch {
    padding-left: 0 !important;
  }
}
/* End Home Simple */
/* Home Modern */
@media (max-width: 1199.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .item-image {
    min-height: 650px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text {
    max-width: 100%;
  }
  .btn-catelink2.tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: center;
  }
  .banner-deal-modern {
    max-width: 60%;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 50px;
    line-height: 1.2;
  }
  .btn-radius-modern.tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-deal-modern {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .item-image {
    min-height: 400px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 35px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .item-image {
    min-height: 450px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .info {
    display: none;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-name {
    line-height: 1;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-name a {
    font-size: 2rem;
    line-height: 1;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-description {
    display: none;
  }
  .single-deal .product-item-info.template-2 .product-item-details .deal-timer .time-note span,
  .single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span {
    width: 25%;
  }
}
/* End Home Modern */
/* Home Metro */
@media (max-width: 767.98px) {
  .title-home-metro .mgs-heading h1 {
    font-size: 50px;
  }
  .sub-title-metro p {
    font-size: 16px;
    line-height: 1.5;
  }
  .newsletter-home-v2 .block.newsletter {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .title-home-metro .mgs-heading h1 {
    font-size: 45px !important;
  }
  .promobanner-v4 .promobanner .banner-text .title {
    font-size: 1.5rem;
    white-space: inherit;
  }
}
/* End Home Metro */
/* Home Full Slider */
@media (max-width: 1199.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 50px;
    line-height: 60px;
  }
  .full-slider .subcribe {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .info {
    display: none;
  }
  .full-slider .subcribe .content-subcribe {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .full-slider .slider_mgs_carousel .owl-item .item-image {
    height: calc( 100vh - 52px);
  }
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 45px;
    line-height: 55px;
  }
  .full-slider .subcribe {
    position: static;
    max-width: 100%;
  }
  .full-slider .subcribe .content-subcribe {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    opacity: 0;
    z-index: -1111;
    visibility: hidden;
    padding: 40px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
  }
  .full-slider .subcribe .action-newsletter-mb {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 1;
  }
  .full-slider .subcribe .action-newsletter-mb .icon {
    display: inline-block;
    background-color: #f54b35;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
  }
  .full-slider .subcribe .action-newsletter-mb .icon:before {
    content: "\e699";
    display: block;
    font-family: linearicons;
    font-size: 20px;
    color: #fff;
  }
  .full-slider .subcribe.active .action-newsletter-mb .icon:before {
    content: "\e935";
  }
  .full-slider .subcribe.active:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
  }
  .full-slider .subcribe.active .content-subcribe {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    visibility: visible;
  }
}
@media (max-width: 575.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 40px;
    line-height: 50px;
  }
  .full-slider .subcribe .content-subcribe {
    max-width: 90%;
    padding: 30px 30px 40px;
  }
  .full-slider .subcribe .content-subcribe div.mage-error[generated] {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.1;
  }
}
/* End Home Full Slider */
/* Home Best Selling */
@media (min-width: 992px) {
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box {
    margin: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter-home.newsletter-color {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-selling {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
  .section-newsletter {
    padding-top: 15px !important;
  }
  .section-newsletter .newsletter-home.newsletter-color .block.newsletter .content .field.newsletter .control:before {
    margin-left: 5px;
  }
}
/* End Home Best Selling */
/* Home Full Width */
@media (max-width: 1199.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .title + .sub-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .sub-text {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-full-width > div {
    margin: 0 15px !important;
  }
}
/* End Home Full Width */
/* Home Boxed */
@media (max-width: 991.98px) {
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title,
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title.color-white {
    font-size: 2.5rem;
    line-height: 45px;
  }
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info,
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info.color-white {
    margin: 15px 7px 15px;
  }
}
@media (max-width: 767.98px) {
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title {
    margin-bottom: 30px;
  }
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .feature-product .mgs-product-tab {
    margin-top: 60px;
  }
  .feature-product .mgs-product-tab .product.mgs-tab {
    text-align: left;
  }
  .feature-product .heading-block .mgs-heading .heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature-product .mgs-product-tab {
    margin-top: 85px;
  }
}
/* End Home Boxed */
/* Home Minimal */
@media (max-width: 991.98px) {
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.top_center {
    margin-top: 5%;
  }
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.middle_left .sub-text {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .slider-home-minimal .owl-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-home-minimal.minimal-top {
    padding-top: 150px !important;
  }
  .product-home-minimal.minimal-top .content-heading {
    margin-bottom: -95px;
  }
  .product-home-minimal.minimal-top .content-heading .title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .section-builder.minimal-text {
    padding: 70px 0!important;
  }
  .section-builder.minimal-text .mgs-heading .heading {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .product-home-minimal.minimal-top {
    padding-top: 50px !important;
  }
}
/* End Home Minimal */
/* Home Carousel  */
@media (max-width: 991.98px) {
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .item-image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .item-image img {
    opacity: 0;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text {
    padding: 0 40px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .title {
    font-size: 40px;
    line-height: 45px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info {
    padding-left: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .head-carousel .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .head-carousel .sub-head-carousel {
    padding-top: 50px;
    padding-left: 0;
  }
  .head-carousel span.line {
    margin: 0 0 40px;
  }
  .sub-product .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .banner-carousel {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .head-carousel .title {
    font-size: 25px;
  }
  .sub-product .title {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner-carousel {
    max-width: 100%;
  }
}
/* End Home Carousel */
@media (max-width: 480px) {
  .services.shop-services {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper .toolbar-products,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper .toolbar-products,
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper .category-page-title,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper .category-page-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-layout-2columns-left .category-product-actions.have-title .toolbar .sorter,
  body.page-layout-2columns-right .category-product-actions.have-title .toolbar .sorter {
    margin-left: auto;
  }
  body.page-layout-2columns-left .sidebar > .block.filter .filter-content,
  body.page-layout-2columns-right .sidebar > .block.filter .filter-content {
    display: block !important;
  }
}
/* Home Classic */
@media (max-width: 991.98px) {
  .slider_mgs_carousel .slide-text .white-text > p {
    display: none;
  }
  .slider_mgs_carousel .slide-text .white-text > h3 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .indent-top .services.shop-services {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .slider_mgs_carousel .item-image {
    min-height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slider_mgs_carousel .item-image > img {
    opacity: 0;
  }
  .slider_mgs_carousel .slide-text .white-text > h3 {
    font-size: 2rem;
  }
  .slider_mgs_carousel .slide-text .white-text .btn.btn-light {
    display: none;
  }
}
/* End Slider Home Classic */
/*Email to a Friend*/
@media (max-width: 767.98px) {
  .form.send.friend .flex-info,
  .form.send.friend .fieldset.invite {
    display: block;
  }
}
/*End Email to a Friend*/
/* Create Shipping Address */
@media (max-width: 991.98px) {
  .form-address-edit > .fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .form-address-edit .actions-toolbar {
    text-align: center;
  }
  .form-address-edit .actions-toolbar .secondary {
    position: relative;
    margin-left: 0;
  }
}
/* End Create Shipping Address */
/* Popup */
.modal_newsletter_popup.modal-slide .modal-inner-wrap {
  position: absolute;
  width: auto;
  display: inline-block;
  left: 0;
  right: initial;
  bottom: 0;
  top: initial;
  max-width: calc(70%) !important;
  margin: 0;
  min-height: 0 !important;
  transform: none !important;
}
.modal_newsletter_popup.modal-slide .newsletter_popup {
  width: 550px !important;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
  float: none;
  width: auto;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form {
  margin-top: 20px;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title h4 {
  font-size: 1rem;
  text-align: center;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-content {
  text-align: center;
}
.modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .checkbox.dont-show-popup {
  margin-top: 20px;
}
.modals-wrapper::after {
  display: none !important;
}
/* Popup */
.quickview-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(255,255,255,0.8);opacity:0.8;background-repeat:no-repeat;background-position:center;opacity:0;visibility:hidden;transition:all 300ms;-moz-transition:all 300ms;-webkit-transition:all 300ms;-ms-transition:all 300ms}.quickview-loading-overlay.loading{opacity:1;visibility:visible}.quickViewDetails .modal-header{padding:0;height:0;position:relative;z-index:1}.quickViewDetails .modal-header .action-close{right:20px}.quickViewDetails .modal-header .action-close:before{font-size:24px;content:"\e935";font-family:"Linearicons"}.quickViewDetails .modal-inner-wrap{transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms;opacity:0;visibility:hidden;transform:translateY(-50%) scale(.95);-moz-transform:translateY(-50%) scale(.95);-webkit-transform:translateY(-50%) scale(.95);-o-transform:translateY(-50%) scale(.95)}.quickViewDetails .modal-inner-wrap .modal-content{padding:0;overflow-y:visible}.quickViewDetails._show .modal-inner-wrap{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-webkit-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1)}.quickViewDetails .column.main.product-info-clearfix{float:none !important;width:100% !important}.quickViewDetails .product-info-main-wrapper{padding:40px 90px;float:left;width:50%;max-height:100%;overflow-y:auto}.quickViewDetails .product-info-main-wrapper .product-info-main{float:none;width:100%;text-align:left !important}.quickViewDetails .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title{text-align:left !important}.quickViewDetails .product-info-main-wrapper .product-info-main .product-reviews-summary{margin-left:0;margin-right:0}.quickViewDetails .product-info-main-wrapper .product-info-main .product-info-price{-webkit-justify-content:flex-start;justify-content:flex-start}.quickViewDetails .product-info-media-wrapper{float:left;width:50%}.quickViewDetails .product-info-media-wrapper .product.media{float:none;width:100%}.quickViewDetails .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{display:none !important}.modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap{width:1170px;top:50%;margin:0 auto;max-width:calc(100% - 30px);max-height:calc(100vh - 30px)}.product_quickview_content{height:0;overflow:hidden;position:relative}.product_quickview_content>.catalog-product-view{position:absolute;left:0;right:0;bottom:0;top:0}.product_quickview_content>.catalog-product-view .product-info-quickview{height:100%}.product_quickview_content>.catalog-product-view .product.media .owl-item{padding:0 !important}.product_quickview_content .bundle-options-container{margin:20px 0 0}.product_quickview_content .bundle-options-container .product-add-form{display:block !important}.product_quickview_content .bundle-options-container .bundle-options-wrapper{padding:0}.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title,.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title+br{display:none}.product_quickview_content .bundle-options-container .bundle-options-wrapper,.product_quickview_content .bundle-options-container .block-bundle-summary{float:none;width:100% !important;position:static !important}.product_quickview_content .bundle-options-container .fieldset>.field:not(.choice)>.control{float:none;width:100% !important}.display-flex,.brands-grid .item .image .brand-image,.shop-by-brand .featured-brands .featured-brand-list .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex}.align-items,.brands-grid .item .image .brand-image,.shop-by-brand .featured-brands .featured-brand-list .owl-stage{-ms-flex-align:center;align-items:center}.justify-content-space{-ms-flex-pack:space-between;justify-content:space-between}.justify-content-center,.brands-grid .item .image .brand-image{-ms-flex-pack:center;justify-content:center}.color-primary{color:#bd9250}.bg-primary,.shop-by-brand .characters-filter li>a:hover{background-color:#bd9250}.border-primary{border-color:#bd9250}.border-bt-primary{border-bottom-color:#bd9250}.border-t-primary{border-top-color:#bd9250}.border-l-primary{border-left-color:#bd9250}.border-r-primary{border-right-color:#bd9250}.fill-primary{fill:#bd9250 !important}.brands-grid .item{margin-bottom:30px}.brands-grid .item .image .brand-image{height:150px;border:1px solid #eaeaea}.brands-grid .item .image img{max-width:calc(100% - 20px);width:auto;opacity:0.5;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms}.brands-grid .item .image:hover img{opacity:1}.brands-grid .item .brand-name{text-align:center;margin:15px 0 0}.brands-grid .item .brand-name .brand-title{font-size:1.125rem;font-weight:500}.brands-grid .item .brand-name .count{color:#999}.shop-by-brand .description{text-align:center;border:1px solid #eaeaea;padding:20px 15px;line-height:1.9;border-radius:5px}.shop-by-brand .description+.featured-brands{margin-top:70px}.shop-by-brand .featured-brands .block-content{margin:0 -15px}.shop-by-brand .featured-brands .block-content .owl-item{padding:0 15px}.shop-by-brand .featured-brands .block-content .owl-item .item{margin:0}.shop-by-brand .featured-brands+.brand-search{padding:50px 0;border-top:1px solid #eaeaea}.shop-by-brand .content-heading{margin-bottom:50px}.shop-by-brand .content-heading .title{margin:0 0 5px;font-weight:600;font-size:2.5rem;color:#222222;text-align:center}.shop-by-brand .brand-search{margin-top:70px}.shop-by-brand .brand-search .search_brand_form{border:1px solid #e7e7e7;overflow:hidden}.shop-by-brand .brand-search .search_brand_form form{display:table;position:relative;width:100%}.shop-by-brand .brand-search .search_brand_form form .form-group>input[type="text"]{border:none;height:42px;line-height:42px;vertical-align:middle}.shop-by-brand .brand-search .search_brand_form form .actions{white-space:nowrap;width:1%;cursor:pointer}.shop-by-brand .brand-search .search_brand_form form .actions .action.primary{margin-right:-4px}.shop-by-brand .brand-search .search_brand_form .form-group,.shop-by-brand .brand-search .search_brand_form .actions{display:table-cell}.shop-by-brand .characters-filter{display:flex;justify-content:center;margin:15px 0 0;flex-wrap:wrap}.shop-by-brand .characters-filter li{height:36px;line-height:36px;margin:3px;padding:0;text-align:center;width:36px}.shop-by-brand .characters-filter li>a{display:block;border:1px solid #f0f0f0;border-radius:4px;color:#999}.shop-by-brand .characters-filter li>a:hover{color:#fff}.shop-by-brand .btn.btn-secondary,.shop-by-brand .primary{height:46px}.brand-brand-view .brand-info .brand-image{text-align:center}.brand-brand-view .brand-info .brand-image+.brand-description{margin-top:50px}.brand-brand-view .brand-info .brand-description{font-size:1rem;line-height:1.9}.brand-product-list .toolbar-products{width:100%}.brand-product-list .toolbar-products .field.limiter{display:none}.brand-product-list .toolbar-products .filter-placeholder{display:none !important}.brand-product-list .toolbar-products .toolbar-sorter{margin-left:auto}.brand-product-list .products.list.items .action.towishlist>span{margin:unset;overflow:visible;padding:0;position:inherit;width:100%}@media (min-width:1200px){.shop-by-brand .col-custom-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (max-width:576px){.shop-by-brand .all-brands .brand-list.line{margin:0 -10px}.shop-by-brand .all-brands .brand-list.line .item{padding:0 10px}.shop-by-brand .featured-brands .block-content{margin:0 -10px}.shop-by-brand .featured-brands .block-content .owl-item{padding:0 10px}}