@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* Font size */
/* Font family */
/* $font_1: Gotham-Book;//Roboto
$font_2: Gotham-Book;//Montserrat
$font_3: Gotham-Book; */
/* Color */
/* Breadcrumb */
/* Header and Title */
/* Button 1 */
/* Button 2 */
/* Button 3 */
/* Button slick */
/* Button 5 */
/* Border Color */
/* site nav dropdown z index */
/* Mixin ================= */
/* transform */
/* transition */
/* box-shadow */
/* border-radius */
/* opacity */
/* Flex */
/* calc */
/* Color Button ============  */
/*button 2*/
/*button 3*/
/*section border*/
/* Style Common */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

button:focus {
  outline: none; }

html {
  -webkit-font-smoothing: antialiased; }
  html .translate-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 3; }
  html.translate {
    position: fixed;
    z-index: 2;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    cursor: pointer; }
    html.translate .translate-overlay {
      display: block; }

html,
body {
  font-size: 14px;
  color: #4a4a4a; }

body {
  background: #ffffff;
  margin: 0 auto;
  font-family: "Gotham-Book", "Arial", "sans-serif";
  line-height: normal;
  letter-spacing: .0em;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.15);
  stroke: rgba(120, 129, 136, 0.2);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2);
  stroke-width: .1px; }

p {
  line-height: 22px;
  margin-bottom: 18px; }

hr {
  margin: 7px 0px 21px;
  border-style: dotted;
  border-color: #afafb0; }

svg {
  fill: currentColor;
  stroke: currentColor;
  width: 1em;
  height: 1em; }

fieldset,
legend {
  border: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset;
  -webkit-text-fill-color: #4a4a4a; }

input::-ms-clear,
select::-ms-expand {
  display: none; }

blockquote {
  border-left: 7px solid #f0f1f1;
  font-size: 14px;
  font-style: normal;
  margin: 22px 20px 32px;
  padding: 15px 0px 17px 23px;
  line-height: 22px; }
  blockquote p {
    margin-bottom: 7px; }

input[type="image"] {
  width: auto; }

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"] {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

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"] {
  padding: 5px 10px;
  line-height: normal;
  height: 36px; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
  display: none; }

input[type="checkbox"] + label {
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative; }
  input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    border: 1px solid #d0d0d0;
    width: 13px;
    height: 13px;
    background-color: #fff; }
  input[type="checkbox"] + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg); }

/* input[type="checkbox"]:checked + label:after,
input[type="checkbox"] + label:hover:after {
  @include opacity(1);
  @include transform(scale(1) rotate(-45deg));
} */
select {
  background: transparent;
  border: 1px solid #bebebe;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 10px 9px;
  width: 100%;
  padding-right: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-bottom: 18px;
  position: relative; }
  select:before {
    content: '\f107';
    width: 35px;
    height: 100%;
    border-left: 1px solid #cacaca; }

table {
  margin-bottom: 38px;
  width: 100%; }
  table td {
    padding: 12px 20px 9px;
    border: 1px solid #eaefef;
    border-collapse: collapse; }
    table td.column-1 {
      font-weight: bold; }
  table tr:nth-child(even) td {
    background-color: #f8f8f8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: normal; }

.wrapper-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 7; }

.close-mm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  background: #000;
  position: fixed;
  z-index: 7;
  top: -100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .close-mm svg {
    height: 30px;
    width: 30px;
    margin: auto;
    fill: #fff;
    stroke-width: 0px; }

.loading-modal {
  background: white url(loading.gif) center no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent; }

.ajax-success-modal, .ajax-error-modal {
  position: fixed;
  bottom: auto;
  right: auto; }

.ajax-success-modal {
  top: 0px;
  bottom: 0px;
  width: 100%; }
  .ajax-success-modal .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2; }
  .ajax-success-modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 520px;
    z-index: 3;
    background: #fff;
    padding: 30px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ajax-success-modal .ajax-left {
    width: 50px;
    float: left; }
  .ajax-success-modal .ajax-right {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 10px;
    float: right; }
  .ajax-success-modal .ajax-bottom {
    clear: both; }
    .ajax-success-modal .ajax-bottom .btn {
      color: black;
      border-color: #8c8c8c;
      background: white;
      -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
      text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
      text-transform: capitalize;
      font-weight: 400;
      width: 121px;
      font-size: 14px;
      font-weight: 500;
      padding: 9px 20px 8px; }
      .ajax-success-modal .ajax-bottom .btn:hover {
        color: white;
        border-color: #8c8c8c;
        background: #8c8c8c;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
      .ajax-success-modal .ajax-bottom .btn.continute-shopping {
        margin-bottom: 10px;
        width: 178px; }
  .ajax-success-modal .ajax-product-title {
    font-size: 14px;
    line-height: 20px;
    color: #026ca8; }
  .ajax-success-modal .message-added-cart {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #000; }

.ajax-error-modal {
  left: 0;
  top: 50% !important;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .ajax-error-modal .modal-inner {
    color: #fff;
    background: #EE3520;
    display: inline-block;
    padding: 15px 20px; }

.relative {
  position: relative; }
  .relative .icon-dropdown {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #cacaca;
    z-index: -1; }
    .relative .icon-dropdown i {
      margin: auto;
      font-size: 14px;
      color: #000;
      line-height: 5px; }

.social-icons {
  margin-bottom: 8px; }
  .social-icons li {
    margin-right: 9px;
    margin-bottom: 7px; }
    .social-icons li a {
      width: 40px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      color: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid transparent; }
    .social-icons li.facebook a {
      background-color: #385a9a; }
      .social-icons li.facebook a:hover {
        color: #385a9a;
        border-color: #385a9a;
        background: #fff; }
    .social-icons li.twitter a {
      background-color: #31b1df; }
      .social-icons li.twitter a:hover {
        color: #31b1df;
        border-color: #31b1df;
        background: #fff; }
    .social-icons li.pinterest a {
      background-color: #ec2327; }
      .social-icons li.pinterest a:hover {
        color: #ec2327;
        border-color: #ec2327;
        background: #fff; }
    .social-icons li.instagram a {
      background-color: #3e739d; }
      .social-icons li.instagram a:hover {
        color: #3e739d;
        border-color: #3e739d;
        background: #fff; }
    .social-icons li.google_plus a {
      background-color: #e84d2f; }
      .social-icons li.google_plus a:hover {
        color: #e84d2f;
        border-color: #e84d2f;
        background: #fff; }
    .social-icons li.tumblr a {
      background-color: #34465d; }
      .social-icons li.tumblr a:hover {
        color: #34465d;
        border-color: #34465d;
        background: #fff; }
    .social-icons li.snapchat a {
      background-color: #fffc00; }
      .social-icons li.snapchat a:hover {
        color: #fffc00;
        border-color: #fffc00;
        background: #fff; }
    .social-icons li.youtube a {
      background-color: #cd201f; }
      .social-icons li.youtube a:hover {
        color: #cd201f;
        border-color: #cd201f;
        background: #fff; }
    .social-icons li.vimeo a {
      background-color: #1ab7ea; }
      .social-icons li.vimeo a:hover {
        color: #1ab7ea;
        border-color: #1ab7ea;
        background: #fff; }
    .social-icons li:last-child {
      margin-right: 0px; }

.main-content {
  display: block;
  min-height: 500px; }
  .main-content > .container > .inner {
    border-top: 1px dotted #b7b7b7;
    padding-top: 10px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  height: initial;
  padding: 12px 10px 8px;
  border: 1px solid #bebebe;
  color: #4a4a4a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 530px;
  display: block;
  outline: none;
  letter-spacing: .0em;
  margin-bottom: 18px; }

textarea {
  max-width: 630px;
  height: 146px; }

label {
  margin-bottom: 9px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.02em; }
  label em {
    color: #ea4338;
    font-style: normal;
    margin-right: 3px; }

ul {
  padding: 0;
  list-style: disc inside none;
  margin-bottom: 20px;
  padding-left: 0; }

ol {
  padding: 0;
  list-style: decimal inside none;
  margin-bottom: 20px;
  padding-left: 0; }

li {
  margin-bottom: 0.25em; }

a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5c5c5e; }
  a:hover {
    color: #74787b;
    outline: none;
    text-decoration: none; }

.errors ul {
  padding-left: 0; }

/* ============================
PETICA CSS
============================ */
.grid-view-item.no-product {
  position: relative;
  z-index: 2;
  padding: 10px; }

/* GENERAL */
.container {
  max-width: 100%; }

.no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll; }

.btn {
  display: inline-block;
  font-size: 16px;
  font-family: "Gotham-Book";
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid;
  padding: 7px 20px 6px 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: black;
  border-color: #8c8c8c;
  background: white;
  -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .btn:disabled, .btn.disabled {
    cursor: not-allowed;
    background-color: #cdcdcd !important;
    color: white !important;
    border-color: #cdcdcd !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1; }
  .btn:hover {
    color: white;
    border-color: #8c8c8c;
    background: #8c8c8c;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .btn:focus, .btn:active {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }

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

ul.hl-list {
  list-style: none;
  margin-bottom: 0px; }
  ul.hl-list li.item {
    display: inline-block;
    margin-bottom: 0px; }
    ul.hl-list li.item a {
      display: block; }

.animated {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.hl-line {
  border-bottom: 1px dotted #afafb0;
  clear: both;
  display: block;
  margin: 0 auto;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); }

.icon-line {
  position: relative;
  display: block;
  width: 21px;
  height: 3px;
  margin: 3px auto;
  background-color: #141414; }
  .icon-line:before, .icon-line:after {
    background-color: #141414;
    display: block;
    width: 21px;
    height: 3px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s; }
  .icon-line:before {
    top: -10px;
    moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  .icon-line:after {
    bottom: -10px;
    moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }

.no-image {
  position: relative;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
  .no-image span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.widget-title h2 {
  font-size: 16px;
  font-family: "Gotham-Book";
  text-transform: uppercase;
  line-height: auto;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px; }

.products-grid .grid-item {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .products-grid .grid-item .inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%; }
  .products-grid .grid-item .inner-top {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .products-grid .grid-item .product-top {
    position: relative; }
  .products-grid .grid-item .product-bottom {
    text-align: center; }
  .products-grid .grid-item .product-vendor {
    margin-bottom: 8px;
    color: #969696; }
  .products-grid .grid-item .product-title {
    display: inline-block;
    font-family: "Gotham-Book";
    line-height: 22px;
    color: #969696;
    margin-bottom: 6px; }
  .products-grid .grid-item .product-image {
    padding: 0px 4px 0px 5px;
    overflow: hidden; }
    .products-grid .grid-item .product-image a {
      display: block;
      position: relative; }
    .products-grid .grid-item .product-image img {
      display: block;
      margin: 0 auto; }
    .products-grid .grid-item .product-image .images-two {
      position: absolute !important;
      top: 0;
      left: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      width: 100%;
      height: 100%;
      cursor: pointer;
      overflow: hidden; }
  .products-grid .grid-item .price-box {
    margin-bottom: 15px; }
    .products-grid .grid-item .price-box p {
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      padding: 4px 0px;
      color: #959595;
      margin-bottom: 0px; }
    .products-grid .grid-item .price-box .old-price {
      color: #ababab;
      text-decoration: line-through;
      margin-right: 5px; }
    .products-grid .grid-item .price-box .special-price {
      color: #f95d31; }
    .products-grid .grid-item .price-box em {
      font-size: 14px;
      color: #c2c2c2;
      font-style: normal; }
  .products-grid .grid-item .product-des {
    display: none; }
  .products-grid .grid-item .addwishlist {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: transparent;
    padding: 5px;
    border: none;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .products-grid .grid-item .addwishlist a {
      color: #959595;
      font-size: 16px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .products-grid .grid-item .addwishlist a svg {
        height: 18px;
        width: 20px;
        color: #959595; }
      .products-grid .grid-item .addwishlist a:hover svg {
        color: #f26b5b; }
      .products-grid .grid-item .addwishlist a:hover i:before {
        content: "\f004"; }
      .products-grid .grid-item .addwishlist a.btn-active svg {
        color: #f26b5b; }
      .products-grid .grid-item .addwishlist a.btn-active i:before {
        content: '\f004';
        color: #f26b5b; }
    .products-grid .grid-item .addwishlist span {
      display: none; }
  .products-grid .grid-item .quickview-button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .products-grid .grid-item .quickview-button a {
      display: inline-block;
      padding: 6px 9px 6px;
      min-width: 87px;
      font-size: 14px;
      font-family: "Gotham-Book";
      line-height: normal;
      font-weight: normal;
      text-transform: capitalize;
      color: #7e7f82;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      background-color: #ffffff; }
      .products-grid .grid-item .quickview-button a:hover {
        background-color: #aaaaaa;
        color: #f8f8f8; }
  .products-grid .grid-item .product-variant {
    display: block;
    background: #fff;
    position: static; }
  .products-grid .grid-item .item-swatch {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .products-grid .grid-item .item-swatch .swatch-tooltip {
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      font-size: 10px;
      left: 50%;
      bottom: 100%;
      margin-bottom: 8px;
      padding: 10px;
      display: block;
      position: absolute;
      min-width: 50px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: all 0.3s 0s ease;
      -moz-transition: all 0.3s 0s ease;
      -ms-transition: all 0.3s 0s ease;
      -o-transition: all 0.3s 0s ease;
      transition: all 0.3s 0s ease;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0); }
      .products-grid .grid-item .item-swatch .swatch-tooltip:before {
        border-left: solid transparent 5px;
        border-right: solid transparent 5px;
        border-top: solid rgba(0, 0, 0, 0.8) 6px;
        bottom: -6px;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .products-grid .grid-item .item-swatch li {
      display: block;
      padding: 3.5px;
      min-width: 31px;
      height: auto;
      width: auto;
      line-height: 0px;
      text-align: center;
      position: relative; }
      .products-grid .grid-item .item-swatch li a {
        color: #4a4a4a; }
      .products-grid .grid-item .item-swatch li:hover .swatch-tooltip {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100); }
    .products-grid .grid-item .item-swatch label {
      width: 10px;
      height: 10px;
      margin: 0px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer; }
      .products-grid .grid-item .item-swatch label.active {
        box-shadow: 0 0 1px 2px #7e7f82; }
    .products-grid .grid-item .item-swatch li.image label {
      width: 24px;
      height: 24px;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #cbcbcb; }
  .products-grid .grid-item form.variants {
    text-align: center;
    margin-bottom: 5px; }
  .products-grid .grid-item .btn {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .products-grid .grid-item .btn i {
      margin-right: 7px;
      font-size: 16px;
      display: none; }
  .products-grid .grid-item .add-to-cart-btn {
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .products-grid .grid-item .add-to-cart-btn:hover {
      background: white;
      color: #7e7f82;
      border-color: #979797;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .products-grid .grid-item .select-option-btn {
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .products-grid .grid-item .select-option-btn:hover {
      background: white;
      color: #7e7f82;
      border-color: #979797;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
.products-grid .product-grid-options-size {
  list-style: none;
  padding: 0px;
  margin: 3px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .products-grid .product-grid-options-size li {
    display: inline-block;
    margin: 0px;
    padding: 0px; }
    .products-grid .product-grid-options-size li a {
      display: block;
      opacity: .95;
      color: #323232;
      font-weight: 500;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 50px;
      min-width: 31px;
      padding: 4px 3.5px;
      line-height: normal;
      text-align: center; }
    .products-grid .product-grid-options-size li.soldout {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
      filter: alpha(opacity=40); }
      .products-grid .product-grid-options-size li.soldout a {
        cursor: no-drop; }

.product-label {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 5px; }
  .product-label strong {
    display: inline-block;
    min-width: 40px;
    padding: 3px 5px 2px 7px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    clear: both;
    float: right;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .product-label strong.sold-out-label {
      background-color: #cdcdcd;
      color: #ffffff; }
    .product-label strong.sale-label {
      background-color: #f33519;
      color: #ffffff; }
    .product-label strong.new-label {
      background-color: #43c2f0;
      color: #ffffff; }

.product-img-box .product-label {
  right: 30px;
  top: 20px; }

.breadcrumb {
  background: transparent;
  padding: 5px 0px 6px;
  color: #969696;
  margin: 0px;
  text-transform: capitalize; }
  .breadcrumb a, .breadcrumb span {
    color: #969696;
    line-height: 22px; }
  .breadcrumb i {
    margin: 0px 10px;
    font-size: 16px;
    padding: 3px 0px 0px; }

.page-title {
  padding-bottom: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .page-title h2 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: normal;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px;
    color: #7e7f82; }
  .page-title h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    line-height: normal;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px;
    color: #7e7f82; }

.search-form .search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-form .search-bar .input-group-field {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: auto; }
  .search-form .search-bar .btn-search {
    width: auto;
    min-width: 40px;
    box-shadow: none;
    text-shadow: none; }

.tab-content, .panel-body, .blog-detail .rte {
  line-height: 18px;
  margin-bottom: 55px; }
  .tab-content h4, .tab-content h5, .panel-body h4, .panel-body h5, .blog-detail .rte h4, .blog-detail .rte h5 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 17px; }
  .tab-content p, .panel-body p, .blog-detail .rte p {
    margin-bottom: 18px; }
  .tab-content .btn, .panel-body .btn, .blog-detail .rte .btn {
    font-size: 14px;
    font-weight: 700; }
  .tab-content ul, .panel-body ul, .blog-detail .rte ul {
    padding-left: 0px;
    margin-bottom: 35px; }
    .tab-content ul li, .panel-body ul li, .blog-detail .rte ul li {
      margin-bottom: 10px;
      padding-left: 15px;
      position: relative; }
      .tab-content ul li:before, .panel-body ul li:before, .blog-detail .rte ul li:before {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        display: block;
        background: #7c7776;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        left: 0px;
        top: 6px; }
  .tab-content ol, .panel-body ol, .blog-detail .rte ol {
    margin-bottom: 35px; }
    .tab-content ol li, .panel-body ol li, .blog-detail .rte ol li {
      list-style: none;
      counter-increment: li;
      margin-bottom: 10px; }
      .tab-content ol li:before, .panel-body ol li:before, .blog-detail .rte ol li:before {
        content: counter(li);
        margin-right: 10px;
        text-align: right;
        direction: rtl; }
  .tab-content img, .panel-body img, .blog-detail .rte img {
    display: block;
    margin-top: 37px;
    margin-bottom: 38px;
    margin-right: auto;
    margin-left: auto; }
  .tab-content br, .panel-body br, .blog-detail .rte br {
    margin-bottom: 7px; }
  .tab-content input[type="text"], .tab-content input[type="password"], .tab-content input[type="email"], .tab-content input[type="tel"], .tab-content textarea, .panel-body input[type="text"], .panel-body input[type="password"], .panel-body input[type="email"], .panel-body input[type="tel"], .panel-body textarea, .blog-detail .rte input[type="text"], .blog-detail .rte input[type="password"], .blog-detail .rte input[type="email"], .blog-detail .rte input[type="tel"], .blog-detail .rte textarea {
    margin-bottom: 18px; }

/* reset app css */
.at-resp-share-element .at-share-btn .at-icon-wrapper, .at-resp-share-element .at-icon, .at-resp-share-element .at-label svg {
  width: 24px !important;
  height: 24px !important; }

.at-resp-share-element .at-share-btn:first-child {
  margin-left: 0px !important;
  padding-left: 0px !important; }

.at-resp-share-element .at-share-btn:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important; }

.slick-slide img {
  margin: 0 auto; }

.slick-arrow {
  width: 32px;
  height: 32px;
  padding: 0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  background: white;
  color: #4c4c4c;
  border: 1px solid #adadad;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .slick-arrow.slick-prev {
    left: 0px; }
  .slick-arrow.slick-next {
    right: 0px; }
  .slick-arrow:hover {
    background: #acdee3;
    color: white;
    border: 1px solid #acdee3; }

.slick-dots {
  margin: 0;
  padding: 0;
  position: static;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: transparent !important;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .slick-dots button {
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    text-indent: -99999em;
    padding: 0px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: alpha(opacity=60);
    border: 1px solid #888;
    background: #888; }

.spr-badge {
  margin-bottom: 10px; }
  .spr-badge .spr-badge-caption {
    display: none; }

.spr-icon {
  width: 17px !important;
  height: 15px !important;
  font-size: 14px !important;
  display: inline-block; }
  .spr-icon, .spr-icon .spr-starratings {
    font-size: 14px !important;
    display: inline-block;
    line-height: normal; }

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important; }

.spr-icon.spr-icon-star {
  color: #fdcc55; }

.spr-icon-star-empty:before {
  content: '\e800' !important;
  color: #d1d8da; }

.spr-summary-actions-newreview, .spr-button {
  display: inline-block;
  font-size: 16px;
  font-family: "Gotham-Book";
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid;
  padding: 7px 20px 6px 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: black;
  border-color: #8c8c8c;
  background: white;
  -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-width: 157px; }
  .spr-summary-actions-newreview:hover, .spr-button:hover {
    color: white;
    border-color: #8c8c8c;
    background: #8c8c8c;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }

.fancybox-close-small::after {
  outline: none !important;
  background: #000;
  color: #fff;
  border: 1px solid #fff; }

.tab-content #shopify-product-reviews, .panel-body #shopify-product-reviews {
  margin: 0px; }
.tab-content .spr-container, .panel-body .spr-container {
  border: none;
  padding: 0px;
  padding-bottom: 10px; }
  .tab-content .spr-container .spr-header .spr-summary-starrating, .panel-body .spr-container .spr-header .spr-summary-starrating {
    margin-right: 20px;
    line-height: 16px; }
  .tab-content .spr-container h2.spr-header-title, .panel-body .spr-container h2.spr-header-title {
    display: none; }
.tab-content .spr-summary-caption, .panel-body .spr-summary-caption {
  padding-top: 11px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px; }
.tab-content .spr-form, .panel-body .spr-form {
  padding-top: 26px;
  padding-bottom: 21px; }
.tab-content .new-review-form, .panel-body .new-review-form {
  width: 100%;
  max-width: 690px; }
.tab-content .spr-form-title, .panel-body .spr-form-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham-Book";
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 0px; }
.tab-content .spr-form-label, .panel-body .spr-form-label {
  font-size: 14px;
  line-height: normal; }
.tab-content .spr-form-contact-name, .tab-content .spr-form-contact-email, .tab-content .spr-form-contact-location, .tab-content .spr-form-review-rating, .tab-content .spr-form-review-title, .tab-content .spr-form-review-body, .panel-body .spr-form-contact-name, .panel-body .spr-form-contact-email, .panel-body .spr-form-contact-location, .panel-body .spr-form-review-rating, .panel-body .spr-form-review-title, .panel-body .spr-form-review-body {
  margin: 0px; }
.tab-content .spr-form-input.spr-starrating, .panel-body .spr-form-input.spr-starrating {
  display: block;
  padding-top: 10px;
  overflow: hidden;
  clear: both; }
.tab-content .spr-form-input-textarea, .panel-body .spr-form-input-textarea {
  width: 100%;
  max-width: 100%; }
.tab-content .spr-form-contact-name, .tab-content .spr-form-contact-email, .tab-content .spr-form-review-rating, .tab-content .spr-form-review-title, .panel-body .spr-form-contact-name, .panel-body .spr-form-contact-email, .panel-body .spr-form-review-rating, .panel-body .spr-form-review-title {
  max-width: 330px;
  width: 100%; }
.tab-content .spr-form-contact-name, .tab-content .spr-form-review-rating, .panel-body .spr-form-contact-name, .panel-body .spr-form-review-rating {
  float: left; }
.tab-content .spr-form-contact-email, .tab-content .spr-form-review-title, .panel-body .spr-form-contact-email, .panel-body .spr-form-review-title {
  float: right; }
.tab-content .spr-form-review-body, .panel-body .spr-form-review-body {
  clear: both; }
.tab-content .spr-form-review-rating, .panel-body .spr-form-review-rating {
  padding-bottom: 16px; }
.tab-content .spr-button, .panel-body .spr-button {
  float: left; }
.tab-content .spr-reviews .spr-review, .panel-body .spr-reviews .spr-review {
  border-top: 1px dotted #afafb0;
  padding-top: 28px;
  padding-bottom: 24px;
  margin-top: 0px; }
  .tab-content .spr-reviews .spr-review:last-child, .panel-body .spr-reviews .spr-review:last-child {
    padding-bottom: 0px; }
.tab-content .spr-review-header-starratings, .panel-body .spr-review-header-starratings {
  margin-bottom: 18px;
  line-height: 16px; }
.tab-content .spr-review-header-byline, .panel-body .spr-review-header-byline {
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  font-style: italic;
  margin-bottom: 16px; }
.tab-content .spr-review-header-title, .panel-body .spr-review-header-title {
  font-family: "Gotham-Book";
  font-size: 14px;
  line-height: normal;
  color: #026ca8;
  padding-bottom: 10px;
  font-weight: 500; }
.tab-content .spr-review-reportreview, .panel-body .spr-review-reportreview {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  float: left; }
.tab-content .spr-review-content-body, .panel-body .spr-review-content-body {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px; }
.tab-content .spr-review-content, .panel-body .spr-review-content {
  margin: 0px; }

.qty-group {
  display: inline-block;
  border: 1px solid #bebebe;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 13px; }
  .qty-group .qty-input {
    width: 131px;
    color: #4c4442;
    padding: 12px 47px 10px;
    text-align: center;
    border: none;
    margin: 0px; }
  .qty-group button {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    background-color: #f9f9f9;
    border: none;
    cursor: pointer; }
    .qty-group button:before, .qty-group button:after {
      content: '';
      background: #969696;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .qty-group button.inc {
      right: 0px;
      border-left: 1px solid #bebebe; }
      .qty-group button.inc:before {
        width: 10px;
        height: 2px; }
      .qty-group button.inc:after {
        height: 10px;
        width: 2px; }
    .qty-group button.des {
      left: 0px;
      border-right: 1px solid #bebebe; }
      .qty-group button.des:before {
        width: 10px;
        height: 2px; }

/* ==================================== */
/* HEADER */
.site-header {
  /*   header-bottom */ }
  .site-header .cart-icon {
    display: inline-block;
    position: relative;
    line-height: 0;
    margin-right: 14px; }
    .site-header .cart-icon svg {
      width: 26px !important;
      height: 26px !important;
      color: #525252; }
      .site-header .cart-icon svg * {
        stroke: #525252; }
    .site-header .cart-icon .cartCount {
      width: 21px;
      height: 21px;
      background: #fb8a2d;
      color: #fff;
      display: inline-block;
      line-height: normal;
      text-align: center;
      border-radius: 50%;
      letter-spacing: -0.02em;
      position: absolute;
      top: -8px;
      right: -8px;
      padding: 3px 0px 3px 0px; }
  .site-header .header-top a:not(.btn) {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 20px; }
    .site-header .header-top a:not(.btn):hover {
      color: #74787b; }
  .site-header .header-top .col-left {
    float: left; }
    .site-header .header-top .col-left a:not(.btn) {
      border-left: 1px solid #d2d2d3; }
  .site-header .header-top .col-right {
    float: right; }
    .site-header .header-top .col-right a {
      border-right: 1px solid #d2d2d3; }
      .site-header .header-top .col-right a.blog {
        font-weight: 700; }
  .site-header .header-top .flexbox {
    -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-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .site-header .header-top .top-link-area {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 21px 0px 15px; }
  .site-header .header-top .hl-item {
    display: inline-block;
    float: left;
    position: relative; }
  .site-header .header-top .lang-block {
    position: relative; }
    .site-header .header-top .lang-block #lang-switcher {
      display: none; }
    .site-header .header-top .lang-block .lang-toggle {
      padding: 2px 29px 5px 26px;
      background-size: 16px 11px;
      background-position: 0px 3px;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer; }
      .site-header .header-top .lang-block .lang-toggle:after {
        content: '\f107';
        font-family: fontAwesome;
        font-size: 16px;
        position: absolute;
        top: 1px;
        right: 12px;
        font-weight: normal; }
    .site-header .header-top .lang-block .lang-dropdown {
      display: none;
      position: absolute;
      width: -moz-calc(100% + 15px);
      width: -webkit-calc(100% + 15px);
      width: calc(100% + 15px);
      top: 100%;
      left: -15px;
      padding-top: 18px;
      z-index: 2; }
    .site-header .header-top .lang-block .lang-list {
      padding: 10px 10px 10px 15px;
      background: #fff;
      border: 1px solid #cbc9c7;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .site-header .header-top .lang-block .lang-list li {
        padding: 5px 15px 5px 26px;
        background-size: 16px 11px;
        background-position: 0px 5px;
        background-repeat: no-repeat;
        cursor: pointer; }
        .site-header .header-top .lang-block .lang-list li.selected span {
          border-bottom: 1px solid #4c4442; }
  .site-header .header-top .currency {
    position: relative; }
    .site-header .header-top .currency .currency-toggle {
      padding: 3px 28px 2px 4px;
      background-size: 16px 11px;
      background-position: 0px 3px;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer; }
      .site-header .header-top .currency .currency-toggle:after {
        content: '\f107';
        font-family: fontAwesome;
        font-size: 16px;
        position: absolute;
        top: 1px;
        right: 12px;
        font-weight: normal; }
    .site-header .header-top .currency .currency-dropdown {
      display: none;
      position: absolute;
      top: calc(width,'100% + 15px');
      left: -15px;
      padding-top: 18px;
      z-index: 2; }
    .site-header .header-top .currency .currency-list {
      padding: 10px 0px 10px 10px;
      background: #fff;
      border: 1px solid #cbc9c7;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .site-header .header-top .currency .currency-list li {
        cursor: pointer;
        display: block;
        padding: 5px 12px 5px 26px;
        background-size: 16px 11px;
        background-position: 0px 5px;
        background-repeat: no-repeat; }
        .site-header .header-top .currency .currency-list li.selected span {
          border-bottom: 1px solid #4c4442; }
  .site-header .header-top .header-cart {
    float: right;
    position: relative; }
    .site-header .header-top .header-cart .flexbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .site-header .header-top .header-cart .top-cart {
      padding: 11px 20px 13px 10px;
      display: inline-block;
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .site-header .header-top .header-cart .cart-text {
      float: right; }
      .site-header .header-top .header-cart .cart-text > span {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal; }
      .site-header .header-top .header-cart .cart-text strong {
        display: block;
        font-size: 15px;
        line-height: normal; }
    .site-header .header-top .header-cart .checkout {
      display: inline-block;
      padding: 11px 12px 10px 11px;
      float: right;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+1,0.05+30,0+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 1%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 1%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 1%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
      .site-header .header-top .header-cart .checkout button {
        display: inline-block;
        font-size: 16px;
        font-family: "Gotham-Book";
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        border: 1px solid;
        padding: 7px 20px 6px 20px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: black;
        border-color: #8c8c8c;
        background: white;
        -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
        -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
        text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        min-width: 134px;
        background: #7e7f82;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
        .site-header .header-top .header-cart .checkout button:hover {
          background: white;
          color: #7e7f82;
          border-color: #979797;
          -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
          -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .site-header .header-top #dropdown-cart {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100vh;
    padding: 15px;
    background: #fff;
    z-index: 10;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease; }
    .site-header .header-top #dropdown-cart .dropcart-title {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #000;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      margin: 0px; }
    .site-header .header-top #dropdown-cart ul.mini-products-list {
      max-height: calc(100vh - 160px);
      overflow: auto;
      margin-top: -11px; }
      .site-header .header-top #dropdown-cart ul.mini-products-list li.item {
        display: block;
        padding-top: 21px;
        padding-bottom: 17px;
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        position: relative; }
    .site-header .header-top #dropdown-cart .product-image {
      padding: 4px 0px;
      width: 70px;
      float: left; }
    .site-header .header-top #dropdown-cart .product-details {
      width: -moz-calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px);
      float: left;
      padding-right: 12px;
      padding-left: 25px; }
    .site-header .header-top #dropdown-cart .btn-remove {
      padding: 0px;
      position: absolute;
      top: 22px;
      right: -3px; }
      .site-header .header-top #dropdown-cart .btn-remove svg {
        height: 19px;
        width: 19px;
        color: #f94434;
        stroke-width: 0.5px;
        display: block; }
    .site-header .header-top #dropdown-cart .product-name {
      margin-bottom: 5px; }
      .site-header .header-top #dropdown-cart .product-name a {
        display: inline-block;
        font-family: "Gotham-Book";
        line-height: 22px;
        color: #969696;
        margin-bottom: 6px;
        padding: 0px; }
    .site-header .header-top #dropdown-cart .option {
      font-style: italic;
      color: #666666;
      margin-bottom: 13px; }
      .site-header .header-top #dropdown-cart .option span {
        display: block; }
    .site-header .header-top #dropdown-cart .cart-collateral {
      padding: 4px 0px; }
    .site-header .header-top #dropdown-cart .price {
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      color: #000;
      margin-bottom: 0px; }
    .site-header .header-top #dropdown-cart .summary {
      overflow: hidden;
      padding-bottom: 10px;
      padding-top: 18px; }
      .site-header .header-top #dropdown-cart .summary .total {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      .site-header .header-top #dropdown-cart .summary .label {
        color: #000;
        font-size: 14px;
        font-weight: bold; }
      .site-header .header-top #dropdown-cart .summary .price {
        display: inline-block;
        font-size: 20px;
        line-height: 27px;
        float: right; }
    .site-header .header-top #dropdown-cart button.btn, .site-header .header-top #dropdown-cart .btn-continue {
      width: 100%;
      background: #7e7f82;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
      .site-header .header-top #dropdown-cart button.btn:hover, .site-header .header-top #dropdown-cart .btn-continue:hover {
        background: white;
        color: #7e7f82;
        border-color: #979797;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .site-header .header-top #dropdown-cart .text-cart {
      display: block;
      padding: 13px 0 0 0;
      width: 100%;
      text-align: center;
      color: #5c5c5e;
      font-size: 14px;
      font-family: "Gotham-Book";
      text-transform: uppercase;
      font-weight: 500;
      line-height: normal; }
    .site-header .header-top #dropdown-cart .no-items {
      padding: 10px 0px; }
  .site-header .header-top .dropdown-customer {
    display: none;
    position: absolute;
    left: 0px;
    top: -moz-calc(100% + 18px);
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    width: 302px;
    text-align: left;
    height: auto;
    padding: 15px 20px 20px;
    z-index: 100;
    background: #fff;
    border: 1px solid #cbc9c7;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .site-header .header-top .dropdown-customer .forgot-password {
      display: block;
      padding: 0px;
      border: 0px !important;
      padding-bottom: 18px;
      color: #74787b; }
  .site-header .header-bottom .section-inner {
    border-bottom: 1px dotted #afafb0; }
  .site-header .header-bottom .hl-mb svg {
    height: 24px;
    width: 24px; }
  .site-header .header-bottom .hl-mb i.fa-search {
    font-size: 20px; }
  .site-header .header-bottom #showLeftPush, .site-header .header-bottom #mobile-search-toggle, .site-header .header-bottom #icon-user-mb, .site-header .header-bottom #cartToggle-mb {
    width: 50px;
    min-width: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .site-header .header-bottom #mobile-search-toggle.show svg:first-child {
    display: none; }
  .site-header .header-bottom #mobile-search-toggle.show svg:last-child {
    display: block;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    stroke-width: 1px;
    stroke: #fff; }
  .site-header .header-bottom .icon-nav {
    display: block;
    height: auto; }
    .site-header .header-bottom .icon-nav svg {
      height: 43px;
      width: 30px; }
  .site-header .header-bottom svg.icon-close {
    display: none; }
  .site-header .header-bottom .flexbox {
    -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-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .site-header .header-bottom .flexbox.inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
  .site-header .header-bottom .logo {
    margin-bottom: 0px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: auto;
    padding: 10px 0px; }
    .site-header .header-bottom .logo a {
      display: inline-block;
      max-width: 120px;
      font-family: "Gotham-Book";
      word-break: break-word;
      line-height: normal;
      font-size: 22px; }
  .site-header .header-bottom .dt-search {
    display: none; }
    .site-header .header-bottom .dt-search.mb-search.show {
      display: block;
      position: absolute;
      top: 56px;
      left: 0px;
      width: 100%;
      z-index: 5;
      padding: 0px; }
      .site-header .header-bottom .dt-search.mb-search.show .search-form {
        width: 100%; }
    .site-header .header-bottom .dt-search .search-form {
      padding: 4px;
      width: 300px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      float: right; }
      .site-header .header-bottom .dt-search .search-form .search-bar {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid;
        overflow: hidden;
        position: relative; }
        .site-header .header-bottom .dt-search .search-form .search-bar svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 34px;
          height: 34px;
          padding: 10px 5px;
          color: #929292;
          z-index: 1; }
      .site-header .header-bottom .dt-search .search-form .input-group-field {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        height: 34px;
        padding: 10px 10px 10px 36px;
        border: none;
        position: relative;
        margin-bottom: 0px;
        width: auto;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        -ms-border-radius: 3px 0px 0px 3px;
        -o-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px; }
        .site-header .header-bottom .dt-search .search-form .input-group-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #828282; }
        .site-header .header-bottom .dt-search .search-form .input-group-field::-moz-placeholder {
          /* Firefox 19+ */
          color: #828282; }
        .site-header .header-bottom .dt-search .search-form .input-group-field:-ms-input-placeholder {
          /* IE 10+ */
          color: #828282; }
        .site-header .header-bottom .dt-search .search-form .input-group-field:-moz-placeholder {
          /* Firefox 18- */
          color: #828282; }
      .site-header .header-bottom .dt-search .search-form .btn-search {
        height: 34px;
        width: auto;
        min-width: 40px;
        padding: 10px;
        margin-left: 1px;
        float: right;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-weight: 600;
        font-family: "Gotham-Book";
        font-size: 14px;
        text-transform: uppercase;
        border: none;
        background: transparent;
        text-shadow: none; }
  .site-header .header-bottom .header-promotion {
    margin-top: 20px;
    margin-bottom: 20px; }
  .site-header .header-bottom .hl-line {
    display: none;
    position: relative; }
  .site-header .header-mb {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 6; }
    .site-header .header-mb.fixed {
      position: fixed;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .site-header .header-mb .flexbox {
      margin-right: -10px;
      margin-left: -10px; }

.dropdown-customer {
  position: fixed;
  background-color: #fff;
  z-index: 1002;
  top: 0px;
  right: -100%;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: 1px solid #eee;
  overflow: visible;
  padding: 15px 20px; }
  .dropdown-customer .close-mm {
    left: auto;
    right: 100%; }
    .dropdown-customer .close-mm svg {
      display: block; }
  .dropdown-customer .customer-title {
    font-size: 14px;
    font-weight: 600;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    color: #000;
    padding-bottom: 13px;
    margin: 0px; }
  .dropdown-customer .login-customer, .dropdown-customer .ct-register {
    padding-top: 18px;
    border-top: 1px dotted #dedede; }
  .dropdown-customer .des {
    color: #666666; }
  .dropdown-customer .action-btn {
    margin-bottom: 0px; }
  .dropdown-customer #customer_logout_link, .dropdown-customer .btn.acc {
    width: 100%;
    margin-bottom: 15px; }
  .dropdown-customer .forgot-password {
    display: block;
    padding-bottom: 18px; }
  .dropdown-customer .btn.login {
    color: black;
    border-color: #8c8c8c;
    background: white;
    -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    width: 100%;
    margin-bottom: 18px; }
    .dropdown-customer .btn.login:hover {
      color: white;
      border-color: #8c8c8c;
      background: #8c8c8c;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .dropdown-customer .btn.register {
    width: 100%;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background: #7e7f82;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .dropdown-customer .btn.register:hover {
      color: white;
      border-color: rgba(0, 0, 0, 0);
      background: #a4a4a4;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .dropdown-customer .header-promotion {
    padding: 45px 0px 0px; }

/* ==================================== */
/* NAVIGATION */
.search-pop {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 402;
  display: none; }
  .search-pop .search-area {
    position: absolute;
    top: 20px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%; }
  .search-pop .input-group-field {
    height: 40px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    width: auto;
    max-width: 100%; }
  .search-pop .btn-search {
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    height: 40px;
    border: 0;
    border-radius: 0px; }
  .search-pop svg {
    display: none; }
  .search-pop .icon-close {
    position: static;
    top: 0;
    left: 105%;
    cursor: pointer;
    display: none; }
    .search-pop .icon-close svg {
      fill: #fff;
      width: 40px;
      height: 40px;
      display: block;
      stroke-width: 0; }

.wrapper-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  width: -moz-calc(100vw - 40px);
  width: -webkit-calc(100vw - 40px);
  width: calc(100vw - 40px);
  background-color: #fff;
  z-index: 999;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll !important; }
  .wrapper-navigation .logo-fixed, .wrapper-navigation .search-pop, .wrapper-navigation #search-fix {
    display: none; }
  .wrapper-navigation .quicklink-menu, .wrapper-navigation .tool-menu {
    width: 100%;
    padding: 0px 10px; }
  .wrapper-navigation .tool-menu h5 {
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 16px; }
  .wrapper-navigation .tool-menu .top-link-area {
    width: 100%; }
  .wrapper-navigation .tool-menu .mb-lang, .wrapper-navigation .tool-menu .mb-cur {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 10px 20px; }
  .wrapper-navigation .tool-menu .lang-toggle, .wrapper-navigation .tool-menu .currency-toggle {
    display: none; }
  .wrapper-navigation .tool-menu .lang-list li, .wrapper-navigation .tool-menu .currency-list li {
    display: block;
    width: 50%;
    padding-right: 20px;
    padding-left: 25px;
    float: left;
    margin-bottom: 15px; }
    .wrapper-navigation .tool-menu .lang-list li.selected span, .wrapper-navigation .tool-menu .currency-list li.selected span {
      border-bottom: 1px solid #4c4442; }
  .wrapper-navigation .tool-menu .lang-list {
    display: block !important; }
    .wrapper-navigation .tool-menu .lang-list li {
      margin-bottom: 0px; }
  .wrapper-navigation .tool-menu .currency-list, .wrapper-navigation .tool-menu .currency-dropdown {
    display: block !important; }
  .wrapper-navigation .quicklink-menu {
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5; }
    .wrapper-navigation .quicklink-menu .top-link {
      display: inline-block;
      width: 100%; }
    .wrapper-navigation .quicklink-menu a {
      display: block;
      padding: 6px 20px 5px;
      line-height: 24px; }

body.show-mm .wrapper-overlay, body.show-mu .wrapper-overlay, body.show-dc .wrapper-overlay {
  display: block; }
body.show-mm .close-mm, body.show-mu .close-mm, body.show-dc .close-mm {
  top: 0px; }

body.show-mm .close-mm {
  right: 0;
  left: auto; }
body.show-mm .wrapper-navigation {
  left: 0; }
body.show-mm .submenu-title {
  font-family: "Gotham-Book";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  padding: 13px 40px 11px 20px;
  background: #f8f8f8;
  text-align: center; }
  body.show-mm .submenu-title .back-icon {
    font-size: 20px;
    float: left;
    line-height: 18px; }
body.show-mm #showLeftPush .icon-line {
  background-color: transparent; }
  body.show-mm #showLeftPush .icon-line:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px; }
  body.show-mm #showLeftPush .icon-line:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px; }
body.show-mm .site-nav-dropdown.open {
  left: 0; }

body.show-mu .close-mm {
  left: 0;
  right: auto; }
body.show-mu #dropdown-customer {
  right: 0; }

body.show-dc .close-mm {
  left: 0;
  right: auto; }
body.show-dc .site-header .header-top #dropdown-cart {
  right: 0px; }

ul {
  list-style: none;
  margin-bottom: 0px; }
  ul li {
    margin-bottom: 0px; }

.site-nav {
  position: relative; }
  .site-nav .icon-dropdown {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 20px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: alpha(opacity=60); }
  .site-nav > li {
    display: inline-block;
    width: 100%;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px; }
    .site-nav > li a {
      display: inline-block; }
    .site-nav > li > a {
      font-weight: bold;
      font-family: "Gotham-Book";
      font-size: 16px;
      text-transform: uppercase;
      padding: 13px 20px 11px 20px;
      position: static; }
      .site-nav > li > a span {
        position: relative; }
    .site-nav > li .promote-label {
      display: inline-block;
      font-family: "Gotham-Book";
      text-align: center;
      font-size: 10px;
      font-weight: normal;
      text-transform: capitalize;
      line-height: normal;
      padding: 1px 6px 1px;
      margin: 1px 0px 0px 20px;
      float: right;
      position: relative;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .site-nav > li .promote-label:after {
        content: '';
        border-width: 4px 3.5px 0px 3.5px;
        border-color: #24c4ec transparent;
        border-style: solid;
        position: absolute;
        z-index: 4;
        top: 7px;
        left: -5px;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .site-nav .site-nav-dropdown {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    background: #fff;
    z-index: 1000;
    left: -100%;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    text-align: left; }
    .site-nav .site-nav-dropdown li > a {
      line-height: normal;
      padding: 13px 14px 12px;
      color: #414141; }
  .site-nav li.mega-menu .inner {
    padding: 0px; }
  .site-nav li.mega-menu .colm-1 .inner > a {
    font-family: "Gotham-Book";
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    padding: 13px 40px 10px 20px; }
  .site-nav li.mega-menu .colm-2 {
    padding-top: 30px; }
    .site-nav li.mega-menu .colm-2 .mega-feature-product {
      text-align: center;
      width: 230px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product h3.title {
        font-family: "Gotham-Book";
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: normal;
        padding: 4px 0px 10px;
        margin-bottom: 7px; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product .product-title {
        display: inline-block;
        font-family: "Gotham-Book";
        line-height: 22px;
        color: #969696;
        margin-bottom: 6px; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product .price-box {
        margin-bottom: 14px; }
        .site-nav li.mega-menu .colm-2 .mega-feature-product .price-box p {
          font-size: 16px;
          font-weight: bold;
          line-height: normal;
          padding: 4px 0px;
          color: #959595;
          margin-bottom: 0px; }
        .site-nav li.mega-menu .colm-2 .mega-feature-product .price-box .old-price {
          color: #ababab;
          text-decoration: line-through;
          margin-right: 5px; }
        .site-nav li.mega-menu .colm-2 .mega-feature-product .price-box .special-price {
          color: #f95d31; }
        .site-nav li.mega-menu .colm-2 .mega-feature-product .price-box em {
          font-size: 14px;
          color: #c2c2c2;
          font-style: normal; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product .product-image {
        max-width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 14px; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product .action .btn {
        display: inline-block;
        width: 200px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 9px 25px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #8c8c8c;
        -webkit-box-shadow: 0px 1px 3px 0px #dddddd;
        -moz-box-shadow: 0px 1px 3px 0px #dddddd;
        box-shadow: 0px 1px 3px 0px #dddddd; }
      .site-nav li.mega-menu .colm-2 .mega-feature-product .slick-arrow {
        top: 60px; }
  .site-nav li.mega-menu .mega-banner {
    margin-bottom: 20px; }
    .site-nav li.mega-menu .mega-banner a {
      display: block; }
    .site-nav li.mega-menu .mega-banner img {
      display: block;
      margin: 0 auto; }
  .site-nav li.mega-menu .collection-banner {
    padding-left: 14px;
    margin-top: 5px; }

/* ======================================= */
/* FOOTER */
.site-footer a span {
  position: relative; }
  .site-footer a span:before {
    content: ''; }
.site-footer .footer-top {
  padding-top: 35px;
  padding-bottom: 32px; }
  .site-footer .footer-top h3.foot-title {
    font-family: "Gotham-Book";
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 19px; }
    .site-footer .footer-top h3.foot-title.colapse {
      border-bottom: 1px solid #d2d2d3; }
  .site-footer .footer-top .col-footer h3.foot-title:after {
    content: '\f107';
    font-family: 'fontawesome';
    float: right;
    font-size: 16px;
    cursor: pointer; }
  .site-footer .footer-top .col-footer h3.foot-title.active:after {
    content: '\f106'; }
  .site-footer .footer-top .col-footer ul, .site-footer .footer-top .col-footer .info-content {
    display: none; }
  .site-footer .footer-top .info-content .info-text {
    margin-bottom: 18px; }
  .site-footer .footer-top .info-content p {
    line-height: 25px;
    margin-bottom: 2px; }
  .site-footer .footer-top .info-content span {
    line-height: 20px; }
  .site-footer .footer-top .footer-menu ul {
    list-style: none;
    margin: 0; }
    .site-footer .footer-top .footer-menu ul li {
      margin: 0; }
      .site-footer .footer-top .footer-menu ul li a {
        padding: 5px 0px 6px;
        display: block;
        line-height: normal; }
  .site-footer .footer-top .footer-menu ul, .site-footer .footer-top .footer-menu .info-content {
    padding-bottom: 30px; }
  .site-footer .footer-top .footer-newsletter {
    margin-bottom: 27px; }
    .site-footer .footer-top .footer-newsletter .newsletter-description {
      padding: 5px 0px 6px;
      margin-bottom: 10px; }
    .site-footer .footer-top .footer-newsletter .input-group {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .site-footer .footer-top .footer-newsletter .input-group .input-group-field {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        border: 1px solid #fb8a2d;
        height: 36px;
        line-height: 20px;
        padding: 8px 15px 6px;
        margin-bottom: 0px;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; }
      .site-footer .footer-top .footer-newsletter .input-group .btn {
        height: 36px;
        min-width: 104px;
        font-size: 13px;
        text-transform: uppercase;
        background: #fb8a2d;
        color: #fff;
        border: 1px solid #fb8a2d;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        text-shadow: none;
        padding: 7px 15px 6px 15px;
        border-left: none; }
  .site-footer .footer-top .footer-social .social-icons {
    margin-bottom: -3px;
    padding-bottom: 18px; }
.site-footer .footer-bottom {
  padding-top: 24px;
  padding-bottom: 107px; }
  .site-footer .footer-bottom .footer-address {
    margin-bottom: 20px; }
  .site-footer .footer-bottom .address-menu ul {
    list-style: none;
    padding-top: 2px;
    padding-bottom: 11px;
    margin-bottom: 0px;
    margin: 0px -12px 0px -9px; }
    .site-footer .footer-bottom .address-menu ul li {
      display: inline-block;
      margin-bottom: 9px;
      margin-left: -3px; }
      .site-footer .footer-bottom .address-menu ul li a {
        display: block;
        line-height: normal;
        padding: 3px 12px 1px;
        border-right: 1px solid #d2d2d3; }
        .site-footer .footer-bottom .address-menu ul li a:hover {
          color: #74787b; }
      .site-footer .footer-bottom .address-menu ul li:last-child a {
        border-right: none; }
  .site-footer .footer-bottom address p {
    margin-bottom: 7px; }
  .site-footer .footer-bottom .payment-methods {
    width: 100%;
    text-align: left;
    margin-bottom: 8px; }
    .site-footer .footer-bottom .payment-methods li {
      margin-right: 7px;
      margin-bottom: 7px;
      width: 34px; }
      .site-footer .footer-bottom .payment-methods li:last-child {
        margin-right: 0px; }
  .site-footer .footer-bottom .seal-approval {
    width: 100%;
    text-align: left; }
    .site-footer .footer-bottom .seal-approval li {
      margin-right: 12px;
      margin-bottom: 7px; }

/* =============================================== */
/* HOMEPAGE */
/* =============================================== */
.template-index .section-title {
  position: relative;
  z-index: 2; }
  .template-index .section-title h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px; }
  .template-index .section-title img {
    display: block;
    margin: 0 auto; }

.widget-product {
  position: relative; }

.home-slideshow {
  margin-bottom: 20px;
  padding-top: 10px; }
  .home-slideshow .no-image {
    padding-top: 42%; }
  .home-slideshow .align-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .home-slideshow .col-right .inner {
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .home-slideshow .cat-menu {
    overflow: hidden; }
    .home-slideshow .cat-menu h2.cat-title {
      font-size: 18px;
      font-family: "Gotham-Book";
      font-weight: 600;
      line-height: normal;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      position: relative;
      margin-bottom: 0px; }
    .home-slideshow .cat-menu .menu-slider-container {
      padding: 7px 0px 5px;
      margin-top: 13px; }
      .home-slideshow .cat-menu .menu-slider-container .menu-slider-item:nth-child(n + 2) {
        display: none; }
      .home-slideshow .cat-menu .menu-slider-container .menu-slider-item.slick-slide {
        display: block; }
    .home-slideshow .cat-menu ul:not(.menu-slider-item) {
      padding: 7px 0px 5px;
      margin-top: 13px;
      max-height: 155px;
      overflow: auto; }
    .home-slideshow .cat-menu ul li {
      width: 100%;
      margin-bottom: 0px; }
      .home-slideshow .cat-menu ul li a {
        font-size: 14px;
        font-family: "Gotham-Book";
        padding: 7px 0px 5px; }
        .home-slideshow .cat-menu ul li a i {
          margin-left: 8px;
          font-size: 16px; }
    .home-slideshow .cat-menu .slick-dots {
      border: none !important; }
      .home-slideshow .cat-menu .slick-dots li {
        display: inline-block;
        width: auto;
        padding: 5px;
        margin-bottom: 0px; }
  .home-slideshow .slideshow .slick-arrow {
    display: none !important; }
  .home-slideshow .slideshow .item {
    position: relative;
    display: none; }
    .home-slideshow .slideshow .item:first-child, .home-slideshow .slideshow .item.slick-slide {
      display: block; }
    .home-slideshow .slideshow .item .slide-content {
      position: static;
      width: 100%; }
      .home-slideshow .slideshow .item .slide-content h2.slide-heading {
        font-family: "Gotham-Book";
        font-weight: bold;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        line-height: 1;
        margin-bottom: 20px; }
      .home-slideshow .slideshow .item .slide-content .slide-text {
        line-height: 1;
        margin-bottom: 15px;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
      .home-slideshow .slideshow .item .slide-content .slide-button {
        position: relative;
        z-index: 2;
        font-size: 16px;
        font-weight: bold;
        padding: 11px 15px 9px;
        min-width: 137px;
        text-transform: uppercase;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin: 0px 9px 10px;
        box-shadow: none;
        text-shadow: none; }
  .home-slideshow .slideshow .slick-active h2.slide-heading.animated {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .home-slideshow .slideshow .slick-active .slide-text.animated {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  .home-slideshow .slideshow .slick-active .slide-button.animated {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .home-slideshow .slideshow .slick-active .no-content .slide-button.animated {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .home-slideshow .slideshow .slick-dots {
    margin-bottom: 10px; }

.block-banners .no-image {
  padding-top: 107%; }
  .block-banners .no-image.half {
    padding-top: 50.8%; }
.block-banners .inner {
  overflow: hidden;
  border-bottom: 1px dotted #afafb0;
  padding-bottom: 15px; }
.block-banners .banner-col {
  margin-bottom: 20px; }
.block-banners img {
  display: block;
  margin: 0 auto; }
.block-banners .banner-block-item {
  position: relative; }
.block-banners .content-box {
  position: absolute;
  padding: 25px;
  width: 100%;
  bottom: 0px; }
  .block-banners .content-box.abs_left {
    text-align: left; }
  .block-banners .content-box.abs_center {
    text-align: center; }
  .block-banners .content-box.abs_right {
    text-align: right; }
  .block-banners .content-box .banner-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gotham-Book";
    margin-bottom: 20px;
    line-height: 1; }
  .block-banners .content-box .btn {
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    border: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }
    .block-banners .content-box .btn span {
      border-bottom: 1px solid; }
.block-banners .two-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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; }

.homepage-brand-slider {
  padding-top: 7px; }
  .homepage-brand-slider .section-inner {
    padding-bottom: 30px;
    border-bottom: 1px dotted #afafb0; }
  .homepage-brand-slider .col-slider {
    text-align: center;
    margin-bottom: 30px; }
  .homepage-brand-slider .item {
    padding: 0px;
    display: inline-block; }
    .homepage-brand-slider .item img {
      margin: 0 auto; }
  .homepage-brand-slider .slider-wrapper {
    padding-top: 10px; }
  .homepage-brand-slider .slide_brand {
    padding: 23px 54px;
    white-space: nowrap;
    overflow: hidden; }
  .homepage-brand-slider .shop-all {
    display: inline-block;
    font-size: 13px;
    font-family: "Gotham-Book";
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 1px 0px;
    border-bottom: 1px solid #fb8a2d; }
  .homepage-brand-slider .recommended-brand {
    padding-bottom: 10px; }
    .homepage-brand-slider .recommended-brand .content {
      padding-top: 8px;
      overflow: hidden; }
    .homepage-brand-slider .recommended-brand .image {
      width: 120px;
      float: left; }
    .homepage-brand-slider .recommended-brand .text {
      width: -moz-calc(100% - 120px);
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px);
      float: right;
      padding-left: 21px;
      color: #423f3c;
      margin-top: -3px; }
    .homepage-brand-slider .recommended-brand h3.title {
      font-family: "Gotham-Book";
      font-size: 16px;
      font-weight: 600; }
    .homepage-brand-slider .recommended-brand .des {
      line-height: 20px;
      font-style: italic; }

.widget-trending-product .widget-product {
  margin-bottom: 0px;
  padding-top: 44px;
  padding-bottom: 15px; }
.widget-trending-product .section-inner {
  border-bottom: 1px dotted #afafb0; }
.widget-trending-product .slick-track {
  min-width: 100%; }
.widget-trending-product .slick-arrow {
  top: 29%;
  /*29*/
  opacity: 0;
  visibility: hidden; }
  .widget-trending-product .slick-arrow.slick-prev {
    left: 15px; }
  .widget-trending-product .slick-arrow.slick-next {
    right: 15px; }
.widget-trending-product .section-title .nav-tabs {
  border: none; }
  .widget-trending-product .section-title .nav-tabs .nav-link, .widget-trending-product .section-title .nav-tabs .nav-link.active {
    border: none;
    padding: 0px;
    background: transparent; }
  .widget-trending-product .section-title .nav-tabs .nav-item {
    margin-bottom: 0px; }
.widget-trending-product .section-title h2 {
  color: #c2c2c2; }
.widget-trending-product .section-title .devided {
  margin: 0px;
  padding: 0px 17px; }
.widget-trending-product .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }
  .widget-trending-product .tab-content > .tab-pane ul li:before {
    display: none; }
  .widget-trending-product .tab-content > .tab-pane ul.slick-dots {
    padding: 0px;
    margin-bottom: 10px; }
    .widget-trending-product .tab-content > .tab-pane ul.slick-dots li {
      padding: 5px;
      margin-bottom: 0px; }
  .widget-trending-product .tab-content > .tab-pane .loading {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }
    .widget-trending-product .tab-content > .tab-pane .loading div {
      position: absolute;
      -webkit-animation: loading 1s linear infinite;
      animation: loading 1s linear infinite;
      width: 100px;
      height: 100px;
      top: 50px;
      left: 50px;
      border-radius: 50%;
      box-shadow: 0 4px 0 0 #3d529f;
      -webkit-transform-origin: center;
      transform-origin: center; }
.widget-trending-product .tab-content > .tab-pane.active.show {
  height: auto;
  overflow: visible; }
.widget-trending-product .products-grid .grid-item {
  margin-bottom: 25px; }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.widget-countdown-product .section-inner {
  border-bottom: 1px dotted #afafb0; }
.widget-countdown-product .widget-product {
  padding-top: 44px; }
.widget-countdown-product .countdown {
  display: inline-block;
  padding: 6px 10px 4px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  color: #474747;
  margin-bottom: 15px;
  min-width: 170px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .widget-countdown-product .countdown i {
    font-size: 18px;
    margin-right: 10px;
    -moz-transform: translate(0px, 1px);
    -o-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px); }
.widget-countdown-product .slick-dots {
  margin-bottom: 12px; }

.hompage-category .section-inner {
  border-bottom: 1px dotted #afafb0;
  overflow: hidden; }
.hompage-category .widget-content .hc-item {
  display: none; }
  .hompage-category .widget-content .hc-item:first-child {
    display: block; }
  .hompage-category .widget-content .hc-item.slick-slide {
    display: block; }
.hompage-category .section-title {
  margin-bottom: 24px; }
.hompage-category .category-item {
  padding-bottom: 30px; }
  .hompage-category .category-item .title {
    font-family: "Gotham-Book";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 27px;
    padding-left: 96px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-position-y: center; }
.hompage-category .slick-dots {
  padding-bottom: 30px; }
.hompage-category .list-cate {
  width: 50%;
  float: left; }
  .hompage-category .list-cate li {
    width: 100%; }
    .hompage-category .list-cate li a {
      padding: 5px 0px 6px; }
      .hompage-category .list-cate li a:hover {
        color: #74787b; }
        .hompage-category .list-cate li a:hover span {
          border-bottom: 1px solid rgba(116, 120, 123, 0.6); }
  .hompage-category .list-cate .more_category {
    margin-top: 8px; }
    .hompage-category .list-cate .more_category a {
      text-transform: uppercase;
      font-family: "Gotham-Book";
      font-size: 13px;
      font-weight: 600;
      color: #000000; }
      .hompage-category .list-cate .more_category a span {
        position: relative; }
        .hompage-category .list-cate .more_category a span:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background: #000;
          bottom: 0px;
          left: 0px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .hompage-category .list-cate .more_category a i {
        font-size: 16px;
        color: #000;
        margin-left: 7px; }
.hompage-category .image-cate {
  padding: 6px 8px 6px 15px;
  width: 50%;
  float: right; }
.hompage-category .content {
  overflow: hidden;
  padding-top: 15px; }

.homepage-testimonial .slick-arrow {
  top: -44px;
  visibility: hidden;
  z-index: 3; }
  .homepage-testimonial .slick-arrow.slick-next {
    right: 26px; }
  .homepage-testimonial .slick-arrow.slick-prev {
    left: auto;
    right: 65px; }
.homepage-testimonial .slick-dots {
  padding-top: 20px; }
.homepage-testimonial .item:nth-child(2n + 1) {
  display: none; }
.homepage-testimonial .item.slick-slide {
  display: block; }
.homepage-testimonial .section-inner {
  border-bottom: 1px dotted #afafb0; }
.homepage-testimonial .section-content {
  padding-top: 25px; }
.homepage-testimonial .image {
  display: inline-block;
  width: 76PX;
  height: 76px;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 5px;
  background-color: #fff; }
  .homepage-testimonial .image img {
    width: 100%; }
.homepage-testimonial .text {
  width: -moz-calc(100% - 76px);
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
  float: left;
  padding-top: 11px;
  padding-left: 53px; }
  .homepage-testimonial .text .qoute {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
    position: relative;
    font-style: italic; }
    .homepage-testimonial .text .qoute:before {
      content: '\f10d';
      font-family: 'fontawesome';
      display: block;
      position: absolute;
      top: -3px;
      left: -35px;
      font-size: 24px;
      color: #b1b1b1;
      font-style: normal; }
  .homepage-testimonial .text .name {
    color: #026ca8;
    font-family: "Gotham-Book";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0; }

/* ============================================
COLLECTION PAGE */
.sidebar-label {
  position: relative;
  min-width: 92px;
  font-weight: 700;
  font-family: "Gotham-Book";
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232; }
  .sidebar-label .icon-filter {
    display: inline-block;
    vertical-align: middle;
    color: #a2a2a2;
    margin-top: 4px;
    width: 38px;
    text-align: left; }
    .sidebar-label .icon-filter svg {
      width: 25px;
      height: 22px; }
  .sidebar-label .sidebar_more {
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase; }
  .sidebar-label .icon-dropdown {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: inherit;
    position: relative;
    top: -1px; }

.template-collection .main-content {
  padding-bottom: 100px; }

body.open-sb .col-sidebar .sidebar {
  background: #fff;
  left: 0px; }
body.open-sb .wrapper-overlay {
  display: block; }
body.open-sb .close-mm {
  left: auto;
  top: 0px;
  right: 0px; }

.col-sidebar .sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 300;
  height: 100vh;
  padding: 20px 10px;
  overflow: auto;
  width: -moz-calc(100vw - 40px);
  width: -webkit-calc(100vw - 40px);
  width: calc(100vw - 40px);
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }
.col-sidebar .sidebar-box {
  background: #f8f8f8;
  border: 1px solid #d1dada;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  padding-bottom: 4px;
  margin-bottom: 45px;
  /*dt*/ }
.col-sidebar .widget-title.blue {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #2db6ef;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .col-sidebar .widget-title.blue:before {
    content: '';
    width: 2px;
    border-width: 10px 10px 0px 10px;
    border-style: solid;
    border-color: #2db6ef transparent;
    position: absolute;
    top: 100%;
    left: 17px; }
  .col-sidebar .widget-title.blue h2 {
    font-size: 16px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px;
    cursor: pointer; }
.col-sidebar .menu-cat {
  list-style: none;
  padding-top: 0px;
  padding-bottom: 28px;
  margin: 0px; }
  .col-sidebar .menu-cat > li {
    border: none; }
    .col-sidebar .menu-cat > li > a {
      font-weight: 600; }
    .col-sidebar .menu-cat > li:last-child a {
      border: none; }
  .col-sidebar .menu-cat li {
    margin: 0px;
    width: 100%;
    border-bottom: 1px dotted #dbdddd; }
    .col-sidebar .menu-cat li a {
      color: #414141;
      display: block;
      padding-bottom: 9px;
      padding-top: 11px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: relative;
      padding-right: 13px; }
      .col-sidebar .menu-cat li a:hover, .col-sidebar .menu-cat li a.active {
        color: #74787b; }
    .col-sidebar .menu-cat li .icon-dropdown {
      position: absolute;
      top: 0px;
      right: -10px;
      padding: 10px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .col-sidebar .menu-cat li .icon-dropdown i {
        color: #828282;
        font-size: 10px; }
    .col-sidebar .menu-cat li.open > .icon-dropdown {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .col-sidebar .menu-cat li.open > .dropdown-cat {
      display: block; }
  .col-sidebar .menu-cat .dropdown-cat {
    display: none; }
    .col-sidebar .menu-cat .dropdown-cat li {
      padding-left: 10px; }
.col-sidebar a.clear, .col-sidebar a.clear-all {
  display: none;
  font-size: 14px;
  font-family: "Gotham-Book";
  font-weight: normal;
  text-align: right;
  text-transform: initial;
  float: right;
  border-bottom: 1px dotted transparent;
  padding-top: 2px;
  color: #4a4a4a; }
.col-sidebar a.clear:hover, .col-sidebar a.clear-all:hover {
  border-bottom: 1px dotted; }
.col-sidebar a.clear-all {
  color: #fff;
  line-height: 22px; }
.col-sidebar .sidebar-block .sidebar-tag {
  clear: both;
  padding: 10px 0px 13px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #dbdddd; }
  .col-sidebar .sidebar-block .sidebar-tag:last-child {
    border: none; }
  .col-sidebar .sidebar-block .sidebar-tag.color {
    padding-bottom: 15px; }
  .col-sidebar .sidebar-block .sidebar-tag .widget-content {
    margin-top: 8px;
    padding-top: 10px;
    width: 100%;
    height: auto;
    max-height: 154px;
    overflow: auto; }
  .col-sidebar .sidebar-block .sidebar-tag .widget-content::-webkit-scrollbar {
    width: 7px; }
  .col-sidebar .sidebar-block .sidebar-tag .widget-content::-webkit-scrollbar-track {
    background-color: #f0f1f1; }
  .col-sidebar .sidebar-block .sidebar-tag .widget-content::-webkit-scrollbar-thumb {
    background-color: #525252; }
  .col-sidebar .sidebar-block .sidebar-tag ul {
    overflow: hidden; }
    .col-sidebar .sidebar-block .sidebar-tag ul li {
      float: left;
      width: 100%; }
  .col-sidebar .sidebar-block .sidebar-tag label {
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    margin-bottom: 10px; }
  .col-sidebar .sidebar-block .sidebar-tag.color {
    padding-bottom: 15px; }
    .col-sidebar .sidebar-block .sidebar-tag.color ul li {
      margin: 0px 10px 10px 0px;
      width: auto;
      border: 1px solid #e5e5e5;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
      .col-sidebar .sidebar-block .sidebar-tag.color ul li a {
        display: block;
        border: 3px solid #fff;
        width: 30px;
        height: 30px;
        -webkit-transition: initial;
        -moz-transition: initial;
        -ms-transition: initial;
        -o-transition: initial;
        transition: initial;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .col-sidebar .sidebar-block .sidebar-tag.color ul li a:hover, .col-sidebar .sidebar-block .sidebar-tag.color ul li a.active {
          border: 3px solid #000000; }
        .col-sidebar .sidebar-block .sidebar-tag.color ul li a img {
          width: 100%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
  .col-sidebar .sidebar-block .sidebar-tag.size ul li {
    width: 50%; }
    .col-sidebar .sidebar-block .sidebar-tag.size ul li a {
      line-height: 25px; }
.col-sidebar .sidebar-block .widget-title h3 {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Gotham-Book";
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer;
  position: relative;
  color: #000; }
  .col-sidebar .sidebar-block .widget-title h3 i {
    font-size: 16px;
    margin-right: 9px; }
.col-sidebar .sidebar-block .widget-content ul {
  margin: 0px; }
.col-sidebar .sidebar-out-box {
  margin-bottom: 50px; }
  .col-sidebar .sidebar-out-box h3.sidebar-title {
    font-size: 16px;
    font-family: "Gotham-Book";
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-top: 2px solid #d1dada;
    border-bottom: 1px solid #eaefef;
    position: relative;
    cursor: pointer; }
  .col-sidebar .sidebar-out-box .widget-title.open h3:before {
    content: "\f107"; }
.col-sidebar .widget-featured-product .widget-product {
  padding-top: 13px; }
.col-sidebar .widget-featured-product .slick-arrow {
  top: 75px; }
.col-sidebar .widget-featured-product .slick-dots {
  display: none !important; }
.col-sidebar .widget-featured-product .row {
  margin-right: 0px;
  margin-left: 0px; }
.col-sidebar .widget-featured-product .grid-item {
  margin-bottom: 40px; }
  .col-sidebar .widget-featured-product .grid-item:hover:before {
    display: none; }
  .col-sidebar .widget-featured-product .grid-item .product-image img {
    display: block;
    margin: 0 auto;
    width: 120px; }
  .col-sidebar .widget-featured-product .grid-item .inner-top {
    border-right: none;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 15px; }
  .col-sidebar .widget-featured-product .grid-item form.variants {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    /*         padding:0px 5px; */ }
  .col-sidebar .widget-featured-product .grid-item .product-variant {
    position: static;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .col-sidebar .widget-featured-product .grid-item .product-variant label {
      width: 24px;
      height: 24px;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #cbcbcb; }
  .col-sidebar .widget-featured-product .grid-item .btn {
    width: 100%;
    max-width: 200px;
    min-width: auto; }
  .col-sidebar .widget-featured-product .grid-item:nth-child(n + 2) {
    display: none; }
  .col-sidebar .widget-featured-product .grid-item.slick-slide {
    display: block; }
.col-sidebar .sidebar-banner {
  padding-bottom: 55px;
  padding: 40px 0px; }
  .col-sidebar .sidebar-banner img {
    display: block;
    margin: 0 auto; }
.col-sidebar .sidebar-cms-custom .widget-content {
  padding-top: 22px; }
.col-sidebar .sidebar-cms-custom p {
  line-height: 20px;
  margin-bottom: 18px; }

.collection-header .img_cart {
  padding-bottom: 27px; }
  .collection-header .img_cart img {
    display: block;
    margin: 0 auto; }
.collection-header .collection-des {
  padding-bottom: 27px; }
  .collection-header .collection-des .rte {
    line-height: 22px; }

.toolbar {
  background: #f9f9f9;
  padding: 8px 8px 7px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #e3e2e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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; }
  .toolbar label {
    display: none;
    font-size: 14px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    line-height: normal;
    color: #333334;
    margin-right: 15px;
    margin-bottom: 10px; }
  .toolbar .button-wrapper {
    display: inline-block;
    margin-left: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }
    .toolbar .button-wrapper + .dropdown-menu {
      right: 0px;
      left: auto;
      min-width: 160px;
      background: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #bebebe;
      -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }
      .toolbar .button-wrapper + .dropdown-menu li {
        padding: 7px 10px;
        margin-bottom: 0px;
        cursor: pointer; }
        .toolbar .button-wrapper + .dropdown-menu li:hover, .toolbar .button-wrapper + .dropdown-menu li.active {
          background: whitesmoke; }
  .toolbar .view-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: left;
    position: relative; }
    .toolbar .view-mode .view-as {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      padding: 9px 10px;
      background: #fff;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .toolbar .view-mode .view-as.grid {
        padding: 9px 15px;
        border-right: 1px solid #cbcbcb;
        margin-right: -3px; }
      .toolbar .view-mode .view-as.active .icon-bar, .toolbar .view-mode .view-as.active .icon-bar:before, .toolbar .view-mode .view-as.active .icon-bar:after {
        background-color: #000; }
  .toolbar .icon-bar {
    height: 4px;
    background-color: #a2a2a2;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: block;
    position: relative;
    margin: 1px auto 0; }
  .toolbar .icon-grid .icon-bar {
    width: 4px; }
    .toolbar .icon-grid .icon-bar:before, .toolbar .icon-grid .icon-bar:after {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      width: 4px;
      background-color: #a2a2a2;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .toolbar .icon-grid .icon-bar:before {
      left: -5px; }
    .toolbar .icon-grid .icon-bar:after {
      right: -5px; }
  .toolbar .icon-list .icon-bar {
    width: 14px; }
  .toolbar .filter-sortby {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .toolbar .filter-sortby .label-text {
      display: inline-block;
      background: #fff;
      line-height: 22px;
      padding: 7px 10px;
      min-width: 122px;
      margin-right: -3px; }
    .toolbar .filter-sortby .icon-dropdown {
      display: inline-block;
      border-left: 1px solid #cbcbcb;
      height: 100%;
      line-height: 20px;
      padding: 7px 14px;
      cursor: pointer; }
      .toolbar .filter-sortby .icon-dropdown i {
        font-size: 14px;
        color: #000; }

.toolbar-bottom {
  overflow: hidden;
  padding-top: 30px; }
  .toolbar-bottom .page-total {
    margin-top: 7px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    line-height: 22px; }
  .toolbar-bottom .pagination-page {
    display: inline-block;
    float: right;
    text-align: right; }
    .toolbar-bottom .pagination-page li {
      margin-left: 3px; }
      .toolbar-bottom .pagination-page li > span, .toolbar-bottom .pagination-page li > a {
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 22px;
        padding: 6px 14px 4px 14px;
        border: 1px solid #bebebe;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        background: #7e7f82;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
      .toolbar-bottom .pagination-page li.prev > span, .toolbar-bottom .pagination-page li.prev > a {
        min-width: 88px; }
      .toolbar-bottom .pagination-page li.next > span, .toolbar-bottom .pagination-page li.next > a {
        min-width: 60px; }
      .toolbar-bottom .pagination-page li.page > span, .toolbar-bottom .pagination-page li.page > a {
        min-width: 32px;
        padding-right: 10px;
        padding-left: 10px; }
      .toolbar-bottom .pagination-page li.page.active > span, .toolbar-bottom .pagination-page li.page.active > a {
        background: #fb8a2d;
        border-color: #fb8a2d;
        color: #fff; }
      .toolbar-bottom .pagination-page li.disabled {
        display: none; }

.product-collection .grid-item {
  margin-top: 50px;
  margin-bottom: 50px; }
  .product-collection .grid-item .inner {
    padding-bottom: 0px; }
.product-collection .hl-line.dt, .product-collection .hl-line.tab {
  display: none; }

.product-list .product-list-thumb {
  margin-bottom: 15px;
  display: block;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 0px !important; }
  .product-list .product-list-thumb img {
    position: static !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
.product-list .grid-item {
  margin-bottom: 0px;
  padding-bottom: 50px;
  padding-top: 46px;
  border-bottom: 1px dotted #afafb0;
  overflow: hidden; }
  .product-list .grid-item .product-image {
    position: relative; }
  .product-list .grid-item .product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .product-list .grid-item .addwishlist {
    position: static;
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    padding: 9px 0px; }
    .product-list .grid-item .addwishlist a {
      font-size: 14px;
      font-weight: bold;
      color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .product-list .grid-item .addwishlist a svg {
        height: 18px;
        width: 20px;
        fill: #959595;
        margin-right: 5px;
        visibility: visible; }
      .product-list .grid-item .addwishlist a:hover svg {
        fill: #f26b5b; }
      .product-list .grid-item .addwishlist a:hover i:before {
        content: "\f004"; }
      .product-list .grid-item .addwishlist a.btn-active i:before {
        content: '\f004';
        color: #f26b5b; }
      .product-list .grid-item .addwishlist a.btn-active svg {
        fill: #f26b5b; }
    .product-list .grid-item .addwishlist i {
      margin-right: 10px;
      font-size: 18px;
      color: #959595;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible; }
    .product-list .grid-item .addwishlist span {
      display: inline;
      border-bottom: 1px solid #969696; }
  .product-list .grid-item .short-description {
    line-height: 22px;
    padding-bottom: 12px; }
  .product-list .grid-item .spr-badge {
    margin-bottom: 15px; }
  .product-list .grid-item .price-box {
    margin-bottom: 15px; }
  .product-list .grid-item .btn {
    width: 100%; }
  .product-list .grid-item .item-swatch {
    position: static;
    margin: 0px 0px 10px -3.5px;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

.infinite-scrolling {
  text-align: center;
  padding-top: 30px; }
  .infinite-scrolling a {
    color: black;
    border-color: #8c8c8c;
    background: white;
    -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75); }
    .infinite-scrolling a:hover {
      color: white;
      border-color: #8c8c8c;
      background: #8c8c8c;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }

/* ======================================= */
/* PRODUCT DETAIL */
.template-product .col-sidebar .sidebar-label {
  display: inline-block;
  margin-bottom: 30px; }
.template-product .col-sidebar .product-navigation {
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  margin-top: 5px;
  width: 335px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .template-product .col-sidebar .product-navigation .btn-box {
    position: static;
    margin: 0px 7.5px; }
.template-product .mb-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .template-product .mb-top-content .sidebar-label {
    min-width: 92px;
    margin-left: 35px; }

.zoom-text {
  display: none;
  text-align: center;
  color: #b5b5b5;
  margin: 0px;
  margin-top: 15px; }
  .zoom-text i {
    margin-left: 7px; }

.product-photo-container {
  position: relative; }
  .product-photo-container .slide-for {
    border: 1px solid #e3e9e9; }
  .product-photo-container .product-label {
    padding-top: 20px;
    padding-right: 20px; }
  .product-photo-container .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .product-photo-container .thumb {
    overflow: hidden;
    display: none; }
    .product-photo-container .thumb a {
      overflow: hidden; }
    .product-photo-container .thumb img {
      -webkit-transition: 0s;
      -moz-transition: 0s;
      -ms-transition: 0s;
      -o-transition: 0s;
      transition: 0s;
      cursor: zoom-in;
      margin: auto; }
    .product-photo-container .thumb:first-child, .product-photo-container .thumb.slick-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .product-photo-container .thumb.zooming img {
      -moz-transform: scale(2);
      -o-transform: scale(2);
      -ms-transform: scale(2);
      -webkit-transform: scale(2);
      transform: scale(2);
      transition: 0.1s;
      -webkit-animation: fade ease-in-out;
      -o-animation: fade ease-in-out;
      animation: fade ease-in-out;
      -webkit-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s; }
  .product-photo-container .video-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    line-height: 0; }
    .product-photo-container .video-label a {
      display: block;
      color: #bbbbbc; }
    .product-photo-container .video-label svg {
      width: 36px;
      height: 36px;
      fill: #bbbbbc;
      stroke-width: 0px; }

#video_product {
  width: 100%;
  overflow: visible;
  padding: 15px;
  background: transparent;
  max-width: 900px; }
  #video_product p {
    margin: 0px; }
  #video_product .video-wrapper-wrapper {
    width: 90%;
    padding: 10px;
    background: #000; }
  #video_product .video-wrapper-wrapper {
    width: 100%; }
  #video_product .video-wrapper {
    width: 100%;
    padding-top: 56%;
    position: relative; }
    #video_product .video-wrapper iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      top: 0;
      left: 0; }

@keyframes fade {
  0% {
    opacity: 0.1; }

  100% {
    opacity: 1; } }

#more_view {
  padding: 15px 0px 30px;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  #more_view.push-bot {
    margin-bottom: 50px; }
  #more_view .item {
    padding: 0px 7.5px;
    width: 20%;
    float: left; }
    #more_view .item a {
      border: 1px solid #e3e9e9; }
    #more_view .item.slick-slide {
      display: block !important; }
    #more_view .item:hover a, #more_view .item.slick-current a {
      border-color: transparent;
      border-bottom: 2px solid #000; }
  #more_view .slick-arrow {
    bottom: -41px;
    top: auto; }
    #more_view .slick-arrow.slick-prev {
      left: auto;
      right: -moz-calc(50% + 7.5px);
      right: -webkit-calc(50% + 7.5px);
      right: calc(50% + 7.5px); }
    #more_view .slick-arrow.slick-next {
      right: auto;
      left: -moz-calc(50% + 7.5px);
      left: -webkit-calc(50% + 7.5px);
      left: calc(50% + 7.5px); }

.product-navigation {
  margin-left: 20px;
  min-width: 79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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; }
  .product-navigation .btn-box {
    width: 32px;
    height: 32px;
    position: relative; }
    .product-navigation .btn-box > a {
      width: 32px;
      height: 32px;
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #c4c4c4;
      color: #4c4c4c;
      background: #fff;
      text-align: center;
      padding: 5px 0px 5px; }
      .product-navigation .btn-box > a i {
        font-size: 20px; }
    .product-navigation .btn-box.dis {
      pointer-events: none; }
      .product-navigation .btn-box.dis > a {
        visibility: hidden; }
    .product-navigation .btn-box:hover .next-product-modal {
      display: block; }
    .product-navigation .btn-box .dis:hover .next-product-modal {
      display: none; }
  .product-navigation .next-product-modal {
    display: none;
    position: absolute;
    right: 0;
    z-index: 202;
    background-color: #fff;
    width: 335px;
    max-width: -moz-calc(100vw - 20px);
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    background: #fff;
    border: 1px solid #cbc9c7;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px 20px; }
    .product-navigation .next-product-modal .product-image {
      display: inline-block;
      width: 80px;
      vertical-align: middle; }
    .product-navigation .next-product-modal .product-info {
      display: inline-block;
      vertical-align: middle;
      width: -moz-calc(100% - 84px);
      width: -webkit-calc(100% - 84px);
      width: calc(100% - 84px);
      padding-left: 20px; }
      .product-navigation .next-product-modal .product-info p {
        margin: 0px; }
        .product-navigation .next-product-modal .product-info p a {
          display: inline-block;
          font-family: "Gotham-Book";
          line-height: 22px;
          color: #969696;
          margin-bottom: 6px; }
    .product-navigation .next-product-modal .price-box .old-price {
      color: #b5b5b5;
      text-decoration: line-through;
      margin-right: 5px; }
    .product-navigation .next-product-modal .price-box .special-price {
      color: #f95d31; }
    .product-navigation .next-product-modal .price-box .money {
      font-weight: bold; }

.product-shop .product-navigation {
  display: none; }
.product-shop .product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-shop .product-title:after {
    display: block;
    content: '';
    clear: both; }
  .product-shop .product-title h2 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Gotham-Book";
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    width: 100%; }
.product-shop .product-vendor {
  color: #969696;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 8px; }
.product-shop .spr-badge .spr-badge-caption {
  display: inline-block;
  margin-left: 25px; }
.product-shop .group_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.product-shop .product-infor {
  padding-top: 10px;
  padding-bottom: 3px; }
  .product-shop .product-infor label {
    min-width: 109px; }
  .product-shop .product-infor > div {
    margin-bottom: 9px; }
    .product-shop .product-infor > div a {
      color: #4a4a4a; }
.product-shop .countdown {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 18px; }
  .product-shop .countdown span {
    color: #000;
    border-bottom: 1px solid;
    margin-right: 14px; }
  .product-shop .countdown i {
    font-size: 18px;
    color: #000;
    margin-right: 6px; }
  .product-shop .countdown #clock, .product-shop .countdown #quickview-clock {
    display: inline-block;
    font-size: 16px;
    color: #000000; }
.product-shop .short-description {
  line-height: 22px;
  padding-bottom: 27px; }
.product-shop .prices {
  font-size: 22px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  padding-bottom: 22px;
  clear: both;
  overflow: hidden; }
  .product-shop .prices .compare-price {
    color: #b5b5b5;
    margin-right: 20px;
    text-decoration: line-through;
    float: left; }
  .product-shop .prices .on-sale {
    color: #f95d31;
    float: left; }
  .product-shop .prices .price-saving {
    with: 100%;
    font-size: 14px;
    color: #b5b5b5;
    padding: 2px 0px;
    font-weight: 400;
    font-style: italic;
    clear: both;
    margin-bottom: 0px; }
    .product-shop .prices .price-saving span {
      margin-left: -3px; }
.product-shop .viewing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .product-shop .viewing svg {
    width: 19px;
    height: 19px;
    margin-right: 10px; }
  .product-shop .viewing i {
    font-size: 18px;
    margin-right: 10px; }
.product-shop .shopify-payment-button {
  margin-bottom: 10px; }
.product-shop #product-variants .header, .product-shop #product-variants label {
  font-weight: bold;
  color: #000;
  padding-bottom: 9px;
  margin-bottom: 0; }
  .product-shop #product-variants .header .required, .product-shop #product-variants label .required {
    content: '*';
    color: #f73b46;
    margin-right: 3px; }
.product-shop #product-variants .selector-wrapper {
  position: relative; }
  .product-shop #product-variants .selector-wrapper .icon-dropdown {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 35px;
    height: 35px;
    border-left: 1px solid #bebebe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: -1; }
    .product-shop #product-variants .selector-wrapper .icon-dropdown i {
      font-size: 14px;
      color: #000;
      line-height: 5px;
      margin: auto; }
.product-shop #product-variants .swatch {
  padding-bottom: 10px;
  position: relative; }
  .product-shop #product-variants .swatch .tooltip {
    text-align: center;
    background: rgba(93, 98, 103, 0.8);
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    min-width: 80px;
    left: 50%;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    visibility: hidden; }
    .product-shop #product-variants .swatch .tooltip:before {
      top: 100%;
      content: " ";
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      width: 100%; }
    .product-shop #product-variants .swatch .tooltip:after {
      border-left: solid transparent 9px;
      border-right: solid transparent 9px;
      border-top: solid rgba(93, 98, 103, 0.8) 9px;
      bottom: -9px;
      content: " ";
      height: 0;
      left: 50%;
      position: absolute;
      width: 0;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .product-shop #product-variants .swatch .swatch-element {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; }
    .product-shop #product-variants .swatch .swatch-element:hover .tooltip {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible; }
    .product-shop #product-variants .swatch .swatch-element.soldout label {
      cursor: not-allowed; }
    .product-shop #product-variants .swatch .swatch-element.soldout .crossed-out {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: url(soldout.png) no-repeat 50%; }
  .product-shop #product-variants .swatch input {
    display: none; }
  .product-shop #product-variants .swatch label {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: normal;
    text-align: center;
    border: 1px solid #cacaca;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 0px;
    padding: 11px 7px 9px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .product-shop #product-variants .swatch input:checked + label {
    border-color: #000000;
    -webkit-box-shadow: inset 0px 0px 0px 2px #000;
    -moz-box-shadow: inset 0px 0px 0px 2px #000;
    box-shadow: inset 0px 0px 0px 2px #000; }
.product-shop .size-chart-open-popup {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: 0;
  padding: 2px 0px 1px 38px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 center; }
.product-shop .size-chart.modal .content-size-char {
  margin-top: 5vh; }
  .product-shop .size-chart.modal .content-size-char .modal-body {
    max-height: 90vh;
    overflow: auto; }
.product-shop .size-chart.modal .close {
  z-index: 2; }
.product-shop .qty-label {
  display: block; }
.product-shop .total-price {
  padding-bottom: 14px;
  clear: both;
  color: #000000; }
  .product-shop .total-price .total-money {
    font-weight: bold; }
.product-shop #add-to-cart-form {
  padding-bottom: 10px; }
  .product-shop #add-to-cart-form:after {
    content: '';
    display: block;
    clear: both; }
.product-shop .offers {
  border-bottom: 1px solid #eaefef;
  padding-bottom: 15px; }
.product-shop .groups-btn button {
  height: 42px; }
.product-shop .groups-btn #product-add-to-cart, .product-shop .groups-btn .add-to-cart-btn {
  background: #7e7f82;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  width: 100%;
  margin-bottom: 10px; }
  .product-shop .groups-btn #product-add-to-cart:hover, .product-shop .groups-btn .add-to-cart-btn:hover {
    background: white;
    color: #7e7f82;
    border-color: #979797;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .product-shop .groups-btn #product-add-to-cart i, .product-shop .groups-btn .add-to-cart-btn i {
    margin-right: 7px;
    font-size: 14px; }
.product-shop .groups-btn .shopify-payment-button__button {
  display: inline-block;
  font-size: 16px;
  font-family: "Gotham-Book";
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid;
  padding: 7px 20px 6px 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: black;
  border-color: #8c8c8c;
  background: white;
  -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0px;
  height: 42px; }
.product-shop .groups-btn .shopify-payment-button__button--unbranded {
  color: black;
  border-color: #8c8c8c;
  background: white;
  -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75); }
  .product-shop .groups-btn .shopify-payment-button__button--unbranded:hover {
    color: white;
    border-color: #8c8c8c;
    background: #8c8c8c;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
.product-shop .groups-btn .shopify-payment-button__more-options {
  display: none; }
.product-shop .addwishlist {
  padding: 7px 0px 17px;
  display: inline-block; }
  .product-shop .addwishlist .wishlist-btn {
    background: transparent;
    font-weight: bold;
    color: #000000;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .product-shop .addwishlist .wishlist-btn svg {
      height: 18px;
      width: 20px;
      color: #959595;
      margin-right: 5px; }
    .product-shop .addwishlist .wishlist-btn i {
      color: #959595;
      font-size: 16px;
      margin-right: 8px; }
    .product-shop .addwishlist .wishlist-btn span {
      border-bottom: 1px solid #414141; }
    .product-shop .addwishlist .wishlist-btn:hover svg, .product-shop .addwishlist .wishlist-btn.btn-active svg {
      fill: #f26b5b; }
.product-shop .at-share-btn-elements {
  padding-top: 10px; }
.product-shop .trusted-badge {
  display: block;
  clear: both;
  margin-top: 10px; }

.related-products {
  border-top: 2px solid #d1dada;
  padding-top: 24px;
  padding-bottom: 23px; }
  .related-products .products-grid {
    padding-top: 36px; }
  .related-products .slick-dots {
    margin-bottom: 10px; }
  .related-products .slick-arrow {
    top: 28%; }

.recently-viewed-products {
  display: none;
  padding-bottom: 30px; }
  .recently-viewed-products .widget-title {
    background-color: #f8f8f8;
    padding: 21px 0px 19px;
    position: relative; }
  .recently-viewed-products .products-grid {
    padding-top: 40px; }
  .recently-viewed-products .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    top: 0px; }

.sticky_form {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 6;
  padding: 15px 5px;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0); }
  .sticky_form #form-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .sticky_form .pr-selectors {
    position: relative;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    .sticky_form .pr-selectors .pr-active {
      border: 1px solid #b4b4b4;
      display: block;
      width: 100%;
      padding: 0 10px;
      height: 42px;
      line-height: 42px;
      border-radius: 2px;
      color: #646464;
      cursor: pointer;
      padding-right: 30px;
      overflow: hidden;
      font-weight: 400;
      background: #fff; }
      .sticky_form .pr-selectors .pr-active:before {
        right: 10px;
        position: absolute;
        top: 52%;
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .sticky_form .pr-selectors ul {
      padding: 0;
      list-style: none;
      position: absolute;
      top: auto;
      width: 100%;
      /*       min-width: 182px; */
      bottom: 100%;
      background: #fff;
      margin-bottom: 0;
      border: 1px solid #e6e6e6;
      overflow: auto;
      height: 0;
      opacity: 0;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      .sticky_form .pr-selectors ul li a {
        display: block;
        padding: 5px 0;
        color: #000; }
        .sticky_form .pr-selectors ul li a:hover {
          color: #000; }
      .sticky_form .pr-selectors ul li .active {
        color: #000; }
      .sticky_form .pr-selectors ul li .sold-out {
        color: #b6b6b6;
        text-decoration: line-through !important; }
  .sticky_form .sticky-item {
    margin: 0 5px; }
  .sticky_form .pr-img {
    display: none; }
    .sticky_form .pr-img img {
      height: 75px;
      width: auto;
      object-fit: cover; }
  .sticky_form .sticky-add-to-cart {
    max-width: 140px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    padding: 11px 15px;
    text-transform: uppercase;
    height: 42px;
    font-weight: 600;
    letter-spacing: .04em;
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .sticky_form .sticky-add-to-cart:hover {
      background: white;
      color: #7e7f82;
      border-color: #979797;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .sticky_form .extra {
    border: 1px solid #b4b4b4;
    min-width: 112px;
    height: 42px;
    border-radius: 2px;
    padding: 0;
    background: #fff;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: none; }
    .sticky_form .extra .button {
      width: 100%;
      max-width: 36px;
      text-align: center;
      font-size: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      border: none;
      color: #7b7b7b;
      position: relative;
      height: 100%;
      background-color: #f9f9f9;
      cursor: pointer; }
      .sticky_form .extra .button:before {
        content: "";
        width: 2px;
        height: 12px;
        background: #7b7b7b;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      .sticky_form .extra .button:after {
        content: "";
        width: 12px;
        height: 2px;
        background: #7b7b7b;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .sticky_form .extra .button.sticky_dec:before {
        display: none; }
    .sticky_form .extra .number {
      width: 100%;
      border: none;
      text-align: center;
      outline: none;
      height: 34px;
      line-height: 34px;
      padding: 0;
      max-width: 58px;
      background: transparent;
      font-weight: 400;
      color: #646464; }
  .sticky_form .sticky-countdown {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    min-width: 192px; }
    .sticky_form .sticky-countdown .sticky_text {
      font-size: 12px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #000; }
      .sticky_form .sticky-countdown .sticky_text span {
        border-bottom: 1px solid; }
  .sticky_form #sticky_clock {
    font-size: 14px;
    font-weight: bold;
    color: #000000; }

.open-sticky .pr-selectors ul {
  opacity: 1;
  max-height: 290px;
  padding: 10px;
  height: inherit; }

.show_sticky .sticky_form {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }

/* ============================================= */
/* PRODUCT TAB */
.panel-group .nav-tabs li a, .panel-group .panel-heading h4 a {
  font-size: 16px;
  font-family: "Gotham-Book";
  font-weight: 700;
  text-transform: uppercase;
  color: #9e9e9e;
  padding: 15px 21px 10px 20px;
  position: relative; }

.panel-group .nav-tabs, .panel-group .panel-heading {
  background: #f8f8f8;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.pro-page {
  padding-top: 18px; }

.panel-group {
  margin-top: 60px; }
  .panel-group.vertical-tab {
    padding-bottom: 60px; }
  .panel-group .nav-tabs li {
    margin: 0px;
    width: 100%; }
    .panel-group .nav-tabs li a {
      display: inline-block;
      width: 100%; }
      .panel-group .nav-tabs li a.active {
        background-color: #2db6ef;
        color: #fff;
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
      .panel-group .nav-tabs li a span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .panel-group .panel-heading {
    margin-bottom: 10px; }
    .panel-group .panel-heading h4 {
      margin: 0px;
      position: relative; }
      .panel-group .panel-heading h4 a {
        display: block;
        color: #000; }
        .panel-group .panel-heading h4 a:not(.collapsed) {
          color: #000000; }
          .panel-group .panel-heading h4 a:not(.collapsed) .icon-dropdown i {
            color: #969696; }
            .panel-group .panel-heading h4 a:not(.collapsed) .icon-dropdown i:before {
              content: "\f106" !important; }
      .panel-group .panel-heading h4 .icon-dropdown {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        right: 0; }
        .panel-group .panel-heading h4 .icon-dropdown i {
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 13px; }
  .panel-group .tab-content {
    padding-top: 35px; }
  .panel-group .panel-body {
    padding-top: 17px; }
  .panel-group .tab-content, .panel-group .panel-body {
    line-height: 20px; }
    .panel-group .tab-content .custom-tab-list, .panel-group .panel-body .custom-tab-list {
      list-style-type: none;
      padding-left: 20px; }
      .panel-group .tab-content .custom-tab-list li, .panel-group .panel-body .custom-tab-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 17px; }
        .panel-group .tab-content .custom-tab-list li:before, .panel-group .tab-content .custom-tab-list li:after, .panel-group .panel-body .custom-tab-list li:before, .panel-group .panel-body .custom-tab-list li:after {
          content: '';
          background: #84a40d;
          position: absolute; }
        .panel-group .tab-content .custom-tab-list li:before, .panel-group .panel-body .custom-tab-list li:before {
          top: 6px;
          left: 0;
          width: 10px;
          height: 2px; }
        .panel-group .tab-content .custom-tab-list li:after, .panel-group .panel-body .custom-tab-list li:after {
          top: 2px;
          left: 4px;
          width: 2px;
          height: 10px; }
    .panel-group .tab-content .video-wrapper-wrapper, .panel-group .panel-body .video-wrapper-wrapper {
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 38px; }
      .panel-group .tab-content .video-wrapper-wrapper .video-wrapper, .panel-group .panel-body .video-wrapper-wrapper .video-wrapper {
        position: relative;
        height: 0;
        padding-top: 56%;
        width: 100%;
        display: block; }
        .panel-group .tab-content .video-wrapper-wrapper .video-wrapper iframe, .panel-group .panel-body .video-wrapper-wrapper .video-wrapper iframe {
          position: absolute;
          height: 100% !important;
          width: 100% !important;
          top: 0;
          left: 0; }
    .panel-group .tab-content .size-chart img, .panel-group .panel-body .size-chart img {
      margin: 0; }

#modal_sizechart .modal-content {
  position: relative; }
#modal_sizechart .modal-header {
  padding: 0px;
  height: 0px; }
#modal_sizechart .modal-body {
  padding: 20px 18px 24px; }

.modal .close, .newsletterwrapper .close {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  height: 35px;
  width: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); }
  .modal .close svg, .newsletterwrapper .close svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke-width: 2px;
    fill: #fff;
    stroke: #fff; }

#quick-view-popup {
  max-height: 100vh; }
  #quick-view-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2; }
  #quick-view-popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    padding: 30px 0px;
    background: #fff;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 3; }
    #quick-view-popup .content .body {
      max-height: -moz-calc(90vh - 60px);
      max-height: -webkit-calc(90vh - 60px);
      max-height: calc(90vh - 60px);
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0px 30px; }
  #quick-view-popup .product-shop .groups-btn #product-add-to-cart, #quick-view-popup .product-shop .groups-btn .add-to-cart-btn {
    width: 230px; }

.newsletterwrapper #email-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }
  .newsletterwrapper #email-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .newsletterwrapper #email-modal .modal-window {
    position: absolute;
    z-index: 1002;
    max-width: 380px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .newsletterwrapper #email-modal .window-content {
    text-align: center; }
    .newsletterwrapper #email-modal .window-content .right {
      display: none; }
    .newsletterwrapper #email-modal .window-content .left {
      padding: 10px;
      background: #fff; }
      .newsletterwrapper #email-modal .window-content .left .inner {
        border: 1px solid #e0dfdc;
        padding: 11px 15px 17px; }
    .newsletterwrapper #email-modal .window-content .title {
      font-size: 22px;
      font-family: "Gotham-Book";
      color: #000000;
      text-transform: uppercase;
      margin: 0 auto 20px;
      font-weight: bold; }
    .newsletterwrapper #email-modal .window-content .sub-title {
      font-family: "Gotham-Book";
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 22px;
      color: #000;
      margin-bottom: 25px; }
    .newsletterwrapper #email-modal .window-content .input-group {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 16px; }
    .newsletterwrapper #email-modal .window-content .input-group-field {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      border: 1px solid #8d8d8d;
      border-right: 0px;
      background: #ffffff;
      color: #8d8d8d;
      height: 36px;
      line-height: 22px;
      padding: 7px 15px;
      margin-bottom: 00px;
      -moz-border-radius: 3px 0px 0px 3px;
      -webkit-border-radius: 3px 0px 0px 3px;
      -ms-border-radius: 3px 0px 0px 3px;
      -o-border-radius: 3px 0px 0px 3px;
      border-radius: 3px 0px 0px 3px; }
    .newsletterwrapper #email-modal .window-content .btn {
      width: auto;
      min-width: 105px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      border-right: 0px;
      background: #8d8d8d;
      color: #ffffff;
      border: 1px solid #8d8d8d;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      box-shadow: none;
      text-shadow: none;
      border-radius: 0px;
      padding: 7px 15px 6px 15px; }
    .newsletterwrapper #email-modal .window-content .message {
      color: rgba(70, 70, 70, 0.7);
      margin-bottom: 29px;
      font-style: italic; }
    .newsletterwrapper #email-modal .window-content .social-icons {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-right: -4.5px;
      margin-left: -4.5px; }
      .newsletterwrapper #email-modal .window-content .social-icons li {
        margin: 0px;
        padding: 0px 4.5px; }
    .newsletterwrapper #email-modal .window-content .input-wrapper {
      padding: 1px;
      width: 13px;
      height: 13px;
      border: 1px solid #8f8f8f;
      background: #f4f4f4;
      display: inline-block;
      position: relative;
      bottom: -2px; }
    .newsletterwrapper #email-modal .window-content label[for="dismiss"] {
      position: relative;
      color: rgba(70, 70, 70, 0.6);
      font-size: 13px;
      font-style: italic;
      line-height: normal;
      margin-bottom: 0px; }
    .newsletterwrapper #email-modal .window-content input[type="checkbox"] {
      display: inline;
      margin-right: 7px; }

.brands-page {
  padding-bottom: 80px; }
  .brands-page .logo-brands {
    padding-bottom: 35px;
    border-top: 1px solid #dcdcdc;
    padding-top: 35px; }
    .brands-page .logo-brands .not_img {
      font-size: 20px; }
    .brands-page .logo-brands .slide-logo:not(.slick-slider) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .brands-page .logo-brands .slide-logo:not(.slick-slider) .item:nth-child(n + 6) {
        opacity: 0; }
  .brands-page .brands-list .brand {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .brands-page .brands-list .azbrands-title {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    padding-right: 10px;
    text-align: left; }
    .brands-page .brands-list .azbrands-title h3 {
      margin: 0px;
      font-weight: 600;
      font-size: 18px;
      text-align: center; }
  .brands-page .brands-list .brandgrid {
    list-style: none;
    margin: 0;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 0px; }
    .brands-page .brands-list .brandgrid li {
      padding: 3px 10px; }
    .brands-page .brands-list .brandgrid a {
      color: #000; }
      .brands-page .brands-list .brandgrid a:hover {
        color: #5572ad; }
  .brands-page .azbrandstable {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: -.33em;
    text-align: center;
    white-space: nowrap;
    overflow: auto; }
    .brands-page .azbrandstable li {
      display: inline-block;
      text-align: center;
      letter-spacing: normal;
      margin-right: -1px;
      margin-bottom: 5px; }
      .brands-page .azbrandstable li a {
        pointer-events: none;
        display: block;
        padding: 5px;
        width: 42px;
        height: 42px;
        text-align: center;
        border: 1px solid #dcdcdc;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #B3B3B3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .brands-page .azbrandstable li a.readonly {
          pointer-events: initial;
          color: #000; }
        .brands-page .azbrandstable li a.readonly:hover {
          color: #000;
          text-decoration: underline !important;
          background: #fafafa; }
        .brands-page .azbrandstable li a.readonly.active {
          color: #000;
          background: #fafafa;
          text-decoration: underline !important; }
    .brands-page .azbrandstable.is_stuck {
      width: 100% !important;
      left: 0 !important;
      padding: 10px 10px 5px;
      background: #fff;
      border-bottom: 1px solid #dcdcdc; }

.list-category {
  padding-bottom: 10px; }
  .list-category .grid-item {
    padding-bottom: 50px; }
    .list-category .grid-item .product-top {
      position: relative;
      background-color: transparent;
      margin-bottom: 25px; }
      .list-category .grid-item .product-top a {
        display: block; }
        .list-category .grid-item .product-top a img {
          display: block;
          margin: 0 auto; }
    .list-category .grid-item .product-bottom {
      text-align: center; }
    .list-category .grid-item .collection-title h3 {
      font-size: 18px;
      font-family: "Gotham-Book";
      text-transform: uppercase;
      font-weight: bold;
      line-height: normal;
      margin-bottom: 9px; }
      .list-category .grid-item .collection-title h3 a {
        color: #000; }
        .list-category .grid-item .collection-title h3 a:hover {
          color: #026ca8; }
    .list-category .grid-item .count-products {
      color: #969696;
      margin-bottom: 16px;
      display: block; }
    .list-category .grid-item .desc {
      line-height: 18px;
      margin-bottom: 25px; }

.template-list-collections .widget-featured-product .section-inner {
  border-top: 1px dotted #afafb0;
  border-bottom: 0px;
  padding-top: 19px; }
.template-list-collections .widget-featured-product .widget-title h2 {
  font-family: "Gotham-Book";
  font-size: 20px;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px; }
.template-list-collections .widget-featured-product .slick-dots {
  margin-bottom: 20px; }
.template-list-collections .widget-trending-product .slick-list {
  padding-bottom: 0px; }

.sidebar-blog {
  margin-bottom: 50px; }
  .sidebar-blog .widget-title {
    cursor: pointer; }
  .sidebar-blog .widget-recent-articles .article {
    padding: 19px 0px 15px;
    border-bottom: 1px dotted #dbdddd; }
    .sidebar-blog .widget-recent-articles .article:last-child {
      border-bottom: none;
      padding-bottom: 38px; }
    .sidebar-blog .widget-recent-articles .article a {
      display: inline-block;
      font-family: "Gotham-Book";
      line-height: 22px;
      color: #969696;
      margin-bottom: 6px; }
    .sidebar-blog .widget-recent-articles .article em {
      color: #969696;
      line-height: 20px;
      font-style: normal;
      padding: 5px 0px; }
  .sidebar-blog .blogs-tags .widget-content {
    padding: 25px 0px 30px; }
    .sidebar-blog .blogs-tags .widget-content a {
      display: inline-block;
      line-height: 20px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      background: #f9f9f9;
      color: #888888;
      padding: 3px 9px 2px;
      margin-right: 5px;
      border-bottom: 1px solid #e3e2e0;
      margin-bottom: 15px; }

.content-blog .list-blog {
  padding-top: 10px; }
  .content-blog .list-blog li {
    padding-bottom: 25px;
    border-bottom: 1px dotted #afafb0;
    margin-bottom: 32px; }
    .content-blog .list-blog li:last-child {
      border-bottom: none; }
  .content-blog .list-blog .article-title {
    margin-bottom: 9px; }
    .content-blog .list-blog .article-title a {
      display: inline-block;
      font-family: "Gotham-Book";
      line-height: 22px;
      color: #969696;
      margin-bottom: 6px;
      font-size: 20px;
      line-height: normal;
      font-weight: 600;
      font-family: "Gotham-Book"; }
  .content-blog .list-blog .blog_author {
    line-height: 20px;
    color: #969696; }
  .content-blog .list-blog .article-img {
    padding: 28px 0px 26px; }
  .content-blog .list-blog .des {
    line-height: 20px;
    margin-bottom: 25px; }
  .content-blog .list-blog .button {
    margin-bottom: 23px; }
    .content-blog .list-blog .button a {
      min-width: 130px;
      text-transform: capitalize;
      font-weight: 500; }
  .content-blog .list-blog .aricle-tool-bar {
    overflow: hidden;
    clear: both; }
  .content-blog .list-blog .article-tags label {
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    padding-left: 24px;
    position: relative; }
    .content-blog .list-blog .article-tags label:before {
      content: '\f02b';
      font-family: fontAwesome;
      font-size: 16px;
      color: #acb5bc;
      position: absolute;
      top: -1px;
      left: 0px; }
  .content-blog .list-blog .article-tags a {
    display: inline-block;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f9f9f9;
    color: #888888;
    padding: 3px 9px 2px;
    margin-right: 5px;
    border-bottom: 1px solid #e3e2e0;
    margin-bottom: 15px; }
  .content-blog .list-blog .share_toolbox {
    text-align: right; }

.blog-detail {
  padding-bottom: 96px;
  padding-top: 5px; }
  .blog-detail .article-title {
    display: inline-block;
    font-family: "Gotham-Book";
    line-height: 22px;
    color: #969696;
    margin-bottom: 6px;
    font-size: 26px;
    line-height: normal;
    font-weight: bold; }
  .blog-detail .blog_author {
    line-height: 20px;
    color: #969696; }
  .blog-detail .article-img {
    padding: 28px 0px 26px; }
  .blog-detail .aricle-tool-bar {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px; }
  .blog-detail .article-tags label {
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    padding-left: 24px;
    position: relative; }
    .blog-detail .article-tags label:before {
      content: '\f02b';
      font-family: fontAwesome;
      font-size: 16px;
      color: #acb5bc;
      position: absolute;
      top: -1px;
      left: 0px; }
  .blog-detail .article-tags a {
    display: inline-block;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f9f9f9;
    color: #888888;
    padding: 3px 9px 2px;
    margin-right: 5px;
    border-bottom: 1px solid #e3e2e0;
    margin-bottom: 15px; }
  .blog-detail .share_toolbox {
    margin-bottom: 15px;
    text-align: right; }
  .blog-detail .action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    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; }
    .blog-detail .action-btn a {
      text-transform: capitalize;
      font-weight: 500;
      min-width: 130px;
      font-size: 14px;
      visibility: hidden; }
      .blog-detail .action-btn a.visible {
        visibility: visible; }

.comment-area {
  margin-top: 52px;
  border-top: 2px solid #d1dada;
  padding-top: 13px; }
  .comment-area .title-comment {
    font-size: 16px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px; }
  .comment-area .comment-list {
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 2px solid #d1dada;
    margin-bottom: 15px; }
    .comment-area .comment-list li {
      clear: both; }
      .comment-area .comment-list li.last .avatar, .comment-area .comment-list li.last .comment-content {
        margin-bottom: 0px; }
  .comment-area .comment-head {
    color: #969696;
    line-height: 20px;
    margin-bottom: 16px; }
  .comment-area .avatar {
    padding-top: 4px;
    float: left;
    display: inline-block;
    margin-bottom: 56px; }
  .comment-area .comment-content {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
    padding-left: 29px;
    margin-bottom: 34px;
    line-height: 20px; }
    .comment-area .comment-content p {
      margin-bottom: 18px; }
  .comment-area .comment-form #add-comment-title {
    font-size: 16px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 33px; }
  .comment-area .comment-form #comment-body {
    margin-bottom: 11px; }
  .comment-area .comment-form .note {
    font-style: italic;
    color: #969696;
    line-height: 20px;
    margin-bottom: 25px; }

.template-cart .page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
.template-cart .cart-title h3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1dada;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: "Gotham-Book";
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px 11px;
  margin: 0px; }
.template-cart .product-name {
  display: inline-block;
  font-family: "Gotham-Book";
  line-height: 22px;
  color: #969696;
  margin-bottom: 6px;
  font-family: "Gotham-Book"; }
.template-cart .product-info {
  margin-bottom: 4px; }
.template-cart .size, .template-cart .product-vendor, .template-cart .properties {
  padding: 4px 0px 8px;
  font-style: italic;
  color: #969696; }
.template-cart .price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding: 4px 0px;
  color: #000;
  margin-bottom: 11px; }
.template-cart .quantity label {
  display: block; }
.template-cart .product-img {
  width: 120px;
  float: left;
  padding-top: 3px; }
  .template-cart .product-img img {
    display: block;
    margin: 0 auto; }
.template-cart .product-details {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  padding-left: 15px;
  /*dt:26px*/ }
.template-cart .group-action .btn {
  width: 100%;
  margin-bottom: 15px;
  padding: 9px 25px 7px;
  text-shadow: none; }
.template-cart .cart-list {
  padding-bottom: 25px;
  /*dt:139px*/ }
  .template-cart .cart-list li {
    padding-bottom: 15px;
    padding-top: 27px;
    border-bottom: 1px dotted #afafb0;
    overflow: hidden; }
.template-cart .trusted_badge p {
  margin-bottom: 14px;
  font-style: italic; }
.template-cart .item-area {
  padding-bottom: 100px; }
.template-cart .total-price {
  padding: 20px 0px 7px;
  border-bottom: 1px dotted #afafb0; }
  .template-cart .total-price .price {
    font-size: 26px;
    text-align: center; }
.template-cart .cart-empty a {
  color: #74787b;
  text-decoration: underline; }
.template-cart .cart-side .cart-title h3 {
  text-align: center; }
.template-cart .checkout-area {
  padding: 18px 0px 40px;
  border-bottom: 1px dotted #afafb0; }
  .template-cart .checkout-area > span {
    display: inline-block;
    background: #666666;
    color: #fff;
    font-weight: bold;
    padding: 4px 7px;
    margin-right: 7px;
    margin-bottom: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .template-cart .checkout-area textarea {
    height: 116px;
    margin-bottom: 20px; }
  .template-cart .checkout-area button.btn {
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    width: 100%;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 8px; }
    .template-cart .checkout-area button.btn:hover {
      background: white;
      color: #7e7f82;
      border-color: #979797;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
.template-cart #shipping-calculator {
  padding: 17px 0px; }
  .template-cart #shipping-calculator h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gotham-Book";
    margin-bottom: 25px; }
  .template-cart #shipping-calculator #address_zip {
    margin-bottom: 20px; }
  .template-cart #shipping-calculator #get-rates-submit {
    min-width: 188px;
    margin-bottom: 28px;
    width: 100%; }
  .template-cart #shipping-calculator #wrapper-response {
    padding: 18px;
    background: #fbf8e5;
    color: #866e42;
    border: 1px solid #f8ebcf;
    display: none; }
  .template-cart #shipping-calculator #shipping-rates-feedback {
    margin-bottom: 12px; }
  .template-cart #shipping-calculator #shipping-rates li {
    padding-left: 35px;
    position: relative; }
    .template-cart #shipping-calculator #shipping-rates li:before {
      content: '';
      display: block;
      height: 6px;
      width: 6px;
      border: 2px solid #8c8c8c;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 20px;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
.template-cart .widget-also-like-product .widget-title {
  background: #f8f8f8;
  margin-bottom: 5px; }
  .template-cart .widget-also-like-product .widget-title h2 {
    font-family: "Gotham-Book";
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0px 19px; }
.template-cart .widget-also-like-product .products-grid .grid-item.slick-slide {
  display: block; }
.template-cart .widget-also-like-product .slick-dots {
  margin-bottom: 15px; }

.login-page, .create-an-account, .template-customers-addresses {
  padding-bottom: 92px; }
  .login-page .page-title, .create-an-account .page-title, .template-customers-addresses .page-title {
    padding-bottom: 9px; }

.login-page #create_password {
  margin-bottom: 20px; }
.login-page .action-btn .btn {
  margin-bottom: 28px;
  margin-right: 20px; }
  .login-page .action-btn .btn.login {
    min-width: 130px; }
.login-page .action-btn .last a {
  color: #4a4a4a; }
.login-page .action-btn .last a:last-of-type {
  color: #5c5c5e;
  border-bottom: 1px solid rgba(2, 108, 168, 0.6); }

.create-an-account .action-btn .btn {
  margin-bottom: 28px;
  min-width: 189px;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  background: #7e7f82;
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
.create-an-account .action-btn .btn:hover {
  color: white;
  border-color: rgba(0, 0, 0, 0);
  background: #a4a4a4;
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }

.template-customers-account .main-content, .template-customers-addresses .main-content {
  padding-bottom: 64px; }
.template-customers-account .page-title h2, .template-customers-addresses .page-title h2 {
  padding-top: 14px;
  padding-bottom: 30px; }
.template-customers-account .grid h4.title, .template-customers-addresses .grid h4.title {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d1dada;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-family: "Gotham-Book";
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px 11px;
  margin: 0px;
  margin-bottom: 28px; }
.template-customers-account .grid .grid-item:nth-child(n + 2), .template-customers-addresses .grid .grid-item:nth-child(n + 2) {
  margin-top: 30px; }
.template-customers-account .grid .return, .template-customers-addresses .grid .return {
  margin-bottom: 35px; }
  .template-customers-account .grid .return a, .template-customers-addresses .grid .return a {
    color: #5c5c5e;
    line-height: 22px; }
    .template-customers-account .grid .return a i, .template-customers-addresses .grid .return a i {
      font-size: 16px;
      margin-left: 10px; }
    .template-customers-account .grid .return a:hover span, .template-customers-addresses .grid .return a:hover span {
      border-bottom: 1px solid rgba(2, 108, 168, 0.6); }
.template-customers-account .grid .btn.add-new, .template-customers-addresses .grid .btn.add-new {
  margin-bottom: 22px;
  min-width: 230px; }
.template-customers-account .action-btn, .template-customers-addresses .action-btn {
  margin-bottom: 22px;
  overflow: hidden; }
  .template-customers-account .action-btn a, .template-customers-addresses .action-btn a {
    display: inline-block;
    font-size: 16px;
    font-family: "Gotham-Book";
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid;
    padding: 7px 20px 6px 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: black;
    border-color: #8c8c8c;
    background: white;
    -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 9px 26px 7px 27px; }
  .template-customers-account .action-btn .btn, .template-customers-addresses .action-btn .btn {
    float: left;
    margin-right: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 9px 26px 7px 27px; }
.template-customers-account .addr, .template-customers-addresses .addr {
  padding-bottom: 25px;
  line-height: 22px; }
  .template-customers-account .addr p, .template-customers-addresses .addr p {
    margin-bottom: 0px; }
  .template-customers-account .addr .gr, .template-customers-addresses .addr .gr {
    margin-bottom: 20px; }
.template-customers-account .acc-name, .template-customers-addresses .acc-name {
  font-size: 14px;
  font-family: "Gotham-Book";
  font-weight: 500;
  margin-bottom: 11px;
  color: #5c5c5e; }

.template-customers-account .view-add {
  min-width: 200px; }
  .template-customers-account .view-add .count {
    width: 19px;
    height: 19px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fb8a2d;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 1px 0px 0px;
    margin-left: 5px; }

.errors {
  padding: 10px 0px 20px;
  color: #f83734; }

.contactus-page {
  padding-bottom: 70px; }
  .contactus-page .des {
    margin-bottom: 24px; }
  .contactus-page .btn.submit {
    min-width: 165px; }
  .contactus-page textarea {
    margin-bottom: 20px; }
  .contactus-page .form-area {
    padding-bottom: 50px; }
  .contactus-page .location-area h4.tilte {
    font-size: 16px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px dotted #afafb0;
    margin-bottom: 21px; }

.map {
  padding-top: 10px; }

.wishlist-page .wishlist-product {
  display: none; }
  .wishlist-page .wishlist-product.is_visible {
    display: block; }
.wishlist-page .wishlist-header {
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1dada;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: nowrap; }
  .wishlist-page .wishlist-header h3 {
    font-size: 14px;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    padding: 15px 20px 11px;
    margin: 0px;
    display: inline-block; }
  .wishlist-page .wishlist-header .col_3 {
    text-align: center; }
  .wishlist-page .wishlist-header .col_1 {
    margin-right: 180px; }
.wishlist-page .product-image {
  width: 130px;
  /*dt 209px*/
  float: left; }
  .wishlist-page .product-image img {
    max-width: 100px; }
.wishlist-page .product-details {
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  float: left; }
.wishlist-page .product-title a {
  display: inline-block;
  font-family: "Gotham-Book";
  line-height: 22px;
  color: #969696;
  margin-bottom: 6px; }
.wishlist-page .empty-list--info {
  padding: 40px 20px;
  text-align: center;
  border-bottom: 1px dotted #afafb0; }
.wishlist-page .empty-list--text {
  font-weight: normal;
  margin-bottom: 20px; }
.wishlist-page .share {
  font-weight: bold;
  color: #000;
  line-height: normal;
  margin: 29px 0;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .wishlist-page .share span {
    border-bottom: 1px solid #666666; }
  .wishlist-page .share:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 17px;
    color: #555555;
    margin-right: 10px; }
.wishlist-page .wishlist-product-content {
  clear: both;
  overflow: hidden;
  border-bottom: 1px dotted #afafb0;
  padding: 30px 0; }
.wishlist-page .action {
  display: inline-block;
  width: 100%;
  max-width: 210px;
  float: left; }
.wishlist-page .btn-remove-wishlist {
  margin: 20px 15px 0px 0px;
  text-transform: capitalize;
  font-weight: 500;
  min-width: 105px; }
.wishlist-page .btn {
  width: 100%;
  text-shadow: none; }
.wishlist-page .select-option i {
  margin-right: 9px;
  font-size: 16px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: alpha(opacity=80);
  display: none; }
.wishlist-page .price-box {
  margin-bottom: 20px; }
  .wishlist-page .price-box p {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 4px 0px;
    color: #959595;
    margin-bottom: 0px; }
  .wishlist-page .price-box .old-price {
    color: #ababab;
    text-decoration: line-through;
    margin-right: 5px; }
  .wishlist-page .price-box .special-price {
    color: #f95d31; }
  .wishlist-page .price-box em {
    font-size: 14px;
    color: #c2c2c2;
    font-style: normal; }
.wishlist-page .wishlist-loader {
  padding: 40px 20px;
  text-align: center;
  border-bottom: 1px dotted #afafb0; }
.wishlist-page .wishlist-footer {
  border-top: 1px dotted #d2d2d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.wishlist-page #pagin {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  margin-bottom: 50px; }
  .wishlist-page #pagin li {
    display: inline-block;
    margin: 0 15px 0 15px; }
    .wishlist-page #pagin li a {
      color: #4a4a4a;
      font-size: 13px;
      font-weight: 500;
      line-height: 35px;
      letter-spacing: 0.02em;
      cursor: pointer; }
      .wishlist-page #pagin li a:hover, .wishlist-page #pagin li a.current {
        border-bottom: 1px dotted;
        color: #74787b; }

#faqs .panel-group .panel-heading h4 a {
  text-transform: initial;
  font-family: "Gotham-Book";
  font-size: 14px;
  padding-left: 94px;
  line-height: 20px; }
#faqs .panel-group .panel-body {
  padding-left: 94px;
  position: relative;
  line-height: 20px; }
#faqs .panel-group .panel-heading h4 a:before, #faqs .panel-group .panel-body:before {
  display: inline-block;
  text-align: center;
  padding: 3px 7px 3px 7px;
  font-size: 13px;
  font-weight: normal;
  min-width: 65px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 15px;
  line-height: normal; }
#faqs .contact-link {
  text-align: center;
  margin: 40px 0px 70px; }
  #faqs .contact-link .text {
    margin-bottom: 15px; }

.lookbook .share_toolbox {
  text-align: right;
  margin: 15px 0px 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #afafb0; }
.lookbook .bottom {
  text-align: center; }
  .lookbook .bottom a {
    min-width: 165px; }
.lookbook .slider {
  position: relative;
  display: none; }
  .lookbook .slider:first-child, .lookbook .slider.slick-slide {
    display: block; }
.lookbook .slick-dots {
  margin-top: 20px; }
.lookbook .lookbook-item {
  position: absolute;
  z-index: 2; }
  .lookbook .lookbook-item .glyphicon {
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    position: relative; }
    .lookbook .lookbook-item .glyphicon:before {
      -webkit-animation: scale-normal 1.3s ease-in-out infinite;
      animation: scale-normal 1.3s ease-in-out infinite;
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
      filter: alpha(opacity=30);
      left: 0;
      top: 0; }

.ajax-lookbook-modal {
  position: absolute;
  width: 245px;
  max-width: 100%;
  display: none;
  z-index: 101;
  background: #fff;
  bottom: auto;
  right: auto;
  overflow: visible;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }
  .ajax-lookbook-modal .ajax-modal-content {
    position: relative; }
  .ajax-lookbook-modal .lookbook-content .product-bottom {
    text-align: center; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-image {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 17px; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-grid-image:before {
    display: none; }
  .ajax-lookbook-modal .lookbook-content .product-item .inner-top {
    padding: 52px 30px 22px; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-top {
    position: relative; }
  .ajax-lookbook-modal .lookbook-content .product-item .btn {
    color: black;
    border-color: #8c8c8c;
    background: white;
    -webkit-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
    width: 100%; }
    .ajax-lookbook-modal .lookbook-content .product-item .btn:hover {
      color: white;
      border-color: #8c8c8c;
      background: #8c8c8c;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
  .ajax-lookbook-modal .lookbook-content .product-item .product-title {
    display: inline-block;
    font-family: "Gotham-Book";
    line-height: 22px;
    color: #969696;
    margin-bottom: 6px; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-vendor {
    line-height: 24px;
    margin-bottom: 2px;
    color: #969696; }
  .ajax-lookbook-modal .lookbook-content .product-item .price-box p {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 4px 0px;
    color: #959595;
    margin-bottom: 0px; }
  .ajax-lookbook-modal .lookbook-content .product-item .price-box .old-price {
    color: #ababab;
    text-decoration: line-through;
    margin-right: 5px; }
  .ajax-lookbook-modal .lookbook-content .product-item .price-box .special-price {
    color: #f95d31; }
  .ajax-lookbook-modal .lookbook-content .product-item .price-box em {
    font-size: 14px;
    color: #c2c2c2;
    font-style: normal; }
  .ajax-lookbook-modal .lookbook-content .product-item .modal-bottom .variants {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #e8e8e8; }
  .ajax-lookbook-modal .lookbook-content .product-item .pr-details, .ajax-lookbook-modal .lookbook-content .product-item .add-to-cart-btn, .ajax-lookbook-modal .lookbook-content .product-item .select-option-btn {
    display: block;
    width: 100%;
    border-right: 1px solid #e8e8e8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Gotham-Book";
    color: #000;
    text-align: center;
    padding: 12px 5px 12px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ajax-lookbook-modal .lookbook-content .product-item .pr-details, .ajax-lookbook-modal .lookbook-content .product-item .add-to-cart-btn {
    -moz-box-flex-basis: 50%;
    -ms-flex-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .ajax-lookbook-modal .lookbook-content .product-item .add-to-cart-btn {
    border: none; }
  .ajax-lookbook-modal .close-loobook {
    position: absolute;
    padding: 12px;
    top: 0;
    right: 0; }
    .ajax-lookbook-modal .close-loobook svg {
      width: 19px;
      height: 19px;
      fill: #4c4442;
      stroke: #4c4442;
      stroke-width: 0.5px; }
  .ajax-lookbook-modal .overlay {
    background-color: rgba(255, 255, 255, 0); }

@keyframes scale-normal {
  0%, 100% {
    box-shadow: 0 0 0 0; }

  50% {
    box-shadow: 0 0 0 5px; } }

.product-notification {
  position: relative;
  min-height: 102px;
  background: #fff;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translate(0, 4vh);
  -o-transform: translate(0, 4vh);
  -ms-transform: translate(0, 4vh);
  -webkit-transform: translate(0, 4vh);
  transform: translate(0, 4vh);
  z-index: 999;
  left: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  visibility: hidden;
  padding: 9px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12); }
  .product-notification.active {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0vh);
    -o-transform: translate(0, 0vh);
    -ms-transform: translate(0, 0vh);
    -webkit-transform: translate(0, 0vh);
    transform: translate(0, 0vh);
    visibility: visible; }
  .product-notification .close-notifi {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 9px;
    top: 9px;
    border-radius: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #6c6665; }
    .product-notification .close-notifi svg {
      width: 19px;
      height: 19px;
      stroke-width: 0.5px; }
  .product-notification .product-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .product-notification .product-suggest .product-image {
      min-width: 70px;
      max-width: 70px; }
    .product-notification .product-suggest .column-right {
      padding: 0px 25px 0px 20px;
      line-height: 22px; }
      .product-notification .product-suggest .column-right .from-ago {
        margin-top: 5px; }
      .product-notification .product-suggest .column-right .from-ago,
      .product-notification .product-suggest .column-right .time-ago {
        color: #969696; }
      .product-notification .product-suggest .column-right label {
        display: inline;
        color: #969696;
        font-size: 14px; }
      .product-notification .product-suggest .column-right .product-name {
        display: inline;
        color: #74787b;
        font-size: 14px; }
        .product-notification .product-suggest .column-right .product-name:hover span {
          border-bottom: 1px solid;
          line-height: 20px; }
      .product-notification .product-suggest .column-right .checkout-meta {
        margin-top: 8px; }

.search-page {
  padding-bottom: 100px; }
  .search-page .page-title h2 {
    text-align: center;
    width: 100%; }
  .search-page .page-title span {
    font-weight: 500;
    color: #666; }
  .search-page .page-title {
    margin-top: 10px; }
  .search-page .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    .search-page .search-bar .input-group-field {
      margin-bottom: 0px;
      max-width: 450px; }
  .search-page .col-main {
    max-width: 100%; }
  .search-page .products-grid .grid-item .btn {
    background: #7e7f82;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }
    .search-page .products-grid .grid-item .btn:hover {
      background: white;
      color: #7e7f82;
      border-color: #979797;
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); }

#back-top {
  top: initial !important;
  position: fixed;
  bottom: 100px;
  z-index: 400;
  bottom: 5%;
  left: 3%; }
  #back-top a {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    background: #ffffff;
    color: #aaaaaa;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #aeaeae; }
    #back-top a:hover {
      background: #aaaaaa;
      color: #ffffff;
      border: 1px solid #e8e8e8; }
  #back-top i {
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.template-customers-login #create_customer .form-error {
  display: none; }

.fix-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

/* =================================== */
/* SETTING */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

/* crop image */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*   #quick-view-popup .content{
  width:50vw;
} */
  .product-notification .product-suggest .product-image {
    display: block; }

  .block-banners .col-12 {
    padding: 0px; } }
@-moz-document url-prefix() {
  .site-nav > li .promote-label {
    padding: 0px 6px 1px; } }
