  /*!
 * Bootstrap v4.2.1 (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)
 */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default!important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0 0;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}

.ui-widget-header a {
  color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position:-176px -64;
    font-size: 12px;
    text-transform: capitalize;
  }
  
  
  

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

.lettarspacing1 {
  letter-spacing: 1px
}

.lettarspacing2 {
  letter-spacing: 2px
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: Brandon_bld;
  line-height: 25px;
  color: #000;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 1.125rem;
  background-color: #fff;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased
}

@media (max-width:991.98px) {
  body {
    font-size: .875rem;
    line-height: 20px
  }
}

img {
  max-width: 100%;
  width: 100%;
  display: block
}

p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 25px;
  color: #545454;
  letter-spacing: 2px
}

p+p {
  margin-top: 1em
}

@media (max-width:991.98px) {
  p {
    font-size: .875rem;
    line-height: 20px
  }
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

dl,
ol,
ul {
  padding: 0;
  list-style-position: inside
}

a {
  outline: 0
}

button:focus {
  outline: 0
}

button:active {
  outline: 0
}

input:focus {
  outline: 0
}

input:hover {
  outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: Brandon_blk;
  font-weight: 500;
  line-height: 25px;
  color: inherit;
  margin-top: 0
}

@media (max-width:991.98px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 20px
  }
}

.title-1 {
  font-size: 1.625rem;
  color: #000;
  font-family: Brandon_bld;
  font-display: swap;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .title-1 {
    font-size: 1.125rem
  }
}

.title-2 {
  font-size: 1.625rem;
  font-family: Brandon_bld;
  color: #000;
  margin: 0 0 .9375rem;
  letter-spacing: 2px
}

@media (max-width:991.98px) {
  .title-2 {
    font-size: 1.125rem
  }
}

.title-3 {
  font-size: 1rem;
  margin: 0 0 .9375rem;
  color: #000;
  font-family: Brandon_bld
}

.title-4 {
  font-size: .875rem;
  margin: 0 0 .9375rem;
  color: #000
}

.title-5 {
  font-size: .75rem;
  color: #000;
  margin: 0 0 .9375rem
}

.title-6 {
  color: #000;
  font-size: .625rem;
  font-family: Brandon_bld;
  margin-bottom: .9375rem
}

.btn-common {
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border-radius: 0;
  font-size: 80%;
  font-weight: 400;
  padding: 0 .75rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 0;
  outline: 0;
  min-width: 7.5rem;
  line-height: 2.5625rem;
  height: 2.5625rem;
  text-align: center;
  cursor: pointer
}

.btn-common:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 100px
}

.btn-common:active {
  color: #fff;
  text-decoration: none;
  border-radius: 100px
}

.common-text {
  color: #545454;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem
}

@media (max-width:991.98px) {
  .common-text {
    font-size: 1.05rem;
    line-height: 1.1625rem
  }
}

.position-relative {
  position: relative
}

.pr {
  position: relative
}

.italic {
  font-style: italic
}

.bg-white {
  background: #fff
}

.bg-gray {
  background: #f5f5f5
}

.bg-green {
  background: #dfe6c4
}

.bg-gray-dark {
  background: #e2e1de
}

.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

.mt-4 {
  margin-top: 1.5rem
}

.mt60 {
  margin-top: 3.4375rem
}

@media (max-width:767.98px) {
  .mt60 {
    margin-top: 1.875rem
  }
}

.mrr15 {
  margin-right: 15px
}

.mb15 {
  margin-bottom: 15px
}

.mb-3 {
  margin-bottom: 1.3125rem
}

.mb-4 {
  margin-bottom: 1.5rem
}

.mt30 {
  margin-top: 1.875rem
}

.mt17 {
  margin-top: 1.0625rem
}

.tagline {
  margin-bottom: 0;
  margin-top: 20px!important
}

.padr15 {
  padding-right: 15px!important
}

.mb-30 {
  margin-bottom: 30px!important
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px!important
}

.sprite {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat
}

.mbt0 {
  margin-bottom: 0
}

.padtop-46 {
  padding-top: 46px
}

figure {
  margin: 0
}

.mbtm15 {
  margin-bottom: .9375rem
}

section {
  padding: 3.4375rem 0
}

@media (max-width:991.98px) {
  section {
    padding: 2.1875rem 0
  }
}

main {
  min-height: 18.75rem;
  display: block
}

.text-uppercase {
  text-transform: uppercase
}

.padtop40 {
  padding: 2.5rem 0 0 0
}

.pad0 {
  padding: 0
}

.padtop0 {
  padding-top: 0!important
}

.mbtm40 {
  margin-bottom: 2.5rem
}

.pad42 {
  padding-top: 2.625rem;
  padding-bottom: 2.1875rem
}

.text-justify {
  text-align: justify
}

.inner-pg-section {
  padding-top: 2.875rem;
  padding-bottom: 6.125rem
}

@media (max-width:991.98px) {
  .bodydisable {
    overflow: hidden
  }
}

@media (max-width:991.98px) {
  .disableElement {
    display: none
  }
}

.mt-2 {
  margin-top: 1.25rem
}

.js-validate-error-label {
  font-size: 12px
}

.static-content h2:not(:first-child),
.static-content h3:not(:first-child),
.static-content h4:not(:first-child),
.static-content h5:not(:first-child),
.static-content h6:not(:first-child) {
  margin-top: 1.5625rem
}

.static-content h2 {
  color: #3a3564;
  position: relative;
  font-size: 1.875rem;
  font-family: Quattrocento, serif
}

.static-content h3 {
  font-size: 1rem;
  margin: 0 0 0;
  color: #000;
  font-weight: 500
}

.static-content h4 {
  font-size: .875rem;
  margin: 0 0 .9375rem;
  color: #000;
  font-weight: 600
}

.static-content h5 {
  font-size: .75rem;
  color: #000;
  font-weight: 700;
  margin: 0 0 .9375rem
}

.static-content h6 {
  color: #000;
  font-size: 1rem;
  font-family: Brandon_bld;
  font-display: swap;
  font-weight: 300;
  margin-bottom: .9375rem
}

.padbtm7 {
  padding-bottom: 7px
}

.text-center {
  text-align: center
}

.mt-6 {
  margin-top: 2.5rem
}

.breadcrumb-section {
  background: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem
}

@media (max-width:991.98px) {
  .breadcrumb-section {
    padding-top: .3125rem;
    padding-bottom: .3125rem
  }
}

.breadcrumb-ul {
  background-color: transparent;
  padding: 0;
  margin: 0
}

.breadcrumb-ul li {
  color: #000;
  font-size: .625rem;
  font-family: Brandon_bld;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0 2px
}

.breadcrumb-ul li:after {
  color: #bababa;
  content: "/";
  position: absolute;
  bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  right: -8px;
  top: 0
}

.breadcrumb-ul li:last-child:after {
  display: none
}

.breadcrumb-ul li a {
  color: #bababa
}

.pad-right50 {
  padding-right: 50px
}

.pad-left70 {
  padding-left: 70px
}

.text-right {
  text-align: right
}

.font-20 {
  font-size: 1.25rem
}

.font-19 {
  font-size: 1.1875rem
}

.li-style {
  list-style: none
}

.hidden {
  overflow: hidden
}

.mbtm50 {
  margin-bottom: 3.125rem
}

.mbtm80 {
  margin-bottom: 5rem
}

.verticale-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.poitionrelative-none {
  position: inherit
}

.pad0 {
  padding: 0
}

.button-1 {
  height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .4);
  min-width: 200px;
  width: auto;
  display: inline-block;
  outline: 0;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
  font-size: 1.125rem;
  color: #000;
  line-height: 45px;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Brandon_bld
}

@media (max-width:991.98px) {
  .button-1 {
    font-size: .75rem
  }
}

@media (max-width:575.98px) {
  .button-1 {
    min-width: 150px;
    padding: 10px 16px;
    height: auto;
    line-height: initial
  }
}

.button-1:hover {
  color: #fff;
  background: rgba(0, 0, 0, .4)
}

@media (min-width:992px) {
  .button-1:focus {
    color: #fff;
    background: rgba(0, 0, 0, .4)
  }
}

@media (min-width:992px) {
  .button-1.active {
    color: #fff;
    background: rgba(0, 0, 0, .4)
  }
}

.button-2 {
  border: 1px solid #000;
  background: 0 0;
  color: #000
}

@media (min-width:992px) {
  .button-2:hover {
    color: #fff;
    background: #000
  }
}

@media (min-width:992px) {
  .button-2:focus {
    color: #fff;
    background: #000
  }
}

@media (min-width:992px) {
  .button-2.active {
    color: #fff;
    background: #000
  }
}

label.error {
  color: #ff401a;
  font-size: .875rem;
  letter-spacing: 2px;
  margin: 5px 0 0 0
}

.slick-dots {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
  text-align: center
}

@media (max-width:767.98px) {
  .slick-dots {
    bottom: 1.25rem
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: .625rem;
  height: .625rem;
  margin: 0 .3125rem;
  padding: 0
}

.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: .3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #000;
  border-radius: 50px;
  opacity: .65
}

.btnChkLook,
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: .75rem;
  color: #6a6a6a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  vertical-align: top;
  line-height: .9375rem
}

@media (max-width:991.98px) {
  .btnChkLook,
  .checkbox-container {
    color: #000
  }
}

.btnChkLook input,
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.btnChkLook .checkmark,
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #c8c8c8
}

@media (max-width:991.98px) {
  .btnChkLook .checkmark,
  .checkbox-container .checkmark {
    border: 1px solid #000
  }
}

.btnChkLook .checkmark:after,
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border: 0;
  background: #000;
  right: 0;
  margin: auto;
  bottom: 0
}

.btnChkLook input:checked~.checkmark,
.checkbox-container input:checked~.checkmark {
  background-color: transparent
}

.btnChkLook input:checked~.checkmark:after,
.checkbox-container input:checked~.checkmark:after {
  display: block
}

.select-color-options .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
  border: 1px solid #c8c8c8
}

.select-color-options .color.active {
  background-image: url(../images/check-icn.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center
}

.select-color-options .gray {
  background-color: #93929a
}

.select-color-options .sky {
  background-color: #c0e9fb
}

.select-color-options .green {
  background-color: #bfc9a7
}

.select-color-options .lightsky {
  background-color: #e0e4f0
}

.select-color-options .pink {
  background-color: #f68b21
}

.marleft20 {
  margin-left: 1.25rem
}

@media (max-width:991.98px) {
  .disable,
  .disable1,
  .disable2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
  }
}

.mt30 {
  margin-top: 1.875rem
}

.top-image {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0
}

@media (min-width:768px) {
  .productimage:hover .top-image {
    opacity: 1
  }
}

.mbtm20 {
  margin-bottom: 20px
}

@media (min-width:992px) {
  .effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .4) 30%, #000 50%, rgba(0, 0, 0, .4) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite
  }
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%
  }
  to {
    -webkit-mask-position: -50%
  }
}

::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 2px
}

:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 2px
}

::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 2px
}

::-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 2px
}

::placeholder {
  text-transform: uppercase;
  letter-spacing: 2px
}

@media (max-width:991.98px) {
  .container {
    max-width: 100%
  }
}

.linethrough {
  text-decoration: line-through
}

.error {
  color: red!important
}

.success {
  color: green!important
}

.loader-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url(../images/anc-loader.gif) 50% 50% no-repeat;
  display: none
}

.loader-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: url(../images/ancestry-loader.gif) 50% 50% no-repeat rgba(249, 249, 249, .8)
}

.cb_c_adddress .checkBoxcon label.error {
  position: absolute;
  width: 300px;
  bottom: 100%;
  font-size: .75rem;
  left: 0;
  margin-bottom: 5px
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ancestry-loader.gif) 50% 50% no-repeat rgba(249, 249, 249, .8)
}

.topheader {
  background: #000;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (max-width:767.98px) {
  .topheader {
    height: 3.125rem
  }
}

.topheader .col-md-4 {
  width: auto
}

@media (max-width:767.98px) {
  .topheader .col-md-4 {
    padding: 0
  }
}

.head-search-icon {
  width: 25px;
  height: auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle
}

.head-search-box {
  display: none;
  height: auto;
  z-index: 2;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: .625rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}

@media (max-width:991.98px) {
  .head-search-box {
    z-index: 3;
    position: absolute;
    padding: 0 0 15px 0
  }
}

.head-search-box input[type=text] {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  font-family: Brandon_bld;
  color: #000;
  font-weight: 400;
  font-size: .75rem;
  outline: 0;
  padding: 0 10px;
  letter-spacing: 2px;
  background: 0 0;
  display: inline-block;
  vertical-align: top;
  height: 1.875rem
}

.head-search-box input[type=text]:focus {
  outline: 0
}

.head-search-icon2 {
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -131px -18px;
  width: 33px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  margin-right: 1.25rem;
  cursor: pointer
}

.autocomplete {
  position: relative;
  max-width: 47.6875rem;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px
}

@media (max-width:991.98px) {
  .autocomplete {
    max-width: 90%
  }
}

@media (max-width:767.98px) {
  .autocomplete {
    max-width: 100%;
    padding: 15px 15px 0 15px
  }
}

.head-search-box .ui-menu {
  text-align: left;
  background: #fff;
  border: 0 solid #c8c8c8
}

.head-search-box .ui-menu:hover {
  background: #fff
}

@media (max-width:767.98px) {
  .head-search-box .ui-menu {
    height: 343px;
    overflow-y: scroll
  }
}

.head-search-box .ui-menu-item {
  border: 1px solid #c8c8c8;
  border-top: 0
}

.head-search-box .ui-menu-item:hover {
  background-color: #f5f5f5
}

.head-search-box .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  padding: 4px;
  font-size: 12px
}

.head-search-box .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #c8c8c8
}

.head-search-box .ui-menu-item img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top
}

.head-search-box .ui-menu-item .autosearch-label {
  display: inline-block;
  width: calc(100% - 47px);
  vertical-align: top;
  padding: 8px 0 8px 12px
}

.head-search-box .ui-button.ui-state-active:hover,
.head-search-box .ui-button:active,
.head-search-box .ui-state-active,
.head-search-box .ui-widget-content .ui-state-active,
.head-search-box .ui-widget-header .ui-state-active,
.head-search-box a.ui-button:active {
  background-color: #f5f5f5;
  border: 1px solid #c8c8c8;
  color: #000
}

.header-logo {
  text-align: center
}

.header-logo a {
  display: inline-block
}

.header-logo a img {
  max-width: 11.25rem
}

@media (max-width:991.98px) {
  .header-logo a img {
    max-width: auto
  }
}

.mobile-menu {
  display: none;
  width: 19px;
  height: auto;
  vertical-align: middle;
  margin-right: 1.25rem;
  cursor: pointer
}

@media (max-width:991.98px) {
  .mobile-menu {
    display: inline-block
  }
}

@media (max-width:991.98px) {
  .mobile-menu {
    margin-right: 15px
  }
}

.header-top-right {
  margin-right: 12px
}

@media (max-width:991.98px) {
  .header-top-right {
    margin-right: 0
  }
}

.header-top-gride {
  list-style: none;
  text-align: right;
  margin: 0
}

.header-top-gride li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  vertical-align: middle
}

.header-top-gride li:last-child {
  margin: 0;
  margin-left: 3px
}

.header-top-usericon {
  width: 26px;
  height: auto;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  position: relative
}

.header-top-carticon {
  width: 35px;
  height: 27px;
  display: block;
  background: url(../images/cart-bag.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative
}

.header-top-badge {
  position: absolute;
  bottom: -5px;
  right: -6px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  font-size: 10px;
  font-weight: 400
}

.navbar {
  width: 100%;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991.98px) {
  .navbar {
    height: auto
  }
}

.outer-header {
  position: relative;
  background: #f5f5f5
}

@media (max-width:991.98px) {
  .outer-header {
    display: none;
    background-image: url(../images/nav-bg-m.jpg);
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 50px;
    padding: 6.25rem 0 8.125rem;
    height: 100vh;
    background-color: #f5f5f5
  }
}

.outer-header.navOpen {
  display: block;
  overflow-y: auto
}

.nav-links {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

@media (max-width:991.98px) {
  .nav-links {
    display: block
  }
}

.nav-links li {
  display: inline-block;
  padding: 10px 0;
  list-style: none;
  font-size: .75rem;
  font-family: Brandon_bld;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991.98px) {
  .nav-links li {
    height: auto;
    margin: 0;
    border-top: 1px solid #000;
    background: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    display: block;
    text-align: left
  }
}

@media (max-width:991.98px) {
  .nav-links li br {
    display: none
  }
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px
}

@media (max-width:991.98px) {
  .nav-links li a {
    display: inline-block;
    font-size: .75rem;
    padding: 12px 20px 12px 50px;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 3
  }
}

.nav-links li a span {
  position: relative;
  z-index: 1
}

.nav-links li .submenu {
  background: #fff;
  width: 100%;
  padding: .625rem .625rem 0;
  margin-top: 0;
  left: 0;
  text-align: left;
  height: auto
}

@media (max-width:991.98px) {
  .nav-links li .submenu {
    display: none;
    background-image: url(../images/accordionbg.png);
    z-index: 3!important;
    opacity: 1!important;
    visibility: visible!important;
    position: relative;
    height: auto;
    top: 0!important;
    padding: 0;
    background-color: #f5f5f5
  }
}

.nav-links li .submenu li {
  display: inline-block;
  padding: 5px;
  font-size: .8125rem;
  margin: 0;
  width: 200px;
  font-weight: 400;
  margin-bottom: .625rem;
  height: auto
}

@media (max-width:991.98px) {
  .nav-links li .submenu li {
    background: 0 0;
    padding: 0;
    margin: 0;
    width: 100%
  }
}

.nav-links li .submenu li a {
  color: #595959
}

.nav-links li .submenu li a:hover {
  color: #ec9f73
}

@media (max-width:991.98px) {
  .nav-links li .submenu li a:hover {
    color: #000
  }
}

@media (max-width:991.98px) {
  .nav-links li .submenu li a {
    color: #000;
    font-size: 11px
  }
}

.nav-links li .submenu li a.active {
  color: #ec9f73
}

@media (max-width:991.98px) {
  .nav-links li .submenu li a.active {
    color: #000
  }
}

.nav-links li .submenu li:last-child {
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .nav-links li .submenu li:last-child {
    border-bottom: 0 solid #000
  }
}

.nav-links li .submenu li.active a {
  color: #ec9f73
}

@media (max-width:991.98px) {
  .nav-links li .submenu li.active a {
    color: #000
  }
}

@media (max-width:991.98px) {
  .nav-links li:hover {
    background: #000
  }
}

@media (max-width:991.98px) {
  .nav-links li:hover a {
    color: #fff
  }
}

@media (max-width:991.98px) {
  .nav-links li.active a {
    color: #fff
  }
}

@media (max-width:991.98px) {
  .nav-links li.active {
    background: #000
  }
}

.nav-links li:last-child {
  margin-right: 0
}

@media (max-width:991.98px) {
  .nav-links li:last-child {
    border-bottom: 1px solid #000
  }
}

.nav-links li:first-child {
  margin-left: 0
}

@media (max-width:991.98px) {
  .nav-links li.active .d-arrow:after {
    background-image: url(../images/flower-iconcolor.png);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    background-position: left center;
    width: 37px;
    height: 28px;
    left: 9px;
    top: 41px;
    background-position: center;
    margin-left: auto
  }
}

.nav-links li:hover .mobilearrow {
  background: url(../images/back-white.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 12px
}

.nav-links li.active .mobilearrow {
  background: url(../images/back-white.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (max-width:991.98px) {
  .service-list .col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0
  }
}

.mobilearrow {
  display: none;
  background: url(../images/back.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

@media (max-width:991.98px) {
  .mobilearrow {
    display: block
  }
}

.nav-links .d-arrow:after {
  top: 50%;
  left: 50%;
  margin-left: -38.5px;
  width: 4.8125rem;
  height: 4.375rem;
  content: '';
  position: absolute;
  margin-top: -35px
}

.nav-links li:hover .d-arrow:after {
  background: url(../images/flower-icon.png);
  background-repeat: no-repeat;
  background-size: 76px
}

@media (max-width:991.98px) {
  .nav-links li:hover .d-arrow:after {
    background-image: url(../images/flower-iconcolor.png);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    background-position: left center;
    background-position: center;
    width: 37px;
    height: 28px;
    left: 9px;
    top: 41px;
    margin-left: auto
  }
}

.nav-links .submenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 90px
}

@media (max-width:991.98px) {
  .nav-links .submenu {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
  }
}

.nav-links .submenu ul {
  margin: 0;
  float: left;
  width: 100%
}

@media (min-width:992px) {
  .nav-links .submenu ul {
    padding-top: 13px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    max-height: 244px
  }
}

.nav-links li:hover .submenu {
  left: 0;
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99
}

.xs-btn-more {
  display: none
}

.usermenu-container {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 2;
  top: 4px
}

@media (max-width:767.98px) {
  .usermenu-container {
    top: 0
  }
}

.usermenu-container.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.usermenu-gride {
  position: absolute;
  right: -43px;
  background-color: #fff;
  width: 228px;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: left;
  top: 13px;
  box-shadow: 0 0 15px rgba(5, 0, 0, .1);
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(5, 0, 0, .1)
}

@media (max-width:991.98px) {
  .usermenu-gride {
    right: 0
  }
}

@media (max-width:767.98px) {
  .usermenu-gride {
    top: 12px
  }
}

.usermenu-gride:before {
  position: absolute;
  top: -16px;
  right: 48px;
  display: inline-block;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, .15)
}

.usermenu-gride:after {
  position: absolute;
  top: -1px;
  right: 48px;
  display: inline-block;
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.usermenu-item {
  margin: 0!important;
  width: 100%;
  height: 39px;
  border-top: 1px solid #c8c8c8
}

.usermenu-item:first-child {
  border-top: 0
}

.usermenu-link {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  padding: 5px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.usermenu-link:hover {
  background-color: #000;
  color: #fff
}

.clearable__clear {
  display: none;
  position: absolute;
  right: 18px;
  top: .625rem;
  padding: 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: .625rem
}

@media (max-width:991.98px) {
  .clearable__clear {
    right: 18px;
    top: 25px
  }
}

@media (max-width:991.98px) {
  .usermenu-gride:after {
    right: 5px
  }
}

.clearable input::-ms-clear {
  display: none
}

@media (max-width:991.98px) {
  .topheader .headleftmob {
    float: left;
    padding-left: .9375rem
  }
}

@media (max-width:991.98px) {
  .topheader .headlogomob {
    margin: 0 auto;
    width: 140px
  }
}

@media (min-width:320px) and (max-width:400px) {
  .topheader .headlogomob {
    width: 7.5rem
  }
}

@media (max-width:991.98px) {
  .topheader .headrightmob {
    float: right;
    padding-right: 15px
  }
}

.close-menu {
  display: none;
  background: url(../images/cancel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -64px;
  cursor: pointer
}

@media (max-width:991.98px) {
  .close-menu {
    display: inline-block
  }
}

.head-story-text {
  height: auto;
  width: calc(100% - 79px);
  display: none;
  position: absolute;
  top: -64px;
  left: 60px
}

@media (max-width:991.98px) {
  .head-story-text {
    display: inline-block
  }
}

@media (max-width:991.98px) {
  .outer-header.navOpen .container {
    position: relative
  }
}

@media (max-width:767.98px) {
  .product-filter-header {
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .product-filter-header header.site-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-overflow-scrolling: touch
  }
}

.sbumenu-text-tagline {
  margin: 5px 0 0
}

@media (max-width:991.98px) {
  .sbumenu-text-tagline {
    display: none
  }
}

.sbumenu-text-tagline .sbumenu-text-taglinebox {
  border-left: 1px solid #c8c8c8;
  padding: 25px 0 25px 40px;
  color: #545454;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 60px
}

@media (min-width:320px) and (max-width:374px) {
  .footer-navgride li {
    margin: 0 3px
  }
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 0
}

@media (min-width:768px) {
  header.fixed .outer-header {
    display: none
  }
}

@media (min-width:768px) {
  header.fixed .outer-header.navOpen {
    overflow-y: inherit
  }
}

header.fixed .mobile-menu {
  transition: .5s;
  -webkit-transition: .5s
}

@media (min-width:768px) {
  header.fixed .mobile-menu {
    display: inline-block
  }
}

.homebanner {
  position: relative
}

.homepage-banner1section .slick-slider {
  margin: 0
}

.homepage-buttoncontainer {
  max-width: 78.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0
}

@media (max-width:991.98px) {
  .homepage-buttoncontainer {
    bottom: 80px
  }
}

.homepage-slider .slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  background: #000
}

@media (max-width:991.98px) {
  .homepage-slider .slide {
    height: auto
  }
}

.homepage-slider .slide .eff-1 {
  background: rgba(0, 0, 0, .4)
}

.homepage-slider .slide picture {
  min-height: 400px;
  margin: 0 auto
}

@media (max-width:1199.98px) {
  .homepage-slider .slide picture {
    min-height: auto;
    display: block;
    width: 100%
  }
}

@media all and (-ms-high-contrast:none) {
  .homepage-buttoncontainer {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .homepage-buttoncontainer,
  ::-ms-backdrop {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media (min-width:768px) {
  .homepage-buttoncontainer .button-1 {
    line-height: 47px
  }
}

.homepage-newslettersection {
  width: 100%
}

.homepage-newslettersection p {
  color: #545454;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 2px;
  text-align: center
}

@media (max-width:991.98px) {
  .homepage-newslettersection p {
    font-size: .875rem;
    line-height: 1.25rem
  }
}

.homepage-formwrapper {
  max-width: 34.5625rem;
  margin: 2.5rem auto 0;
  position: relative;
  text-align: center
}

.homepage-formwrapper input[type=email] {
  width: calc(100% - 130px);
  height: 3.8125rem;
  border-radius: 50px 0 0 50px;
  border: 1px solid #c8c8c8;
  padding: .625rem 1.875rem;
  outline: 0;
  float: left;
  font-weight: 400;
  font-size: .9375rem;
  letter-spacing: 2px;
  font-family: Brandon_bld
}

@media (max-width:991.98px) {
  .homepage-formwrapper input[type=email] {
    width: calc(100% - 105px);
    font-size: 12px;
    height: 3.125rem
  }
}

.homepage-formwrapper input[type=email]:focus {
  outline: 0
}

.homepage-formwrapper .button {
  border: 0;
  height: 3.8125rem;
  background: #000;
  width: 8.125rem;
  color: #fff;
  position: absolute;
  right: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  top: 0;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: Brandon_bld
}

@media (max-width:991.98px) {
  .homepage-formwrapper .button {
    width: 6.5625rem;
    font-size: 12px;
    height: 3.125rem
  }
}

.homepage-formwrapper ::-webkit-input-placeholder {
  color: #c8c8c8
}

.homepage-formwrapper :-ms-input-placeholder {
  color: #c8c8c8
}

.homepage-formwrapper ::-moz-placeholder {
  color: #c8c8c8
}

.homepage-formwrapper ::-ms-input-placeholder {
  color: #c8c8c8
}

.homepage-formwrapper ::placeholder {
  color: #c8c8c8
}

.homepage-formwrapper label.error {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0;
  top: 100%
}

.product-listing {
  padding: 0
}

.product-filterbox {
  margin-bottom: 2.5625rem
}

@media (max-width:991.98px) {
  .product-filterbox {
    margin: 0 -16px 0;
    background: #f5f5f5
  }
}

.product-filter {
  width: 100%
}

@media (max-width:991.98px) {
  .product-filter {
    text-align: center;
    height: 100%
  }
}

.product-filter .hidetext {
  display: none
}

.product-filter .tab-mnu {
  list-style: none;
  margin: 0 0 4px 0
}

@media (max-width:991.98px) {
  .product-filter .tab-mnu {
    float: left;
    width: 40%;
    height: 100%;
    background: #f5f5f5;
    position: absolute
  }
}

.product-filter .tab-mnu .tab-mnu-li {
  font-size: .875rem;
  color: #000;
  width: 20%;
  display: inline-block;
  border-top: 1px solid #c8c8c8;
  margin-right: 6.1%;
  text-align: left;
  padding: .6875rem 0;
  vertical-align: top;
  position: relative
}

@media (max-width:1199.98px) {
  .product-filter .tab-mnu .tab-mnu-li {
    margin-right: 5%
  }
}

@media (max-width:991.98px) {
  .product-filter .tab-mnu .tab-mnu-li {
    display: block;
    font-size: .6875rem;
    padding: .3125rem .3125rem .3125rem 1.625rem;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-top: 0;
    border-bottom: 1px solid #c8c8c8
  }
  .product-filter .tab-mnu .tab-mnu-li.active {
    background: #ec9f73
  }
  .product-filter .tab-mnu .tab-mnu-li.active:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ec9f73;
    border-bottom: 10px solid transparent;
    position: absolute;
    content: '';
    right: -7px
  }
}

.product-filter .tab-mnu .tab-mnu-li:last-child {
  margin-right: 0
}

@media (max-width:991.98px) {
  .product-filter .tab-cont {
    width: 60%;
    float: right;
    padding: 20px;
    background: #fff;
    min-height: 18.75rem;
    overflow: scroll;
    height: calc(100vh - 220px);
  }
}

.product-filter .tab-pane {
  font-size: .875rem;
  color: #000;
  width: 20%;
  display: inline-block;
  margin-right: 6.1%;
  text-align: left;
  vertical-align: top
}

.product-filter .tab-pane:last-child {
  margin-right: 0
}

@media (max-width:1199.98px) {
  .product-filter .tab-pane {
    margin-right: 5%
  }
}

@media (max-width:991.98px) {
  .product-filter .tab-pane {
    margin-right: 0;
    width: 100%
  }
}

.product-filter .ad-sorting-options-gride {
  list-style: none;
  width: 100%;
  margin: 0
}

.product-filter .ad-sorting-options-gride .ad-sorting-options {
  margin-bottom: 1.25rem
}

.product-filter .ad-sorting-options-gride .ad-sorting-options:last-child {
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .product-filter .select-color-options div {
    margin-bottom: 10px;
    margin-right: 0
  }
}

.product-filterlabelname {
  font-size: .75rem;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  cursor: pointer;
  padding-bottom: .25rem
}

@media (max-width:991.98px) {
  .product-filterlabelname {
    border-bottom: 0 solid #c8c8c8;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product-advancefilter {
  height: auto;
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 2;
  right: 0;
  margin: auto;
  padding: 1.25rem 2%;
  text-align: left;
  max-width: 1110px
}

@media (max-width:1199.98px) {
  .product-advancefilter {
    padding: 1.25rem
  }
}

@media (max-width:991.98px) {
  .product-advancefilter {
    top: 85px;
    position: fixed;
    height: 100vh;
    padding: 0;
    background: #fff
  }
}

.product-advancefilter .title-2 {
  margin-bottom: .375rem;
  font-size: 20px
}

@media (max-width:991.98px) {
  .product-advancefilter .title-2 {
    display: none
  }
}

.product-advancefilter .rupeesymbol {
  font-size: .875rem
}

@media (max-width:991.98px) {
  .mobilefilterclass {
    border: 1px solid #000;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0;
    border-left: 0
  }
}

@media (max-width:991.98px) {
  .mobilesortclass {
    border: 1px solid #000;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0
  }
}

@media (max-width:991.98px) {
  .texthidemobile {
    display: none!important
  }
}

.product-filterlabelname.selected .hidetext {
  display: inline-block
}

.product-filterlabelname.selected .showtext {
  display: none
}

.product-title {
  font-family: Brandon_bld;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: .625rem;
  text-transform: uppercase
}

@media (max-width:991.98px) {
  .product-title {
    font-size: .6875rem;
    margin-bottom: 0
  }
}

.product-title a {
  color: #000
}

.product-price,.product-old-price {
  font-family: Brandon_bld;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 25px
}
.product-old-price s{
  color: #6a6a6a;
}
.product-price .rupeesymbol {
  font-size: 18px
}

@media (max-width:991.98px) {
  .product-price .rupeesymbol {
    font-size: .6875rem
  }
}

@media (max-width:991.98px) {
  .product-price {
    font-size: 18px;
    line-height: 20px
  }
}

.product-item {
  margin-bottom: 3.4375rem
}

@media (max-width:767.98px) {
  .product-item {
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0
  }
}

.product-itembox {
  position: relative
}

@media (max-width:991.98px) {
  .product-itembox {
    padding-left: 3px
  }
}

.product-itembox a {
  display: block;
  position: relative
}

.product-itembox figcaption {
  margin-top: 1.5625rem
}

@media (max-width:991.98px) {
  .product-itembox figcaption {
    margin-top: .625rem
  }
}

.product-itembox figure>a {
  margin: 0;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c3c3c3
}

@media (max-width:991.98px) {
  .product-itembox figure>a {
    min-height: 250px
  }
}

.button-group {
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:991.98px) {
  .button-group {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.button-group .button-2 {
  max-width: 132px;
  height: 2.5rem;
  line-height: 2.375rem
}

@media (max-width:1199.98px) {
  .button-group .button-2 {
    height: auto;
    line-height: normal
  }
}

@media (max-width:991.98px) {
  .button-group .button-2 {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    min-width: auto;
    padding-bottom: 4px
  }
}

@media (max-width:991.98px) {
  .button-group .button-2:hover {
    color: #000;
    background: 0 0
  }
}

.product-advancefilter .button-group.row {
  float: right;
  width: 60%;
  padding: 0 30px 0 0
}

.wishlist-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  cursor: pointer;
  background: url(../images/wishlist-icon.svg);
  background-size: contain;
  background-repeat: no-repeat
}

@media (max-width:991.98px) {
  .wishlist-icon {
    right: .75rem;
    top: .75rem
  }
}

.wishlist-icon.active {
  background: url(../images/wishlist-icon-active.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat
}

.product-sortby {
  position: relative;
  float: right;
  width: 100%
}

@media (max-width:991.98px) {
  .product-sortby {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product-sortby .sort-labelname {
  color: #bababa;
  text-transform: uppercase;
  font-size: .75rem;
  display: inline-block;
  vertical-align: middle;
  padding-right: .625rem;
  position: relative
}

@media (max-width:991.98px) {
  .product-sortby .sort-labelname {
    color: #000;
    text-align: center
  }
  .product-sortby .sort-labelname:after {
    background: url(../images/sort.svg) no-repeat;
    top: 2px;
    width: 14px;
    height: 13px;
    content: '';
    position: absolute;
    right: -13px;
    background-size: contain
  }
}

.product-sortby .sortbox-row {
  display: inline-block;
  vertical-align: middle;
  max-width: 190px;
  width: 100%;
  position: relative
}

@media (max-width:991.98px) {
  .product-sortby .sortbox-row {
    display: none;
    position: fixed;
    top: 50px;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    max-width: 100%
  }
  .product-sortby .sortbox-row .mobiltehead-text {
    padding: 0 17px 0 0;
    position: relative
  }
  .product-sortby .sortbox-row .mobiltehead-text:after {
    content: '';
    position: absolute;
    background: url(../images/sort-white.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 13px;
    right: -8px;
    top: 2px
  }
}

.product-sortby #select {
  height: 33px;
  width: 100%;
  border: 1px #c8c8c8 solid;
  float: right;
  background: #f5f5f5;
  margin: 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-size: .75rem;
  padding: 4px 10px;
  cursor: pointer
}

@media (max-width:991.98px) {
  .product-sortby #select {
    display: none
  }
}

.product-sortby #select:after {
  content: '';
  position: absolute;
  background: url(../images/down-arrow.svg);
  width: 13px;
  height: 12px;
  background-size: contain;
  top: 10px;
  right: 11px;
  background-repeat: no-repeat
}

@media (max-width:991.98px) {
  .product-sortby #select:after {
    display: none
  }
}

.product-sortby .dropdown-sort {
  height: auto;
  width: 100%;
  border: 0 #c8c8c8 solid;
  float: right;
  display: none;
  background: #f5f5f5;
  margin: 0;
  text-align: left;
  position: absolute;
  text-transform: uppercase;
  font-size: .75rem;
  top: 2.0625rem
}

@media (max-width:991.98px) {
  .product-sortby .dropdown-sort {
    display: block;
    position: relative;
    top: auto;
    border: 0
  }
}

.product-sortby .dropdown-sort li {
  border: 1px #c8c8c8 solid;
  border-top: 0;
  z-index: 2;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  font-size: .75rem;
  background: #fff;
  color: #000
}

@media (max-width:991.98px) {
  .product-sortby .dropdown-sort li {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px #000 solid;
    background: #ec9f73;
    height: 3.125rem;
    padding-left: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.product-sortby .dropdown-sort li a {
  color: #000;
  padding: 7px 10px;
  width: 100%;
  display: block;
  cursor: pointer
}

@media (min-width:992px) {
  .product-sortby .dropdown-sort li a:hover {
    background: #000;
    color: #fff
  }
}

.product-sortby .dropdown-sort li.active {
  background: #fff
}

@media (min-width:992px) {
  .product-sortby .dropdown-sort li.active a {
    background: #000;
    color: #fff
  }
}

li.ad-sorting-options.active a {
  color: #000
}

.product-sortby .sortbox-row.active-sort #select:after {
  background: url(../images/down-arrow.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.advancefilerclose {
  cursor: pointer
}

@media (max-width:991.98px) {
  .advancefilerclose {
    background: url(../images/close-white.svg) no-repeat;
    background-position: center;
    width: .625rem;
    height: .625rem;
    float: right;
    background-size: contain;
    margin-top: 3px
  }
}

.mobiletext {
  position: relative
}

@media (max-width:991.98px) {
  .mobiletext:after {
    content: '';
    background-image: url(../images/filter-filled-tool-symbol.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 13px;
    background-size: contain;
    top: 3px;
    right: -19px
  }
}

@media (max-width:991.98px) {
  .advancefilter-mobilescroll {
    height: 100%;
    width: 100%;
    overflow-y: scroll
  }
}

.product-advancefiltermobilehead {
  display: none
}

@media (max-width:991.98px) {
  .product-advancefiltermobilehead {
    display: block;
    background: #000;
    height: 50px;
    border-top: 1px solid #fff;
    padding: 1rem;
    background-image: url(../images/flower-iconcolor.png);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    background-position: left center;
    padding-left: 71px;
    background-position: 26px center;
    text-align: left
  }
}

.mobiltehead-text {
  color: #fff;
  font-size: .75rem;
  padding: 0 22px 0 0;
  position: relative
}

.mobiltehead-text:after {
  background-image: url(../images/filter-filled-tool-symbol-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 14px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 1px
}

@media (min-width: 768px) {
  .hide-dk {
    display: none;
  }
}

@media (max-width:767.98px) {
  .row.product-gride {
    padding: 0 6px
  }
}

.product-item:nth-child(odd) .product-itembox {
  padding-right: 3px;
  padding-left: 0
}

@media (min-width:992px) {
  .product-advancefilter .button-group .button-1 {
    min-width: 129px;
    font-size: 12px
  }
}

.product-filter-header main {
  padding-top: 50px
}

.jscroll-inner {
  display: block;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jscroll-inner .col-6 {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%
}

.jscroll-added {
  margin-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 0 15px
}

@media (max-width:991.98px) {
  .jscroll-added {
    padding: 0 10px
  }
}

.jscroll-loading img {
  width: auto;
  display: inline-block
}

.unselect-all {
  display: none
}

.checkall.active .unselect-all {
  display: block
}

.checkall.active .select-all {
  display: none
}

.productdetail-section {
  padding-top: 0;
  width: 100%
}

.productdetail-imagegride {
  margin: 0;
  padding: 0;
  list-style: none
}

.productdetail-imagegride .pro-item {
  position: relative
}

@media (max-width:991.98px) {
  .productdetail-imagegride .pro-item {
    margin: 0;
    width: 100%
  }
}

@media (max-width:991.98px) {
  .productdetail-imagegride .pro-item img {
    width: 100%;
    margin: 0
  }
}

.productdetail-imagegride .slick-list {
  margin: 0!important
}

.productdetail-imagegride .slick-dots {
  bottom: 2.5rem!important
}

.productdetail-imageItem1 {
  width: 100%;
  margin-bottom: 1.875rem;
  display: inline-block;
  vertical-align: top
}

@media (max-width:991.98px) {
  .productdetail-imageItem1 {
    height: auto;
    max-width: 100%;
    margin-bottom: 0;
    display: block
  }
}

.productdetail-imageItem2 {
  max-width: 47.6%;
  height: auto;
  float: left;
  margin-bottom: 1.875rem;
  margin-right: 30px
}

@media (max-width:1199.98px) {
  .productdetail-imageItem2 {
    max-width: 47%
  }
}

@media (max-width:991.98px) {
  .productdetail-imageItem2 {
    height: auto;
    max-width: 100%;
    margin-bottom: 0
  }
}

.productdetail-imageItem3 {
  max-width: 45%;
  height: 18.75rem;
  position: absolute!important;
  bottom: 0;
  width: 100%
}

@media (max-width:991.98px) {
  .productdetail-imageItem3 {
    position: relative!important;
    height: auto;
    max-width: 100%
  }
}

.productdetail-imageItem4 {
  max-width: 47%;
  float: right
}

@media (max-width:991.98px) {
  .productdetail-imageItem4 {
    height: auto;
    max-width: 100%
  }
}

.productdetail-image1 {
  margin-bottom: 1.0625rem;
  height: 19.6875rem
}

.productdetail-image1:last-child {
  margin: 0
}

@media (max-width:767.98px) {
  .productdetail-detail {
    margin-top: .625rem
  }
}

.productdetail-detail .title-2 {
  margin-bottom: .3125rem
}

.productdetail-detail .product-price {
  margin-bottom: 1.875rem
}

.productdetail-detail .select-color-options {
  margin-bottom: 1.875rem
}

@media (max-width:991.98px) {
  .productdetail-detail .product-price {
    font-size: 18px
  }
}

@media (max-width:991.98px) {
  .productdetail-detail .product-price .rupeesymbol {
    font-size: 18px
  }
}

.productdetail-descriptionbox {
  margin-top: 2.8125rem
}

.productdetail-accordionItem {
  border-top: 1px solid #c8c8c8;
  padding: 0;
  position: relative
}

.productdetail-accordionItem:last-child {
  border-bottom: 1px solid #c8c8c8
}

.productdetail-question {
  font-size: .875rem;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  cursor: pointer;
  padding: 1.25rem 0
}

.productdetail-question:after {
  position: absolute;
  content: '';
  background: url(../images/sprite.png) no-repeat;
  width: .75rem;
  height: .75rem;
  background-position: -224px -133px;
  right: 0;
  top: 25px
}

.productdetail-question.active:after {
  background-position: -256px -138px;
  width: .75rem;
  height: .125rem;
  top: 1.875rem
}

.productdetail-answer {
  font-size: .875rem;
  color: #6a6a6a;
  padding: 1.25rem 0;
  padding-top: 0
}

.select-size-options {
  margin-bottom: 1.875rem
}

.select-size-options .size-gride-custom {
  margin-left: .1875rem;
  margin-bottom: .625rem
}

.select-size-options input[type=radio] {
  display: none;
  cursor: pointer
}

.select-size-options input[type=radio]+label {
  display: inline-block;
  padding: .25rem .75rem;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  width: 4.625rem;
  height: 2.5rem;
  line-height: 1.875rem;
  text-align: center;
  margin: 0 -.25rem;
  font-size: 14px
}

@media (max-width:1199.98px) {
  .select-size-options input[type=radio]+label {
    width: 3.4375rem
  }
}

.select-size-options input[type=radio]:checked+label {
  background-image: none;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  cursor: pointer
}

.select-size-options p {
  font-size: .875rem;
  color: #000
}

@media (max-width:991.98px) {
  .bottom-image {
    display: none
  }
}

.productdetail-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product-count {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px
}

.product-count .product-count-btn {
  width: 2.8125rem;
  height: 2.5rem;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  position: relative
}

.product-count .product-count-btn .line-horizontal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.product-count .product-count-btn .line-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.product-count .product-count-text {
  margin: 0 -.0625rem;
  width: 4.625rem;
  height: 2.5rem;
  color: #000;
  border: 1px solid #c8c8c8;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pos-static {
  position: static!important
}

.stylewith-section {
  width: 100%;
  padding: 0
}

.stylewith-item {
  position: relative;
  margin: 0 .625rem;
  max-width: 258px;
  display: inline-block
}

@media (max-width:991.98px) {
  .stylewith-item {
    margin: 0 .3125rem;
    max-width: 100%
  }
}

.stylewith-item a {
  display: block
}

.youmayalsolikethis-section {
  width: 100%
}

.youmayalsolikethis-item {
  margin: 0 .625rem;
  position: relative
}

@media (max-width:991.98px) {
  .youmayalsolikethis-item {
    margin: 0 .3125rem
  }
}

.youmayalsolikethis-item a {
  display: block
}

.carousel-slider-style .slick-list {
  margin-bottom: 1.875rem
}

@media (max-width:991.98px) {
  .carousel-slider-style .slick-list {
    margin-bottom: .9375rem
  }
}

.carousel-slider-style .slick-dots {
  position: relative;
  bottom: auto;
  margin: 0
}

.carousel-slider-style .slick-dots li {
  width: .5625rem;
  height: .5625rem
}

.carousel-slider-style .slick-dots li button {
  width: .5625rem;
  height: .5625rem;
  background: #c8c8c8;
  border: 1px solid #000
}

.carousel-slider-style .slick-dots li.slick-active button {
  background: #000;
  border: 1px solid #fff
}

.carousel-slider-style button.slickbutton {
  position: absolute;
  top: 0;
  bottom: 6.25rem;
  margin: auto;
  width: 1.125rem;
  height: .875rem;
  background: url(../images/sprite.png) no-repeat;
  border: 0;
  outline: 0;
  cursor: pointer
}

.carousel-slider-style button.slick-next {
  right: -3.125rem;
  background-position: -49px -264px
}

@media (max-width:1199.98px) {
  .carousel-slider-style button.slick-next {
    right: -1.25rem
  }
}

@media (max-width:991.98px) {
  .carousel-slider-style button.slick-next {
    right: 0
  }
}

.carousel-slider-style button.slick-prev {
  left: -3.125rem;
  background-position: -20px -264px
}

@media (max-width:1199.98px) {
  .carousel-slider-style button.slick-prev {
    left: -1.25rem
  }
}

@media (max-width:991.98px) {
  .carousel-slider-style button.slick-prev {
    left: 0
  }
}

@media (max-width:991.98px) {
  .productdetail-imagegride picture {
    width: 100%
  }
}

.productprice-detail {
  padding: 1.25rem .25rem 0 .25rem
}

@media (max-width:991.98px) {
  .productprice-detail {
    padding: .625rem .25rem 0 .25rem
  }
}

.productprice-detail .product-title {
  font-size: 14px;
  margin-bottom: 10px
}

@media (max-width:991.98px) {
  .productprice-detail .product-title {
    padding: .625rem .25rem 0 .25rem;
    font-size: 11px
  }
}

@media (max-width:991.98px) {
  .productprice-detail .product-price {
    font-size: 11px;
    line-height: 20px
  }
}

.section-header {
  margin-bottom: 1.25rem
}

@media (min-width:992px) {
  .productdetail-section .productdetail-btns .button-2 {
    font-size: 14px;
    min-width: 200px;
    padding: 0 17px
  }
}

@media (max-width:1199.98px) {
  .productdetail-section .productdetail-btns .button-2 {
    min-width: 150px
  }
}

.productdetail-section .productdetail-btns .button-1:hover {
  color: #fff;
  background: #000
}

.sharenow-section {
  width: 100%;
  padding-top: 0
}

.sharenow-socialgride {
  text-align: center;
  margin: 0;
  padding: 0
}

.sharenow-socialgride li {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 .9375rem
}

@media (max-width:767.98px) {
  .sharenow-socialgride li {
    margin: 0 .625rem;
    width: 3.125rem;
    height: 3.125rem
  }
}

.sharenow-socialgride li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all
}

.sharenow-socialgride li a:hover {
  background: #000
}

.sharenow-socialgride li a:hover .fa {
  color: #fff
}

.sharenow-socialgride li a .fa {
  color: #000;
  font-size: 1.375rem
}

@media (max-width:991.98px) {
  .productdetail-imagecontainer {
    overflow: hidden
  }
}

.productdetail-imagecontainer .wishlist-icon {
  display: block;
  right: 36px
}

@media (max-width:767.98px) {
  .productdetail-imagecontainer .wishlist-icon {
    right: 24px
  }
}

.product-advancefilter .select-color-options div {
  margin-right: 8px
}

.productdetail-detail .select-color-options div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px
}

.quantity-gride-custom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.stylewith-slider .product-price,
.youmayalsolikethis-section .product-price {
  font-size: 14px
}

.stylewith-slider .product-price .rupeesymbol,
.youmayalsolikethis-section .product-price .rupeesymbol {
  font-size: 14px
}

.size-chart-link {
  padding-bottom: 4px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #000
}

.size-chart-link:hover {
  color: #000
}

.sidebar__inner {
  max-width: 460px
}

@media (max-width:991.98px) {
  .sidebar__inner {
    max-width: 100%
  }
}

.mbtm30 {
  margin-bottom: 30px
}

.productdetail-imagegride .pro-item:last-child {
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .productdetail-imagegride .pro-item {
    margin-bottom: 0
  }
}

.mr0 {
  margin-right: 0!important
}

.product-video {
  height: 498px;
  overflow: hidden
}

@media (max-width:991.98px) {
  .product-video {
    height: 464px
  }
}

.product-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:991.98px) {
  .product-video video {
    position: absolute;
    min-width: 100%;
    height: inherit;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }
}

.product-video:hover #myBtn.pausebutton {
  opacity: 1
}

@media (max-width:991.98px) {
  .productdetail-imagegride .pro-item {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    background-color: #000;
  }
}

@media (max-width:480px) {
  .productdetail-imagegride .pro-item {
    overflow: hidden
  }
}

@media (min-width:481px) and (max-width:767px) {
  .productdetail-imagegride .pro-item {
    overflow: hidden
  }
}

@media (min-width:767px) and (max-width:991px) {
  .productdetail-imagegride .pro-item {
    overflow: hidden
  }
}

.size-chart-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 99999;
  overflow-y: auto;
  display: none
}

.size-chart-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991.98px) {
  .size-chart-wrapper {
    display: block
  }
}

.size-chart-box {
  max-width: 720px;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 50px auto
}

.size-chartpop-head {
  height: 100px;
  background: #000;
  color: #fff;
  position: relative;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:767.98px) {
  .size-chartpop-head {
    height: auto;
    padding: 20px
  }
}

.size-chartpop-head .title-2 {
  color: #fff;
  font-family: Brandon_bld;
  margin-bottom: 0
}

.size-chartpop-head .title-4 {
  color: #fff;
  font-family: Brandon_bld;
  margin-bottom: 0
}

.size-chartpop-body {
  padding: 30px 40px
}

@media (max-width:767.98px) {
  .size-chartpop-body {
    padding: 15px
  }
}

.size-chartpop-body .table {
  border: 0 solid #c8c8c8;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  text-transform: uppercase;
  margin: 20px 0 9px
}

.size-chartpop-body .table tr th {
  padding: 14px 7px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  text-transform: uppercase;
  font-size: .875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400
}

@media (max-width:991.98px) {
  .size-chartpop-body .table tr th {
    font-size: .75rem
  }
}

@media (max-width:767.98px) {
  .size-chartpop-body .table tr th {
    width: 100%
  }
}

.size-chartpop-body .table tr td {
  padding: 14px 7px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  text-transform: uppercase;
  font-size: .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #545454
}

@media (max-width:991.98px) {
  .size-chartpop-body .table tr td {
    font-size: .75rem
  }
}

@media (max-width:767.98px) {
  .size-chartpop-body .table tr td {
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
  }
}

.size-chartpop-body .table tr .widthfixed {
  width: 140px;
  text-align: left;
  padding-left: 15px
}

@media (max-width:767.98px) {
  .size-chartpop-body .table tr .widthfixed {
    width: 60%
  }
}

@media (max-width:767.98px) {
  .size-chartpop-body .table {
    border: 1px solid #c8c8c8;
    border-top: 0
  }
}

.size-chart-popup-close {
  font-size: 0;
  text-indent: 100%;
  background: url(../images/close-white.svg);
  background-size: contain;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media (max-width:767.98px) {
  .size-chart-popup-close {
    height: 15px;
    width: 15px;
    right: 20px
  }
}

.sizeChartlist {
  display: none
}

.sizeChartlist {
  list-style: none;
  width: 100%
}

.sizeChartlist li {
  display: inline-block
}

.sizeChartlist li a {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #b9b9b9
}

.sizeChartlist li.activeTab {
  opacity: 1;
  font-weight: 700
}

@media (max-width:767px) {
  .hideMobile {
    display: none
  }
  .sizeChartlist {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .sizeCon td {
    display: none
  }
  .sizeCon td.active {
    display: inline-block
  }
  .sizeChartlist li.activeTab a {
    color: #000
  }
}

.textstyle {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  display: inline-block
}

@media (max-width:991.98px) {
  .textstyle {
    font-size: .75rem
  }
}

@media (max-width:767.98px) {
  .button-g-s {
    border: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.inchesbtn {
  display: none
}

@media (max-width:767.98px) {
  .inchesbtn {
    display: block;
    font-size: 1rem;
    color: #b9b9b9;
    font-family: Brandon_bld;
    padding: 9px;
    border: 0;
    width: 50%;
    background: 0 0;
    text-transform: uppercase;
    cursor: pointer
  }
}

@media (max-width:767.98px) {
  .inchesbtn.btnD2 {
    border-left: 1px solid #c8c8c8
  }
}

@media (max-width:767.98px) {
  .inchesbtn.active {
    color: #000
  }
}

.disablesizebody {
  overflow: hidden
}

@media (max-width:767.98px) {
  .togle-switch {
    display: none
  }
}

.togle-switch .switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 25px
}

.togle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.togle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s
}

.togle-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s
}

.togle-switch input:checked+.slider {
  background-color: #2196f3
}

.togle-switch input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3
}

.togle-switch input:checked+.slider:before {
  -webkit-transform: translateX(41px);
  transform: translateX(41px)
}

.togle-switch .slider.round {
  border-radius: 34px
}

.togle-switch .slider.round:before {
  border-radius: 50%
}

@media (min-width:320px) and (max-width:374px) {
  .select-size-options input[type=radio]+label {
    width: 50px
  }
  .button-1 {
    padding: 10px 9px;
    width: 100%;
  }
  .productdetail-section .productdetail-btns .button-2 {
    min-width: 130px
  }
}

.stylewith-slider,
.youmayalsolikethis-slider {
  text-align: center
}

.stylewith-slider .slick-track,
.youmayalsolikethis-slider .slick-track {
  margin: 0 auto
}

.stock-condition {
  font-size: .75rem;
  font-family: Brandon_bld;
  margin-bottom: 15px;
  text-align: left;
  line-height: normal
}

.stock-condition .in-stock {
  color: green
}

.stock-condition .out-of-stock {
  color: red
}

@media (max-width:1199.98px) {
  img.product-img {
    height: 690px
  }
}

@media (max-width:991.98px) {
  img.product-img {
    height: 500px
  }
}

@media (max-width:767.98px) {
  img.product-img {
    height: auto
  }
}

.youtube-video-place {
  display: block;
  width: 100%;
  padding: 0
}

.youtube-video-place.active-video::before {
  padding-top: 56.25%;
  display: block;
  content: ""
}

@media (max-width:767.98px) {
  .youtube-video-place.active-video::before {
    padding-top: 0
  }
}

.youtube-video-place iframe {
  width: 100%;
  height: 100%;
  border: 0
}

@media (min-width:992px) {
  .youtube-video-place iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
  }
}

.play-youtube-video {
  height: inherit;
  cursor: pointer
}

.youtubebtn {
  background: url(../images/play-button.svg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  margin: auto;
  pointer-events: none;
  background-position: center center;
  width: 60px;
  height: 60px;
  padding: 0
}

.select-color-options .color.active.bgPlain {
  background-image: url(../images/check-icn.svg)
}

.productdetail-detail-error-box {
  position: relative;
  float: left;
  width: 100%;
  margin: 27px 0 0
}

.productdetail-detail-error-box .error-class-c {
  bottom: 0;
  text-align: left;
  top: auto;
  left: 0
}

.d_btn_b {
  pointer-events: none
}

.d_btn_b .line-horizontal {
  background: #c8c8c8!important
}

.d_btn_b .line-vertical {
  background: #c8c8c8!important
}

.product-gride .loader-box {
  background-position: bottom;
  padding-bottom: 20px;
  margin: 0 0 40px;
  position: relative;
  top: initial;
  bottom: 0
}

.popup-common {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 99999;
  overflow-y: auto;
  display: none
}

.c_s_c {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #c8c8c8
}

.l_c_s_c,
.r_c_s_c {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.l_c_s_c {
  max-width: 150px
}

.l_c_s_c ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%
}

.l_c_s_c ul li {
  display: block;
  border-bottom: 1px solid #c8c8c8
}

.l_c_s_c ul li:last-child {
  border-bottom: 0 solid #c8c8c8
}

.l_c_s_c ul li p {
  margin: 0;
  padding: 14px 7px;
  text-align: left;
  text-transform: uppercase;
  font-size: .875rem;
  color: #000;
  padding-left: 15px
}

.l_c_s_c ul li p span {
  display: block;
  font-size: .75rem
}

.r_c_s_c ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left
}

.r_c_s_c ul:last-child {
  border-bottom: 0 solid #c8c8c8
}

.r_c_s_c ul li {
  display: block;
  padding: 14px 7px;
  text-align: center;
  font-size: .75rem;
  color: #545454;
  width: 16.66%;
  border-left: 1px solid #c8c8c8;
  float: left
}

@media (max-width:480px) {
  .l_c_s_c {
    width: 25%;
    float: left;
    max-width: 124px
  }
  .l_c_s_c ul li {
    border-right: 1px solid #c8c8c8;
    -webkit-box-shadow: 4px 0 3px rgba(200, 200, 200, .3);
    box-shadow: 4px 0 3px rgba(200, 200, 200, .3)
  }
  .l_c_s_c ul li p {
    font-size: .75rem;
    color: #000;
    padding-left: 10px
  }
  .r_c_s_c {
    width: 75%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow-x: auto
  }
  .r_c_s_c ul {
    width: 380px
  }
  .r_c_s_c ul li {
    border-left: 0 solid #c8c8c8;
    border-right: 1px solid #c8c8c8
  }
  .r_c_s_c ul li:last-child {
    border-right: 0 solid #c8c8c8
  }
}

.hide-element {
  display: none
}

@media (min-width:320px) and (max-width:414px) {
  /*.product-gride .product-item {
    margin-bottom: 20px;
    min-height: 370px
  }*/
}

@media (min-width:414px) and (max-width:480px) {
  .product-gride .product-item {
    margin-bottom: 20px;
    /*min-height: 400px*/
  }
}

@media (min-width:480px) and (max-width:767px) {
  .product-gride .product-item {
    margin-bottom: 20px;
    /*min-height: 640px*/
  }
}

.disable-size-option {
  pointer-events: none
}

.disable-size-option span {
  opacity: .5
}

#jscroll-loading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0
}

@media (max-width:991.98px) {
  .productdetail-imagegride .slick-track {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
  }
}

.fullwidthvideo-section {
  position: relative;
  padding: 0;
  overflow: hidden
}

@media (max-width:991.98px) {
  .fullwidthvideo-section {
    height: 100%
  }
}

.fullwidthvideo-section video {
  -o-object-fit: fill;
  object-fit: fill
}

.fullwidthvideo-section video#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%
}

@media (max-width:991.98px) {
  .fullwidthvideo-section video#myVideo {
    height: inherit
  }
}

.collection-banner-vd iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.collection-banner-vd .youtube-video-place.active-video {
  height: 673px
}

@media (max-width:1199.98px) {
  .collection-banner-vd .youtube-video-place.active-video {
    height: auto
  }
}

.collection-banner-vd .youtube-video-place.active-video:before {
  padding: 0
}

.fullwidthvideo-section {
  background: #000;
  text-align: center
}

.fullwidthvideo-section picture img {
  width: auto;
  margin: 0 auto
}

@media (max-width:991.98px) {
  .fullwidthvideo-section picture img {
    width: 100%
  }
}

.collection-banner-vd .youtube-video-place {
  text-align: center
}

.collection-banner-vd .youtube-video-place img {
  width: auto;
  text-align: center;
  margin: 0 auto
}

#myBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 0;
  width: 0;
  text-indent: -999999px;
  background: 0 0;
  cursor: pointer
}

#myBtn {
  display: block;
  display: block;
  width: 60px;
  height: 60px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  z-index: 1;
  background: url(../images/play-button.svg);
  border: 0;
  background-repeat: no-repeat
}

.colorBlack {
  color: #000
}

#myBtn.pausebutton {
  height: 60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: url(../images/pause-button.svg);
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.fullwidthvideo-section:hover #myBtn.pausebutton {
  opacity: 1
}

.shopphoto-gride {
  padding: 0
}

@media (max-width:991.98px) {
  .shopphoto-gride .container {
    padding: 0 7px
  }
}

@media (max-width:991.98px) {
  .shopphoto-imageItem {
    padding: 0!important
  }
}

.shopphoto-imageItem figure.mb15 {
  margin-bottom: 7px
}

@media (max-width:991.98px) {
  .shopphoto-imageItem figure img {
    width: 100%
  }
}

.shopcubism-brandIcon {
  background: url(../images/sun.svg);
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  background-size: contain
}

@media (max-width:991.98px) {
  .cubismShop-section .container {
    padding-left: 0;
    padding-right: 0
  }
}

.cubismShop-product {
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0
}

.cubismShop-item {
  position: relative;
  width: 23.4%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top
}

@media (max-width:1199.98px) {
  .cubismShop-item {
    width: 23%
  }
}

@media (max-width:991.98px) {
  .cubismShop-item {
    margin-right: 13px
  }
}

@media (max-width:767.98px) {
  .cubismShop-item {
    width: 48%;
    margin: 0 0 7.3%
  }
}

.cubismShop-item:last-child {
  margin-right: 0
}

.cubismShop-item a {
  display: block
}

@media (max-width:991.98px) {
  .cubismShop-item .product-title {
    padding-top: 0;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .cubismShop-item .productprice-detail {
    padding-top: 20px
  }
}

.cubismShop-imagebox {
  position: relative
}

@media (min-width:768px) {
  .cubismShop-product .product-price {
    font-size: 14px
  }
}

@media (min-width:768px) {
  .cubismShop-product .rupeesymbol {
    font-size: 14px
  }
}

@media (max-width:991.98px) {
  .cubismShop-section .mt60 {
    margin: 0
  }
}

.view-all-link {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase
}

.view-all-link:hover {
  color: #000
}

@media (max-width:991.98px) {
  .view-all-link {
    font-size: 12px
  }
}

@media (min-width:768px) {
  .wishlistIconHover:hover .wishlist-icon {
    display: block
  }
}

.wishlistIconHover .wishlist-icon.active {
  background: url(../images/wishlist-icon-active.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat
}

.cubism-topproducts .no-gutters>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

@media (max-width:991.98px) {
  .cubism-topproducts .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
  }
}

.shopcubism-section .title-6 {
  margin-top: 0
}

.inner-pgBanner {
  padding: 0;
  height: auto;
  text-align: center;
  background: #000
}

.inner-pgBanner picture {
  min-height: 400px;
  margin: 0 auto
}

@media (max-width:1199.98px) {
  .inner-pgBanner picture {
    min-height: auto;
    display: block;
    width: 100%
  }
}

.inner-pgBanner picture img {
  width: auto;
  margin: 0 auto
}

@media (max-width:991.98px) {
  .inner-pgBanner picture img {
    width: 100%
  }
}

.inner-bannertext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center
}

.inner-bannertext .title-1 {
  font-size: 4.375rem;
  color: #fff;
  text-shadow: 1px 1px 5px #000000c9
}

@media (max-width:991.98px) {
  .shopcubism-section.mb-50 {
    margin-bottom: 0!important
  }
}

@media (max-width:991.98px) {
  .occasion-listing .product-advancefilter {
    position: absolute;
    height: auto
  }
}

@media (max-width:991.98px) {
  .occasion-listing .mobilesortclass {
    position: static
  }
}

@media (max-width:991.98px) {
  .occasion-listing .product-sortby {
    position: static
  }
}

@media (max-width:991.98px) {
  .occasion-listing .sortbox-row {
    position: absolute;
    height: auto
  }
}

@media (max-width:767.98px) {
  .title-header br {
    display: none
  }
}

div#tab-block {
  display: inline-block;
  width: 100%
}

.occasion-listing .product-filter .tab-mnu {
  min-height: auto;
  height: auto
}

@media (max-width:767.98px) {
  .occasion-listing .product-filter .tab-mnu {
    min-height: 360px;
    height: auto
  }
}

.occasion-listing .advancefilter-mobilescroll {
  padding-bottom: 50px;
  overflow: unset
}

.shopthe-look-details {
  padding: 0;
  width: 100%
}

@media (max-width:991.98px) {
  .shopthe-look-details {
    padding: 15px 0 0 0
  }
}

.shopthe-look-details .slick-dots {
  margin: 0
}

.shopthelook-details-bannerc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.shopthelook-details-bannerc .big-title {
  padding-left: 22px;
  line-height: 42px
}

@media (max-width:767.98px) {
  .shopthelook-details-bannerc .big-title {
    padding-left: 0
  }
}

@media (max-width:991.98px) {
  .shopthelook-details-bannerc {
    padding: 15px 0 0 0
  }
}

@media (max-width:767.98px) {
  .shopthelook-details-bannerc {
    text-align: center;
    margin-bottom: 40px;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .shopthelook-details-bannerc .tagline {
    margin: 0!important
  }
}

.shop-the-look-p-g {
  position: relative;
  display: inline-block
}

.shop-the-look-p-g .btnChkLook {
  position: absolute;
  left: 0;
  top: 0
}

.shop-the-look-p-g .shop-the-look-p-img {
  float: left;
  width: 40%;
  height: auto;
  margin: 0 3% 0 0
}

@media (max-width:767.98px) {
  .shop-the-look-p-g .shop-the-look-p-img {
    width: 100%;
    margin: 0 0 20px 0
  }
}

.shop-the-look-p-g .ty_os_inner_c {
  float: left;
  width: 57%;
  height: 100%;
  padding: 11px 15px 0 0
}

@media (max-width:767.98px) {
  .shop-the-look-p-g .ty_os_inner_c {
    width: 100%;
    padding: 0
  }
}

.shop-the-look-p-g .ty_os_inner_c h6 {
  font-size: 1rem
}

@media (max-width:1199.98px) {
  .shop-the-look-p-g .ty_os_inner_c h6 {
    font-size: .875rem
  }
}

.shop-the-look-p-g .ty_os_inner_c .rupeesymbol {
  display: initial;
  width: auto;
  margin: 0
}

.shop-the-look-p-g .ty_os_inner_c span {
  margin-top: 18px
}

@media (max-width:1199.98px) {
  .shop-the-look-p-g .ty_os_inner_c span {
    margin-top: 11px;
    font-size: .75rem
  }
}

@media (max-width:767.98px) {
  .shop-the-look-p-g .ty_os_inner_c span {
    margin-top: 15px
  }
}

.shop-the-look-p-g span em {
  text-transform: uppercase;
  font-style: normal;
  width: 98px;
  display: inline-block;
  float: left
}

.shop-the-look-p-g .wl_select_b {
  float: none;
  padding-left: 0;
  display: inline-block
}

.shop-the-look-p-g .wl_select_b select {
  min-width: 78px;
  height: 30px;
  border-radius: 0
}

.shop-the-look-p-g .select-color-options {
  display: inline-block
}

.shop-the-look-p-g .select-color-options div {
  margin-right: 2px;
  width: 20px;
  height: 20px
}

.shop-the-look-p-g .select-color-options div.color.active {
  background-size: 12px
}

.shop-the-look-p-g .quantity-gride-custom {
  float: left;
  width: auto
}

.shop-the-look-p-g .quantity-gride-custom .product-count-btn {
  width: 30px;
  height: 30px
}

.shop-the-look-p-g .quantity-gride-custom .product-count-text {
  width: 50px;
  height: 30px
}

.shop-the-look-p-g .quantity-gride-custom .line-horizontal {
  margin: 0
}

.shop-the-look-p-g .quantity-gride-custom .line-vertical {
  margin: 0
}

.shop-the-look-p-g .product-count {
  margin-bottom: 0
}

.shop-the-look-p-g .error-class-c {
  position: relative;
  display: inline-block;
  bottom: auto;
  text-align: left;
  width: auto
}

@media (max-width:991.98px) {
  .shop-the-look-p-g .error-class-c {
    left: 97px
  }
}

.shop-the-look-p-g .error-class-c label {
  display: block;
  margin: 0;
  line-height: normal
}

.wl_select_b select::-ms-expand {
  display: none
}

.shop-the-look-detail-gul li.hr {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
  display: block;
  width: 100%
}

@media (max-width:991.98px) {
  .shop-the-look-detail-gul li.hr {
    display: none
  }
}

@media (max-width:991.98px) {
  .shop-the-look-detail-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
    width: 100%
  }
}

.shop-the-look-detail-row:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px
}

@media (max-width:991.98px) {
  .shop-the-look-detail-row:last-child {
    border-bottom: 0
  }
}

.shop-the-look-detail-gul {
  margin: 0;
  padding: 0
}

.shop-the-look-detail-gul li {
  list-style: none
}

@media (max-width:991.98px) {
  .box-bdr-g {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8
  }
}

.shop-the-look-detail-wrapper .button-1:hover {
  color: #fff;
  background: #000
}

.select-unselect {
  color: #000;
  text-align: right;
  margin: 0 0 20px 0
}

.select-unselect #checkall {
  display: none
}

.select-unselect a {
  cursor: pointer;
  color: #000
}

@media (max-width:767.98px) {
  .select-unselect a {
    float: left
  }
}

.select-unselect label {
  cursor: pointer
}

.shop-the-look-p-g .btnChkLook .checkmark {
  top: 8px;
  left: 8px;
  height: 24px;
  width: 24px
}

@media (max-width:767.98px) {
  .shop-the-look-p-g .btnChkLook .checkmark {
    height: 30px;
    width: 30px
  }
}

.shop-the-look-p-g .btnChkLook .checkmark:after {
  width: 18px;
  height: 18px
}

@media (max-width:767.98px) {
  .shop-the-look-p-g .btnChkLook .checkmark:after {
    width: 22px;
    height: 22px
  }
}

.shop-the-look-p-g .btnChkLook input:checked~.checkmark {
  background-color: #fff
}

@media (max-width:1199.98px) {
  .shop-the-look-p-img .product-img {
    height: auto
  }
}

.checkoutContainer {
  width: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 70px
}

.a_c_b {
  background: #fff;
  position: relative;
  padding: 20px 10px 20px 0;
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.a_c_b .ac_box {
  position: relative
}

.a_c_b h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px
}

.a_c_b h6:before {
  content: '';
  position: absolute;
  background-size: cover;
  width: 18px;
  height: 18px;
  left: -28px;
  background: url(../images/down-arrow-gray.svg) no-repeat;
  top: 50%;
  margin-top: -9px;
  display: none
}

.a_c_b .addressSelect {
  position: absolute;
  right: 0;
  max-width: 370px;
  top: 0;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, .4)
}

.c_o_form_c {
  position: relative;
  float: left;
  width: 100%
}

.b_a_c_box {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin-top: 37px
}

.b_a_ic_box {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 20px
}

.inputOuter.shortSpace {
  margin-bottom: 20px
}

.b_a_ic_box h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  position: relative
}

.b_a_ic_box .checkbox-container .tc_text {
  color: rgba(0, 0, 0, .7)
}

.b_a_c_box .checkbox-container .checkmark {
  top: 5px
}

.b_a_inputCon {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 40px;
  display: none
}

.o_s_c_box {
  background: #f5f5f5;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 15px
}

.o_s_c_box h5 {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer
}

.o_s_c_box h5.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.o_s_c_box h5:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/back-grey.svg) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.os_i_c {
  padding: 15px 0;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  min-height: 204px
}

.os_i_c_box {
  position: relative;
  width: 100%;
  padding-left: 135px;
  float: left
}

.os_i_c_img {
  width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0
}

.os_i_c_txt_c {
  position: relative;
  float: left;
  width: 100%;
  line-height: 1.5
}

.os_i_c_inner_c h6 {
  font-size: 14px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0
}

.os_i_c_inner_c span {
  color: #545454;
  font-size: 14px;
  display: block;
  margin-top: 0;
  float: left;
  width: 100%
}

.os_i_c_inner_c span em {
  text-transform: uppercase;
  font-style: normal
}

.os_m_total_c,
.os_oc_box {
  position: relative;
  width: 100%;
  float: left
}

/*.os_m_total_c {
  padding-top: 15px
}*/

.os_m_total_c h5 {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  pointer-events: none;
  margin-bottom: 0;
  float: left;
  width: 100%
}

.os_m_total_c h5:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/back-grey.svg) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none
}

.os_m_total_c h5.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.os_m_total_pri {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  float: left;
  width: 100%
}

.os_m_total_pri span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .6)
}

.os_m_total_pri span strong {
  font-weight: 800;
  color: #000;
  font-size: 16px
}

.surname-cl {
  margin-bottom: 0
}

.ac_i .modalmain-component {
  padding: 30px 0;
  float: left;
  width: 100%;
  position: relative
}

.address-check-c {
  cursor: pointer
}

.ac_i .modalmain-detail {
  float: left;
  width: 100%;
  position: relative;
  display: none;
}

.ac_i .cb_c_adddress {
  position: absolute;
  left: 0;
  top: 4px
}

.ac_i .a_c_b {
  margin-bottom: 0;
  padding-bottom: 10px
}

.co_popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  overflow-y: auto;
  display: none
}

.co_popup-inner {
  color: #000
}

.co_c_i_p {
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 50px auto
}

.co_c_i_p:after,
.co_c_i_p:before {
  display: block;
  content: "";
  clear: both
}

.co_c_c_g_b {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  background: #fff;
  display: block;
  float: left;
  padding: 20px 30px 30px
}

.co_c_c_g_b .co_closebtn {
  background: url(../images/cancel.svg) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 9
}

@media (min-width:992px) {
  .co_c_c_g_b .co_closebtn {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    webkit-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media (min-width:992px) {
  .co_c_c_g_b .co_closebtn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.aac_b_i {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 37px 0 0
}

.modalmain-address .aac_b_i .addnewaddresslink {
  margin: 0;
  float: none
}

.m_a_a_a_b .cb_c_adddress {
  position: absolute;
  left: 0;
  top: 4px
}

.m_a_a_a_b .modalmain-component {
  padding: 30px 0;
  float: left;
  width: 100%;
  position: relative
}

.m_a_a_a_b .modalmain-detail {
  float: left;
  width: 100%;
  position: relative
}

.m_a_a_a_b .a_c_b {
  padding-bottom: 0;
  margin-bottom: 0
}

.m_a_a_a_b .modalmain-component:last-child {
  border-bottom: 0
}

.w_c_i_b input.inputcontrol:disabled {
  cursor: not-allowed
}

.b_a_c_box.noSpacertop {
  margin-top: 0
}

@media (max-width:767px) {
  .checkoutContainer {
    padding-top: 0;
    padding-bottom: 20px
  }
  .b_a_c_box .checkbox-container .checkmark {
    top: 2px
  }
  .os_m_total_pri span {
    font-size: 12px
  }
  .os_m_total_c h5 {
    font-size: 18px
  }
  .os_m_total_pri span strong {
    font-size: 14px
  }
  .a_c_b h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    position: relative
  }
  .b_a_ic_box h6 {
    font-size: 18px;
    margin-bottom: 5px
  }
  .os_oc_box {
    display: none
  }
  .os_m_total_c {
    padding-top: 0
  }
  .disable_o_c {
    display: none
  }
  .os_m_total_c h5 {
    margin-bottom: 10px;
    pointer-events: auto
  }
  .os_m_total_c h5:after {
    display: block
  }
  .o_s_c_box {
    background: 0 0;
    padding: 20px 0
  }
  .co_c_c_g_b {
    padding: 20px 15px 30px
  }
}

@media (max-width:991.98px) {
  .ac_i .modalmain-work {
    padding-left: 30px
  }
  .ac_i .cb_c_adddress {
    top: 2px
  }
  .ac_i .a_c_b {
    margin-bottom: 0
  }
  .m_a_a_a_b .modalmain-work {
    padding-left: 30px
  }
  .m_a_a_a_b .cb_c_adddress {
    top: 2px
  }
  .m_a_a_a_b .a_c_b {
    margin-bottom: 0
  }
}

.swal-button {
  outline: 0
}

.back-class {
  float: left;
  font-size: 12px;
  color: #000;
  line-height: normal;
  display: block;
  position: relative;
  padding-left: 16px
}

.back-class span,
a.back-class:hover span {
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  display: block
}

.back-class:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/back.svg) no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px
}

.item-link {
  width: 100%;
  position: relative;
  padding: 30px 0
}

.item-class {
  float: left;
  font-size: 14px;
  color: #000;
  line-height: normal;
  display: block;
  position: relative
}

.w_l_i_c {
  position: relative;
  width: 100%
}

.w_l_i_c .w_i_i_c {
  position: relative;
  width: 100%
}

.w_l_i_c .w_l_c_c {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  right: 10px;
  top: 10px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  z-index: 9;
  text-indent: -99999px;
  cursor: pointer
}

.w_l_i_c .w_l_c_c span {
  width: 12px;
  height: 12px;
  background: url(../images/close.svg) center;
  background-size: cover;
  display: block
}

@media (min-width:992px) {
  .w_l_i_c .w_l_c_c span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    webkit-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media (min-width:992px) {
  .w_l_c_c:hover span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.w_l_i_c .w_l_p_d {
  position: relative;
  width: 100%;
  float: left;
  padding: 15px 0 20px
}

.w_l_i_c .w_l_p_d h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 300;
  width: 100%;
  float: left;
  text-transform: uppercase;
  line-height: 1.5
}

.w_l_i_c .w_l_p_d .wl_ic {
  position: relative;
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.w_l_i_c .w_l_p_d .wl_ic .wl_p_p {
  font-size: 14px;
  color: #545454;
  margin: 0;
  margin-top: 0;
  text-transform: uppercase;
  float: left
}

.wl_select_b {
  float: right;
  margin-top: 0;
  position: relative;
  padding-left: 38px
}

.w_l_i_c .w_l_p_d .wl_ic .wl_select_b span {
  font-size: 14px;
  color: #545454;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  height: 100%;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.wl_select_b .arrow-down {
  width: 8px;
  height: 8px;
  background: url(../images/down-arrow-gray.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 7px;
  top: 12px;
  z-index: 9
}

.wl_select_b select {
  width: 100%;
  position: relative;
  background: 0 0;
  margin: 0;
  width: 100%;
  font-size: 12px;
  border: 0;
  color: #545454;
  text-transform: uppercase;
  font-family: Brandon_bld;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #c8c8c8;
  padding: 5px 20px 5px 10px;
  min-width: 100px;
  z-index: 10;
  background: 0 0
}

.btn_c_b {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center
}

.btn_a_b {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .4);
  min-width: 120px;
  width: auto;
  display: inline-block;
  outline: 0;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
  font-size: 12px;
  color: #000;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Brandon_bld;
  border: 1px solid #000
}

.btn_a_b.active,
.btn_a_b:hover {
  color: #fff;
  background: #000
}

.add_b_class,
.btnSubmit {
  display: none
}

.bag_c_o {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 400px;
  z-index: 999;
  right: -100px;
  margin-top: 16px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.bag_c_o:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  right: 104px;
  top: -1px
}

.bag_c_i {
  position: relative;
  padding: 10px;
  float: left;
  width: 100%;
  padding-left: 90px;
  min-height: 95px
}

.bag_t_i {
  font-size: 14px;
  text-align: left;
  padding: 0 10px 15px
}

.bag_p_i {
  width: 70px;
  position: absolute;
  left: 10px;
  top: 10px
}

.bag_txt_c {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 80px
}

.bag_txt_l_s {
  position: relative;
  float: left;
  width: 100%;
  text-align: left
}

.bag_txt_l_s h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5
}

.bag_txt_l_s p {
  font-size: 12px;
  line-height: 1.5
}

.bag_txt_r_s {
  position: absolute;
  right: 0;
  top: 0
}

.bag_txt_r_s h6 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.5
}

.bag_txt_r_s p {
  font-size: 12px;
  margin: 0;
  line-height: 1.5
}

.bag_txt_mob {
  display: none
}

.link-classw {
  float: right;
  font-size: .75rem;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  line-height: normal
}

.link-classw:hover {
  color: #000
}

@media (max-width:767px) {
  .item-link,
  .link-classw {
    display: none
  }
  .back-class span,
  a.back-class:hover span {
    padding-bottom: 0;
    border-bottom: 0 solid #000;
    display: block
  }
  .full_w_l_c {
    padding-top: 10px
  }
  .w_l_i_c .w_i_i_c {
    position: absolute;
    width: 105px;
    left: 0;
    top: 0
  }
  .w_l_c_g {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 20px;
    padding-bottom: 60px
  }
  .w_l_c_g .w_l_i_c {
    min-height: 120px;
    padding-left: 120px;
    padding-right: 50px
  }
  .w_l_i_c .w_l_p_d {
    padding: 0
  }
  .w_l_i_c .w_l_p_d h6 {
    font-size: 14px
  }
  .w_l_i_c .w_l_p_d .wl_ic {
    display: block
  }
  .w_l_i_c .w_l_p_d .wl_ic .wl_p_p {
    width: 100%;
    margin-bottom: 15px
  }
  .w_l_i_c .w_l_p_d .wl_ic .wl_select_b {
    width: auto;
    float: left
  }
  .w_l_i_c .w_l_c_c {
    top: 46px;
    right: 0
  }
  .btn_c_b {
    display: none
  }
  .add_b_class {
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    line-height: normal;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
  }
  .wl_select_b select {
    padding: 3px 20px 3px 10px
  }
  .w_l_i_c .w_l_p_d .wl_ic .wl_p_p,
  .w_l_i_c .w_l_p_d .wl_ic .wl_select_b span {
    font-size: 12px
  }
  .w_l_i_c .w_l_p_d .wl_ic .wl_select_b .arrow-down {
    top: 9px
  }
  .btnSubmit {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px 15px;
    display: block
  }
  .btnSubmit .button-2.active,
  .btnSubmit .button-2:hover {
    color: #fff;
    background: #000
  }
  .bag_c_o {
    display: none
  }
  .bag_txt_mob {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0
  }
  .bag_txt_mob p {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bag_c_o {
    right: -10px;
    margin-top: 17px
  }
  .bag_c_o:before {
    right: 10px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .bag_c_o {
    right: -20px
  }
  .bag_c_o:before {
    right: 24px
  }
}

@media (min-width:1201px) and (max-width:1330px) {
  .bag_c_o {
    right: -30px
  }
  .bag_c_o:before {
    right: 33px
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .wl_select_b select {
    padding: 5px 10px 5px 10px
  }
  .w_l_i_c .w_l_p_d .wl_ic .wl_select_b .arrow-down {
    display: none
  }
}

@media (max-width:767.98px) {
  .h-m-screen {
    display: none
  }
}

@media (min-width:576px) {
  .h-d-screen {
    display: none
  }
}

.error-class-c {
  color: #ff401a;
  font-size: .875rem;
  letter-spacing: 2px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 6px;
  text-align: center
}

@media (max-width:767.98px) {
  .error-class-c {
    bottom: auto;
    top: 100%;
    left: 45px;
    text-align: left
  }
}

.c-popup-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 999
}

.c-popup-wrapper .c-popup-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-popup-wrapper .c-popup-box {
  background-color: #fff;
  width: 90%;
  max-width: 400px;
  position: relative;
  padding: 20px 30px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:767.98px) {
  .c-popup-wrapper .c-popup-box {
    padding: 15px
  }
}

.c-popup-wrapper .verify-mobile-number {
  margin: 20px 0 0;
  min-height: 80px
}

.c-popup-wrapper .verify-mobile-number input[type=number] {
  height: 45px;
  width: 45px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c8c8c8;
  background: #f5f5f5;
  border-radius: 3px;
  font-family: Brandon_bld
}

@media (max-width:767.98px) {
  .c-popup-wrapper .verify-mobile-number input[type=number] {
    font-size: 12px
  }
}

.c-popup-wrapper .verify-mobile-number input[type=number]::-webkit-inner-spin-button,
.c-popup-wrapper .verify-mobile-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.c-popup-wrapper .r-m-v-c {
  color: #000;
  margin-top: 5px;
  font-size: 10px;
  display: inline-block;
  font-family: Brandon_bld;
  text-transform: uppercase;
  margin-bottom: 15px
}

.c-popup-wrapper .btn-p-f {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: Brandon_bld;
  letter-spacing: 2px
}

.c-popup-wrapper label.error {
  position: absolute;
  bottom: 88px
}

@media (max-width:767.98px) {
  .c-popup-wrapper label.error {
    bottom: 93px
  }
}

.c-popup-wrapper .er-msg-d label.error {
  position: relative;
  bottom: auto;
  line-height: 1;
  padding-top: 5px
}

.link-btn-submit {
  background: 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer
}

.hide-c-p-m {
  display: none
}

.m-title-text {
  color: #000;
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 18px
}

.mob-n-v-t {
  width: 100%
}

@media (max-width:767.98px) {
  .mob-v-code-t p br {
    display: none
  }
}

.input-mobile-number-f .m-f-r-v {
  font-size: 16px;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #c8c8c8;
  text-align: left
}

.input-mobile-number-f .form-input-c {
  border: 0;
  font-family: Brandon_bld;
  font-size: 16px;
  width: calc(100% - 43px);
  display: inline-block;
  vertical-align: top;
  background: 0 0;
  line-height: 17px;
  letter-spacing: 2px
}

.input-mobile-number-f ::-webkit-input-placeholder {
  color: #bababa
}

.input-mobile-number-f :-ms-input-placeholder {
  color: #bababa
}

.input-mobile-number-f ::-moz-placeholder {
  color: #bababa
}

.input-mobile-number-f ::-ms-input-placeholder {
  color: #bababa
}

.input-mobile-number-f ::placeholder {
  color: #bababa
}

.small-text-c {
  font-size: 14px;
  line-height: 14px;
  margin: 0
}

@media (max-width:767.98px) {
  .small-text-c br {
    display: none
  }
}

.er-msg-d {
  position: relative
}

.er-msg-d #vmobilen-error {
  position: absolute;
  left: 0;
  bottom: -3px
}

@media (max-width:767.98px) {
  .er-msg-d #vmobilen-error {
    bottom: 0
  }
}

.sticky .sticky-sidebar {
  top: 75px;
  position: -webkit-sticky;
  position: sticky
}

@media (max-width:991.98px) {
  .sticky .sticky-sidebar {
    top: auto;
    position: inherit
  }
}

@media (max-width:991.98px) {
  .padlr15 {
    padding-left: 15px;
    padding-right: 15px
  }
}

.cd-popup-container.wishlistalertbox .cd-buttons li {
  width: 100%
}

@media (max-width:767.98px) {
  .mobile-row {
    margin: 0 -15px
  }
}

.divider {
  max-width: 43.75rem;
  margin: 0 auto 46px;
  border-bottom: 1px solid #c8c8c8;
  height: 1px;
  width: 100%
}

@media (max-width:767.98px) {
  .divider {
    width: 90%;
    margin: 0 auto 37px
  }
}

.aboutancestry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

@media (max-width:767.98px) {
  .aboutancestry-box {
    padding-top: 2.875rem;
    text-align: center
  }
}

.aboutancestry-innerbox {
  padding-left: 1.875rem
}

@media (max-width:767.98px) {
  .aboutancestry-innerbox {
    padding-left: 0
  }
}

.big-title {
  font-size: 3.125rem;
  color: #000;
  line-height: normal;
  margin: 0;
  padding: 0
}

@media (max-width:767.98px) {
  .big-title {
    font-size: 1.6875rem;
    display: inline-block
  }
}

.innerPageinstagram-section a {
  display: block
}

@media (max-width:767.98px) {
  .innerPageinstagram-row .col-6:nth-child(3) {
    display: none
  }
}

@media (max-width:991.98px) {
  .tagline br {
    display: none
  }
}

.innerPageinstagram-section h2 {
  margin-bottom: 10px
}

.innerPageinstagram-section h3 {
  margin-bottom: 10px
}

@media (max-width:991.98px) {
  .row.innerPageinstagram-row {
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (max-width:991.98px) {
  .row.innerPageinstagram-row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px
  }
}

@media (max-width:991.98px) {
  .pad0mobile {
    padding: 0
  }
}

.no-gutters.rowgutter {
  margin-right: 0;
  margin-left: 0
}

.no-gutters.rowgutter>.col,
.no-gutters.rowgutter>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.error-page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.error-page a {
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #000
}

.error-page h4 {
  color: #545454
}

@media (max-width:767.98px) {
  .error-page .mbtm50 {
    margin-bottom: 35px
  }
}

.page-404-iconbox {
  width: 250px;
  margin: 0 auto;
  text-align: center
}

.page-404-iconbox em {
  display: inline-block;
  font-style: normal;
  font-size: 123px;
  vertical-align: bottom;
  line-height: 83px
}

@media (max-width:767.98px) {
  .page-404-iconbox em {
    font-size: 100px;
    line-height: 70px
  }
}

.icon-404 {
  background: url(../images/404-page-error-Icon.svg);
  background-repeat: no-repeat;
  width: 83px;
  height: 88px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  background-size: contain
}

@media (max-width:767.98px) {
  .icon-404 {
    width: 70px;
    height: 70px
  }
}

.empty-cart-icon {
  background: url(../images/empty-cart-icon.svg);
  background-repeat: no-repeat;
  width: 132px;
  height: 132px;
  margin: 0 auto 20px;
  background-size: contain
}

@media (max-width:767.98px) {
  .empty-cart-icon {
    width: 100px;
    height: 100px
  }
}

.miniNoty {
  position: fixed;
  right: 20px;
  top: 65px;
  max-width: 50%;
  min-width: 320px;
  z-index: 101;
  -webkit-transition: all .5s;
  transition: all .5s
}

@media (max-width:767.98px) {
  .miniNoty {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
  }
}

.miniNoty_message {
  position: relative;
  right: 0;
  opacity: 0;
  color: #000;
  cursor: pointer;
  border: 0 solid #c8c8c8;
  float: right;
  clear: both;
  padding: 0 10px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0)
}

.miniNoty_message-show {
  margin: 0 0 10px;
  padding: 12px 12px;
  max-height: 500px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  padding-left: 45px;
  font-size: 14px;
  line-height: 18px;
  background-position: 8px;
  background-size: 25px;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  background-repeat: no-repeat!important
}

@media (max-width:991.98px) {
  .miniNoty_message-show {
    font-size: 12px
  }
}

@media (min-width:768px) {
  .miniNoty_message-show {
    width: 320px
  }
}

.miniNoty_message-remove {
  padding: 0;
  margin: 0;
  overflow: hidden
}

.miniNoty_message-success {
  background: #f5f5f5 url(../images/checked.svg);
  background-position: 8px;
  background-size: 25px;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  background-repeat: no-repeat!important
}

.miniNoty_message-error {
  background: #f5f5f5 url(../images/attention.svg);
  background-position: 8px;
  background-size: 25px;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  background-repeat: no-repeat!important
}

.miniNoty_message-information {
  background: #f5f5f5 url(../images/alarm.svg);
  background-position: 8px;
  background-size: 25px;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  background-repeat: no-repeat!important
}

.miniNoty_message-normal .miniNoty_btn {
  color: #000
}

.miniNoty_message-warning {
  background: #f5f5f5 url(../images/warning.svg);
  background-position: 8px;
  background-size: 25px;
  -webkit-box-shadow: 0 2px 5px #c8c8c8;
  box-shadow: 0 2px 5px #c8c8c8;
  background-repeat: no-repeat!important
}

.miniNoty_btn {
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  margin: 5px 5px 0 0;
  text-decoration: none;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, .3)
}

.miniNoty_btn:hover {
  background: rgba(255, 255, 255, .5)
}

@media screen and (max-width:480px) {
  .miniNoty {
    max-width: 90%;
    width: 90%;
    right: 0
  }
  .miniNoty_message {
    margin: 0 0 5px;
    right: 0;
    float: none
  }
  .miniNoty_message:last-child {
    margin: 0
  }
  .miniNoty_message-show {
    bottom: 5px
  }
}

.whatsapp-chat-cl {
  background: url(../images/whatsapp.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  background-size: contain;
  position: fixed;
  bottom: 60px;
  right: 13px;
  z-index: 99
}

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
  transform: scale(.72);
  -webkit-transform: scale(.72);
  right: 2pt!important;
  bottom: 2pt!important
}

.fb_customer_chat_bubble_pop_in {
  transform: scale(.72);
  -webkit-transform: scale(.72);
  right: 2pt!important;
  bottom: 2pt!important
}

.responsive {
  height: auto
}

@media (max-width:991.98px) {
  .blogcategory-section {
    background: url(../images/bg-2.png) repeat
  }
}

.blogcategory-gride {
  margin: 3.4375rem 0 0 0;
  width: 100%;
  list-style: none;
  text-align: center
}

@media (max-width:991.98px) {
  .blogcategory-gride {
    display: none;
    background: url(../images/accordionbg.png) repeat;
    margin: 0
  }
}

.blogcategory-item {
  font-size: 1.125rem;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 7.5rem .625rem 0
}

@media (max-width:991.98px) {
  .blogcategory-item {
    font-size: 11px;
    color: #000;
    border-top: 1px solid #000;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0
  }
}

.blogcategory-item a {
  color: #545454;
  border-bottom: 1px solid #545454;
  padding-bottom: 4px
}

@media (max-width:991.98px) {
  .blogcategory-item a {
    border-bottom: 0 solid #545454;
    padding-bottom: 0;
    color: #000;
    height: 40px;
    padding: 11px 20px 11px 50px;
    display: block
  }
}

.blogcategory-item a:hover {
  color: #000;
  border-bottom: 1px solid #000
}

@media (max-width:991.98px) {
  .blogcategory-item a:hover {
    border-bottom: 0 solid #000;
    background: #fff
  }
}

.blogcategory-item a.active {
  color: #000;
  border-bottom: 1px solid #000
}

@media (max-width:991.98px) {
  .blogcategory-item a.active {
    border-bottom: 0 solid #000;
    background: #fff
  }
}

.blogcategory-item:last-child {
  margin: 0
}

@media (max-width:991.98px) {
  .blogcategory-item:last-child {
    border-bottom: 1px solid #000
  }
}

.blogpost-listing .bloglistingcol:nth-child(1) .blogpost-item {
  margin-top: 0
}

@media (min-width:768px) {
  .blogpost-listing .bloglistingcol:nth-child(2) .blogpost-item {
    margin-top: 0
  }
}

.blogpost-item {
  background-color: #f5f5f5;
  margin-top: 30px
}

.blogpost-item figure {
  margin-bottom: 1.5625rem
}

.blogpost-item figure a {
  display: block
}

.blogpost-content {
  padding: 0 1.5625rem 1.5625rem 1.5625rem
}

.blogpost-content .title-3 {
  font-size: 1.125rem;
  margin: 0 0 1.25rem 0;
  line-height: 25px;
  min-height: 46px
}

@media (max-width:991.98px) {
  .blogpost-content .title-3 {
    font-size: .875rem;
    line-height: 20px
  }
}

.blogpost-content .title-3 a {
  color: #000
}

.blogpost-content p {
  font-size: 16px
}

@media (max-width:991.98px) {
  .blogpost-content p {
    font-size: 12px
  }
}

.blogpost-content .blogspost-footer {
  margin-top: 2.5rem
}

.blogpost-date {
  font-size: 16px;
  color: #000;
  text-align: left;
  width: 100%;
  margin: 0 0 1.25rem 0
}

@media (max-width:991.98px) {
  .blogpost-date {
    font-size: .75rem;
    line-height: 20px
  }
}

.category-name-mobile {
  display: none;
  color: #000;
  background: #fff;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  height: 40px;
  padding: 2px 20px 2px 50px;
  text-align: left;
  line-height: 35px;
  cursor: pointer;
  margin: 40px 0 0 0;
  position: relative
}

@media (max-width:991.98px) {
  .category-name-mobile {
    display: block
  }
}

@media (max-width:991.98px) {
  .category-name-mobile.active {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #000
  }
}

@media (max-width:991.98px) {
  .category-name-mobile.active:before {
    background-image: url(../images/flower-iconcolor.png);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    background-position: left center;
    content: '';
    position: absolute;
    width: 18px;
    height: 22px;
    left: 18px;
    top: 9px
  }
}

.category-name-mobile.active:after {
  background-position: -130px -54px
}

.category-name-mobile:after {
  background: url(../images/sprite.png) no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1.1875rem;
  top: .0625rem;
  z-index: 1;
  background-position: -40px -55px;
  cursor: pointer;
  content: ''
}

.blogspost-author {
  font-size: 16px;
  color: #000;
  float: left;
  width: calc(100% - 115px)
}

@media (max-width:991.98px) {
  .blogspost-author {
    font-size: .75rem
  }
}

.blogspost-author a {
  color: #000
}

.link-class {
  float: right;
  font-size: .75rem;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  line-height: normal
}

.link-class:hover {
  color: #000
}

@media (max-width:767.98px) {
  .block {
    display: block
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table
}

.pagination {
  text-align: right;
  margin: 55px 0 0 0
}

@media (max-width:991.98px) {
  .pagination {
    text-align: center
  }
}

.pagination li {
  list-style: none;
  display: inline-block;
  font-size: .875rem;
  text-transform: uppercase;
  margin: 0 2px
}

@media (max-width:991.98px) {
  .pagination li {
    margin: 0 2px 14px
  }
}

.pagination li span {
  padding: 5px 13px
}

.pagination li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 13px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #c8c8c8;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination li span.page-link {
  padding: 5px 13px;
  border: 1px solid #c8c8c8;
  height: auto;
  display: inline-block
}

@media (max-width:767.98px) {
  .pagination li span.page-link {
    height: 31px
  }
}

.pagination li .page-link:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000
}

.pagination li.active {
  background-color: #000;
  color: #fff;
  border: 1px solid #000
}

.pagination li.active span.page-link {
  border: 1px solid transparent
}

.pagination a:hover:not(.active) {
  background-color: #000;
  color: #fff;
  border: 1px solid #000
}

.blog-detailpg-banner {
  padding: 0
}

@media (max-width:767.98px) {
  .blog-detailpg-banner {
    background: #f5f5f5
  }
}

.blog-detailpg-banner figure {
  position: relative
}

.blog-detailpg-banner figure figcaption {
  padding: 35px 15px;
  text-align: center
}

.blog-detailpg-banner .title-1 {
  margin-bottom: 20px
}

.blog-tp-content {
  background: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 30px
}

@media (max-width:767.98px) {
  .blog-tp-content {
    padding: 0 15px 30px;
    margin-bottom: 35px
  }
}

.related-blog .blogpost-item {
  margin-top: 0
}

.related-blog .hr-line {
  display: none
}

@media (max-width:767.98px) {
  .related-blog .hr-line {
    display: block;
    margin: 35px auto 35px
  }
}

@media (max-width:1199.98px) {
  .related-blog.blogpost-listing .bloglistingcol:last-child {
    display: none
  }
}

@media (max-width:767.98px) {
  .related-blog.blogpost-listing .bloglistingcol:not(:first-child) {
    display: none
  }
}

@media (max-width:767.98px) {
  .bloglistingcol figure img {
    height: auto
  }
}

@media (max-width:767.98px) {
  .blog-detailpg-banner figure img {
    height: auto
  }
}

.blog-sub-content .row.bg-gray {
  padding: 15px
}

@media (max-width:767.98px) {
  .blog-sub-content .row.bg-white {
    padding: 0 15px
  }
}

.blog-detailpg-content {
  background: #f5f5f5;
  padding: 30px 50px
}

@media (max-width:767.98px) {
  .blog-detailpg-content {
    padding: 35px 15px 6px;
    text-align: center
  }
}

.blog-detail-info {
  width: 100%;
  height: auto;
  margin-bottom: 30px
}

.blog-detail-info .blogpost-date {
  float: left;
  width: auto;
  margin: 0
}

.blog-detail-info .blogspost-author {
  float: right;
  width: auto;
  margin: 0
}

.blog-sub-content .row {
  margin-left: 0;
  margin-right: 0
}

.blog-sub-content .row .col-md-6 {
  padding-left: 0;
  padding-right: 0
}

@media (max-width:991.98px) {
  .blog-sub-content {
    padding: 0
  }
}

@media (max-width:767.98px) {
  .blog-sub-content .bg-gray {
    background: #fff
  }
}

.blog-sub-contentdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px
}

@media (min-width:576px) {
  .blog-sub-contentdetail {
    padding-left: 35px;
    padding-right: 15px
  }
}

@media (max-width:767.98px) {
  .blog-sub-contentdetail {
    text-align: center;
    padding: 35px 15px
  }
}

.blog-authorname {
  color: #6a6a6a;
  font-size: .875rem;
  margin: 20px 0 0 0
}

@media (max-width:767.98px) {
  .container-mobile {
    padding: 0
  }
}

@media (max-width:767.98px) {
  .container-mobile .mbtm50 {
    margin-bottom: 0
  }
}

@media (max-width:767.98px) {
  .hr-line {
    height: 1px;
    width: 80%;
    margin: 0 auto;
    background: #c8c8c8
  }
}

.contactform-section {
  width: 100%
}

.contactform-section .contactform-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto
}

.contactform-section .contactform-box {
  width: 100%
}

.inputOuter {
  position: relative;
  width: 100%;
  margin-bottom: 37px
}

.inputOuter label.error {
  position: absolute
}

.w_c_i_b {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
  display: block
}

@media (max-width:991.98px) {
  .bdrbtm {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 18px
  }
}

.w_c_i_b .inputcontrol {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #555;
  line-height: 25px;
  border: 0;
  font-family: Brandon_bld;
  letter-spacing: 2px
}

@media (max-width:991.98px) {
  .w_c_i_b .inputcontrol {
    font-size: 12px
  }
}

.w_c_i_b .focusinputcontrol {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.w_c_i_b .focusinputcontrol::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #db1563;
  background: linear-gradient(45deg, #636363, #000)
}

.inputcontrol:focus+.focusinputcontrol::before {
  width: 100%
}

.w_c_i_b .focusinputcontrol::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 15px;
  color: #bababa;
  line-height: 1.2;
  -webkit-transition: all .4s;
  transition: all .4s
}

@media (max-width:991.98px) {
  .w_c_i_b .focusinputcontrol::after {
    font-size: 12px
  }
}

.w_c_i_b .inputcontrol:not(:placeholder-shown)+.focusinputcontrol::after {
  top: -13px;
  font-size: 12px
}

@media (max-width:991.98px) {
  .w_c_i_b .inputcontrol:not(:placeholder-shown)+.focusinputcontrol::after {
    font-size: 10px
  }
}

.w_c_i_b .inputcontrol:focus+.focusinputcontrol::after {
  top: -13px;
  font-size: 12px
}

@media (max-width:991.98px) {
  .w_c_i_b .inputcontrol:focus+.focusinputcontrol::after {
    font-size: 10px
  }
}

.container-contact2-form-btn .button-1:hover {
  color: #fff;
  background: #000
}

input:focus,
textarea:focus {
  outline: 0
}

:focus {
  outline: 0
}

textarea {
  font-family: Brandon_bld;
  border: 0;
  resize: none;
  letter-spacing: 2px
}

.textarea textarea {
  background: #f5f5f5;
  min-height: 250px;
  border-radius: 5px;
  width: 100%;
  padding: 15px
}

.w_c_i_b.textarea {
  top: 40px;
  border: 0
}

.w_c_i_b.textarea .focusinputcontrol:after {
  top: -25px
}

.mt80 {
  margin-top: 80px
}

section.static-page {
  padding-top: 0
}

section.static-page .right-content h1,
section.static-page .right-content h2,
section.static-page .right-content h3,
section.static-page .right-content h4,
section.static-page .right-content h5,
section.static-page .right-content h6 {
  margin-bottom: .9375rem;
  text-transform: uppercase
}

section.static-page .right-content h1 {
  font-size: 1.625rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h1 {
    font-size: .875rem
  }
}

section.static-page .right-content h2 {
  font-size: 1.125rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h2 {
    font-size: .875rem
  }
}

section.static-page .right-content h3 {
  font-size: 1.125rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h3 {
    font-size: .875rem
  }
}

section.static-page .right-content h4 {
  font-size: 1.125rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h4 {
    font-size: .875rem
  }
}

section.static-page .right-content h5 {
  font-size: 1.125rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h5 {
    font-size: .875rem
  }
}

section.static-page .right-content h6 {
  font-size: 1.125rem
}

@media (max-width:991.98px) {
  section.static-page .right-content h6 {
    font-size: .875rem
  }
}

section.static-page .right-content p {
  margin-bottom: 1.5625rem
}

@media (max-width:991.98px) {
  section.static-page .right-content p {
    font-size: .875rem;
    margin-bottom: .9375rem
  }
}

section.static-page .right-content ol,
section.static-page .right-content ul {
  margin: 0 0 25px 0;
  padding: 0
}

@media (max-width:991.98px) {
  section.static-page .right-content ol,
  section.static-page .right-content ul {
    margin: 0 0 15px 0
  }
}

section.static-page .right-content ol li {
  color: #545454;
  font-size: 1.125rem;
  margin-bottom: 10px
}

@media (max-width:991.98px) {
  section.static-page .right-content ol li {
    font-size: .875rem
  }
}

section.static-page .right-content ul li {
  color: #545454;
  font-size: 1.125rem;
  line-height: 21px;
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px
}

@media (max-width:991.98px) {
  section.static-page .right-content ul li {
    font-size: .875rem
  }
}

section.static-page .right-content ul li:after {
  background: #6a6a6a;
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 7px
}

.note {
  color: #000
}

@media (max-width:991.98px) {
  .left-menu {
    margin: 0 -15px;
    margin-bottom: 35px
  }
}

.left-menu ul {
  list-style: none;
  margin: 0
}

@media (max-width:991.98px) {
  .left-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
  }
}

.left-menu ul li {
  text-transform: uppercase
}

@media (max-width:991.98px) {
  .left-menu ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 43%;
    flex: 1 0 43%;
    display: inline-block;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }
}

.left-menu ul li a {
  color: #000;
  display: block;
  padding: 17px 15px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: .875rem;
  border-bottom: 1px solid #c8c8c8
}

@media (max-width:991.98px) {
  .left-menu ul li a {
    color: #c8c8c8;
    background-color: transparent;
    font-size: .75rem;
    border-right: 1px solid #c8c8c8
  }
}

.left-menu ul li a:hover {
  background-color: #000;
  color: #fff
}

@media (max-width:991.98px) {
  .left-menu ul li a:hover {
    background-color: transparent;
    color: #c8c8c8
  }
}

.left-menu ul li a.active {
  background-color: #000;
  color: #fff
}

@media (max-width:991.98px) {
  .left-menu ul li a.active {
    background-color: transparent;
    color: #000
  }
}

@media (max-width:991.98px) {
  .left-menu ul li a {
    border-top: 1px solid #c8c8c8;
    padding: 14px 15px
  }
}

.left-menu ul li:first-child a {
  border-top: 1px solid #c8c8c8
}

@media (max-width:991.98px) {
  .left-menu ul li:last-child a {
    border-right: 0 solid #c8c8c8
  }
}

.static-pgbanner {
  height: auto
}

@media (max-width:991.98px) {
  .static-pgbanner {
    display: none
  }
}

.static-page .right-content p a {
  color: #545454;
  text-decoration: underline
}

.static-page .right-content ol li a,
.static-page .right-content ul li a {
  color: #545454;
  text-decoration: underline
}

.right-content.nounderLine ol li a,
.right-content.nounderLine ul li a {
  text-decoration: none
}

body.scrollNone {
  overflow: hidden
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  overflow-y: auto;
  display: none
}

.popup-inner {
  color: #000
}

.c_i_p {
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 50px auto
}

.c_c_g_b {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  background: #e8e9e4;
  display: none
}

.c_c_g_b .closebtn {
  background: url(../images/cancel.svg) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 9
}

@media (min-width:992px) {
  .c_c_g_b .closebtn {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    webkit-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media (min-width:992px) {
  .c_c_g_b .closebtn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.c_c_g_b h6 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
  margin-bottom: 10px;
  font-family: Brandon_bld
}

.c_c_g_b .shtContent {
  color: #545454;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-align: center
}

.c_c_g_b .c_t_h_b {
  padding: 40px 18px 20px;
  position: relative;
  background: #fff
}

.c_c_g_b .formContainer {
  padding: 50px 50px 50px;
  position: relative;
  width: 100%
}

.inputOuter {
  position: relative;
  width: 100%
}

.inputOuter .showPassword {
  position: absolute;
  right: 0;
  bottom: 8px
}

.inputOuter .showPassword i {
  font-style: normal;
  font-size: .8125rem;
  position: relative;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .6);
  cursor: pointer
}

.inputOuter .forgetPassword {
  display: inline-block;
  position: absolute;
  top: -22px;
  right: 0;
  font-size: .625rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px
}

.w_c_i_b .inputcontrol {
  display: block;
  width: 100%;
  color: #555;
  line-height: 1.2;
  border: 0;
  background: 0 0
}

.w_c_i_b input.inputcontrol {
  height: 45px;
  font-family: Brandon_bld
}

.w_c_i_b .focusinputcontrol::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #636363;
  background: linear-gradient(45deg, #636363, #000)
}

.inputcontrol:focus+.focusinputcontrol::before {
  width: 100%
}

.w_c_i_b .focusinputcontrol::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: uppercase
}

.c_i_p .w_c_i_b .focusinputcontrol::after {
  color: #000
}

.c_i_p .checkbox-container .checkmark {
  top: 4px
}

.c_i_p .inputOuter {
  margin-bottom: 0
}

.c_i_p .w_c_i_b {
  margin-bottom: 37px
}

.w_c_i_b .inputcontrol:not(:placeholder-shown)+.focusinputcontrol::after {
  top: -5px;
  font-size: 12px
}

.w_c_i_b .inputcontrol:focus+.focusinputcontrol::after,
.w_c_i_b.focused .focusinputcontrol::after {
  top: -5px;
  font-size: 12px
}

.inputOuter .fullOutercon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px 0 0;
  position: relative
}

.inputOuter .btnTxtsml button {
  background: 0 0;
  border: 0;
  text-transform: uppercase;
  color: #000;
  font-family: Brandon_bld;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  letter-spacing: 2px
}

.inputOuter .dividerStrip {
  width: 100%;
  position: relative;
  color: #000;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 15px 0
}

.inputOuter .dividerStrip span {
  font-size: 1.125rem;
  background: #e8e9e4;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.inputOuter .dividerStrip::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, .3)
}

.inputOuter .listSocial {
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0
}

.inputOuter .listSocial li {
  display: inline-block;
  margin: 0 10px
}

.inputOuter .listSocial li a {
  background: #fff;
  font-size: 1.2rem;
  padding: 5px 10px;
  color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .5);
  line-height: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.f_p_form label.error,
.loginForm label.error,
.signupForm label.error {
  color: red;
  font-size: 14px;
  margin: 5px 0 0 0;
  position: absolute;
  bottom: -24px;
  left: 0
}

.f_p_form .inputOuter .fullOutercon {
  padding: 0 0 20px
}

.checkbox-container .tc_text {
  font-size: 14px;
  color: #000;
  text-transform: initial
}

.thk_yoy_msg.c_c_g_b .formContainer {
  padding-top: 30px;
  padding-bottom: 10px
}

.t_y_container {
  display: none;
  margin: 15px 0;
  font-size: 1.125rem;
  line-height: 25px;
  color: #545454;
  letter-spacing: 2px;
  text-align: center
}

@media (max-width:991.98px) {
  .t_y_container {
    font-size: .875rem;
    line-height: 20px
  }
}

.thk_yoy_msg .f_p_form,
.thk_yoy_msg .shtContent {
  display: none
}

.thk_yoy_msg .t_y_container {
  text-align: center;
  display: block
}

.ty_section {
  width: 100%;
  position: relative
}

.ty_h_c {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 50px 15px
}

.ty_heading {
  font-size: 26px;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase
}

.ty_para {
  font-size: 18px;
  color: #545454;
  margin: 0;
  margin-bottom: 15px
}

.ty_para span {
  display: block
}

.ty_f_d {
  position: relative;
  width: 100%
}

.ty_o_d {
  font-size: 18px;
  color: #000;
  margin: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-left: 15px;
  padding-right: 15px
}

.ty_s_d {
  position: relative;
  margin-bottom: 25px
}

.ty_s_d h4 {
  font-size: 16px;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase
}

.ty_s_d p {
  font-size: 16px;
  color: #545454;
  margin: 0;
  padding-bottom: 15px
}

.ty_s_d p span {
  display: block
}

.ty_t_o {
  position: relative;
  width: 100%
}

.ty_t_o a {
  text-transform: uppercase;
  color: #000;
  font-family: Brandon_bld;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #000
}

.ty_o_c_db {
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  margin-top: 50px;
  padding: 0 15px
}

.ty_o_c_db h5 {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  position: relative;
  pointer-events: none
}

.ty_os_c {
  padding: 20px 0;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  min-height: 239px
}

.ty_os_c:last-child {
  border-bottom: 0 solid rgba(0, 0, 0, .1)
}

.ty_os_container {
  position: relative;
  width: 100%;
  padding-left: 155px
}

.ty_os_img {
  width: 140px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0
}

.ty_os_img img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block
}

.ty_os_txt_c {
  position: relative;
  float: left;
  width: 100%
}

.ty_os_txt_c .select-color-options .color {
  cursor: default
}

.ty_os_inner_c {
  float: left;
  width: 50%
}

.rightTxt {
  text-align: right
}

.ty_os_inner_c h6 {
  font-size: 14px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px
}

.ty_os_inner_c h6 a {
  font-size: 14px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px
}

.ty_os_inner_c span {
  color: #545454;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  float: left;
  width: 100%
}

.ty_os_inner_c span em {
  text-transform: uppercase;
  font-style: normal
}

@media (max-width:767px) {
  .c_c_g_b .formContainer {
    padding: 0 15px 0
  }
  .c_c_g_b h6 {
    font-size: 18px
  }
  .c_c_g_b .shtContent {
    font-size: 14px
  }
  .inputOuter .btnTxtsml button,
  .inputOuter .showPassword i,
  .w_c_i_b .focusinputcontrol::after {
    font-size: 12px
  }
  .inputOuter .forgetPassword {
    font-size: 10px
  }
  .inputOuter .listSocial li a {
    font-size: 16px;
    padding: 7px 10px;
    width: 32px;
    height: 32px
  }
  .w_c_i_b .focusinputcontrol::after {
    font-size: 12px
  }
  .w_c_i_b .inputcontrol:focus+.focusinputcontrol::after,
  .w_c_i_b .inputcontrol:not(:placeholder-shown)+.focusinputcontrol::after {
    font-size: 10px
  }
  .checkbox-container .tc_text {
    font-size: 12px
  }
  .c_c_g_b {
    background: transparent url(images/bg_mobile.jpg) repeat-x center
  }
  .c_c_g_b .c_t_h_b {
    background: 0 0;
    /*padding-top: 60px*/
  }
  .f_p_form label.error,
  .loginForm label.error,
  .signupForm label.error {
    font-size: 12px
  }
  .inputOuter .dividerStrip span {
    font-size: 12px;
    background: 0 0
  }
  .inputOuter .dividerStrip {
    overflow: hidden
  }
  .inputOuter .dividerStrip::before {
    left: 50%;
    margin-left: 20px
  }
  .inputOuter .dividerStrip::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    background: rgba(0, 0, 0, .3)
  }
  .inputOuter .dividerStrip::after {
    right: 50%;
    margin-right: 20px
  }
  .thk_yoy_msg.c_c_g_b .formContainer {
    padding-top: 0;
    padding-bottom: 20px
  }
  .thk_yoy_msg.c_c_g_b .c_t_h_b {
    padding-bottom: 0
  }
  .ty_section {
    padding: 0
  }
  .ty_h_c {
    padding: 30px 15px 5px;
    background: #e8e9e4
  }
  .ty_o_d {
    font-size: 16px;
    border-bottom: 0 solid rgba(0, 0, 0, .1);
    padding-top: 30px;
    margin-bottom: 10px
  }
  .ty_s_d h4 {
    font-size: 14px;
    margin-bottom: 5px
  }
  .ty_s_d {
    margin-bottom: 5px
  }
  .ty_heading {
    font-size: 18px
  }
  .ty_para,
  .ty_s_d p {
    font-size: 14px
  }
  .ty_t_o {
    padding-top: 20px;
    font-size: 12px
  }
  .ty_os_inner_c {
    width: 100%
  }
  .rightTxt {
    text-align: left
  }
  .ty_os_inner_c span {
    font-size: 12px
  }
  .ty_o_c_db h5 {
    cursor: pointer;
    pointer-events: initial
  }
  .ty_o_c_db h5:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/back-grey.svg) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .ty_o_c_db h5.open:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  .ty_os_c {
    display: none
  }
  .ty_os_c.active {
    display: block
  }
  .ty_os_c.showFirst {
    display: block!important
  }
  .ty_os_img {
    width: 120px
  }
  .ty_os_container {
    padding-left: 135px
  }
}

.user-account-dashboard {
  padding-top: 0
}

.user-dashboard-head {
  background: #f5f5f5;
  padding: 30px 15px 20px;
  margin-bottom: 45px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991.98px) {
  .user-dashboard-head {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
    min-height: 50px
  }
}

.user-dashboard-head .tagline {
  margin-top: 15px!important
}

@media (max-width:991.98px) {
  .left-menu-container {
    display: none
  }
}

.user-profile-gride {
  border-bottom: 1px solid #c8c8c8;
  padding: 25px 15px
}

@media (max-width:991.98px) {
  .user-profile-gride {
    padding: 25px 0
  }
}

.user-profile-gride h3 {
  margin: 0;
  font-family: Brandon_blk
}

.user-profile-gride h3 a {
  color: #000
}

.user-profile-gride h4 {
  margin: 0;
  color: #545454
}

.user-profile-gride h4 a {
  color: #545454
}

.user-profile-gride.firstdiv {
  padding-top: 0
}

.pencil-icon {
  cursor: pointer
}

@media (max-width:991.98px) {
  .pencil-icon {
    background: url(../images/pencil.svg) no-repeat;
    width: 17px;
    height: 17px;
    text-indent: -999999px;
    border: 0;
    background-size: contain
  }
}

.delete-icon {
  cursor: pointer
}

@media (max-width:991.98px) {
  .delete-icon {
    background: url(../images/delete.svg) no-repeat;
    width: 17px;
    height: 17px;
    text-indent: -999999px;
    border: 0;
    background-size: contain
  }
}

.field-icon {
  font-size: 15px;
  color: #bababa;
  font-family: Brandon_bld;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  bottom: 8px
}

@media (max-width:991.98px) {
  .field-icon {
    font-size: 12px;
    bottom: 13px
  }
}

.hide-pass {
  display: none
}

.showPass .hide-pass {
  display: block
}

.showPass .show-pass {
  display: none
}

@media (max-width:767.98px) {
  .right-content .button-1.btn-full {
    min-width: 100%
  }
}

.cal-icon {
  background: url(../images/calendar.svg);
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 14px;
  bottom: 16px
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff
}

.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #000;
  background: #000;
  color: #fff
}

.fl {
  float: left
}

.surname-cl {
  width: auto;
  float: left;
  font-family: Brandon_bld;
  color: #000;
  font-size: .9375rem;
  margin-right: 25px
}

@media (max-width:991.98px) {
  .surname-cl {
    font-size: .75rem
  }
}

.surname-title-gride {
  list-style: none;
  width: auto;
  margin: 0
}

.surname-title-gride li {
  display: inline-block;
  font-size: 14px;
  margin-right: 12px
}

@media (max-width:991.98px) {
  .surname-title-gride li {
    font-size: .75rem
  }
}

.surname-title-gride li:last-child {
  margin-right: 0
}

.radion-style-from {
  display: block;
  position: relative;
  padding-left: 22px;
  bottom: 3px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width:991.98px) {
  .radion-style-from {
    font-size: 12px
  }
}

.radion-style-from input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.checkmark-radio {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #000
}

@media (max-width:991.98px) {
  .checkmark-radio {
    top: 3px
  }
}

.radion-style-from:hover input~.checkmark-radio {
  background-color: #fff
}

.radion-style-from input:checked~.checkmark-radio {
  background-color: #fff
}

.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none
}

.radion-style-from input:checked~.checkmark-radio:after {
  display: block
}

.radion-style-from .checkmark-radio:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: auto
}

.add-new-address-box {
  max-width: 500px;
  margin: 27px auto 0
}

.add-new-address-box .container-contact2-form-btn {
  width: 324px;
  margin: 80px auto
}

@media (max-width:767.98px) {
  .add-new-address-box .container-contact2-form-btn {
    width: 100%
  }
}

.add-new-address-box .container-contact2-form-btn .button-1 {
  min-width: 100%
}

.select-option-css select {
  margin: 0;
  width: 100%;
  font-size: 15px;
  border: 0;
  height: 45px;
  color: #555;
  font-family: Brandon_bld;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

@media (max-width:991.98px) {
  .select-option-css select {
    font-size: 12px
  }
}

.select-option-css select::-ms-expand {
  display: none
}

.search-select-arrow-down {
  width: 14px;
  height: 14px;
  background: url(../images/down-arrow-gray.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 10px;
  pointer-events: none
}

.right-content .error-page {
  height: auto
}

.myorder-list {
  width: 100%;
  height: auto
}

.myorder-gride {
  margin: 0;
  padding: 0
}

.myorder-item {
  list-style: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 15px;
  position: relative;
  min-height: 151px;
  float: left;
  width: 100%
}

.myorder-item:first-child {
  padding-top: 0
}

@media (max-width:991.98px) {
  .myorder-item:first-child {
    padding-top: 20px
  }
}

@media (max-width:991.98px) {
  .myorder-item {
    padding: 20px 0
  }
}

.myorder-img {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle
}

@media (max-width:991.98px) {
  .myorder-img {
    width: 110px;
    margin-right: 15px
  }
}

.myorder-img a {
  display: block
}

.myorder-shortcontent {
  display: inline-block;
  width: calc(100% - 166px);
  height: auto;
  vertical-align: middle;
  position: relative
}

@media (max-width:991.98px) {
  .myorder-shortcontent {
    width: calc(100% - 136px)
  }
}

.myorder-shortcontent ul {
  margin: 0;
  padding: 0
}

.myorder-shortcontent ul li {
  list-style: none;
  display: inline-block;
  width: 49%;
  padding-right: 3%;
  position: relative
}

@media (max-width:991.98px) {
  .myorder-shortcontent ul li {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 5%
  }
}

.myorder-orderdetaillink {
  width: 17px;
  height: 17px;
  background: url(../images/back.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  right: 8px;
  top: 0;
  display: block
}

@media (max-width:991.98px) {
  .myorder-orderdetaillink {
    width: 12px;
    height: 12px;
    bottom: 0;
    margin: auto;
    right: 0
  }
}

.orderproduct-title {
  font-size: 1.125rem;
  color: #000
}

@media (max-width:991.98px) {
  .orderproduct-title {
    font-size: .875rem
  }
}

.orderproduct-title a {
  color: #000
}

.order-subtext {
  font-size: 1rem;
  color: #545454
}

@media (max-width:991.98px) {
  .order-subtext {
    font-size: .75rem
  }
}

.order-subtext .rupeesymbol {
  font-size: 16px
}

@media (max-width:991.98px) {
  .order-subtext .rupeesymbol {
    font-size: 11px
  }
}

.modalmain-address {
  width: 100%;
  height: auto
}

.modalmain-address .addnewaddresslink {
  margin: 30px 0 0 15px;
  float: left
}

@media (max-width:991.98px) {
  .modalmain-address .addnewaddresslink {
    margin-left: 0;
    margin-top: 20px
  }
}

.modalmain-component {
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 15px;
  position: relative;
  min-height: 151px
}

.modalmain-component:first-child {
  padding-top: 0
}

@media (max-width:991.98px) {
  .modalmain-component {
    padding: 20px 0
  }
}

.modalmain-detail {
  margin-bottom: 10px;
  height: auto
}

.modalmain-action {
  float: right;
  width: auto;
  margin: 0;
  padding: 0
}

.modalmain-action li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px
}

.modalmain-action li:last-child {
  margin-right: 0
}

.modalmain-action li:last-child:after {
  display: none
}

.modalmain-action li:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background: #000;
  right: -13px;
  top: 5px
}

.modalmain-action li a {
  color: #000
}

.modalmain-work {
  float: left;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #545454;
  padding-left: 30px
}

@media (max-width:991.98px) {
  .modalmain-work {
    padding-left: 0;
    font-size: .875rem
  }
}

.modalmain-name {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .modalmain-name {
    font-size: .75rem
  }
}

.modalmain-edit {
  cursor: pointer;
  float: none
}

.modalmain-delete {
  cursor: pointer;
  float: none
}

.modalmain-containeraddress {
  padding-left: 30px
}

@media (max-width:991.98px) {
  .modalmain-containeraddress {
    padding-left: 0
  }
}

.modalmain-containeraddress address {
  color: #545454;
  font-size: .875rem;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 10px
}

.modaldefault-address .checkbox-container {
  color: #545454;
  line-height: 16px
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup-container {
  width: 90%;
  max-width: 400px;
  background: #fff;
  text-align: center;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  position: relative;
  margin: 0 auto;
  height: auto
}

.cd-popup-container p {
  padding: 46px 10px 15px
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both
}

.cd-popup-container .cd-buttons {
  margin: 10px 0 40px;
  width: 100%
}

@media (max-width:767.98px) {
  .cd-popup-container .cd-buttons {
    margin: 10px 0 30px
  }
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none
}

.cd-popup-container .cd-buttons a {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  float: none;
  text-transform: uppercase
}

.cd-popup-design {
  background: url(../images/cancel.svg);
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 20px;
  background-size: contain
}

@media (min-width:992px) {
  .cd-popup-design {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    webkit-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media (min-width:992px) {
  .cd-popup-design:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.userdashboard-form {
  padding: 0 15px
}

@media (max-width:991.98px) {
  .userdashboard-form {
    padding: 0
  }
}

.useorder-detail {
  padding: 0 15px
}

@media (max-width:991.98px) {
  .useorder-detail {
    padding: 0
  }
}

.useorder-detail .padbtm32 {
  padding-bottom: 32px
}

@media (max-width:991.98px) {
  .useorder-detail .ty_o_c_db {
    background: #fff
  }
}

@media (max-width:991.98px) {
  .useorder-detail .ty_o_c_db_inn {
    border-top: 1px solid #c8c8c8
  }
}

@media (max-width:991.98px) {
  .useorder-detail .ty_os_c {
    border-bottom: 1px solid #c8c8c8
  }
}

@media (max-width:991.98px) {
  .useorder-detail .ty_os_c:last-child {
    border-bottom: 0;
    min-height: auto;
    padding-bottom: 33px
  }
}

.labelcustomselect {
  font-size: 12px;
  color: #bababa;
  text-transform: uppercase
}

@media (max-width:991.98px) {
  .labelcustomselect {
    font-size: 10px
  }
}

@media (max-width:991.98px) {
  .ty_os_c.showFirst {
    border-bottom: 0 solid #c8c8c8
  }
}

@media (max-width:991.98px) {
  .ty_os_c.showFirst.active {
    border-bottom: 1px solid #c8c8c8
  }
}

.user-grand-total {
  border-top: 1px solid #c8c8c8;
  float: left;
  width: 100%;
  padding: 20px 0 40px
}

.useorder-detail .ty_os_inner_c {
  width: 62%
}

@media (max-width:767.98px) {
  .useorder-detail .ty_os_inner_c {
    width: 100%
  }
}

.useorder-detail .right_c_u_d {
  width: 38%
}

@media (max-width:767.98px) {
  .useorder-detail .right_c_u_d {
    width: 100%
  }
}

.user-grand-total .ty_os_inner_c {
  width: 70%
}

.user-grand-total h6 {
  margin: 5px 0 0 0
}

.user-grand-total .right_c_u_d {
  width: 30%
}

.ty_o_c_db_inn.showFirsth h5:after {
  display: none
}

.fullWidth {
  display: block;
  float: left;
  width: 100%
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 5px;
  font-family: Brandon_bld;
  font-size: 14px
}

@media (max-width:991.98px) {
  .ui-datepicker .ui-datepicker-title select {
    margin: 1px 2px;
    font-size: 12px
  }
}

.myorder-gride .myorder-item a {
  text-decoration: none
}

.storelocator-mapsection {
  padding: 0
}

.storelocator-mapsection {
  background: url(../images/store-locator/store-locater-bg.jpg);
  background-repeat: repeat;
  width: 100%
}

.storelocator-mapsection .link-class {
  float: left
}

.storelocator-outermap {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991.98px) {
  .storelocator-outermap {
    height: auto;
    padding: 15px 0
  }
}

.storelocator-storeaddress {
  padding: 0
}

.storelocator-storeimage {
  min-height: 200px;
  margin-bottom: 60px;
  background-position: center center;
  background: url(../images/anc-loader.gif) no-repeat;
  background-position: center
}

@media (max-width:991.98px) {
  .storelocator-storeimage {
    margin-bottom: 35px;
    min-height: 100px
  }
}

.storelocator-wrapper {
  min-height: 1000px;
  background: url(../images/store-locator/map.png);
  max-width: 772px;
  margin: 0 auto;
  padding: 38px 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  position: relative;
  width: 100%;
  background-size: contain
}

@media (max-width:991.98px) {
  .storelocator-wrapper {
    max-width: 740px
  }
}

@media (max-width:767.98px) {
  .storelocator-wrapper {
    min-height: 600px;
    margin: 20px 0 0;
    padding: 0
  }
}

.storelocator-addresgride {
  margin: 0 0 60px 0;
  padding: 0
}

@media (max-width:991.98px) {
  .storelocator-addresgride {
    margin: 0 0 30px 0
  }
}

.storelocator-addresgride li {
  list-style: none;
  color: #545454;
  font-size: 1rem;
  margin-bottom: 16px;
  padding-left: 40px;
  font-family: Brandon_bld;
  position: relative;
  word-break: break-word
}

.storelocator-addresgride li span {
  position: absolute;
  left: 0;
  top: 5px
}

.storelocator-addresgride li a {
  color: #545454
}

.storelocator-addresgride li.get-direction-link {
  padding: 0
}

.storelocator-addresgride li.get-direction-link a {
  float: left
}

.storelocator-addresgride .footer-phoneicon {
  display: inline-block;
  margin: 0 14px 0 0;
  width: 24px;
  vertical-align: middle;
  height: 21px
}

.storelocator-addresgride .footer-emailicon {
  display: inline-block;
  margin: 0 14px 0 0;
  width: 24px;
  vertical-align: middle;
  height: 21px
}

.storelocator-indicator {
  position: absolute;
  width: 55px;
  height: 60px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff
}

@media (max-width:991.98px) {
  .storelocator-indicator {
    width: 40px;
    height: 45px
  }
}

.storelocator-storcount {
  width: 55px;
  height: 60px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 1px 2px 5px #8aafba;
  box-shadow: 1px 2px 5px #8aafba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
  color: #000
}

@media (max-width:991.98px) {
  .storelocator-storcount {
    font-size: 18px;
    width: 40px;
    height: 45px
  }
}

.storelocator-pointer {
  background: #fff;
  height: 9px;
  width: 9px;
  border-radius: 50px;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto
}

@media (max-width:991.98px) {
  .storelocator-pointer {
    height: 7px;
    width: 7px
  }
}

.store-location1 .storelocator-girdebox {
  top: -67px
}

.store-location1 .storelocator-girdebox {
  top: -67px
}

.storelocator-storcount.title_active {
  background: #000;
  color: #fff
}

.store-location1 {
  top: 220px;
  left: 212px
}

@media (max-width:991.98px) {
  .store-location1 {
    top: 228px;
    left: 200px
  }
}

.store-location2 {
    top: 686px;
    /* right: 263px; */
    left: 215px;
}

@media (max-width:991.98px) {
  .store-location2 .storelocator-girdebox {
    top: -135px;
    left: -30px
  }
}

@media (max-width:767.98px) {
  .store-location2 .storelocator-girdebox {
    top: -118px;
    left: -30px
  }
}

@media (max-width:991.98px) {
  .store-location2 .storelocator-girdebox:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 81%;
    bottom: -120px
  }
}

@media (max-width:767.98px) {
  .store-location2 .storelocator-girdebox:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 81%;
    bottom: -94px
  }
}

.store-location3 {
    top: 476px;
    left: 107px;
}

.store-location4 {
    bottom: 479px;
    left: -4px;
    top: auto;
}

.store-location4 .storelocator-pointer {
  bottom: 17px;
  left: 76px
}

.store-location5 {
    bottom: 233px;
    left: 319px;
    top: auto;
}

@media (max-width:991.98px) {
  .store-location5 {
    left: 312px
  }
}

.store-location5 .storelocator-pointer {
  bottom: 16px;
  right: 63px;
  left: auto
}

.store-location6 {
    bottom: 285px;
    left: 283px;
    top: auto;
}

.storelocator-girdebox {
  padding: 20px;
  background-color: #fff;
  color: #fff;
  display: none;
  min-width: 400px;
  height: auto;
  position: absolute;
  left: 80px;
  width: 100%;
  z-index: 2;
  top: 0
}

@media (max-width:1199.98px) {
  .storelocator-girdebox {
    min-width: 350px;
    left: 68px
  }
}

.storelocator-girdebox:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  content: '';
  position: absolute;
  right: 99%;
  top: 0;
  width: 0;
  height: 0;
  bottom: 40px;
  margin: auto
}

.storelocator-girde {
  margin: 0;
  padding: 0;
  width: 100%
}

.storelocator-girde li {
  border-bottom: 1px solid #000;
  padding: 8px 15px;
  width: 100%;
  color: #000;
  font-size: 16px;
  list-style: none
}

@media (max-width:991.98px) {
  .storelocator-girde li {
    font-size: .75rem
  }
}

.storelocator-girde li:hover {
  background: #000;
  color: #fff
}

.storelocator-girde li.active {
  background: #000;
  color: #fff
}

.storelocator-girde li:first-child {
  border-top: 1px solid #000
}

.store-time {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 14px;
  padding: 3px
}

.store-time:after {
  content: '';
  background: #1cdb36;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute
}

.office-open {
  background: #1cdb36
}

.hor-line {
  background: #000;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto 61px;
  width: 100%
}

@media (max-width:1199.98px) {
  .hor-line {
    max-width: 97%
  }
}

@media (min-width:320px) and (max-width:480px) {
  .storelocator-storcount {
    width: 36px;
    height: 36px
  }
  .storelocator-indicator {
    width: 36px;
    height: 36px
  }
  .store-location1 {
    top: 25%;
    left: 25%
  }
  .store-location2 {
    top: 40%;
    left: 58%;
    bottom: auto
  }
  .store-location2 .storelocator-girdebox {
    left: -195px
  }
  .store-location2 .storelocator-girdebox:before {
    left: 204px;
    top: auto;
    bottom: -22px
  }
  .store-location3 {
    top: 47%;
    left: 13%
  }
  .store-location3 .storelocator-girdebox {
    left: -38px
  }
  .store-location3 .storelocator-girdebox:before {
    left: 43px
  }
  .store-location4 {
    bottom: 30%;
    left: 10%
  }
  .store-location4 .storelocator-pointer {
    left: 43px
  }
  .store-location4 .storelocator-girdebox {
    left: -34px
  }
  .store-location4 .storelocator-girdebox:before {
    left: 38px
  }
  .store-location5 {
    bottom: 24%;
    left: 42%;
    top: auto
  }
  .store-location5 .storelocator-pointer {
    right: 41px
  }
  .store-location5 .storelocator-girdebox {
    left: -137px
  }
  .store-location5 .storelocator-girdebox:before {
    left: 143px
  }
  .store-location6 {
    bottom: 31%;
    left: 26%;
    top: auto
  }
  .store-location6 .storelocator-girdebox {
    left: -82px;
    top: 55px
  }
  .store-location6 .storelocator-girdebox:before {
    left: 91px
  }
  .storelocator-girdebox {
    top: 50px;
    left: -83px;
    padding: 14px
  }
  .store-location1 .storelocator-girdebox {
    top: 53px
  }
  .storelocator-girdebox:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 92px;
    bottom: 100%;
    right: auto
  }
}

@media (min-width:480px) and (max-width:736px) {
  .storelocator-storcount {
    width: 36px;
    height: 36px
  }
  .storelocator-indicator {
    width: 36px;
    height: 36px
  }
  .store-location1 {
    top: 18%;
    left: 34%
  }
  .store-location2 {
    top: 39%;
    left: 59%;
    bottom: auto
  }
  .store-location2 .storelocator-girdebox {
    left: -195px
  }
  .store-location2 .storelocator-girdebox:before {
    left: 200px;
    bottom: -102px
  }
  .store-location3 {
    top: 51%;
    left: 24%
  }
  .store-location4 {
    bottom: 24%;
    left: 23%
  }
  .store-location4 .storelocator-pointer {
    left: 43px
  }
  .store-location4 .storelocator-girdebox {
    left: -34px
  }
  .store-location4 .storelocator-girdebox:before {
    left: 38px
  }
  .store-location5 {
    bottom: 18%;
    left: 44%;
    top: auto
  }
  .store-location5 .storelocator-pointer {
    right: 41px
  }
  .store-location5 .storelocator-girdebox {
    left: -85px
  }
  .store-location5 .storelocator-girdebox:before {
    left: 91px
  }
  .store-location6 {
    bottom: 25%;
    left: 34%;
    top: auto
  }
  .store-location6 .storelocator-girdebox {
    left: -104px
  }
  .store-location6 .storelocator-girdebox:before {
    left: 110px
  }
  .storelocator-girdebox {
    top: 50px;
    left: -58px;
    padding: 14px
  }
  .storelocator-girdebox:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 65px;
    bottom: 100%;
    right: auto
  }
  .store-location1 .storelocator-girdebox {
    top: 55px
  }
}

.storelocator-girdebox .title-3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  cursor: default
}

@media (max-width:991.98px) {
  .storelocator-girdebox .title-3 {
    font-size: 1rem
  }
}

.cart-container {
  padding-top: 20px
}

@media (max-width:767.98px) {
  .cart-container {
    padding-top: 0
  }
}

@media (max-width:767.98px) {
  .cart-container .edit-link {
    display: none
  }
}

.summary-wrapper {
  background: #f5f5f5;
  padding: 20px;
  position: relative
}

@media (max-width:991.98px) {
  .summary-wrapper {
    /*background: #fff;
    padding: 0*/
  }
}

.summary-wrapper .title-2 {
  font-size: 20px;
  pointer-events: none
}

@media (max-width:991.98px) {
  .summary-wrapper .title-2 {
    font-size: 16px;
    pointer-events: auto
  }
}

@media (max-width:991.98px) {
  .summary-wrapper .title-2:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(images/down-arrow-gray.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
}

.summary-wrapper .title-2.open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

@media (max-width:991.98px) {
  /*.summary-box {
    display: none
  }*/
}

.o-s-t3 {
  color: #545454
}

.c-s-b2 p {
  font-size: 1rem
}

.fullwidth {
  width: 100%
}

/*.fr {
  float: right
}*/

@media (max-width:991.98px) {
  .c-btn {
    text-align: center;
  }
}

.c-btn .button-1 {
  min-width: 100%
}

@media (max-width:991.98px) {
  .c-btn .button-1 {
    /*min-width: auto*/
  }
}

.c-btn .button-1:hover {
  background: #000
}

.cart-order-list {
  width: 100%
}

.cart-order-list .cart-order-gride {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative
}

.cart-order-list .ty_os_c {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  min-height: 222px;
  display: block
}

@media (max-width:767.98px) {
  .cart-order-list .ty_os_c {
    min-height: 194px
  }
}

.cart-order-list .right_c_u_d span {
  color: #000;
  margin-top: 0
}

@media (max-width:767.98px) {
  .cart-order-list .right_c_u_d span {
    color: #545454;
    margin-top: 0
  }
}

.cart-order-list .ty_os_inner_c h6 {
  padding-right: 30px
}

.cart-order-list .product-count {
  margin: 0
}

.cart-order-list .product-count em {
  float: left;
  margin-right: 20px
}

.cart-order-list .product-count span {
  margin: 0
}

.cart-order-list .quantity-gride-custom {
  float: left;
  width: auto;
  position: relative;
  top: -4px
}

.cart-order-list .quantity-gride-custom .product-count-btn {
  width: 30px;
  height: 30px
}

.cart-order-list .quantity-gride-custom .product-count-text {
  width: 50px;
  height: 30px
}

@media (max-width:991.98px) {
  .grandtotal-b {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding-bottom: 30px
  }
}

.pro-img-o-pg {
  width: 114px;
  height: 164px
}

.close-cart-item {
  background: url(../images/cancel-gray.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2
}

@media (min-width:992px) {
  .close-cart-item {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    webkit-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media (max-width:767.98px) {
  .close-cart-item {
    width: 14px;
    height: 14px
  }
}

@media (min-width:992px) {
  .close-cart-item:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

@media (max-width:991.98px) {
  .cart-order-list .product-count {
    margin-top: 9px
  }
}

@media (min-width:320px) and (max-width:374px) {
  .ty_os_img {
    width: 100%;
    position: relative;
    margin-bottom: 20px
  }
  .ty_os_container {
    padding-left: 0
  }
  .close-cart-item {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    padding: 15px;
    display: block;
    background-position: center;
    background-size: 13px;
    top: 10px;
    right: 10px
  }
  .cart-order-list .product-count {
    margin-top: 8px
  }
  .cart-order-list .right_c_u_d span {
    margin-top: 0
  }
}

.footer-section {
  min-height: 50rem;
  background-image: url(../images/bg-footer.jpg);
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f5f5f5
}

@media (max-width:1199.98px) {
  .footer-section {
    background-size: initial;
    background-repeat: repeat-y
  }
}

@media (max-width:991.98px) {
  .footer-section {
    background-size: unset;
    background-repeat: repeat-y;
    background-attachment: unset;
    background-position: top
  }
}

.footer-connectwith {
  max-width: 31.25rem;
  width: 100%;
  margin: 0 auto 2.75rem;
  text-align: center
}

.footer-connectwith .title-6 {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: .625rem;
  font-size: 1.125rem
}

.footer-connectwithicon {
  padding: 0;
  margin: 0;
  border-top: 1px solid #c8c8c8;
  text-align: center;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:767.98px) {
  .footer-connectwithicon {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.footer-connectwithicon li {
  list-style: none;
  display: inline-block;
  font-size: .875rem;
  margin-right: 0;
  text-align: center
}

@media (max-width:767.98px) {
  .footer-connectwithicon li {
    margin-right: 47px;
    width: 41%;
    word-wrap: break-word;
    vertical-align: top
  }
}

.footer-connectwithicon li a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px
}

@media (max-width:767.98px) {
  .footer-connectwithicon li a {
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 18px
  }
}

.footer-connectwithicon li:last-child {
  margin-right: 0
}

.footer-phoneicon {
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  width: 3.25rem;
  height: 2.75rem;
  display: block;
  margin: 0 auto .9375rem
}

.footer-emailicon {
  background-image: url(../images/mail.svg);
  background-repeat: no-repeat;
  width: 3.3125rem;
  height: 2.1875rem;
  display: block;
  margin: 0 auto .9375rem
}

.accordion-tab:last-child {
  border-bottom: 1px solid #c8c8c8
}

@media (max-width:991.98px) {
  .accordion-tab:last-child {
    border-bottom: 1px solid #000
  }
}

.accordion-heading {
  border-top: 1px solid #c8c8c8;
  background: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: .5625rem 6.25rem;
  font-family: Brandon_bld;
  cursor: pointer;
  position: relative;
  letter-spacing: 2px;
  height: 45px;
  line-height: 25px
}

@media (max-width:991.98px) {
  .accordion-heading {
    padding: 9px 20px 9px 50px;
    font-size: 12px;
    height: 40px;
    border-top: 1px solid #000
  }
}

.accordion-heading:after {
  content: '';
  background: url(../images/back.svg) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6.25rem;
  top: 1.0625rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: contain
}

@media (max-width:991.98px) {
  .accordion-heading:after {
    right: 35px;
    top: 14px
  }
}

.accordion-container {
  display: none;
  background: #f5f5f5
}

@media (max-width:991.98px) {
  .accordion-container {
    padding: 0;
    background-image: url(../images/accordionbg.png);
    background-color: #f5f5f5
  }
}

.accordion-navul {
  list-style: none;
  margin: 0
}

.accordion-navul li {
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  border-bottom: 1px solid #c8c8c8;
  padding: .5625rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991.98px) {
  .accordion-navul li {
    font-size: 10px;
    padding: 0 50px;
    height: 40px;
    border-bottom: 1px solid #000
  }
}

.accordion-navul li a {
  color: #000
}

.accordion-navul li a:hover {
  color: #ec9f73
}

@media (max-width:991.98px) {
  .accordion-navul li a:hover {
    color: #000
  }
}

.accordion-navul li:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.accordion-navul li.active a {
  color: #ec9f73
}

@media (max-width:991.98px) {
  .accordion-navul li.active a {
    color: #000
  }
}

.activeAccordion .accordion-heading {
  background-color: #000;
  color: #fff;
  background-image: url(../images/flower-iconcolor.png);
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: left center;
  background-position: 60px
}

@media (max-width:991.98px) {
  .activeAccordion .accordion-heading {
    background-position: 24px
  }
}

.activeAccordion .accordion-heading:after {
  background: url(../images/back-white.svg) no-repeat;
  width: 12px;
  height: 12px;
  top: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (max-width:991.98px) {
  .activeAccordion .accordion-heading:after {
    top: 13px
  }
}

.footer-mid {
  margin: 2.0625rem 0 1.4375rem;
  height: 4rem;
  background: rgba(255, 255, 255, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:767.98px) {
  .footer-mid {
    height: auto
  }
}

.footer-navgride {
  margin: 0;
  text-align: center;
  list-style: none
}

@media (max-width:767.98px) {
  .footer-navgride {
    padding: 1.375rem 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
  }
}

.footer-navgride li {
  color: #000;
  font-family: Brandon_bld;
  position: relative;
  display: inline-block;
  margin: 0 1.875rem;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 2px
}

@media (max-width:1199.98px) {
  .footer-navgride li {
    margin: 0 1.5rem
  }
}

@media (max-width:991.98px) {
  .footer-navgride li {
    margin: 0 .75rem;
    width: 20.33%;
    font-size: 10px
  }
}

@media (max-width:767.98px) {
  .footer-navgride li {
    margin: 0 5px;
    line-height: .9375rem
  }
}

.footer-navgride li br {
  display: none
}

@media (max-width:991.98px) {
  .footer-navgride li br {
    display: block
  }
}

@media (max-width:575.98px) {
  .footer-navgride li br {
    display: none
  }
}

.footer-navgride li a {
  color: #000
}

.footer-navgride li:after {
  position: absolute;
  content: '|';
  height: 16px;
  width: 1px;
  color: #000;
  top: -1px;
  right: -30px
}

@media (max-width:1199.98px) {
  .footer-navgride li:after {
    right: -24px
  }
}

@media (max-width:991.98px) {
  .footer-navgride li:after {
    right: -12px;
    top: 50%;
    margin-top: -.5625rem
  }
}

@media (max-width:767.98px) {
  .footer-navgride li:after {
    right: -6px
  }
}

.footer-navgride li:last-child:after {
  display: none
}

.footer-bottom {
  min-height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-socialIcon {
  margin-left: -1.25rem
}

@media (max-width:991.98px) {
  .footer-socialIcon {
    margin-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 15px
  }
}

.footer-socialIcon .icon-button {
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2.6rem;
  margin-top: 6px
}

.footer-socialIcon .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 0
}

.footer-socialIcon .icon-button i {
  color: #000;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 2.6rem;
  z-index: 10;
  font-size: 32px
}

@media (max-width:991.98px) {
  .footer-socialIcon .icon-button i {
    font-size: 13px
  }
}

.footer-socialIcon .twitter span {
  background-color: #4099ff
}

.footer-socialIcon .facebook span {
  background-color: #3b5998
}

.footer-socialIcon .instagram span {
  background-color: #8a3ab9
}

.footer-socialIcon .youtube span {
  background-color: #b00
}

.footer-copywrite {
  text-align: right
}

@media (max-width:767.98px) {
  .footer-copywrite {
    text-align: center
  }
}

.footer-copywrite p {
  color: #000;
  font-size: 9px;
  letter-spacing: 2px
}

.footer-seobox {
  margin: 3.25rem 0
}

@media (max-width:767.98px) {
  .footer-seobox {
    border-top: 1px solid #c8c8c8;
    margin: 1.4375rem 0 0;
    padding: 2.5rem 0
  }
}

.footer-seocontent {
  color: #000;
  position: relative;
  line-height: 1.25rem;
  padding-right: 60px;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-top: 16px;
  line-height: 25px
}

@media (max-width:991.98px) {
  .footer-seocontent {
    font-size: 12px;
    padding-right: 20px
  }
}

.footer-seocontent .morelink {
  position: absolute;
  top: 2px;
  background: url(../images/add-plus.svg) no-repeat;
  width: 14px;
  height: 14px;
  right: 0;
  background-size: contain;
  cursor: pointer
}

@media (max-width:991.98px) {
  .footer-seocontent .morelink {
    width: 12px;
    height: 12px;
    top: 6px
  }
}

.footer-seocontent .less {
  background: url(../images/substract.svg) no-repeat
}

.footer-seocontent p {
  color: #000;
  font-size: 1rem
}

@media (max-width:991.98px) {
  .footer-seocontent p {
    font-size: 12px
  }
}

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

.footer-seocontentdetail {
  display: none;
  line-height: 1.25rem;
  padding-right: 31px;
  letter-spacing: 2px;
  font-size: 1rem
}

@media (max-width:991.98px) {
  .footer-seocontentdetail {
    font-size: 12px;
    padding-right: 0
  }
}

.footer-seocontent.selected .footer-seocontentbox {
  white-space: normal;
  overflow: unset;
  text-overflow: unset
}

.footer-text-bg {
  background: url(../images/footer-text-bg) no-repeat;
  min-height: 8.75rem
}

.story-text {
  max-width: 800px;
  margin: 0 auto;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5625rem
}

@media (max-width:991.98px) {
  .story-text {
    height: 110px
  }
}

.fb_dialog {
  z-index: 99!important
}

@media (max-width:991.98px) {
  .nav-hide {
    display: none!important
  }
}



.footer-collection-subtitle li {
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-subtitle p {
  font-size: 12px;
}

.footer-collection-subtitle p {
  text-transform: initial;
  font-size: 12px;
}

@media (max-width: 992px) {
  .collection-subtitle p {
    font-size: 10px;
    padding: 0px 51px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: initial;
    margin-top: -10px;
  }
  .footer-collection-subtitle p {
    padding: 0px;
    color: #000000;
    font-size: 10px;
    line-height: 13px;
  }
  .accordion-navul li a {
    font-size: 10px;
  }
  .footer-collection-subtitle li {
    height: 50px;
    margin-top: 6px;
}
}




/*continue as guest css*/
.pt-5{padding-top: 40px;}

/*continue as guest css*/

/*style code */
.style-code{font-size: 11px; font-weight: normal;}

@media (max-width:768px) {
  .style-code {
    padding-bottom: 9px;
  }
  .pt-5 {padding-top: 17px;}

}
/*style code */


/*coupon code*/
.coupon-code-container{ display: flex; }
 .coupon-code{background-color: transparent;
 border: none;
 border-bottom: 1px solid #CCC;
 color: #555;
 box-sizing: border-box;
 padding: 10px 0px;
 width: 100%;
  
}
.remove-text{text-transform: uppercase; padding-top: 5px; font-size: 15px; color: #545454; }
.mr{margin-right: 10px; margin-bottom: 20px;}
.add-button{height: 37px; line-height: 37px; font-size: 12px;}

@media (max-width:576px) {

  .add-button{line-height:normal;}
}
  
  @media (max-width: 992px) {
    .collection-subtitle p {
      font-size: 10px;
      padding: 0px 51px;
      color: #000000;
      margin-bottom: 10px;
      text-transform: initial;
      margin-top: -10px;
    }
    .footer-collection-subtitle p {
      padding: 0px;
      color: #000000;
      font-size: 10px;
      line-height: 13px;
    }
    .accordion-navul li a {
      font-size: 10px;
    }
    .footer-collection-subtitle li {
      height: 53px;
      padding-top: 7px;
    }
  }

/*
filter css*/

.c_b_p{display: block!important; border: solid 1px #000000;margin-bottom: 24px!important;}
.c_b_p span{left: 34px; top: -5px; position: relative; text-transform: uppercase;font-size: .75rem;
    color: #6a6a6a;  pointer-events:none;}
 /*.color-tab{width: 17%!important;}*/
 .c-w-c{width: 278px!important; margin: 0px!important;}
 .fl{float: left;  width: 50%;}
 /*.fr{float: left; width: 30%;}*/
@media (max-width:500px) {
.fl{ width: 70%;}
.c_b_p{margin-bottom:12px!important;}
}
@media (max-width: 1199.98px){

  .c-w-c{width: 238px!important;}
}
.discounts{color:#ec0000;font-size:11px;}


  
  

.submit__search {
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    background: url(../../images/arrow_right.svg) center center no-repeat;
    border: 0;
    width: 44px;
}

.head-search-box input[type=text] {
  padding: 0 45px 0 10px;
}

@media (max-width:767px) {
  .submit__search {
    right: 15px;
    height: 30px;
    bottom: 0px;
    top: auto;
    width: 34px;
  }
}



.countdown-heading {
  /* min-width: 24px; */
  display: inline-block;
  margin-left: 5px;
}

.count_container_outer {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}

.count_container_outer a,
.count_container_outer p {
  display: flex;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

.count_container_outer p {
  font-size: 14px;
}

.count_container_outer #count_container {
  /* display: flex; */
  color: #fff;
  justify-content: center;
  font-size: 12px;
  padding-left:2px;
}

.countdown-value {
  min-width: 24px;
  margin-right: 2px;
  display: inline-block;
}

.count_container_outer p i {
  font-style: normal;
}

@media (max-width:767px) {
  .count_container_outer #count_container {
    font-size:10px;
  }
  .count_container_outer a,
  .count_container_outer p {
      display: block;
      font-size: 10px;
      font-weight: normal;
      
  }

  .count_container_outer i {
      display: none;
  }
  .count_container_outer {
    display:block;
  }
}


.offerPopup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  }

.offerPopup_overlay .offerPopup_outer {
  max-width: 700px;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  margin: 50px auto;
}

.offerPopup_overlay .offerPopup_inner {
  position: relative;
}

.offerPopup_overlay .offerPopup_close {
  background: url(../images/white-cancel.svg) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 9;
  cursor: pointer;
}

.full_img {
  width: 100%;
  display: block;
}

.listin_s_c_d {
  position: relative;
  margin-bottom: 15px;
}

.listin_s_c_d .heading_element,.seoContentcon h6,.seoContentcon h5,.seoContentcon h4,.seoContentcon h3,.seoContentcon h2 {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

.listin_s_c_d p {
  position: relative;
  color: rgba(51, 51, 58, .8);
  font-size: .925rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.readMore_con.activeReadmore {
  display: block;
}

.readMore_con a,
.readMore_con a:hover {
  color: #000;
  font-size: .925rem;
  text-decoration: underline;
  font-weight: 400;
}

.listin_s_c_d .seoContentcon  p {
  display: none;
}
.listin_s_c_d .seoContentcon  h2 {
  display: none;
}

.listin_s_c_d .seoContentcon  h3 {
  display: none;
}

.listin_s_c_d .seoContentcon p:nth-child(2),
.listin_s_c_d .seoContentcon  p:nth-child(1) {
  display: block;
}

.listin_s_c_d .seoContentcon h2:nth-child(2),
.listin_s_c_d .seoContentcon  h2:nth-child(1) {
  display: block;
}

.listin_s_c_d .seoContentcon.activeContent p,.listin_s_c_d .seoContentcon.activeContent h3,.listin_s_c_d .seoContentcon.activeContent h2 {
  display: block;
}
/*.store-location2 {
  display: none;
}*/

.shop_now,#btnShopNow {
  display: none;
}
.enquiry-message-section{
  margin: 20px auto;
  width: 54%;
  padding: 10px 10px 10px 27px;
}
.enquiry-message-section #enquiry-message-text{
  text-align: center;
  color: #bababa;
  font-weight: bold;
}

