/*!
 * 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;
  outline: 0;
}

.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: #E53143;
  -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: #E53143;
}

#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;*/
  background: #f0f0f0;
  padding: 10px 12px;
}

#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: #E53143;
}

#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: #E53143;
  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 #E53143;
  font-size: 12px;
  color: #E53143;
  line-height: 20px;
  padding: 0 7px;
  display: inline-block;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-left: 4px;

  display: none !important;
}

#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: #E53143;
  -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: #E53143;
}

#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: #E53143;
}

#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: #E53143;
  line-height: normal;
}

#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 #E53143;
  font-size: 12px;
  color: #E53143;
  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;*/
  text-align: left;
  padding: 10px 12px;
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_info {
  display: block;
  text-align: left;
}

#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;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

#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: #E53143;
  color: #fff;
  border-color: #E53143;
}

.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: #E53143;
  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: #E53143;
  background: #E53143;
  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: #E53143;
}

.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;
  z-index: 1;
}

.atw_wrapper .atw_floated_badge.badge--right {
  right: 10px;
  top: 10px;
}

.atw_wrapper .float-d-ratio {
  border: 1px solid #E53143;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding: 0 10px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  margin-left: 4px;
  display: block;
  background: #E53143;
}

.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%;
  display: block;
}

.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_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price, #atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price .amount {
  font-weight: bold !important;
}

/*# sourceMappingURL=maps/style.css.map */