<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 6012:2 "padiing-bottom" is not a known CSS property
Line 6974:18 Unexpected "'.btn-active'"

**/
@font-face {
  font-family: 'fontawesome';
  src: url("fontawesome-webfont.woff2") format("woff2"), url("fontawesome-webfont.woff") format("woff"), url("fontawesome-webfont.ttf") format("truetype"); }

/* Font size */
/* Font family */
/* Color */
/* Breadcrumb */
/* Header and Title */
/* Product  */
/* Show Reviews  */
/* Button 1 */
/* Button 2 */
/* Button 3 */
/* Button 4 */
/* Button 5 */
/* Button 5 */
/* Button 7 */
/* Button 8 */
/* Border Color */
/* X close icons */
/* Mixin ================= */
.five-block-image .img-itm a, .home-top-banner .custom-item a, #instafeed a, .animate-hvr, .article-img a {
  display: block;
  position: relative;
  overflow: hidden; }
  .five-block-image .img-itm a::before, .home-top-banner .custom-item a::before, #instafeed a::before, .animate-hvr::before, .article-img a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    z-index: 1; }
  .five-block-image .img-itm a:hover::before, .home-top-banner .custom-item a:hover::before, #instafeed a:hover::before, .animate-hvr:hover::before, .article-img a:hover::before {
    left: 0; }

/* transform */
/* transition */
/* box-shadow */
/* border-radius */
/* opacity */
/* Flex */
/* calc */
/* Color Button ============  */
/* Style Common */
*: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: 16px;
  color: #333333; }

body {
  background: #ffffff;
  margin: 0 auto;
  font-family: Archivo Narrow;
  line-height: 22px;
  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; }

.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; }

fieldset,
legend {
  border: none; }

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

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

blockquote {
  border-left: 3px solid #e5e5e5;
  font-size: 16px;
  font-style: normal;
  margin: 0 20px 20px;
  padding: 0 23px;
  line-height: 30px; }

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: 20px;
  height: 36px; }

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

input[type="checkbox"] + label {
  padding-left: 23px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative; }
  input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    border: 1px solid #d0d0d0;
    width: 13px;
    height: 13px;
    background-color: #fff; }
  input[type="checkbox"] + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 3px;
    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 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg); }

select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  display: block;
  width: 100%;
  padding: 7px 32px 7px 16px;
  outline: none;
  position: relative;
  background-color: #fff;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-height: 36px;
  color: #787878; }
  select * {
    outline: none;
    background: #f5f5f5;
    color: #2d2d2d;
    border: none; }
  select + .icon-dropdown {
    width: 36px;
    position: absolute;
    bottom: 0;
    right: 2px;
    background-color: rgba(255, 255, 255, 0);
    border-left: 1px solid #cbcbcb;
    height: 36px;
    top: inherit;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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; }
    select + .icon-dropdown .fa {
      font-size: 16px; }

.main-content {
  display: block;
  min-height: 470px; }
  .main-content input[type="text"],
  .main-content input[type="password"],
  .main-content input[type="email"],
  .main-content input[type="tel"],
  .main-content textarea {
    height: initial;
    padding: 9px 10px;
    border: 1px solid #cbcbcb;
    color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    max-width: 535px;
    display: block;
    outline: none;
    font-weight: 400;
    font-size: 12px; }
  .main-content .padding-bt40 {
    padding-bottom: 40px;
    min-height: 500px; }

label {
  margin-bottom: 7px;
  font-weight: 600;
  color: #000; }
  label em {
    color: #ea4338;
    font-weight: 500;
    font-style: normal;
    margin-left: 3px; }

ul {
  padding: 0;
  list-style: disc inside none;
  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: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2a7ee1; }
  a:hover {
    color: #065591;
    outline: none;
    text-decoration: none; }

.errors ul {
  padding-left: 0; }

.form-success {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px; }

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

.spr-badge-starrating {
  margin-right: 0 !important; }

.spr-starrating.spr-summary-starrating {
  margin-right: 10px; }

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.307692308em;
  margin-bottom: 1em; }

h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 16px;
  margin-bottom: 0.5em; }

h4 {
  font-size: 17px;
  margin-bottom: 1.5em; }

h5 {
  font-size: 15px;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  margin-bottom: 1.5em; }

p:last-child,
p:last-of-type {
  margin-bottom: 0; }

small {
  font-size: 12px; }

/* ----- Table ------- */
table {
  border: 1px solid #e5e5e5;
  width: 100%; }
  table td,
  table th {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 15px; }
  table th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }

.btn, .panel-group .spr-summary-actions a, .blog-detail .action-btn a, .template-article #comments .btn-secondary,
.shopify-payment-button .shopify-payment-button__button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 25px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  min-width: 130px;
  -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;
  max-width: 204px; }
  .btn:hover, .panel-group .spr-summary-actions a:hover, .blog-detail .action-btn a:hover, .template-article #comments .btn-secondary:hover, .btn:focus, .panel-group .spr-summary-actions a:focus, .blog-detail .action-btn a:focus, .template-article #comments .btn-secondary:focus,
  .shopify-payment-button .shopify-payment-button__button:hover,
  .shopify-payment-button .shopify-payment-button__button:focus {
    outline: none; }

.btn[disabled], .panel-group .spr-summary-actions a[disabled], .blog-detail .action-btn a[disabled], .template-article #comments [disabled].btn-secondary {
  background: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #787878 !important;
  box-shadow: none !important;
  border-bottom-color: #e6e6e6 !important; }
  .btn[disabled]:hover, .panel-group .spr-summary-actions a[disabled]:hover, .blog-detail .action-btn a[disabled]:hover, .template-article #comments [disabled].btn-secondary:hover {
    background: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #787878 !important;
    box-shadow: none !important;
    border-bottom-color: #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important; }

.container-padd40:after {
  display: table;
  content: ""; }

.product-vendor a {
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: Archivo Narrow;
  font-weight: 600;
  font-size: 12px; }

.product-title h2,
.product-title a,
.product-title {
  color: black;
  text-transform: capitalize !important;
  font-family: Archivo Narrow; }
  .product-title h2:hover,
  .product-title a:hover,
  .product-title:hover {
    color: black; }

.price-box {
  font-family: Archivo Narrow; }
  .price-box p {
    margin: 0; }
  .price-box span {
    color: black;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .price-box .old-price span {
    color: #787878;
    text-decoration: line-through; }
  .price-box .special-price span {
    color: #e82b1a; }
  .price-box em {
    color: #787878;
    font-style: normal; }

.close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  float: none; }
  .close:hover, .close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }

.site-header .header-top {
  padding: 7.5px 0px; }
  .site-header .header-top .container {
    position: relative; }
  .site-header .header-top .row {
    -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; }
    .site-header .header-top .row .top-bar {
      font-family: Archivo Narrow;
      font-weight: 600;
      font-size: 18px; }
      .site-header .header-top .row .top-bar a {
        padding: 3px 5px 2px;
        display: inline-block;
        min-width: 66px;
        margin-left: 3px;
        font-weight: 600;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
  .site-header .header-top .close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 23px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .site-header .header-top .close svg {
      width: 12px;
      height: 12px; }
.site-header .header-bottom .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.site-header .header-bottom .column-left h1 {
  margin: 0px; }
.site-header .header-bottom .column-left .icon-menu {
  display: none; }
.site-header .header-bottom .column-middle .search-form {
  max-width: 520px;
  position: relative;
  margin: auto; }
  .site-header .header-bottom .column-middle .search-form .search-bar {
    height: 40px; }
  .site-header .header-bottom .column-middle .search-form .input-group-field {
    width: 100%;
    height: 100%;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-right: 50px;
    line-height: 20px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 12px;
    padding-top: 9px; }
  .site-header .header-bottom .column-middle .search-form .btn-search {
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 40px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    cursor: pointer; }
    .site-header .header-bottom .column-middle .search-form .btn-search svg {
      width: 20px;
      height: 20px;
      margin-top: 6px; }
.site-header .header-bottom .column-right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .site-header .header-bottom .column-right .customer-links {
    position: relative; }
    .site-header .header-bottom .column-right .customer-links svg {
      width: 22px;
      height: 24px; }
  .site-header .header-bottom .column-right .top-cart {
    position: relative; }
    .site-header .header-bottom .column-right .top-cart .cartToggle {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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; }
      .site-header .header-bottom .column-right .top-cart .cartToggle .cartCount {
        min-width: 23px;
        height: 23px;
        line-height: 23px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        text-align: center; }
    .site-header .header-bottom .column-right .top-cart svg {
      width: 26px;
      height: 24px; }
  .site-header .header-bottom .column-right .nav-customer .customer-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -20px 16px;
    padding: 0 20px 10px; }
  .site-header .header-bottom .column-right .nav-customer .form-control {
    height: inherit;
    padding: 9px 10px;
    border-radius: 3px;
    border-color: #cbcbcb; }
  .site-header .header-bottom .column-right .nav-customer .btn, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a, .site-header .header-bottom .column-right .nav-customer .template-article #comments .btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .btn-secondary {
    display: block;
    width: 100%; }
    .site-header .header-bottom .column-right .nav-customer .btn.login, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.login, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.login, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.login, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.login, .site-header .header-bottom .column-right .nav-customer .template-article #comments .login.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .login.btn-secondary, .site-header .header-bottom .column-right .nav-customer .btn.acc, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.acc, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.acc, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.acc, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.acc, .site-header .header-bottom .column-right .nav-customer .template-article #comments .acc.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .acc.btn-secondary {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer;
      min-width: 100%; }
      .site-header .header-bottom .column-right .nav-customer .btn.login:hover, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.login:hover, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.login:hover, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.login:hover, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.login:hover, .site-header .header-bottom .column-right .nav-customer .template-article #comments .login.btn-secondary:hover, .template-article #comments .site-header .header-bottom .column-right .nav-customer .login.btn-secondary:hover, .site-header .header-bottom .column-right .nav-customer .btn.acc:hover, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.acc:hover, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.acc:hover, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.acc:hover, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.acc:hover, .site-header .header-bottom .column-right .nav-customer .template-article #comments .acc.btn-secondary:hover, .template-article #comments .site-header .header-bottom .column-right .nav-customer .acc.btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
    .site-header .header-bottom .column-right .nav-customer .btn.register, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.register, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.register, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.register, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.register, .site-header .header-bottom .column-right .nav-customer .template-article #comments .register.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .register.btn-secondary, .site-header .header-bottom .column-right .nav-customer .btn#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a#customer_logout_link, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a#customer_logout_link, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .template-article #comments #customer_logout_link.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer #customer_logout_link.btn-secondary {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0);
      cursor: pointer;
      min-width: 100%; }
      .site-header .header-bottom .column-right .nav-customer .btn.register:hover, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.register:hover, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.register:hover, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.register:hover, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.register:hover, .site-header .header-bottom .column-right .nav-customer .template-article #comments .register.btn-secondary:hover, .template-article #comments .site-header .header-bottom .column-right .nav-customer .register.btn-secondary:hover, .site-header .header-bottom .column-right .nav-customer .btn#customer_logout_link:hover, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a#customer_logout_link:hover, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a#customer_logout_link:hover, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a#customer_logout_link:hover, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a#customer_logout_link:hover, .site-header .header-bottom .column-right .nav-customer .template-article #comments #customer_logout_link.btn-secondary:hover, .template-article #comments .site-header .header-bottom .column-right .nav-customer #customer_logout_link.btn-secondary:hover {
        background: white;
        color: black;
        border-color: black;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
    .site-header .header-bottom .column-right .nav-customer .btn#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a#customer_logout_link, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a#customer_logout_link, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a#customer_logout_link, .site-header .header-bottom .column-right .nav-customer .template-article #comments #customer_logout_link.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer #customer_logout_link.btn-secondary {
      margin-bottom: 20px;
      margin-top: 29px; }
    .site-header .header-bottom .column-right .nav-customer .btn.acc, .site-header .header-bottom .column-right .nav-customer .panel-group .spr-summary-actions a.acc, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer a.acc, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a.acc, .blog-detail .action-btn .site-header .header-bottom .column-right .nav-customer a.acc, .site-header .header-bottom .column-right .nav-customer .template-article #comments .acc.btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .acc.btn-secondary {
      margin-bottom: 13px; }
  .site-header .header-bottom .column-right .nav-customer .action-btn {
    padding-top: 5px;
    margin-bottom: 13px;
    text-align: center; }
    .site-header .header-bottom .column-right .nav-customer .action-btn .btn, .site-header .header-bottom .column-right .nav-customer .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .site-header .header-bottom .column-right .nav-customer .action-btn a, .site-header .header-bottom .column-right .nav-customer .blog-detail .action-btn a, .blog-detail .site-header .header-bottom .column-right .nav-customer .action-btn a, .site-header .header-bottom .column-right .nav-customer .action-btn .template-article #comments .btn-secondary, .template-article #comments .site-header .header-bottom .column-right .nav-customer .action-btn .btn-secondary {
      margin-bottom: 13px; }
  .site-header .header-bottom .column-right .nav-customer .forgot-password {
    display: inline-block;
    border-bottom: 1px solid #065591;
    padding-top: 2px;
    line-height: 15px;
    color: #065591; }
    .site-header .header-bottom .column-right .nav-customer .forgot-password:hover {
      border-bottom: 1px solid transparent; }
.site-header .nav-customer .action-btn .login {
  background: #2a7ee1;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  .site-header .nav-customer .action-btn .login:hover {
    background: white;
    color: black;
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.site-header .nav-customer .action-btn .register {
  background: white;
  color: black;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  cursor: pointer; }
  .site-header .nav-customer .action-btn .register:hover {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }
.site-header .wrapper-top-cart .dropdown-border {
  width: 361px; }
.site-header .nav-customer .dropdown-border {
  width: 270px; }
.site-header .wrapper-top-cart .dropdown-border,
.site-header .nav-customer .dropdown-border {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  max-width: 100vw;
  right: -5px;
  background: #fff;
  z-index: 10;
  padding: 14px 20px 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none; }
  .site-header .wrapper-top-cart .dropdown-border:before,
  .site-header .nav-customer .dropdown-border:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-bottom-color: #fff;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff; }
  .site-header .wrapper-top-cart .dropdown-border .wishlist-text,
  .site-header .nav-customer .dropdown-border .wishlist-text {
    margin: 0 -20px -16px;
    text-align: center;
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 0 0 3px 3px; }
    .site-header .wrapper-top-cart .dropdown-border .wishlist-text a,
    .site-header .nav-customer .dropdown-border .wishlist-text a {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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; }
      .site-header .wrapper-top-cart .dropdown-border .wishlist-text a:hover .wish_list,
      .site-header .nav-customer .dropdown-border .wishlist-text a:hover .wish_list {
        border-bottom: 1px solid #5a5a5a; }
    .site-header .wrapper-top-cart .dropdown-border .wishlist-text .fa,
    .site-header .nav-customer .dropdown-border .wishlist-text .fa {
      font-size: 16px;
      margin-right: 10px;
      margin-bottom: 2px;
      color: #f26b5b; }
    .site-header .wrapper-top-cart .dropdown-border .wishlist-text .wish_list,
    .site-header .nav-customer .dropdown-border .wishlist-text .wish_list {
      color: #5a5a5a;
      font-family: Archivo Narrow;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      border-bottom: 1px solid transparent; }
.site-header .wrapper-top-cart.is-open .dropdown-border,
.site-header .nav-customer.is-open .dropdown-border {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  display: block; }

.wrapper-navigation .wrapper-left .nav-bar {
  z-index: 99; }
.wrapper-navigation .wrapper-left .categories-title .icon-menu .icon-close {
  width: 24px;
  height: 17px;
  display: none; }
.wrapper-navigation .wrapper-left .categories-title .icon-menu .openmnu {
  width: 24px;
  height: 24px; }
.wrapper-navigation .wrapper-left .site-nav {
  list-style: none;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0 4px 4px; }
  .wrapper-navigation .wrapper-left .site-nav li {
    margin: 0px;
    border-top: 1px solid transparent; }
    .wrapper-navigation .wrapper-left .site-nav li a {
      text-decoration: none;
      padding: 9px 15px 9px 20px;
      font-family: Archivo Narrow;
      line-height: 20px; }
  .wrapper-navigation .wrapper-left .site-nav .dropdown .site-nav-dropdown {
    list-style: none; }
  .wrapper-navigation .wrapper-left .site-nav li.dropdown:hover &gt; .site-nav-dropdown {
    display: block; }
  .wrapper-navigation .wrapper-left .site-nav &gt; li &gt; a {
    font-weight: 500;
    font-size: 14px; }
    .wrapper-navigation .wrapper-left .site-nav &gt; li &gt; a .icon-dropdown {
      margin-left: auto; }
  .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a {
    font-size: 12px;
    font-weight: 400; }
    .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a .icon-dropdown {
      margin-left: auto;
      line-height: 0; }
  .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product h3 {
    font-size: 13px;
    font-family: Archivo Narrow;
    line-height: 20px;
    font-weight: 600;
    margin-top: 4px; }
  .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a {
    padding: 4px 0; }
  .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
    font-size: 13px; }
  .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 {
    list-style: none; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 li {
      border: none; }
  .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product {
    max-width: 205px;
    text-align: center; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .product-image img {
      margin: auto;
      width: auto; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .template-article #comments .btn-secondary, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn-secondary {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .template-article #comments .btn-secondary:hover, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .product-vendor a {
      display: block; }
  .wrapper-navigation .wrapper-left .site-nav .label_menu {
    font-size: 10px;
    font-weight: 400;
    margin: 0px;
    padding: 0px 9px;
    line-height: 20px;
    min-width: 41px;
    text-align: center;
    letter-spacing: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-left: 10px;
    max-height: 17px;
    line-height: 17px; }
.wrapper-navigation .wrapper-right .block-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: Archivo Narrow;
  font-size: 16px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  line-height: 15px; }
  .wrapper-navigation .wrapper-right .block-item a .fa {
    font-size: 25px;
    margin-right: 15px; }

.home-slideshow a {
  outline: none; }
.home-slideshow .lazy-images-contain {
  text-align: center;
  position: relative; }
  .home-slideshow .lazy-images-contain img {
    margin: auto; }
  .home-slideshow .lazy-images-contain .images-desktop {
    display: none; }
.home-slideshow .caption-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-slideshow .caption-wrap h2 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 45px; }
  .home-slideshow .caption-wrap .slide-des {
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 500; }
  .home-slideshow .caption-wrap .button-slide {
    min-width: 196px;
    letter-spacing: 0.05em;
    padding: 12px 15px 12px;
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer; }
    .home-slideshow .caption-wrap .button-slide:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .home-slideshow .caption-wrap.slide-left {
    text-align: left; }
  .home-slideshow .caption-wrap.slide-center {
    text-align: center; }
    .home-slideshow .caption-wrap.slide-center .slide-des {
      margin: 0 auto 30px auto; }
    .home-slideshow .caption-wrap.slide-center .button-slide {
      margin: auto; }
  .home-slideshow .caption-wrap.slide-right .content {
    text-align: left;
    max-width: 570px;
    float: right; }
.home-slideshow .not_img {
  height: 470px;
  line-height: 470px;
  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); }
.home-slideshow .slick-arrow {
  width: 52px;
  height: 52px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 50%;
  left: 10%;
  cursor: pointer;
  z-index: 2;
  border: 2px solid #8e9290;
  border-radius: 100%;
  opacity: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-slideshow .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #333333; }
  .home-slideshow .slick-arrow svg {
    width: 25px;
    height: 25px;
    padding-right: 2px;
    margin: auto;
    fill: #8e9290; }
.home-slideshow .slick-next {
  left: auto;
  right: 10%; }
  .home-slideshow .slick-next svg {
    fill: #8e9290;
    padding-left: 2px;
    padding-right: 0; }
.home-slideshow .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .home-slideshow .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .home-slideshow .slick-dots li button {
      width: 8px;
      height: 8px;
      font-size: 0;
      background: #b2b2b2;
      border: 1px solid #b2b2b2;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .home-slideshow .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0); }
.home-slideshow .sl-wrp:hover .slick-arrow {
  opacity: 1; }

.lookbook-modal {
  padding: 20px;
  background-color: #fff;
  max-width: 244px;
  min-width: 244px;
  display: none;
  text-align: left;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  opacity: 1 !important;
  z-index: 99;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .lookbook-modal .product-item {
    margin-bottom: 0; }
    .lookbook-modal .product-item .product-grid-image {
      display: block;
      margin: auto;
      text-align: center; }
      .lookbook-modal .product-item .product-grid-image img {
        width: 170px !important;
        margin: auto;
        text-align: center; }
    .lookbook-modal .product-item .product-label {
      right: 12px !important; }
  .lookbook-modal .price-box {
    margin-bottom: 12px !important; }
  .lookbook-modal .close-modal {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 99;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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; }
    .lookbook-modal .close-modal svg {
      width: 11px;
      height: 11px; }
  .lookbook-modal .action {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    margin: 0 -20px -20px;
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1; }
    .lookbook-modal .action form.variants {
      width: 50%; }
    .lookbook-modal .action .pr-details {
      width: 50%;
      border-right: 1px solid #e1e1e1; }
    .lookbook-modal .action .btn-lb {
      background: none;
      border: 0;
      width: 100%; }
    .lookbook-modal .action .btn-lb,
    .lookbook-modal .action .pr-details {
      padding: 11px 10px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      font-family: Archivo Narrow;
      color: #000000;
      cursor: pointer; }

.home-top-banner .Oneimage .not_img {
  height: 430px;
  line-height: 430px;
  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); }
.home-top-banner .Twoimage .not_img {
  height: 200px;
  line-height: 200px;
  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); }
.home-top-banner .custom-item {
  position: relative; }
  .home-top-banner .custom-item img {
    width: 100%; }
  .home-top-banner .custom-item .caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-top-banner .custom-item .caption span {
      padding: 10px 5px;
      position: relative; }
      .home-top-banner .custom-item .caption span:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: 0;
        left: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        background: #fff; }
  .home-top-banner .custom-item .caption1 {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    font-size: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-top-banner .custom-item .caption1 span {
      padding: 10px 5px;
      position: relative; }
      .home-top-banner .custom-item .caption1 span:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: 0;
        left: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        background: #fff; }
  .home-top-banner .custom-item:hover span:before {
    width: 100%;
    content: ""; }
.home-top-banner .column {
  padding: 0px; }

.five-block-image .column-top {
  margin-top: 17px;
  padding: 0px; }
  .five-block-image .column-top .not_img {
    height: 90px;
    line-height: 130px;
    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);
    font-size: 20px; }
  .five-block-image .column-top .img-itm {
    margin-bottom: 30px;
    position: relative; }
    .five-block-image .column-top .img-itm:hover h2:before {
      width: 100%;
      content: ""; }
  .five-block-image .column-top figcaption {
    margin-top: 5px; }
.five-block-image .column-bottom {
  padding: 0px; }
  .five-block-image .column-bottom .not_img {
    height: 270px;
    line-height: 370px;
    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); }
  .five-block-image .column-bottom .img-itm figcaption {
    margin-top: 5px; }
  .five-block-image .column-bottom .img-itm h2 {
    line-height: 40px; }
  .five-block-image .column-bottom .img-itm figure {
    position: relative; }
    .five-block-image .column-bottom .img-itm figure .des {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family: Archivo Narrow;
      margin-bottom: 17px; }
      .five-block-image .column-bottom .img-itm figure .des span {
        position: relative; }
      .five-block-image .column-bottom .img-itm figure .des span:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: 0;
        left: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
    .five-block-image .column-bottom .img-itm figure:hover .des span:before {
      width: 100%;
      content: ""; }
.five-block-image .img-itm img {
  width: 100%; }
.five-block-image .img-itm figcaption {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 20px;
  font-weight: 600;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .five-block-image .img-itm figcaption h2 {
    padding: 0px 5px;
    position: relative;
    margin: 0px;
    display: inline-block;
    font-family: Archivo Narrow;
    text-transform: uppercase;
    font-weight: 700; }
    .five-block-image .img-itm figcaption h2:before {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 0;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
.five-block-image .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .five-block-image .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .five-block-image .slick-dots li button {
      width: 8px;
      height: 8px;
      font-size: 0;
      background: #b2b2b2;
      border: 1px solid #b2b2b2;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .five-block-image .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0); }
.five-block-image .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  text-align: center; }
  .five-block-image .slick-dots li button {
    background: #e1e0e0;
    border: 1px solid #e1e0e0; }

.widget-title {
  text-align: center;
  padding: 16px 0 25px;
  overflow: hidden;
  margin-bottom: 13px; }
  .widget-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 21px;
    position: relative;
    color: #333333;
    display: inline-block;
    font-family: Archivo Narrow; }
    .widget-title h3:before, .widget-title h3:after {
      content: "";
      position: absolute;
      height: 2px;
      background-color: #e1e1e1;
      top: 50%;
      width: 600px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .widget-title h3:before {
      right: 100%;
      margin-right: 25px; }
    .widget-title h3:after {
      left: 100%;
      margin-left: 25px; }
  .widget-title .des {
    line-height: 24px;
    font-weight: 400;
    font-size: 12px; }
  .widget-title .box-title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    color: #333333;
    font-family: Archivo Narrow; }
  .widget-title .link_all {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    font-family: Archivo Narrow;
    border-bottom: 1px solid transparent; }
    .widget-title .link_all:hover {
      color: #065591;
      border-bottom: 1px solid #065591; }

.homepage-new-products {
  position: relative; }
  .homepage-new-products .slick-arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 24%;
    left: -72px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .homepage-new-products .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .homepage-new-products .slick-arrow svg {
      width: 33px;
      height: 33px;
      padding-right: 2px;
      margin: auto; }
  .homepage-new-products .slick-next {
    left: auto;
    right: -72px; }
    .homepage-new-products .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .homepage-new-products .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .homepage-new-products .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .homepage-new-products .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .homepage-new-products .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .homepage-new-products .products-grid:not(.slick-initialized) .item {
    display: none; }
    .homepage-new-products .products-grid:not(.slick-initialized) .item:nth-child(-n+5) {
      display: block;
      float: left;
      width: 25%; }

.home-product-tab .nav-tabs {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  list-style: none;
  border: none; }
  .home-product-tab .nav-tabs li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    margin: 0 0 11px; }
    .home-product-tab .nav-tabs li .dots {
      width: 5px;
      height: 5px;
      display: inline-block;
      background: #e0e0e0;
      margin: 0 17px;
      border-radius: 50%;
      margin-top: 15px; }
    .home-product-tab .nav-tabs li:last-child .dots {
      display: none; }
  .home-product-tab .nav-tabs a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    color: #a0a0a0;
    font-family: Archivo Narrow;
    border-top: 2px solid transparent;
    padding-top: 13px; }
    .home-product-tab .nav-tabs a:hover, .home-product-tab .nav-tabs a.active {
      color: #333333;
      border-color: #333333; }
.home-product-tab .des {
  text-align: center;
  margin-bottom: 32px; }
  .home-product-tab .des .link_all {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    font-family: Archivo Narrow;
    border-bottom: 1px solid transparent; }
    .home-product-tab .des .link_all:hover {
      color: #065591;
      border-bottom: 1px solid #065591; }
.home-product-tab .tab-content .slick-track {
  margin: auto; }
.home-product-tab .tab-content .loading {
  text-align: center; }
  .home-product-tab .tab-content .loading img {
    width: 40px;
    height: 40px; }
.home-product-tab .slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 24%;
  left: -72px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-product-tab .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #333333; }
  .home-product-tab .slick-arrow svg {
    width: 33px;
    height: 33px;
    padding-right: 2px;
    margin: auto; }
.home-product-tab .slick-next {
  left: auto;
  right: -72px; }
  .home-product-tab .slick-next svg {
    padding-left: 2px;
    padding-right: 0; }
.home-product-tab .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .home-product-tab .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .home-product-tab .slick-dots li button {
      width: 8px;
      height: 8px;
      font-size: 0;
      background: #b2b2b2;
      border: 1px solid #b2b2b2;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .home-product-tab .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0); }

.slider-brand-wrapper {
  margin-bottom: 40px; }
  .slider-brand-wrapper .not_img {
    height: 50px;
    line-height: 50px;
    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); }
  .slider-brand-wrapper .slick-arrow {
    width: 33px;
    height: 33px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px; }
    .slider-brand-wrapper .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .slider-brand-wrapper .slick-arrow svg {
      width: 10px;
      height: 17px;
      padding-right: 0; }
  .slider-brand-wrapper .slick-next {
    left: auto;
    right: 0; }
    .slider-brand-wrapper .slick-next svg {
      padding-left: 0;
      margin-left: auto;
      padding-right: 0; }
  .slider-brand-wrapper .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .slider-brand-wrapper .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .slider-brand-wrapper .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .slider-brand-wrapper .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .slider-brand-wrapper .slide_brand:not(.slick-slider) .item {
    display: none; }
  .slider-brand-wrapper .widget-title {
    margin-bottom: 0;
    padding: 18px 0 22px; }
    .slider-brand-wrapper .widget-title h3 {
      margin: 0px; }

.homepage-reviews .widget-title {
  margin: 0px; }
.homepage-reviews .item {
  text-align: center; }
.homepage-reviews .item-user {
  width: 64px;
  height: 64px;
  background: #efefef;
  margin: auto;
  -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;
  -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; }
  .homepage-reviews .item-user svg {
    width: 29px;
    height: 32px;
    fill: #606060;
    color: #606060; }
.homepage-reviews .title-reviews h4 {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 19px;
  margin-bottom: 11px; }
.homepage-reviews .star-reviews {
  margin-bottom: 15px; }
  .homepage-reviews .star-reviews .fa {
    font-size: 14px; }
  .homepage-reviews .star-reviews.star5 .fa {
    color: #fcb813; }
  .homepage-reviews .star-reviews.star4 .fa {
    color: #fcb813; }
    .homepage-reviews .star-reviews.star4 .fa:last-child {
      color: #eaeaea; }
  .homepage-reviews .star-reviews.star3 .fa {
    color: #fcb813; }
  .homepage-reviews .star-reviews.star3 .fa:nth-child(4) {
    color: #eaeaea; }
  .homepage-reviews .star-reviews.star3 .fa:nth-child(5) {
    color: #dedede; }
  .homepage-reviews .star-reviews.star2 .fa {
    color: #eaeaea; }
  .homepage-reviews .star-reviews.star2 .fa:nth-child(1) {
    color: #fcb813; }
  .homepage-reviews .star-reviews.star2 .fa:nth-child(2) {
    color: #fcb813; }
  .homepage-reviews .star-reviews.star1 .fa {
    color: #eaeaea; }
  .homepage-reviews .star-reviews.star1 .fa:first-child {
    color: #fcb813; }
  .homepage-reviews .star-reviews.star0 .fa {
    color: #eaeaea; }
.homepage-reviews .body-review {
  margin-bottom: 14px;
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.homepage-reviews .name-review h5 {
  color: #5572ad;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }
.homepage-reviews .slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 50%;
  left: -72px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .homepage-reviews .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #333333; }
  .homepage-reviews .slick-arrow svg {
    width: 33px;
    height: 33px;
    padding-right: 2px;
    margin: auto; }
.homepage-reviews .slick-next {
  left: auto;
  right: -72px; }
  .homepage-reviews .slick-next svg {
    padding-left: 2px;
    padding-right: 0; }
.homepage-reviews .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .homepage-reviews .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .homepage-reviews .slick-dots li button {
      width: 8px;
      height: 8px;
      font-size: 0;
      background: #b2b2b2;
      border: 1px solid #b2b2b2;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .homepage-reviews .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0); }
.homepage-reviews .row:not(.slick-slider) .item {
  display: none; }

.home-instagram {
  padding: 50px 0 70px 0;
  text-align: center; }
  .home-instagram .widget-title {
    margin-bottom: 10px; }
    .home-instagram .widget-title h3 {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      font-size: 30px;
      line-height: 30px; }
      .home-instagram .widget-title h3:after {
        display: none !important; }
      .home-instagram .widget-title h3:before {
        display: none !important; }
      .home-instagram .widget-title h3 .fa {
        margin-right: 10px; }
  .home-instagram .slick-arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    left: -62px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-instagram .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .home-instagram .slick-arrow svg {
      width: 33px;
      height: 33px;
      padding-right: 2px;
      margin: auto; }
  .home-instagram .slick-next {
    left: auto;
    right: -62px; }
    .home-instagram .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .home-instagram .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .home-instagram .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .home-instagram .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .home-instagram .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .home-instagram .btn, .home-instagram .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .home-instagram a, .home-instagram .blog-detail .action-btn a, .blog-detail .action-btn .home-instagram a, .home-instagram .template-article #comments .btn-secondary, .template-article #comments .home-instagram .btn-secondary {
    margin-top: 40px;
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 265px; }
    .home-instagram .btn:hover, .home-instagram .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .home-instagram a:hover, .home-instagram .blog-detail .action-btn a:hover, .blog-detail .action-btn .home-instagram a:hover, .home-instagram .template-article #comments .btn-secondary:hover, .template-article #comments .home-instagram .btn-secondary:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .home-instagram .block-sub-title {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400; }
  .home-instagram .slick-slide img {
    margin: auto; }
  .home-instagram .row {
    margin: 0 -10px; }
    .home-instagram .row a.slick-slide {
      padding: 0 10px; }

.policys-block .policy-item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  padding: 27px 0 26px; }
.policys-block .policy-text {
  text-transform: uppercase;
  font-weight: 600;
  font-family: Archivo Narrow; }
.policys-block .policy-icon {
  margin-right: 12px;
  line-height: 0; }

.footer svg {
  fill: currentColor;
  stroke: currentColor; }
.footer h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-weight: 600;
  line-height: 22px; }
.footer .footer-top {
  padding: 53px 0 25px 0; }
  .footer .footer-top .column-footer {
    margin-bottom: 30px; }
    .footer .footer-top .column-footer ul {
      padding: 0;
      list-style: none; }
      .footer .footer-top .column-footer ul li a {
        display: block;
        padding: 3px 0;
        line-height: 22px;
        font-weight: 500;
        font-family: Archivo Narrow; }
        .footer .footer-top .column-footer ul li a span {
          border-bottom: 1px solid transparent; }
        .footer .footer-top .column-footer ul li a:hover span {
          border-bottom: 1px solid; }
    .footer .footer-top .column-footer .des {
      line-height: 24px;
      margin-bottom: 16px; }
      .footer .footer-top .column-footer .des p {
        margin-bottom: 0;
        font-weight: 500; }
    .footer .footer-top .column-footer .newsletter {
      margin-bottom: 40px; }
      .footer .footer-top .column-footer .newsletter .input-group-field {
        font-size: 12px;
        box-shadow: none !important;
        z-index: 3;
        line-height: 20px;
        padding: 9px 15px 9px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-right: 10px;
        min-height: 40px;
        font-weight: 500;
        min-width: calc(100% - 145px);
        color: #969696; }
      .footer .footer-top .column-footer .newsletter ::-webkit-input-placeholder {
        color: #969696; }
      .footer .footer-top .column-footer .newsletter ::-moz-placeholder {
        color: #969696; }
      .footer .footer-top .column-footer .newsletter ::-ms-input-placeholder {
        color: #969696; }
      .footer .footer-top .column-footer .newsletter ::-moz-placeholder {
        color: #969696; }
      .footer .footer-top .column-footer .newsletter .btn, .footer .footer-top .column-footer .newsletter .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .footer .footer-top .column-footer .newsletter a, .footer .footer-top .column-footer .newsletter .blog-detail .action-btn a, .blog-detail .action-btn .footer .footer-top .column-footer .newsletter a, .footer .footer-top .column-footer .newsletter .template-article #comments .btn-secondary, .template-article #comments .footer .footer-top .column-footer .newsletter .btn-secondary {
        width: 100%;
        max-width: 145px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        background-color: #999;
        border: 1px solid #999;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        color: #fff;
        z-index: 3;
        line-height: 20px;
        padding: 10px 15px 8px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        cursor: pointer; }
        .footer .footer-top .column-footer .newsletter .btn:hover, .footer .footer-top .column-footer .newsletter .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .footer .footer-top .column-footer .newsletter a:hover, .footer .footer-top .column-footer .newsletter .blog-detail .action-btn a:hover, .blog-detail .action-btn .footer .footer-top .column-footer .newsletter a:hover, .footer .footer-top .column-footer .newsletter .template-article #comments .btn-secondary:hover, .template-article #comments .footer .footer-top .column-footer .newsletter .btn-secondary:hover {
          background: white;
          color: black;
          border-color: black;
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.footer .footer-bottom {
  padding: 33px 0 80px; }
  .footer .footer-bottom .footer_address {
    line-height: 28px; }
    .footer .footer-bottom .footer_address p {
      margin: 0;
      font-size: 12px;
      font-family: Archivo Narrow;
      line-height: 25px;
      font-weight: 500; }
    .footer .footer-bottom .footer_address.column-left {
      text-align: left; }
      .footer .footer-bottom .footer_address.column-left ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        list-style: none;
        padding: 0;
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 28px; }
        .footer .footer-bottom .footer_address.column-left ul li {
          display: inline-block;
          margin: 0 15px 5px 0; }
          .footer .footer-bottom .footer_address.column-left ul li:last-child {
            margin-right: 0; }
          .footer .footer-bottom .footer_address.column-left ul li a {
            font-size: 20px;
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            align-items: center;
            -ms-flex-align: center;
            -webkit-align-items: center; }
            .footer .footer-bottom .footer_address.column-left ul li a img {
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              -ms-border-radius: 3px;
              -o-border-radius: 3px;
              border-radius: 3px; }

.ft-multi-cur .currency-groups h5,
.ft-multi-cur .lang-switcher h5 {
  margin: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: Archivo Narrow; }
.ft-multi-cur .currency-groups ul li,
.ft-multi-cur .lang-switcher ul li {
  margin: 0px; }
  .ft-multi-cur .currency-groups ul li a,
  .ft-multi-cur .lang-switcher ul li a {
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .ft-multi-cur .currency-groups ul li a .icon,
    .ft-multi-cur .lang-switcher ul li a .icon {
      line-height: 0;
      margin-right: 10px; }

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-social ul li {
    display: inline-block; }
    .footer-social ul li a {
      text-align: center;
      line-height: 18px;
      margin: 0 10px 5px 0;
      font-size: 22px !important;
      min-width: 30px;
      display: flex !important;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      opacity: 1 !important; }
    .footer-social ul li.facebook:hover i {
      color: #3e5b99; }
    .footer-social ul li.twitter:hover i {
      color: #55acef; }
    .footer-social ul li.instagram:hover i {
      color: #9b36b7; }
    .footer-social ul li.tumblr:hover i {
      color: #36465d; }
    .footer-social ul li.google_plus:hover i {
      color: #c52e25; }

.breadcrumb {
  background: rgba(255, 255, 255, 0);
  padding: 20px 0 13px;
  margin-bottom: 0;
  width: 100%; }
  .breadcrumb a,
  .breadcrumb span:not(.arrow) {
    color: #b2b2b2;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400; }
  .breadcrumb .arrow {
    color: #cbcbcb;
    padding: 0 9px 0 12px;
    font-size: 13px;
    font-weight: 500; }

.page-header h2 {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: left; }

.template-list-collections .main-content.container {
  padding-bottom: 0px; }
  .template-list-collections .main-content.container &gt; .row {
    display: block; }
  .template-list-collections .main-content.container .page-header h2 {
    margin-bottom: 40px; }

.list-category .collection-title-wrapper {
  text-align: center; }
.list-category .collection-title h3.title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700; }
  .list-category .collection-title h3.title a {
    color: #333333;
    font-family: Archivo Narrow; }
    .list-category .collection-title h3.title a:hover {
      color: #065591; }
.list-category .collection-title .desc {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 30px; }
.list-category .collection-title .count-products {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.list-category .collection-title .btn, .list-category .collection-title .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .list-category .collection-title a, .list-category .collection-title .blog-detail .action-btn a, .blog-detail .action-btn .list-category .collection-title a, .list-category .collection-title .template-article #comments .btn-secondary, .template-article #comments .list-category .collection-title .btn-secondary {
  background: white;
  color: black;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 227px; }
  .list-category .collection-title .btn:hover, .list-category .collection-title .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .list-category .collection-title a:hover, .list-category .collection-title .blog-detail .action-btn a:hover, .blog-detail .action-btn .list-category .collection-title a:hover, .list-category .collection-title .template-article #comments .btn-secondary:hover, .template-article #comments .list-category .collection-title .btn-secondary:hover {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }
.list-category .grid-item {
  margin-bottom: 60px; }
  .list-category .grid-item:hover h3.title a {
    color: #065591; }
  .list-category .grid-item:hover .btn, .list-category .grid-item:hover .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .list-category .grid-item:hover a, .list-category .grid-item:hover .blog-detail .action-btn a, .blog-detail .action-btn .list-category .grid-item:hover a, .list-category .grid-item:hover .template-article #comments .btn-secondary, .template-article #comments .list-category .grid-item:hover .btn-secondary {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }
  .list-category .grid-item:hover .view-abs {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -o-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -ms-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -webkit-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    transform: translate(-50%, -50%) perspective(400px) rotateX(0deg); }
  .list-category .grid-item:hover a img {
    opacity: 0.6; }
.list-category .view-abs {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -o-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -ms-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -webkit-transition: transform 0.3s linear 0.2s;
  -moz-transition: transform 0.3s linear 0.2s;
  -ms-transition: transform 0.3s linear 0.2s;
  -o-transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.list-category .view {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0); }
  .list-category .view:before, .list-category .view:after {
    position: absolute;
    content: "";
    background-color: #000; }
  .list-category .view:before {
    width: 2px;
    top: 16px;
    bottom: 16px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list-category .view:after {
    height: 2px;
    left: 16px;
    right: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.list-category .product-top {
  position: relative;
  text-align: center; }
  .list-category .product-top a {
    display: block; }

.product-item .product-top {
  position: relative;
  margin-bottom: 20px; }
  .product-item .product-top .addwishlist {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    .product-item .product-top .addwishlist .wishlist-btn {
      line-height: 0;
      display: inline-block; }
    .product-item .product-top .addwishlist .wishlist_text {
      display: none; }
    .product-item .product-top .addwishlist .fa {
      font-size: 16px;
      color: #c1c1c1; }
  .product-item .product-top .product-label {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    text-align: right; }
  .product-item .product-top .quickview-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer; }
    .product-item .product-top .quickview-button a {
      color: black;
      width: 100%;
      line-height: 0px;
      height: 100%;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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-item .product-top .quickview-button a .fa {
        color: black;
        font-size: 18px; }
  .product-item .product-top .product-image {
    position: relative;
    margin-bottom: 15px;
    max-height: 100%;
    overflow-y: hidden; }
    .product-item .product-top .product-image .product-grid-image img {
      width: 100%;
      object-fit: contain;
      image-rendering: auto; }
    .product-item .product-top .product-image .images-two {
      position: absolute;
      top: 50%;
      opacity: 0;
      width: 100%;
      height: 100%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: opacity .5s ease-in-out;
      -webkit-transition: opacity .5s ease-in-out; }
    .product-item .product-top .product-image:hover .images-two {
      opacity: 1;
      object-fit: contain; }
    .product-item .product-top .product-image:hover .images-one {
      opacity: 0; }
.product-item .product-bottom .product-vendor {
  margin-bottom: 3px; }
  .product-item .product-bottom .product-vendor a {
    line-height: 22px;
    display: block;
    text-align: center; }
.product-item .product-bottom .product-title {
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  font-weight: 500; }
.product-item .product-bottom .spr-badge {
  text-align: center;
  margin-bottom: 12px; }
  .product-item .product-bottom .spr-badge .spr-badge-caption {
    display: none; }
.product-item .product-bottom .price-box {
  margin-bottom: 20px;
  text-align: center; }
  .product-item .product-bottom .price-box span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .product-item .product-bottom .price-box .old-price {
    margin-right: 3px; }
  .product-item .product-bottom .price-box em {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px; }
.product-item .product-bottom .action {
  text-align: center; }
  .product-item .product-bottom .action .btn, .product-item .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-item .product-bottom .action a, .product-item .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .product-item .product-bottom .action a, .product-item .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .product-item .product-bottom .action .btn-secondary {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    cursor: pointer;
    min-width: 204px; }
    .product-item .product-bottom .action .btn:hover, .product-item .product-bottom .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-item .product-bottom .action a:hover, .product-item .product-bottom .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-item .product-bottom .action a:hover, .product-item .product-bottom .action .template-article #comments .btn-secondary:hover, .template-article #comments .product-item .product-bottom .action .btn-secondary:hover {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0); }
.product-item .item-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 42px;
  text-align: center; }
  .product-item .item-swatch li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top; }
    .product-item .item-swatch li label {
      width: 24px;
      height: 24px;
      border-radius: 15px;
      background-size: contain;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      border: 3px solid #fff;
      box-shadow: 0 0 0 1px #cbcbcb; }
      .product-item .item-swatch li label img {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-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;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      .product-item .item-swatch li label.active {
        box-shadow: 0 0 1px 2px #ef6454; }
    .product-item .item-swatch li a {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-bottom: .5rem;
      cursor: pointer;
      line-height: 30px;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: black; }
      .product-item .item-swatch li a:hover {
        color: black; }
    .product-item .item-swatch li:last-of-type {
      margin-right: 0; }

.homepage-todays-deal {
  overflow: hidden; }
  .homepage-todays-deal .col-left {
    position: relative;
    z-index: 12;
    padding-top: 69px;
    padding-bottom: 90px; }
    .homepage-todays-deal .col-left .product-vendor a {
      font-size: 13px; }
    .homepage-todays-deal .col-left .item-top {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      margin-bottom: 35px; }
      .homepage-todays-deal .col-left .item-top h2 {
        font-family: Archivo Narrow;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px; }
      .homepage-todays-deal .col-left .item-top .countdown {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-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;
        font-weight: 500;
        font-family: Archivo Narrow; }
        .homepage-todays-deal .col-left .item-top .countdown .clock {
          font-weight: 600;
          display: flex;
          display: -ms-flexbox;
          display: -webkit-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; }
          .homepage-todays-deal .col-left .item-top .countdown .clock .circle {
            font-size: 20px;
            text-align: center;
            width: 64px;
            height: 64px;
            border: 1px solid #787878;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            padding: 13px 10px; }
            .homepage-todays-deal .col-left .item-top .countdown .clock .circle span {
              display: block;
              font-size: 12px;
              font-weight: 400;
              line-height: 22px;
              color: #787878; }
            .homepage-todays-deal .col-left .item-top .countdown .clock .circle + .circle {
              margin-left: 15px; }
    .homepage-todays-deal .col-left .item-bottom .product-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 26px;
      display: block;
      margin-bottom: 9px; }
    .homepage-todays-deal .col-left .item-bottom .product-vendor {
      margin-bottom: 4px; }
    .homepage-todays-deal .col-left .item-bottom .spr-badge {
      min-height: 20px;
      margin-bottom: 19px; }
      .homepage-todays-deal .col-left .item-bottom .spr-badge .spr-badge-caption {
        display: none; }
    .homepage-todays-deal .col-left .item-bottom .pro-des {
      margin-bottom: 20px; }
    .homepage-todays-deal .col-left .item-bottom .price-box {
      margin-bottom: 31px;
      text-align: left; }
      .homepage-todays-deal .col-left .item-bottom .price-box span:not(.price-save) {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0; }
      .homepage-todays-deal .col-left .item-bottom .price-box .old-price {
        margin-right: 15px; }
        .homepage-todays-deal .col-left .item-bottom .price-box .old-price span {
          font-size: 20px; }
      .homepage-todays-deal .col-left .item-bottom .price-box em {
        font-size: 12px;
        font-weight: 400;
        margin-right: 3px; }
      .homepage-todays-deal .col-left .item-bottom .price-box .sale {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
    .homepage-todays-deal .col-left .item-bottom .action-todays-deal form {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .homepage-todays-deal .col-left .item-bottom .action-todays-deal form .add-to-day {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        margin-right: 30px;
        padding: 13px 25px 11px;
        font-size: 15px; }
        .homepage-todays-deal .col-left .item-bottom .action-todays-deal form .add-to-day:hover {
          background: white;
          color: black;
          border-color: black;
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
      .homepage-todays-deal .col-left .item-bottom .action-todays-deal form .pr-details {
        background: white;
        color: black;
        border-color: #a0a0a0;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        cursor: pointer;
        min-width: 144px;
        padding: 13px 25px 11px;
        font-size: 15px; }
        .homepage-todays-deal .col-left .item-bottom .action-todays-deal form .pr-details:hover {
          background: #2a7ee1;
          color: white;
          border-color: rgba(0, 0, 0, 0);
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
          border-bottom-color: rgba(0, 0, 0, 0); }
    .homepage-todays-deal .col-left .price-save {
      position: relative;
      font-size: 12px;
      height: 22px;
      text-align: center;
      margin-left: 16px;
      background-color: #e95144;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      line-height: initial;
      padding: 0 8px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      font-weight: 600; }
      .homepage-todays-deal .col-left .price-save:before {
        content: '';
        position: absolute;
        left: -11px;
        top: 50%;
        margin-top: 0px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: #e95144; }
  .homepage-todays-deal .col-right {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .homepage-todays-deal .col-right .slick-dots {
      padding: 0;
      margin-top: 7px;
      text-align: center;
      margin-bottom: 18px; }
      .homepage-todays-deal .col-right .slick-dots li {
        list-style: none;
        margin: 5px 6px;
        display: inline-block; }
        .homepage-todays-deal .col-right .slick-dots li button {
          width: 8px;
          height: 8px;
          font-size: 0;
          background: #b2b2b2;
          border: 1px solid #b2b2b2;
          border-radius: 100%;
          line-height: normal;
          padding: 0;
          outline: none;
          cursor: pointer; }
        .homepage-todays-deal .col-right .slick-dots li.slick-active button {
          background: rgba(0, 0, 0, 0); }
    .homepage-todays-deal .col-right .slick-dots {
      margin: 0px;
      line-height: 0; }
      .homepage-todays-deal .col-right .slick-dots li {
        line-height: 0; }
    .homepage-todays-deal .col-right .pro-img-home:not(.slick-initialized) .item-img + .item-img {
      display: none; }
    .homepage-todays-deal .col-right:before {
      content: "";
      height: 100%;
      width: 113%;
      display: block;
      position: absolute;
      left: 0;
      transform: skew(-23deg); }
  .homepage-todays-deal .logo-pro {
    position: absolute;
    top: 70px;
    z-index: 12;
    right: 0; }

.template-collection .page-header {
  width: 100%;
  margin-bottom: 27px; }
  .template-collection .page-header h2 {
    margin: 0px; }
  .template-collection .page-header .filter-sortby {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    .template-collection .page-header .filter-sortby &gt; label {
      margin: 0 15px 0 0;
      color: #3c3c3c;
      font-weight: 500;
      font-size: 12px; }
    .template-collection .page-header .filter-sortby .label-tab {
      border: 1px solid #cbcbcb;
      font-size: 12px;
      color: #333333;
      background: #fff;
      line-height: 36px;
      padding: 0 36px 0 15px;
      position: relative;
      text-transform: capitalize;
      width: 170px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      height: 36px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      font-weight: 400; }
      .template-collection .page-header .filter-sortby .label-tab.active {
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .template-collection .page-header .filter-sortby .icon-dropdown {
      width: 36px;
      height: 36px;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #cbcbcb;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      color: #333333; }
      .template-collection .page-header .filter-sortby .icon-dropdown .fa {
        font-weight: 500; }
    .template-collection .page-header .filter-sortby .dropdown-menu {
      left: inherit;
      min-width: 180px;
      right: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      padding: 5px 0;
      margin: 2px 0 0; }
      .template-collection .page-header .filter-sortby .dropdown-menu &gt; li &gt; span {
        text-transform: capitalize;
        padding: 3px 10px;
        display: block;
        cursor: pointer;
        font-size: 16px;
        line-height: 22px; }
      .template-collection .page-header .filter-sortby .dropdown-menu &gt; li:hover &gt; span, .template-collection .page-header .filter-sortby .dropdown-menu &gt; li.active &gt; span {
        background-color: #f5f5f5;
        color: #66787f; }
.template-collection .row-bt .filter-sortby {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .template-collection .row-bt .filter-sortby &gt; label {
    margin: 0 15px 0 0;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 12px; }
  .template-collection .row-bt .filter-sortby .label-tab {
    border: 1px solid #cbcbcb;
    font-size: 12px;
    color: #333333;
    background: #fff;
    line-height: 36px;
    padding: 0 36px 0 15px;
    position: relative;
    text-transform: capitalize;
    width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-weight: 400; }
    .template-collection .row-bt .filter-sortby .label-tab.active {
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .template-collection .row-bt .filter-sortby .icon-dropdown {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #cbcbcb;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    color: #333333; }
    .template-collection .row-bt .filter-sortby .icon-dropdown .fa {
      font-weight: 500; }
  .template-collection .row-bt .filter-sortby .dropdown-menu {
    left: inherit;
    min-width: 180px;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0; }
    .template-collection .row-bt .filter-sortby .dropdown-menu &gt; li &gt; span {
      text-transform: capitalize;
      padding: 3px 10px;
      display: block;
      cursor: pointer;
      font-size: 16px;
      line-height: 22px; }
    .template-collection .row-bt .filter-sortby .dropdown-menu &gt; li:hover &gt; span, .template-collection .row-bt .filter-sortby .dropdown-menu &gt; li.active &gt; span {
      background-color: #f5f5f5;
      color: #66787f; }

.sidebar .sidebar-title {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0px;
  padding-bottom: 10px;
  line-height: 20px; }
.sidebar .widget-header {
  border-bottom: 1px solid #e1e1e1; }
.sidebar .widget-recent-articles .sidebar-title span,
.sidebar .blogs-tags .sidebar-title span,
.sidebar .sidebar-cms-custom .sidebar-title span,
.sidebar .widget-featured-product .sidebar-title span,
.sidebar .sidebar-links .sidebar-title span {
  border-bottom: 2px solid #5572ad;
  padding-bottom: 9px; }
.sidebar .sidebar-links {
  margin-bottom: 33px; }
  .sidebar .sidebar-links ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 18px; }
    .sidebar .sidebar-links ul li {
      margin: 0px;
      position: relative; }
      .sidebar .sidebar-links ul li a {
        font-weight: 500;
        font-family: Archivo Narrow;
        font-size: 12px;
        line-height: 32px;
        color: #065591; }
        .sidebar .sidebar-links ul li a.active, .sidebar .sidebar-links ul li a:hover {
          padding-left: 15px;
          color: #065591;
          font-weight: 600; }
          .sidebar .sidebar-links ul li a.active :before, .sidebar .sidebar-links ul li a:hover :before {
            font-family: FontAwesome;
            font-size: 9px;
            content: "\f054";
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0;
            color: #cbcbcb;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .sidebar .sidebar-links ul .dropdown-cat {
      display: none;
      margin: 10px 0px 10px 10px; }
      .sidebar .sidebar-links ul .dropdown-cat li a {
        font-size: 12px;
        font-weight: 400; }
    .sidebar .sidebar-links ul .dropdown .icon-dropdown {
      position: absolute;
      top: 0;
      right: 0;
      width: 25px;
      height: 32px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer; }
      .sidebar .sidebar-links ul .dropdown .icon-dropdown i {
        -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; }
    .sidebar .sidebar-links ul .dropdown.expand &gt; .icon-dropdown i {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
.sidebar .sidebar-custom {
  margin-bottom: 13px; }
  .sidebar .sidebar-custom .sidebar-title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    cursor: pointer; }
    .sidebar .sidebar-custom .sidebar-title .fa {
      font-size: 20px;
      color: #cbcbcb; }
    .sidebar .sidebar-custom .sidebar-title .fa-angle-down {
      display: none; }
  .sidebar .sidebar-custom .widget-header.open .fa-angle-down {
    display: none !important; }
  .sidebar .sidebar-custom .widget-header.open .fa-angle-up {
    display: block !important; }
  .sidebar .sidebar-custom .widget-content {
    margin-top: 25px; }
    .sidebar .sidebar-custom .widget-content ul {
      list-style: none;
      margin: 0; }
      .sidebar .sidebar-custom .widget-content ul li {
        margin: 0; }
  .sidebar .sidebar-custom.color .widget-content {
    margin-top: 25px; }
  .sidebar .sidebar-custom.color ul.clear {
    margin-bottom: 4px;
    letter-spacing: -0.33em; }
    .sidebar .sidebar-custom.color ul.clear li {
      margin: 0 10px 10px 0;
      letter-spacing: normal;
      display: inline-block; }
      .sidebar .sidebar-custom.color ul.clear li a {
        width: 34px;
        height: 34px;
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        .sidebar .sidebar-custom.color ul.clear li a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px; }
        .sidebar .sidebar-custom.color ul.clear li a.active, .sidebar .sidebar-custom.color ul.clear li a:hover {
          border: 3px solid #000;
          -webkit-transition: initial;
          -moz-transition: initial;
          -ms-transition: initial;
          -o-transition: initial;
          transition: initial; }
          .sidebar .sidebar-custom.color ul.clear li a.active img, .sidebar .sidebar-custom.color ul.clear li a:hover img {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            -webkit-transition: initial;
            -moz-transition: initial;
            -ms-transition: initial;
            -o-transition: initial;
            transition: initial; }
  .sidebar .sidebar-custom.size .widget-content {
    margin-top: 22px; }
  .sidebar .sidebar-custom.size ul.clear {
    margin-bottom: 4px;
    letter-spacing: -0.33em; }
    .sidebar .sidebar-custom.size ul.clear li {
      width: 50%;
      letter-spacing: normal;
      display: inline-block; }
  .sidebar .sidebar-custom input[type="checkbox"] + label {
    font-size: 12px;
    color: #2a7ee1;
    font-weight: 400; }
    .sidebar .sidebar-custom input[type="checkbox"] + label:hover {
      color: #065591; }
  .sidebar .sidebar-custom input[type="checkbox"]:checked + label {
    color: #065591; }
.sidebar .refined-widgets {
  margin-bottom: 40px; }
  .sidebar .refined-widgets .widget-header {
    border: 0;
    margin-bottom: 10px; }
  .sidebar .refined-widgets .widget-content {
    margin-bottom: 4px; }
  .sidebar .refined-widgets ul {
    letter-spacing: -.33em;
    margin-bottom: 10px; }
    .sidebar .refined-widgets ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }
      .sidebar .refined-widgets ul li a {
        background-color: #bababa;
        letter-spacing: normal;
        color: #fff;
        display: block;
        padding: 2.5px 10px 2.5px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        min-height: 25px;
        font-weight: 400; }
        .sidebar .refined-widgets ul li a:hover {
          background-color: #3c3c3c; }
.sidebar a.clear-all,
.sidebar a.clear {
  color: #2a7ee1;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px dotted #2a7ee1; }
  .sidebar a.clear-all:hover,
  .sidebar a.clear:hover {
    border-bottom: 1px dotted transparent; }
.sidebar .widget-featured-product {
  margin-bottom: 45px; }
  .sidebar .widget-featured-product .widget-product {
    margin-top: 30px; }
    .sidebar .widget-featured-product .widget-product .grid-item {
      margin: 0px; }
      .sidebar .widget-featured-product .widget-product .grid-item .product-image a.product-grid-image {
        display: block;
        text-align: center; }
      .sidebar .widget-featured-product .widget-product .grid-item .product-image .addwishlist,
      .sidebar .widget-featured-product .widget-product .grid-item .product-image .quickview-button {
        display: none; }
  .sidebar .widget-featured-product .product-grid-options-size {
    display: none; }
  .sidebar .widget-featured-product .slick-arrow {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 18%;
    left: 0;
    cursor: pointer;
    z-index: 2;
    border: 1px solid gray;
    border-radius: 100%;
    opacity: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sidebar .widget-featured-product .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .sidebar .widget-featured-product .slick-arrow svg {
      width: 15px;
      height: 15px;
      padding-right: 2px;
      margin: auto; }
  .sidebar .widget-featured-product .slick-next {
    left: auto;
    right: 0%; }
    .sidebar .widget-featured-product .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .sidebar .widget-featured-product .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .sidebar .widget-featured-product .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .sidebar .widget-featured-product .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .sidebar .widget-featured-product .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .sidebar .widget-featured-product .product-image img {
    max-width: 120px;
    margin: auto; }
  .sidebar .widget-featured-product .products-grid:not(.slick-initialized) .grid-item + .grid-item {
    display: none; }
.sidebar .sidebar-banner .banner-item {
  margin-bottom: 30px; }
.sidebar .sidebar-cms-custom {
  margin-top: 38px; }
  .sidebar .sidebar-cms-custom .widget-content {
    margin-top: 20px; }
  .sidebar .sidebar-cms-custom .rte-setting {
    line-height: 24px;
    color: #797979;
    font-size: 12px;
    font-weight: 400; }

.block-row .cat-content {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 35px; }
  .block-row .cat-content .wrapper {
    color: #333333;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 18px; }

.icon-grid,
.icon-list {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle; }
  .icon-grid .icon-bar,
  .icon-list .icon-bar {
    height: 4px;
    background-color: #cfcfcf;
    -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;
    top: -1px;
    margin: 1px auto 0; }

.icon-list .icon-bar {
  width: 14px; }

.icon-grid .icon-bar {
  width: 4px; }
  .icon-grid .icon-bar:before, .icon-grid .icon-bar:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #cfcfcf;
    -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; }
  .icon-grid .icon-bar:before {
    left: -5px; }
  .icon-grid .icon-bar:after {
    right: -5px; }

.toolbar {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  padding: 20px 0; }
  .toolbar .view-mode {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .toolbar .view-mode .view-as {
      height: 34px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 12px;
      min-width: 80px;
      cursor: pointer; }
      .toolbar .view-mode .view-as .text {
        margin-left: 10px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #a0a0a0 !important;
        font-size: 12px;
        font-weight: 600;
        margin-top: 2px; }
      .toolbar .view-mode .view-as:hover .text, .toolbar .view-mode .view-as.active .text {
        color: #3c3c3c !important; }
      .toolbar .view-mode .view-as:hover .icon-bar, .toolbar .view-mode .view-as.active .icon-bar {
        background-color: #000; }
        .toolbar .view-mode .view-as:hover .icon-bar:before, .toolbar .view-mode .view-as:hover .icon-bar:after, .toolbar .view-mode .view-as.active .icon-bar:before, .toolbar .view-mode .view-as.active .icon-bar:after {
          background-color: #000; }
    .toolbar .view-mode .grid {
      border-right: 1px solid #cbcbcb; }
  .toolbar .toolbar-left {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .toolbar .toolbar-left label {
      margin: 0px 14px 0 0;
      line-height: 25px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      font-size: 12px;
      font-weight: 600;
      color: #3c3c3c; }
  .toolbar .toolbar-right .page-total {
    display: none; }
  .toolbar .toolbar-right .infinite-scrolling {
    display: none; }

.toolbar-bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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; }
  .toolbar-bottom .pagination-page {
    padding: 0;
    list-style: none;
    margin: 0px; }
    .toolbar-bottom .pagination-page li {
      display: inline-block;
      margin: 0px 0 0 13px; }
      .toolbar-bottom .pagination-page li a,
      .toolbar-bottom .pagination-page li &gt; span {
        padding: 0 3px 0 2px;
        color: #2a7ee1;
        font-size: 12px;
        font-weight: 400;
        font-family: Archivo Narrow; }
      .toolbar-bottom .pagination-page li a {
        cursor: pointer; }
        .toolbar-bottom .pagination-page li a:hover span {
          border-bottom: 1px dotted;
          color: #065591; }
      .toolbar-bottom .pagination-page li.active {
        color: #065591; }
        .toolbar-bottom .pagination-page li.active span {
          color: #065591; }
      .toolbar-bottom .pagination-page li:last-of-type {
        margin-right: -3px; }
      .toolbar-bottom .pagination-page li:first-of-type {
        margin-left: -2px; }

.product-collection {
  padding-top: 33px; }

.collection-padding {
  padding: 30px 0;
  border-top: 1px solid #e1e1e1; }
  .collection-padding .page-total {
    font-size: 12px;
    font-weight: 400;
    font-family: Archivo Narrow;
    color: #333333; }
  .collection-padding .infinite-scrolling {
    text-align: center; }
    .collection-padding .infinite-scrolling .btn, .collection-padding .infinite-scrolling .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .collection-padding .infinite-scrolling a, .collection-padding .infinite-scrolling .blog-detail .action-btn a, .blog-detail .action-btn .collection-padding .infinite-scrolling a, .collection-padding .infinite-scrolling .template-article #comments .btn-secondary, .template-article #comments .collection-padding .infinite-scrolling .btn-secondary {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0);
      cursor: pointer;
      min-width: 250px; }
      .collection-padding .infinite-scrolling .btn:hover, .collection-padding .infinite-scrolling .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .collection-padding .infinite-scrolling a:hover, .collection-padding .infinite-scrolling .blog-detail .action-btn a:hover, .blog-detail .action-btn .collection-padding .infinite-scrolling a:hover, .collection-padding .infinite-scrolling .template-article #comments .btn-secondary:hover, .template-article #comments .collection-padding .infinite-scrolling .btn-secondary:hover {
        background: white;
        color: black;
        border-color: black;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }

.product-list {
  padding-top: 30px; }
  .product-list .inner-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .product-list .product-top {
    margin-right: 40px;
    margin-top: 5px;
    position: relative;
    width: 224px; }
  .product-list .product-bottom {
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
  .product-list .short-description {
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
    color: #333333; }
  .product-list .item-swatch {
    margin-top: 1px;
    text-align: left; }
    .product-list .item-swatch label {
      margin-bottom: 0; }
  .product-list .spr-badge-caption {
    display: none; }
  .product-list .product-item .product-image {
    margin-bottom: 0; }
  .product-list .product-item .product-bottom .product-vendor {
    margin-bottom: 3px; }
    .product-list .product-item .product-bottom .product-vendor a {
      text-align: left; }
  .product-list .product-item .product-bottom .price-box {
    text-align: left;
    margin-bottom: 17px; }
  .product-list .product-item .product-bottom .action {
    text-align: left;
    opacity: 1 !important;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 8px; }
    .product-list .product-item .product-bottom .action form {
      width: 100%;
      max-width: 184px;
      margin-right: 40px; }
    .product-list .product-item .product-bottom .action .addwishlist {
      position: static !important;
      opacity: 1 !important;
      display: block; }
      .product-list .product-item .product-bottom .action .addwishlist a {
        color: #000;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .product-list .product-item .product-bottom .action .addwishlist a i {
          font-size: 16px;
          margin-right: 10px;
          margin-top: -1px;
          color: #c1c1c1; }
        .product-list .product-item .product-bottom .action .addwishlist a .wishlist_text {
          border-bottom: 1px dotted transparent; }
          .product-list .product-item .product-bottom .action .addwishlist a .wishlist_text:hover {
            border-bottom: 1px dotted #000; }
      .product-list .product-item .product-bottom .action .addwishlist .wishlist_text {
        display: block;
        font-size: 12px;
        font-weight: 500; }
    .product-list .product-item .product-bottom .action .btn, .product-list .product-item .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-list .product-item .product-bottom .action a, .product-list .product-item .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .product-list .product-item .product-bottom .action a, .product-list .product-item .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .product-list .product-item .product-bottom .action .btn-secondary {
      width: 100%;
      font-size: 17px;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 600;
      padding: 0 15px;
      cursor: pointer;
      height: 40px;
      line-height: 40px;
      max-width: 184px;
      min-width: 184px;
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer; }
      .product-list .product-item .product-bottom .action .btn:hover, .product-list .product-item .product-bottom .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-list .product-item .product-bottom .action a:hover, .product-list .product-item .product-bottom .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-list .product-item .product-bottom .action a:hover, .product-list .product-item .product-bottom .action .template-article #comments .btn-secondary:hover, .template-article #comments .product-list .product-item .product-bottom .action .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
  .product-list .product-item .product-bottom .spr-badge {
    margin-bottom: 15px;
    text-align: left; }
  .product-list .product-item .product-bottom .product-title {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500; }
  .product-list .product-item + .product-item {
    border-top: 1px solid #e1e1e1;
    padding-top: 33px; }

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

.loading-modal {
  background: white url(loadding.svg) 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;
  text-indent: -999em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 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%); }

.close-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  display: none; }

.main-content.container {
  padding-bottom: 40px; }

.product-shop .product-vendor {
  margin-bottom: 11px; }
  .product-shop .product-vendor a {
    font-weight: 600; }
.product-shop .product-title a,
.product-shop .product-title h2 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }
.product-shop .group_item .spr-badge {
  cursor: pointer; }
  .product-shop .group_item .spr-badge .spr-starrating {
    margin-right: 65px !important; }
  .product-shop .group_item .spr-badge .spr-badge-caption {
    font-size: 12px;
    color: #333333;
    font-family: Archivo Narrow;
    font-weight: 500;
    text-transform: capitalize; }
.product-shop .group_item .sold_product {
  color: #f04723;
  font-weight: 600;
  background: url(fire.png) left center no-repeat;
  background-size: 15px;
  background-position: 0px -1px;
  padding-left: 25px;
  font-size: 12px; }
.product-shop .product-infor {
  margin-top: 23px;
  margin-bottom: 25px; }
  .product-shop .product-infor label {
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 142px;
    padding-right: 5px;
    margin: 0;
    font-family: Archivo Narrow;
    color: #2d2d2d;
    font-size: 14px; }
  .product-shop .product-infor span {
    color: #333333;
    font-family: Archivo Narrow;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 14px; }
.product-shop .countdown {
  margin-bottom: 28px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .product-shop .countdown &gt; span {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 1px dotted #2d2d2d;
    font-family: Archivo Narrow; }
  .product-shop .countdown #clock {
    color: #2d2d2d;
    font-family: Archivo Narrow;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-left: 10px; }
.product-shop .short-description {
  color: #333333;
  font-family: Archivo Narrow;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 14px; }
.product-shop .swatch {
  margin-bottom: 12px;
  letter-spacing: -.33em; }
  .product-shop .swatch .header {
    margin-bottom: 9px; }
  .product-shop .swatch .color label {
    min-width: 32px;
    height: 32px; }
  .product-shop .swatch input[type=radio],
  .product-shop .swatch .swatch-element .crossed-out {
    display: none; }
  .product-shop .swatch .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(soldout.png) no-repeat 50%; }
  .product-shop .swatch label {
    border: 1px solid #cbcbcb;
    font-weight: 500;
    min-width: 40px;
    height: 40px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    padding: 4px;
    color: #333333;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .product-shop .swatch .swatch-element {
    display: inline-block;
    letter-spacing: normal;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 15px 12px 0;
    position: relative; }
    .product-shop .swatch .swatch-element.soldout label {
      border-color: #e5e5e5;
      color: #c8c8c8; }
    .product-shop .swatch .swatch-element.soldout .crossed-out {
      display: block; }
    .product-shop .swatch .swatch-element.soldout label {
      cursor: no-drop; }
  .product-shop .swatch input:checked + label,
  .product-shop .swatch label:hover,
  .product-shop .swatch label:focus {
    border: 2px solid #333333;
    line-height: 30px; }
  .product-shop .swatch .tooltip {
    text-align: center;
    background: #5d6267;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -28px;
    margin-bottom: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600; }
    .product-shop .swatch .tooltip:before {
      bottom: -18px;
      content: " ";
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      width: 100%; }
    .product-shop .swatch .tooltip:after {
      border-left: solid transparent 9px;
      border-right: solid transparent 9px;
      border-top: solid #5d6267 9px;
      bottom: -9px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }
  .product-shop .swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
.product-shop .prices {
  padding-top: 6px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px; }
  .product-shop .prices .compare-price {
    font-size: 20px;
    color: #787878;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 15px; }
  .product-shop .prices .price:not(.on-sale) {
    color: black; }
  .product-shop .prices .on-sale {
    color: #e82b1a; }
  .product-shop .prices .price-saving {
    font-size: 16px;
    color: #787878;
    font-weight: 500; }
    .product-shop .prices .price-saving .price-save {
      position: relative;
      height: 22px;
      text-align: center;
      margin-left: 18px;
      background-color: #e95144;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      line-height: initial;
      padding: 0 8px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      font-weight: 600; }
      .product-shop .prices .price-saving .price-save:before {
        content: '';
        position: absolute;
        left: -11px;
        top: 50%;
        margin-top: 0px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: #e95144; }
.product-shop .total-price .total-money,
.product-shop .total-price label {
  color: #000000;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; }
.product-shop .total-price .total-money {
  font-size: 13px;
  font-weight: 600;
  margin-left: 6px; }
.product-shop .groups-btn {
  margin-top: 22px;
  margin-bottom: 25px; }
  .product-shop .groups-btn .btn, .product-shop .groups-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-shop .groups-btn a, .product-shop .groups-btn .blog-detail .action-btn a, .blog-detail .action-btn .product-shop .groups-btn a, .product-shop .groups-btn .template-article #comments .btn-secondary, .template-article #comments .product-shop .groups-btn .btn-secondary {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 14px 25px 12px;
    font-size: 15px;
    font-weight: 600; }
    .product-shop .groups-btn .btn:hover, .product-shop .groups-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-shop .groups-btn a:hover, .product-shop .groups-btn .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-shop .groups-btn a:hover, .product-shop .groups-btn .template-article #comments .btn-secondary:hover, .template-article #comments .product-shop .groups-btn .btn-secondary:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__more-options {
    display: none; }
  .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__button {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 14px 25px 12px;
    font-size: 15px;
    font-weight: 700;
    max-width: initial; }
    .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__button:hover {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0); }
.product-shop .btn[disabled], .product-shop .panel-group .spr-summary-actions a[disabled], .panel-group .spr-summary-actions .product-shop a[disabled], .product-shop .blog-detail .action-btn a[disabled], .blog-detail .action-btn .product-shop a[disabled], .product-shop .template-article #comments [disabled].btn-secondary, .template-article #comments .product-shop [disabled].btn-secondary {
  margin-top: 19px;
  margin-bottom: 25px;
  min-width: 300px;
  display: block; }
.product-shop .addwishlist {
  margin-bottom: 15px;
  display: inline-block; }
  .product-shop .addwishlist .wishlist-btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .product-shop .addwishlist .fa {
    font-size: 16px;
    color: #c1c1c1;
    margin-right: 12px;
    line-height: 25px; }
  .product-shop .addwishlist .wishlist_text {
    color: #000000;
    font-family: Archivo Narrow;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px dotted transparent; }
    .product-shop .addwishlist .wishlist_text:hover {
      border-bottom: 1px dotted #000; }

.product-shop label[for="quantity"] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px; }

.product-shop .selector-wrapper label,
.swatch .header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  margin-bottom: 5px;
  letter-spacing: normal; }
  .product-shop .selector-wrapper label em,
  .swatch .header em {
    color: #f1152f;
    margin-left: 2px;
    font-style: initial; }

.at-resp-share-element .at-share-btn .at-icon-wrapper, .at-resp-share-element .at-icon, .at-resp-share-element .at-label {
  width: 20px !important;
  height: 20px !important; }

.product-img-box .contain-images-pr {
  position: relative; }
  .product-img-box .contain-images-pr .video-open-popup {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    line-height: 0; }
    .product-img-box .contain-images-pr .video-open-popup a {
      display: block; }
      .product-img-box .contain-images-pr .video-open-popup a svg {
        width: 48px;
        height: 48px; }
.product-img-box .product-photo-container:not(.slick-initialized) .thumb + .thumb {
  display: none; }
.product-img-box .slider-for {
  margin-top: 5px;
  position: relative; }
  .product-img-box .slider-for .zoomImg {
    cursor: crosshair; }
  .product-img-box .slider-for .slick-track {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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-img-box .slider-for .thumb {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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-img-box .slider-nav {
  padding: 0 30px;
  margin-top: 25px; }
  .product-img-box .slider-nav.horizontal {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
    .product-img-box .slider-nav.horizontal .item {
      padding: 0 7.5px; }
  .product-img-box .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px; }
    .product-img-box .slider-nav .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .product-img-box .slider-nav .slick-arrow svg {
      width: 12px;
      height: 20px; }
  .product-img-box .slider-nav .slick-next {
    left: auto;
    right: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .product-img-box .slider-nav .slick-next svg {
      padding-right: 0; }
  .product-img-box .slider-nav .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .product-img-box .slider-nav .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .product-img-box .slider-nav .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .product-img-box .slider-nav .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .product-img-box .slider-nav .item a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom: 5px; }
  .product-img-box .slider-nav .item img {
    margin: auto; }
  .product-img-box .slider-nav .item.slick-current a {
    display: block;
    border-bottom-color: #000; }
  .product-img-box .slider-nav .item.slick-current img {
    opacity: .5; }
  .product-img-box .slider-nav:not(.slick-initialized) .item {
    opacity: 0; }
  .product-img-box .slider-nav:after {
    display: block;
    clear: both;
    content: ""; }
.product-img-box .contain-images-pr:after {
  display: block;
  clear: both;
  content: ""; }
.product-img-box .product-label {
  position: absolute;
  top: 15px;
  z-index: 99;
  right: 15px; }

#video_product {
  width: 100%;
  max-width: 900px;
  padding: 50px;
  background: #000; }
  #video_product .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    #video_product .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #video_product .fancybox-close-small:after {
    background: #ef6454;
    color: #fff; }
  #video_product .fancybox-close-small:focus:after {
    outline: none; }

.slick-slide img {
  margin: auto; }

.product-label {
  font-family: Archivo Narrow; }
  .product-label .label {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 5px;
    font-weight: 400;
    min-height: 20px;
    min-width: 41px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px; }
  .product-label .sold-out {
    background-color: none;
    color: #787878;
    font-size: 60px;
    font-weight: bold;
    display: block !important; }
  .product-label .label-sale {
    background-color: #e95144;
    color: white; }
  .product-label .label-new {
    background-color: #178dc9;
    color: white; }

.template-product .breadcrumb {
  padding-bottom: 35px; }
.template-product .has-btn {
  position: relative; }
.template-product .next-prev-product {
  position: absolute;
  top: 5px;
  right: 0; }
  .template-product .next-prev-product .btn-pro {
    display: block; }
    .template-product .next-prev-product .btn-pro button {
      width: 35px;
      height: 35px;
      background: transparent;
      border: 1px solid gray;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      cursor: pointer; }
      .template-product .next-prev-product .btn-pro button svg {
        width: 9px;
        height: 17px;
        padding-right: 2px;
        margin: auto;
        fill: #333333; }
    .template-product .next-prev-product .btn-pro .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
    .template-product .next-prev-product .btn-pro.prev {
      margin-right: 12px; }
  .template-product .next-prev-product .popup-pro {
    position: relative;
    display: inline-block; }
  .template-product .next-prev-product .modal-pro {
    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);
    border: 1px solid #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: -.33em; }
    .template-product .next-prev-product .modal-pro .product-image {
      display: inline-block;
      width: 64px;
      letter-spacing: normal;
      vertical-align: middle; }
    .template-product .next-prev-product .modal-pro .column-right {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: -moz-calc(100% - 64px);
      width: -webkit-calc(100% - 64px);
      width: calc(100% - 64px);
      padding: 15px 15px 20px;
      padding-top: 15px;
      padding-left: 20px; }
    .template-product .next-prev-product .modal-pro .product-name {
      color: #323232;
      margin-bottom: 3px;
      display: block; }
    .template-product .next-prev-product .modal-pro .price-box {
      font-weight: 500; }
      .template-product .next-prev-product .modal-pro .price-box .regular-product {
        color: #323232; }
      .template-product .next-prev-product .modal-pro .price-box .old-price {
        color: #969696;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 10px; }
      .template-product .next-prev-product .modal-pro .price-box .special-price {
        color: #e95144; }
      .template-product .next-prev-product .modal-pro .price-box em {
        color: #969696;
        font-weight: normal;
        padding-right: 3px; }

.product-cms-custom {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid transparent; }
  .product-cms-custom .product-widget-title {
    position: relative; }
    .product-cms-custom .product-widget-title h3 {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 14px;
      color: #333333;
      font-family: Archivo Narrow;
      margin-bottom: 17px;
      font-weight: 700; }
    .product-cms-custom .product-widget-title i {
      color: #333333;
      margin-right: 12px;
      font-size: 25px; }
    .product-cms-custom .product-widget-title .close_cms {
      display: inline-block;
      line-height: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .product-cms-custom .product-widget-title .close_cms svg {
        width: 11px;
        height: 11px; }
  .product-cms-custom .product-widget-content {
    font-family: Archivo Narrow;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333333; }

.panel-group {
  margin-bottom: 60px; }
  .panel-group #shopify-product-reviews {
    margin: 0 !important;
    padding: 0;
    color: #5a5a5a; }
  .panel-group .spr-container {
    border: none;
    padding: 0; }
    .panel-group .spr-container h2.spr-header-title {
      display: none; }
  .panel-group .spr-summary {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .panel-group .spr-summary-actions {
    margin-left: auto;
    line-height: 0px; }
    .panel-group .spr-summary-actions a {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer;
      min-width: 204px;
      text-align: center;
      float: none;
      display: inline-block; }
      .panel-group .spr-summary-actions a:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
  .panel-group .spr-form {
    border-top: 1px solid #e1e1e1;
    margin-top: 25px; }
  .panel-group .spr-form-title {
    color: #065591;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 18px; }
  .panel-group .spr-form-label {
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-bottom: 6px;
    font-size: 12px; }
  .panel-group .spr-form-input textarea {
    max-height: 176px;
    margin-top: 6px; }
  .panel-group .spr-form-actions .spr-button-primary {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    float: none;
    min-width: 184px; }
    .panel-group .spr-form-actions .spr-button-primary:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .panel-group .spr-form-review-rating {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 5px;
    margin-bottom: 16px; }
    .panel-group .spr-form-review-rating &gt; label {
      margin-bottom: 0;
      margin-right: 20px; }
  .panel-group .spr-review:first-child {
    margin-top: 28px; }
  .panel-group .spr-review {
    border-top: 1px solid #e1e1e1; }
  .panel-group .spr-form-review-body {
    margin-bottom: 20px; }
  .panel-group .spr-starrating.spr-summary-starrating {
    margin-right: 17px; }
  .panel-group .spr-summary-caption {
    display: inline-block;
    vertical-align: middle; }
  .panel-group .spr-review-header-title {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: 3px;
    font-weight: 600;
    color: #000; }
  .panel-group .spr-review-header-byline {
    font-style: normal;
    opacity: 0.6;
    color: #000000; }
    .panel-group .spr-review-header-byline strong {
      font-weight: 400; }
  .panel-group .spr-review-content {
    margin-bottom: 13px;
    font-size: 13px;
    color: #787878; }
  .panel-group .spr-review-reportreview {
    float: none;
    color: #5572ad;
    opacity: 0.8;
    font-weight: 600;
    font-size: 11px; }

.template-product .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1; }
  .template-product .nav-tabs &gt; li {
    margin: 0 -1px 0 0; }
    .template-product .nav-tabs &gt; li &gt; a {
      font-size: 18px;
      color: #333333;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 700;
      padding: 15px 23px 10px;
      display: block;
      border: 1px solid #e1e1e1;
      border-width: 1px 1px 0 1px;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      background: #fafafa; }
      .template-product .nav-tabs &gt; li &gt; a &gt; span {
        padding: 0 3px; }
      .template-product .nav-tabs &gt; li &gt; a.active {
        position: relative;
        background: #fff;
        color: #333333; }
        .template-product .nav-tabs &gt; li &gt; a.active:after {
          position: absolute;
          content: "";
          z-index: 1; }
        .template-product .nav-tabs &gt; li &gt; a.active:after {
          left: 0;
          right: 0;
          height: 2px;
          background-color: #fff;
          bottom: -2px; }
    .template-product .nav-tabs &gt; li:first-of-type &gt; a {
      -moz-border-radius: 3px 0 0 0;
      -webkit-border-radius: 3px 0 0 0;
      -ms-border-radius: 3px 0 0 0;
      -o-border-radius: 3px 0 0 0;
      border-radius: 3px 0 0 0; }
    .template-product .nav-tabs &gt; li:last-of-type &gt; a {
      -moz-border-radius: 0 3px 0 0;
      -webkit-border-radius: 0 3px 0 0;
      -ms-border-radius: 0 3px 0 0;
      -o-border-radius: 0 3px 0 0;
      border-radius: 0 3px 0 0; }

.tab-content,
.panel-collapse {
  color: #333333;
  font-size: 16px;
  font-weight: 400; }

.tab-content h5,
.tab-content h4,
.panel-collapse h5,
.panel-collapse h4,
.blog-detail .rte h5,
.blog-detail .rte h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 28px;
  color: #065591; }
.tab-content h5,
.panel-collapse h5,
.blog-detail .rte h5 {
  padding-bottom: 10px; }
.tab-content h4,
.panel-collapse h4,
.blog-detail .rte h4 {
  padding-bottom: 10px; }

#collapse-tab1 p,
.blog-detail .rte p {
  margin-bottom: 20px; }
  #collapse-tab1 p.last,
  .blog-detail .rte p.last {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 8px;
    color: #333333; }
#collapse-tab1 a,
.blog-detail .rte a {
  border-bottom: 1px dotted;
  padding-bottom: 2px; }
#collapse-tab1 ul,
#collapse-tab1 ol,
.blog-detail .rte ul,
.blog-detail .rte ol {
  margin: 0 0 20px;
  padding: 0 0 0 11px;
  list-style: none; }
  #collapse-tab1 ul li,
  #collapse-tab1 ol li,
  .blog-detail .rte ul li,
  .blog-detail .rte ol li {
    line-height: 28px; }
    #collapse-tab1 ul li:before,
    #collapse-tab1 ol li:before,
    .blog-detail .rte ul li:before,
    .blog-detail .rte ol li:before {
      float: left; }
#collapse-tab1 ul li:before,
.blog-detail .rte ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 9px 10px 7px 0; }
#collapse-tab1 ol li,
.blog-detail .rte ol li {
  counter-increment: li; }
  #collapse-tab1 ol li:before,
  .blog-detail .rte ol li:before {
    content: counter(li);
    min-width: 16px; }

#collapse-tab3 p {
  margin-bottom: 20px; }
#collapse-tab3 h4 ~ p {
  margin-bottom: 26px; }

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

.spr-badge-starrating {
  margin-right: 0 !important; }

.spr-starrating.spr-summary-starrating {
  margin-right: 10px; }

.spr-icon {
  padding: 0 2px;
  font-size: 105% !important;
  margin: 0; }
  .spr-icon:first-of-type {
    padding-left: 0; }
  .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-hover {
    color: #fcb813; }
  .spr-icon.spr-icon-star-empty, .spr-icon.spr-icon-star-half-alt {
    color: #eaeaea;
    opacity: 1 !important; }

.spr-form-label + .spr-form-input {
  line-height: 15px; }

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
  font-size: 100% !important; }

.at-resp-share-element .at-share-btn {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 0 !important; }
  .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    fill: black !important;
    width: 20px !important;
    height: 20px !important; }
  .at-resp-share-element .at-share-btn:first-child {
    margin-left: 0 !important; }

.template-product .product {
  margin-bottom: 30px; }

.product-tab #accordion {
  margin-top: 40px; }
  .product-tab #accordion .panel .panel-title {
    margin-bottom: 15px; }
    .product-tab #accordion .panel .panel-title a {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      color: #000;
      font-family: Archivo Narrow;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.56px;
      padding: 14px 24px;
      background: #fafafa;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border-bottom: 1px solid #ebebeb; }
      .product-tab #accordion .panel .panel-title a .icon-dropdown {
        line-height: 20px; }
      .product-tab #accordion .panel .panel-title a i {
        fonts-size: 20px;
        color: #c7c7c7;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
    .product-tab #accordion .panel .panel-title a:not(.collapsed) {
      color: #fff;
      background: #595555;
      border-bottom: 0; }
      .product-tab #accordion .panel .panel-title a:not(.collapsed) .icon-dropdown .fa {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff; }
  .product-tab #accordion .panel .panel-collapse.show .panel-body {
    margin-top: 30px;
    margin-bottom: 30px;
    webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.related-products, .recently-viewed-products {
  position: relative; }
  .related-products .products-grid, .recently-viewed-products .products-grid {
    position: static;
    margin-top: 35px; }
  .related-products .widget_title, .recently-viewed-products .widget_title {
    padding-top: 18px;
    border-top: 2px solid #e1e1e1; }
    .related-products .widget_title h2, .recently-viewed-products .widget_title h2 {
      color: #333333;
      font-family: Archivo Narrow;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin: 0;
      line-height: 35px; }
  .related-products .slick-arrow, .recently-viewed-products .slick-arrow {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 20px;
    left: auto;
    cursor: pointer;
    z-index: 2;
    border: 1px solid gray;
    right: 50px;
    border-radius: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .related-products .slick-arrow svg, .recently-viewed-products .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .related-products .slick-arrow svg, .recently-viewed-products .slick-arrow svg {
      width: 15px;
      height: 15px;
      padding-right: 2px;
      margin: auto; }
    .related-products .slick-arrow.slick-disabled, .recently-viewed-products .slick-arrow.slick-disabled {
      border: 1px solid #d9d9d9; }
      .related-products .slick-arrow.slick-disabled svg, .recently-viewed-products .slick-arrow.slick-disabled svg {
        fill: #c2c2c2; }
  .related-products .slick-next, .recently-viewed-products .slick-next {
    left: auto;
    right: 0; }
    .related-products .slick-next svg, .recently-viewed-products .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .related-products .slick-dots, .recently-viewed-products .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .related-products .slick-dots li, .recently-viewed-products .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .related-products .slick-dots li button, .recently-viewed-products .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .related-products .slick-dots li.slick-active button, .recently-viewed-products .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }

.recently-viewed-products {
  display: none;
  padding-top: 20px; }
  .recently-viewed-products .slick-track {
    min-width: 100%; }
  .recently-viewed-products .slick-arrow {
    top: 40px; }

.template-product .main-content.container {
  padding-bottom: 20px; }
.template-product .slider-brand-wrapper .container {
  margin-top: 0px; }

.cart-title {
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .cart-title h3 {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    margin: 0; }

.cart-title h3 {
  padding: 14px 20px 12px;
  color: #797979;
  text-transform: uppercase; }

.cart-list {
  list-style: none;
  margin: 0 0 25px; }
  .cart-list li {
    padding: 29px 0 35px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0; }
    .cart-list li:after {
      display: block;
      visibility: hidden;
      content: "";
      clear: both; }
  .cart-list .product-img {
    display: block;
    text-align: center;
    float: left;
    width: 35%;
    padding-right: 20px; }
  .cart-list .product-details {
    float: right;
    width: 65%; }
  .cart-list .product-name {
    margin-bottom: 8px;
    color: #191919;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: block; }
  .cart-list .product-vendor,
  .cart-list .size {
    padding-left: 10px;
    color: #717171;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px; }
  .cart-list .price {
    color: #000000;
    font-family: Archivo Narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 9px;
    margin-bottom: 18px;
    letter-spacing: 0; }
    .cart-list .price .compare-price {
      font-size: 10;
      color: #787878;
      text-decoration: line-through;
      display: inline-block;
      font-weight: 600;
      margin-right: 5px; }
  .cart-list .quantity label {
    color: #000000;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; }
  .cart-list .qty-group {
    margin-bottom: 20px; }
    .cart-list .qty-group .button,
    .cart-list .qty-group input[name="updates[]"] {
      height: 40px;
      min-height: 40px; }
    .cart-list .qty-group .button {
      height: 40px;
      min-height: 40px; }
    .cart-list .qty-group input[name="updates[]"] {
      max-width: 80px; }
  .cart-list .group-action .btn, .cart-list .group-action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .cart-list .group-action a, .cart-list .group-action .blog-detail .action-btn a, .blog-detail .action-btn .cart-list .group-action a, .cart-list .group-action .template-article #comments .btn-secondary, .template-article #comments .cart-list .group-action .btn-secondary {
    width: 100%; }
    .cart-list .group-action .btn.remove, .cart-list .group-action .panel-group .spr-summary-actions a.remove, .panel-group .spr-summary-actions .cart-list .group-action a.remove, .cart-list .group-action .blog-detail .action-btn a.remove, .blog-detail .action-btn .cart-list .group-action a.remove, .cart-list .group-action .template-article #comments .remove.btn-secondary, .template-article #comments .cart-list .group-action .remove.btn-secondary {
      background: white;
      color: #eb0029;
      border-color: #eb0029;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
      .cart-list .group-action .btn.remove:hover, .cart-list .group-action .panel-group .spr-summary-actions a.remove:hover, .panel-group .spr-summary-actions .cart-list .group-action a.remove:hover, .cart-list .group-action .blog-detail .action-btn a.remove:hover, .blog-detail .action-btn .cart-list .group-action a.remove:hover, .cart-list .group-action .template-article #comments .remove.btn-secondary:hover, .template-article #comments .cart-list .group-action .remove.btn-secondary:hover {
        background: #eb0029;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
    .cart-list .group-action .btn.update, .cart-list .group-action .panel-group .spr-summary-actions a.update, .panel-group .spr-summary-actions .cart-list .group-action a.update, .cart-list .group-action .blog-detail .action-btn a.update, .blog-detail .action-btn .cart-list .group-action a.update, .cart-list .group-action .template-article #comments .update.btn-secondary, .template-article #comments .cart-list .group-action .update.btn-secondary {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer; }
      .cart-list .group-action .btn.update:hover, .cart-list .group-action .panel-group .spr-summary-actions a.update:hover, .panel-group .spr-summary-actions .cart-list .group-action a.update:hover, .cart-list .group-action .blog-detail .action-btn a.update:hover, .blog-detail .action-btn .cart-list .group-action a.update:hover, .cart-list .group-action .template-article #comments .update.btn-secondary:hover, .template-article #comments .cart-list .group-action .update.btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }

.cart-row .cart-title {
  text-align: center; }
.cart-row .total-price {
  padding: 24px 0 25px;
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000; }
.cart-row .btn[name="checkout"], .cart-row .panel-group .spr-summary-actions a[name="checkout"], .panel-group .spr-summary-actions .cart-row a[name="checkout"], .cart-row .blog-detail .action-btn a[name="checkout"], .blog-detail .action-btn .cart-row a[name="checkout"], .cart-row .template-article #comments [name="checkout"].btn-secondary, .template-article #comments .cart-row [name="checkout"].btn-secondary {
  font-size: 19px;
  width: 100%;
  min-width: 100%;
  padding: 14px 25px 12px;
  margin-bottom: 45px;
  background: #fcb813;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .cart-row .btn[name="checkout"]:hover, .cart-row .panel-group .spr-summary-actions a[name="checkout"]:hover, .panel-group .spr-summary-actions .cart-row a[name="checkout"]:hover, .cart-row .blog-detail .action-btn a[name="checkout"]:hover, .blog-detail .action-btn .cart-row a[name="checkout"]:hover, .cart-row .template-article #comments [name="checkout"].btn-secondary:hover, .template-article #comments .cart-row [name="checkout"].btn-secondary:hover {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.cart-row .add-comments {
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px; }
  .cart-row .add-comments span:first-child {
    display: inline-block;
    background: #679834;
    color: #fff;
    padding: 0px 7px 0 8px;
    margin-right: 8px;
    line-height: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .cart-row .add-comments + textarea {
    min-height: 112px;
    margin-bottom: 20px; }
.cart-row #shipping-calculator {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #cbcbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px 25px 20px; }
  .cart-row #shipping-calculator h3 {
    color: #000000;
    font-family: Archivo Narrow;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 20px;
    background: #fafafa;
    margin: 0px -20px 14px -20px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 4px 4px 0 0; }
  .cart-row #shipping-calculator #get-rates-container {
    margin-top: 20px; }
    .cart-row #shipping-calculator #get-rates-container .btn, .cart-row #shipping-calculator #get-rates-container .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .cart-row #shipping-calculator #get-rates-container a, .cart-row #shipping-calculator #get-rates-container .blog-detail .action-btn a, .blog-detail .action-btn .cart-row #shipping-calculator #get-rates-container a, .cart-row #shipping-calculator #get-rates-container .template-article #comments .btn-secondary, .template-article #comments .cart-row #shipping-calculator #get-rates-container .btn-secondary {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer;
      min-width: 100%; }
      .cart-row #shipping-calculator #get-rates-container .btn:hover, .cart-row #shipping-calculator #get-rates-container .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .cart-row #shipping-calculator #get-rates-container a:hover, .cart-row #shipping-calculator #get-rates-container .blog-detail .action-btn a:hover, .blog-detail .action-btn .cart-row #shipping-calculator #get-rates-container a:hover, .cart-row #shipping-calculator #get-rates-container .template-article #comments .btn-secondary:hover, .template-article #comments .cart-row #shipping-calculator #get-rates-container .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
  .cart-row #shipping-calculator label {
    color: #000000;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px; }
  .cart-row #shipping-calculator .form-group {
    margin-bottom: 15px; }
.cart-row #shipping-rates-feedback {
  margin-top: 20px;
  color: #787878;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px; }
.cart-row #shipping-rates {
  padding-left: 22px;
  margin-top: 10px;
  color: #787878;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px; }

.wrapper-cart .continue {
  background: white;
  color: black;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 224px;
  margin-bottom: 35px; }
  .wrapper-cart .continue:hover {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }

.qty-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 14px; }
  .qty-group .button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #cbcbcb;
    color: #7b7b7b;
    padding: 0;
    min-width: 40px;
    height: 40px;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    position: relative; }
    .qty-group .button:before {
      content: "";
      position: absolute;
      width: 11px;
      height: 3px;
      background-color: #7b7b7b;
      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.des {
      -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;
      border-right: 0; }
    .qty-group .button.inc {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      border-left: 0; }
      .qty-group .button.inc:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 11px;
        background-color: #7b7b7b;
        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 input[name="quantity"],
  .qty-group input[name="updates[]"] {
    width: 80px;
    min-height: 38px;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #2d2d2d;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px; }

#dropdown-cart .product-image {
  width: 84px;
  padding-right: 20px; }
#dropdown-cart .product-details {
  width: -moz-calc(100% - 84px);
  width: -webkit-calc(100% - 84px);
  width: calc(100% - 84px);
  position: relative;
  padding-right: 30px; }
#dropdown-cart .btn-remove {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ee3520;
  position: absolute;
  right: 0;
  top: 5px; }
  #dropdown-cart .btn-remove svg {
    width: 11px;
    height: 11px;
    fill: #e95144; }
#dropdown-cart .product-name a {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 12px;
  display: block;
  color: #191919; }
  #dropdown-cart .product-name a:hover {
    color: black; }
#dropdown-cart .price {
  font-size: 17px;
  font-weight: 600;
  color: black;
  letter-spacing: normal; }
#dropdown-cart .qtt {
  color: #787878;
  padding-right: 2px;
  font-weight: 500;
  letter-spacing: normal; }
#dropdown-cart .label {
  color: #797979;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 600; }
#dropdown-cart .total {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  padding: 0 0 18px; }
  #dropdown-cart .total .price {
    font-size: 20px; }
#dropdown-cart .summary {
  border-top: 1px solid #fafafa;
  margin: 0 -20px -16px;
  padding: 20px;
  background: #fafafa;
  border-radius: 0 0 4px 4px; }
#dropdown-cart .actions {
  margin-bottom: 8px; }
  #dropdown-cart .actions .text-cart {
    color: #787878;
    font-family: Archivo Narrow;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 15px; }
#dropdown-cart .btn, #dropdown-cart .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #dropdown-cart a, #dropdown-cart .blog-detail .action-btn a, .blog-detail .action-btn #dropdown-cart a, #dropdown-cart .template-article #comments .btn-secondary, .template-article #comments #dropdown-cart .btn-secondary {
  padding: 13px 23px 11px;
  min-width: 100%;
  font-size: 15px;
  background: #fcb813;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  #dropdown-cart .btn:hover, #dropdown-cart .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #dropdown-cart a:hover, #dropdown-cart .blog-detail .action-btn a:hover, .blog-detail .action-btn #dropdown-cart a:hover, #dropdown-cart .template-article #comments .btn-secondary:hover, .template-article #comments #dropdown-cart .btn-secondary:hover {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
#dropdown-cart .no-items {
  padding: 10px 0;
  text-align: center; }
  #dropdown-cart .no-items .cart_empty {
    margin-bottom: 20px; }

.wrapper-top-cart .dropdown-border {
  right: -7px;
  width: 390px; }
.wrapper-top-cart .mini-products-list {
  list-style: none;
  max-height: 350px;
  overflow-y: auto;
  margin: 0 -9px 0 0;
  padding: 2px 0 5px; }
  .wrapper-top-cart .mini-products-list li,
  .wrapper-top-cart .mini-products-list .btn-remove {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .wrapper-top-cart .mini-products-list li {
    margin-bottom: 30px; }
.wrapper-top-cart .mini-products-list::-webkit-scrollbar-track {
  background-color: #f2f2f2; }
.wrapper-top-cart .mini-products-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f2f2f2; }
.wrapper-top-cart .mini-products-list::-webkit-scrollbar-thumb {
  background-color: #eee; }

.template-cart .breadcrumb {
  padding: 20px 0 20px; }

.close-notifi,
.close-modal,
.close-window,
.content-size-char .close {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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;
  width: 30px;
  height: 30px;
  background: black;
  color: white;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .close-notifi:hover, .close-notifi:focus,
  .close-modal:hover,
  .close-modal:focus,
  .close-window:hover,
  .close-window:focus,
  .content-size-char .close:hover,
  .content-size-char .close:focus {
    background: #065591;
    color: white; }
    .close-notifi:hover svg, .close-notifi:focus svg,
    .close-modal:hover svg,
    .close-modal:focus svg,
    .close-window:hover svg,
    .close-window:focus svg,
    .content-size-char .close:hover svg,
    .content-size-char .close:focus svg {
      fill: white; }
  .close-notifi svg,
  .close-modal svg,
  .close-window svg,
  .content-size-char .close svg {
    width: 13px;
    height: 13px;
    fill: white; }

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

.ajax-success-modal {
  max-width: 470px;
  top: 130px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  right: 9.5%;
  left: auto;
  bottom: inherit;
  margin-top: 3px;
  overflow: visible; }
  .ajax-success-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ajax-success-modal .content {
    padding: 26px 30px 34px;
    position: relative;
    z-index: 10; }
    .ajax-success-modal .content:after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both; }
  .ajax-success-modal .ajax-left {
    width: 72px;
    margin-right: 30px;
    float: left; }
  .ajax-success-modal .ajax-right {
    float: right;
    width: -moz-calc(100% - 102px);
    width: -webkit-calc(100% - 102px);
    width: calc(100% - 102px);
    margin-top: 10px; }
  .ajax-success-modal .success-message {
    color: #a3a3a3;
    font-weight: 300; }
  .ajax-success-modal .ajax-product-title {
    color: #000000;
    font-weight: 500; }
  .ajax-success-modal .ajax-product-title,
  .ajax-success-modal .success-message {
    display: inline;
    font-size: 13px;
    line-height: 20px;
    font-family: Archivo Narrow; }
  .ajax-success-modal .actions {
    padding-top: 20px;
    clear: both; }
    .ajax-success-modal .actions .continue-shopping {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer; }
      .ajax-success-modal .actions .continue-shopping:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
    .ajax-success-modal .actions .btn-go-to-cart {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0);
      cursor: pointer; }
      .ajax-success-modal .actions .btn-go-to-cart:hover {
        background: white;
        color: black;
        border-color: black;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
    .ajax-success-modal .actions .btn, .ajax-success-modal .actions .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .ajax-success-modal .actions a, .ajax-success-modal .actions .blog-detail .action-btn a, .blog-detail .action-btn .ajax-success-modal .actions a, .ajax-success-modal .actions .template-article #comments .btn-secondary, .template-article #comments .ajax-success-modal .actions .btn-secondary {
      padding: 7px 25px 7px;
      font-size: 12px; }

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

#email-modal,
.quick-view {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  max-height: 100%;
  overflow-y: auto; }

.quick-view {
  max-width: 100%; }

.wishlist-page .page-header {
  margin-bottom: 0; }
.wishlist-page .wishlist-header {
  background: #fafafa;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb; }
  .wishlist-page .wishlist-header .item {
    color: #797979;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
.wishlist-page .wishlist-content .grid-item {
  margin: 10px 0;
  padding: 25px 0; }
  .wishlist-page .wishlist-content .grid-item .row2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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; }
  .wishlist-page .wishlist-content .grid-item .product-image {
    padding-left: 10px; }
    .wishlist-page .wishlist-content .grid-item .product-image img {
      max-width: 96px;
      object-fit: contain; }
  .wishlist-page .wishlist-content .grid-item .product-title {
    color: black;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px; }
    .wishlist-page .wishlist-content .grid-item .product-title:hover {
      color: black; }
  .wishlist-page .wishlist-content .grid-item .price-box {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .wishlist-page .wishlist-content .grid-item .wishlist-action {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0px; }
    .wishlist-page .wishlist-content .grid-item .wishlist-action .btn, .wishlist-page .wishlist-content .grid-item .wishlist-action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wishlist-page .wishlist-content .grid-item .wishlist-action a, .wishlist-page .wishlist-content .grid-item .wishlist-action .blog-detail .action-btn a, .blog-detail .action-btn .wishlist-page .wishlist-content .grid-item .wishlist-action a, .wishlist-page .wishlist-content .grid-item .wishlist-action .template-article #comments .btn-secondary, .template-article #comments .wishlist-page .wishlist-content .grid-item .wishlist-action .btn-secondary {
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer;
      display: block;
      margin: auto;
      min-width: 184px;
      max-width: 184px; }
      .wishlist-page .wishlist-content .grid-item .wishlist-action .btn:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .wishlist-page .wishlist-content .grid-item .wishlist-action a:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .blog-detail .action-btn a:hover, .blog-detail .action-btn .wishlist-page .wishlist-content .grid-item .wishlist-action a:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .template-article #comments .btn-secondary:hover, .template-article #comments .wishlist-page .wishlist-content .grid-item .wishlist-action .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
  .wishlist-page .wishlist-content .grid-item .btn-remove {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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; }
    .wishlist-page .wishlist-content .grid-item .btn-remove a {
      border: 1px solid rgba(0, 0, 0, 0);
      display: flex;
      display: -ms-flexbox;
      display: -webkit-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;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      width: 40px;
      height: 40px;
      fill: #eb0029;
      background: white;
      color: #eb0029;
      border-color: #eb0029;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
      .wishlist-page .wishlist-content .grid-item .btn-remove a:hover {
        background: #eb0029;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
      .wishlist-page .wishlist-content .grid-item .btn-remove a:hover {
        fill: white; }
    .wishlist-page .wishlist-content .grid-item .btn-remove .closemnu {
      width: 15px;
      height: 15px; }
      .wishlist-page .wishlist-content .grid-item .btn-remove .closemnu:hover {
        fill: white; }
  .wishlist-page .wishlist-content .grid-item + .grid-item {
    border-top: 1px dotted #e1e1e1; }
.wishlist-page .wishlist-footer {
  padding-top: 13px;
  border-top: 1px dotted #e1e1e1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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; }
  .wishlist-page .wishlist-footer .share {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px; }
    .wishlist-page .wishlist-footer .share .fa {
      margin-right: 5px;
      color: #000;
      font-size: 15px; }
  .wishlist-page .wishlist-footer #pagin {
    padding: 0;
    list-style: none;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0; }
    .wishlist-page .wishlist-footer #pagin li {
      display: inline-block;
      margin: 0 0 0 30px; }
      .wishlist-page .wishlist-footer #pagin li a {
        color: #333333;
        font-size: 13px;
        font-weight: 500;
        line-height: 35px;
        cursor: pointer; }
        .wishlist-page .wishlist-footer #pagin li a:hover, .wishlist-page .wishlist-footer #pagin li a.current {
          border-bottom: 1px dotted;
          color: #5572ad; }

.lookbook .lookbook_page {
  padding-top: 10px; }
  .lookbook .lookbook_page .slick-arrow {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    left: -64px;
    cursor: pointer;
    z-index: 2;
    border-radius: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .lookbook .lookbook_page .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #333333; }
    .lookbook .lookbook_page .slick-arrow svg {
      width: 17px;
      height: 29px;
      padding-right: 2px;
      margin: auto; }
  .lookbook .lookbook_page .slick-next {
    left: auto;
    right: -64px; }
    .lookbook .lookbook_page .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .lookbook .lookbook_page .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .lookbook .lookbook_page .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .lookbook .lookbook_page .slick-dots li button {
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #b2b2b2;
        border: 1px solid #b2b2b2;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .lookbook .lookbook_page .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0); }
  .lookbook .lookbook_page .single-item:not(.slick-slider) .item + .item {
    display: none; }
  .lookbook .lookbook_page .single-item.slick-slider:hover .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }
  .lookbook .lookbook_page .lookbook-content .slide-heading {
    margin: 0px;
    font-family: Archivo Narrow;
    font-weight: 600; }
  .lookbook .lookbook_page .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.lookbook .share_toolbox {
  text-align: right;
  padding: 20px 0 15px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1; }
  .lookbook .share_toolbox ul {
    margin: 0; }
.lookbook .bottom {
  text-align: center;
  padding-top: 25px;
  padiing-bottom: 10px; }
  .lookbook .bottom .btn, .lookbook .bottom .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .lookbook .bottom a, .lookbook .bottom .blog-detail .action-btn a, .blog-detail .action-btn .lookbook .bottom a, .lookbook .bottom .template-article #comments .btn-secondary, .template-article #comments .lookbook .bottom .btn-secondary {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 204px; }
    .lookbook .bottom .btn:hover, .lookbook .bottom .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .lookbook .bottom a:hover, .lookbook .bottom .blog-detail .action-btn a:hover, .blog-detail .action-btn .lookbook .bottom a:hover, .lookbook .bottom .template-article #comments .btn-secondary:hover, .template-article #comments .lookbook .bottom .btn-secondary:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.lookbook .lazy-images-contain {
  text-align: center;
  position: relative; }

.contactus-page .breadcrumb {
  padding: 20px 0 20px; }
.contactus-page .contact-cnt {
  padding-bottom: 70px; }
  .contactus-page .contact-cnt .des {
    color: #787878;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px; }
  .contactus-page .contact-cnt .row-bt {
    padding-top: 6px; }
  .contactus-page .contact-cnt .form-group {
    margin-bottom: 21px; }
    .contactus-page .contact-cnt .form-group label {
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 9px; }
.contactus-page #contactFormWrapper input[type="text"],
.contactus-page #contactFormWrapper input[type="password"],
.contactus-page #contactFormWrapper input[type="email"],
.contactus-page #contactFormWrapper input[type="tel"] {
  width: 370px; }
.contactus-page #contactFormWrapper textarea {
  max-width: 536px; }
.contactus-page .btn, .contactus-page .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .contactus-page a, .contactus-page .blog-detail .action-btn a, .blog-detail .action-btn .contactus-page a, .contactus-page .template-article #comments .btn-secondary, .template-article #comments .contactus-page .btn-secondary {
  background: #2a7ee1;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 194px; }
  .contactus-page .btn:hover, .contactus-page .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .contactus-page a:hover, .contactus-page .blog-detail .action-btn a:hover, .blog-detail .action-btn .contactus-page a:hover, .contactus-page .template-article #comments .btn-secondary:hover, .template-article #comments .contactus-page .btn-secondary:hover {
    background: white;
    color: black;
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.contactus-page .contact-right h4 {
  color: #000000;
  font-family: Archivo Narrow;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em; }
.contactus-page .contact-right .location {
  color: #787878;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
  .contactus-page .contact-right .location a {
    color: #5572ad; }
.contactus-page .contact-right .open-hours {
  padding-top: 26px;
  margin-top: 26px; }
  .contactus-page .contact-right .open-hours strong {
    font-weight: 600; }

.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 {
      height: 65px;
      line-height: 65px;
      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);
      font-size: 20px; }
    .brands-page .logo-brands .slick-arrow {
      width: 55px;
      height: 55px;
      background: transparent;
      border: 1px solid transparent;
      outline: none !important;
      position: absolute;
      top: 50%;
      left: -3%;
      cursor: pointer;
      z-index: 2;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .brands-page .logo-brands .slick-arrow svg {
        display: flex;
        align-items: center;
        justify-content: center;
        fill: #333333; }
      .brands-page .logo-brands .slick-arrow svg {
        width: 25px;
        height: 25px;
        padding-right: 2px;
        margin: auto; }
    .brands-page .logo-brands .slick-next {
      left: auto;
      right: -3%; }
      .brands-page .logo-brands .slick-next svg {
        padding-left: 2px;
        padding-right: 0; }
    .brands-page .logo-brands .slick-dots {
      padding: 0;
      margin-top: 7px;
      text-align: center;
      margin-bottom: 18px; }
      .brands-page .logo-brands .slick-dots li {
        list-style: none;
        margin: 5px 6px;
        display: inline-block; }
        .brands-page .logo-brands .slick-dots li button {
          width: 8px;
          height: 8px;
          font-size: 0;
          background: #b2b2b2;
          border: 1px solid #b2b2b2;
          border-radius: 100%;
          line-height: normal;
          padding: 0;
          outline: none;
          cursor: pointer; }
        .brands-page .logo-brands .slick-dots li.slick-active button {
          background: rgba(0, 0, 0, 0); }
    .brands-page .logo-brands .slide-logo:not(.slick-slider) {
      height: 65px; }
      .brands-page .logo-brands .slide-logo:not(.slick-slider) .item {
        opacity: 0; }
  .brands-page .brands-list .brand {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .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; }
  .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;
    margin-bottom: 20px;
    letter-spacing: -.33em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: 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: 43.8px;
        height: 43.8px;
        text-align: center;
        border: 1px solid #dcdcdc;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #B3B3B3;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-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; }
        .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; }

#faqs {
  margin-bottom: 70px;
  color: #646464; }
  #faqs .panel-group {
    margin-bottom: 50px; }
  #faqs .des_faqs {
    margin-bottom: 30px;
    line-height: 28px; }
  #faqs .panel-title &gt; a,
  #faqs .panel-group .panel-body {
    position: relative;
    min-height: 40px; }
    #faqs .panel-title &gt; a:before,
    #faqs .panel-group .panel-body:before {
      font-size: 15px;
      padding: 3px 7px 3px 7px;
      line-height: 12px;
      font-weight: normal;
      letter-spacing: normal;
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 12px;
      width: 63px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      letter-spacing: -.001em;
      text-align: center;
      min-height: 17px; }
  #faqs .panel-title {
    margin-bottom: 15px;
    font-weight: 400; }
    #faqs .panel-title p {
      margin-bottom: 0; }
    #faqs .panel-title &gt; a {
      display: block;
      position: relative;
      padding: 10px 65px 9px 94px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      line-height: 24px; }
      #faqs .panel-title &gt; a:after {
        content: "show";
        font-size: 16px;
        text-transform: capitalize;
        color: #999;
        position: absolute;
        right: 20px;
        font-weight: 400;
        top: 11px; }
      #faqs .panel-title &gt; a:not(.collapsed) {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
        #faqs .panel-title &gt; a:not(.collapsed):after {
          content: "hide"; }
  #faqs .panel-group .panel-body {
    padding: 14px 15px 11px 94px;
    margin-bottom: 30px; }
    #faqs .panel-group .panel-body p:not(:last-of-type) {
      margin-bottom: 8px; }
    #faqs .panel-group .panel-body:before {
      top: 15px; }
    #faqs .panel-group .panel-body a {
      display: inline-block;
      word-break: break-all; }
  #faqs .contact-link {
    text-align: center; }
    #faqs .contact-link .text {
      font-size: 16px;
      display: block;
      margin-bottom: 20px; }
    #faqs .contact-link .btn, #faqs .contact-link .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #faqs .contact-link a, #faqs .contact-link .blog-detail .action-btn a, .blog-detail .action-btn #faqs .contact-link a, #faqs .contact-link .template-article #comments .btn-secondary, .template-article #comments #faqs .contact-link .btn-secondary {
      width: 100%;
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer;
      max-width: 204px; }
      #faqs .contact-link .btn:hover, #faqs .contact-link .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #faqs .contact-link a:hover, #faqs .contact-link .blog-detail .action-btn a:hover, .blog-detail .action-btn #faqs .contact-link a:hover, #faqs .contact-link .template-article #comments .btn-secondary:hover, .template-article #comments #faqs .contact-link .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }

.create-an-account .page-header,
.login-page .page-header {
  margin-bottom: 30px; }
  .create-an-account .page-header h2,
  .login-page .page-header h2 {
    margin-bottom: 0px;
    padding-bottom: 17px;
    border-bottom: 1px dotted #e1e1e1; }
.create-an-account .form-group,
.login-page .form-group {
  margin-bottom: 21px; }
  .create-an-account .form-group label,
  .login-page .form-group label {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 9px; }
.create-an-account .action-btn .btn, .create-an-account .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .create-an-account .action-btn a, .create-an-account .blog-detail .action-btn a, .blog-detail .create-an-account .action-btn a, .create-an-account .action-btn .template-article #comments .btn-secondary, .template-article #comments .create-an-account .action-btn .btn-secondary,
.login-page .action-btn .btn,
.login-page .action-btn .panel-group .spr-summary-actions a,
.panel-group .spr-summary-actions .login-page .action-btn a,
.login-page .blog-detail .action-btn a,
.blog-detail .login-page .action-btn a,
.login-page .action-btn .template-article #comments .btn-secondary,
.template-article #comments .login-page .action-btn .btn-secondary {
  background: white;
  color: black;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 124px; }
  .create-an-account .action-btn .btn:hover, .create-an-account .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .create-an-account .action-btn a:hover, .create-an-account .blog-detail .action-btn a:hover, .blog-detail .create-an-account .action-btn a:hover, .create-an-account .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .create-an-account .action-btn .btn-secondary:hover,
  .login-page .action-btn .btn:hover,
  .login-page .action-btn .panel-group .spr-summary-actions a:hover,
  .panel-group .spr-summary-actions .login-page .action-btn a:hover,
  .login-page .blog-detail .action-btn a:hover,
  .blog-detail .login-page .action-btn a:hover,
  .login-page .action-btn .template-article #comments .btn-secondary:hover,
  .template-article #comments .login-page .action-btn .btn-secondary:hover {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }
.create-an-account .action-btn .last,
.login-page .action-btn .last {
  color: #787878;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 22px; }
  .create-an-account .action-btn .last a:last-child,
  .login-page .action-btn .last a:last-child {
    color: #5572ad;
    border-bottom: 1px dotted; }
    .create-an-account .action-btn .last a:last-child:hover,
    .login-page .action-btn .last a:last-child:hover {
      color: #5572ad;
      border-bottom: 0; }
  .create-an-account .action-btn .last a:hover,
  .login-page .action-btn .last a:hover {
    color: #787878; }

.template-customers-login .main-content.container {
  padding-bottom: 0px; }
.template-customers-login .slider-brand-wrapper .container {
  margin-top: 0px; }

.create-an-account .title {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.create-an-account #create_customer {
  margin-top: 20px; }
.create-an-account .action-btn .btn, .create-an-account .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .create-an-account .action-btn a, .create-an-account .blog-detail .action-btn a, .blog-detail .create-an-account .action-btn a, .create-an-account .action-btn .template-article #comments .btn-secondary, .template-article #comments .create-an-account .action-btn .btn-secondary {
  background: #2a7ee1;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 224px; }
  .create-an-account .action-btn .btn:hover, .create-an-account .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .create-an-account .action-btn a:hover, .create-an-account .blog-detail .action-btn a:hover, .blog-detail .create-an-account .action-btn a:hover, .create-an-account .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .create-an-account .action-btn .btn-secondary:hover {
    background: white;
    color: black;
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }

.template-customers-addresses .page-header,
.template-customers-account .page-header {
  padding-top: 23px; }
.template-customers-addresses .grid h4.title,
.template-customers-account .grid h4.title {
  color: #797979;
  font-family: Archivo Narrow;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 11px 20px;
  line-height: 20px;
  background: #fafafa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #ebebeb; }
.template-customers-addresses .grid .note,
.template-customers-account .grid .note {
  color: #787878;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 34px; }
.template-customers-addresses .grid .grid-item .acc-name,
.template-customers-account .grid .grid-item .acc-name {
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #5572ad;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .04em;
  font-weight: 500;
  padding-left: 20px; }
.template-customers-addresses .grid .grid-item .addr,
.template-customers-account .grid .grid-item .addr {
  padding-left: 20px;
  line-height: 24px;
  margin-bottom: 27px;
  color: #787878;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
  .template-customers-addresses .grid .grid-item .addr .cus-addr,
  .template-customers-account .grid .grid-item .addr .cus-addr {
    display: block; }
  .template-customers-addresses .grid .grid-item .addr .addr-zip,
  .template-customers-account .grid .grid-item .addr .addr-zip {
    margin-top: 24px; }
.template-customers-addresses .grid .grid-item .action-btn .btn, .template-customers-addresses .grid .grid-item .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .grid .grid-item .action-btn a, .template-customers-addresses .grid .grid-item .blog-detail .action-btn a, .blog-detail .template-customers-addresses .grid .grid-item .action-btn a, .template-customers-addresses .grid .grid-item .action-btn .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .grid .grid-item .action-btn .btn-secondary,
.template-customers-account .grid .grid-item .action-btn .btn,
.template-customers-account .grid .grid-item .action-btn .panel-group .spr-summary-actions a,
.panel-group .spr-summary-actions .template-customers-account .grid .grid-item .action-btn a,
.template-customers-account .grid .grid-item .blog-detail .action-btn a,
.blog-detail .template-customers-account .grid .grid-item .action-btn a,
.template-customers-account .grid .grid-item .action-btn .template-article #comments .btn-secondary,
.template-article #comments .template-customers-account .grid .grid-item .action-btn .btn-secondary {
  background: #2a7ee1;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: 224px; }
  .template-customers-addresses .grid .grid-item .action-btn .btn:hover, .template-customers-addresses .grid .grid-item .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .template-customers-addresses .grid .grid-item .action-btn a:hover, .template-customers-addresses .grid .grid-item .blog-detail .action-btn a:hover, .blog-detail .template-customers-addresses .grid .grid-item .action-btn a:hover, .template-customers-addresses .grid .grid-item .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .template-customers-addresses .grid .grid-item .action-btn .btn-secondary:hover,
  .template-customers-account .grid .grid-item .action-btn .btn:hover,
  .template-customers-account .grid .grid-item .action-btn .panel-group .spr-summary-actions a:hover,
  .panel-group .spr-summary-actions .template-customers-account .grid .grid-item .action-btn a:hover,
  .template-customers-account .grid .grid-item .blog-detail .action-btn a:hover,
  .blog-detail .template-customers-account .grid .grid-item .action-btn a:hover,
  .template-customers-account .grid .grid-item .action-btn .template-article #comments .btn-secondary:hover,
  .template-article #comments .template-customers-account .grid .grid-item .action-btn .btn-secondary:hover {
    background: white;
    color: black;
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }

.template-customers-addresses .large--right {
  padding-top: 5px; }
  .template-customers-addresses .large--right .btn, .template-customers-addresses .large--right .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .large--right a, .template-customers-addresses .large--right .blog-detail .action-btn a, .blog-detail .action-btn .template-customers-addresses .large--right a, .template-customers-addresses .large--right .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .large--right .btn-secondary {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 224px;
    font-weight: 600; }
    .template-customers-addresses .large--right .btn:hover, .template-customers-addresses .large--right .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .template-customers-addresses .large--right a:hover, .template-customers-addresses .large--right .blog-detail .action-btn a:hover, .blog-detail .action-btn .template-customers-addresses .large--right a:hover, .template-customers-addresses .large--right .template-article #comments .btn-secondary:hover, .template-article #comments .template-customers-addresses .large--right .btn-secondary:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.template-customers-addresses .large--text-right a {
  color: #5572ad;
  font-family: Archivo Narrow;
  font-size: 13px;
  font-weight: 500;
  margin: 14px 0px 39px;
  display: inline-block;
  border-bottom: 1px dotted #5572ad; }
  .template-customers-addresses .large--text-right a:hover {
    border-bottom: 1px dotted transparent; }
.template-customers-addresses .action-btn a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 25px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  min-width: 130px;
  -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;
  min-width: 94px;
  background: white;
  color: black;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  cursor: pointer; }
  .template-customers-addresses .action-btn a:hover {
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0); }
  .template-customers-addresses .action-btn a + a {
    background: white;
    color: #eb0029;
    border-color: #eb0029;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    min-width: 114px;
    margin-left: 16px; }
    .template-customers-addresses .action-btn a + a:hover {
      background: #eb0029;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }

.template-customers-addresses .grid .grid-item .add-edit-addr .action-btn .btn, .template-customers-addresses .grid .grid-item .add-edit-addr .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .grid .grid-item .add-edit-addr .action-btn a, .template-customers-addresses .grid .grid-item .add-edit-addr .blog-detail .action-btn a, .blog-detail .template-customers-addresses .grid .grid-item .add-edit-addr .action-btn a, .template-customers-addresses .grid .grid-item .add-edit-addr .action-btn .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .grid .grid-item .add-edit-addr .action-btn .btn-secondary {
  margin: 0 12px 5px 0; }

.sidebar-blog .widget-recent-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  .sidebar-blog .widget-recent-articles ul li.article {
    margin-bottom: 0px;
    padding: 23px 0 12px; }
    .sidebar-blog .widget-recent-articles ul li.article h4 {
      margin-bottom: 0px;
      font-family: Archivo Narrow;
      font-size: 12px;
      font-weight: 500;
      line-height: 24px; }
      .sidebar-blog .widget-recent-articles ul li.article h4 a {
        color: #065591;
        font-weight: 500;
        font-size: 12px; }
        .sidebar-blog .widget-recent-articles ul li.article h4 a:hover {
          color: #2a7ee1; }
      .sidebar-blog .widget-recent-articles ul li.article h4 em {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        color: #2a7ee1;
        display: block;
        font-style: normal;
        margin-top: 4px; }
    .sidebar-blog .widget-recent-articles ul li.article + li {
      border-top: 1px solid #e1e1e1; }
.sidebar-blog .blogs-tags .widget-content {
  letter-spacing: -.33em;
  margin-bottom: 40px;
  margin-top: 25px; }
  .sidebar-blog .blogs-tags .widget-content a {
    color: #ffffff;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: #bababa;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    margin: 0 5px 5px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: normal; }
    .sidebar-blog .blogs-tags .widget-content a:hover {
      background-color: #3c3c3c; }

.blog-page .blog-list {
  list-style: none; }
  .blog-page .blog-list li {
    margin-bottom: 35px; }
    .blog-page .blog-list li + li {
      border-top: 1px dotted #e1e1e1;
      padding-top: 30px; }
.blog-page .blog-grid {
  list-style: none; }
  .blog-page .blog-grid li {
    margin-bottom: 35px; }
.blog-page .article-details .article-img {
  margin-bottom: 30px; }
  .blog-page .article-details .article-img a {
    display: block; }
.blog-page .article-excerpt .des {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.blog-page .article-excerpt .button {
  margin-top: 22px; }
  .blog-page .article-excerpt .button .btn, .blog-page .article-excerpt .button .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .blog-page .article-excerpt .button a, .blog-page .article-excerpt .button .blog-detail .action-btn a, .blog-detail .action-btn .blog-page .article-excerpt .button a, .blog-page .article-excerpt .button .template-article #comments .btn-secondary, .template-article #comments .blog-page .article-excerpt .button .btn-secondary {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 145px; }
    .blog-page .article-excerpt .button .btn:hover, .blog-page .article-excerpt .button .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .blog-page .article-excerpt .button a:hover, .blog-page .article-excerpt .button .blog-detail .action-btn a:hover, .blog-detail .action-btn .blog-page .article-excerpt .button a:hover, .blog-page .article-excerpt .button .template-article #comments .btn-secondary:hover, .template-article #comments .blog-page .article-excerpt .button .btn-secondary:hover {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0); }

.blog-detail .rte {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px dotted #e1e1e1;
  padding-bottom: 7px; }
  .blog-detail .rte p img {
    margin-bottom: 8px; }
.blog-detail .user-tags {
  list-style: none;
  padding-top: 25px;
  margin-bottom: 17px; }
  .blog-detail .user-tags li {
    margin: 0px; }
  .blog-detail .user-tags a {
    color: #ffffff;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: #bababa;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    margin: 0 5px 5px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .blog-detail .user-tags a:hover {
      background-color: #3c3c3c; }
.blog-detail .action-btn {
  padding-top: 10px;
  padding-bottom: 45px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-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; }
  .blog-detail .action-btn a {
    background: white;
    color: black;
    border-color: #a0a0a0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    min-width: 145px;
    text-align: center; }
    .blog-detail .action-btn a:hover {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0); }

.blog-detail .article-title,
.blog-page .article-title {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: -3px;
  margin-bottom: 7px; }
  .blog-detail .article-title a,
  .blog-page .article-title a {
    color: #333333; }
.blog-detail .blog_author,
.blog-page .blog_author {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400; }

.template-article .page-header h2,
.template-blog .page-header h2 {
  margin-bottom: 29px; }

.template-article .title-comment, .template-article #comments #add-comment-title {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  padding-top: 27px; }
.template-article #comments input[type="text"],
.template-article #comments input[type="email"] {
  max-width: 370px; }
.template-article #comments textarea {
  max-width: 570px;
  min-height: 180px; }
.template-article #comments .form-group:not(.message) {
  margin-bottom: 18px; }
.template-article #comments .note {
  margin-bottom: 20px;
  color: #797979;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; }
.template-article #comments .btn-secondary {
  min-width: 195px;
  background: #2a7ee1;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  .template-article #comments .btn-secondary:hover {
    background: white;
    color: black;
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
.template-article #comments ul {
  list-style: none;
  padding: 0;
  margin-bottom: 17px; }
  .template-article #comments ul li {
    padding-left: 116px;
    background: url(i-comment.png) no-repeat 0px 35px;
    padding-bottom: 30px;
    padding-top: 35px;
    margin: 0;
    min-height: 110px; }
    .template-article #comments ul li + li {
      border-top: 1px dotted #e1e1e1; }
.template-article #comments form {
  border-top: 2px solid #e1e1e1; }
.template-article #comments .comment-content {
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.template-article #comments .comment-head {
  margin-bottom: 8px;
  margin-top: -5px;
  color: #848484;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; }

.size-chart-open-popup {
  font-weight: 500;
  padding-left: 38px;
  cursor: pointer;
  text-decoration: none !important;
  background-image: url(icon_sizechar.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 13px;
  color: black !important;
  margin-left: 30px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px; }
  .size-chart-open-popup span {
    border-bottom: 1px dotted transparent; }
  .size-chart-open-popup:hover {
    color: #2a7ee1; }
    .size-chart-open-popup:hover span {
      border-bottom: 1px dotted #000; }

#myModal_sizechar .close {
  padding: 0px;
  margin: 0px; }
#myModal_sizechar .modal-content {
  border: none; }
#myModal_sizechar .modal-header {
  padding: 0px;
  border: 0px; }
#myModal_sizechar .modal-body {
  padding: 40px 30px 30px;
  color: #333333;
  font-family: Archivo Narrow;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
  #myModal_sizechar .modal-body h4 {
    color: #5572ad;
    font-family: Archivo Narrow;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #myModal_sizechar .modal-body p {
    padding-bottom: 13px; }
    #myModal_sizechar .modal-body p strong {
      color: #252525;
      font-weight: 600; }
  #myModal_sizechar .modal-body .modal-img {
    text-align: center;
    margin: 0 auto; }
    #myModal_sizechar .modal-body .modal-img img {
      margin-bottom: 20px; }

.wishlist-btn.btn-active .fa {
  color: #f26b5b !important; }
.wishlist-btn:not('.btn-active'):hover .fa {
  color: #323232 !important; }

#back-top {
  top: initial !important;
  position: fixed;
  z-index: 1000;
  bottom: 40%;
  right: 4%; }
  #back-top a {
    width: 52px;
    height: 52px;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    background: #bbbbbb;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    cursor: pointer; }
    #back-top a .fa {
      font-weight: 700;
      margin-top: -4px; }
    #back-top a:hover, #back-top a:focus {
      background: #000; }

#email-modal {
  z-index: 1041; }
  #email-modal .modal-overlay {
    background: rgba(31, 31, 31, 0.6);
    height: 100%;
    width: 100%;
    position: fixed; }
  #email-modal .modal-window {
    min-height: 360px;
    margin: 0 auto;
    position: relative;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 835px;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #email-modal .placeholder-svg {
    height: 360px; }
  #email-modal .window-content {
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #email-modal .window-content:after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both; }
    #email-modal .window-content .right {
      float: right;
      text-align: right;
      width: 320px; }
      #email-modal .window-content .right img {
        margin-left: auto; }
    #email-modal .window-content .left {
      float: left;
      width: -moz-calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      padding: 44px 50px 15px;
      height: 100%;
      overflow: auto;
      text-align: center; }
    #email-modal .window-content .title {
      color: #000000;
      font-family: Archivo Narrow;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 13px; }
    #email-modal .window-content .message {
      margin-bottom: 13px; }
    #email-modal .window-content .message,
    #email-modal .window-content .sub-title {
      color: #5a5a5a;
      font-family: Archivo Narrow;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px; }
  #email-modal .social-icons {
    text-align: center; }
    #email-modal .social-icons a {
      color: #000; }
  #email-modal #mc_embed_signup {
    margin-top: 18px;
    margin-bottom: 31px; }
    #email-modal #mc_embed_signup .input-group-field,
    #email-modal #mc_embed_signup .btn,
    #email-modal #mc_embed_signup .panel-group .spr-summary-actions a,
    .panel-group .spr-summary-actions #email-modal #mc_embed_signup a,
    #email-modal #mc_embed_signup .blog-detail .action-btn a,
    .blog-detail .action-btn #email-modal #mc_embed_signup a,
    #email-modal #mc_embed_signup .template-article #comments .btn-secondary,
    .template-article #comments #email-modal #mc_embed_signup .btn-secondary {
      display: block;
      outline: none;
      width: 100%; }
    #email-modal #mc_embed_signup .input-group-field {
      height: initial;
      padding: 9px 10px;
      border: 1px solid #e1e1e1;
      color: #333333;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      margin-right: 10px;
      line-height: 20px; }
    #email-modal #mc_embed_signup .btn, #email-modal #mc_embed_signup .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #email-modal #mc_embed_signup a, #email-modal #mc_embed_signup .blog-detail .action-btn a, .blog-detail .action-btn #email-modal #mc_embed_signup a, #email-modal #mc_embed_signup .template-article #comments .btn-secondary, .template-article #comments #email-modal #mc_embed_signup .btn-secondary {
      background: #2a7ee1;
      color: white;
      border-color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      border-bottom-color: rgba(0, 0, 0, 0);
      cursor: pointer;
      width: 115px;
      min-width: 115px;
      padding-left: 10px;
      padding-right: 10px; }
      #email-modal #mc_embed_signup .btn:hover, #email-modal #mc_embed_signup .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #email-modal #mc_embed_signup a:hover, #email-modal #mc_embed_signup .blog-detail .action-btn a:hover, .blog-detail .action-btn #email-modal #mc_embed_signup a:hover, #email-modal #mc_embed_signup .template-article #comments .btn-secondary:hover, .template-article #comments #email-modal #mc_embed_signup .btn-secondary:hover {
        background: white;
        color: black;
        border-color: black;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  #email-modal #dismiss + label {
    color: #5a5a5a;
    font-family: Archivo Narrow;
    font-size: 11px;
    font-weight: 500;
    line-height: 24px; }
    #email-modal #dismiss + label:before {
      top: 6px; }
    #email-modal #dismiss + label:after {
      top: 9px; }
  #email-modal .social-icons {
    letter-spacing: -.33em;
    margin-bottom: 45px; }
    #email-modal .social-icons li {
      letter-spacing: normal;
      display: inline-block;
      margin: 0 10px; }
      #email-modal .social-icons li:last-of-type {
        margin-right: 0; }
      #email-modal .social-icons li:first-of-type {
        margin-left: 0; }
    #email-modal .social-icons a {
      font-size: 24px;
      display: block;
      line-height: 40px;
      position: relative;
      top: 1px; }
    #email-modal .social-icons .fa-lg {
      line-height: .9em;
      vertical-align: -10%; }
    #email-modal .social-icons li.facebook:hover a {
      color: #3b5998 !important; }
    #email-modal .social-icons li.twitter:hover a {
      color: #55acee !important; }
    #email-modal .social-icons li.google_plus:hover a {
      color: #dd4b39 !important; }
    #email-modal .social-icons li.instagram:hover a {
      color: #9b36b7 !important; }
    #email-modal .social-icons li.rss:hover a {
      color: #ff6600 !important; }
    #email-modal .social-icons li.pinterest:hover a {
      color: #cb2027 !important; }
    #email-modal .social-icons li.tumblr:hover a {
      color: #32506d !important; }
    #email-modal .social-icons li.snapchat:hover a {
      color: #fffc00 !important; }
    #email-modal .social-icons li.youtube:hover a {
      color: #ff0000 !important; }
    #email-modal .social-icons li.vimeo:hover a {
      color: #aad450 !important; }

.newsletterwrapper:after {
  display: block;
  clear: both;
  content: ""; }

.policys-block .slick-dots,
.wrapper-navigation .slick-dots {
  display: none !important; }

.template-search .search-page {
  margin-top: 30px; }
.template-search .page-header h2 {
  margin-top: 40px;
  margin-bottom: 38px; }
.template-search .product-bottom .action .btn, .template-search .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-search .product-bottom .action a, .template-search .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .template-search .product-bottom .action a, .template-search .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .template-search .product-bottom .action .btn-secondary {
  min-width: 100% !important; }

.openmnu {
  width: 24px;
  height: 24px; }

.product-notification {
  position: fixed;
  min-height: 102px;
  bottom: 10vh;
  background: #fff;
  width: 350px;
  -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);
  z-index: 999;
  border: 1px solid #eee;
  visibility: hidden; }
  .product-notification.active {
    bottom: 6vh;
    -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);
    visibility: visible; }
  .product-notification .product-suggest {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-notification .product-suggest .product-image {
      min-width: 72px;
      display: block;
      max-width: 72px;
      margin: auto; }
      .product-notification .product-suggest .product-image img {
        object-fit: cover;
        padding-left: 10px; }
    .product-notification .product-suggest .column-right {
      padding: 8px 20px 7px;
      line-height: 20px; }
      .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;
        font-size: 11px; }
      .product-notification .product-suggest .column-right label {
        display: inline;
        color: #969696;
        font-size: 12px;
        font-weight: 400; }
      .product-notification .product-suggest .column-right .product-name {
        display: inline;
        color: #323232;
        font-size: 12px; }

.icon-menu {
  height: 24px;
  width: 24px;
  position: relative; }
  .icon-menu .icon-line {
    position: relative;
    width: 24px;
    height: 3px;
    /*     transition: 0.2s; */
    display: block;
    float: right; }
    .icon-menu .icon-line:before, .icon-menu .icon-line:after {
      display: block;
      content: "";
      height: 3px;
      width: 24px;
      position: absolute;
      /*       transition: 0.2s; */
      display: block; }
    .icon-menu .icon-line:before {
      top: -7px; }
    .icon-menu .icon-line:after {
      top: 7px; }

.open_menu .icon-menu .icon-line,
.is-open .icon-menu .icon-line {
  background: transparent !important; }
  .open_menu .icon-menu .icon-line:after,
  .is-open .icon-menu .icon-line:after {
    top: 0;
    transform: rotate(45deg); }
  .open_menu .icon-menu .icon-line:before,
  .is-open .icon-menu .icon-line:before {
    top: 0;
    transform: rotate(-45deg); }

.sticky_form {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  -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: flex;
    display: -ms-flexbox;
    display: -webkit-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; }
    .sticky_form .pr-selectors .pr-active {
      border: 1px solid #b4b4b4;
      display: block;
      width: 182px;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      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: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sticky_form .pr-selectors ul {
      padding: 0;
      list-style: none;
      position: absolute;
      top: auto;
      width: 100%;
      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; }
        .sticky_form .pr-selectors ul li a:hover {
          color: #5572ad; }
      .sticky_form .pr-selectors ul li .active {
        color: #5572ad; }
      .sticky_form .pr-selectors ul li .sold-out {
        color: #cbcaca;
        text-decoration: line-through !important; }
  .sticky_form .sticky-item {
    margin: 0 10px; }
  .sticky_form .pr-img img {
    width: auto;
    object-fit: cover; }
  .sticky_form .sticky-add-to-cart {
    min-width: 200px;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .04em;
    background: #2a7ee1;
    color: white;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer; }
    .sticky_form .sticky-add-to-cart:hover {
      background: white;
      color: black;
      border-color: black;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0); }
  .sticky_form .sticky-countdown {
    text-align: center;
    min-width: 192px; }
    .sticky_form .sticky-countdown .sticky_text {
      font-size: 12px;
      margin-bottom: 5px;
      font-weight: 400;
      font-family: Archivo Narrow; }
  .sticky_form #sticky_clock {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08em; }

.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-grid-options-size {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px; }
  .product-grid-options-size li {
    display: inline-block;
    margin: 6px 5px 4px 0; }
    .product-grid-options-size li a {
      min-width: 15px;
      display: block;
      opacity: .95;
      color: #323232;
      font-weight: 500;
      font-size: 12px; }
    .product-grid-options-size li.soldout {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
      filter: alpha(opacity=40); }
      .product-grid-options-size li.soldout a {
        cursor: no-drop; }
    .product-grid-options-size li:last-of-type {
      margin-right: 0 !important; }

.product-list .product-grid-options-size {
  background: rgba(255, 255, 255, 0.8); }

.widget-featured-product .product-bottom .action .btn, .widget-featured-product .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .widget-featured-product .product-bottom .action a, .widget-featured-product .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .widget-featured-product .product-bottom .action a, .widget-featured-product .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .widget-featured-product .product-bottom .action .btn-secondary {
  min-width: 100% !important; }

#accept-cookies {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 25px 30px 30px 37px;
  border-radius: 3px; }
  #accept-cookies .block-cookies {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 20px; }
    #accept-cookies .block-cookies .btn, #accept-cookies .block-cookies .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #accept-cookies .block-cookies a, #accept-cookies .block-cookies .blog-detail .action-btn a, .blog-detail .action-btn #accept-cookies .block-cookies a, #accept-cookies .block-cookies .template-article #comments .btn-secondary, .template-article #comments #accept-cookies .block-cookies .btn-secondary {
      margin: 20px 0 0px;
      background: white;
      color: black;
      border-color: #a0a0a0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
      cursor: pointer; }
      #accept-cookies .block-cookies .btn:hover, #accept-cookies .block-cookies .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #accept-cookies .block-cookies a:hover, #accept-cookies .block-cookies .blog-detail .action-btn a:hover, .blog-detail .action-btn #accept-cookies .block-cookies a:hover, #accept-cookies .block-cookies .template-article #comments .btn-secondary:hover, .template-article #comments #accept-cookies .block-cookies .btn-secondary:hover {
        background: #2a7ee1;
        color: white;
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0); }
  #accept-cookies .close {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0;
    width: 24px;
    height: 24px; }
    #accept-cookies .close svg {
      width: 12px;
      height: 12px; }

.home-instagram .slick-disabled,
.home-product-tab .slick-disabled,
.has-slick .slick-disabled {
  opacity: 0.5; }

.policy-slider:not(.slick-slider),
.wrapper-navigation .wrapper-right:not(.slick-slider),
.homepage-new-products .products-grid:not(.slick-slider),
.slider-nav:not(.slick-slider),
.related-products .products-grid:not(.slick-slider),
.recently-viewed-products .products-grid:not(.slick-slider) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row nowrap !important;
  flex-flow: row nowrap !important;
  overflow-x: hidden; }

.open-search {
  overflow: hidden; }

.template-404 .main-content {
  text-align: center; }
.template-404 a {
  color: #5572ad; }
.template-404 .page-header {
  padding: 27px 0 29px;
  margin-bottom: 0; }
  .template-404 .page-header h1 {
    margin: 0px;
    color: #000; }
.template-404 p {
  color: #000; }

.lookbook-item {
  position: absolute; }
  .lookbook-item .glyphicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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;
    line-height: 27px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(233, 81, 68, 0.3);
    -moz-box-shadow: 0px 0px 0px 4px rgba(233, 81, 68, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(233, 81, 68, 0.3); }
    .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;
      border-radius: 50%;
      opacity: .3;
      left: 0;
      top: 0; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: -1; }
  .fluid-width-video-wrapper:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    opacity: .4;
    position: absolute; }

.slide_mp4 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.tooltip_swatch {
  position: relative; }
  .tooltip_swatch .tooltiptext {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: .25rem; }
    .tooltip_swatch .tooltiptext:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent black transparent; }
  .tooltip_swatch:hover .tooltiptext {
    visibility: visible; }

#customers_view {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #customers_view label {
    margin-bottom: 0px;
    font-weight: 400;
    margin-right: 3px; }
  #customers_view i {
    font-size: 19px;
    margin-right: 10px; }

.template-search .search-form {
  max-width: 520px;
  position: relative;
  margin: auto; }
  .template-search .search-form .search-bar {
    height: 40px; }
  .template-search .search-form .input-group-field {
    width: 100%;
    height: 100%;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-right: 50px;
    line-height: 20px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 12px;
    padding-top: 9px;
    border: 1px solid #e1e1e1; }
  .template-search .search-form .btn-search {
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 40px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    background: #6382ba; }
    .template-search .search-form .btn-search svg {
      width: 20px;
      height: 20px;
      margin-top: 6px;
      fill: #fff; }

#shipping-rates-feedback.error {
  background: #fcf8e3;
  display: inline-block;
  padding: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 260px;
  text-align: center;
  border: 1px solid #faebcc; }

.productView-nav-wrapper {
  position: relative; }

#challenge .main-content {
  padding-top: 30px; }
#challenge .newsletterwrapper {
  display: none; }

.newsletter-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .newsletter-success-modal i {
    margin-right: 10px;
    font-size: 16px; }
  .newsletter-success-modal .modal-overlay {
    background-color: rgba(35, 35, 35, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .newsletter-success-modal .halo-modal-content {
    width: 280px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 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%);
    z-index: 3; }
    .newsletter-success-modal .halo-modal-content .close {
      background-color: #000; }
      .newsletter-success-modal .halo-modal-content .close:hover {
        background-color: #fff; }
        .newsletter-success-modal .halo-modal-content .close:hover svg {
          fill: #000; }
  .newsletter-success-modal .halo-modal-body {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-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 .product-image &gt; a {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden; }
  .products-grid .grid-item .product-image &gt; a img {
    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%);
    height: 100%;
    width: auto !important;
    max-width: none; }

/* Custom CSS */
.template-blog {
  font-size: 16px; }

.blog-detail .rte {
  font-size: 16px; }

.site-header .header-bottom .column-middle .search-form .input-group-field {
  background: #f3f3f3; }

.site-header .header-bottom .column-right .customer-links .userToggle span {
  color: #787878; }

.site-header .header-bottom .column-right .top-cart .cartToggle .first {
  color: #787878; }

#shopify-section-navigation .block-item .fas {
  margin-right: 15px; }

#shopify-section-navigation .block-item a {
  height: 48px; }

.share_toolbox {
  display: flex;
  margin-top: 8px;
  margin-bottom: 5px; }

.share_toolbox strong {
  margin-right: 3px; }

.footer .footer-bottom {
  padding-bottom: 33px; }

.footer .footer-bottom .footer_address.column-left {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%; }

.accept-payments {
  margin: 0;
  list-style: none;
  font-size: 20px;
  text-align: right; }

.accept-payments li {
  display: inline-block;
  vertical-align: top;
  line-height: 100%; }

.accept-payments .zip-pay a {
  line-height: 100%;
  position: relative;
  top: -2px; }

.accept-payments .zip-pay a img {
  background: #fff;
  border-radius: 4px; }

.content-blog .pagination-page {
  list-style: none;
  text-align: center; }

.content-blog .pagination-page li {
  display: inline-block;
  margin: 0 3px; }

.content-blog .pagination-page li span {
  background: #9a9a9a;
  color: #fff;
  padding: 5px 10px;
  display: block;
  min-width: 35px; }

.content-blog .pagination-page li a {
  background: #555;
  color: #fff;
  padding: 5px 10px;
  display: block;
  min-width: 35px; }

.content-blog .pagination-page li a span {
  background: none;
  padding: 0;
  min-width: initial !important; }

.content-blog .pagination-page li.active span {
  background: #0066b3; }

.content-blog .pagination-page li:first-child a, .content-blog .pagination-page li:last-child a {
  min-width: 70px; }

.content-blog .pagination-page li:first-child span, .content-blog .pagination-page li:last-child span {
  min-width: 70px; }

.policys-block .policy-text a {
  color: #fff; }

.shopify-preview-bar {
  display: none; }

#preview-bar-iframe {
  display: none; }

.template-article .col2-image-left {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 20px;
  padding-bottom: 30px;
  margin-top: 30px; }

.template-article .col2-image-left-img h4 {
  width: 220px;
  margin-top: 3px;
  margin-bottom: 30px; }

.template-article .col2-image-left-text {
  padding-left: 15px; }

.template-article .col2-image-left-text h2 {
  margin-top: 0; }

section#blog #articles article img {
  display: block; }

section#blog table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

section#blog td, section#blog th {
  padding: 0; }

section#blog h1.blog-title {
  margin-top: 20px;
  margin-bottom: 5px; }

section#blog #tags {
  padding-left: 10px; }

section#blog .post-meta.col-sm-4 h2 {
  margin-bottom: 10px; }

section#blog article {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px; }

section#blog .pagination-page {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

section#blog .pagination-page li {
  display: inline; }

section#blog .pagination-page li a, section#blog .pagination-page li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

section#blog .pagination-page li a span {
  margin: 0;
  border: none;
  line-height: inherit;
  padding: 0;
  float: none; }

section#blog .pagination-page .active a, section#blog .pagination-page .active a:hover, section#blog .pagination-page .active a:focus, section#blog .pagination-page .active span, section#blog .pagination-page .active span:hover, section#blog .pagination-page .active span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.label {
  display: inline;
  padding: .2em .6em .2em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

/* section#blog .label {
  background: #0065b3;
} */
section#blog .label {
  background: #9999999e;
  font-weight: normal !important; }

section#blog li.active .label {
  background: #d51d25; }

section#blog .label a {
  color: #fff; }

section#blog #tags li {
  padding-right: 0;
  padding-bottom: 0px;
  margin-bottom: 0px !important; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline li {
  display: inline-block; }

.footer .footer-top .column-footer p, .footer .footer-top .column-footer ul li a {
  font-size: 14px !important; }

.footer .footer-bottom .footer_address p {
  font-size: 14px !important; }

.footer .footer-top .column-footer .newsletter .input-group-field {
  font-size: 14px !important; }

.template-article .blog-detail table {
  border: none; }

.template-article .blog-detail table td, .template-article .blog-detail table th {
  border: none;
  padding: 0; }

.template-article .blog-detail .mcnCaptionLeftContentInner .mcnCaptionLeftImageContentContainer {
  float: right;
  width: 50%; }

.template-article .blog-detail .mcnCaptionLeftContentInner .mcnCaptionLeftTextContentContainer {
  float: right;
  width: 50%; }

.template-article .blog-detail .mcnCaptionRightImageContentContainer {
  float: left;
  width: 50%; }

.template-article .blog-detail .mcnCaptionRightTextContentContainer {
  float: left;
  width: 50%; }

.template-article .blog-detail #templateBody .templateContainer {
  width: 564px;
  float: left; }

.product-item .product-bottom .product-title {
  height: auto;
  line-height: 120%;
  font-size: 16px;
  color: #337ab7;
  margin-bottom: 1px !important; }

.product-item .product-bottom .price-box .old-price {
  text-decoration: line-through;
  color: #555;
  font-weight: 300; }

.homepage-reviews .body-review {
  font-size: 15px; }

body .jdgm-revs-tab-btn[position=left] {
  bottom: 0;
  top: initial;
  transform: initial;
  padding: 1px 10px 5px 5px;
  font-weight: 300; }

.product-label .label-new {
  display: none !important; }

.product-label .label-sale {
  display: none !important; }

.recently-viewed-products .products-grid .grid-item {
  max-width: 20%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h2, .h2 {
  font-size: 18px; }

a:not([href]):not([tabindex]) {
  color: #337ab7; }

.product-bottom {
  position: relative; }

.product-item .item-swatch {
  position: absolute;
  width: 100%;
  top: -40px; }

.product-item .product-grid-options-size {
  bottom: 25px; }

.block-row .cat-content .wrapper {
  font-size: 15px; }

.pf-arh h1 {
  text-align: left;
  margin: 0 0 3px !important;
  font-size: 30px;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: normal !important;
  letter-spacing: 0.04em; }

.pf-arh div {
  display: none; }

.btn, .panel-group .spr-summary-actions a, .blog-detail .action-btn a, .template-article #comments .btn-secondary, .panel-group .spr-summary-actions a, .blog-detail .action-btn a, .template-article #comments .btn-secondary, .shopify-payment-button .shopify-payment-button__button {
  font-size: 16px; }

.template-product .product-shop .product-title h2 {
  color: #d51d25;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%; }

.template-product .product-shop .group_item {
  float: right; }

.template-product .product-shop .product-infor {
  margin-top: 0;
  margin-bottom: 10px; }

.template-product .product-shop .product-infor label {
  min-width: initial; }

.template-product .product-shop .sku-product label {
  font-size: 18px;
  color: #b7b7b7; }

.template-product .product-shop .sku-product span {
  font-size: 18px;
  color: #a2a2a2; }

.template-product .product-shop .swatch {
  margin-bottom: 0; }

.template-product .product-shop label[for="quantity"] {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333; }

.template-product .product-shop .total-price label {
  font-size: 16px;
  color: #333; }

.template-product .product-shop .total-price .total-money {
  font-size: 16px;
  color: #333; }

.template-product .product-shop .prices {
  margin-bottom: 5px; }

.template-product .product-shop .prices .price {
  color: #333; }

.template-product .product-shop .groups-btn {
  margin-top: -5px;
  margin-bottom: 25px; }

.template-product .product-cms-custom .product-widget-title h3 {
  font-size: 16px; }

.template-product .product-cms-custom .product-widget-content {
  font-size: 16px; }

.template-product .product-cms-custom a {
  color: #0065b3; }

.template-product .product-shop .addwishlist .wishlist_text {
  font-size: 16px; }

.template-product .product-shop .group_item .sold_product {
  font-size: 16px; }

.product-item .product-bottom .price-box span {
  font-size: 19px;
  color: #333; }

.template-product .product-item .product-bottom .product-title {
  color: #0065b3; }

.template-product .recently-viewed-products .products-grid {
  flex-flow: wrap !important; }

.jdgm-widget.jdgm-preview-badge {
  margin-bottom: 1px; }

.breadcrumb {
  padding-bottom: 25px; }

.breadcrumb a, .breadcrumb span:not(.arrow) {
  color: #000;
  font-size: 16px; }

.related-products .widget_title h2, .recently-viewed-products .widget_title h2, .recently-viewed-products .widget_title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize; }

.block-row .cat-content .wrapper {
  margin-top: 0;
  font-size: 16px; }

body .page-header h2 {
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 36px; }

.sidebar .sidebar-title {
  font-size: 16px;
  font-weight: normal; }

.sidebar .sidebar-custom input[type="checkbox"] + label {
  font-size: 16px;
  color: #898989; }

.sidebar .sidebar-cms-custom .rte-setting {
  font-size: 16px; }

.template-collection .page-header .filter-sortby &gt; label {
  font-size: 16px; }

.template-collection .page-header .filter-sortby .label-tab {
  font-size: 16px; }

#collapse-tab1 iframe {
  display: none !important; }

#collapse-tab1 #Container {
  display: none !important; }

#collapse-tab2 .jdgm-rev-widg__reviews {
  height: auto !important; }

#collapse-tab2 .jdgm-rev-widg__reviews .jdgm-rev {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup .mc-field-group label {
  display: inline-block; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup ul {
  list-style: none;
  margin: 0; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup ul li {
  display: inline-block;
  margin-left: 15px; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup ul li label {
  margin-left: 5px; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup .dayfield {
  display: inline-block;
  margin-left: 5px !important; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup .monthfield {
  display: inline-block; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup .mc-field-group {
  margin-bottom: 10px; }

#join-funpass-free-amp-get-the-latest-news-amp-specials #mc_embed_signup #mc-embedded-subscribe {
  margin-top: 15px; }

.cat-des .separator {
  display: none; }

.collection-image img {
  margin-bottom: 15px; }

.sort-cont {
  position: relative;
  text-align: right;
  margin-bottom: 30px; }

.sort-cont .label {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 0; }

.sort-cont .nav-tabs-cont {
  display: inline-block;
  width: 160px;
  height: 35px;
  vertical-align: middle;
  border: 1px solid;
  margin-left: 10px;
  position: relative; }

.sort-cont .nav-tabs {
  position: absolute;
  top: 0;
  z-index: 1000;
  background: #fff;
  width: 158px;
  height: 32px;
  overflow: hidden;
  border: none; }

.sort-cont .nav-tabs:hover {
  overflow: visible;
  height: auto; }

.sort-cont .nav-tabs .nav-link {
  border-radius: 0;
  padding: 4px 10px;
  text-align: left; }

.sort-cont .nav-tabs .nav-item {
  width: 100%;
  float: left; }

.sort-cont .nav-tabs .nav-item.show .nav-link, .sort-cont .nav-tabs .nav-link.active {
  border: none; }

.jdgm-widget.jdgm-widget {
  text-align: center;
  display: block !important; }

.footer .footer-top .column-footer .footer-social ul li a {
  font-size: 20px !important;
  margin-right: 5px; }

.accessories-item select {
  width: auto;
  padding: 5px; }

.wrapper-navigation .wrapper-left .site-nav &gt; li &gt; a[href="/collections/new-sex-toys-adult-accessories"] label {
  display: none; }

/*.wrapper-navigation .wrapper-left .site-nav&gt;li&gt;a[href="/collections/new-sex-toys-adult-accessories"] .icon-dropdown{
  display:none;
} 
*/
#w3-product-accessories {
  display: flex;
  flex-wrap: wrap;
  border: none;
  float: right;
  width: 270px !important;
  padding: 3px 5px;
  line-height: 100%;
  right: 0;
  max-height: 180px;
  overflow-y: auto !important;
  z-index: 1; }

#accessories-container-heading {
  margin-bottom: 0;
  width: 100%;
  line-height: 100%;
  height: auto;
  margin-bottom: 0; }

#accessories-info-text {
  margin-bottom: 0; }

#accessories-container-heading h3 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 100%; }

#w3-product-accessories .accessories-item {
  width: 100%;
  margin-bottom: 10px; }

#w3-product-accessories .accessories-item .accessories-title {
  font-size: 11px; }

#w3-product-accessories .accessories-item input[type=checkbox] {
  width: 15px;
  height: 15px; }

#w3-product-accessories .accessories-left.thumb {
  width: 30%;
  margin: 0; }

#w3-product-accessories .accessories-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%; }

#w3-product-accessories .accessories-right .accessories-title-wrap {
  width: 100%; }

#w3-product-accessories .accessories-right s {
  display: none; }

#w3-product-accessories .accessories-item label {
  font-size: 10px;
  line-height: 100%;
  margin: 0; }

#w3-product-accessories .accessories-item select {
  width: 65px;
  padding: 2px;
  margin: 0 !important;
  display: block;
  min-height: auto;
  line-height: 100%;
  font-size: 13px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button; }

#w3-product-accessories .accessories-item .accessory-price {
  font-size: 16px;
  align-self: center; }

.access-desktop {
  height: auto !important;
  width: auto !important;
  overflow: initial !important;
  opacity: 1 !important;
  position: absolute;
  margin-top: -195px;
  right: 0; }

/*.template-product .product-shop .group_item {
float: right;
position: absolute;
right: 0;
top: -30px;
}*/
.product-shop.horizontal .jdgm-widget.jdgm-widget {
  text-align: left; }

/* Original Design Start Here */
body .product-item .product-bottom .product-title {
  color: #000;
  font-weight: 400; }

/* .product-item .product-bottom .price-box span{
  color:#000;
} */
.product-item .product-bottom .price-box .old-price {
  color: #000; }

.product-item .product-bottom .price-box .special-price {
  color: #e82b1a; }

.template-product .product-item .product-bottom .product-title {
  color: #000; }

body .jdgm-carousel-item__review-title {
  font-weight: 500; }

body .jdgm-carousel-title {
  text-transform: uppercase; }

.tags a {
  color: #000; }

.template-product .product-shop .sku-product label {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 500; }

.template-product .product-shop .sku-product span {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 400; }

.template-product .product-cms-custom .product-widget-title h3 {
  font-weight: 400; }

.template-product .product-cms-custom a {
  font-weight: 400; }

.template-product .product-shop .product-title h2 {
  color: #333; }

.product-cms-custom .product-widget-title a {
  color: #333; }

.product-label .sold-out {
  display: none; }

body .page-header h2 {
  font-size: 30px; }

.template-product .product-shop .product-title h2 {
  font-size: 30px; }

body .jdgm-carousel-title {
  font-size: 23px; }

.wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a {
  font-size: 15px; }

.list-category .collection-title h3.title {
  line-height: 130%;
  height: 22px;
  overflow: hidden; }

.list-category .grid-item {
  width: 20%; }

.list-category .grid-item:hover h3.title {
  height: auto; }

.list-category .collection-title .desc {
  height: 47px;
  overflow: hidden; }

.list-category .grid-item:hover .desc {
  height: auto; }

.list-category .grid-item:last-child {
  display: none; }

.list-category .grid-item img {
  height: 224px;
  object-fit: contain;
  object-position: bottom; }

.product-item .product-top .addwishlist {
  z-index: 100000000; }

h4 {
  color: #23527c; }

body .page-header h2 {
  color: black !important;
  font-weight: normal !important; }

/* Original Design End Herer */
.search-bar .search-results {
  display: none !important; }

.panel-group {
  float: left;
  width: 100%; }

.related-products, .recently-viewed-products, .recently-viewed-products {
  float: left;
  width: 100%; }

.wrapper-navigation .wrapper-left .site-nav li.dropdown:hover &gt; .site-nav-dropdown {
  /*max-height:400px;
  overflow-y:auto;*/ }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(2) ul {
  top: 0 !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(2) ul li ul {
  top: 0 !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(3) ul {
  top: 0 !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(3) ul li ul {
  top: 0 !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(5) ul {
  top: 0 !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(5) ul li ul {
  top: 0 !important; }

body .jdgm-prev-badge[data-average-rating='0.00'] {
  opacity: 0.5; }

body .jdgm-prev-badge[data-average-rating='0.00'] .jdgm-prev-badge__text {
  display: none !important; }

body.template-product .tab-content .jdgm-widget.jdgm-widget {
  text-align: left;
  height: auto; }

.recently-viewed-products .jdgm-widget.jdgm-widget {
  display: none !important; }

h1 {
  margin-bottom: 1em; }

body .page-header h1 {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Archivo Narrow;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.1; }

.template-collection h1 {
  margin: 0px; }

.template-product .product-shop .product-title h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  color: #333;
  text-transform: capitalize !important;
  font-family: Archivo Narrow;
  margin-bottom: 15px; }

section#blog h1.blog-title {
  font-weight: normal; }

.sidebar .sidebar-custom.color ul.clear li {
  display: inline-block !important; }

.wrapper-navigation .wrapper-left .site-nav li:nth-child(7) .label_menu {
  display: none; }

.wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase; }

.wrapper-navigation .wrapper-left .site-nav .dropdown .site-nav-dropdown {
  text-align: left; }

.wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner {
  margin-bottom: 10px !important; }

.wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner-wrap {
  margin-bottom: 0; }

.wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 a {
  padding-left: 5px;
  padding-top: 0; }

.wrapper-navigation .wrapper-left .site-nav .mega-menu .spr-badge {
  display: none; }

.wrapper-navigation .wrapper-left .site-nav .mega-menu .instabadge-badge {
  display: none !important; }

.template-index .product-item.new .product-image:before {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

/* Modmedia changes 27.04.2021*/
.template-index .product-item.quickie .product-image:after {
  content: '2HR DELIVERY';
  width: 33%;
  top: 3%;
  right: 2%;
  position: absolute;
  height: 10%;
  float: left;
  background-size: contain;
  z-index: 1;
  background: #000000;
  padding: 0 4px 0 4px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap; }

@media screen and (max-width: 280px) {
  .template-index .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 9%; } }
@media screen and (min-width: 281px) and (max-width: 320px) {
  .template-index .product-item.quickie .product-image:after {
    width: 26% !important;
    height: 9%; } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  .template-index .product-item.quickie .product-image:after {
    width: 23% !important;
    height: 6%; } }
@media screen and (min-width: 361px) and (max-width: 375px) {
  .template-index .product-item.quickie .product-image:after {
    width: 45% !important;
    height: 14%; } }
@media screen and (min-width: 376px) and (max-width: 414px) {
  .template-index .product-item.quickie .product-image:after {
    width: 42% !important;
    height: 12%; } }
@media screen and (min-width: 415px) and (max-width: 436px) {
  .template-index .product-item.quickie .product-image:after {
    width: 40% !important;
    height: 10%; } }
@media screen and (min-width: 437px) and (max-width: 540px) {
  .template-index .product-item.quickie .product-image:after {
    width: 38% !important;
    height: 10%; } }
@media screen and (min-width: 541px) and (max-width: 560px) {
  .template-index .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 8%; } }
@media screen and (min-width: 561px) and (max-width: 638px) {
  .template-index .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 8%; } }
@media screen and (min-width: 639px) and (max-width: 768px) {
  .template-index .product-item.quickie .product-image:after {
    width: 25% !important;
    height: 8%; } }
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .template-index .product-item.quickie .product-image:after {
    width: 35% !important;
    height: 9%; } }
@media screen and (min-width: 1026px) and (max-width: 1199px) {
  .template-index .product-item.quickie .product-image:after {
    width: 45% !important;
    height: 12%; } }
/* Modmedia changes 27.04.2021*/
.template-index .product-item.special-request.quickie .product-image:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-index .product-item.on-sale .product-top:before {
  content: ' ';
  width: 25%;
  top: 5%;
  right: 2%;
  background: url("/cdn/shop/files/onsale.jpg?v=1597984466") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-index .product-item.on-sale.new .product-top:before {
  display: none; }

.template-index .product-item.on-sale.quickie .product-top:before {
  display: none; }

.template-index .product-item.new.quickie .product-image:before {
  display: none; }

.template-collection .product-item.new .product-image:before {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

/* Modmedia changes 27.04.2021*/
.template-collection .product-item.quickie .product-image:after {
  content: '2HR DELIVERY';
  width: 33%;
  top: 1%;
  right: 2%;
  height: 10%;
  float: left;
  background-size: contain;
  position: absolute;
  z-index: 1;
  background: #000000;
  padding: 0 4px 0 4px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap; }

@media screen and (max-width: 280px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 9%; } }
@media screen and (min-width: 281px) and (max-width: 320px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 26% !important;
    height: 7%; } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 23% !important;
    height: 6%; } }
@media screen and (min-width: 361px) and (max-width: 375px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 45% !important;
    height: 14%; } }
@media screen and (min-width: 376px) and (max-width: 414px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 42% !important;
    height: 12%; } }
@media screen and (min-width: 415px) and (max-width: 436px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 40% !important;
    height: 10%; } }
@media screen and (min-width: 437px) and (max-width: 468px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 50% !important;
    height: 10%; } }
@media screen and (min-width: 469px) and (max-width: 540px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 44% !important;
    height: 10%; } }
@media screen and (min-width: 541px) and (max-width: 560px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 8%; } }
@media screen and (min-width: 561px) and (max-width: 638px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 25% !important;
    height: 8%; } }
@media screen and (min-width: 639px) and (max-width: 690px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 25% !important;
    height: 8%; } }
@media screen and (min-width: 691px) and (max-width: 768px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 32% !important;
    height: 8%; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 30% !important;
    height: 9%; } }
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 25% !important;
    height: 7%; } }
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .template-collection .product-item.quickie .product-image:after {
    width: 35% !important;
    height: 10%; } }
/* Modmedia changes 27.04.2021*/
.template-collection .product-item.special-request.quickie .product-image:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-collection .product-item.on-sale .product-top:before {
  content: ' ';
  width: 25%;
  top: 5%;
  right: 2%;
  background: url("/cdn/shop/files/onsale.jpg?v=1597984466") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-collection .product-item .instabadge-badge {
  display: none !important; }

.template-collection .product-item.on-sale.new .product-top:before {
  display: none; }

.template-collection .product-item.on-sale.quickie .product-top:before {
  display: none; }

.template-collection .product-item.new.quickie .product-image:before {
  display: none; }

.template-product .product.new .thumb .fancybox:before {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product.quickie .thumb .fancybox:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/2hrdelivery.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

#sexy-fun-satin-sash-pack-buy-online.template-product .product.quickie .thumb .fancybox:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

#sexy-fun-satin-mask-blindfold-buy-online.template-product .product.quickie .thumb .fancybox:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product.on-sale .thumb:before {
  content: ' ';
  width: 25%;
  top: 5%;
  right: 2%;
  background: url("/cdn/shop/files/onsale.jpg?v=1597984466") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product.on-sale.new .thumb:before {
  display: none; }

.template-product .product.on-sale.quickie .thumb:before {
  display: none; }

.template-product .product.new.quickie .thumb .fancybox:before {
  display: none; }

.template-product .product .thumb .fancybox .instabadge-badge {
  display: none !important; }

.template-product .product-item.new .product-image:before {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/instabadge-105440_1.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product-item.quickie .product-image:after {
  content: ' ';
  width: 30%;
  top: 3%;
  right: 2%;
  background: url("/cdn/shop/files/2hrdelivery.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product-item.on-sale .product-top:before {
  content: ' ';
  width: 25%;
  top: 5%;
  right: 2%;
  background: url("/cdn/shop/files/onsale.jpg?v=1597984466") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: left;
  background-size: contain;
  z-index: 1; }

.template-product .product-item .instabadge-badge {
  display: none !important; }

.template-product .product-item.on-sale.new .product-top:before {
  display: none; }

.template-product .product-item.on-sale.quickie .product-top:before {
  display: none; }

.template-product .product-item.new.quickie .product-image:before {
  display: none; }

.template-product #w3-product-accessories .thumb:before {
  display: none; }

.tc {
  position: absolute;
  opacity: 0;
  left: -1000px;
  top: -1000px;
  height: 1px;
  width: 1px;
  object-fit: cover; }

.warranty-badge-desktop {
  position: relative;
  display: block !important; }

.warranty-badge-desktop a {
  position: absolute;
  right: 0;
  bottom: 15px; }

.warranty-badge-desktop a img {
  width: 40px; }

body .product-img-box .slider-nav .slick-list, body .product-img-box .slider-nav .slick-arrow {
  display: block !important; }

.recomatic-title {
  color: #000; }

.recomatic-price {
  color: #000;
  font-weight: 600 !important; }

.product-shop .product-vendor {
  display: none; }

hr {
  clear: both; }

.homepage-todays-deal .col-left .item-bottom .price-box .old-price {
  text-decoration: line-through;
  color: #555; }

.template-product .product-shop .swatch {
  width: 280px;
  max-width: 100%; }

.site-nav .mega-menu .hl-shuffle-container {
  max-height: 480px; }

.site-nav .mega-menu .hl-shuffle-container {
  max-height: 480px;
  overflow-y: auto; }

.site-nav .mega-menu .hl-shuffle-container::-webkit-scrollbar {
  width: 1em; }

.site-nav .mega-menu .hl-shuffle-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.site-nav .mega-menu .hl-shuffle-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.cont-box {
  display: inline;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
  max-width: 100%; }

.cont-box .divider {
  width: 1px;
  background: #ccc;
  height: 90px; }

.cont-box-l {
  width: 100%;
  padding: 15px 0; }

.cont-box-l .afterpay-paragraph {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 0 !important;
  width: auto;
  font-size: 13px; }

.cont-box-l .afterpay-logo {
  display: block;
  margin: 0 auto 5px;
  max-height: 20px;
  width: auto !important; }

.cont-box-l .afterpay-instalments {
  font-size: 13px; }

.cont-box-l .afterpay-link {
  display: block;
  line-height: 1;
  margin-top: -4px; }

.cont-box-l .afterpay-link-inner {
  font-size: 13px !important;
  text-transform: none;
  text-decoration: none; }

.cont-box-r {
  width: 100%;
  padding: 15px 0; }

.cont-box-r .flex-container {
  display: block; }

.cont-box-r .tagline {
  margin-top: 10px;
  padding: 0 20px; }

.cont-box-r .tagline span {
  font-size: 13px !important;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 120%; }

.cont-box-r .tagline .learn-more {
  color: #337ab7;
  text-transform: capitalize; }

.blog-detail .rte ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 28px; }

.blog-detail .rte ul li:before {
  display: none; }

.blog-detail .rte ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 15px; }

.blog-detail .rte ol li:before {
  display: none; }

.main-content .rte ul {
  list-style: disc outside none;
  padding-left: 28px; }

#collapse-tab1 ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 28px; }

#collapse-tab1 ul li:before {
  display: none; }

#collapse-tab1 .rte ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 15px; }

#collapse-tab1 .rte ol li:before {
  display: none; }

div[data-pf-type="Accordion2"] ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 24px; }

div[data-pf-type="Accordion2"] ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 28px; }

div[data-pf-type="Accordion2"] ol ul, div[data-pf-type="Accordion2"] ul ul {
  padding-left: 15px; }

#gorgias-web-messenger-container {
  z-index: 100000000000 !important; }

.wrapper-navigation .wrapper-left .site-nav li.dropdown:hover &gt; .site-nav-dropdown {
  height: 489px; }

#video-list {
  display: flex !important;
  margin-top: 30px; }

#video-list .video-item {
  width: 180px;
  margin-right: 10px; }

#video-list .video-item h4 {
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px; }

#video-list .video-item h3 {
  font-size: 15px; }

#video-list iframe {
  display: none !important; }

.fancybox-video {
  width: 100%;
  max-width: 900px;
  padding: 50px;
  background: #000; }

.fancybox-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.fancybox-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fancybox-video .fancybox-close-small:after {
  background: #ef6454;
  color: #fff; }

.fancybox-video .fancybox-close-small:focus:after {
  outline: none; }

.accessories-left.thumb .btn-accessories-quick-view {
  display: none !important; }

.cat-des ul {
  list-style: none; }

.cat-des ul li:before {
  content: ".";
  width: 5px;
  height: 5px;
  background: #000;
  overflow: hidden;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px; }

.template-product .thumb iframe {
  width: 100%;
  height: 350px; }

#sexyland-s-sex-toy-quickie-delivery-service-buy-now-use-tonight #product-5067056513163,
#sexyland-s-sex-toy-quickie-delivery-service-buy-now-use-tonight #product-5066985439371 {
  display: none; }

@media (max-width: 1200px) {
  .recently-viewed-products .products-grid .grid-item {
    max-width: 33.33%; }

  .list-category .grid-item {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .template-product .product-shop .swatch {
    width: 100%; }

  .pf-arh {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 1024px) {
  #shopify-section-navigation .block-item {
    padding: 0; }

  .wrapper-navigation .wrapper-left .site-nav li:nth-child(2) ul {
    top: 0px !important; }

  .wrapper-navigation .wrapper-left .site-nav li:nth-child(3) ul {
    top: 0px !important; }

  .wrapper-navigation .wrapper-left .site-nav li:nth-child(5) ul {
    top: 0px !important; }

  .warranty-badge-desktop a {
    position: relative; }

  .warranty-badge-desktop a img {
    width: 40px; }

  .wrapper-navigation .site-nav li a.menu__moblie, .wrapper-navigation .site-nav li a.second-menu {
    width: 90%; }

  .wrapper-navigation .wrapper-left .site-nav li.dropdown:hover &gt; .site-nav-dropdown {
    height: auto; }

  .wrapper-navigation .site-nav .dropdow-lv2.open-menu, .wrapper-navigation .site-nav-dropdown.open-menu {
    overflow-y: auto !important; } }
@media (max-width: 991px) {
  .access-desktop {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px; }

  #w3-product-accessories {
    float: none;
    max-height: initial; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .inner .second-menu .icon-dropdown {
    display: none !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(2) .site-nav-dropdown .inner:nth-child(1) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(2) .site-nav-dropdown .inner:nth-child(10) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(3) .site-nav-dropdown .inner:nth-child(4) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(3) .site-nav-dropdown .inner:nth-child(7) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(3) .site-nav-dropdown .inner:nth-child(9) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(1) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(2) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(3) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(4) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(5) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(8) .site-nav-dropdown .inner:nth-child(7) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(9) .site-nav-dropdown .inner:nth-child(1) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(9) .site-nav-dropdown .inner:nth-child(2) .second-menu .icon-dropdown,
  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(9) .site-nav-dropdown .inner:nth-child(4) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(10) .site-nav-dropdown .inner:nth-child(1) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu:nth-child(12) .site-nav-dropdown .inner:nth-child(11) .second-menu .icon-dropdown {
    display: flex !important; }

  .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner {
    margin-bottom: 0px !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px; }

  .wrapper-navigation .site-nav .menu-mb-title {
    padding-top: 9px !important; }

  .wrapper-navigation .site-nav .mega-menu .dropdow-lv2 .menu-mb-title {
    margin-bottom: 0 !important; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 li {
    border-bottom: 1px solid #e1e1e1; }

  .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 a {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase; } }
@media (max-width: 767px) {
  header .filter-sortby {
    display: none; }

  .row-bt .filter-sortby {
    display: inline-flex !important;
    margin-top: 20px; }

  .recently-viewed-products .products-grid .grid-item {
    max-width: 50%; }

  .product-item .product-bottom .action .btn, .product-item .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-item .product-bottom .action a, .product-item .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .product-item .product-bottom .action a, .product-item .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .product-item .product-bottom .action .btn-secondary {
    padding-left: 0;
    padding-right: 0; }

  .toolbar .view-mode {
    display: none !important; }

  .template-collection .row-bt .filter-sortby {
    position: absolute;
    right: 10px;
    margin-top: 12px; }

  .related-products .jdgm-prev-badge__text, .recently-viewed-products .jdgm-prev-badge__text {
    display: none; }

  .list-category .grid-item {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .warranty-badge-mobile {
    float: right;
    display: block !important;
    margin-bottom: 5px; }

  .warranty-badge-mobile img {
    width: 40px;
    margin-top: 10px; }

  .with_warranty_badge .sold_product {
    clear: both; }

  .warranty-badge-desktop {
    display: none !important; }

  .template-product .product-img-box .slider-nav {
    margin-top: 15px !important; }

  .template-collection .page-header h1 {
    font-size: 20px; }

  .template-product .product-shop .product-title h1 {
    font-size: 20px; }

  /* .template-product label[for="quantity"]{
   display:none;
   }
   
   
   .template-product .qty-group{
   display:none;
   } */
  .template-product .total-price {
    display: none; }

  .template-product .share_toolbox {
    display: none; }

  .template-product .addthis_toolbox {
    display: none; }

  .template-product .tags {
    display: none !important; }

  .template-product .shopify-payment-button {
    display: none; }

  .template-product .cont-box {
    width: 100%; }

  .template-product .cont-box-l {
    width: 50%; }

  .template-product .cont-box-r-paypal {
    width: 33%; }

  .template-product .cont-box-r-paypal img {
    margin: 18px auto 0;
    width: 150px;
    display: block;
    max-width: 90%; }

  .template-product .product-shop .product-infor {
    float: inherit;
    position: absolute;
    margin-top: 9px;
    left: 230px; }

  .template-product .product-shop .prices .compare-price {
    margin-right: 5px; } }
@media (max-width: 500px) {
  .template-article .col2-image-left {
    flex-direction: column-reverse; }

  .template-article .col2-image-left-img h4 {
    width: 100%; }

  .template-article .col2-image-left-img {
    margin-bottom: 20px; }

  .template-article .col2-image-left-img p {
    text-align: center !important; }

  .template-article .col2-image-left-text {
    padding-left: 0; }

  #sexyland-australia-have-more-fun-shopping .jdgm-carousel-wrapper {
    padding-top: 0 !important;
    margin-top: -45px !important; }

  body .page-header h2 {
    font-size: 20px; }

  .template-product .product-shop .product-title h2 {
    font-size: 20px; }

  .home-product-tab .nav-tabs li {
    min-width: initial !important;
    text-align: center; }

  .jdgm-carousel-wrapper {
    float: left;
    width: 100% !important;
    margin-bottom: 100px !important; }

  .list-category .grid-item {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .list-category .grid-item img {
    height: auto; }

  .list-category .collection-title .desc {
    height: auto !important; }

  .template-product .cont-box-l {
    width: 100%; }

  .template-product .cont-box-r {
    width: 55%; }

  .template-product .cont-box-r .tagline {
    padding: 0; }

  .template-product .cont-box .divider:nth-child(4) {
    display: none !important; }

  .template-product .cont-box-r-paypal {
    display: none !important; }

  .cont-box-r-paypal-mobile {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }

  .cont-box-r-paypal-mobile img {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%; }

  .wrapper-cart .continue {
    display: block;
    margin: 0 auto; } }
@media (max-width: 767px) {
  #sexyland-australia-have-more-fun-shopping .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme {
    margin-top: 10px; }

  body .jdgm-carousel-title {
    font-size: 19px; }

  .breadcrumb a, .breadcrumb span:not(.arrow) {
    font-size: 12px; }

  .home-product-tab .jdgm-widget.jdgm-widget {
    height: 28px; }

  /*   .home-product-tab .jdgm-prev-badge__text{
      display:block;
    }
     */
  .warranty-badge-mobile {
    position: relative;
    top: 65px; }

  .warranty-badge-mobile img {
    width: 40px; } }
@media (max-width: 368px) {
  .recently-viewed-products .products-grid .grid-item {
    max-width: 100%; } }
section.custom-html {
  margin-bottom: 5px; }

#shopify-section-1593043140953 &gt; section {
  margin-top: 25px; }

.wrapper-top-cart .total {
  display: block !important; }
.wrapper-top-cart span.price {
  float: right; }

h1.sc-oTLFK {
  font-size: 30px;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: normal !important;
  letter-spacing: 0.04em;
  text-align: left; }

.product-img-box .contain-images-pr .video-open-popup {
  display: none !important; }

/* Modmedia changes start*/
.em-color {
  color: #f1152f;
  margin-left: 2px;
  font-style: initial;
  font-size: 16px;
  font-weight: 600; }

.desktop-display {
  display: block; }

.mobile-display {
  display: none; }

.desktop-display-in {
  display: flex; }

.mobile-display-in {
  display: none; }

@media (max-width: 767px) {
  .btn-group.ban1 .link {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500; }

  .desktop-display {
    display: none; }

  .mobile-display {
    display: block; }

  .desktop-display-in {
    display: none; }

  .mobile-display-in {
    display: flex; }

  #w3-product-accessories .accessories-item .accessory-price {
    margin-top: 10px; }

  .product-shop .prices {
    font-size: 29px !important; }

  .product-img-box {
    margin-bottom: 0px !important; }

  .template-product .product {
    margin-bottom: 0px !important; }

  .select-style {
    border: 1px solid #cbcbcb;
    font-weight: 500;
    min-width: 40px;
    height: 40px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    padding: 4px;
    color: #333;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Archivo Narrow'; }

  .accessories-item input[type=checkbox] {
    box-shadow: none;
    border-radius: 0px !important;
    background-color: #fff !important; } }
.accessories-item input[type=checkbox] {
  box-shadow: none;
  border-radius: 0px !important;
  background-color: #fff !important; }

.map-pin-style {
  margin-left: 10px;
  font-size: 18px;
  font-family: Archivo Narrow;
  font-weight: 600;
  color: #787878; }

@media (min-width: 1025px) {
  .site-header .header-bottom .column-middle {
    width: -moz-calc(100% - 650px) !important;
    width: -webkit-calc(100% - 650px) !important;
    width: calc(100% - 650px) !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-display-in {
    margin-top: 15px; } }
.coll-color-box {
  margin-bottom: 0px !important; }

@media (max-width: 767px) {
  .products-grid .grid-item {
    margin-bottom: 0 !important; }

  .product-item .product-bottom .price-box {
    margin-bottom: 0 !important; }

  .product-item .product-bottom .price-box1 {
    line-height: 16px !important;
    font-size: 14px !important; }

  .text-block {
    font-size: 2.5rem;
    line-height: 3.125rem; } }
/*  sold out button customisation */
.label.label1 {
  font-size: 20px;
  color: #cecece;
  text-transform: uppercase; }

.product-bottom {
  text-align: center; }

/*  sold out button customisation */
/*  Button group styling for banner image with button */
@media screen and (min-width: 280px) and (max-width: 319px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -245px !important;
    left: 35px !important; }

  .text1 span {
    top: -140px !important;
    font-size: 15px !important; }

  .text2 span {
    top: -180px !important;
    font-size: 10px !important; }

  .mg-top-second {
    margin-top: 5px !important; }

  .mg-top-last {
    margin-top: 5px !important; }

  .mg-top-second-last {
    margin-top: 5px !important; }

  .link {
    font-size: 10px !important; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 320px) and (max-width: 359px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -220px !important;
    left: 60px !important; }

  .text1 span {
    top: -140px !important;
    font-size: 30px !important; }

  .text2 span {
    top: -182px !important;
    font-size: 16px !important; }

  .mg-top {
    margin-top: 5px; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; }

  .mt-3 {
    margin-top: 5px !important; }

  .column-top {
    margin-top: 0px !important; }

  figure {
    margin-bottom: 0px !important; } }
@media screen and (min-width: 360px) and (max-width: 374px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -255px !important;
    left: 70px !important; }

  .text1 span {
    top: -160px !important;
    font-size: 30px !important; }

  .text2 span {
    top: -195px !important;
    font-size: 16px !important; }

  .mg-top {
    margin-top: 5px; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 350px) and (max-width: 413px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -220px !important;
    left: 80px !important; }

  .text1 span {
    top: -160px !important;
    font-size: 30px !important; }

  .text2 span {
    top: -195px !important;
    font-size: 20px !important; }

  .mg-top {
    margin-top: 5px !important; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 414px) and (max-width: 499px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -230px !important;
    left: 90px !important; }

  .text1 span {
    top: -160px !important;
    font-size: 30px !important; }

  .text2 span {
    top: -195px !important;
    font-size: 20px !important; }

  .mg-top {
    margin-top: 5px !important; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 500px) and (max-width: 539px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -200px !important;
    left: 35px !important; }

  .text1 span {
    top: -160px !important;
    font-size: 30px !important; }

  .text2 span {
    top: -200px !important;
    font-size: 16px !important; }

  .btn-group.ban1 &gt; .btn:last-child, .panel-group .spr-summary-actions .btn-group.ban1 &gt; a:last-child, .blog-detail .action-btn .btn-group.ban1 &gt; a:last-child, .template-article #comments .btn-group.ban1 &gt; .btn-secondary:last-child {
    margin-left: 140px !important; }

  .mg-top-last {
    margin-top: 5px !important; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 540px) and (max-width: 600px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -230px !important;
    left: 50px !important; }

  .text1 span {
    top: -180px !important; }

  .text2 span {
    top: -220px !important; }

  .mg-top-last {
    margin-top: 5px !important; }

  .mg-top-second-last {
    margin-top: 5px !important; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 601px) and (max-width: 679px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -210px !important;
    left: 80px !important; }

  .text1 span {
    top: -160px !important; }

  .text2 span {
    top: -200px !important; }

  .btn-group.ban1 &gt; .btn:last-child, .panel-group .spr-summary-actions .btn-group.ban1 &gt; a:last-child, .blog-detail .action-btn .btn-group.ban1 &gt; a:last-child, .template-article #comments .btn-group.ban1 &gt; .btn-secondary:last-child {
    margin-left: 140px; }

  .mg-top-last {
    margin-top: 5px; }

  #shopify-section- .banner-image {
    margin-bottom: -160px !important; } }
@media screen and (min-width: 680px) and (max-width: 767px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -180px !important;
    left: 50px !important; }

  .text1 span {
    top: -170px !important; }

  .text2 span {
    top: -200px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-bottom {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 849px) {
  .btn-group.ban1, .btn-group-vertical {
    display: inline-block;
    top: -175px !important;
    left: 80px !important; }

  .text1 span {
    top: -170px !important; }

  .text2 span {
    top: -200px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-bottom {
    margin-bottom: 20px; } }
@media screen and (min-width: 850px) and (max-width: 991px) {
  .btn-group.ban1, .btn-group-vertical {
    top: -175px !important; }

  .text1 span {
    top: -220px !important; }

  .text2 span {
    top: -250px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-bottom {
    margin-bottom: 20px; } }
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .btn-group.ban1, .btn-group-vertical {
    top: -180px !important; }

  .text1 span {
    top: -240px !important; }

  .text2 span {
    top: -250px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-top {
    margin-top: 0px !important; }

  .add-to-cart-btn {
    display: none; }

  .action {
    display: none; }

  .mg-bottom {
    margin-bottom: 20px; } }
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .btn-group.ban1, .btn-group-vertical {
    top: -180px !important; }

  .text1 span {
    top: -270px !important; }

  .text2 span {
    top: -300px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-top {
    margin-top: 0px !important; }

  .mg-bottom {
    margin-bottom: 20px; } }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .btn-group.ban1, .btn-group-vertical {
    top: -220px !important; } }
@media screen and (min-width: 1401px) and (max-width: 1650px) {
  .btn-group.ban1, .btn-group-vertical {
    top: -225px !important; } }
@media screen and (min-width: 1200px) {
  .text1 span {
    top: -300px !important;
    position: relative;
    text-align: center;
    background-color: transparent;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 60px !important; }

  .text2 span {
    top: -300px;
    position: relative;
    text-align: center;
    background-color: transparent;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 40px !important; }

  .mg-top-last {
    margin-top: 0px !important; }

  .mg-top {
    margin-top: 0px !important; }

  .btn-group.ban1 {
    height: 50px; }

  .btn1 {
    font-size: 20px !important; }

  .btn-group.ban1 .link {
    padding: 10px 4px !important;
    /* Some padding */ }

  .mt-3-new {
    margin-top: -20px !important; } }
.text1 span {
  top: -300px;
  position: relative;
  text-align: center;
  background-color: transparent;
  color: white;
  padding-left: 20px;
  padding-right: 20px; }

.text2 span {
  top: -300px;
  position: relative;
  text-align: center;
  background-color: transparent;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 20px; }

.text-block1 {
  position: absolute;
  top: 150px;
  left: 780px;
  text-align: center;
  background-color: transparent;
  color: white;
  padding-left: 20px;
  padding-right: 20px; }

.text-block2 span {
  position: absolute;
  top: 210px;
  left: 850px;
  text-align: center;
  background-color: transparent;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.9rem !important; }

.btn-group.ban1, .btn-group-vertical {
  top: -240px;
  justify-content: center;
  align-items: center; }

/* Clear floats (clearfix hack) */
.btn-group.ban1:after {
  content: "";
  clear: both;
  display: block; }

.btn-group.ban1 .link {
  background-color: white !important;
  /* Green background */
  border: 1px solid white !important;
  /* Green border */
  border-radius: 100px !important;
  color: black !important;
  /* White text */
  padding: 0px 4px;
  /* Some padding */
  cursor: pointer !important;
  /* Pointer/hand icon */
  float: left !important;
  /* Float the buttons side by side */
  font-weight: 500 !important; }

.btn-group.ban1 .link:not(:last-child) {
  border-right: none !important;
  /* Prevent double borders */ }

.btn-group.ban1 .link:hover {
  background-color: transparent !important; }

/*  Button group styling for banner image with button */
.left-image {
  content: ' ';
  width: 20%;
  top: 3%;
  left: 2%;
  background: url("/cdn/shop/files/2hrdelivery.png") 0 0 no-repeat;
  position: absolute;
  height: 100%;
  float: right;
  background-size: contain;
  z-index: 1; }

#shopify-section- .banner-image {
  margin-bottom: -140px !important; }

.desk-banner {
  display: block; }

.mobile-banner {
  display: none; }

@media screen and (max-width: 767px) {
  .desk-banner {
    display: none; }

  .mobile-banner {
    display: block; }

  .full-width {
    width: 100%;
    max-width: 100%; }

  .text1 {
    height: 20px !important; }

  .text2 {
    display: none; } }
/* Modmedia changes  end*/
/* Modmedia changes 13.04.2021*/
.jdgm-preview-badge {
  display: block !important; }

/* Modmedia changes 13.04.2021*/
.jdgm-verified-badge.jdgm-verified-badge.jdgm-verified-badge {
  display: inline-block !important;
  /*   padding-bottom: 90px !important; */ }

@media screen and (max-width: 700px) {
  .jdgm-prev-badge__text {
    font-size: 12px !important; } }
.jdgm-carousel-wrapper {
  margin: 0px !important;
  padding: 20px 0 !important; }

/* Judge.me changes 18.05.2021 */
@media only screen and (max-width: 500px) {
  .jdgm-carousel-wrapper {
    margin-bottom: 30px !important; } }
@media (max-width: 430px) {
  .home-product-tab .jdgm-prev-badge__text {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .template-product .product-shop .product-title h1 {
    margin-bottom: 5px;
    margin-top: 10px; } }
.jdgm-star {
  color: #2a7ee1 !important; }

@media only screen and (max-width: 767px) {
  .ln-ht {
    line-height: 20px !important; } }
/*--------------Product addon app changes ---------------------*/
@media only screen and (max-width: 767px) {
  .product-shop .prices {
    font-size: 20px !important;
    font-weight: 500 !important; }

  .spicegems-main-price {
    font-size: 20px !important;
    font-weight: 500 !important; } }
/*--------------Product addon app changes ---------------------*/
.product-item .product-bottom .action {
  visibility: hidden; }

/*------------------------------------Zip widget changes------------------------- */
.cont-box-r .tagline {
  display: inline !important;
  padding: 0px !important; }

.cont-box-r .tagline span {
  display: inline !important; }

.cont-box-r .flex-container img {
  display: inline !important; }

.cont-box-r .tagline .learn-more {
  display: inline !important; }

@media only screen and (max-width: 767px) {
  .cont-box-r .tagline {
    display: inline !important;
    padding: 0px !important; }

  .cont-box-r .tagline span {
    display: inline !important;
    white-space: normal !important; }

  .cont-box-r .flex-container img {
    display: inline !important; }

  .cont-box-r .tagline .learn-more {
    display: inline !important; }

  #zip-prod-widget1 {
    width: max-content !important;
    margin-top: -30px !important; }

  /* #sg-pro-access-wrapper {
   	margin-top: 60px !important;
   }
   */
  .template-product .product-shop .with_warranty_badge {
    height: 0 !important; }

  .top-space {
    top: 150px !important; } }
@media only screen and (min-width: 768px) {
  .cont-box-r {
    margin-top: -30px; }

  .warranty-badge-desktop a {
    position: unset; }

  #spiceaddonsappid {
    margin-top: -25px !important; } }
.template-product .product-shop .with_warranty_badge {
  float: left !important; }

@media only screen and (min-width: 500px) and (max-width: 767px) {
  .saso-volumes, .saso-bundle {
    width: 225px; } }
@media only screen and (min-width: 1200px) {
  .saso-volumes, .saso-bundle {
    width: 285px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .saso-volumes, .saso-bundle {
    width: 220px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .saso-volumes, .saso-bundle {
    width: 350px; } }
.saso-volume-discount-tiers {
  margin-bottom: 2em; }

.saso-volume-discount-tiers h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75em;
  line-height: 36px; }

.saso-table {
  background: #2a7ee1 !important;
  border: 4px solid #2a7ee1 !important; }

.saso-volume-discount-tiers .saso-table th {
  border: 1px solid #2a7ee1 !important;
  padding: 4px;
  color: #ffffff !important;
  font-size: medium !important;
  padding: 6px 16px !important; }

.saso-volume-discount-tiers .saso-table td {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  color: #2a7ee1 !important;
  padding: 8px 16px !important;
  font-weight: 700 !important;
  font-size: 22px !important; }

.saso-price {
  color: #2a7ee1 !important;
  font-size: 22px !important; }

@media only screen and (min-width: 1200px) {
  .qty-group {
    width: 285px; }

  .qty-group .button.des {
    width: 60px; }

  .qty-group .button.inc {
    width: 60px; }

  .qty-group input[name="quantity"] {
    width: 265px; } }
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .qty-group {
    width: 225px; }

  .qty-group .button.des {
    width: 60px; }

  .qty-group .button.inc {
    width: 60px; }

  .qty-group input[name="quantity"] {
    width: 105px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .qty-group {
    width: 285px; }

  .qty-group .button.des {
    width: 60px; }

  .qty-group .button.inc {
    width: 60px; }

  .qty-group input[name="quantity"] {
    width: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qty-group {
    width: 350px; }

  .qty-group .button.des {
    width: 60px; }

  .qty-group .button.inc {
    width: 60px; }

  .qty-group input[name="quantity"] {
    width: 230px; } }
.slider-brand-wrapper .container {
  border-top: unset !important; }
</pre></body></html>