/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.atw_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .atw_container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .atw_container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .atw_container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .atw_container {
    max-width: 1140px;
  }
}

.atw_container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.atw_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.atw_wrapper .col-1, .atw_wrapper .col-2, .atw_wrapper .col-3, .atw_wrapper .col-4, .atw_wrapper .col-5, .atw_wrapper .col-6, .atw_wrapper .col-7, .atw_wrapper .col-8, .atw_wrapper .col-9, .atw_wrapper .col-10, .atw_wrapper .col-11, .atw_wrapper .col-12, .atw_wrapper .col,
.atw_wrapper .col-auto, .atw_wrapper .col-sm-1, .atw_wrapper .col-sm-2, .atw_wrapper .col-sm-3, .atw_wrapper .col-sm-4, .atw_wrapper .col-sm-5, .atw_wrapper .col-sm-6, .atw_wrapper .col-sm-7, .atw_wrapper .col-sm-8, .atw_wrapper .col-sm-9, .atw_wrapper .col-sm-10, .atw_wrapper .col-sm-11, .atw_wrapper .col-sm-12, .atw_wrapper .col-sm,
.atw_wrapper .col-sm-auto, .atw_wrapper .col-md-1, .atw_wrapper .col-md-2, .atw_wrapper .col-md-3, .atw_wrapper .col-md-4, .atw_wrapper .col-md-5, .atw_wrapper .col-md-6, .atw_wrapper .col-md-7, .atw_wrapper .col-md-8, .atw_wrapper .col-md-9, .atw_wrapper .col-md-10, .atw_wrapper .col-md-11, .atw_wrapper .col-md-12, .atw_wrapper .col-md,
.atw_wrapper .col-md-auto, .atw_wrapper .col-lg-1, .atw_wrapper .col-lg-2, .atw_wrapper .col-lg-3, .atw_wrapper .col-lg-4, .atw_wrapper .col-lg-5, .atw_wrapper .col-lg-6, .atw_wrapper .col-lg-7, .atw_wrapper .col-lg-8, .atw_wrapper .col-lg-9, .atw_wrapper .col-lg-10, .atw_wrapper .col-lg-11, .atw_wrapper .col-lg-12, .atw_wrapper .col-lg,
.atw_wrapper .col-lg-auto, .atw_wrapper .col-xl-1, .atw_wrapper .col-xl-2, .atw_wrapper .col-xl-3, .atw_wrapper .col-xl-4, .atw_wrapper .col-xl-5, .atw_wrapper .col-xl-6, .atw_wrapper .col-xl-7, .atw_wrapper .col-xl-8, .atw_wrapper .col-xl-9, .atw_wrapper .col-xl-10, .atw_wrapper .col-xl-11, .atw_wrapper .col-xl-12, .atw_wrapper .col-xl,
.atw_wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.atw_wrapper .col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}

.atw_wrapper .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.atw_wrapper .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.atw_wrapper .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.atw_wrapper .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.atw_wrapper .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.atw_wrapper .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.atw_wrapper .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.atw_wrapper .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.atw_wrapper .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.atw_wrapper .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.atw_wrapper .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.atw_wrapper .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.atw_wrapper .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .atw_wrapper .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .atw_wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .atw_wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .atw_wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .atw_wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .atw_wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .atw_wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .atw_wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .atw_wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .atw_wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .atw_wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .atw_wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .atw_wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .atw_wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .atw_wrapper .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .atw_wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .atw_wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .atw_wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .atw_wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .atw_wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .atw_wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .atw_wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .atw_wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .atw_wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .atw_wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .atw_wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .atw_wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .atw_wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .atw_wrapper .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .atw_wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .atw_wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .atw_wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .atw_wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .atw_wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .atw_wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .atw_wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .atw_wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .atw_wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .atw_wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .atw_wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .atw_wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .atw_wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .atw_wrapper .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .atw_wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .atw_wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .atw_wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .atw_wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .atw_wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .atw_wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .atw_wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .atw_wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .atw_wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .atw_wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .atw_wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .atw_wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .atw_wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.atw_wrapper {
  font-family: 'Rubik', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.atw_wrapper ul, ol {
  padding: 0;
  list-style: none;
}

.atw_wrapper a {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0 !important;
  outline: 0;
}

.atw_wrapper .add_to_cart_button,
.atw_wrapper a.button,
.atw_wrapper a.button.product_type_external,
.atw_wrapper .added_to_cart{
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.atw_wrapper .add_to_cart_button,
.atw_wrapper a.button,
.atw_wrapper a.button.product_type_external,
.atw_wrapper .added_to_cart,
.atw_wrapper a.added_to_cart{
  font-size: 14px !important;
  padding-top: 10px !important;
  line-height: 20px !important;
  border-radius: 3px;
  text-transform: none !important;
  white-space: inherit;
  box-shadow: none;
}
.atw_wrapper a.btn.product_type_external,
.atw_wrapper a.btn.product_type_grouped {
  white-space: inherit;
  background: #ff5500;
  color: #fff;
}

.atw_wrapper a.button.product_type_external{
  padding-left: 0;
  padding-right: 0;
}

.atw_wrapper .add_to_cart_button:hover,
.atw_wrapper a.button:hover,
.atw_wrapper a.button.product_type_external:hover,
.atw_wrapper .added_to_cart:hover,
.atw_wrapper a.added_to_cart:hover{
  text-transform: none;
  box-shadow: none;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_title a,
.atw_wrapper .atw_item .atw_item_bottom .atw_item_title a:hover,
.atw_wrapper .atw--single_item .atw_item_top .atw_post_view,
.atw_wrapper .atw--single_item .atw_item_top .atw_post_view:hover,
.atw_wrapper .atw_floated_badge .float-d-ratio,
.atw_wrapper .atw_item .added_to_cart,
.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_price ins{
  text-decoration: none;
  box-shadow:none;
  border: 0 none;
}
.atw_wrapper .add_to_cart_inline,
.atw_wrapper .cart .add_to_cart_inline{
  margin-bottom: 0;
  text-align: center !important;
}
.atw_wrapper .add_to_cart_inline ins,
.atw_wrapper .cart .add_to_cart_inline ins{
  display: none;
}
.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_price ins{
  background: none;
}
.atw_wrapper .woocommerce .woocommerce-product-rating{
  align-items: center;
}
.atw_wrapper .woocommerce .woocommerce-product-rating .star-rating{
  font-size: 14px;
  line-height: 14px;
  margin-bottom: -7px;
}
.atw_wrapper .woocommerce .woocommerce-product-rating .star-rating{
  margin-top: 0 !important;
}
#atw_style3 .atw_item .atw_item_top .atw_rating_float{
  margin-top: 0 !important;
}

#atw_style15 .atw--single_item .atw_item_bottom .atw_product_actions2 li a.ajax_add_to_cart{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#atw_style15 .atw--single_item .atw_item_bottom .atw_product_actions2 li a{
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #ff5500;
  color: #fff;
}

#atw_style15 .atw--single_item .atw_item_bottom{
  bottom: -65px !important;
}

#atw_style15 .atw--single_item:hover .atw_item_bottom{
  bottom: 20px !important;
}

#atw_style4 .atw--single_item .atw_item_bottom .add_to_cart_inline{
  background: none !important;
}

.divider {
  height: 1px;
  margin: 90px 0;
  background: #e4e8ed;
}

/* style one */
#atw_style1 .atw_item .atw_overlay_content, #atw_style2 .atw_item .atw_overlay_content {
  width: -webkit-calc( 100% - 42px);
  width: calc( 100% - 42px);
  left: 21px;
  bottom: 0px;
  background: #fff;
  opacity: 0;
}

#atw_style1 .atw_item .atw_badge, #atw_style2 .atw_item .atw_badge {
  right: 10px;
  top: 10px;
}

#atw_style1 .atw_item .atw_badge span, #atw_style2 .atw_item .atw_badge span {
  background: #ff5500;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  font-size: 14px;
  text-align: center;
}

#atw_style1 .atw_item .atw_product_actions, #atw_style2 .atw_item .atw_product_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 16px 0 13px 0;
  -webkit-box-shadow: 0 5px 5px rgba(84, 77, 124, 0.1);
  box-shadow: 0 5px 5px rgba(84, 77, 124, 0.1);
}

#atw_style1 .atw_item .atw_product_actions li a, #atw_style2 .atw_item .atw_product_actions li a {
  font-size: 18px;
  color: #363940;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#atw_style1 .atw_item .atw_product_actions li a:hover, #atw_style2 .atw_item .atw_product_actions li a:hover {
  color: #ff5500;
}

#atw_style1 .atw_item:hover .atw_item_top .atw_overlay_content, #atw_style2 .atw_item:hover .atw_item_top .atw_overlay_content {
  opacity: 1;
  bottom: 20px;
}

#atw_style1 .atw_item .atw_item_bottom, #atw_style2 .atw_item .atw_item_bottom {
  padding-top: 20px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title, #atw_style2 .atw_item .atw_item_bottom .atw_item_title {
  font-weight: 400;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a, #atw_style2 .atw_item .atw_item_bottom .atw_item_title a {
  color: #363940;
  font-size: 16px;
  line-height: 26px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a:hover, #atw_style2 .atw_item .atw_item_bottom .atw_item_title a:hover {
  color: #ff5500;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info, #atw_style2 .atw_item .atw_item_bottom .atw_item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price {
  color: #ff5500;
  line-height: 48px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price del, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price del {
  color: #9192a3;
  font-weight: 300;
  font-size: 14px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio {
  border: 1px solid #ff5500;
  font-size: 12px;
  color: #ff5500;
  line-height: 20px;
  padding: 0 7px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 4px;
}

#atw_style1 .slider_control, #atw_style2 .slider_control {
  position: absolute;
  border: 1px solid #e4e4ed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#atw_style1 .slider_control.icon-arrow-left, #atw_style2 .slider_control.icon-arrow-left {
  left: 0;
}

#atw_style1 .slider_control.icon-arrow-right, #atw_style2 .slider_control.icon-arrow-right {
  right: 0;
}

/* style one */
#atw_style1 .atw_item .atw_overlay_content, #atw_style2 .atw_item .atw_overlay_content {
  width: -webkit-calc( 100% - 42px);
  width: calc( 100% - 42px);
  left: 21px;
  bottom: 0px;
  background: #fff;
  opacity: 0;
}

#atw_style1 .atw_item .atw_badge, #atw_style2 .atw_item .atw_badge {
  right: 10px;
  top: 10px;
}

#atw_style1 .atw_item .atw_badge span, #atw_style2 .atw_item .atw_badge span {
  background: #ff5500;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  font-size: 14px;
  text-align: center;
}

#atw_style1 .atw_item .atw_product_actions, #atw_style2 .atw_item .atw_product_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 16px 0 13px 0;
  -webkit-box-shadow: 0 5px 5px rgba(84, 77, 124, 0.1);
  box-shadow: 0 5px 5px rgba(84, 77, 124, 0.1);
}

#atw_style1 .atw_item .atw_product_actions li a,
#atw_style2 .atw_item .atw_product_actions li a {
  font-size: 18px;
  color: #363940;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: none;
}

#atw_style1 .atw_item .atw_product_actions li a:hover, #atw_style2 .atw_item .atw_product_actions li a:hover {
  color: #ff5500;
}

#atw_style1 .atw_item:hover .atw_item_top .atw_overlay_content, #atw_style2 .atw_item:hover .atw_item_top .atw_overlay_content {
  opacity: 1;
  bottom: 20px;
}

#atw_style1 .atw_item .atw_item_bottom, #atw_style2 .atw_item .atw_item_bottom {
  padding-top: 20px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title, #atw_style2 .atw_item .atw_item_bottom .atw_item_title {
  font-weight: 400;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a, #atw_style2 .atw_item .atw_item_bottom .atw_item_title a {
  color: #363940;
  font-size: 16px;
  line-height: 26px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a:hover, #atw_style2 .atw_item .atw_item_bottom .atw_item_title a:hover {
  color: #ff5500;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info, #atw_style2 .atw_item .atw_item_bottom .atw_item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price {
  color: #ff5500;
  line-height: 48px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price del, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price del {
  color: #9192a3;
  font-weight: 300;
  font-size: 14px;
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio {
  border: 1px solid #ff5500;
  font-size: 12px;
  color: #ff5500;
  line-height: 20px;
  padding: 0 7px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 4px;
}

#atw_style1 .slider_control, #atw_style2 .slider_control {
  position: absolute;
  border: 1px solid #e4e4ed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#atw_style1 .slider_control.icon-arrow-left, #atw_style2 .slider_control.icon-arrow-left {
  left: 0;
}

#atw_style1 .slider_control.icon-arrow-right, #atw_style2 .slider_control.icon-arrow-right {
  right: 0;
}

#atw_style2 .atw_item:hover .atw_item_top .product-color .owl-dots {
  visibility: visible;
  opacity: 1;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots {
  position: absolute;
  right: 15px;
  top: 18px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 3px;
  position: relative;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot.active {
  position: relative;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot.active:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:nth-child(2) {
  background: #383c59;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:nth-child(3) {
  background: #fc8346;
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}

#atw_style2 .atw_item .atw_item_top .atw_overlay_content2 {
  z-index: 1;
  background: none;
  text-align: center;
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_title {
  text-align: center;
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_info {
  display: block;
  text-align: center;
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_rating {
  display: block;
}

#atw_style2 .atw_slider_controls {
  text-align: center;
}

#atw_style2 .atw_slider_controls .slider--control2 {
  margin: 40px 4px 0 4px;
  position: inherit;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#atw_style2 .atw_slider_controls .slider--control2:hover {
  background: #ff5500;
  color: #fff;
  border-color: #ff5500;
}

.atw_wrapper .tab-content .tab-pane {
  display: block;
  height: 0;
}

.atw_wrapper .tab-content .active {
  height: auto;
}

.atw_wrapper .fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .atw_wrapper .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.atw_wrapper .fade:not(.show) {
  opacity: 0;
}

.atw_wrapper .atw_btn {
  line-height: 35px;
  padding: 0 11px;
  background: #ff5500;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.atw_wrapper .atw_btn.atw_btn--light {
  border: 1px solid #e4e4ed;
  background: none;
  color: #9192a3;
}

.atw_wrapper .atw_btn.atw_btn--light:hover {
  border-color: #ff5500;
  background: #ff5500;
  color: #fff;
}

.atw_wrapper .atw_btn--icon span {
  padding-right: 10px;
  display: inline-block;
  font-size: 16px;
}

.atw_wrapper .atw_btn--radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.atw_wrapper .atw_btn--rounded {
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
}

.atw_wrapper .atw_card {
  border: 1px solid #e4e4ed;
}

.atw_wrapper .atw_card.atw_card_rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.atw_wrapper .atw_badge--default {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 12px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.atw_wrapper .atw_badge--default.atw_badge--left {
  background: #ff5500;
}

.atw_wrapper .atw_badge--default.atw_badge--right {
  background: #00b46a;
}

.atw_wrapper .atw_badge--default.atw_badge--blue {
  background: #0f9cf5;
}

.atw_wrapper .atw_badge--default.atw_badge--straight {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.atw_wrapper .atw_badge--rounded {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.atw_wrapper .atw_floated_badge {
  position: absolute;
}

.atw_wrapper .atw_floated_badge.badge--left {
  left: 10px;
  top: 10px;
}

.atw_wrapper .atw_floated_badge.badge--right {
  right: 10px;
  top: 10px;
}

.atw_wrapper .float-d-ratio {
  border: 1px solid #ff5500;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding: 0 10px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-left: 4px;
  display: block;
  background: #ff5500;
}

.atw_wrapper.bgColor {
  background: #eff0f2;
  padding: 100px 0;
  margin-top: 80px;
  margin-bottom: 80px;
}

.atw_wrapper .atw_product_actions2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.atw_wrapper .atw_product_actions2 li {
  margin-right: 5px;
}

.atw_wrapper .atw_product_actions2 li:last-child {
  margin-right: 0;
}

.atw_wrapper .atw_product_actions2 li a.atw_btn {
  background: #0f9cf5;
  padding: 0 20px;
  line-height: 40px;
}

.atw_wrapper .atw_product_actions2 li:first-child a, .atw_wrapper .atw_product_actions2 li:last-child a {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #e4e4ed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  color: #9192a3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.atw_wrapper .atw_product_actions2 li:first-child a:hover, .atw_wrapper .atw_product_actions2 li:last-child a:hover {
  border-color: #0f9cf5;
  color: #fff;
  background: #0f9cf5;
}

.atw_wrapper .atw_item_header {
  padding: 15px 15px 0 15px;
}

.atw_wrapper .atw_item_header .atw_item_cat {
  font-size: 12px;
  color: #9192a3;
  display: block;
  margin-bottom: 5px;
}

.atw_wrapper .atw_item_header .atw_item_title {
  font-weight: 400;
}

.atw_wrapper .atw_item_header .atw_item_title a {
  color: #363940;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.atw_wrapper .atw_item_header .atw_item_title a:hover {
  color: #0f9cf5;
}

.atw_wrapper .atw_item_info2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.atw_wrapper .atw_item_info2 .atw_price {
  color: #0f9cf5;
}

.atw_wrapper .atw_item_info2 .atw_price del {
  color: #9192a3;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding-left: 4px;
}

.atw_wrapper .atw_title {
  text-align: center;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 40px;
}

.atw_wrapper .atw_title:before {
  /*position: absolute;*/
  height: 2px;
  width: 50px;
  background: #e4e8ed;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.atw_wrapper .atw_title h3 {
  color: #202428;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 0;
}

.atw_wrapper .atw_item .atw_item_top {
  position: relative;
}

.atw_wrapper .atw_item .atw_item_top .atw_overlay_content, .atw_wrapper .atw_item .atw_item_top .atw_badge {
  position: absolute;
}

.atw_wrapper .atw_item .atw_item_top .atw_overlay_content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.atw_wrapper .atw_item .atw_item_top .atw_product_actions li {
  display: inline-block;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la {
  font-size: 16px;
  margin-right: 0;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star, .atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star-half-o {
  color: #feb507;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star-o {
  color: #c6c6d3;
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .total-rating {
  font-size: 12px;
  color: #9192a3;
  display: inline-block;
  padding-left: 7px;
}

.atw_wrapper .slider_control {
  line-height: 38px;
  width: 40px;
  text-align: center;
  z-index: 2;
  display: inline-block;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
}

.atw_wrapper .slider_control.slider_control_round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.atw_wrapper .atw_grid_wrapper .atw_item {
  margin-bottom: 30px;
}

.atw_wrapper .atw_grid_wrapper img {
  width: 100%;
}

.atw_wrapper .atw_grid_wrapper.atw_slider_wrapper img {
  width: 100%;
}

.atw_wrapper.atw_grid #atw_style8 .atw_tabs .nav {
  margin-bottom: 25px;
}

.atw_wrapper .m-0 {
  padding-left: 0;
  padding-right: 0;
  margin-right: -1px;
  margin-top: -1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.atw_wrapper .m-0 .atw_item {
  margin-bottom: 0;
}

.atw_wrapper .m-0:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/*****************************
	RESPONSIVE
*****************************/
/*this is responsive scss*/
/* 992 TO 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
  #atw_style5 .atw--single_item .atw_item_top .atw_overlay_content {
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .atw_wrapper .m-0:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

/* 991 */
@media (max-width: 991px) {
  .atw_wrapper .m-0:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

/* 768 TO 992*/
/* 767 */
/* 320 TO 575 */
@media (min-width: 320px) and (max-width: 480px) {
  .atw_wrapper .m-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .atw_grid_wrapper .atw-mobile-1 {
    width: 50%;
  }
  .atw_grid_wrapper .atw-mobile-2 {
     width: 50%;
   }
  .atw_grid_wrapper .atw-mobile-3 {
    width: 33.33%;
  }
  .atw_grid_wrapper .atw-mobile-4 {
    width: 25%;
  }
}


/*
style for wishlist
*/
/**
 * Main aazz WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package aazz WooCommerce Wishlist
 * @version 1.1.5
 */

/* Selectbox style */


/* Popup add to wishlist */
.yith-wcwl-add-button a.open-pretty-photo{
  display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
  display: inline-block;
}
.yes-js .yith-wcwl-popup{
  display: none;
  text-align: center;
}
.yes-js .yith-wcwl-popup-content{

}
.yes-js .yith-wcwl-popup-content{
  display: table;
  width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
  display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
  display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
  display: table-cell;
  vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
  width: 80%;
  padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
  width: 100%;
  font-weight: 700;
  padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
  width: 20%;
  padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
  float: right;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
  text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
  font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
  float: right;
  min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
  border-top: 1px solid #CCC;
  padding: 20px 20px 0 20px;
  margin: 20px -20px 0;
  text-align: right;
}

/* Popup message */
#yith-wcwl-popup-message {
  background: white;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 10000; /* Thanks WP -.- */
}

/*Wishlist title form*/
.wishlist-title{
  display: inline-block;
}
.wishlist-title h2{
  display: inline-block;
  padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
  background: #efefef;
}
.wishlist-title a.show-title-form{
  cursor: pointer;
  visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
  visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
  display: none;
  margin: 25px 0 39px;
}

/* Wishlist table template */

.woocommerce table.wishlist_table{
  font-size: 80%;
}

.woocommerce table.wishlist_table thead th{
  border-top: 1px solid;
  padding: 16px 12px;
}

.woocommerce table.wishlist_table tbody td{
  padding: 16px 12px;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
  border-color: #e7e7e7;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
.wishlist_table tr th.product-checkbox { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-remove { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-thumbnail{ width: 80px; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.woocommerce table.wishlist_table tr td.product-remove { padding: 16px 0 }
.wishlist_table tr td.product-thumbnail a { display: block; border: none; max-width: 80px; }
.wishlist_table tr td.product-thumbnail a img { width: 100%; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td a.button { white-space: normal; }

/* Wishlist buttons */
a.add_to_wishlist{
  cursor: pointer;
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
  margin: 0px;
}

.wishlist_table .add_to_cart.button{
  padding: 7px 12px;
  line-height: normal;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
}

.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
  margin-right: 10px;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
  margin: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px;
}

/* Wishlist title */
.woocommerce .wishlist-title h2{
  vertical-align: middle;
}

.woocommerce .wishlist-title a.show-title-form{
  vertical-align: middle;
  margin-left: 15px;
}

.woocommerce .hidden-title-form input[type="text"]{
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  min-width: 250px;
  vertical-align: middle;
}

.woocommerce .hidden-title-form button{
  padding: 7px 24px;
  vertical-align: middle;
  border: none;
  position: relative;
}

.woocommerce .hidden-title-form button:active{
  top: 1px;
}

.woocommerce .hidden-title-form a.hide-title-form{
  vertical-align: middle;
  line-height: normal;
}

/* Remove buttons */
.woocommerce #content table.wishlist_table.cart a.remove{
  color: #c3c3c3;
  margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover{
  background-color: #c3c3c3;
  color: #fff;
}

/* Share buttons */
.yith-wcwl-share{
  margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title{
  margin: 10px 0;
}

.yith-wcwl-share ul {
  margin: 5px 0;
  padding: 0;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 0px; }

.yith-wcwl-share li a {
  background-position: left top;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
}

.yith-wcwl-share li a:hover { background-position: left bottom; }
.yith-wcwl-share li a.facebook { background-image: url(../images/facebook.png ); }
.yith-wcwl-share li a.twitter { background-image: url(../images/twitter.png ); }
.yith-wcwl-share li a.pinterest { background-image: url(../images/pinterest.jpg ); }
.yith-wcwl-share li a.googleplus { background-image: url(../images/googleplus.jpg ); }
.yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }

/* Ask an estimate button */
.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart{
  margin: 10px 0;
  display: inline-block;
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button{
  padding: 7px 12px;
  line-height: normal;
}

#ask_an_estimate_popup{
  display: none;
}

.ask-an-estimate-button-popup{
  margin-top: 30px!important;
  float: right;
  text-transform: none;
}

#additional_notes{
  min-height: 150px;
}

/* Create new wishlist*/
.yith-wcwl-wishlist-new{
  padding: 20px 30px;
  border-bottom: 1px solid #e7e7e7;
}

.yith-wcwl-wishlist-new label{
  vertical-align: middle;
  margin-right: 20px;
}

.yith-wcwl-wishlist-new input{
  min-width: 190px;
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.woocommerce .yith-wcwl-wishlist-new button{
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  position: relative;
}

.woocommerce .yith-wcwl-wishlist-new button:active{
  top: 1px;
}


/* Manage wishlists */
.woocommerce .wishlist_manage_table select{
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.woocommerce table.wishlist_manage_table tfoot td{
  text-align: right;
  padding: 24px 12px;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  position: relative;
  line-height: normal;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
  top: 1px;
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
  vertical-align: middle;
  line-height: normal;
  padding: 7px 24px;
}

/* Search wishlist */
.woocommerce .yith-wcwl-wishlist-search-form{
  padding: 20px 80px;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce .yith-wcwl-wishlist-search-form:after{
  content: '';
  display: block;
  clear: both;
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  float: left;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  position: relative;
  line-height: normal;
  float: right;
}

.woocommerce p.yith-wcwl-empty-search-result{
  padding: 50px 0;
  text-align: center;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
  top: 1px;
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.yith-wcwl-search-results > li{
  padding: 50px 80px;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce ul.yith-wcwl-search-results > li:after{
  content: '';
  display: block;
  clear: both;
}

.woocommerce ul.yith-wcwl-search-results .thumb{
  float: left;
  margin-right: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details{
  overflow: hidden;
  padding-top: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details span{
  display: block;
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name{
  font-weight: 700;
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details{
  float: left;
  width: 50%;
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists{
  float: right;
  max-width: 50%;
  padding-top: 15px;
}

.woocommerce .yith-wcwl-search-pagination{
  padding: 5px 0;
  text-align: center;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline !important;
  margin-left: 5px;
  vertical-align: middle;
  visibility: hidden;
  width: 16px !important;
  height: 16px !important;
}

/* Widget wishlist */
.widget_yith-wcwl-lists ul.dropdown li{
  padding: 0;
}

.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
  display: block;
  padding: 5px 15px;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
  padding: 5px 25px;
}

.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
  border-bottom: 1px solid #e7e7e7;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists{
  margin: 0;
}
/*# sourceMappingURL=maps/style.css.map */
