/*
 * Custom code.
 */
/* ==========================================================================
   1. ELEMENTS
   ========================================================================== */
/* ==========================================================================
   1.1. RESET
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html, html a {
  -webkit-font-smoothing: antialiased; }

html {
  -ms-overflow-style: scrollbar; }

body {
  font-size: 14px;
  color: #777777;
  font-family: "Hind", sans-serif;
  word-wrap: break-word;
  line-height: 1.571;
  font-weight: 300; }

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.container {
  margin-left: auto;
  margin-right: auto; }

.row {
  clear: both; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  padding: 0px;
  margin: 0px; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }
  a:active, a:focus {
    text-decoration: none;
    outline: none; }

.value:empty {
  display: none; }

input {
  outline: 0;
  outline-style: none;
  outline-width: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.wrap {
  width: auto;
  clear: both; }

.center,
.table td.center,
.table th.center {
  text-align: center; }

table th {
  font-weight: 500 !important; }

.success {
  background: none repeat scroll 0 0 #43B754;
  border: 1px solid #43B754;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 500; }

.warning,
.alert-warning,
.warning_inline {
  background-color: #FCF8E3;
  border-color: #E4752B;
  color: #8A6D3B; }

.warning,
.alert {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  word-spacing: 0.03em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 20px; }
  .warning a,
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .warning p,
  .alert p {
    margin-bottom: 0; }

.alert-danger .material-icons {
  font-size: 0; }

.alert-danger .material-icons::before {
  content: "\ea27";
  font-family: "wokiee";
  font-style: normal;
  font-size: 20px;
  vertical-align: -4px; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
  font-size: 0;
  text-decoration: none;
  opacity: 1;
  margin-left: 30px; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF5267;
  opacity: 1;
  text-shadow: none; }

.alert-info {
  background: #2879fe; }
  .alert-info .close:not(:disabled):not(.disabled)::before {
    content: "\ea0f";
    font-size: 20px;
    font-family: "wokiee";
    color: #fff; }

.close:focus, .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.error {
  background: none repeat scroll 0 0 #FFCCCC;
  border: 1px solid #990000;
  font-size: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: bold; }

.error ol {
  margin-left: 20px; }

p {
  margin-bottom: 10px; }

small {
  font-size: 0.96em; }

cite {
  font-style: normal; }

.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px; }

label {
  margin-bottom: 10px;
  font-weight: 400; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101; }

abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small {
  display: block;
  line-height: 20px;
  color: #010101; }

blockquote small:before {
  content: '\2014 \00A0'; }

q:before,
q:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.5; }

code, kbd, pre, samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

blockquote {
  background: #f7f8fa;
  padding: 49px 25px 44px;
  margin: 34px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0 !important;
  font-size: 14px !important; }
  blockquote i[class*='icon-'] {
    font-size: 0; }
    blockquote i[class*='icon-']::before {
      font-size: 36px;
      line-height: 26px;
      color: #2879fe; }
  blockquote .title {
    font-size: 2.1428em !important;
    line-height: 1.33333em !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #191919;
    display: inline-block;
    margin-top: 15px !important;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    letter-spacing: 0 !important; }
  blockquote .title-description {
    font-size: 0.857em;
    display: block;
    margin-top: 14px;
    color: #191919;
    font-style: normal; }

/* ==========================================================================
   1.2. CLEARING
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* ==========================================================================
   1.3. BUTTON
   ========================================================================== */
button:focus {
  outline: none; }

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-transform: uppercase;
  background: #2879fe;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 115px;
  border-radius: 5px;
  line-height: 1;
  padding: 19px 40px 16px;
  text-align: center; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #2267d8;
    color: #fff; }

.btn-small {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 31px 4px;
  height: 40px; }

.btn-border {
  background: transparent;
  color: #2879fe;
  border: 2px solid #2879fe;
  height: 40px;
  padding-left: 29px;
  padding-right: 29px; }

.btn-border:hover {
  background: #191919;
  border-color: #191919; }

/* ==========================================================================
   1.4. LINKS
   ========================================================================== */
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #777777; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0; }

a:hover,
a:focus,
a:active {
  color: #2879fe; }

.box-link {
  background: #f7f8fa;
  color: #2879fe;
  display: block;
  font-size: 14px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  padding: 29px 16px 33px 12px; }
  .box-link i {
    margin-right: 6px;
    position: relative;
    top: 3px;
    font-size: 0px; }
    .box-link i::before {
      font-size: 20px;
      line-height: 20px; }
  .box-link:hover {
    background: #191919;
    cursor: pointer;
    color: #fff; }

/* ==========================================================================
   1.5. LIST
   ========================================================================== */
li > ul,
li > ol {
  margin-bottom: 0;
  padding-left: 15px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 15px;
  list-style: inside disc; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* ==========================================================================
   1.6. TABLE
   ========================================================================== */
table,
th,
td {
  border: 1px solid #e6e6e6;
  vertical-align: middle; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0px 0 1px 1px;
  margin: 0 0 30px;
  width: 100%; }

th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 1px 1px 0px 0;
  font-weight: 600; }

td {
  border-width: 1px 1px 0px 0; }

th,
td {
  padding: 15px; }

th p,
td p {
  margin: 0; }

/********* TABLES ********/
table.std, table.table_block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  width: 100%; }

table.std td, table.table_block td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 10px;
  vertical-align: top; }

.table {
  width: 100%;
  margin-bottom: 30px; }
  .table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: none; }
  .table thead > tr > th.active, .table thead > tr > td.active, .table tbody > tr > th.active, .table tbody > tr > td.active, .table tfoot > tr > th.active, .table tfoot > tr > td.active {
    background-color: whitesmoke; }
  .table thead > tr > th.success, .table thead > tr > td.success, .table tbody > tr > th.success, .table tbody > tr > td.success, .table tfoot > tr > th.success, .table tfoot > tr > td.success {
    background-color: #55c65e;
    border-color: #48b151; }
  .table thead > tr > th.danger, .table thead > tr > td.danger, .table tbody > tr > th.danger, .table tbody > tr > td.danger, .table tfoot > tr > th.danger, .table tfoot > tr > td.danger {
    background-color: #f3515c;
    border-color: #d4323d; }
  .table thead > tr > th.warning, .table thead > tr > td.warning, .table tbody > tr > th.warning, .table tbody > tr > td.warning, .table tfoot > tr > th.warning, .table tfoot > tr > td.warning {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table thead > tr.active > th, .table thead > tr.active > td, .table tbody > tr.active > th, .table tbody > tr.active > td, .table tfoot > tr.active > th, .table tfoot > tr.active > td {
    background-color: whitesmoke; }
  .table thead > tr.success > th, .table thead > tr.success > td, .table tbody > tr.success > th, .table tbody > tr.success > td, .table tfoot > tr.success > th, .table tfoot > tr.success > td {
    background-color: #55c65e;
    border-color: #48b151; }
  .table thead tr.warning > th, .table thead tr.warning > td, .table tbody tr.warning > th, .table tbody tr.warning > td, .table tfoot tr.warning > th, .table tfoot tr.warning > td {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle; }
  .table thead > tr.danger > th, .table thead > tr.danger > td {
    background-color: #f3515c;
    border-color: #d4323d; }
  .table tbody > tr > td {
    vertical-align: middle; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #fff; }
  .table .table {
    background-color: white; }

.table-condensed thead > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > th, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > th, .table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border-top: 1px solid #dddd;
  color: #333;
  font-weight: 400;
  border-left: 0;
  border-right: 1px solid #dddd; }
  .table-bordered td, .table-bordered th {
    border-right: 0; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    text-align: center; }
  .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: 0; }

.table-striped > tbody > tr:nth-child(odd) th, .table-striped > tbody > tr:nth-child(odd) td {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #42c04c;
  border-color: #419f49; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #f13946;
  border-color: #c32933; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #fe840d;
  border-color: #da681c; }

.table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f13946;
  border-color: #c32933; }

.table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"], table table th[class*="col-"] {
  float: none;
  display: table-cell; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: normal; }
        .table-responsive > .table > thead > tr > th .form-control, .table-responsive > .table > thead > tr > td .form-control, .table-responsive > .table > tbody > tr > th .form-control, .table-responsive > .table > tbody > tr > td .form-control, .table-responsive > .table > tfoot > tr > th .form-control, .table-responsive > .table > tfoot > tr > td .form-control {
          padding: 0 7px; }
    .table-responsive .table-bordered {
      border: 0; }
      .table-responsive .table-bordered > thead > tr th:first-child, .table-responsive .table-bordered > thead > tr td:first-child, .table-responsive .table-bordered > tbody > tr th:first-child, .table-responsive .table-bordered > tbody > tr td:first-child, .table-responsive .table-bordered > tfoot > tr th:first-child, .table-responsive .table-bordered > tfoot > tr td:first-child {
        border-left: 0; }
      .table-responsive .table-bordered > thead > tr th:last-child, .table-responsive .table-bordered > thead > tr td:last-child, .table-responsive .table-bordered > tbody > tr th:last-child, .table-responsive .table-bordered > tbody > tr td:last-child, .table-responsive .table-bordered > tfoot > tr th:last-child, .table-responsive .table-bordered > tfoot > tr td:last-child {
        border-right: 0; }
      .table-responsive .table-bordered > thead > tr:last-child th, .table-responsive .table-bordered > thead > tr:last-child td, .table-responsive .table-bordered > tbody > tr:last-child th, .table-responsive .table-bordered > tbody > tr:last-child td, .table-responsive .table-bordered > tfoot > tr:last-child th, .table-responsive .table-bordered > tfoot > tr:last-child td {
        border-bottom: 0; }
  #order-list td > .label {
    white-space: normal; } }

/* table */
.table-01 {
  width: 100%;
  border-top: 1px solid #e9e7e7;
  border-bottom: 1px solid #e9e7e7;
  border-left: 0; }

.table-01 thead tr th {
  font-weight: 500;
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  padding: 12px 0 10px;
  border: 0; }

.table-01 thead tr th:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px; }

.table-01 thead tr th:not(:first-child) {
  width: 44%;
  padding-right: 10px; }

.table-01 tbody tr {
  border-top: 1px solid #e9e7e7; }

.table-01 tbody tr td {
  padding: 11px 0 11px;
  line-height: 17px;
  border-right: 0; }

.table-01 tbody tr td:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px; }

.table-01 tbody tr td:not(:first-child) {
  width: 44%;
  padding-right: 10px; }

/* table */
.table-02 {
  width: 100%;
  border-bottom: 1px solid #e9e7e7;
  border-left: 0; }

.table-02 tbody tr {
  border-top: 1px solid #e9e7e7; }

.table-02 tbody tr td:first-child {
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-right: 10px; }

.table-02 tbody tr td {
  line-height: 17px;
  border-right: 0; }

.table-02 tbody tr td:first-child {
  width: 31%;
  max-width: 179px;
  padding: 12px 9px 10px 0; }

.table-02 tbody tr td:not(:first-child) {
  padding-right: 10px;
  padding: 13px 0 9px; }

/* tt-table-03 (product-variable.html)*/
.table-03 {
  width: 100%; }

.table-03 tbody tr td:first-child {
  color: #191919;
  width: 74px;
  padding: 0 10px 0 0; }

.table-03 tbody tr td {
  padding-top: 3px;
  padding-bottom: 3px; }

.table-03 tbody tr:last-child td {
  padding-bottom: 0; }

/* ==========================================================================
   1.7. FORM
   ========================================================================== */
button,
input,
select,
textarea {
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  outline: 0; }

select {
  background-color: transparent;
  border: 1px solid #ebebeb;
  padding: 10px;
  width: 100%; }

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */ }

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5; }

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  position: relative; }
  .button:hover, .button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    outline: 0;
    color: #fff; }

.button.disabled {
  opacity: 0.5; }

textarea {
  height: auto;
  padding: 10px; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

label {
  font-weight: 400;
  color: #bbb; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border: 1px solid #F7F8FA;
  background: #F7F8FA;
  height: 40px;
  padding: 11px 12px 10px 15px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group label {
  color: #191919;
  font-size: 13px;
  margin-bottom: 13px; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-color: #2879fe; }

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
  padding: 5px 10px; }

.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
  background: #fff; }

.radio label,
.checkbox label {
  display: inline-block;
  font-weight: 300;
  min-height: auto; }

.form-control-static {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display: inline; }

.form-group.date-time-select .col-sm-6 > div {
  display: inline-block;
  margin-right: 30px; }

.checkbox-margin input[type="checkbox"] {
  margin: 6px 0 0 0;
  display: inline-block; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

select,
select.form-control,
select.inputbox,
select.input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 120px;
  min-height: 40px;
  width: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.select-form {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  width: 100%; }

.form-control {
  height: 40px;
  line-height: 40px;
  border: 1px solid #F7F8FA;
  padding: 0 25px;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px; }

textarea.form-control {
  padding: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 25px; }

textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-control:disabled, .form-control[readonly] {
  background-color: #F6F6F6;
  opacity: 1; }

.form-group {
  margin-bottom: 20px; }

.custom-radio,
.custom-checkbox {
  cursor: pointer;
  margin-right: 7px; }

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0; }

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.custom-radio input[type="radio"] + span {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }

.custom-checkbox input[type="checkbox"] + span {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }
  .custom-checkbox input[type="checkbox"] + span + label {
    margin-left: 10px; }

.custom-radio input[type="radio"] + span::before {
  content: "\ea11";
  font-family: "wokiee";
  font-size: 14px;
  color: #191919;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #cdcdcd;
  background: #f7f8fa;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  color: transparent; }

.custom-radio input[type="radio"]:checked ~ span::before {
  content: "\ea11";
  border-color: #2879fe;
  background: #2879fe;
  color: #fff; }

.custom-checkbox input[type="checkbox"] + span::before {
  content: "";
  font-family: "wokiee";
  font-size: 14px;
  color: #191919;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #cdcdcd;
  background: #f7f8fa;
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
  display: block; }

.custom-checkbox input[type="checkbox"]:checked ~ span::before {
  content: "\ea11";
  border-color: #2879fe;
  background: #2879fe;
  color: #fff; }

/* ==========================================================================
   1.8. HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.04em; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

dfn, cite, em, i {
  font-style: italic; }

mark, .mark {
  background: #191919;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 6px; }

code, kbd, tt, var {
  font-size: 1em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px; }

del {
  font-weight: 300;
  color: #8c8c8c;
  text-decoration: line-through; }

pre {
  font-size: 1em;
  overflow: hidden;
  white-space: pre-wrap; }

hr {
  border-top-color: #ddd; }

.page_heading {
  font-size: 2.43em;
  line-height: 1.294em;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 0 0 50px 0; }

.cart-grid .page_heading {
  border-bottom: 1px solid #E9E7E7; }

#cart .cart-grid .page_heading {
  border-bottom: 0; }

/* ==========================================================================
   1.9. TYPOGRAPHY
   ========================================================================== */
.title-subpages:not(.noborder) {
  border-bottom: 1px solid #e9e7e7;
  font-size: 2.42857em;
  line-height: 1.294em;
  letter-spacing: 0.003em;
  font-weight: 500;
  padding: 0 0 50px 0;
  margin-bottom: 46px;
  margin-top: -10px; }

.typography-container {
  /* checkbox-group */
  /* radio-group */ }
  .typography-container h1 {
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 17px; }
  .typography-container h2 {
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 23px; }
  .typography-container h3 {
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 23px; }
  .typography-container h4 {
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 24px; }
  .typography-container h5 {
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 15px; }
  .typography-container h6 {
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 15px; }
  .typography-container ul,
  .typography-container ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .typography-container p {
    margin: 16px 0 0 0px; }
  .typography-container .checkbox-group {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
  .typography-container .checkbox-group input[type=checkbox] {
    display: none; }
  .typography-container .checkbox-group label {
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    color: #191919;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-bottom: 0; }
  .typography-container .checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    transition-duration: 0.12s; }
  .typography-container .checkbox-group label .box {
    background: #f7f8fa;
    border-radius: 2px;
    height: 17px;
    width: 17px;
    z-index: 9;
    margin-top: 2px;
    border: 1px solid #cdcdcd; }
  .typography-container .checkbox-group label .check {
    top: 2px;
    left: 0px;
    opacity: 0;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #2879fe;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    line-height: 1; }
  .typography-container .checkbox-group label .check:before {
    content: "\ea11";
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    position: relative;
    left: 1px;
    top: 1px;
    font-family: "wokiee";
    font-style: normal;
    font-weight: 400; }
  .typography-container .checkbox-group:hover label {
    color: #2879fe; }
  .typography-container input[type=checkbox]:checked ~ label .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .typography-container .radio {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
    transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    color: #777777; }
  .typography-container .radio input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute; }
  .typography-container .radio input:focus + .outer .inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #2879fe; }
  .typography-container .radio .outer {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px 9px 0 0;
    background-color: #f7f8fa;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .typography-container .radio .inner {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
    display: block;
    background-color: #2879fe;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .typography-container .radio input:checked + .outer .inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .typography-container .radio:hover {
    color: #2879fe; }
  .typography-container .radio:hover .inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.demo-typography h1 {
  margin-top: 38px; }

.demo-typography .box-text {
  margin-top: 43px; }

.list-dash > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 19px;
  color: #777777; }
  .list-dash > li::before {
    content: '';
    width: 9px;
    height: 1px;
    background: #777777;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0; }

.list-dash > li:not(:first-child) {
  margin-top: 6px; }

.list-dash ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 10px; }

.list-dash ul > li::before {
  content: '';
  width: 5px;
  height: 1px;
  background: #777777;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -3px; }

hr:not([class]) {
  margin-top: 53px;
  margin-bottom: 53px; }

.list-dot > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  color: #777777; }

.list-dot > li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%; }

.list-dot ul {
  margin: 0px 0 0 8px; }

.list-dot ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 9px; }

.list-dot ul > li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #191918;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -2px;
  border-radius: 50%; }

.list-dot > li:not(:first-child) {
  margin-top: 6px; }

.list-number {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0; }

.list-number li {
  color: #777777; }

.list-number li::before {
  counter-increment: li;
  content: counters(li, ".") " ";
  color: #777777; }

.list-number ol {
  padding: 6px 0 0px 24px;
  margin: 0;
  counter-reset: li;
  list-style: none; }

.list-number ol li::before {
  color: #777777; }

.list-number li:not(:first-child) {
  margin-top: 6px; }

.tt-base-color {
  color: #2879fe; }

.list-form-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0; }

.list-form-inline li {
  margin-left: 15px; }
  .list-form-inline li:first-child {
    margin-left: 0; }

/* ==========================================================================
   2. SITE
   ========================================================================== */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85); }

.spinner1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px; }
  .spinner1 .bounce1,
  .spinner1 .bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loadingstyle1 2.0s infinite ease-in-out;
    animation: loadingstyle1 2.0s infinite ease-in-out; }
  .spinner1 .bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

.spinner2,
.spinner3 {
  background-image: url("../img/icon/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%; }

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center; }
  .spinner4 .bounce1,
  .spinner4 .bounce2,
  .spinner4 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
    animation: loadingstyle4 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .spinner4 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s; }
  .spinner4 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s; }

.spinner5 {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-animation: loadingstyle5 1s infinite ease-in-out;
  animation: loadingstyle5 1s infinite ease-in-out; }

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear; }
  .spinner6 .dot1, .spinner6 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .spinner6 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

.spinner {
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear; }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-moz-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-moz-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/** EFFECT SERVICE***************/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fa-car {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px); } }

@keyframes fa-car {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px); } }

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  33.3% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  49.95% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  66.6% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  83.25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  33.3% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  49.95% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  66.6% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  83.25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

header {
  background: #fff;
  position: relative;
  z-index: 3; }
  header .dropdown-toggle::after {
    display: none; }
  header .dropdown-toggle:not([href]):not([tabindex]):focus,
  header .dropdown-toggle:not([href]):not([tabindex]):hover {
    color: #2879fe;
    cursor: pointer; }
  header .nav-header .dropdown-toggle::after {
    display: none; }
  header .layout-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: inherit;
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -box-flex: 0 0 auto;
    width: auto; }
  header .menu-column {
    flex: 2 1 auto;
    -webkit-box-flex: 2 1 auto;
    -moz-flex: 2 1 auto;
    -webkit-flex: 2 1 auto;
    -moz-box-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -box-flex: 2 1 auto;
    position: static; }
  header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .options-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    float: right; }
    header .options-column .btn-group {
      vertical-align: -12px; }

.header-row .container {
  position: relative; }

header .options-column .addon-box:last-child .btn-group .dropdown-toggle [class*="icon-"] {
  padding-right: 0; }

.logo-column a {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #2879FE;
  position: relative; }

.logo-column .logo {
  max-height: 20px;
  margin-top: -4px;
  height: auto;
  width: auto; }

.logo-column .logo::before {
  content: "";
  width: 4.5px;
  height: 5px;
  background: #191919;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 56.5px;
  margin-top: 8px; }

header .btn-group .dropdown-toggle [class*="icon-"] {
  font-size: 20px;
  color: #191919;
  padding: 0px 10px; }

header .btn-group.open .dropdown-toggle [class*="icon-"] {
  color: #2879fe; }

.header-1 .jms-megamenu .dropdown-menu.fullwidth {
  width: calc(100% - 20px);
  left: 10px; }

.open a:not([href]):not([tabindex]) {
  color: #2879fe;
  cursor: pointer; }

.module-group-box .dropdown-menu a:not([href]):not([tabindex]) {
  display: none; }

.module-group-box .dropdown-menu .btn-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px; }
  .module-group-box .dropdown-menu .btn-group:last-child {
    margin-bottom: 0; }

.module-group-box .dropdown-menu .dropdown-menu {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border: 0;
  opacity: 1;
  min-width: auto;
  margin-top: 0 !important;
  width: 100%; }

header .btn-group.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 8px;
  pointer-events: auto; }

header .btn-group .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  font-size: 1em;
  margin-top: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  left: auto;
  min-width: 280px;
  padding: 33px 20px 30px 39px;
  pointer-events: none; }
  header .btn-group .dropdown-menu li {
    padding: 3px 0; }
    header .btn-group .dropdown-menu li.current a {
      color: #2879fe; }
    header .btn-group .dropdown-menu li a {
      color: #191919; }
      header .btn-group .dropdown-menu li a:hover {
        color: #2879fe; }
  header .btn-group .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0; }

header .options-column .addon-box:nth-last-child(2) .dropdown-menu {
  right: -30px; }

header .options-column .addon-box:nth-last-child(3) .dropdown-menu {
  right: -70px; }

header .btn-group .search-box {
  position: fixed;
  top: -100%;
  left: 0;
  margin: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 0;
  right: 0; }

header .btn-group.open .search-box {
  top: 0; }

.topbar-row {
  background: #303030; }
  .topbar-row .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
    padding: 9px 0 8px; }

.topbar-left ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.01em; }
  .topbar-left ul li {
    margin-right: 15px; }
    .topbar-left ul li:last-child {
      margin-right: 0; }

.topbar-left ul i {
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
  vertical-align: sub; }

.topbar-right .find-us .divider a {
  color: #777; }
  .topbar-right .find-us .divider a:hover {
    color: #fff; }

/************HEADER-2**********/
.header-2 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px; }

.header-2.megamenu-row {
  background: #303030; }

.header-2 .jms-megamenu .nav > li > a {
  color: #fff; }

.header-2 .jms-megamenu .nav > li > a:hover {
  background: #2879FE;
  color: #fff; }

.header-2 .jms-megamenu .nav > li.open > a {
  background: #2879FE;
  color: #fff; }

.header-2.header-top .row {
  padding-top: 4px;
  padding-bottom: 4px; }

.header-2.megamenu-row .container {
  position: relative; }

.header-2 .megamenu-column {
  position: static; }

.header-2 .jms-megamenu .dropdown-menu.fullwidth {
  width: calc(100% - 20px); }

/************HEADER-3**********/
.header-3 #jms-megamenu-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header-3 .menu-column {
  padding-right: 0; }

/*********HEADER 4***********/
.header-4 .jms-megamenu .nav > li:first-child > a {
  padding-left: 0; }

.header-4 .jms-megamenu .nav > li > a:hover {
  background: none;
  color: #2879FE; }

.header-4 .jms-megamenu .nav > li.open > a {
  background: none;
  color: #2879fe; }

/*************HEADER-5***************/
.header-5 .mega-menu-column {
  max-width: 100%;
  width: 100%;
  margin-top: -3px; }

.header-5 .logo-column {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-5 .container {
  position: relative; }

.header-5 .options-column {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2; }

.header-5 #jms-megamenu-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-5 .jms-megamenu .nav > li > a {
  padding-top: 0;
  padding-bottom: 14px; }

.header-5 .jms-megamenu .nav > li:first-child > a {
  padding-left: 0; }

.header-5 .jms-megamenu .nav > li:last-child > a {
  padding-right: 0; }

/**************HEADER-7*************/
.alert-box .alert-info,
.alert-row .alert-info {
  border: 0;
  color: #fff;
  margin-bottom: 0;
  padding: 25px 15px 24px; }

.header-7 .logo-column {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-7 #jms-megamenu-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-7 .jms-megamenu .nav > li:first-child > a {
  padding-left: 0; }

.header-7 .jms-megamenu .nav > li:last-child > a {
  padding-right: 0; }

/************HEADER-8***********/
.header-8 .mega-menu-column {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -box-flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center; }
  .header-8 .mega-menu-column #jms-megamenu-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.header-8 {
  position: relative;
  z-index: 2; }
  .header-8 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
    position: relative; }
  .header-8 .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-8 .jms-megamenu .nav > li > a {
    color: #fff; }
    .header-8 .jms-megamenu .nav > li > a:hover {
      color: #2879fe; }
  .header-8 .btn-group .dropdown-toggle [class*="icon-"] {
    color: #fff; }
  .header-8 .btn-group .dropdown-toggle:hover [class*="icon-"] {
    color: #2879fe; }
  .header-8 .btn-group.open .dropdown-toggle [class*="icon-"] {
    color: #2879fe; }

/**************HEADER 9************/
.header-9 .container .row {
  position: relative; }

/***************HEADER-14*************/
.header-14 {
  background: #303030; }
  .header-14 .jms-megamenu .nav > li > a {
    color: #fff; }
    .header-14 .jms-megamenu .nav > li > a:hover {
      color: #2879fe; }
  .header-14 .btn-group .dropdown-toggle [class*="icon-"] {
    color: #fff; }
  .header-14 .btn-group .dropdown-toggle:hover [class*="icon-"] {
    color: #2879fe; }
  .header-14 .btn-group.open .dropdown-toggle [class*="icon-"] {
    color: #2879fe; }

/***********HEADER 16**********/
.header-16 .jms-megamenu .nav > li:first-child a {
  padding-left: 0; }

.header-16 .jms-megamenu .nav > li:last-child a {
  padding-right: 0; }

.header-16 .jms-megamenu .nav > li > a:hover {
  color: #2879fe;
  background: none; }

body:not(#index).home-8 header,
body:not(#index).home-10 header,
body:not(#index).home-17 header,
body:not(#index).home-23 header {
  background: #222222; }

/***********OPEN BOXED**********/
@media (min-width: 576px) {
  body.body-boxed {
    background: #f7f8fa; }
  body.body-boxed .main-site {
    background: #ffffff;
    margin: 0 auto; }
  body.body-boxed header,
  body.body-boxed footer {
    max-width: 546px; }
  body.body-boxed footer {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }

@media (min-width: 576px) and (min-width: 576px) {
  body.body-boxed .main-site {
    max-width: 546px; }
  body.body-boxed header,
  body.body-boxed footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%; } }

@media (min-width: 576px) and (min-width: 791px) {
  body.body-boxed .main-site {
    max-width: 770px; }
  body.body-boxed header,
  body.body-boxed footer {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  body.body-boxed .main-site {
    max-width: 990px; }
  body.body-boxed header,
  body.body-boxed footer {
    max-width: 990px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  body.body-boxed .container,
  body.body-boxed .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  body.body-boxed .main-site {
    max-width: 1200px; }
  body.body-boxed header,
  body.body-boxed footer {
    max-width: 1200px; }
  body.body-boxed .container,
  body.body-boxed .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

/***********END BOXED**********/
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.open > .dropdown-menu {
  display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none !important; }

.container {
  padding-left: 0;
  padding-right: 0; }

.logo-column {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.fixed-menu-top {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030; }

.fixed-menu-top .jms-megamenu .nav > li:first-child > a {
  padding-left: 0; }

.fixed-menu-top .logo-column {
  display: none; }

.nav-menu.fixed-menu-top .open > .dropdown-menu {
  margin-top: 0; }

.fixed-menu-top .header-2 .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fixed-menu-top .header-2.megamenu-row {
  background: none; }

.fixed-menu-top .header-2 .jms-megamenu .nav > li > a {
  color: #191919; }

.fixed-menu-top .header-2 .jms-megamenu .nav > li:first-child > a {
  padding-left: 12px; }

.fixed-menu-top .header-2 .jms-megamenu .nav > li:hover > a {
  color: #fff; }

.fixed-menu-top .header-2 .jms-megamenu .nav > li.open > a {
  color: #fff; }

.fixed-menu-top .header-2.megamenu-row > .container > .row {
  position: absolute;
  top: -50px;
  left: 10px;
  display: block;
  right: 10px; }

.fixed-menu-top .header-top.header-2 .options-column {
  position: relative;
  z-index: 1; }

.fixed-menu-top.header-3 #jms-megamenu-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fixed-menu-top .header-2.header-4 .jms-megamenu .nav > li:hover > a {
  color: #2879fe; }

.fixed-menu-top .header-2.header-4 .jms-megamenu .nav > li.open > a {
  background: none; }

.header-5.fixed-menu-top {
  position: fixed;
  min-height: 50px;
  padding-top: 18px; }

.fixed-menu-top .header-5.megamenu-row {
  min-height: 50px;
  padding-top: 18px; }
  .fixed-menu-top .header-5.megamenu-row #jms-megamenu-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.header-5.fixed-menu-top #jms-megamenu-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fixed-menu-top.header-5 .jms-megamenu .nav > li:first-child > a {
  padding-left: 0; }

.header-5.fixed-menu-top .options-column {
  top: -18px; }

.fixed-menu-top.header-8 .jms-megamenu .nav > li:hover > a, .fixed-menu-top.header-8 .jms-megamenu .nav > li.open > a {
  color: #2879fe; }

.fixed-menu-top.header-8 .jms-megamenu .nav > li > a {
  color: #191919; }

.fixed-menu-top.header-8 .mega-menu-column #jms-megamenu-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fixed-menu-top.header-8 .btn-group .dropdown-toggle [class*="icon-"] {
  color: #191919; }

.fixed-menu-top.header-8 .btn-group .dropdown-toggle:hover [class*="icon-"],
.fixed-menu-top.header-8 .btn-group.open .dropdown-toggle [class*="icon-"] {
  color: #2879fe; }

.fixed-menu-top.header-14 .jms-megamenu .nav > li:hover > a, .fixed-menu-top.header-14 .jms-megamenu .nav > li.open > a {
  color: #2879fe; }

.fixed-menu-top.header-14 .jms-megamenu .nav > li > a {
  color: #191919; }

.fixed-menu-top.header-14 .btn-group .dropdown-toggle [class*="icon-"] {
  color: #191919; }

.fixed-menu-top.header-14 .btn-group .dropdown-toggle:hover [class*="icon-"] {
  color: #2879fe; }

.fixed-menu-top.header-14 .btn-group.open .dropdown-toggle [class*="icon-"] {
  color: #2879fe; }

.fixed-menu-top .header-16 .jms-megamenu .nav > li > a:hover {
  background: #2879fe; }

.fixed-menu-top .header-16 .jms-megamenu .nav > li:last-child a {
  padding-right: 12px; }

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

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px; } }

.container-fluid {
  width: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.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 {
  padding-left: 10px;
  padding-right: 10px; }

.player .player-alert, .player .vp-player-inner, .player .vp-player-layout, .player .vp-target {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  overflow: hidden; }

.img-responsive {
  width: 100%;
  max-width: 100%; }

/*************PRODUCT BOX*************/
.product-preview {
  position: relative;
  max-width: 100%;
  width: 100%;
  background: #F7F8FA; }

.preview {
  position: relative; }

.preview-image {
  text-align: center; }

.product-preview ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  z-index: 2; }

.variant-links li a {
  width: 21px;
  height: 21px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  position: relative; }

.variant-links {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.variant-links li a::before, .variant-links li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.variant-links li a::after {
  border-width: 2px;
  border-color: #2879FE;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px; }

.variant-links li a::before {
  border-width: 4px;
  border-color: #fff; }

.variant-links li {
  margin: 0 2px; }
  .variant-links li a:hover::before, .variant-links li a:hover::after {
    opacity: 1;
    filter: alpha(opacity=100); }

.product-flags {
  position: absolute;
  top: 10px;
  left: 10px; }

.product-flag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .product-flag.new {
    background: #03a9f5;
    color: #ffffff; }

.discount-percentage,
.product-flag.product-quantity {
  background: #f8353e;
  position: absolute;
  top: 10px;
  left: 10px; }

.product-flag.product-quantity {
  background: #191919; }

.product-btn {
  background: #ffffff;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative; }
  .product-btn:hover {
    background: #2879fe;
    color: #fff !important; }
    .product-btn:hover .tooltip-wrap {
      opacity: 1;
      filter: alpha(opacity=100); }

.product-preview ul.product-buttons li:last-child {
  margin-bottom: 0; }

.product-preview ul.product-buttons li {
  margin-bottom: 10px; }

.product-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #191919; }

.product-preview:hover .product-btn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip-wrap {
  background: #191919;
  color: #fff;
  font-size: 12px;
  min-width: 100px;
  padding: 2px 10px 0px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }

.tooltip-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 50%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #191919;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.category_name {
  font-size: 12px;
  color: #999;
  text-transform: uppercase; }

.product-link {
  font-weight: 500;
  color: #191919; }

.price {
  font-size: 16px;
  color: #191919;
  font-weight: 500; }

.regular-price.old {
  text-decoration: line-through; }

.has-discount .new {
  color: #f8353e;
  margin-right: 7px; }

.product-rating {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1px auto 5px; }

.icon-star, .icon-star-half {
  color: #ffb503; }

.product-info {
  background: #fff;
  min-height: 146px; }

.product-preview:hover .product-info .product-info-inside {
  margin-top: -59px; }

.product-preview:hover .addtocart-button {
  opacity: 1;
  filter: alpha(opacity=100); }

.product-info-inside {
  padding-top: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff; }

.addtocart-button .product-btn {
  opacity: 1;
  width: auto;
  height: auto;
  border: 0;
  background: #2879fe;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 6px;
  padding: 8px 16px 5px; }
  .addtocart-button .product-btn:hover, .addtocart-button .product-btn.checking, .addtocart-button .product-btn.checked {
    background: #2267D8; }

.addtocart-button .product-btn.disabled {
  background: #ccc !important; }

.addtocart-button .product-btn .icon-e-17,
.addtocart-button .product-btn .icon-g-82 {
  display: none; }

.addtocart-button .product-btn [class*="icon-"] {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -4px; }

.color_to_pick_list {
  margin-top: 12px;
  margin-bottom: 13px; }

.addtocart-button {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.addtocart-button .product-btn.checking .icon-e-17 {
  display: block; }

.addtocart-button .product-btn.checking .icon-f-39 {
  display: none; }

.ajax-add-to-cart.product-btn.checked .icon-f-39 {
  display: none; }

.ajax-add-to-cart.product-btn.checked .icon-g-82 {
  display: block; }

.product-preview:hover .product-img2 {
  opacity: 1;
  visibility: visible; }

.product-img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden; }

.ajax_block_product {
  margin-bottom: 40px; }

.owl-carousel .owl-item:nth-child(3) .ajax_block_product:first-child .product-rating,
.owl-carousel .owl-item:nth-child(6) .ajax_block_product:first-child .product-rating,
.owl-carousel .owl-item:nth-child(9) .ajax_block_product:first-child .product-rating {
  display: none; }

/**********END PRODUCT BOX************/
/**********BREADCRUMNB************/
.breadcrumb {
  background: #f7f8fa;
  font-size: 12px;
  padding: 0;
  margin-bottom: 55px; }
  .breadcrumb ol {
    padding-left: 0;
    padding-right: 0;
    list-style: none; }
    .breadcrumb ol li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .breadcrumb ol li a {
        padding: 6px 6px 6px 0;
        display: block; }
        .breadcrumb ol li a::before {
          content: '/';
          display: inline-block;
          float: right;
          padding: 0 0px 0 6px; }
        .breadcrumb ol li a:hover::before {
          color: #777; }
      .breadcrumb ol li a[href=""] {
        display: none; }
      .breadcrumb ol li:first-child a {
        padding-left: 0; }
      .breadcrumb ol li:last-child a {
        padding-right: 0; }
        .breadcrumb ol li:last-child a::before {
          display: none; }

.page-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

/************BACK TO TOP*************/
#back-to-top {
  position: fixed;
  width: 62px;
  height: 62px;
  bottom: 50px;
  right: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
  background: rgba(40, 121, 254, 0.75);
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #back-to-top span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  #back-to-top:hover {
    background: #303030; }
    #back-to-top:hover span {
      margin-top: -10px; }

.breadcrumb-category-layout-banner h1,
.breadcrumb-category-layout-bannerandesc h1,
.breadcrumb-category-layout-desc h1 {
  color: #fff; }

.breadcrumb-category-layout-banner .breadcrumb-inner ol,
.breadcrumb-category-layout-bannerandesc .breadcrumb-inner ol,
.breadcrumb-category-layout-desc .breadcrumb-inner ol {
  color: #fff; }
  .breadcrumb-category-layout-banner .breadcrumb-inner ol a,
  .breadcrumb-category-layout-bannerandesc .breadcrumb-inner ol a,
  .breadcrumb-category-layout-desc .breadcrumb-inner ol a {
    color: #fff; }
    .breadcrumb-category-layout-banner .breadcrumb-inner ol a:hover,
    .breadcrumb-category-layout-bannerandesc .breadcrumb-inner ol a:hover,
    .breadcrumb-category-layout-desc .breadcrumb-inner ol a:hover {
      color: #2879fe; }

.modal.quickview .modal-dialog {
  max-width: 52%;
  min-width: 990px; }

.fade.in {
  opacity: 1; }

.modal .modal-dialog {
  max-width: 50%;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  left: 50%;
  top: 50%; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%); }

.modal.in .modal-dialog {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0; }

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }

.product-row.product-tabs,
.product-row.product-category-tab,
.product-categories-row,
.featured-service-row {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.show-in {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible !important; }

/**********BOXED************/
body.body-boxed .jms-row .container-fluid {
  padding-left: 0;
  padding-right: 0; }

body.body-boxed .categories-column-right-bottom {
  padding-right: 0; }

body.body-boxed .banner-center-row .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 576px) {
  .home-1 .owl-theme .owl-controls,
  .home-6 .owl-theme .owl-controls,
  .home-8 .owl-theme .owl-controls,
  .home-9 .owl-theme .owl-controls,
  .home-14 .owl-theme .owl-controls,
  .home-16 .owl-theme .owl-controls {
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -112px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    filter: alpha(opacity=0); }
    .home-1 .owl-theme .owl-controls div.owl-prev,
    .home-6 .owl-theme .owl-controls div.owl-prev,
    .home-8 .owl-theme .owl-controls div.owl-prev,
    .home-9 .owl-theme .owl-controls div.owl-prev,
    .home-14 .owl-theme .owl-controls div.owl-prev,
    .home-16 .owl-theme .owl-controls div.owl-prev {
      margin-left: -19px; }
    .home-1 .owl-theme .owl-controls div.owl-next,
    .home-6 .owl-theme .owl-controls div.owl-next,
    .home-8 .owl-theme .owl-controls div.owl-next,
    .home-9 .owl-theme .owl-controls div.owl-next,
    .home-14 .owl-theme .owl-controls div.owl-next,
    .home-16 .owl-theme .owl-controls div.owl-next {
      margin-right: -19px; }
  .home-1 .owl-theme:hover .owl-controls,
  .home-6 .owl-theme:hover .owl-controls,
  .home-8 .owl-theme:hover .owl-controls,
  .home-9 .owl-theme:hover .owl-controls,
  .home-14 .owl-theme:hover .owl-controls,
  .home-16 .owl-theme:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100); } }

@media (max-width: 575px) {
  .home-1 .owl-theme .owl-controls,
  .home-6 .owl-theme .owl-controls,
  .home-8 .owl-theme .owl-controls,
  .home-9 .owl-theme .owl-controls,
  .home-14 .owl-theme .owl-controls,
  .home-16 .owl-theme .owl-controls {
    top: 50%;
    width: 100%;
    height: 0px;
    margin-top: -112px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    filter: alpha(opacity=0); }
  .home-1 .owl-theme:hover .owl-controls,
  .home-6 .owl-theme:hover .owl-controls,
  .home-8 .owl-theme:hover .owl-controls,
  .home-9 .owl-theme:hover .owl-controls,
  .home-14 .owl-theme:hover .owl-controls,
  .home-16 .owl-theme:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100); } }

/*******ADD TO CART POPUP*******/
.modal-backdrop.fade.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.96); }

#blockcart-modal .modal-title {
  font-size: 18px;
  text-transform: uppercase; }

#blockcart-modal .modal-body {
  padding: 0; }

#blockcart-modal .modal-content {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0; }

#blockcart-modal.in {
  opacity: 1; }

#blockcart-modal.modal.fade .modal-dialog {
  max-width: 1170px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 0; }

#blockcart-modal .close:not(:disabled):not(.disabled) {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #000;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  margin: 0;
  z-index: 1;
  top: 20px; }
  #blockcart-modal .close:not(:disabled):not(.disabled) span {
    font-size: 0px; }
    #blockcart-modal .close:not(:disabled):not(.disabled) span::before, #blockcart-modal .close:not(:disabled):not(.disabled) span::after {
      content: "";
      width: 15px;
      height: 1px;
      background: #fff;
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    #blockcart-modal .close:not(:disabled):not(.disabled) span::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  #blockcart-modal .close:not(:disabled):not(.disabled):hover {
    background: #fff; }
    #blockcart-modal .close:not(:disabled):not(.disabled):hover span::before, #blockcart-modal .close:not(:disabled):not(.disabled):hover span::after {
      background: #2879fe; }

#blockcart-modal .product-image img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

#blockcart-modal .product-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#blockcart-modal .blockcart-modal-header {
  margin-bottom: 20px; }

#blockcart-modal .product-image {
  height: 170px;
  width: 170px;
  overflow: hidden;
  margin-right: 20px; }

#blockcart-modal .product-info {
  padding: 0;
  font-size: 12px;
  font-weight: 500; }
  #blockcart-modal .product-info span {
    color: #999; }
  #blockcart-modal .product-info strong {
    font-weight: 500;
    color: #666;
    text-transform: capitalize;
    margin-right: 4px; }

#blockcart-modal .product-info p {
  margin-bottom: 0;
  font-size: 14px; }
  #blockcart-modal .product-info p.price {
    color: #8fd021;
    margin-bottom: 10px; }

#blockcart-modal .product-info .product-name {
  font-weight: 500;
  color: #000;
  font-size: 14px; }

#blockcart-modal .divide-right {
  padding-bottom: 20px;
  padding-top: 20px;
  border: 0;
  padding-left: 40px; }

#blockcart-modal .blockcart-content {
  background: #F1F2F6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border: 0; }

#blockcart-modal .cart-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  #blockcart-modal .cart-content > p {
    text-align: right;
    font-weight: 700;
    color: #2879fe; }
    #blockcart-modal .cart-content > p strong {
      float: left;
      color: #777;
      text-transform: capitalize;
      font-weight: 500; }
    #blockcart-modal .cart-content > p.cart-products-count {
      text-align: left;
      color: #000;
      font-weight: 500; }

#blockcart-modal .cart-content-btn {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 20px; }

/********ADD TO CART BOTTOM*******/
.shoppingcart-bottom .shoppingcart-box .cart-item {
  width: initial;
  border: 0;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 20px; }

.shoppingcart-bottom span.product-price {
  display: inline-block; }

.shoppingcart-bottom .dropdown-menu.shoppingcart-box {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: auto;
  bottom: calc(-100% + 276px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0 !important;
  padding-bottom: 16px;
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 175px;
  width: 100% !important;
  min-height: 175px;
  overflow-y: auto; }

.shoppingcart-bottom.open .dropdown-menu.shoppingcart-box {
  bottom: 0; }

.shoppingcart-bottom.open .tab-title.dropdown-toggle {
  bottom: 175px; }
  .shoppingcart-bottom.open .tab-title.dropdown-toggle::after {
    content: "\e90f"; }

.shoppingcart-bottom .cart-item {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
  border-bottom: 0; }
  .shoppingcart-bottom .cart-item .preview-image {
    margin-right: 0; }
  .shoppingcart-bottom .cart-item .product-info {
    width: 100%;
    max-width: 80px; }
  .shoppingcart-bottom .cart-item .product-image {
    width: 80px;
    margin-right: 0; }
  .shoppingcart-bottom .cart-item .preview-image {
    margin-bottom: 10px;
    width: 100%;
    display: block; }
    .shoppingcart-bottom .cart-item .preview-image img {
      width: 100%;
      min-width: 100%; }
  .shoppingcart-bottom .cart-item .remove-from-cart {
    top: 3px;
    right: 3px; }

.shoppingcart-bottom .product-name {
  display: none; }

.shoppingcart-bottom .body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.shoppingcart-bottom .cart-right-bottom {
  width: 30%;
  min-width: 230px;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.shoppingcart-bottom .product-cart-list {
  width: 70%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shoppingcart-bottom .tab-title.dropdown-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  background: #2879FE;
  left: 0;
  padding: 6px 20px 4px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 200px;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shoppingcart-bottom .tab-title.dropdown-toggle::after {
    content: "\e90c";
    font-family: "wokiee";
    font-size: 18px;
    color: #fff;
    float: right;
    line-height: 36px;
    display: inline-block;
    border: 0;
    width: auto;
    height: auto;
    position: relative;
    right: -30px; }

.shoppingcart-bottom .cart-total {
  display: none; }

.shoppingcart-bottom .cart-subtotals {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.shoppingcart-bottom .cart-subtotals .label {
  margin-right: 10px;
  vertical-align: -2px;
  color: #777; }

/********ADD TO CART SIDEBAR*******/
.shoppingcart-sidebar .dropdown-menu.shoppingcart-box {
  position: fixed;
  top: 0;
  right: -100% !important;
  left: auto !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: none;
  padding-top: 72px;
  width: 370px; }

.shoppingcart-sidebar .shoppingcart-content {
  width: 100%; }

.shoppingcart-sidebar .tab-title.dropdown-toggle {
  position: fixed;
  top: 0;
  z-index: 9999;
  min-width: 330px;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  border-bottom: 1px solid #eee;
  margin: 0 20px 0 0;
  padding-bottom: 13px;
  padding-top: 13px;
  right: -100%;
  display: inline-block; }
  .shoppingcart-sidebar .tab-title.dropdown-toggle::after {
    content: "\e9b3";
    display: inline-block;
    border: 0;
    font-size: 20px;
    float: right;
    font-family: "wokiee";
    right: 15px;
    position: relative;
    top: -5px; }
  .shoppingcart-sidebar .tab-title.dropdown-toggle:hover::after {
    color: #2879fe !important; }

.shoppingcart-sidebar.open .dropdown-menu.shoppingcart-box,
.shoppingcart-sidebar.open .tab-title.dropdown-toggle {
  right: 0 !important; }

header .options-column .addon-box:nth-last-child(3) .dropdown-menu.shoppingcart-box {
  right: -100%; }

@media (max-width: 1199px) {
  #blockcart-modal.modal.fade .modal-dialog {
    width: calc(100% - 40px);
    overflow: hidden; } }

@media (max-width: 991px) {
  #blockcart-modal .modal-title {
    font-size: 14px; }
  #blockcart-modal .product-image {
    width: 100px;
    height: 100px; }
  #blockcart-modal .product-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  #blockcart-modal .cart-content-btn .btn-default {
    font-size: 12px;
    padding: 11px 10px 9px; } }

@media (max-width: 767px) {
  #blockcart-modal .product-info {
    min-height: initial; }
  #blockcart-modal .blockcart-content {
    padding-top: 20px;
    padding-bottom: 20px; }
  #blockcart-modal .divide-right {
    padding-left: 30px; } }

@media (max-width: 575px) {
  .shoppingcart-bottom .product-cart-list {
    width: 100%;
    margin-right: 0; }
  .shoppingcart-bottom .body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .shoppingcart-bottom .cart-right-bottom {
    width: 100%;
    min-width: initial;
    margin-bottom: 30px; }
  .shoppingcart-bottom .cart-item {
    margin: 0 5px; } }

@media (max-width: 480px) {
  #blockcart-modal .cart-content-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #blockcart-modal .cart-content-btn .btn-default {
    display: block; }
  #blockcart-modal .cart-content-btn button {
    margin-bottom: 15px; }
  #blockcart-modal .close:not(:disabled):not(.disabled) {
    right: 10px;
    top: 10px; } }

body:not(#index) footer {
  margin-top: 60px; }

.footer-top {
  background: #2879fe;
  padding: 10px 0; }

.footer-top .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

footer .logo {
  max-height: 20px;
  width: auto;
  top: -6px; }

footer .logo {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #2879FE;
  position: relative; }

footer .logo {
  max-height: 20px;
  margin-top: -4px;
  height: auto;
  width: initial;
  line-height: initial; }

footer .logo::before {
  content: "";
  width: 4.5px;
  height: 5px;
  background: #191919;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 56.5px;
  margin-top: 8px; }

footer .header-title {
  margin-bottom: 0; }

footer .addon-title h3 {
  font-size: 16px; }

footer .addon-title {
  text-align: left; }

footer ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

.footer-list li {
  padding: 3px 0; }

.footer-top-left .newsletter-form[type="text"]:hover, .footer-top-left .newsletter-form[type="text"]:focus, .footer-top-left .newsletter-form[type="text"]:active {
  border-color: #191919;
  background: #fff;
  border-bottom-width: 1px; }

.footer-center .addon-title {
  margin-bottom: 16px; }

.footer-center {
  background: #f7f8fa;
  padding-top: 57px;
  padding-bottom: 50px; }

.contact-info ul li span {
  color: #191919; }

.contact-info ul li {
  margin-bottom: 6px; }
  .contact-info ul li:last-child {
    margin-bottom: 0; }
  .contact-info ul li a {
    color: #2879fe; }

.footer-bottom-left .addon-box {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.footer-bottom-left .addon-box p {
  margin-bottom: 0;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-left: 10px; }

.footer-bottom-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-bottom-right {
  text-align: right; }

.footer-bottom-right p {
  margin-bottom: 0; }

.footer-bottom .row {
  padding: 18px 0;
  min-height: 68px;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center; }

.footer-bottom-right img {
  max-width: 100%; }

/*************FOOTER 2**************/
.footer-2 .email_subscription .addon-title {
  display: none; }

.footer-2 .newsletter-button[type="submit"] {
  background: #2879fe; }
  .footer-2 .newsletter-button[type="submit"]:hover, .footer-2 .newsletter-button[type="submit"]:active, .footer-2 .newsletter-button[type="submit"]:focus {
    background: #2267D8; }

.footer-2 .newsletter-form[type="text"] {
  border-bottom-width: 1px;
  border-color: #fff; }
  .footer-2 .newsletter-form[type="text"]:hover, .footer-2 .newsletter-form[type="text"]:active, .footer-2 .newsletter-form[type="text"]:focus {
    border-color: #2267D8; }

.footer-2 .find-us .divider a {
  color: #D8D8D8; }
  .footer-2 .find-us .divider a:hover {
    color: #191919; }

.footer-2 .find-us {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px; }

.footer-2 .footer-center-column-3 {
  padding-right: 19px; }

/*************FOOTRER 3*************/
.footer-3.footer-top {
  background: #F7F8FA;
  padding: 0; }

.footer-3 .email_subscription .addon-title {
  display: none; }

.footer-3 .email-subscription-column {
  text-align: center;
  max-width: 610px;
  margin: 0 auto; }
  .footer-3 .email-subscription-column .newsletter-form[type="text"] {
    border-color: #fff; }
    .footer-3 .email-subscription-column .newsletter-form[type="text"]:hover, .footer-3 .email-subscription-column .newsletter-form[type="text"]:active, .footer-3 .email-subscription-column .newsletter-form[type="text"]:focus {
      border-color: #2879fe;
      background: #fff; }
  .footer-3 .email-subscription-column .newsletter-button[type="submit"] {
    background: #2879fe; }
    .footer-3 .email-subscription-column .newsletter-button[type="submit"]:hover, .footer-3 .email-subscription-column .newsletter-button[type="submit"]:active, .footer-3 .email-subscription-column .newsletter-button[type="submit"]:focus {
      background: #191919; }
  .footer-3 .email-subscription-column .tt-collapse-title {
    margin-bottom: 24px; }

.footer-3 .email-subscription-column .addon-title {
  text-align: center;
  margin-bottom: 15px; }

.footer-3 .find-us .divider a {
  color: #d8d8d8; }

.footer-3 .find-us {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

/*************FOOTER 7**************/
.footer-7.footer-center {
  background: #303030;
  color: #888; }
  .footer-7.footer-center .addon-title h3 {
    color: #fff; }

.footer-7.footer-bottom {
  background: #222;
  color: #888; }

.footer-7 .email_subscription .addon-title {
  display: none; }

.footer-7 .newsletter-button[type="submit"] {
  background: #2879fe; }
  .footer-7 .newsletter-button[type="submit"]:hover, .footer-7 .newsletter-button[type="submit"]:active, .footer-7 .newsletter-button[type="submit"]:focus {
    background: #191919; }

.footer-7 .newsletter-form[type="text"]:hover, .footer-7 .newsletter-form[type="text"]:active, .footer-7 .newsletter-form[type="text"]:focus {
  background: #fff; }

.footer-7 .find-us .divider a {
  color: #777777; }
  .footer-7 .find-us .divider a:hover {
    color: #fff; }

.footer-7 .find-us {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px; }

/***********FOOTER 8**********/
.footer-8.footer-center {
  background: #303030;
  color: #888; }

.footer-8.footer-center .addon-title {
  text-align: center; }

.footer-8.footer-center .addon-title h3 {
  color: #fff; }

.footer-8.footer-bottom {
  background: #222;
  color: #888; }

.footer-8 .newsletter-button[type="submit"] {
  background: #2879fe; }
  .footer-8 .newsletter-button[type="submit"]:hover, .footer-8 .newsletter-button[type="submit"]:active, .footer-8 .newsletter-button[type="submit"]:focus {
    background: #2267D8; }

.footer-8 .find-us .divider a {
  color: #777777; }
  .footer-8 .find-us .divider a:hover {
    color: #fff; }

/***********FOOTER 9*********/
.footer-9.footer-center {
  background: #F7F8FA; }
  .footer-9.footer-center .addon-title h3 {
    color: #000; }

.footer-9 .find-us .divider a {
  color: #D8D8D8; }
  .footer-9 .find-us .divider a:hover {
    color: #191919; }

/* ==========================================================================
   3. ADDRESSES
   ========================================================================== */
#addresses .page-header {
  border-bottom: 0; }

#addresses .page-header h1 {
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.9);
  font-size: 26px;
  padding: 0; }

#addresses .card.card-block {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); }

#addresses .customer-addresses:nth-child(2) {
  margin-top: 0; }

#addresses .customer-addresses {
  margin-top: 55px; }

#addresses .address .address-body h4 {
  font-size: 20px;
  padding-bottom: 26px;
  letter-spacing: 0.02em;
  color: #191919;
  text-transform: uppercase; }

#addresses .address-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  #addresses .address-list li {
    border-top: 1px solid #e9e7e7;
    color: #777;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 7px; }
    #addresses .address-list li:last-child {
      border-bottom: 1px solid #e9e7e7; }
    #addresses .address-list li label {
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase;
      color: #191919;
      letter-spacing: 0.02em;
      width: 20%;
      min-width: 135px; }

#addresses .address-footer {
  margin-top: 25px; }
  #addresses .address-footer .delete-address,
  #addresses .address-footer .edit-address {
    display: inline-block;
    margin-right: 37px;
    text-transform: uppercase;
    color: #2879fe;
    letter-spacing: 0.02em;
    font-weight: 500;
    float: none; }
    #addresses .address-footer .delete-address:hover,
    #addresses .address-footer .edit-address:hover {
      color: #191919; }
    #addresses .address-footer .delete-address i,
    #addresses .address-footer .edit-address i {
      font-size: 20px;
      margin-right: 7px;
      position: relative;
      top: 3px; }

#addresses .address .address-footer a.btn-delete,
#addresses .address .address-footer a.btn-delete:hover {
  background: #f24242; }

#addresses .card.card-block .addresses-footer {
  padding: 0 15px; }

#addresses .col-lg-4.col-md-6.col-sm-6 {
  float: left; }

.addresses-footer {
  margin-top: 25px; }

.label-pill.bright,
.label.label-pill {
  color: #fff;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.status span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

body#address .js-address-form .form-control-label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 4px; }

body#address .js-address-form .form-footer {
  margin-top: 30px; }

.cart-rule ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  .cart-rule ul li {
    border-top: 1px solid #e9e7e7;
    color: #777;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 7px; }
    .cart-rule ul li:last-child {
      border-bottom: 1px solid #e9e7e7; }
    .cart-rule ul li strong {
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase;
      color: #191919;
      letter-spacing: 0.02em;
      width: 20%;
      min-width: 135px;
      display: inline-block; }

#discount .page-heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1; }

#discount .number-cart-code {
  background: url(../../assets/img/gift-img-01.png) no-repeat center/cover;
  max-width: 434px;
  margin: 53px auto 60px;
  min-height: 258px;
  border-radius: 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #discount .number-cart-code .cart-code {
    background-color: #ffffff;
    border: 7px solid #ffffff;
    margin: 20px;
    position: relative;
    border-radius: 3px; }
    #discount .number-cart-code .cart-code::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: url("../../assets/img/tt-gift-box-border1.png") left top repeat-x; }
    #discount .number-cart-code .cart-code::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: url("../../assets/img/tt-gift-box-border1.png") left top repeat-x; }
    #discount .number-cart-code .cart-code span {
      display: block;
      position: relative;
      padding: 13px 14px 11px;
      font-size: 25px;
      line-height: 1;
      letter-spacing: 0.06em;
      color: #191919; }
      #discount .number-cart-code .cart-code span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url("../../assets/img/tt-gift-box-border2.png") left top repeat-y; }
      #discount .number-cart-code .cart-code span ::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: url("../../assets/img/tt-gift-box-border2.png") right top repeat-y; }

/* ==========================================================================
   4. AUTHENICATION
   ========================================================================== */
.customeraccount-box {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 20px;
  height: 100%; }
  .customeraccount-box .title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 14px 0;
    font-weight: 500; }

.customeraccount-box .btn-border {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px; }

#authentication #wrapper {
  overflow: hidden; }

#authentication .no-account {
  margin-top: 0; }

.forgot-password {
  text-align: right;
  font-size: 14px; }
  .forgot-password a {
    color: #2879fe; }
    .forgot-password a:hover {
      color: #191919; }

#login-form .forgot-password {
  margin-top: -15px; }

.login-form .form-control-label {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0; }

.login-form .show-pass button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 40px;
  background: none;
  color: #999999;
  font-size: 22px;
  padding: 0 20px; }
  .login-form .show-pass button:hover {
    color: #2879fe;
    background: none; }

.js-visible-password[type="text"] + .show-pass button,
.js-visible-password[type="password"] + .show-pass button {
  font-size: 0;
  padding-top: 0;
  padding-bottom: 0; }

.js-visible-password[type="text"] + .show-pass button::before {
  content: "\e9a8";
  font-family: 'wokiee' !important;
  font-size: 24px; }

.js-visible-password[type="text"] + .show-pass button::after {
  content: "/";
  font-size: 21px;
  position: absolute; }

.js-visible-password[type="password"] + .show-pass button::before {
  content: "\e9a8";
  font-family: 'wokiee' !important;
  font-size: 24px; }

#login-form .form-group {
  margin-bottom: 20px; }

#login-form .form-footer {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

#login-form .form-footer #submit-login {
  margin-top: 0;
  padding-top: 3px; }

/* ==========================================================================
   5. CART
   ========================================================================== */
.cart-box {
  padding-right: 20px; }

.product-line-grid-remove {
  position: absolute;
  left: 0;
  z-index: 2; }

.product-line-grid-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px; }

.cart-container .cart-item .product-image img {
  width: 100px;
  min-width: 100px; }

.cart-item .product-line-info .product-name {
  color: #191919;
  margin-bottom: 0; }
  .cart-item .product-line-info .product-name:hover {
    color: #2879fe; }

.js-cart-line-product-quantity[type="text"] {
  height: 50px;
  text-align: center;
  background: #F7F8FA;
  padding-top: 0;
  padding-bottom: 0; }

.js-cart-line-product-quantity[type="text"]:not(:first-child),
.js-cart-line-product-quantity[type="text"]:not(:last-child) {
  border-radius: 6px; }

.product-line-grid-quantity .input-group-btn-vertical .btn-touchspin {
  width: 40px;
  border-radius: 6px; }

.product-line-grid-total .product-price {
  color: #000; }

.product-line-grid-remove .remove-from-cart {
  font-size: 15px;
  color: #000;
  position: static; }
  .product-line-grid-remove .remove-from-cart:hover {
    color: #2879fe; }

.cart-items .cart-item {
  border-top: 1px solid #E9E7E7;
  padding: 20px 0; }
  .cart-items .cart-item:last-child {
    border-bottom: 1px solid #E9E7E7; }

.cart-grid-last-content {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 35px; }

.cart-grid-last-content h5 {
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 600; }

.cart-grid-last-bottom {
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 30px; }

.checkout [class*="btn-"] {
  width: 100%; }

.cart-summary-line .value {
  float: right; }

.cart-detailed-totals > .card-block {
  padding-top: 20px; }

.cart-detailed-totals .checkout {
  padding-top: 25px; }

.cart-summary-line.cart-total {
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

.cart-detailed-totals > .card-block .cart-summary-line {
  padding-bottom: 10px; }
  .cart-detailed-totals > .card-block .cart-summary-line:last-child {
    padding-bottom: 0; }

.cart-detailed-totals > .card-block .cart-summary-line:-moz-only-whitespace,
.cart-detailed-totals > .card-block .cart-summary-line:blank {
  display: none; }

.cart-summary-line.cart-total .value {
  font-size: 24px;
  color: #2879FE;
  font-weight: 500; }

.cart-total .label {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600; }

.cart.cart-container {
  margin-bottom: 30px; }

.cart-grid-last-bottom #block-reassurance ul {
  border: 0;
  border-radius: 0;
  padding: 0; }

.block-promo .promo-code .alert-danger {
  display: none; }

.block-promo .cart-voucher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.promo-name.card-block .cart-summary-line .label {
  display: none; }

.promo-name.card-block .cart-summary-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: safe;
  -ms-flex-align: safe;
  align-items: safe; }

.promo-name.card-block {
  padding-left: 0;
  list-style: none;
  margin-top: 15px; }

.promo-input[type="text"] {
  background: #F7F8FA;
  border-radius: 6px;
  min-height: 40px;
  font-size: 12px;
  color: #bbb;
  margin-right: 0;
  float: left;
  border-color: #F7F8FA;
  width: 100%; }

#promo-code button {
  height: 41px;
  border-radius: 0 6px 6px 0;
  right: 10px;
  position: absolute;
  padding-top: 3px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cart-summary-line a[data-link-action="remove-voucher"] {
  vertical-align: -6px;
  font-size: 20px;
  color: #ff0000;
  margin-left: 10px; }

/* ==========================================================================
   6. CHECKOUT
   ========================================================================== */
#checkout-personal-information-step .nav-item a {
  text-transform: uppercase;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 6px 6px 0 0; }

#checkout-personal-information-step .nav-item span {
  display: none; }

#checkout-personal-information-step .nav {
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1; }

#checkout-personal-information-step .nav-item a.active {
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
  border-top-color: #f1f1f1;
  border-bottom-color: #fff; }

#checkout-personal-information-step .nav-item {
  margin-bottom: -1px; }

body#checkout #header .header-nav {
  max-height: none;
  padding: 5rem 0 .9375rem;
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }

body#checkout #header .header-nav .logo {
  max-height: 4.375rem;
  width: auto; }

body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin-top: -2px; }

body#checkout .custom-checkbox span {
  margin-right: 10px; }

body#checkout section#content {
  margin-bottom: 1.563rem; }

body#checkout .container {
  min-height: 100%; }

body#checkout section.checkout-step:last-child {
  border: 0; }

body#checkout section.checkout-step .step-title {
  cursor: pointer;
  border-bottom: 1px solid #E9E7E7;
  padding-bottom: 17px; }

body#checkout section.checkout-step .step-edit {
  text-transform: lowercase;
  font-weight: 400; }

body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem; }

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5; }

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
  display: none; }

body#checkout section.checkout-step.-current .content {
  display: block;
  padding-top: 30px; }

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
  display: none; }

body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block; }

body#checkout section.checkout-step.-reachable.-complete h1 {
  color: #2879fe; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: none; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit,
body#checkout section.checkout-step .edit-address {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.02em; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover,
  body#checkout section.checkout-step .edit-address:hover {
    color: #191919; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover svg,
    body#checkout section.checkout-step .edit-address:hover svg {
      fill: #191919; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit svg,
  body#checkout section.checkout-step .edit-address svg {
    width: 20px;
    height: 20px;
    top: 2px;
    position: relative;
    fill: #2879fe;
    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear; }

body#checkout section.checkout-step.-reachable.-complete .content {
  display: none; }

body#checkout section.checkout-step small {
  color: #7a7a7a; }

body#checkout section.checkout-step .default-input {
  min-width: 40%; }

body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%; }

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem; }

body#checkout section.checkout-step .radio-field label {
  display: inline; }

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem; }

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0; }

body#checkout section.checkout-step .select-field div {
  background: #f6f6f6;
  padding: .625rem 3.125rem; }

body#checkout section.checkout-step .form-footer {
  margin-top: 30px;
  border-top: 0;
  padding: 0;
  margin-bottom: 15px; }

body#checkout section.checkout-step #conditions-to-approve ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

body#checkout section.checkout-step #conditions-to-approve ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

body#checkout section.checkout-step .payment-options label {
  display: table-cell; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
  float: left;
  margin-top: 2px; }

body#checkout section.checkout-step .payment-options .payment-option label {
  color: #191919; }

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: .5rem; }

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.js-address-form .h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #191919;
  margin-bottom: 20px; }
  .js-address-form .h4.title-invoice {
    margin-top: 30px; }

body#checkout section.checkout-step .address-alias {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: block;
  padding-bottom: 20px;
  padding-left: 27px; }

body#checkout section.checkout-step .address-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  body#checkout section.checkout-step .address-list li {
    border-top: 1px solid #e9e7e7;
    color: #777;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 7px; }
    body#checkout section.checkout-step .address-list li label {
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase;
      color: #191919;
      letter-spacing: 0.02em;
      width: 20%;
      min-width: 135px; }
    body#checkout section.checkout-step .address-list li:last-child {
      border-bottom: 1px solid #e9e7e7; }

body#checkout section.checkout-step .radio-block {
  width: 100%;
  margin-bottom: 0; }

body#checkout section.checkout-step .custom-radio {
  margin-right: 0;
  vertical-align: top; }

body#checkout section.checkout-step #checkout-guest-form .custom-radio {
  margin-right: 7px; }

body#checkout section.checkout-step .address-delivery-address .custom-radio {
  display: initial;
  position: absolute;
  cursor: pointer;
  margin-top: 2px; }

.custom-radio,
.custom-checkbox {
  cursor: pointer; }

body#checkout section.checkout-step .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0; }

body#checkout section.checkout-step .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

body#checkout section.checkout-step .custom-radio input[type="radio"] + span {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }

body#checkout section.checkout-step .custom-checkbox input[type="checkbox"] + span {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }

body#checkout section.checkout-step .custom-radio input[type="radio"] + span::before {
  content: "\ea11";
  font-family: "wokiee";
  font-size: 14px;
  color: #191919;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #cdcdcd;
  background: #f7f8fa;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  color: transparent; }

body#checkout section.checkout-step .custom-radio input[type="radio"]:checked ~ span::before {
  content: "\ea11";
  border-color: #2879fe;
  background: #2879fe;
  color: #fff; }

body#checkout section.checkout-step .custom-checkbox input[type="checkbox"] + span::before {
  content: "";
  font-family: "wokiee";
  font-size: 14px;
  color: #191919;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #cdcdcd;
  background: #f7f8fa;
  border-radius: 2px;
  line-height: 16px;
  text-align: center; }

body#checkout section.checkout-step .custom-checkbox input[type="checkbox"]:checked ~ span::before {
  content: "\ea11";
  border-color: #2879fe;
  background: #2879fe;
  color: #fff; }

#checkout-guest-form .custom-checkbox input[type="checkbox"] + span + label {
  margin-left: 0;
  margin-right: 0; }

body#checkout section.checkout-step .custom-radio input[type=radio] {
  height: 1.25rem;
  width: 1.25rem; }

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin-right: 37px;
  text-transform: uppercase;
  color: #2879fe;
  letter-spacing: 0.02em;
  font-weight: 500;
  float: none; }
  body#checkout section.checkout-step .delete-address:hover,
  body#checkout section.checkout-step .edit-address:hover {
    color: #191919; }

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 3px; }

.address-different {
  margin-top: 15px;
  margin-bottom: 23px; }
  .address-different a {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    color: #2879fe;
    letter-spacing: 0.02em; }
    .address-different a i {
      font-size: 20px;
      top: 4px;
      position: relative;
      margin-right: 5px;
      font-style: normal; }

.carrier-name {
  color: #191919;
  text-transform: capitalize; }

body#checkout section.checkout-step hr {
  margin: 0; }

body#checkout section.checkout-step .address-item {
  width: 100%; }

body#checkout section.checkout-step .address-item:first-child {
  margin-bottom: 30px; }

body#checkout section.checkout-step .address-footer {
  margin-top: 25px; }

body#checkout section.checkout-step .add-address a i {
  font-size: .9375rem;
  margin-right: 5px; }

body#checkout section.checkout-step .delivery-option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
    margin-bottom: 0; }
  body#checkout section.checkout-step .delivery-option img {
    margin-right: 10px; }

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
  color: inherit;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
  letter-spacing: 0.02em; }

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0;
  margin-bottom: 0; }

body#checkout section.checkout-step .sign-in {
  font-size: .875rem; }

body#checkout .condition-label label {
  text-align: inherit;
  margin-bottom: 0;
  color: #191919; }
  body#checkout .condition-label label a {
    color: #191919;
    text-decoration: underline; }
    body#checkout .condition-label label a:hover {
      color: #2879fe; }

body#checkout #conditions-to-approve {
  margin-top: 20px; }

body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f1f1f1; }

body#checkout #order-summary-content {
  padding-top: .9375rem; }

body#checkout #order-summary-content h4.h4 {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  color: #232323; }

body#checkout #order-summary-content h4.black {
  color: #000; }

body#checkout #order-summary-content h4.addresshead {
  margin-top: .1875rem; }

body#checkout #order-summary-content .noshadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

body#checkout #order-summary-content #order-items {
  border-right: 0; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #232323;
  margin-top: 1.25rem; }

body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0; }

body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0; }

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem; }

body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #7a7a7a; }

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer; }

body#checkout #order-summary-content a .step-edit {
  color: #7a7a7a; }

body#checkout #delivery, body#checkout #gift_message {
  max-width: 100%;
  border-color: #232323; }

body#checkout #delivery textarea, body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px; }

.step-number {
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 5px;
  vertical-align: 1px;
  display: none; }

.step-title {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 26px; }

.content .nav li:first-child .nav-link {
  padding-left: 0; }

.content .nav li:last-child .nav-link {
  padding-right: 0; }

.content .nav li .nav-link:hover {
  color: #000; }

.content .nav li .nav-link.active {
  color: #000; }

span[href="nav-separator"] {
  vertical-align: -7px; }

.checkout-step {
  margin-bottom: 20px; }
  .checkout-step:last-child {
    margin-bottom: 0; }

.title-create-account {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }

.title-create-account.nav-link {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.title-create-account.nav-link.active {
  opacity: 1;
  filter: alpha(opacity=100); }

.show-pass button {
  border: 0;
  height: 40px;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: initial;
  border-radius: 0 6px 6px 0px;
  padding-top: 17px; }

.form-control-comment {
  font-size: 13px;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.form-group .custom-checkbox label {
  margin-bottom: 0; }

.help-block ul {
  list-style: none;
  padding-left: 0;
  color: #ff0000; }

.select-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative; }

input[name="use_same_address"] + label {
  margin-bottom: 0; }

.delivery-options {
  padding: 0 10px;
  margin-bottom: 20px; }
  .delivery-options .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .delivery-options .delivery-option {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }

#payment-confirmation {
  margin-top: 40px; }

#js-checkout-summary #promo-code button {
  position: absolute;
  right: 0;
  top: 0; }

#js-checkout-summary .promo-input[type="text"] {
  width: 100%;
  margin-right: 0; }

.cart-summary-product-list a {
  text-transform: capitalize;
  color: #2879fe;
  text-decoration: underline; }
  .cart-summary-product-list a:hover {
    color: #191919; }

#cart-summary-product-list ul {
  padding-left: 0;
  padding-right: 0; }
  #cart-summary-product-list ul .media {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 0 0 20px; }
    #cart-summary-product-list ul .media:last-child {
      margin-bottom: 0; }

#cart-summary-product-list {
  margin-bottom: 20px;
  padding-top: 10px; }

#cart-summary-product-list ul .media .media-left {
  width: 80px;
  min-width: 80px;
  margin-right: 10px; }
  #cart-summary-product-list ul .media .media-left img {
    width: 100%;
    max-width: 100%; }

#cart-summary-product-list ul .media .media-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #000; }

#cart-summary-product-list ul .media .media-body .product-name {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -moz-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  max-width: 60%;
  padding-right: 20px; }

#cart-summary-product-list ul .media .media-body .product-quantity, #cart-summary-product-list ul .media .media-body .product-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  text-align: center; }

#cart-summary-product-list ul .media .media-body .product-quantity i {
  font-size: 10px;
  color: #666;
  margin-right: 5px; }

#checkout .right .right-box {
  padding: 32px 39px 25px;
  border: 1px solid #e9e7e7;
  border-radius: 6px; }

#checkout .left {
  padding-right: 30px; }

#checkout #js-checkout-summary {
  border: 0;
  margin-bottom: 15px;
  border-radius: 0; }

#checkout #block-reassurance ul {
  border: 0;
  border-radius: 0;
  padding: 0; }

#checkout .right-box .checkout-summary h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px; }

#checkout #js-checkout-summary .block-promo {
  margin-bottom: 23px; }

/* ==========================================================================
   7. CMS
   ========================================================================== */
.about-top-content {
  color: #fff;
  position: relative;
  padding: 200px 0 213px 0;
  margin-top: -55px; }
  .about-top-content::before {
    content: "";
    width: calc(100vw - 17px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: url(../../assets/img/about-img-01.jpg) no-repeat center center/cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .about-top-content .about-content .title {
    font-size: 2.42857em;
    line-height: 1.294em;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff; }
  .about-top-content .about-content p {
    margin-top: 23px;
    max-width: 75%; }
  .about-top-content .about-content .blockquote-02 {
    position: relative;
    padding: 0 0 0 50px;
    margin: 40px 0 0 0;
    background: none;
    text-align: left; }
    .about-top-content .about-content .blockquote-02 .icon {
      position: absolute;
      top: 15px;
      left: 0px; }
      .about-top-content .about-content .blockquote-02 .icon::before {
        font-size: 36px;
        line-height: 36px;
        color: #fff; }
  .about-top-content .about-content .title-description {
    font-size: 14px;
    display: inline-block;
    margin-top: 9px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #fff; }

.about-col-list {
  margin-top: 52px; }
  .about-col-list .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 15px; }
  .about-col-list .width-90 {
    width: 89%; }
  .about-col-list .box-info {
    line-height: 22px; }
    .about-col-list .box-info p {
      margin-top: 6px;
      margin-bottom: 0; }
      .about-col-list .box-info p:first-child {
        margin-top: 0; }
      .about-col-list .box-info p .base-dark-color {
        color: #191919; }
      .about-col-list .box-info p .link {
        color: #2879fe; }

.about-top-content-2 .title {
  font-size: 2.1428em;
  line-height: 1.33333em;
  font-weight: 500;
  letter-spacing: 0em;
  margin-top: -4px; }

.about-top-content-2 {
  position: relative; }
  .about-top-content-2 .about-image {
    min-height: 520px;
    position: relative;
    margin-top: 52px; }
    .about-top-content-2 .about-image img {
      height: 100%; }
    .about-top-content-2 .about-image .row {
      width: calc(100vw - 40px);
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0; }

.page-cms .contact-box {
  color: #fff;
  position: relative;
  margin-top: -55px;
  min-height: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-cms .contact-box::before {
    content: "";
    width: calc(100vw - 17px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: url(../../assets/img/contact-img-01.jpg) no-repeat center center/cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .page-cms .contact-box .container-fluid-custom-mobile-padding {
    position: relative;
    text-align: center; }
    .page-cms .contact-box .container-fluid-custom-mobile-padding .title {
      color: #ffffff;
      font-size: 34px;
      line-height: 1.294em;
      margin: 0;
      padding: 0;
      font-weight: 500;
      letter-spacing: 0.03em; }
    .page-cms .contact-box .container-fluid-custom-mobile-padding address {
      color: #ffffff;
      margin: 24px 0 0 0; }

.contact-col-list {
  margin-top: 51px; }
  .contact-col-list .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 15px; }

.link {
  color: #2879fe; }

.width-90 {
  width: 89%; }

.title-subpages {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: -10px; }

.box-thumb {
  margin-top: 53px;
  text-align: center; }
  .box-thumb .title {
    margin-top: 22px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 30px;
    padding: 0;
    color: #191919; }
    .box-thumb .title a {
      color: #191919; }
      .box-thumb .title a:hover {
        color: #2879fe; }
  .box-thumb p {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0; }

.faqs-container .title-subpages {
  border-bottom: 1px solid #e9e7e7;
  padding-bottom: 50px;
  margin-bottom: 46px;
  letter-spacing: 0; }

.faqs-container h2.base-color {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0; }

.faqs-container .box-faq-listing .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px; }
  .faqs-container .box-faq-listing .title a {
    color: #191919; }
    .faqs-container .box-faq-listing .title a:hover {
      color: #2879fe; }

.faqs-container .box-faq p {
  margin-bottom: 0;
  margin-top: 16px; }

.faqs-container .box-faq-listing .box-faq:last-child {
  margin-bottom: 0; }

.faqs-container .box-faq-listing .box-faq {
  padding-right: 35px; }

.faqs-container .box-faq-listing .box-faq {
  margin-top: 47px;
  letter-spacing: 0.0063em; }

hr.hr-01 {
  margin-top: 53px;
  margin-bottom: 46px; }

.demo-typography blockquote {
  padding: 29px 25px 26px; }

/* ==========================================================================
   8. CONTACT
   ========================================================================== */
.contact-rich {
  margin-top: 40px; }
  .contact-rich .icon::before {
    font-size: 55px;
    line-height: 1.1;
    color: #2879fe; }
  .contact-rich .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #191919;
    margin: 15px 0 0 0;
    padding-bottom: 0; }
    .contact-rich .title h4 {
      font-size: inherit; }
  .contact-rich .contact-box {
    margin-top: 15px;
    letter-spacing: 0.01em; }

.contact-form .select-form .form-control-select {
  width: 100%;
  background: #F7F8FA;
  border: 0;
  padding-left: 15px;
  height: 40px; }

.contact-form {
  margin-top: 53px;
  display: inline-block;
  width: 100%; }
  .contact-form .bootstrap-filestyle.input-group .btn-default {
    color: #fff;
    margin-bottom: 0;
    padding: 7px 31px 4px;
    min-height: 40px;
    font-size: 13px;
    font-weight: 400; }
  .contact-form .form-group:last-child {
    margin-bottom: 0; }
  .contact-form .form-textarea, .contact-form textarea.form-control {
    height: 100%; }

body:not(#index) .contact-form footer {
  margin-top: 40px; }

/* ==========================================================================
   9. IDENTITY
   ========================================================================== */
/* ==========================================================================
   10. MANUFACTURER
   ========================================================================== */
/* ==========================================================================
   11. MY ACCOUNT
   ========================================================================== */
.login-form {
  margin-bottom: 40px; }

.no-account {
  margin-top: 35px; }

#customer-form .radio-inline {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 20px; }

#customer-form .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal; }

.page-header {
  border-bottom: 0; }

.page-header h1 {
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.9);
  font-size: 26px;
  padding: 0; }

.page-content.card-block {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px; }

#my-account .links .link-item i {
  font-size: 26px;
  position: relative;
  top: 3px;
  color: #212121;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 26px; }

.page-my-account #content .links a span.link-item {
  background: white none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  display: block;
  height: 100%;
  padding: 1rem;
  text-transform: uppercase;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px; }

.page-my-account #content .links a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  width: 100%; }
  .page-my-account #content .links a.dropdown-toggle::after {
    display: none; }
  .page-my-account #content .links a:hover span.link-item {
    background: #2879fe;
    color: #fff;
    border-color: #2879fe; }

.page-my-account #content .links {
  display: block;
  width: 100%;
  margin-bottom: -30px; }

.page-my-account #content .links a:last-child {
  margin-bottom: 0; }

.page-my-account #content .links a:hover {
  color: #2879fe; }
  .page-my-account #content .links a:hover span.link-item i {
    color: #fff; }

#block-history table th {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase; }

#block-history table.std td, #block-history table.table_block td {
  text-align: center; }

#form_wishlist .inputTxt {
  border: 1px solid #ebebeb; }

.links .hidden {
  display: block; }

#wishlist-link {
  display: inline-block; }

/* ==========================================================================
   12. ORDER CONFIRMATION
   ========================================================================== */
/**** ORDER CONFIRMATION *****/
.card {
  border-color: #eee; }

#order-details {
  padding-left: 1.875rem; }

#order-details > .card-title {
  margin-bottom: 1.875rem; }

#order-details ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

#order-details ul li {
  padding: 3px 0; }

#order-items hr {
  border-top-color: #414141; }

#order-items table {
  width: 100%; }

#order-items table tr {
  height: 1.875rem; }

#order-items table tr td:last-child {
  text-align: right; }

#order-items .order-line {
  border-top: 1px solid #E9E7E7;
  padding: 20px 0; }

#order-items .image img {
  width: 100%; }

#order-items .details .customizations {
  margin-top: 0.625rem; }

#order-items .qty {
  margin-bottom: 1rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem; }

#order-items table tr.total {
  font-weight: 500;
  color: #111; }

.order-confirmation-table {
  color: #000;
  font-weight: 500; }

.total-price {
  color: #2879fe; }

#order-confirmation .details span {
  text-transform: capitalize;
  color: #000; }

#order-confirmation .title-block p {
  margin-bottom: 0;
  width: 50%;
  margin: 0 auto; }

.order-details-content {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 35px; }

#order-confirmation .card-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 600; }

#content-hook-order-confirmation-footer .featured-products-row h3 {
  text-align: center; }

#order-confirmation #content-hook_order_confirmation, #order-confirmation .page-order-confirmation {
  margin-bottom: 50px; }

#order-confirmation #content-hook_payment_return {
  margin-bottom: 30px; }

#order-confirmation .action-buttons {
  margin-bottom: 50px;
  margin-top: 20px; }

#order-confirmation #content-hook_payment_return, #order-confirmation .page-order-confirmation {
  border: 0;
  margin: 0; }

#order-confirmation #content-hook_payment_return .payment_return strong {
  color: #111; }

.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.definition-list dl dt {
  font-weight: normal; }

.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #ebebeb;
  padding: 0.625rem;
  margin: 0.125rem;
  color: rgba(17, 17, 17, 0.6);
  line-height: 28px; }

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: #f6f6f6; }

.action-buttons > a {
  margin-right: 10px; }

.order-actions > a {
  margin: 0 10px; }

.title-page {
  margin-bottom: 30px; }

#order-history h3 {
  margin-bottom: 15px; }

#content-hook-order-confirmation-footer .featured-product {
  margin: 0 -10px; }

#content-hook-order-confirmation-footer .item {
  width: 25%;
  float: left;
  padding: 0 10px; }

#content-hook-order-confirmation-footer .addon-title {
  margin-bottom: 35px; }

#order-confirmation #content-hook_order_confirmation {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 20px; }

#order-confirmation .title-block .card-title i {
  display: block;
  font-size: 60px;
  color: #2879fe;
  margin-bottom: 35px; }

#order-confirmation .title-block .card-title {
  font-size: 36px;
  text-transform: initial;
  font-weight: 700;
  display: block;
  margin-bottom: 15px; }

/* ==========================================================================
   13. ORDER DETAIL
   ========================================================================== */
#order-detail .page-content.card-block {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

#order-detail #order-products strong {
  font-weight: 500; }

#order-history, #order-infos, #order-detail .addresses .box, .box.hidden-sm-down,
.order-items.hidden-md-up.box, #order-detail .box-last, .order-totals.box {
  margin-bottom: 50px; }

#order-detail .order-message-form.box {
  margin-top: 60px; }

#order-detail .addresses {
  margin: 0 -10px; }

#order-detail td.product-image {
  max-width: 120px; }

#order-detail td.product-image img {
  width: 100%; }

.table > thead > tr > th.order-title {
  padding: 10px 8px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px; }

#order-detail .order-message-form .form-control-select {
  width: 100%; }

#order-detail .order-message-form .form-footer.text-xs-center {
  text-align: right; }

#order-history h3,
.addresses h4,
.order-message-form h3 {
  font-size: 18px;
  margin-bottom: 15px; }

.line-total td {
  font-size: 18px;
  font-weight: 600;
  color: #2879fe; }

#order-infos strong {
  color: #000;
  font-weight: 400; }

.page-order-detail .addresses .col-lg-6 {
  float: left; }

.page-order-detail .col-xs-3 {
  float: left;
  width: 25%; }

.page-order-detail .col-xs-9 {
  float: left;
  width: 75%; }

.page-order-detail #order-infos a {
  color: #fe4f18; }

#order-infos ul {
  padding-left: 0;
  padding-right: 0; }

.order-items .order-item {
  border: 1px solid #eeee;
  margin-bottom: 20px;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px; }
  .order-items .order-item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .order-items .order-item .name {
    font-weight: 500;
    color: #000; }

.order-totals .order-total {
  padding: 5px 0; }

.shipping-line ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

#notifications ul {
  list-style: none;
  padding-left: 0; }

@media (max-width: 320px) {
  table#order-products, .box-last table {
    display: block;
    overflow-x: auto; } }

/* ==========================================================================
   14. ORDER SLIP
   ========================================================================== */
#history .orders {
  margin: 0; }
  #history .orders .order {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px; }
    #history .orders .order:last-child {
      margin-bottom: 0; }

#history .orders .order h3 {
  font-size: 16px; }

#history .orders .order .total {
  color: #2879fe;
  font-weight: 500;
  margin-bottom: 15px; }

#history .orders .order .date {
  color: #999;
  font-size: 12px;
  padding: 5px 0 3px; }

#order-slip .page-header {
  border-bottom: 0;
  text-align: center; }

#order-slip .page-header h1 {
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.9);
  font-size: 26px;
  padding: 0; }

#order-slip .card.card-block {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  overflow-x: auto; }

@media (max-width: 767px) {
  #order-slip #wrapper > .row {
    margin-right: 0;
    margin-left: 0; } }

/* ==========================================================================
   15. ORDER STEP
   ========================================================================== */
ul#order_step {
  margin-bottom: 40px; }

ul#order_step li {
  background: #111 none repeat scroll 0 0;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 20%; }

ul#order_step li span, ul#order_step li a {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

ul#order_step li.step_current {
  background: #fff none repeat scroll 0 0;
  border: 1px solid; }

ul#order_step li.step_current span, ul#order_step li.step_current a {
  color: #666; }

ul#order_step li span em, ul#order_step li a em {
  font-style: normal; }

#order #order-detail-content {
  margin-bottom: 50px; }

ul.address {
  border: 1px solid #ebebeb;
  padding: 20px; }

ul.address li:first-child {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px; }

#order .checkbox input[type="checkbox"] {
  margin-left: 0; }

#order-opc .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-top: 2px; }

#order-opc .delivery_options_address {
  margin-bottom: 30px; }

#order-opc #opc_account_form .checkbox input[type="checkbox"] {
  margin-left: -20px; }

#cart_summary tfoot td#total_price_container,
#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
  font-weight: 600; }

#cart_summary tfoot td#total_price_container, #cart_summary tfoot td.text-right {
  font-weight: 600; }

#cart_summary tfoot tbody td.cart_unit, #cart_summary tfoot tbody td.cart_total,
#cart_summary tfoot tfoot td.cart_unit,
#cart_summary tfoot tfoot td.cart_total {
  font-weight: 600; }

/* ==========================================================================
   16. PAGE NOT FOUND
   ========================================================================== */
.page-not-found-content {
  padding: 30px 0; }
  .page-not-found-content h1 {
    color: #191919;
    padding: 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 44px; }
  .page-not-found-content p {
    margin-top: 2px;
    font-size: 15px;
    margin-bottom: 0; }
  .page-not-found-content .btn-home {
    margin-top: 34px; }
  .page-not-found-content span[class*="icon-"] {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee; }
  .page-not-found-content h4 {
    color: #191919;
    padding: 0;
    margin: 9px 0 0 0;
    font-size: 2.42857em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.333333em; }
  .page-not-found-content p {
    margin-top: 2px;
    font-size: 15px; }

.page-not-found .widget-title {
  display: none; }

.page-not-found .widget-search {
  width: 300px;
  margin: 0 auto;
  max-width: 90%; }

.page-not-found {
  padding-bottom: 50px; }

#search .no-column .filter-top {
  display: none; }

/* ==========================================================================
   17. PASSWORD
   ========================================================================== */
#password .form-group label {
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 0; }

#password .col-md-5.email {
  padding: 0;
  margin-bottom: 20px; }

/* ==========================================================================
   18. PRODUCT
   ========================================================================== */
.product-cover {
  max-width: 100%;
  width: 100%;
  position: relative; }

.product-cover-modal {
  max-width: 100%;
  width: 100%; }

#product-image-block {
  width: calc(100% - 101px);
  float: right;
  position: relative; }

#views_block {
  width: 81px;
  left: 0;
  top: 0;
  margin-right: 20px;
  position: relative; }
  #views_block .slick-slide {
    position: relative; }
    #views_block .slick-slide a::before {
      content: "";
      background: #fff;
      width: 100%;
      height: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      opacity: 0;
      filter: alpha(opacity=0); }
    #views_block .slick-slide:hover a::before {
      opacity: .6;
      filter: alpha(opacity=60); }
  #views_block a.zoomGalleryActive::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.6;
    filter: alpha(opacity=60); }

.product-images {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.thumb-container img {
  max-width: 100%;
  width: 100%; }

.thumb-container {
  padding-bottom: 20px; }

.cover-container img {
  width: 100%;
  max-width: 100%; }

.images-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.slick-slider .slick-arrow {
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  left: 0; }
  .slick-slider .slick-arrow::before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1;
    color: #191919; }
  .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0; }
  .slick-slider .slick-arrow:hover {
    background: #2879fe; }
    .slick-slider .slick-arrow:hover::before {
      color: #fff; }

.slick-arrow {
  top: auto;
  bottom: -50px;
  position: absolute;
  margin-top: 0;
  z-index: 2; }
  .slick-arrow .slick-next {
    left: 42px; }
  .slick-arrow.slick-next::before {
    content: "\e90c"; }
  .slick-arrow.slick-prev::before {
    content: "\e90f"; }

.thumb-video {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 14px; }

.span_link {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  font-size: 20px;
  color: #191919;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer; }
  .span_link:hover {
    background: #2879fe;
    color: #fff; }

#product-modal {
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block !important;
  z-index: -1; }
  #product-modal .slick-slide img {
    width: 100%;
    max-width: 100%; }
  #product-modal .modal-dialog {
    max-width: 555px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
    position: static;
    min-height: 700px; }
    #product-modal .modal-dialog .modal-content {
      border-radius: 0;
      border: 0;
      display: block !important; }
  #product-modal #product-description-short {
    text-align: center;
    padding: 0 20px 25px; }
    #product-modal #product-description-short p {
      margin-bottom: 0; }
  #product-modal .thumb-container {
    padding-bottom: 10px; }
  #product-modal .slick-slider .slick-arrow::before {
    font-size: 30px; }
  #product-modal .slick-slider .arrow-prev,
  #product-modal .slick-slider .arrow-next {
    position: fixed;
    background: none;
    width: 50px;
    height: 50px;
    color: #fff;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    margin-top: -25px; }
    #product-modal .slick-slider .arrow-prev::before,
    #product-modal .slick-slider .arrow-next::before {
      color: #fff; }
    #product-modal .slick-slider .arrow-prev:hover,
    #product-modal .slick-slider .arrow-next:hover {
      background: none; }
      #product-modal .slick-slider .arrow-prev:hover::before,
      #product-modal .slick-slider .arrow-next:hover::before {
        color: #2879fe; }
  #product-modal .slick-slider .arrow-next {
    left: auto;
    right: 0; }
  #product-modal .modal-body {
    padding: 0; }

.modal-open #product-modal.in {
  z-index: 9999;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.modal-open .modal-backdrop.fade.in {
  background-color: rgba(0, 0, 0, 0.5); }

.thumb-container > a {
  display: block;
  position: relative; }

.quickview {
  display: block !important; }
  .quickview .pb-right-column-content .product_name {
    margin-top: 0; }

.quickview .modal-header {
  position: absolute;
  border: 0;
  right: -40px;
  top: -20px;
  padding: 0;
  margin: 0;
  width: auto;
  display: block; }

.quickview .modal-header .close {
  margin-left: 0;
  padding: 0;
  margin-right: 0; }

.quickview .modal-header .close:not(:disabled):not(.disabled)::before {
  content: "\ea0f";
  font-size: 20px;
  font-family: "wokiee";
  color: #fff;
  line-height: 1; }
  .quickview .modal-header .close:not(:disabled):not(.disabled)::before:hover {
    color: #2879fe; }

.quickview #jmsproductvideo {
  display: none; }

.quickview .modal-body {
  padding: 40px;
  border-radius: 6px; }

#quickview-smallgallery .slick-list.draggable {
  overflow: hidden; }

#quickview-smallgallery.slick-initialized .slick-slide {
  display: block;
  position: relative; }

#quickview-smallgallery.slick-slider img {
  width: 100%;
  height: auto;
  max-width: 448px;
  display: block; }

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

#quickview-smallgallery.slick-slider .slick-arrow {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: none;
  margin: -19px 10px 0; }

#quickview-smallgallery.slick-slider .slick-arrow::before {
  color: #dadada; }

#quickview-smallgallery.slick-slider .slick-arrow:hover::before {
  color: #191919; }

.close:focus, .close:hover {
  color: #2879fe; }

.feature-block {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  color: #191919; }
  .feature-block #product-availability i {
    font-style: normal; }
  .feature-block li {
    margin-top: 6px; }
    .feature-block li:first-child {
      margin-top: 0; }
    .feature-block li label {
      margin-bottom: 0;
      font-weight: 300;
      color: #191919; }
    .feature-block li a {
      color: #191919; }
      .feature-block li a:hover, .feature-block li a:focus, .feature-block li a:active {
        color: #2879fe; }

.feature-block .btn-group {
  width: 100%; }

.feature-block .btn-group a {
  color: #191919;
  text-decoration: underline;
  cursor: pointer; }

.feature-block .btn-group a::after {
  display: none; }

.feature-block .btn-group a:not([href]):not([tabindex]):focus,
.feature-block .btn-group a:not([href]):not([tabindex]):hover {
  color: #2879FE;
  text-decoration: underline; }

.feature-block .btn-group.open a {
  color: #2879FE; }

.feature-block .btn-group.open .dropdown-menu {
  margin-top: 7px;
  opacity: 1;
  visibility: visible;
  width: 100%; }

.feature-block .dropdown-menu {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 10px 20px 20px;
  color: #666;
  font-size: 14px;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #f7f8fa;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%; }

.product-customization ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0; }

.product-customization-item textarea {
  width: 100%;
  border-color: #eee;
  padding: 10px 20px;
  background: #fff; }

.promo-brand {
  margin-top: 23px; }

.feature-bottom {
  margin-top: 33px; }

.pb-right-column-content {
  padding-left: 39px; }
  .pb-right-column-content .product_name {
    font-size: 2.1428em;
    line-height: 1.333333em;
    font-weight: 500;
    margin-top: 19px; }
  .pb-right-column-content .discount-percentage {
    position: static;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px 2px;
    line-height: 17px;
    font-weight: 500;
    display: inline-block;
    border-radius: 6px; }
  .pb-right-column-content .countdown-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pb-right-column-content .countdown2 .countdown-section {
    width: 65px;
    position: relative;
    margin: 0 5px;
    padding: 19px 0 13px;
    white-space: nowrap;
    background: #F7F8FA;
    color: #191919;
    border-radius: 6px; }
    .pb-right-column-content .countdown2 .countdown-section:first-child {
      margin-left: 0; }
    .pb-right-column-content .countdown2 .countdown-section:last-child {
      margin-right: 0; }
    .pb-right-column-content .countdown2 .countdown-section .countdown-amount {
      font-size: 16px;
      line-height: 15px;
      display: block;
      font-weight: 500;
      width: auto;
      height: auto;
      margin: 0;
      border-radius: 0;
      background: none; }
    .pb-right-column-content .countdown2 .countdown-section .countdown-period {
      display: block;
      font-weight: 300;
      padding-top: 1px; }
  .pb-right-column-content .specific_prices {
    margin-top: 26px; }

.product-label {
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 10px; }
  .product-label:last-child {
    margin-right: 0; }
  .product-label .product-flag {
    line-height: 17px;
    padding: 4px 10px 2px;
    border-radius: 6px;
    background: #1393F5;
    margin-right: 13px; }
    .product-label .product-flag:last-child {
      margin-right: 0; }
  .product-label .product-flag.on-sale {
    display: none; }
  .product-label .product-unavailable {
    background: #191919; }

.product-flag.on-sale {
  background: #F8353E; }

.product-prices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2.1428em;
  line-height: 1.333333em;
  font-weight: 500;
  color: #2879fe; }
  .product-prices .has-discount {
    color: #f8353e; }

.product-discount {
  margin-left: 10px;
  text-decoration: line-through; }

#short_description_block {
  margin-top: 11px; }

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\e9b1";
  display: block;
  font-family: "wokiee";
  font-size: 12px;
  line-height: 50px;
  font-style: normal; }

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\e9b2";
  display: block;
  font-family: "wokiee";
  font-size: 12px;
  line-height: 50px;
  font-style: normal; }

#quantity_wanted {
  width: 132px;
  height: 50px;
  border: 0;
  text-align: center;
  padding: 0 50px;
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1; }

.btn-touchspin {
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  line-height: 1;
  color: #191919;
  background: #f7f8fa;
  position: absolute;
  right: 0;
  top: 0; }

.btn-touchspin.bootstrap-touchspin-down {
  left: 0;
  right: auto; }

#product-add-to-cart {
  margin-top: 33px; }

.qty {
  margin-right: 20px; }

.add {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -box-flex: 1 1 auto; }
  .add .add-to-cart {
    width: 100%;
    padding: 16px 40px 12px; }
    .add .add-to-cart [class*="icon-"] {
      font-size: 20px;
      margin-right: 10px;
      position: relative;
      top: -3px; }
    .add .add-to-cart .icon-g-82,
    .add .add-to-cart .icon-e-17 {
      display: none; }
    .add .add-to-cart.checking .icon-e-17 {
      display: block; }
    .add .add-to-cart.checking .icon-f-39 {
      display: none; }
    .add .add-to-cart.checked .icon-f-39 {
      display: none; }
    .add .add-to-cart.checked .icon-g-82 {
      display: block; }

.product-button:not([href]):not([tabindex]),
.product-button {
  display: inline-block;
  color: #2879fe;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer; }
  .product-button:not([href]):not([tabindex]):hover, .product-button:not([href]):not([tabindex]):focus, .product-button:not([href]):not([tabindex]):active,
  .product-button:hover,
  .product-button:focus,
  .product-button:active {
    color: #191919; }
  .product-button:not([href]):not([tabindex]):last-child,
  .product-button:last-child {
    margin-right: 0; }
  .product-button:not([href]):not([tabindex]) span,
  .product-button span {
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 3px; }

.list-button {
  margin-top: 33px; }

#more_info_block {
  margin-top: 6px; }

.more_info_content {
  border-bottom: 1px solid #e9e7e7; }
  .more_info_content:last-child {
    border-bottom: 0; }
  .more_info_content .more_info_title {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    padding: 22px 0;
    text-transform: uppercase;
    display: block; }
    .more_info_content .more_info_title[aria-expanded="true"], .more_info_content .more_info_title:hover {
      color: #191919; }

.more_info_collapse p:last-child {
  margin-bottom: 0; }

.more_info_collapse {
  padding-bottom: 23px;
  margin-top: -7px;
  background: #fff; }

.product-manufacturer img {
  max-width: 80px;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 10px; }

.product-variants {
  margin-top: 12px; }
  .product-variants .product-variants-item {
    margin-bottom: 13px; }
  .product-variants .control-label {
    font-size: 14px;
    line-height: 26px;
    color: #191919;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px; }
  .product-variants ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-variants ul li {
      margin-right: 10px; }
      .product-variants ul li:last-child {
        margin-right: 0; }
      .product-variants ul li label {
        margin-bottom: 0;
        position: relative;
        cursor: pointer; }
      .product-variants ul li:hover .input-color ~ span::after {
        border-width: 3px; }
      .product-variants ul li:hover .input-color ~ span::before {
        border-width: 5px; }
    .product-variants ul .color {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 50%;
      position: relative; }
      .product-variants ul .color::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 50%;
        transition: all 0.12s linear;
        -ms-transition: all 0.12s linear;
        -webkit-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 0px solid #ffffff; }
      .product-variants ul .color::after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        outline: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 50%;
        transition: all 0.12s linear;
        -ms-transition: all 0.12s linear;
        -webkit-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        border: 0px solid #2879fe; }
      .product-variants ul .color.variants-white {
        -webkit-box-shadow: 0 0px 1px #000;
        box-shadow: 0 0px 1px #000; }
    .product-variants ul .input-color {
      position: absolute;
      top: 50%;
      z-index: 1;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
      .product-variants ul .input-color[checked] ~ span::after, .product-variants ul .input-color:checked ~ span::after {
        border-width: 3px; }
      .product-variants ul .input-color[checked] ~ span::before, .product-variants ul .input-color:checked ~ span::before {
        border-width: 5px; }
  .product-variants .group-radio .radio-label {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 44px;
    background: #f7f8fa;
    color: #777;
    border-radius: 6px;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear; }
  .product-variants .group-radio li:hover .input-radio ~ span {
    background: #2879FE;
    color: #fff; }
  .product-variants .group-radio .input-radio {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
    .product-variants .group-radio .input-radio[checked] ~ span, .product-variants .group-radio .input-radio:checked ~ span {
      background: #2879FE;
      color: #fff; }

.product-reference .label,
.product-quantities .label {
  color: #191919; }

.modal-attachments {
  z-index: 10500; }

.attachment img {
  max-width: 100%;
  width: auto; }

.modal-attachments-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-top: 23px; }
  .modal-attachments-list h4 {
    font-size: 14px;
    color: #2879fe;
    font-weight: 300;
    cursor: pointer; }
    .modal-attachments-list h4:hover {
      color: #191919; }
  .modal-attachments-list .modal .modal-dialog {
    max-width: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: auto;
    top: auto;
    margin: 0 auto; }
  .modal-attachments-list .modal-body {
    padding: 0;
    border-radius: 6px;
    overflow: hidden; }
  .modal-attachments-list .modal-footer {
    padding: 0;
    border: 0; }
    .modal-attachments-list .modal-footer .close {
      margin-left: 0 !important;
      position: absolute;
      width: 54px;
      height: 54px;
      top: -54px;
      right: -54px; }

.modal-attachments-item {
  margin-right: 20px; }
  .modal-attachments-item:last-child {
    margin-right: 0; }

.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle; }

.sharebuttons-block {
  position: relative;
  margin-top: 50px; }
  .sharebuttons-block::before {
    content: "";
    width: calc(100vw - 17px);
    height: 100%;
    display: inline-block;
    background: #F7F8FA;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.left-column .sharebuttons-block::before,
.right-column .sharebuttons-block::before {
  width: 100%;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.product-accessories h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #191919; }

.product-accessories .ajax_block_product {
  margin-bottom: 0px; }

.single-product-bottom {
  margin-top: 55px; }

.product-pack {
  margin-top: 20px; }
  .product-pack h5 {
    margin-bottom: 15px; }
  .product-pack article {
    margin-bottom: 20px; }
    .product-pack article:last-child {
      margin-bottom: 0; }
  .product-pack .thumb-mask {
    max-width: 100px;
    margin-right: 20px; }
    .product-pack .thumb-mask img {
      max-width: 100%;
      width: 100%; }

.list-packitems {
  border: 1px solid #f6f6f6;
  padding: 20px;
  border-radius: 6px; }

.pack-product-name a {
  color: #191919;
  font-weight: 500; }

.pack-produt-info .ajax-add-to-cart {
  min-width: initial;
  padding: 14px 15px 11px;
  margin-top: 15px; }
  .pack-produt-info .ajax-add-to-cart [class*="icon-"] {
    font-size: 20px;
    margin-right: 6px;
    margin-top: -6px; }
  .pack-produt-info .ajax-add-to-cart .icon-g-82,
  .pack-produt-info .ajax-add-to-cart .icon-e-17 {
    display: none; }
  .pack-produt-info .ajax-add-to-cart.checking .icon-f-39 {
    display: none; }
  .pack-produt-info .ajax-add-to-cart.checking .icon-e-17 {
    display: block; }
  .pack-produt-info .ajax-add-to-cart.checked .icon-g-82 {
    display: block; }
  .pack-produt-info .ajax-add-to-cart.checked .icon-f-39 {
    display: none; }

/*************PRODUCT LAYOUT HORIZONTAL*************/
#views_block:not(.product-vertical-layout) {
  width: 100%;
  margin-right: 0;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -box-flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px; }
  #views_block:not(.product-vertical-layout) .thumb-container {
    padding-bottom: 0;
    margin: 0 12.5px; }

.product-image-horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-image-horizontal #product-image-block {
    width: 100%;
    margin-right: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -box-flex: 0 0 100%;
    max-width: 100%;
    float: none; }

.product-image-horizontal .slick-slider .slick-arrow {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  opacity: 0;
  filter: alpha(opacity=0); }

.product-image-horizontal .slick-slider .slick-arrow.slick-prev {
  margin-left: -12.5px; }

.product-image-horizontal .slick-slider .slick-arrow.slick-next {
  margin-right: -12.5px; }

.product-image-horizontal #smallGallery {
  position: relative; }

.product-image-horizontal .slick-slider:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

/****************PRODUCT LAYOUT LIST********************/
.product-image-list #views_block {
  margin-top: 0; }
  .product-image-list #views_block ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0; }
    .product-image-list #views_block ul .product-container {
      margin-bottom: 20px; }
      .product-image-list #views_block ul .product-container:last-child {
        margin-bottom: 0; }
      .product-image-list #views_block ul .product-container img {
        max-width: 100%;
        width: 100%; }

.primary_block:not(.products-layout-grid) .product-image-list .jms-popup-box {
  position: static;
  display: block;
  z-index: 1;
  height: auto;
  width: 100%; }

.primary_block:not(.products-layout-grid) .product-image-list .popup-active h3 {
  display: none; }

.primary_block:not(.products-layout-grid) .product-image-list .jms-popup-box .jms-popup-wrap {
  width: 100%;
  height: auto;
  position: static;
  margin: 0; }

.primary_block:not(.products-layout-grid) .product-image-list .jms-popup-box .jms-popup-wrap iframe {
  height: 326px; }

.primary_block:not(.products-layout-grid) .product-image-list .jms-popup-box .jms-popup-wrap .popup-close {
  display: none; }

.products-layout-grid .product-image-list #views_block ul .product-container:-moz-only-whitespace {
  display: none; }

.products-layout-grid .product-image-list #views_block ul .product-container:blank {
  display: none; }

/*************PRODUCT LAYOUT GRID**************/
.products-layout-grid .product-image-list #views_block ul .product-container {
  width: 50%;
  float: left;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -box-flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  padding: 20px 0 0 20px;
  margin-bottom: 0; }

.products-layout-grid .product-image-list #views_block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px; }

/*****************PRODUCT THREE LAYOUT*********************/
.primary_left #product-image-block {
  width: 82.7%; }

.primary_left #views_block {
  width: 13.9%; }

.primary_left .slick-slider .slick-arrow {
  width: 28px;
  height: 28px; }

.primary_left .slick-slider .slick-arrow::before {
  font-size: 15px; }

.primary_left .slick-arrow {
  bottom: -45px; }

.primary_left .pb-right-column-content {
  padding-left: 19px;
  padding-right: 19px; }

.primary_right .promo-brand {
  margin-top: 30px; }
  .primary_right .promo-brand .banner {
    position: relative; }
    .primary_right .promo-brand .banner::before {
      content: "";
      width: 100%;
      background: url("../../assets/img/promo-brand-mobile.png") no-repeat center center/100%;
      display: block;
      height: 90px; }
    .primary_right .promo-brand .banner img {
      display: none; }

.sharebuttons-block ~ #more_info_block {
  margin-top: 50px; }

/* ==========================================================================
   19. PRODUCT LIST
   ========================================================================== */
#category .gutter-0 {
  margin: 0; }

#category .gutter-10 {
  margin: 0 -5px; }

#category .gutter-20 {
  margin: 0 -10px; }

#category .gutter-40 {
  margin: 0 -20px; }

#category .gutter-40 {
  margin: 0 -25px; }

#category .gutter-60 {
  margin: 0 -30px; }

#category .gutter-30 {
  margin-left: -15px;
  margin-right: -15px; }

#category .item-gutter-0 {
  padding: 0; }

#category .item-gutter-10 {
  padding: 0 5px; }

#category .item-gutter-20 {
  padding: 0 10px; }

#category .item-gutter-30 {
  padding: 0 15px; }

#category .item-gutter-40 {
  padding: 0 20px; }

#category .item-gutter-50 {
  padding: 0 25px; }

#category .item-gutter-60 {
  padding: 0 30px; }

.products-list-in-column.products-list-2 .ajax_block_product {
  width: 50%; }

.products-list-in-column.products-list-3 .ajax_block_product {
  width: 33.333333%; }

.products-list-in-column.products-list-4 .ajax_block_product {
  width: 25%; }

.products-list-in-column.products-list-5 .ajax_block_product {
  width: 20%; }

.products-list-in-column.products-list-6 .ajax_block_product {
  width: 16.666667%; }

.products-list-in-column .ajax_block_product {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 22px; }
  .products-list-in-column .ajax_block_product:nth-child(2), .products-list-in-column .ajax_block_product:nth-child(3), .products-list-in-column .ajax_block_product:nth-child(4) {
    margin-top: 0; }

.page-column:not(#right-column) {
  padding-right: 50px; }

.page-column:not(#left-column) {
  padding-left: 50px; }

.activerfilter {
  margin-bottom: 20px; }

.activerfilter ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize; }

.activerfilter ul .filter-block {
  padding: 5px 0;
  line-height: 1.2857em;
  letter-spacing: 0.01em; }
  .activerfilter ul .filter-block .js-search-link {
    font-size: 12px; }

.js-search-filters-clear-all {
  background: none;
  border: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #2879fe;
  font-weight: 300;
  margin-top: 5px;
  cursor: pointer; }
  .js-search-filters-clear-all:hover, .js-search-filters-clear-all:focus, .js-search-filters-clear-all:active {
    color: #191919; }

.view-mode > a {
  font-size: 20px;
  margin-left: 10px;
  line-height: 1; }
  .view-mode > a.active, .view-mode > a:hover, .view-mode > a:active, .view-mode > a:focus {
    color: #191919; }

.products-sort-order .list-angle {
  font-size: 20px;
  color: #191919;
  vertical-align: text-top; }

.products-top-block {
  margin-bottom: 44px; }

.products-sort-order .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 17px 20px;
  min-width: 200px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  font-size: 13px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  visibility: hidden; }

.products-sort-order .dropdown-menu a {
  display: block;
  padding: 3px 0; }

.products-sort-order.open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  margin-top: 20px; }

.products-sort-order.open .select-title,
.products-sort-order.open .select-title i {
  color: #2879fe; }

.select-title {
  cursor: pointer; }
  .select-title:hover {
    color: #2879fe; }
    .select-title:hover i {
      color: #2879fe; }

.pagination {
  display: block;
  border-radius: 0;
  border-top: 1px solid #E9E7E7;
  padding-top: 20px; }

.page-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  .page-list li a {
    width: 31px;
    height: 31px;
    background: #f7f8fa;
    display: block;
    line-height: 34px;
    border-radius: 6px;
    margin-left: 10px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400; }
    .page-list li a.previous, .page-list li a.next {
      width: auto; }
      .page-list li a.previous.disabled, .page-list li a.next.disabled {
        display: none; }
    .page-list li a:hover, .page-list li a:active, .page-list li a:focus {
      background: #2879fe;
      color: #fff; }
  .page-list li.current a {
    background: #2879FE;
    color: #fff; }
    .page-list li.current a.disabled {
      cursor: default; }

.products-list-in-row .ajax_block_product {
  width: 100% !important;
  position: static !important; }

.products-list-in-row .product-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: none; }

.products-list-in-row .product-info {
  min-height: initial;
  text-align: left !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -moz-box-flex: 1 1;
  -box-flex: 1 1; }

.products-list-in-row .product-preview:hover .specific_prices {
  bottom: 10px; }

.products-list-in-row .product-preview:hover .product-info .product-info-inside {
  margin-top: 0; }

.products-list-in-row .preview {
  width: 280px;
  margin-right: 20px; }

.products-list-in-row .product-info-inside {
  padding-top: 0;
  position: static;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.products-list-in-row .product-rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.products-list-in-row .variant-links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.products-list-in-row .addtocart-button {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 25px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.products-list-in-row .list_description {
  display: block !important;
  margin-top: 10px; }

.html_left {
  margin-bottom: 40px; }

#category .html_left {
  margin-bottom: 0; }

#category .page-fullwidth .html_left {
  margin-bottom: 40px; }

.page-column-content > div:last-child {
  margin-bottom: 0; }

.page-fullwidth .page-column-content .page-column {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-fullwidth.page-column {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  width: 287px;
  padding: 50px 30px 20px !important;
  -webkit-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
  z-index: 12;
  height: 100vh;
  overflow: auto; }
  .page-fullwidth.page-column .page-column-content > .html_left {
    margin-bottom: 30px; }

.page-fullwidth .page-column-content {
  margin-top: 46px;
  position: relative; }

.page-fullwidth #filter-button-close {
  text-transform: uppercase;
  color: #191919;
  font-weight: 500;
  padding: 24px 14px 22px 28px;
  display: block;
  position: fixed;
  width: 287px;
  left: -100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white 20%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white 20%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%);
  top: 0;
  z-index: 13;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .page-fullwidth #filter-button-close:hover, .page-fullwidth #filter-button-close:focus, .page-fullwidth #filter-button-close:active {
    color: #2879fe; }

.page-fullwidth #filter-button-close .filter {
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px; }

.no-column .products-list-in-column .ajax_block_product {
  width: 25%; }

.no-column .products-top-block {
  display: block; }

.no-column .products-title {
  margin-bottom: 20px;
  text-align: center; }

.no-column .filter-top {
  display: block !important; }

.no-column #js-product-list-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#filter-button {
  color: #2879fe;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
  #filter-button span {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    vertical-align: middle; }

.no-scroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 0;
  padding-right: 17px; }
  .no-scroll #filter-button-close {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0; }

.no-scroll .page-column {
  left: 0; }

.no-scroll .modal-filter {
  opacity: 1;
  filter: alpha(opacity=100); }

.modal-filter {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  cursor: default; }

.sort-by .active_filters {
  margin-bottom: 44px;
  margin-top: -30px; }

/*************CATEGORY FULLWIDTH**************/
#category #wrapper > .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.container-fluid .no-column .products-list-in-column .ajax_block_product {
  width: 16.666667%; }

/*************CATEGORY METRO************/
.container-fluid .no-column .product_list_metro .ajax_block_product {
  width: 25%;
  margin-bottom: 20px; }
  .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(3), .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(6), .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(13) {
    width: 50%; }
    .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(3) img, .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(6) img, .container-fluid .no-column .product_list_metro .ajax_block_product:nth-child(13) img {
      width: calc(100% - 4px); }
  .container-fluid .no-column .product_list_metro .ajax_block_product img {
    width: 100%;
    max-width: 100%; }

.product_list_metro.products-list-in-row .product-info {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.product_list_metro.products-list-in-row .products {
  height: auto !important; }

.product_list_metro .products {
  margin-bottom: 35px !important; }

.product_list_metro .preview::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f8fa;
  opacity: 0;
  filter: alpha(opacity=0); }

.product_list_metro .product-preview {
  overflow: hidden; }
  .product_list_metro .product-preview:hover .preview::before {
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1; }

.product_list_metro .product-preview:hover .specific_prices {
  display: none; }

.product_list_metro .product-preview:hover .product-info {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.product_list_metro .product-info {
  min-height: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  height: auto;
  background: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 50%;
  z-index: 1; }

.product_list_metro .product-preview:hover .product-info .product-info-inside {
  margin-top: 0; }

.product_list_metro .product-info .product-info-inside {
  position: static;
  padding-top: 0;
  background: none; }

.product_list_metro .addtocart-button {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100); }

.product_list_metro .ajax_block_product {
  margin-bottom: 0; }

.product_list_metro .product_reference,
.product_list_metro .product_manufacturer_name,
.product_list_metro .category_name {
  margin-bottom: 0;
  font-size: 12px;
  color: #191919;
  text-transform: uppercase; }

.product_list_metro .category_name a {
  color: #191919; }
  .product_list_metro .category_name a:hover {
    color: #2879fe; }

.product_list_metro .product-link {
  font-weight: 400; }

.product_list_metro .product-preview ul.product-buttons li {
  margin-bottom: 15px; }

.product_list_metro .product-btn {
  width: auto;
  height: auto;
  background: none; }

.product_list_metro .product-btn:hover {
  background: none;
  color: #2267D8 !important; }

.product_list_metro .addtocart-button .product-btn {
  background: none;
  color: #2879fe;
  padding: 0; }
  .product_list_metro .addtocart-button .product-btn:hover {
    background: none; }

.product_list_metro .addtocart-button .product-btn.disabled {
  background: none;
  color: #ccc; }

.product_list_metro .color_to_pick_list ul li:last-child {
  margin-bottom: 17px; }

.product_list_metro .color_to_pick_list ul:last-child li:last-child {
  margin-bottom: 0; }

.product_list_metro .product-rating {
  margin: 0 0 13px; }

.product_list_metro .product-link-bottom {
  position: absolute;
  bottom: 6px;
  right: 20px;
  font-size: 20px;
  color: #191919; }

/************CATEGORY COLLECTION*************/
.subcategories-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }
  .subcategories-block .subcategories-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    -box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative; }
    .subcategories-block .subcategories-item:first-child, .subcategories-block .subcategories-item:nth-child(2) {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -box-flex: 0 0 50%;
      max-width: 50%; }
    .subcategories-block .subcategories-item img {
      width: 100%;
      max-width: 100%; }
    .subcategories-block .subcategories-item:hover .subcategory-title h5::before {
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      top: -10px;
      left: -10px; }
  .subcategories-block .subcategory-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .subcategories-block .subcategory-title h5 {
      position: relative; }
      .subcategories-block .subcategory-title h5::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .subcategories-block .subcategory-title h5:hover .subcategory-name {
        color: #191919; }

.subcategory-name {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 13px 39px 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

/* ==========================================================================
   20. SITEMAP
   ========================================================================== */
/* ==========================================================================
   21. STORES
   ========================================================================== */
#stores .page-stores .store-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

#stores .page-stores .store-picture img {
  width: 100%; }

#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1.875rem 0; }

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 12px;
  list-style: none; }

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.5625rem; }

#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem; }

#stores .page-stores .store-item-container .divide-left th {
  font-size: 14px;
  text-align: left; }

#stores .page-stores .store-item-container .store-description {
  font-size: 1rem; }

#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

#stores .page-stores .store-item-footer.divide-top {
  border-top: #ebebeb 1px solid; }

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 65%;
  -moz-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%; }

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  color: #acaaa6;
  font-size: 1rem; }

#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem; }

#stores .store-item-container .divide-left table {
  width: 100%;
  margin-bottom: 0; }

#stores .store-item-container .divide-left table td {
  text-align: right; }

@media (max-width: 481px) {
  #stores .page-stores .store-item-container {
    display: block; }
  #stores .page-stores {
    padding: 0; }
  .store-picture.col-md-3 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
  #stores .page-stores .store-item-container {
    padding: 10px 0; } }

.store-item {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0; }
  .store-item .card-title {
    margin-bottom: .75rem;
    color: #000;
    text-transform: uppercase;
    font-size: 18px; }
  .store-item address {
    font-size: 13px; }

.store-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* ==========================================================================
   22. ADDONS
   ========================================================================== */
/***********ADDON HTML************/
.addon-title-column {
  max-width: 862px;
  margin: 0 auto;
  text-align: center; }

.addon-title-column .addon-desc {
  margin-bottom: 30px; }

/**********ADDON BANNER***********/
.wp-banner-content .btn-default {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.categories-row .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.categories-column-center .addon-box {
  height: 100%;
  background: #F3CFC3; }

.jms-banner img {
  max-width: 100%;
  width: 100%; }

.categories-row .jms-banner:hover .btn-default {
  background-color: rgba(40, 121, 254, 0.9);
  color: #fff; }

.categories-row .wp-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .categories-row .wp-banner-content .btn-default {
    background-color: rgba(255, 255, 255, 0.9);
    color: #191919;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }

.jms-banner {
  position: relative; }

.banner-left.banner-left-top {
  margin-bottom: 20px; }

.categories-column-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0; }

.categories-row .banner-right-bottom .wp-banner-content .btn-default {
  background: none;
  position: relative;
  z-index: 1; }

.banner-right-bottom .btn-default::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.categories-row .banner-right-bottom:hover .btn-default {
  background: none;
  color: #191919; }

.categories-row .banner-right-bottom:hover .btn-default::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 1;
  visibility: visible; }

.wp-banner-content {
  color: #191919; }

.banner-center-row {
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.03em; }
  .banner-center-row .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }

.white-color {
  color: #fff; }

.title-small {
  font-size: 1.143em;
  line-height: 1.625em;
  font-weight: 500; }

.title-large {
  font-size: 1.857em;
  line-height: 1.3077em;
  font-weight: 500; }

.base-color {
  color: #2879fe; }

.banner-center-row .wp-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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%;
  height: 100%;
  padding: 0 20px; }
  .banner-center-row .wp-banner-content .banner-info {
    display: inline-block;
    text-align: center;
    padding: 27px;
    border-radius: 5px;
    min-width: 47%;
    max-width: 410px;
    position: relative;
    z-index: 1; }

.banner-center-row .wp-banner-content .banner-info::before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.banner-center-row .jms-banner:hover .wp-banner-content .banner-info::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px; }

.banner-big .title-small {
  font-size: 3.57em;
  line-height: 1.2;
  font-weight: 500; }

.banner-big .title-large {
  font-size: 6.4285em;
  line-height: 1;
  font-weight: 500; }

/*********ADDON PRODUCTCAROUSEL**********/
.addon-title, .addon-desc {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #191919;
  margin: 0;
  padding: 0; }

.addon-title {
  line-height: 1.29;
  margin-bottom: 2px; }
  .addon-title h3 {
    font-size: 24px; }

.addon-desc {
  font-size: 1.14em;
  line-height: 1.5; }

.header-title {
  margin-bottom: 32px; }

.product-preview:hover .specific_prices {
  bottom: 69px; }

.product-preview .specific_prices {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.countdown2 .countdown-section {
  width: 22%;
  position: relative;
  margin: 0 2px;
  padding: 19px 0 13px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2879fe;
  border-radius: 6px; }
  .countdown2 .countdown-section .countdown-amount {
    font-size: 16px;
    line-height: 15px;
    display: block;
    font-weight: 500;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: none; }
  .countdown2 .countdown-section .countdown-period {
    display: block;
    padding-top: 1px; }

.product-list-row .header-title {
  margin-bottom: 37px; }

.product-list-row .addon-title,
.product-list-row .addon-desc {
  text-align: left; }

.product-list-row .addon-title h3 {
  font-size: 16px; }

.product-list-row .product-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: none; }

.product-list-row .preview {
  width: 100px;
  max-width: 100px;
  margin-right: 20px;
  min-width: 100px; }

.product-list-row .product-flags,
.product-list-row .specific_prices,
.product-list-row .discount-percentage,
.product-list-row .product-flag.product-quantity,
.product-list-row .product-buttons {
  display: none; }

.product-list-row .product-info {
  text-align: left !important;
  min-height: auto; }

.product-list-row .product-info-inside {
  padding-top: 0;
  position: static; }

.product-list-row .product-rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.product-list-row .variant-links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.product-list-row .product-preview:hover .product-info .product-info-inside {
  margin-top: 0; }

.product-list-row .addtocart-button {
  display: none; }

.product-list-row .ajax_block_product {
  margin-bottom: 20px; }
  .product-list-row .ajax_block_product:last-child {
    margin-bottom: 0; }

.product-list-row .product-new .product-rating,
.product-list-row .product-special .product-rating {
  display: none; }

/**********ADDON HOTDEAL**********/
.special-column .addon-box {
  padding: 42px 30px 52px;
  border-radius: 13px;
  border: 3px solid #2879fe;
  overflow: hidden;
  background: #fff; }

.hotdeal-carousel .owl-stage-outer {
  overflow: inherit; }

.hotdeal-carousel .product-preview {
  padding: 0 10px;
  overflow: initial; }
  .hotdeal-carousel .product-preview:hover .product-buttons li {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); }

.hotdeal-carousel .preview {
  padding: 0 35px; }

.hotdeal-carousel .discount-percentage {
  font-size: 18px;
  font-weight: 500;
  background: #faad3d;
  width: 60px;
  height: 60px;
  display: block;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  right: 10px; }

.hotdeal-carousel .product-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  bottom: auto; }
  .hotdeal-carousel .product-buttons li {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    line-height: 48px;
    margin-bottom: 0;
    background: #fff;
    -webkit-transform: translateX(0) translateY(50px);
    -ms-transform: translateX(0) translateY(50px);
    transform: translateX(0) translateY(50px);
    margin: 0 5px;
    opacity: 0;
    filter: alpha(opacity=0); }
    .hotdeal-carousel .product-buttons li span {
      vertical-align: middle; }
    .hotdeal-carousel .product-buttons li .cart-button {
      display: initial; }

.hotdeal-carousel .product-link {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 20px; }
  .hotdeal-carousel .product-link:hover {
    color: #2879fe; }

.hotdeal-carousel .price {
  margin-bottom: 15px; }

.hotdeal-carousel .content_price .new {
  font-size: 24px;
  font-weight: 500;
  color: #2879fe; }

.bg-sold,
.total-quantity {
  background: #f6f6f6;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  display: block; }

.bg-sold {
  background: #2879fe;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block; }

.sold-quantity {
  position: relative;
  width: 100%; }

.sold-product {
  margin: 0 25px 10px;
  color: #000; }
  .sold-product label {
    margin-bottom: 4px; }

.notification-sale {
  color: #999;
  margin-bottom: 14px; }

.countdown-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.countdown-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 5px;
  color: #666;
  font-size: 13px;
  font-weight: 500; }

.countdown-amount {
  width: 40px;
  height: 35px;
  background: #f6f6f6;
  border-radius: 5px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 5px; }

/***********PRODUCT TAB**********/
.tab-content > .tab-pane {
  display: block;
  height: 0px;
  z-index: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }

.tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: visible; }

.jms-tab .nav-tabs {
  border-bottom: 0; }

.jms-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 0 13px; }
  .jms-tab .nav-tabs .nav-item:first-child {
    padding-left: 0; }
  .jms-tab .nav-tabs .nav-item:last-child {
    padding-right: 0; }
  .jms-tab .nav-tabs .nav-item > a {
    font-weight: 500;
    letter-spacing: 0.02em; }
    .jms-tab .nav-tabs .nav-item > a.active, .jms-tab .nav-tabs .nav-item > a:hover {
      color: #2879fe; }

.producttab-block .header-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 39px; }

.producttab-block .addon-title {
  display: inline-block;
  position: absolute;
  left: 0; }

.producttab-block .jms-tab {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/**********ADDON BANNERPRODUCT***********/
/**********ADDON MEGATAB***********/
/**********ADDON CONTENT CAROUSEL***********/
.lookbook-row .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.lookbook-carousel .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.content-carousel .owl-dots,
.content-carousel-lookbook .owl-dots {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

.content-carousel .owl-dots .owl-dot span,
.content-carousel-lookbook .owl-dots .owl-dot span {
  width: 16px;
  height: 14px;
  background: #dadada; }

.content-carousel .owl-dots .owl-dot.active span,
.content-carousel-lookbook .owl-dots .owl-dot.active span {
  background: #191919; }

.content-carousel .owl-dots .owl-dot,
.content-carousel-lookbook .owl-dots .owl-dot {
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.content-carousel.owl-theme .owl-controls,
.content-carousel-lookbook.owl-theme .owl-controls {
  top: 50%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0px;
  margin-top: -40px; }

.content-carousel.owl-theme .owl-controls div.owl-prev,
.content-carousel.owl-theme .owl-controls div.owl-next,
.content-carousel-lookbook.owl-theme .owl-controls div.owl-prev,
.content-carousel-lookbook.owl-theme .owl-controls div.owl-next {
  background: none;
  color: #dadada; }
  .content-carousel.owl-theme .owl-controls div.owl-prev:hover,
  .content-carousel.owl-theme .owl-controls div.owl-next:hover,
  .content-carousel-lookbook.owl-theme .owl-controls div.owl-prev:hover,
  .content-carousel-lookbook.owl-theme .owl-controls div.owl-next:hover {
    color: #191919; }

.wrapper-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tt-content-parent {
  max-width: 300px;
  width: 300px;
  left: 19px;
  position: absolute;
  top: 19px;
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 50px; }

.open .tt-content-parent {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  margin-left: 0; }

.tt-hotspot-content {
  background-color: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  position: relative; }

.tt-hotspot-content .tt-description {
  margin-top: -6px;
  text-align: left; }

.tt-hotspot-content img {
  max-width: 100%;
  height: auto; }

.tt-hotspot-content .tt-btn-close {
  position: absolute;
  display: block;
  right: 14px;
  top: 8px;
  font-family: "wokiee";
  font-size: 14px;
  color: #191919;
  z-index: 1;
  padding: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-hotspot-content .tt-btn-close:before {
  content: "\e9b3"; }

.tt-hotspot-content .tt-btn-close:hover {
  color: #2879fe; }

.tt-hotspot-content .tt-img {
  width: 99px;
  min-width: 99px;
  margin-right: 20px; }

.tt-hotspot-content .tt-description .tt-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  .tt-hotspot-content .tt-description .tt-title a {
    color: #191919; }
    .tt-hotspot-content .tt-description .tt-title a:hover {
      color: #2879fe; }

.tt-hotspot-content .tt-description .tt-price {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px; }

.tt-hotspot-content .tt-description [class^="btn"] {
  font-size: 14px;
  height: 40px;
  padding: 14px 0px 11px; }

.tt-hotspot .tt-btn {
  width: 38px;
  height: 38px;
  padding: 4px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }

.tt-hotspot .tt-btn span::before {
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.tt-hotspot .tt-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #2879fe;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.tt-hotspot-block {
  height: 100%;
  position: relative; }

.tt-hotspot {
  position: absolute;
  z-index: 1; }

.tt-hotspot .tt-btn.active {
  padding: 9px;
  cursor: default; }

.tt-hotspot .tt-btn.active::after {
  width: 20px;
  height: 20px;
  left: 9px;
  top: 9px;
  background: #191919; }

.tt-hotspot .tt-btn.active span::before {
  font-size: 0; }

.tt-hotspot.open {
  z-index: 2; }

.lookbook-row .content-carousel .owl-stage-outer {
  overflow: initial; }

.lookbook-row .owl-item.active.center ~ .owl-item .tt-content-parent {
  left: auto;
  right: 19px; }

@media (max-width: 1199px) {
  .owl-carousel .owl-item.active + .active .tt-content-parent {
    left: auto;
    right: 19px; } }

@media (max-width: 767px) {
  .tt-content-parent {
    left: 50%;
    margin-left: -150px !important;
    z-index: 99999999; }
  .tt-content-parent::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0; }
  .open .tt-content-parent::before {
    opacity: 1; } }

@media (max-width: 575px) {
  .tt-hotspot-bottom .tt-content-parent {
    position: static; }
  .tt-content-parent {
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 0 !important; }
  .tt-hotspot.open {
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tt-hotspot.open .tt-btn {
    display: none; } }

@media (max-width: 480px) {
  .tt-hotspot-content {
    padding: 10px; }
  .tt-content-parent {
    width: 250px;
    max-width: 250px; }
  .tt-hotspot-content .tt-img {
    min-width: 80px;
    width: 80px;
    margin-right: 15px; }
  .tt-hotspot-content .tt-description [class^="btn"] {
    padding: 4px 15px 2px;
    min-width: initial;
    text-align: center;
    height: 35px;
    min-height: 35px;
    font-size: 13px; }
  .tt-hotspot-content .tt-description {
    margin-top: -4px; }
  .tt-hotspot-content .tt-description .tt-price {
    margin-bottom: 10px; }
  .tt-hotspot-content .tt-btn-close {
    right: 4px;
    top: 0; } }

/**********ADDON CATEGORY SHOW2 HOME 3***********/
.child-categories {
  padding-left: 0;
  list-style: none;
  padding-right: 0;
  padding-top: 10px; }

.category-info {
  padding-top: 14px; }

.cat-name {
  font-size: 14px;
  font-weight: 400;
  color: #191919; }
  .cat-name:hover {
    color: #2879fe; }

.product_count {
  font-size: 12px;
  line-height: 19px;
  color: #999999;
  margin-top: 2px;
  margin-bottom: 0; }

.categories-carousel2.owl-theme .owl-controls {
  top: -80px; }

.categories-carousel2-h16 .cat-name {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 500; }

.categories-carousel2-h16 .category-info {
  padding-top: 0;
  margin-bottom: 12px; }

.child-categories li {
  padding: 3px 0 3px 0;
  text-transform: capitalize; }

.child-categories li.see-all a {
  color: #2879fe; }

.child-categories li:last-child {
  padding-bottom: 0; }

/**********ADDON CATEGORY SHOW HOME 6***********/
/********ADDON INSTAGRAM*******/
.instagram-row {
  overflow: hidden;
  margin-bottom: -1px; }

.instagram-image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }

.instagram-item > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.instagram-item > div .element {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .instagram-item > div .element:hover {
    color: #2879fe; }

.instagram-item > div .element span {
  font-size: 20px; }

.instagram-item:hover > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.instagram-item:hover .instagram-image::before {
  opacity: 1;
  filter: alpha(opacity=100); }

.instagram-column .addon-title a {
  color: #2879FE;
  position: relative; }

.instagram-column .addon-title a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2879FE;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 7px; }

.instagram-carousel-2 .instagram-item {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -box-flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px; }

.instagram-carousel-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.instagram-carousel-2 .instagram-item img {
  max-width: 100%;
  width: 100%; }

.instagram-carousel-2 .instagram-item a {
  display: block;
  position: relative; }

/*********ADDON TESTIMONIAL*********/
.testimonial-box {
  text-align: center;
  max-width: 60%;
  margin: 0 auto; }

.testimonial-author {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919; }

.show_office {
  font-size: 12px;
  color: #999; }

.testimonials-row .addon-title {
  margin-bottom: 25px; }

.testimonial-comment {
  margin-bottom: 18px; }

.testimonial-carousel.owl-theme .owl-controls {
  top: 50%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0;
  margin-top: -48px; }

/*********ADDON FEATURE*********/
.featured-row {
  overflow: hidden; }

.featured-service-row {
  background: #f6f6f6; }

.feature-box {
  min-height: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
  -o-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
  padding: 50px 0; }
  .feature-box::after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% + 20px);
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    -o-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    border: 0px solid #fff; }
  .feature-box:hover .featured-include-content h4 {
    color: #2879fe; }

.feature-icon {
  color: #2879fe;
  text-align: center;
  font-size: 50px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.1; }

.featured-include-content {
  position: relative;
  z-index: 1; }
  .featured-include-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .featured-include-content p:last-child {
    margin-bottom: 0; }

/*********ADDON VIDEO*********/
/*********ADDON VIDEOBACKGROUND*********/
/*********ADDON SOCIAL*********/
.find-us {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

.find-us .divider a {
  color: #fff;
  font-size: 18px;
  padding: 0 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .find-us .divider a:hover {
    color: #000; }

.find-us .divider {
  margin: 0 5px; }

footer .find-us {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.find-us .divider:last-child {
  margin-right: 0; }
  .find-us .divider:last-child a {
    padding-right: 0; }

.find-us .divider:first-child {
  margin-left: 0; }
  .find-us .divider:first-child a {
    padding-left: 0; }

/*********ADDON INSTANTSHOP*********/
.instant-tabs ul li {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #bbb;
  margin-right: 30px; }
  .instant-tabs ul li a {
    cursor: pointer; }
  .instant-tabs ul li.active,
  .instant-tabs ul li:hover a {
    color: #000; }
  .instant-tabs ul li:last-child {
    margin-right: 0; }

.instant-tabs {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.instantshop-filters {
  background: #f6f6f6;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 28px 8px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .instantshop-filters a:not([href]):not([tabindex]) {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .instantshop-filters a:not([href]):not([tabindex])::after {
      display: none; }
  .instantshop-filters .dropdown-menu {
    min-width: 300px;
    left: auto !important;
    right: 0px;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 20px 15px 10px; }
    .instantshop-filters .dropdown-menu ul {
      padding-left: 0; }

.instantshop-filters .filter li {
  display: list-item;
  list-style: none;
  line-height: 2.5;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 400;
  color: #666; }
  .instantshop-filters .filter li:hover {
    color: #2879fe; }

.instantshop-filters .filter label {
  color: #000; }

.brand-carousel .owl-stage-outer {
  border: 1px solid #eee;
  padding: 30px 0; }

.home-1 .brand-carousel .owl-stage-outer {
  border: 0;
  padding: 0; }

#instant-products .item {
  margin-bottom: 50px;
  float: left; }

#instant-products .product-image {
  display: block; }

#instantshop-product-list-top {
  margin-right: 20px; }

#instant-products.instant-products-in-row .item {
  height: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -box-flex: 0 0 100%;
  position: static !important;
  margin-bottom: 30px; }

#instant-products.instant-products-in-row {
  height: initial !important; }

.home-6 #instant-products.instant-products-in-row .item:nth-child(3) .product-link {
  margin-bottom: 10px; }

.instant-products-in-row .product-flag {
  right: 0; }

.instant-products-in-row .preview {
  width: 240px;
  margin-right: 20px;
  min-width: 240px; }

.instant-products-in-row .product-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #eee;
  padding: 20px; }
  .instant-products-in-row .product-preview > .product-link,
  .instant-products-in-row .product-preview > .category_name {
    display: none; }

.instant-products-in-row .product-info {
  padding-top: 0;
  padding-right: 200px; }

.instant-products-in-row .product-top {
  display: block; }

.instant-products-in-row .list_info {
  display: block; }

.instant-products-in-row .product-buttons {
  border: 1px solid #eee;
  width: 180px;
  height: 120px;
  border-radius: 5px;
  text-align: center;
  bottom: auto;
  top: 20px;
  right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  padding: 20px 15px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.instant-products-in-row .product-link {
  min-height: initial;
  margin-bottom: 10px; }

.instant-products-in-row .product-buttons li {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100); }
  .instant-products-in-row .product-buttons li::before {
    content: "";
    width: 1px;
    height: 16px;
    background: #eee;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1.5px;
    left: 0;
    margin-left: -1px; }
  .instant-products-in-row .product-buttons li:hover {
    color: #2879fe; }
  .instant-products-in-row .product-buttons li:first-child::before, .instant-products-in-row .product-buttons li:last-child::before {
    display: none; }
  .instant-products-in-row .product-buttons li.addtocart-button {
    width: 100%;
    margin-bottom: 15px; }
  .instant-products-in-row .product-buttons li .icon-bag-16 {
    display: none; }
  .instant-products-in-row .product-buttons li.addtocart-button .tooltip-wrap {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .instant-products-in-row .product-buttons li span {
    vertical-align: middle; }
  .instant-products-in-row .product-buttons li .cart-button {
    background: #2879fe;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    padding: 11px 0px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border: 1px solid #faad3d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .instant-products-in-row .product-buttons li .cart-button:hover {
      color: #FAAD3D;
      background: #fff; }
    .instant-products-in-row .product-buttons li .cart-button .fa-spinner,
    .instant-products-in-row .product-buttons li .cart-button .icon-check-circle-07 {
      margin-right: 5px; }

.instant-products-in-row .cart-button.checking .fa-spinner,
.instant-products-in-row .cart-button.checked .icon-check-circle-07 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

body:not(.home-6) #instant-products {
  height: auto !important; }

body:not(.home-6) #instant-products .item {
  position: static !important;
  height: auto; }

.instantshop-loadmore {
  text-align: center; }

.instantshop-loadmore #btn {
  margin-bottom: 70px; }

.instantshop-loadmore .load-btn:hover, .instantshop-loadmore .load-btn:active, .instantshop-loadmore .load-btn:focus {
  border-color: #2879fe;
  background: #2879fe; }

#instant-products .item .ajax_block_product {
  padding: 0; }

.instant-tabs {
  margin-bottom: 45px; }

.instantshop-fullwidth-page .product-filter {
  padding: 0 90px; }

/***********ADDON POPUP************/
.popup-row {
  float: left; }

.jms-popup {
  color: #777; }

.modal-newsletter-promo .title-small {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0.03em; }

.modal-newsletter-promo .title-large {
  color: #2879fe;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.04em; }

.modal-newsletter-promo p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin-top: 2px; }

.jms-popup-overlay > .jms-popup {
  background: none;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jms-popup-content form {
  position: relative;
  margin-top: 25px; }

.jms-popup-content form .newsletter-form {
  margin-bottom: 0; }

.jms-popup-content form .newsletter-button[type="submit"] {
  margin-bottom: 0;
  right: -1px;
  background: #2879fe; }
  .jms-popup-content form .newsletter-button[type="submit"]:hover {
    background: #2267D8; }

.jms-popup-content {
  width: 100%; }

.jms-popup-overlay .popup-close::after {
  content: "\ea0f";
  font-family: "wokiee";
  font-size: 20px;
  color: #fff; }

.jms-popup-overlay .popup-close:hover::after {
  color: #2879fe; }

/* ==========================================================================
   23. MODULES
   ========================================================================== */
/**********EMAIL SUBCRIPTION***********/
.newsletter-form[type="text"] {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  min-height: 40px;
  background: #fff;
  border-radius: 6px; }

.email_subscription form {
  position: relative;
  -webkit-box-flex: 2;
  flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  -box-flex: 2 1 auto; }

.email_subscription {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.newsletter-button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: -1px;
  border: 0;
  font-size: 14px;
  color: #fff;
  height: 100%;
  background: #303030;
  border-radius: 0 6px 6px 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 400; }
  .newsletter-button[type="submit"]:hover {
    cursor: pointer;
    background: #000; }

.email_subscription .addon-title {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 105px;
  margin-bottom: 0;
  padding: 4px 0 0; }

.page-column .email_subscription_widget {
  display: block !important; }

.page-column .email_subscription {
  margin-bottom: 60px;
  display: block; }

.page-column .addon-title {
  display: none; }

.page-column .newsletter-form[type="text"] {
  background: #F7F8FA;
  margin-bottom: 10px;
  border-width-bottom: 1px; }

.page-column .email_subscription form {
  margin-top: 5px; }

.page-column .newsletter-button[type="submit"] {
  position: static;
  width: 100%;
  border-radius: 6px;
  height: 40px;
  line-height: 44px;
  background: #2879FE; }
  .page-column .newsletter-button[type="submit"]:hover {
    background: #2267D8; }

/************SHOPPING CART************/
.summary_cart {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #2879fe;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  line-height: 20px; }

.empty-items span {
  font-size: 150px;
  color: #ebecee;
  line-height: 1.1; }

.no-items {
  color: #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 44px;
  text-transform: uppercase; }

.empty-items p {
  margin-top: 2px;
  font-size: 15px; }

.no-items-in-cart {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 100px;
  padding-right: 0; }
  .no-items-in-cart .cart {
    margin-bottom: 34px; }

.cart-items {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

header .btn-group .shoppingcart-box {
  padding: 26px 20px 23px;
  max-height: calc(100vh - 100px);
  overflow-y: auto; }

header .btn-group .dropdown-menu .cart-item {
  padding: 10px 15px 10px 0; }
  header .btn-group .dropdown-menu .cart-item:first-child {
    padding-top: 0; }
    header .btn-group .dropdown-menu .cart-item:first-child .remove-from-cart {
      top: 0; }
  header .btn-group .dropdown-menu .cart-item:last-child {
    padding-bottom: 0; }

.cart-item {
  position: relative; }
  .cart-item .product-image {
    margin-right: 20px; }
  .cart-item .product-image img {
    width: 67px;
    min-width: 67px; }
  .cart-item .product-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
    .cart-item .product-name a {
      color: #191919; }
      .cart-item .product-name a:hover {
        color: #2879fe; }
  .cart-item .attributes {
    font-size: 11px;
    margin-bottom: 4px;
    color: #999999; }
  .cart-item .attributes span::after {
    content: ",";
    margin-right: 2px;
    margin-left: 1px; }
  .cart-item .attributes span:last-child::after {
    display: none; }
  .cart-item .product-price {
    font-size: 16px;
    color: #191919;
    font-weight: 500; }
  .cart-item .product-info {
    min-height: auto; }

.remove-from-cart {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 15px; }

.cart-right-bottom {
  border-top: 1px solid #e9e7e7;
  margin-top: 10px;
  padding-top: 10px;
  color: #191919;
  font-weight: 500; }

.cart-right-bottom .label {
  text-transform: uppercase; }

.cart-right-bottom .value {
  float: right;
  font-size: 16px; }

.cart-subtotals > div {
  padding: 3px 0; }

.cart-total {
  padding: 3px 0; }

#button_order_cart {
  width: 100%;
  margin-top: 8px; }

.view_cart {
  text-transform: capitalize;
  color: #2879FE;
  font-weight: 300;
  margin-top: 11px;
  display: block;
  height: 40px; }
  .view_cart:hover {
    color: #191919; }

/************CUSTOMER SIGNIN************/
.user-info li a > span {
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px; }

/********FACETEDSEARCH*********/
.facet {
  margin-bottom: 30px; }
  .facet ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0; }
    .facet ul li {
      position: relative;
      padding: 6px 0;
      letter-spacing: 0.01em;
      line-height: 1.2857em; }
      .facet ul li label {
        margin-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .facet ul li label .color {
          width: 30px;
          height: 30px;
          display: inline-block;
          border-radius: 50%; }
        .facet ul li label span {
          margin-right: 5px;
          margin-top: -1px; }

.facet-title {
  font-size: 1.1428em;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 20px 13px 0;
  cursor: pointer;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: default; }

.facet.price {
  font-size: 14px; }

.facet ul li label .color {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  cursor: pointer; }
  .facet ul li label .color::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    border: 0px solid #2879fe; }
  .facet ul li label .color::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0px solid #fff;
    background: none; }
  .facet ul li label .color:hover::after {
    border-width: 3px; }
  .facet ul li label .color:hover::before {
    border-width: 5px; }

.facet ul.facet-color li, .facet ul.facet-material li {
  margin: 0 10px 10px 0;
  padding: 0; }

.facet ul li label .facet-white .color::before {
  border: 2px solid #e9e7e6; }

.facet ul.facet-size .custom-checkbox input[type="checkbox"] + span {
  display: none !important; }

.facet-color,
.facet-material {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .facet-color .custom-checkbox input,
  .facet-material .custom-checkbox input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; }
    .facet-color .custom-checkbox input[checked] ~ span::after,
    .facet-color .custom-checkbox input:checked ~ span::after,
    .facet-material .custom-checkbox input[checked] ~ span::after,
    .facet-material .custom-checkbox input:checked ~ span::after {
      border-width: 3px; }
    .facet-color .custom-checkbox input[checked] ~ span::before,
    .facet-color .custom-checkbox input:checked ~ span::before,
    .facet-material .custom-checkbox input[checked] ~ span::before,
    .facet-material .custom-checkbox input:checked ~ span::before {
      border-width: 5px;
      content: "";
      border-color: #fff;
      background: none; }
  .facet-color .search-link,
  .facet-material .search-link {
    display: none; }
  .facet-color .facet-label .custom-checkbox,
  .facet-material .facet-label .custom-checkbox {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .facet-color .facet-label .custom-checkbox .color,
    .facet-material .facet-label .custom-checkbox .color {
      margin-right: 0; }

.magnitude {
  display: none; }

.facet-size .js-search-link {
  width: 31px;
  height: 31px;
  background: #f7f8fa;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 6px; }
  .facet-size .js-search-link:hover, .facet-size .js-search-link:active, .facet-size .js-search-link:focus {
    background: #2879fe;
    color: #fff; }

.facet-size .active .js-search-link {
  background: #2879fe;
  color: #fff; }

.facet-size .custom-checkbox input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  z-index: -1; }

.facet ul.facet-size {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.facet ul.facet-size li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px; }

.facet ul.facet-size li .custom-checkbox {
  margin-right: 0; }

/********CATEGORYTREE********/
.collapse.in {
  display: block; }

.navbar-toggler {
  padding: 0;
  border: 0; }

.block-categories {
  margin-bottom: 30px; }
  .block-categories .collapse-icons {
    display: inline-block;
    float: right; }
    .block-categories .collapse-icons i {
      font-style: normal; }
      .block-categories .collapse-icons i::before {
        position: absolute;
        display: block;
        top: 9px;
        right: 0;
        font-family: "wokiee";
        font-size: 10px;
        content: "\e9b1";
        line-height: 1;
        font-weight: normal;
        color: #191919; }
      .block-categories .collapse-icons i.add::before {
        content: "\e9b2"; }
  .block-categories .collapse-icons[aria-expanded="true"] i.remove {
    display: none; }
  .block-categories .collapse-icons[aria-expanded="false"] i.add {
    display: none; }

.block-categories ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }
  .block-categories ul li {
    position: relative;
    padding: 5px 0;
    letter-spacing: 0.01em;
    line-height: 1.2857em; }
    .block-categories ul li a {
      display: block; }
    .block-categories ul li.parent-menu {
      padding: 0; }

.category-top-menu .title-block {
  font-size: 1.1428em;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 20px 13px 0;
  cursor: pointer;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
  text-transform: uppercase;
  margin-bottom: 20px; }

.block-categories .parent-menu ul .category-sub-menu {
  padding-left: 15px;
  padding-top: 5px; }

/**********FEATURED PRODUCTS***********/
.page-column .addon-title {
  margin-bottom: 0;
  text-align: left; }
  .page-column .addon-title h3 {
    font-size: 1.1428em;
    line-height: 1.625em;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0 20px 13px 0;
    cursor: pointer;
    color: #191919;
    border-bottom: 1px solid #e9e7e7;
    text-transform: uppercase;
    margin-bottom: 20px; }

.page-column .product-buttons,
.page-column .product-flags {
  display: none; }

.page-column .preview {
  width: 100px;
  margin-right: 20px;
  min-width: 100px; }

.page-column .product-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: none; }

.page-column .product-info-inside {
  position: static;
  padding-top: 0; }

.page-column .product-info {
  text-align: left !important;
  min-height: initial; }

.page-column .product-rating,
.page-column .category_name,
.page-column .product-flag.product-quantity,
.page-column .color_to_pick_list,
.page-column .addtocart-button,
.page-column .specific_prices {
  display: none; }

.page-column .product-preview:hover .product-info .product-info-inside {
  margin-top: 0; }

.page-column .ajax_block_product {
  margin-bottom: 20px; }

.page-column .item:last-child .ajax_block_product {
  margin-bottom: 0; }

.page-column .featured-products-row {
  margin-bottom: 40px; }

.page-column .featured-products-row .addon-title {
  display: block; }

#category .featured-product .item-gutter-20 {
  padding: 0 !important; }

/**********BESTSELLERS PRODUCTS***********/
/***********WISHLIST***********/
#hideWishlist {
  margin-bottom: 10px; }

.footer_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 35px;
  padding-left: 0;
  margin-top: 10px; }
  .footer_links li {
    display: inline-block; }

#block-order-detail {
  margin-bottom: 25px; }

#block-order-detail .warning {
  margin-bottom: 15px; }

#block-history {
  margin-top: 15px;
  margin-bottom: 40px; }

#form_wishlist .text {
  margin-bottom: 40px; }

#form_wishlist .submit {
  margin-bottom: 25px; }

#form_wishlist h4 {
  margin-bottom: 5px;
  text-transform: capitalize; }

#form_wishlist .align_right {
  margin-bottom: 15px;
  display: block; }

.display_list {
  margin-bottom: 20px;
  padding-left: 0; }

.display_list li, .display_list li a {
  float: left;
  display: inline-block; }

.display_list li a {
  margin-right: 10px;
  margin-bottom: 10px; }

.wishlisturl input {
  border: 0;
  width: 100%;
  display: block;
  background: #ddd;
  padding: 7px 20px 3px; }

.wishlistLinkTop {
  margin-top: 45px; }

#showSendWishlist {
  margin-bottom: 10px;
  margin-top: 15px; }

.wlp_bought_list .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 20px; }
  .wlp_bought_list .address:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }

.wlp_bought_list .address .lnkdel {
  -webkit-box-flex: 1;
  flex: 1 1 10%;
  -moz-flex: 1 1 10%;
  -webkit-flex: 1 1 10%;
  -moz-box-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  -box-flex: 1 1 10%;
  max-width: 10%; }

.wlp_bought_list .address .btn_action {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  -moz-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -box-flex: 1 1 20%;
  max-width: 20%;
  text-align: right; }

.wlp_bought_list .address .wl-product {
  -webkit-box-flex: 1;
  flex: 1 1 70%;
  -moz-flex: 1 1 70%;
  -webkit-flex: 1 1 70%;
  -moz-box-flex: 1 1 70%;
  -box-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .wlp_bought_list .address .btn_action {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -box-flex: 0 0 auto;
    max-width: initial; }
  .wlp_bought_list .address .wl-product {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -box-flex: 0 0 auto;
    max-width: initial;
    margin-right: 20px; } }

@media (max-width: 575px) {
  .wlp_bought_list .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wlp_bought_list .address .lnkdel {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -box-flex: 0 0 auto;
    max-width: initial; }
  .wlp_bought_list .address .wl-product {
    margin: 30px 0; } }

.wl-product .product_image {
  margin-right: 30px; }

.wl-product .product_image img {
  max-width: 100%;
  width: 100%; }

#s_title {
  color: #000;
  font-weight: 500; }

.wishlist_product_detail .label {
  min-width: 80px;
  display: inline-block; }

.wishlist_product_detail .value input {
  min-width: 120px;
  text-align: center;
  border: 0; }

.wishlist_product_detail .quantity,
.wishlist_product_detail .priority {
  margin-bottom: 20px; }

.priority .value {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative; }

.wishlist_product_detail > a {
  margin-bottom: 10px;
  display: block; }

.wlp_bought_list .address .lnkdel {
  color: #2879fe;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em; }
  .wlp_bought_list .address .lnkdel .icon-h-02 {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 3px; }

.wlp_bought_list .address .lnkdel:hover {
  color: #2879fe; }

.wlp_bought_list {
  padding-left: 0;
  padding-right: 0; }

/***********CUSTOMHTMLLEFT************/
.html_left img {
  width: 100%;
  max-width: 100%; }

/********CONTACTINFO********/
/***********SHAREBUTTONS*********/
.sharebuttons-block .block-social {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block-social ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 0px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.block-social ul li {
  margin: 0 10px; }
  .block-social ul li:hover .icon::before {
    color: #191919; }

.icon::before {
  font-family: 'wokiee' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  color: #d8d8d8; }

.icon-facebook::before {
  content: "\e9ff"; }

.icon-twitter::before {
  content: "\ea59"; }

.icon-googleplus::before {
  content: "\ea01"; }

.icon-pinterest::before {
  content: "\ea05"; }

/**************CUSTOMTEXT**************/
.custom-image img {
  width: 100%;
  max-width: 100%; }

.custom-column-2 {
  margin-top: 20px; }
  .custom-column-2 .custom-info-content {
    min-width: 400px; }

.custom-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.custom-block {
  position: relative; }
  .custom-block:hover .btn-underline {
    border-bottom-color: transparent; }

.custom-info-content {
  position: relative; }
  .custom-info-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 5px;
    left: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }

.info-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 27px 32px;
  max-width: 410px;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .info-content .title-small {
    font-size: 1.14em;
    line-height: 1.857em;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .info-content .title-large {
    font-size: 1.857em;
    line-height: 1.307em;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .info-content p {
    margin-top: 4px;
    color: #777;
    font-weight: 300;
    margin-bottom: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    letter-spacing: 0; }
  .info-content .btn-underline {
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #2879fe;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-top: 20px;
    color: #2879fe;
    text-transform: uppercase; }

.custom-html-block {
  margin-bottom: 53px; }

.change-color:hover .info-content,
.change-color:hover p {
  color: #fff; }

.change-color:hover .custom-info-content::before {
  background: rgba(40, 121, 254, 0.9); }

.change-color:hover .btn-underline {
  color: #fff; }

.change-zoom:hover .custom-info-content::before {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

/***********REASURANCE****************/
#block-reassurance ul {
  list-style: none;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  padding: 20px 19px 15px 19px; }
  #block-reassurance ul li {
    border-bottom: 1px solid #e9e7e7;
    padding: 20px 0 20px; }
    #block-reassurance ul li:first-child {
      padding-top: 0; }
    #block-reassurance ul li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }

.reassurance-img {
  margin-right: 15px; }

#block-reassurance ul li .reassurance-img::before {
  content: "\e98f";
  font-family: 'wokiee';
  font-size: 50px;
  position: absolute;
  color: #2879fe;
  top: 0px;
  left: -3px; }

#block-reassurance ul li {
  position: relative; }

#block-reassurance ul li:first-child .reassurance-img::before {
  top: -20px; }

#block-reassurance ul li .reassurance-img img {
  opacity: 0; }

#block-reassurance ul li:last-child .reassurance-img::before {
  content: "\e908";
  top: -4px;
  left: -6px; }

#block-reassurance ul li:nth-child(2) .reassurance-img::before {
  content: "\e982";
  left: -6px;
  top: 1px; }

/*************SEARCHBAR*************/
.widget-search {
  margin-bottom: 55px; }

#search_widget {
  position: relative; }
  #search_widget input {
    width: 100%;
    height: 40px;
    min-height: auto; }

.widget-search .widget-title {
  margin-bottom: 30px; }

#search_widget .btn-effect {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0 7px;
  min-width: auto;
  background: none;
  color: #191919;
  font-size: 20px;
  line-height: 45px;
  display: block;
  cursor: pointer; }
  #search_widget .btn-effect:hover {
    color: #2879fe; }

/*********SOCIAL FOLLOW************/
.social-follow ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

.social-follow li {
  font-size: 0px;
  margin-right: 20px; }
  .social-follow li a::before {
    content: "";
    font-family: "wokiee";
    font-size: 18px;
    color: #d8d8d8; }
  .social-follow li.facebook a::before {
    content: "\e9ff"; }
  .social-follow li.twitter a::before {
    content: "\ea59"; }
  .social-follow li.googleplus a::before {
    content: "\ea01"; }
  .social-follow li.pinterest a::before {
    content: "\ea05"; }
  .social-follow li.instagram a::before {
    content: "\ea02"; }
  .social-follow li:hover a::before {
    color: #191919; }

.page-column .social-follow {
  margin-bottom: 60px; }
