/*
Theme Name: blackberry
Theme URI: blackberrt
Author: blackberrt
Author URI: blackberrt
Description: blackberrt website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blackberry*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display|Roboto:300,400,500,700|PT+Mono:300,400,500,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title:after {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'GeogrotesqueStencil-Sb';
  src: url("./assets/fonts/GeogrotesqueStencilB-Sb.eot");
  src: url("./assets/fonts/GeogrotesqueStencilB-Sb.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/GeogrotesqueStencilB-Sb.woff2") format("woff2"), url("./assets/fonts/GeogrotesqueStencilB-Sb.woff") format("woff"), url("./assets/fonts/GeogrotesqueStencilB-Sb.ttf") format("truetype"), url("./assets/fonts/GeogrotesqueStencilB-Sb.svg#GeogrotesqueStencilB-Sb") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'GeogrotesqueStencil-Rg';
  src: url("./assets/fonts/GeogrotesqueStencilB-Rg.eot");
  src: url("./assets/fonts/GeogrotesqueStencilB-Rg.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/GeogrotesqueStencilB-Rg.woff2") format("woff2"), url("./assets/fonts/GeogrotesqueStencilB-Rg.woff") format("woff"), url("./assets/fonts/GeogrotesqueStencilB-Rg.ttf") format("truetype"), url("./assets/fonts/GeogrotesqueStencilB-Rg.svg#GeogrotesqueStencilB-Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.object-fit_fill {
  object-fit: fill;
}

.object-fit_contain {
  object-fit: contain;
}

.object-fit_cover {
  object-fit: cover;
}

.object-fit_none {
  object-fit: none;
}

.object-fit_scale-down {
  object-fit: scale-down;
}

@font-face {
  font-family: 'new_stencil_tfbregular';
  src: url("./assets/fonts/new_stencil_tfb-webfont.woff2") format("woff2"), url("./assets/fonts/new_stencil_tfb-webfont.woff") format("woff"), url("./assets/fonts/new_stencil_tfb-webfont.ttf") format("truetype"), url("./assets/fonts/new_stencil_tfb-webfont.svg#new_stencil_tfbregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("./assets/fonts/icomoon.eot?u9qr9l");
  src: url("./assets/fonts/icomoon.eot?u9qr9l#iefix") format("embedded-opentype"), url("./assets/fonts/icomoon.ttf?u9qr9l") format("truetype"), url("./assets/fonts/icomoon.woff?u9qr9l") format("woff"), url("./assets/fonts/icomoon.svg?u9qr9l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Login:before {
  content: "\e900";
}

.icon-White-Arrow:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
}

.icon-Hanger:before {
  content: "\e903";
}

.icon-Circle:before {
  content: "\e904";
}

.icon-Store-Locator:before {
  content: "\e905";
}

.icon-Linked-In:before {
  content: "\e906";
}

.icon-Dribbble:before {
  content: "\e907";
}

.icon-Twitter:before {
  content: "\e908";
}

.icon-Facebook:before {
  content: "\e909";
}

.icon-Right-Arrow:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

@font-face {
  font-family: "register-icomoon";
  src: url("./assets/fonts/register-icomoon.eot?womh1h");
  src: url("./assets/fonts/register-icomoon.eot?womh1h#iefix") format("embedded-opentype"), url("./assets/fonts/register-icomoon.ttf?womh1h") format("truetype"), url("./assets/fonts/register-icomoon.woff?womh1h") format("woff"), url("./assets/fonts/register-icomoon.svg?womh1h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="iconre-"], [class*=" iconre-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'register-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconre-password:before {
  content: "\e900";
}

.iconre-mobile:before {
  content: "\e901";
}

.iconre-email:before {
  content: "\e902";
}

.iconre-user:before {
  content: "\e903";
}

.iconre-password-view:before {
  content: "\e904";
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.56;
  text-align: left;
  color: #33291a;
  background: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
}
body.inside-pages {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.56;
  text-align: left;
  color: #33291a;
  background: #ffffff;
  max-width: 1600px;
  font-weight: normal;
  margin: 0 auto;
}
body.inside-pages p {
  font-weight: normal;
}

ul {
  padding: 0;
}

a {
  color: #33291a;
}
a.cta-btn {
  display: inline-block;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.cta-btn:hover:before {
  width: 37px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
a.cta-btn:hover:after {
  width: 0;
}
a.cta-btn:before {
  width: 37px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 35%;
  left: 110%;
  margin: auto;
  width: 0;
}
a.cta-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
}
a:hover {
  color: #33291a;
  text-decoration: none;
}
a:focus {
  color: #33291a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #33291a;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #33291a;
}

p {
  font-weight: normal;
}

h1 {
  font-size: 64px;
  font-weight: 600;
}

h2 {
  font-size: 49px;
  font-weight: 600;
}

h3 {
  font-size: 34px;
  font-weight: 600;
}

h4 {
  font-size: 27px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

.btn {
  border-radius: 0;
}

img {
  max-width: 100%;
}

.search-popup p {
  color: #fff;
}

.news-letter-popup .form_wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
}
.news-letter-popup .form_wrapper input[type="text"] {
  width: 90%;
}

.suggestion-wrapper {
  margin-top: 10px;
}
.suggestion-wrapper h5 {
  color: #e84d3b;
  font-weight: normal;
  font-size: 19px;
}
.suggestion-wrapper ul {
  color: #fff;
  list-style-type: none;
}
.suggestion-wrapper ul li {
  text-indent: 6px;
  font-size: 16px;
  margin: 10px 0 10px 0;
}
.suggestion-wrapper ul li:before {
  content: "-";
  text-indent: -5px;
}
.suggestion-wrapper ul li a {
  color: #fff;
  padding: 0 0 0 7px;
}

.firebird-content .inner-content {
  position: relative;
  width: 70%;
  float: right;
  background: #f7f8f8;
  padding: 50px 50px;
}
@media screen and (max-width: 600px) {
  .firebird-content .inner-content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .firebird-content .inner-content {
    width: 100%;
  }
}
.firebird-content .inner-content p {
  font-weight: normal;
  padding: 0 140px 0px 0;
}
@media screen and (max-width: 1024px) {
  .firebird-content .inner-content p {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .firebird-content .inner-content p {
    padding: 0;
  }
}
.firebird-content .inner-content h3 {
  position: absolute;
  left: -60px;
  top: -50px;
  color: #947a54;
}
@media screen and (max-width: 1024px) {
  .firebird-content .inner-content h3 {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .firebird-content .inner-content h3 {
    left: 0px;
    top: 0;
    position: relative;
  }
}

.floated {
  background: #fff;
}

.fb-membership-details img {
  width: 100%;
}
.fb-membership-details table {
  margin-top: 38px;
}
.fb-membership-details p {
  padding-right: 180px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .fb-membership-details p {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .fb-membership-details p {
    padding-right: 0;
  }
}
.fb-membership-details h4 {
  font-size: 20px;
  color: #d74c32;
}
.fb-membership-details .inner-content {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .fb-membership-details .inner-content {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 600px) {
  .fb-membership-details .inner-content {
    padding: 10px 0px;
  }
}

.membership-tier.fb-club-d-program p {
  padding-right: 55px !important;
}
@media screen and (max-width: 1024px) {
  .membership-tier.fb-club-d-program p {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .membership-tier.fb-club-d-program p {
    padding-right: 0 !important;
  }
}
.membership-tier .note {
  font-size: 13px;
}
.membership-tier table {
  margin-top: 10px;
}
.membership-tier ul {
  color: #000;
  list-style-type: none;
  padding-left: 20px;
}
.membership-tier ul li {
  text-indent: 10px;
  font-size: 15px;
  margin: 10px 0 10px 0;
}
.membership-tier ul li:before {
  content: "-";
  padding: 0 10px 0 0px;
  text-indent: -5px;
}
.membership-tier .inner-content p {
  padding-right: 160px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .membership-tier .inner-content p {
    padding-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .membership-tier .inner-content p {
    padding-right: 0px;
  }
}
.membership-tier .inner-content h4 {
  padding-left: 20px;
}
.membership-tier .inner-content .highlight {
  color: #d74c32;
}

.terms-section ul {
  color: #000;
  list-style-type: none;
  padding-left: 20px;
}
.terms-section ul li {
  text-indent: -15px;
  font-size: 15px;
  margin: 10px 0 10px 0;
  word-break: break-all;
}
.terms-section ul li:before {
  content: "-";
  padding: 0 10px 0 0px;
  text-indent: -5px;
}

.fb-membership h4 {
  color: #d74c32;
  font-size: 19px;
}

.firebird-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .firebird-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.col-w-min {
  width: 36%;
  text-align: left !important;
  font-weight: bold;
  font-size: 15px;
}

.table-bordered thead th {
  width: 16%;
  border-bottom: 0px;
  text-align: center;
  color: #d74c32;
  font-size: 15px;
  font-weight: bold;
}

.table-bordered td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.product-description {
  margin: 0 0px 25px;
}
.product-description .nav-item {
  font-size: 19px;
  font-weight: 600;
  padding: 0 15px;
  border-right: 2px solid #e84d3b;
}
.product-description .nav-item:first-child {
  padding-left: 0;
}
.product-description .nav-item:last-child {
  border-right: 0;
}
.product-description .nav-item.active a {
  color: #e84d3b;
}

.product-swiper-slider .swiper-button-next, .product-swiper-slider .swiper-container-rtl .swiper-button-prev {
  background: transparent;
  color: #231f20;
  font-size: 30px;
}
.product-swiper-slider .swiper-button-prev, .product-swiper-slider .swiper-container-rtl .swiper-button-next {
  background: transparent;
  color: #231f20;
  font-size: 30px;
}

.product-recommended {
  margin-top: 2em;
}
.product-recommended h2 {
  color: #e84d3b;
  font-size: 40px;
  margin-bottom: 5px;
}
.product-recommended p {
  color: #585650;
  font-size: 15px;
}

.product-variants {
  margin: 0 0px 25px;
}
.product-variants .size-guide {
  margin-left: 12px;
}
.product-variants .heading {
  font-size: 19px;
  color: #3a372f;
  font-weight: 600;
  margin-right: 10px;
}
.product-variants a {
  font-size: 12px;
  color: #585650;
  text-decoration: underline;
}

.price-row {
  margin-bottom: 25px;
}
.price-row .current-price {
  color: #e84d3b;
  font-size: 33px;
  font-weight: 600;
  margin-right: 15px;
}
.price-row .discounted-price {
  font-size: 14px;
  color: #3a372f;
  text-decoration: line-through;
}

.pp-variations {
  margin-bottom: 25px;
}
.pp-variations h4 {
  font-size: 16px;
  color: #3a372f;
}
.pp-variations .product-status {
  color: #585650;
  font-size: 12px;
  margin-left: 30px;
}
.pp-variations .product-status .fa {
  color: #50c253;
}
.pp-variations .variations_button .p-quantity {
  float: left;
  margin: 0 4px 0 0;
  width: auto;
  border: 1px solid #E8E8E9;
}
.pp-variations .variations_button .p-quantity .quantity {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
  height: 47px;
  width: 4.631em;
  text-align: center;
  outline: none;
}
.pp-variations .variations_button .btn-primary {
  text-transform: capitalize;
  background: #e84d3b;
  border: 1px solid #e84d3b;
  margin: 0 0 0 10px;
  padding: 14px 22px;
  font-size: 13px;
  outline: none;
}

.pd-tabs {
  margin: 0 0px 25px;
}
.pd-tabs .tab-pane {
  font-size: 14px;
  color: #585650;
  line-height: 28px;
}

.woocommerce .product .images {
  float: none !important;
  margin: 0 auto;
  width: 100% !important;
}
.woocommerce .product .images .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce .product .images .flex-control-thumbs {
  display: none !important;
}
.woocommerce .product .images .flex-direction-nav {
  list-style: none;
}
.woocommerce .product .images .flex-direction-nav a.flex-prev {
  visibility: hidden;
  position: absolute;
  top: 40%;
  left: -60px;
}
@media screen and (max-width: 600px) {
  .woocommerce .product .images .flex-direction-nav a.flex-prev {
    left: -60px;
  }
}
.woocommerce .product .images .flex-direction-nav a.flex-prev::after {
  visibility: visible;
  content: '\2329';
  font-size: 30px;
}
.woocommerce .product .images .flex-direction-nav a.flex-next {
  visibility: hidden;
  position: absolute;
  right: -10px;
  top: 40%;
}
@media screen and (max-width: 600px) {
  .woocommerce .product .images .flex-direction-nav a.flex-next {
    right: -10px;
  }
}
.woocommerce .product .images .flex-direction-nav a.flex-next::after {
  visibility: visible;
  content: '\232a';
  font-size: 30px;
}
.woocommerce .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
  border: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
  padding-left: 5px !important;
  padding-right: 37px !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:last-child {
  border-left: 2px solid #e84d3b !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  color: #33291a !important;
  padding: 0 !important;
  line-height: 40px;
}
.woocommerce .woocommerce-tabs ul.tabs li:not(:first-child) a {
  padding-left: 10px !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:before, .woocommerce .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active {
  z-index: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  color: #e84d3b !important;
}

.woocommerce .woocommerce-billing-fields {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-billing-fields .hide_billing {
  display: none;
}
.woocommerce .woocommerce-shipping-fields .form-row label, .woocommerce .woocommerce-billing-fields .form-row label, .woocommerce .woocommerce-edit-address .form-row label {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-shipping-fields .form-row-first, .woocommerce .woocommerce-shipping-fields .form-row-last, .woocommerce .woocommerce-billing-fields .form-row-first, .woocommerce .woocommerce-billing-fields .form-row-last, .woocommerce .woocommerce-edit-address .form-row-first, .woocommerce .woocommerce-edit-address .form-row-last {
  width: 49%;
}
.woocommerce .woocommerce-shipping-fields .head-txt-center, .woocommerce .woocommerce-billing-fields .head-txt-center, .woocommerce .woocommerce-edit-address .head-txt-center {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper {
  width: 100%;
  border: 1px solid #b2b9be;
  height: 50px;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper ::-webkit-input-placeholder, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper ::-webkit-input-placeholder, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e98a0;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper ::-moz-placeholder, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper ::-moz-placeholder, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e98a0;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper :-ms-input-placeholder, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper :-ms-input-placeholder, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #8e98a0;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper :-moz-placeholder, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper :-moz-placeholder, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #8e98a0;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper .select2-selection, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper .select2-selection {
  width: 100% !important;
  background: #fff;
  border: 0px !important;
  outline: none;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper .select2-selection .select2-selection__rendered, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection .select2-selection__rendered, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  padding: 9px 7px 8px 5px !important;
}
.woocommerce .woocommerce-shipping-fields .woocommerce-input-wrapper .select2-selection .select2-selection__arrow, .woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper .select2-selection .select2-selection__arrow, .woocommerce .woocommerce-edit-address .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  height: 40px !important;
  top: 0 !important;
}
.woocommerce .woocommerce-shipping-fields input[type="text"], .woocommerce .woocommerce-shipping-fields input[type="email"], .woocommerce .woocommerce-shipping-fields input[type="tel"], .woocommerce .woocommerce-shipping-fields input[type="password"], .woocommerce .woocommerce-billing-fields input[type="text"], .woocommerce .woocommerce-billing-fields input[type="email"], .woocommerce .woocommerce-billing-fields input[type="tel"], .woocommerce .woocommerce-billing-fields input[type="password"], .woocommerce .woocommerce-edit-address input[type="text"], .woocommerce .woocommerce-edit-address input[type="email"], .woocommerce .woocommerce-edit-address input[type="tel"], .woocommerce .woocommerce-edit-address input[type="password"] {
  border: 0;
  border: 0;
  height: 100%;
  padding: 5px;
  color: #585650;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  width: 83%;
  outline: none;
}
.woocommerce .woocommerce-checkout-review-order #payment {
  background: #fff;
}
.woocommerce .woocommerce-checkout-review-order .wc_payment_methods.payment_methods {
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section h5 {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section .edit_cart h5 {
  float: right;
  color: #e84d3b;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section .edit_cart h5 {
    margin-top: 5px;
  }
}
.woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section:after {
  width: 86% !important;
  float: left;
}
@media screen and (max-width: 1024px) {
  .woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section:after {
    width: 76% !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .woocommerce-checkout-review-order .checkout-form-heading.edit_cart_section:after {
    width: 60% !important;
  }
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td {
  background-color: #ffffff !important;
}

.woocommerce .woocommerce-cart-form__cart-item {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-cart-form__cart-item .wish {
  position: absolute;
  right: 0;
}
.woocommerce .woocommerce-cart-form__cart-item .wish .shortlist-product {
  position: absolute !important;
  right: 5px !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .woocommerce .woocommerce-cart-form__cart-item .wish .shortlist-product {
    right: 13px !important;
  }
}

.single-product-container {
  margin-top: 20px;
}
.single-product-container .overlay-back {
  font-size: 55px !important;
  top: -30px !important;
  width: 80% !important;
  line-height: 80px;
  left: -300px !important;
}
@media screen and (max-width: 1024px) {
  .single-product-container .overlay-back {
    width: 90% !important;
    left: -380px !important;
  }
}
@media screen and (max-width: 600px) {
  .single-product-container .overlay-back {
    font-size: 70px !important;
    top: 335px !important;
    left: -255px !important;
    width: 100% !important;
  }
}
.single-product-container .details {
  /*
  		.stock.simple-stock {
  			position: relative;
  		    left: 230px;
  		    top: 90px;
  			font-size: 12px;
  			
  			@include screen(small) {
  				left: 0;
  				text-align: right;
  				margin-right: 10px;
  			}
  		}
  		.stock.simple-stock.in-stock, .in-stock{
  			color: #77A467;
  		}
  		.stock.simple-stock.out-of-stock, .out-of-stock{
  			color: red;
  		}		
  */
}
@media screen and (max-width: 600px) {
  .single-product-container .details {
    order: 2;
    margin-top: 5px;
  }
}
.single-product-container .details h1 {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .single-product-container .details h1 {
    margin-left: 0;
  }
}
.single-product-container .details .simple-stock {
  position: relative;
  display: inline-block;
  top: 87px;
  left: 200px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .single-product-container .details .simple-stock {
    left: 185px;
  }
}
.single-product-container .image-slider {
  position: relative;
}
.single-product-container .image-slider .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .single-product-container .image-slider .yith-wcwl-add-to-wishlist {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .single-product-container .image-slider {
    order: 1;
  }
}

.in-stock {
  color: #77A467;
}

.out-of-stock {
  color: red;
}

.single-product-container {
  /*
  	form.cart table.variations tbody tr{
  		flex: 1;
  		margin: 10px 0;
  	}
  	form.cart .single_add_to_cart_button{
  		background-color: #e84d3b;
  		border-color: #e84d3b;
  	}
  	form.cart table.variations tbody tr td.label{
  		flex-basis: 12%;
  		@include screen(small){
  			flex-basis: 18%;
  		}
  	}
  	form.cart table.variations tbody tr td.size-guide{
  		text-align: right;
  		width: 29%;
  	}
  */
  /*
  	form.cart p.stock{
  		right: 20px;
  		left: auto;
  	}
  */
}
.single-product-container .variable-price {
  margin-bottom: 25px !important;
}
.single-product-container .price {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.single-product-container .price .woocommerce-Price-amount {
  color: #e84d3b;
  font-size: 33px;
  font-weight: 600;
  margin-right: 15px;
}
.single-product-container .price .woocommerce-Price-amount:last-child {
  margin-left: 15px;
}
.single-product-container .price del {
  order: 2;
  opacity: 1 !important;
}
.single-product-container .price del .woocommerce-Price-amount {
  font-size: 14px !important;
  color: #3a372f !important;
  font-weight: normal !important;
}
.single-product-container .price ins {
  text-decoration: none;
}
.single-product-container .price ins .woocommerce-Price-amount {
  color: #e84d3b !important;
  font-size: 33px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
}

form.cart {
  position: relative;
  /*
  	p.stock {
  		position: absolute;
  		left: 250px;
  		bottom: 0;
  		font-size: 12px;
  		
  		@include screen (med) {
  			left: 225px;
  			margin-bottom: 15px;
  		}
  		
  		@include screen(small) {		
  			left: 220px;
  		}	
  	}	
  */
}
form.cart table.variations {
  width: 100%;
  margin-bottom: 20px;
}
form.cart table.variations tbody {
  display: flex;
  flex-wrap: wrap;
}
form.cart table.variations tbody tr {
  display: flex;
  flex: 1;
  align-items: flex-start;
}
form.cart table.variations tbody tr:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  form.cart table.variations tbody tr:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  form.cart table.variations tbody tr {
    flex-basis: 100%;
  }
  form.cart table.variations tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
}
form.cart table.variations tbody tr td.label {
  font-size: 19px;
  color: #3a372f;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  form.cart table.variations tbody tr td.label {
    flex-basis: 22%;
  }
}
@media screen and (max-width: 600px) {
  form.cart table.variations tbody tr td.label {
    flex-basis: 28%;
    margin-right: 0;
  }
}
form.cart table.variations tbody tr td.label label {
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  form.cart table.variations tbody tr td.label label {
    margin-right: 0;
  }
}
form.cart table.variations tbody tr td.woo-variation-items-wrapper {
  flex-basis: 50%;
}
form.cart table.variations tbody tr td.woo-variation-items-wrapper li {
  outline: none;
}
form.cart table.variations tbody tr td.woo-variation-items-wrapper ul.button-variable-wrapper .variable-item.selected {
  box-shadow: none !important;
  background: #e84d3b;
  color: #fff;
  transition: 0.3s ease all;
}
form.cart table.variations tbody tr td.woo-variation-items-wrapper ul.button-variable-wrapper .variable-item-span {
  font-size: 14px;
}
form.cart table.variations tbody tr td.size-guide {
  margin-top: 8px;
  font-size: 12px;
  color: #585650;
  text-decoration: underline;
}
form.cart table.variations tbody tr td.size-guide a {
  outline: none;
}
@media screen and (max-width: 1024px) {
  form.cart table.variations tbody tr td.size-guide {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  form.cart table.variations tbody tr td.size-guide {
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 5px;
  }
}
form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}
form.cart .single_variation_wrap .woocommerce-variation-availability {
  position: relative;
  display: inline-block;
  top: 87px;
  left: 200px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  form.cart .single_variation_wrap .woocommerce-variation-availability {
    left: 185px;
  }
}
form.cart .single_add_to_cart_button {
  float: none !important;
  position: absolute;
  bottom: 0;
  left: 70px;
  text-transform: capitalize;
  background-color: #e84d3b !important;
  color: #ffffff;
  border: 1px solid #e84d3b;
  padding: 14px 22px !important;
  font-size: 13px;
  outline: none;
  height: 47px;
}
@media screen and (max-width: 600px) {
  form.cart .single_add_to_cart_button {
    left: 60px;
  }
}
form.cart .quantity label {
  width: 100% !important;
  height: auto !important;
  position: static !important;
  font-size: 16px;
  color: #3a372f;
  font-weight: 600;
}
form.cart .quantity input {
  border: 1px solid #E8E8E9;
  height: 47px;
  width: 4.631em;
  text-align: center;
  outline: none;
}

.product-recommended .related_products .swiper-container .type-product {
  width: 95%;
  margin: 0 auto;
}
.product-recommended .related_products .swiper-container .type-product .hovered-product {
  width: 100%;
}

.recommended-products {
  margin-top: 25px;
  margin-bottom: 25px;
}
.recommended-products .bb-price {
  padding: 0 6px;
}
.recommended-products .swiper-slide h4 {
  font-size: 13px !important;
  text-align: left !important;
  font-weight: normal !important;
  padding: 6px 52px 0px 4px !important;
  line-height: 21px !important;
}

#size-guide .modal-body {
  overflow: scroll;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #size-guide .modal-body .size-guide-img {
    min-width: 900px;
  }
}
@media screen and (max-width: 600px) {
  #size-guide .modal-body .size-guide-img {
    min-width: 550px;
  }
}

.shortlist-product {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #e84d3b;
  z-index: 9;
  cursor: pointer;
}

.size-block {
  border: 1px solid #ebebeb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  padding: 6px 8px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.size-block.active {
  background: #e84d3b;
  color: #fff;
}

.color-var {
  display: inline-block;
  margin: 5px;
  /*
  		&.active{
  			@if $base-blue  {
  				border: 1px solid $base-border;
  		    }
  		    @else if $base-grey{
  				$base-border:$base-blue;
  				border: 1px solid $base-border;
  		    }
  			border-radius: 50%;
  			width: 20px;
  			height: 20px;
  		}
  */
}
.color-var .color-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0 0px;
  margin: 2px 2px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.color-var .color-box.active:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
}
.color-var .color-blue {
  background: #00afec;
  color: #00afec;
}
.color-var .color-blue.active:before {
  border: 1px solid #00afec;
}
.color-var .color-grey {
  color: #898989;
  background: #898989;
}
.color-var .color-grey.active:before {
  border: 1px solid #898989;
}

.wom-plist-swiper-slider {
  margin: 20px 0 10px;
}
.wom-plist-swiper-slider .swiper-button-next, .wom-plist-swiper-slider .swiper-container-rtl .swiper-button-prev {
  right: -17px;
}
.wom-plist-swiper-slider .swiper-button-prev, .wom-plist-swiper-slider .swiper-container-rtl .swiper-button-next {
  left: 0px;
}
.wom-plist-swiper-slider .swiper-button-next, .wom-plist-swiper-slider .swiper-button-prev {
  color: #918f90;
  background: transparent;
  font-size: 29px;
}
.wom-plist-swiper-slider .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.wom-plist-swiper-slider .swiper-slide img {
  border: 1px solid #e8e8e8;
}

.WOM-content-wrapper {
  /*
  	form.cart table.variations tbody tr{
  		flex-basis: 100%;
  		margin: 10px 0;
  	}
  */
  /*
  	form.cart table.variations tbody tr td.label{
  		flex-basis: 12%;
  		@include screen(small){
  			flex-basis: 18%;
  		}
  	}
  	form.cart table.variations tbody tr td.size-guide{
  		text-align: right;
  		width: 29%;
  	}
  	form.cart p.stock{
  		right: 20px;
  		left: auto;
  	}
  */
  position: relative;
  font-family: 'GeogrotesqueStencil-Sb';
}
.WOM-content-wrapper form.cart .single_add_to_cart_button {
  background-color: #8399cb !important;
  border-color: #8399cb;
}
.WOM-content-wrapper .variable-price {
  display: none !important;
}
.WOM-content-wrapper .price {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.WOM-content-wrapper .price .woocommerce-Price-amount {
  color: #e84d3b;
  font-size: 33px;
  font-weight: 600;
  margin-right: 15px;
}
.WOM-content-wrapper .price del {
  order: 2;
  opacity: 1 !important;
}
.WOM-content-wrapper .price del .woocommerce-Price-amount {
  font-size: 14px !important;
  color: #3a372f !important;
  font-weight: normal !important;
}
.WOM-content-wrapper .price ins {
  text-decoration: none;
}
.WOM-content-wrapper .price ins .woocommerce-Price-amount {
  color: #e84d3b !important;
  font-size: 33px !important;
  font-weight: 600 !important;
  margin-right: 15px !important;
}
.WOM-content-wrapper h1 {
  font-family: 'GeogrotesqueStencil-Sb';
}
.WOM-content-wrapper .wom-combo-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.WOM-content-wrapper .wom_prod_option_form_container {
  position: relative;
}
.WOM-content-wrapper .wom_prod_option_form_container .price {
  display: inline-block;
}
.WOM-content-wrapper .wom_prod_option_form_container .in-stock {
  display: inline-block;
}
.WOM-content-wrapper .wom_prod_option_form_container table.variations tbody {
  display: block;
}
.WOM-content-wrapper .wom_prod_option_form_container table.variations tbody tr td.label {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .wom_prod_option_form_container table.variations tbody tr td.label {
    flex-basis: 25%;
  }
}
.WOM-content-wrapper .wom_prod_option_form_container table.variations tbody tr td.label label {
  color: #e84d3b;
  width: 75px;
  margin-right: 0;
}
.WOM-content-wrapper .wom_prod_option_form_container table.variations tbody tr:first-child {
  margin-bottom: 22px;
}
.WOM-content-wrapper .wom_prod_option_form_container .single_variation_wrap .woocommerce-variation-availability {
  top: unset;
  left: unset;
  display: block;
}
.WOM-content-wrapper .wom_prod_option_form_container .single_variation_wrap .woocommerce-variation-availability .in-stock {
  right: 0;
  top: 15px;
}
.WOM-content-wrapper .wom_prod_option_form_container .in-stock {
  top: 50px;
  position: absolute;
  top: 65px;
  left: 80px;
}
.WOM-content-wrapper h2 {
  font-family: 'GeogrotesqueStencil-Sb';
}
.WOM-content-wrapper .product-variants .heading {
  color: #e84d3b;
}
.WOM-content-wrapper .price-row {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .price-row {
    margin-top: 24px;
  }
}
.WOM-content-wrapper .price-row .btn-primary {
  margin: 10px 0 0;
}
.WOM-content-wrapper .wom-combo-wrapper {
  font-size: 20px;
  color: #5f5d58;
}
.WOM-content-wrapper .wom-combo-wrapper .color-box {
  display: inline-block;
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #909090;
}
.WOM-content-wrapper .wom-combo-wrapper .color-box.color-blue {
  background: #00afec;
}
.WOM-content-wrapper .hl-txt {
  margin-top: 15px;
  color: #e84d3b;
  font-size: 13px;
}
.WOM-content-wrapper .btn-secondary {
  background-color: #8399cb;
  color: #fff;
  font-size: 15px;
  border-color: #8399cb;
  margin: 0px 0 17px 15px;
}
.WOM-content-wrapper h1 {
  font-size: 40px;
  color: #e84d3b;
  position: relative;
  margin: 40px 0 50px;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper h1 {
    margin-left: 18px;
  }
}
.WOM-content-wrapper h1:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 59%;
  left: -101%;
  margin: auto;
}
.WOM-content-wrapper h1 span {
  color: #33291a;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.WOM-content-wrapper .overlay-back {
  font-size: 108px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 41, 26, 0.43);
  font-size: 145px;
  opacity: 0.1;
  position: absolute;
  top: -61px;
  left: -210px;
  z-index: -9;
  font-family: 'GeogrotesqueStencil-Sb';
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .overlay-back {
    left: -420px;
  }
}
.WOM-content-wrapper .section-select-product {
  position: relative;
  margin: 22px 0;
}
.WOM-content-wrapper .section-select-product .wom_product_select_form .select-wrapper {
  display: inline-block;
  border: 1px solid #8e98a0 !important;
  position: relative;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .section-select-product .wom_product_select_form .select-wrapper {
    width: 74%;
  }
}
.WOM-content-wrapper .section-select-product .wom_product_select_form .select-wrapper:after {
  right: 10px;
  top: 8px;
}
.WOM-content-wrapper .section-select-product .wom_product_select_form .select-wrapper select {
  border: none !important;
  width: 100% !important;
  padding-right: 30px !important;
}
.WOM-content-wrapper .section-select-product .wom_product_select_form .ss-title {
  display: inline-block;
  width: 75px;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .section-select-product .wom_product_select_form .ss-title {
    width: 25%;
  }
}
.WOM-content-wrapper .section-select-product .ss-title {
  padding: 0 19px 0 0;
  font-size: 20px;
  color: #e84d3b;
}
.WOM-content-wrapper .section-select-product .select-wrapper:after {
  content: "\f107";
  color: #8e98a0;
  font-family: FontAwesome;
  position: absolute;
  right: 81px;
  top: 10px;
}
@media screen and (max-width: 600px) {
  .WOM-content-wrapper .section-select-product .select-wrapper:after {
    right: 29px;
  }
}
.WOM-content-wrapper .section-select-product .select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #8e98a0 !important;
  border-radius: 0px !important;
  background: transparent;
  color: #8e98a0;
  width: 80% !important;
  font-size: 16px;
  height: auto !important;
  padding: 6px !important;
}
.WOM-content-wrapper .title-section {
  margin-bottom: 10px;
}
.WOM-content-wrapper .title-section h2 {
  color: #8399cb;
  font-size: 40px;
}
.WOM-content-wrapper .title-section .sub-title {
  font-size: 15px;
  color: #3a372f;
}

@media screen and (max-width: 768px) {
  .fb-membership tr {
    display: flex;
    flex-flow: row wrap;
  }

  .fb-membership td, .fb-membership th {
    display: block;
    width: 25%;
  }

  .fb-membership .table-bordered thead th {
    width: 25%;
  }

  .fb-membership th:first-child,
  .fb-membership td:first-child {
    text-align: center;
    background: #efefef;
    width: 100%;
  }

  .fb-membership th:first-child {
    display: none;
  }
}
.colm-bb-5 {
  float: left;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .colm-bb-5 {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .colm-bb-5 {
    width: 100%;
    float: none;
  }
}

.search-result-wrapper {
  margin-top: 30px;
  min-height: 500px;
}
.search-result-wrapper h3 {
  font-size: 28px;
  color: #e84d3b;
}

.product-item span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #ea4c34;
  color: #fff;
  font-size: .857em;
  z-index: 9;
  width: 40px;
  height: 40px;
}

.thankyou-page-contact-details {
  color: #585650;
}
.thankyou-page-contact-details .woocommerce-customer-details :last-child {
  margin-bottom: 10px;
}
.thankyou-page-contact-details h5 {
  font-size: 15px;
  color: #585650;
  margin-bottom: 10px !important;
}
.thankyou-page-contact-details address {
  border: 0 !important;
}

.var-product-detail {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .var-product-detail {
    width: auto;
  }
}

.woocommerce .woocommerce-order-details :last-child {
  margin-bottom: 10px;
}

.below-thank-you-txt {
  border-top: 2px dashed #b2b9be;
  padding-top: 10px;
}

.product-type-simple .details .out-of-stock {
  left: 0 !important;
  top: 20px !important;
}

@media screen and (max-width: 600px) {
  .subscribe_newsletter {
    text-align: center;
  }
}

#error_msg {
  color: #e84d3b;
}

.content-area-wrapper {
  margin-bottom: 20px;
}
.content-area-wrapper p.woocommerce-customer-billing-name {
  margin-bottom: 0;
}
.content-area-wrapper .form-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-area-wrapper .form-row .btn {
  outline: none;
}
.content-area-wrapper .title-highlight {
  color: #e84d3b;
}
.content-area-wrapper .d-inline-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 59px;
  color: #8e98a0;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .d-inline-wrapper {
    padding: 0;
  }
}
.content-area-wrapper .d-inline-wrapper a {
  color: #8e98a0;
}
.content-area-wrapper .d-inline-wrapper a.hightlight {
  color: #e84d3b;
  font-weight: bold;
  text-decoration: underline;
}
.content-area-wrapper .sub-btn {
  display: none;
}
.content-area-wrapper .social-login {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
.content-area-wrapper .social-login.facebook-login {
  background: #5d9cec;
}
.content-area-wrapper .social-login.twitter-login {
  background: #2daae1;
}
.content-area-wrapper .social-login .icon-block {
  width: 14%;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.14);
  height: 100%;
  vertical-align: top;
  padding: 17px 0;
}
.content-area-wrapper .social-login .txt-social-icon {
  padding: 15px 15px;
  display: inline-block;
}
.content-area-wrapper .notification-txt {
  font-weight: bold;
  color: #231f20;
  opacity: 0.8;
  margin-top: 10px;
}
.content-area-wrapper .form-divider, .content-area-wrapper .checkout-form-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #b2b9be;
}
.content-area-wrapper .form-divider:after, .content-area-wrapper .checkout-form-heading:after {
  display: block;
  width: 97%;
  /* background: #808080; */
  border: 1px dashed #b2b9be;
  content: '';
  /* display: inline-block; */
  float: right;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .form-divider:after, .content-area-wrapper .checkout-form-heading:after {
    width: 95%;
  }
}
.content-area-wrapper input:-webkit-autofill, .content-area-wrapper textarea:-webkit-autofill, .content-area-wrapper select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: inherit;
}
.content-area-wrapper .radio-input-wrapper {
  color: #8e98a0;
  margin-right: 10px;
}
.content-area-wrapper .radio-input-wrapper label {
  margin: 0px 0 0 2px;
}
.content-area-wrapper .radio-input-wrapper input[type=radio]:before {
  margin: -9px 2px 0 -1px;
  /*
  				position: relative;
  				top: 2px;
  				left: -9px;
  */
}
.content-area-wrapper .input-wrapper {
  border: 1px solid #b2b9be;
  height: 50px;
  width: 100%;
  color: #8e98a0;
  margin-top: 7px;
  margin-bottom: 7px;
}
.content-area-wrapper .input-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e98a0;
}
.content-area-wrapper .input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e98a0;
}
.content-area-wrapper .input-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #8e98a0;
}
.content-area-wrapper .input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #8e98a0;
}
.content-area-wrapper .input-wrapper.password-input-wrapper .show-pass {
  display: block;
  position: absolute;
  right: 19px;
  top: 25px;
}
.content-area-wrapper .form-icon {
  width: 14%;
  display: inline-block;
  height: 100%;
  text-align: center;
  border-right: 1px solid #b2b9be;
  padding: 17px 0 0 0;
  margin: 0;
  vertical-align: top;
}
.content-area-wrapper input[type="text"], .content-area-wrapper input[type="email"], .content-area-wrapper input[type="tel"], .content-area-wrapper input[type="password"], .content-area-wrapper #username {
  border: 0;
  border: 0;
  height: 100%;
  padding: 5px;
  color: #8e98a0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  width: 83%;
  outline: none;
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .bb-nav-pills {
    white-space: nowrap;
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .content-area-wrapper .bb-nav-pills li.nav-item {
    display: inline-block;
  }
}
.content-area-wrapper .nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid #b2b9be;
  color: #b2b9be;
  width: auto;
  text-align: center;
  height: 50px;
  padding: 13px 20px;
  margin: 0 10px;
  font-size: 12px;
}
.content-area-wrapper .nav-pills .nav-link:first-child {
  margin-left: 0px;
}
.content-area-wrapper .nav-pills .nav-link.active {
  background: #b2b9be;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .content-area-wrapper .nav-pills .nav-link {
    padding: 13px 14px;
  }
}
@media only screen and (max-width: 768px) {
  .content-area-wrapper .nav-pills .nav-link {
    padding: 13px 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .nav-pills .nav-link {
    margin-bottom: 10px;
  }
}
.content-area-wrapper .bb-content-tab {
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .bb-content-tab {
    margin: 10px 0;
  }
}
.content-area-wrapper .bb-content-tab .left-img-wrapper img {
  box-shadow: 3px 4px 20px 2px rgba(136, 136, 136, 0.2);
}
.content-area-wrapper .bb-content-tab .bb-tab-pane h3 {
  color: #947a54;
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .content-area-wrapper .bb-content-tab .bb-tab-pane h3 {
    margin-top: 20px;
  }
}
.content-area-wrapper .bb-content-tab .bb-tab-pane ul {
  font-size: 11px;
  margin: 14px 22px;
  color: #3a372f;
}
.content-area-wrapper .bb-content-tab .bb-tab-pane ul li {
  font-size: 15px;
}
.content-area-wrapper .bb-content-tab .bb-tab-pane .cta-btn {
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

.checkbox-wrapper {
  margin: 30px 0;
  display: inline-block;
  position: relative;
  color: #8e98a0;
}
.checkbox-wrapper label {
  padding: 0 0 0 23px;
  vertical-align: top;
  line-height: 18px;
}
.checkbox-wrapper label:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 18px;
  border: solid #e84d3b;
  border-width: 0 3px 3px 0;
  left: 6px;
  top: -4px !important;
  transform: rotate(38deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.checkbox-wrapper label:after {
  content: "";
  border: 1px solid #b2b9be;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 0;
}

.btn-submit {
  color: #fbfbfb;
  background: #b2b9be;
  border: 0;
  padding: 15px 40px;
  box-shadow: 0px 1px 12px 1px rgba(136, 136, 136, 0.5);
}

.password-wrapper {
  display: none;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox #createaccount {
  position: static !important;
  opacity: 1 !important;
}

.register_hard_form .tml-social-providers, .register_hard_form .tml-social-providers-divider {
  display: none;
}
.register_hard_form .tml-register form, .register_hard_form .tml-register .tml-links {
  display: none;
}

.content-area-wrapper #register_soft_form .form-row {
  margin-bottom: 0 !important;
}
.content-area-wrapper #register_soft_form .form-row ul.parsley-errors-list {
  margin-bottom: 0 !important;
}
.content-area-wrapper #register_soft_form .form-row ul.parsley-errors-list li {
  margin-bottom: 0 !important;
  font-size: 12px;
}
.content-area-wrapper #register_soft_form .form-row .username-select, .content-area-wrapper #register_soft_form .form-row .gender-select {
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  #login_soft_form .login-btn {
    margin-right: 10px;
  }
}

.login_hard_form .tml-login {
  max-width: 0;
  min-width: 100% !important;
}
.login_hard_form .tml-login form, .login_hard_form .tml-login .tml-links {
  display: none;
}
.login_hard_form .tml-login .tml-error a {
  text-decoration: underline;
  color: #e84d3b;
}

.forgotpassword_hard_form .tml-lostpassword form, .forgotpassword_hard_form .tml-lostpassword .tml-links {
  display: none;
}

.resetpassword_hard_form .tml-resetpass form, .resetpassword_hard_form .tml-resetpass .tml-links {
  display: none;
}

#editprofile_soft_form {
  display: block !important;
}
#editprofile_soft_form .gender-wrap {
  margin-top: 0.5em;
}
#editprofile_soft_form .edit-profile-button {
  margin-top: 0.5em;
}
#editprofile_soft_form input[type="radio"] {
  min-height: 0 !important;
  border: 0 !important;
}
#editprofile_soft_form input[type="radio"]:before {
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  #editprofile_soft_form input[type="radio"]:before {
    margin-top: -2px;
  }
}
#editprofile_soft_form input[type="date"] {
  outline: none;
}
#editprofile_soft_form .parsley-errors-list {
  margin-bottom: 0;
  margin-top: 5px;
}
#editprofile_soft_form .parsley-errors-list li {
  margin-bottom: 0;
}

.editprofile_hard_form .tml-profile form {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .tml-messages {
    margin-top: 20px;
  }
}

.parsley-errors-list {
  list-style: none;
}
.parsley-errors-list li {
  margin-bottom: 10px;
  color: #e84d3b;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body img.gform_ajax_spinner {
  width: 30px !important;
  height: auto !important;
}

#circle-svg {
  width: 100%;
  height: 100%;
}

.circle-svg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner-txt-mask {
  position: absolute;
  z-index: 3;
}

.full-video-lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-navbar {
  background: #eef1f8;
  color: #665843;
  min-height: 40px;
  padding: 9px 8px 0;
}
@media screen and (max-width: 600px) {
  .top-navbar {
    padding-bottom: 0px;
  }
}
.top-navbar a {
  color: #665843;
}
.top-navbar a.link-urbane-top {
  padding-right: 10px;
}
.top-navbar ul {
  list-style: none;
}
.top-navbar ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.top-navbar ul li.top-ic1 {
  display: none;
}
.top-navbar ul li.top-ic1 .top-menu-header {
  position: absolute;
  top: -12px;
  transform: rotate(-42deg);
  left: -9px;
  font-size: 29px;
}
@media screen and (max-width: 600px) {
  .top-navbar ul li.top-ic1 .top-menu-header {
    top: -23px !important;
  }
}
.top-navbar ul li.top-ic2 span {
  display: inline-block;
  padding: 0 2px;
}
.top-navbar ul li.top-ic2 span.fa-sign-out {
  font-size: 17px;
}

@media screen and (max-width: 600px) {
  .navbar-bar.fixed-naavbar {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: #fff;
  }
}
.navbar-bar .nav-wrapper {
  height: 114px;
}
.navbar-bar .nav-wrapper .icon-nav {
  font-size: 22px;
  padding: 0px 9px;
  vertical-align: text-bottom;
}
.navbar-bar .nav-wrapper ul {
  list-style: none;
}
.navbar-bar .nav-wrapper ul li {
  display: inline-block;
  padding: 0 14px;
}
.navbar-bar .nav-wrapper ul li a {
  color: #665843;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.navbar-bar .nav-wrapper ul li a:hover {
  border-bottom: 1px solid #000;
}
.navbar-bar .nav-wrapper .cart-count span {
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  padding: 3px;
  position: relative;
  top: -11px;
  right: 22px;
  background: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
}

.banner-home-wrapper {
  margin: 0 0 110px;
}
@media screen and (max-width: 1024px) {
  .banner-home-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .banner-home-wrapper {
    margin: 0 0 60px;
    height: auto;
  }
}
.banner-home-wrapper .call-to-down {
  position: absolute;
  left: 0;
  bottom: 33px;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 21px;
  height: 12px;
}
.banner-home-wrapper .banner-landing {
  width: 100%;
  height: 100%;
}
.banner-home-wrapper .banner-landing .swiper-pagination {
  text-align: right;
  padding-right: 50px;
  bottom: 40px;
}
@media screen and (max-width: 600px) {
  .banner-home-wrapper .banner-landing .swiper-pagination {
    bottom: 6px;
  }
}
.banner-home-wrapper .banner-landing .swiper-pagination .swiper-pagination-bullet {
  background: #9b968e;
  opacity: 1;
}
.banner-home-wrapper .banner-landing .swiper-pagination .swiper-pagination-bullet-active {
  background: #e84d3b;
}
.banner-home-wrapper .banner-landing .swiper-slide {
  /*
  	    background-position: center top;
  		background-size:cover;
  		background-repeat: no-repeat;
  */
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper {
  display: none;
  position: absolute;
  z-index: 9;
  top: 170px;
  max-width: 550px;
  right: 60px;
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper h2 {
  color: #ffffff;
  max-width: 390px;
  font-size: 64px;
  font-weight: 500;
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper p {
  color: #ffffff;
  margin: 40px 0 40px 50px;
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper a {
  color: #ffffff;
  margin: 0px 0 40px 50px;
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper a:before {
  background: #ffffff;
}
.banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper a:after {
  background: #ffffff;
}
.banner-home-wrapper .banner-landing .swiper-slide img {
  width: 100%;
  height: auto;
  /*
  		    height: 100%;
  		    object-fit:cover;
  */
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .video {
  width: 100%;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask {
  margin: 120px 160px 0;
  max-width: 560px;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  max-height: 200px;
  /*	
  		    &:hover{
  				.clip-svg {
  					clip-path:none;
  					opacity: 1;
  				}
  			}
  */
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask .mask-section {
  max-height: 210px;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask .slider-txt {
  color: #33291a;
  font-size: 13px;
  margin: 20px 0 0 60px;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask .slider-txt p {
  line-height: 28px;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask .slider-txt a {
  margin-top: 50px;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask svg {
  font-family: 'Playfair Display', serif;
  position: relative;
  font-weight: 900;
  font-size: 64px;
  transition: all 500ms ease-out;
}
.banner-home-wrapper .banner-landing .swiper-slide.first-side .banner-txt-mask .clip-svg {
  clip-path: url(#myClip);
  opacity: 1;
  object-fit: contain;
}

svg {
  height: 0;
  width: 0;
  transform-origin: 50% 50% 0px;
}

.abt-section p {
  margin-left: 50px;
  line-height: 28px;
  color: #33291a;
  font-size: 14px;
}
.abt-section a {
  color: #e84d3b;
}
.abt-section a:before {
  background: #e84d3b;
}
.abt-section a:after {
  background: #e84d3b;
}
.abt-section h2 {
  color: #e84d3b;
  position: relative;
}
.abt-section h2:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 59%;
  left: -103%;
  margin: auto;
}

.overlap-txt {
  font-family: 'Roboto', sans-serif;
  color: #33291a;
  opacity: 0.1;
  font-size: 61px;
  font-weight: 600;
  position: absolute;
  z-index: -1;
  left: -30px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: 100px;
  text-transform: uppercase;
}

.cat-warpper {
  text-align: center;
  position: relative;
}
.cat-warpper h2 {
  color: #33291a;
  position: absolute;
  left: 0;
  top: 130px;
  width: 286px;
  text-align: left;
}
.cat-warpper .logo-cat {
  position: absolute;
  right: 0;
  top: -40px;
  border: 1px solid rgba(51, 41, 26, 0.1);
}
@media only screen and (max-width: 1024px) {
  .cat-warpper .logo-cat {
    width: 117px;
    right: -24px;
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .cat-warpper .logo-cat {
    width: 67px !important;
    right: -9px !important;
    top: -20px !important;
  }
}
.cat-warpper .br-collection {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.cat-warpper .overlap-txt {
  left: -70px;
  top: 48%;
}

.collection-wrapper {
  margin-top: 60px;
  margin-bottom: 100px;
}

.cat-shoes {
  display: none;
}
.cat-shoes .shoes-brand-img {
  text-align: right;
}
.cat-shoes .shoes-brand-img img {
  width: 90%;
}
.cat-shoes .shoes-brand-img .overlap-txt {
  left: -110px;
  top: 149px;
}
.cat-shoes .brand-txt-wrapper {
  padding: 70px 50px 0px;
}
.cat-shoes .brand-txt-wrapper h3 {
  color: #947a54;
  font-size: 40px;
  position: relative;
  left: -107px;
}
.cat-shoes .brand-txt-wrapper a.brand-btn {
  color: #947a54;
}
.cat-shoes .brand-txt-wrapper a.brand-btn:after {
  background: #947a54;
}
.cat-shoes .brand-txt-wrapper a.brand-btn:before {
  background: #947a54;
}
.cat-shoes .brand-txt-wrapper ul {
  padding: 0 0 0 41px;
  line-height: 27px;
}
.cat-shoes .brand-txt-wrapper .cat-txt-heading {
  text-transform: uppercase;
  font-size: 18px;
}

.store-wrapper, .slider-opening {
  margin-top: 70px;
  margin-bottom: 85px;
}
.store-wrapper .store-blocks h3, .slider-opening .store-blocks h3 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.store-wrapper .store-blocks:hover
h3, .slider-opening .store-blocks:hover
h3 {
  color: #947a54;
}
.store-wrapper .store-blocks:hover .box-wrapper, .slider-opening .store-blocks:hover .box-wrapper, .store-wrapper .store-blocks:hover .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper, .slider-opening .store-blocks:hover .swiper-openings .swiper-slide .opening-box-wrapper, .slider-opening .swiper-openings .swiper-slide .store-blocks:hover .opening-box-wrapper {
  border: 1px solid #947a54;
  color: #947a54;
  box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
  -webkit-box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
  -moz-box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
}
.store-wrapper .store-blocks:hover .box-wrapper h5, .slider-opening .store-blocks:hover .box-wrapper h5, .store-wrapper .store-blocks:hover .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper h5, .slider-opening .store-blocks:hover .swiper-openings .swiper-slide .opening-box-wrapper h5, .slider-opening .swiper-openings .swiper-slide .store-blocks:hover .opening-box-wrapper h5 {
  color: #947a54;
}
.store-wrapper .store-blocks:hover .box-wrapper .cta-btn, .slider-opening .store-blocks:hover .box-wrapper .cta-btn, .store-wrapper .store-blocks:hover .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn, .slider-opening .store-blocks:hover .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn, .slider-opening .swiper-openings .swiper-slide .store-blocks:hover .opening-box-wrapper .cta-btn {
  color: #947a54;
}
.store-wrapper .store-blocks:hover .box-wrapper .cta-btn:before, .slider-opening .store-blocks:hover .box-wrapper .cta-btn:before, .store-wrapper .store-blocks:hover .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn:before, .slider-opening .store-blocks:hover .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn:before, .slider-opening .swiper-openings .swiper-slide .store-blocks:hover .opening-box-wrapper .cta-btn:before {
  background: #947a54;
}
.store-wrapper .store-blocks:hover .box-wrapper .cta-btn:after, .slider-opening .store-blocks:hover .box-wrapper .cta-btn:after, .store-wrapper .store-blocks:hover .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn:after, .slider-opening .store-blocks:hover .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn:after, .slider-opening .swiper-openings .swiper-slide .store-blocks:hover .opening-box-wrapper .cta-btn:after {
  background: #947a54;
}
.store-wrapper .store-heading, .slider-opening .store-heading {
  position: relative;
  bottom: -15px;
  left: 49px;
}
.store-wrapper .testmonial-heading, .slider-opening .testmonial-heading {
  position: relative;
  bottom: -15px;
  color: #33291a;
  left: 49px;
}
.store-wrapper .box-wrapper, .slider-opening .box-wrapper, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper {
  padding: 20px 110px 20px 40px;
  border: 1px solid #33291a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  height: 100%;
}
.store-wrapper .box-wrapper .cta-btn, .slider-opening .box-wrapper .cta-btn, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .cta-btn {
  -webkit-transition-delay: unset;
  transition-delay: unset;
}
.store-wrapper .box-wrapper.store-content-wrapper .icon-str, .slider-opening .box-wrapper.store-content-wrapper .icon-str, .slider-opening .swiper-openings .swiper-slide .store-content-wrapper.opening-box-wrapper .icon-str {
  font-size: 58px;
}
.store-wrapper .box-wrapper p, .slider-opening .box-wrapper p, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper p {
  margin: 28px 0;
}
.store-wrapper .box-wrapper .box-heading, .slider-opening .box-wrapper .box-heading, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .box-heading {
  vertical-align: text-bottom;
  padding-left: 10px;
}
.store-wrapper .box-wrapper .box-heading.heading-testi, .slider-opening .box-wrapper .box-heading.heading-testi, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .box-heading.heading-testi {
  vertical-align: middle;
}
.store-wrapper .box-wrapper .box-heading h5, .slider-opening .box-wrapper .box-heading h5, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper .box-heading h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.footer-sign-up {
  background: #e84d3b;
  color: #ffffff;
  padding: 35px 0;
}
.footer-sign-up .subscription_error_msg {
  font-size: 12px;
  font-weight: 600;
  color: #33291a;
  text-align: left;
  padding: 0 0 0 46px;
}
@media screen and (max-width: 600px) {
  .footer-sign-up .subscription_error_msg {
    margin: 20px 0 0;
    padding: 0;
  }
}
.footer-sign-up ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.footer-sign-up ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.footer-sign-up :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.footer-sign-up h4 {
  color: #ffffff;
}
.footer-sign-up input[type=text] {
  padding: 0 11px 3px;
  font-size: 10px;
  width: 350px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
  color: #ffffff;
  outline: none;
  margin-right: -4px;
}
@media screen and (max-width: 1024px) {
  .footer-sign-up input[type=text] {
    width: 220px;
  }
}
.footer-sign-up input[type=submit] {
  background: transparent;
  border: 1px solid #fff;
  padding: 11px 58px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  outline: none;
}
.footer-sign-up input[type=submit]:hover {
  background: #ffffff;
  color: #e84d3b;
}

.footer-nav-wrapper {
  background: #e3e6ed;
  padding: 27px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: left;
}
.footer-nav-wrapper a {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  color: #373737;
}
.footer-nav-wrapper ul {
  list-style: none;
  line-height: 28px;
  height: 100%;
  margin-left: 7px;
}
.footer-nav-wrapper ul.menu {
  float: left;
}
.footer-nav-wrapper ul li {
  position: relative;
}
.footer-nav-wrapper ul li:before {
  content: "\e90a";
  position: absolute;
  left: -12px;
  font-size: 8px;
  top: 9px;
  color: #928880;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer-nav-wrapper ul li.has-submenu ul {
  padding: 0 10px;
}

.copyright-wrapper {
  background: #bbc8d2;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #2a2c2b;
  padding: 14px 0;
}

.social-wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  margin: 28px 0;
}
.social-wrapper span {
  padding: 0 10px;
}
.social-wrapper.tw-bg {
  color: #55c0e6;
  border: 1px solid #55c0e6;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.social-wrapper.tw-bg:hover {
  background: #55c0e6;
  color: #ffffff;
}
.social-wrapper.fb-bg {
  color: #609ee9;
  border: 1px solid #609ee9;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.social-wrapper.fb-bg:hover {
  background: #609ee9;
  color: #ffffff;
}

.social-icons-footer {
  list-style: none;
  margin: 0 90px 0 0;
}
.social-icons-footer li {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .social-icons-footer li {
    padding: 0 4px;
  }
}
.social-icons-footer li a {
  color: #2a2c2b;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.social-icons-footer li a:hover {
  color: #e84d3b;
}

.landing-urbane-btn .btn {
  border: 1px solid #3c4e5d;
  background: #3c4e5d;
  color: #adbdbf;
  padding: 10px 20px;
  text-transform: uppercase;
}

.new-arrival-wrapper {
  width: 85%;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
  background-position: center center;
  position: relative;
  margin-bottom: 100px;
}
.new-arrival-wrapper .new-arrival-image {
  text-align: center;
}
.new-arrival-wrapper .new-arrival-text {
  width: 25%;
  display: inline-block;
  position: absolute;
  top: 43%;
  left: -173px;
  color: #3c4e5d;
}
.new-arrival-wrapper .new-arrival-text h2 {
  color: #3c4e5d;
}
.new-arrival-wrapper .new-arrival-btn {
  position: absolute;
  right: -7px;
  bottom: 11%;
}

.Wardrobe-wrapper {
  margin-bottom: 160px;
}
.Wardrobe-wrapper .Wardrobe-image img {
  max-width: 100%;
}
.Wardrobe-wrapper .wardrobe-text {
  color: #3c4e5d;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.Wardrobe-wrapper .wardrobe-text h2 {
  color: #3c4e5d;
}

.overlay-back {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 41, 26, 0.43);
  font-size: 145px;
  opacity: 0.1;
}

.urbane-header {
  position: relative;
}
.urbane-header .overlay-back {
  position: absolute;
  top: -215px;
  left: -165px;
}

.wardrobe-header {
  position: relative;
  overflow: hidden;
}
.wardrobe-header .overlay-back {
  position: absolute;
  top: -83px;
  right: -135px;
  font-size: 185px;
}

.container-slider-products {
  width: 1000px;
  margin: 110px auto 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .container-slider-products {
    width: 100%;
  }
}

.ul-products-slider {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.ul-products-slider .ul-product-img {
  width: 700px;
  margin: 0 auto;
  float: right;
}
@media screen and (max-width: 600px) {
  .ul-products-slider .ul-product-img {
    width: 100%;
  }
}
.ul-products-slider .ul-product-img .product-dec {
  background: #3d4e5d;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  padding: 20px 20px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .ul-products-slider .ul-product-img .product-dec {
    width: 100%;
  }
}
.ul-products-slider .ul-product-img .product-dec p {
  margin: 0;
  padding: 0px 0px 0 69px;
}
@media screen and (max-width: 600px) {
  .ul-products-slider .ul-product-img .product-dec p {
    padding: 0;
  }
}

.product-mini-slider {
  width: 281px;
  height: 281px;
  position: absolute;
  left: 80px;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .product-mini-slider {
    position: relative;
    width: 100%;
    display: none;
  }
}

.brand-name-slider {
  position: absolute;
  width: 248px;
  height: 248px;
  z-index: 3;
  padding: 10px 0;
  border: 1px solid  #3d4f5e;
}
@media screen and (max-width: 600px) {
  .brand-name-slider {
    position: relative;
    width: 100%;
    height: 100px;
    border: 0;
  }
}
.brand-name-slider .swiper-container {
  background: #3d4f5e;
  color: #ffffff;
  width: 230px;
  height: 230px;
}
@media screen and (max-width: 600px) {
  .brand-name-slider .swiper-container {
    width: 100%;
    height: 100px;
  }
}
.brand-name-slider .swiper-container h3 {
  color: #ffffff;
  text-align: center;
  margin: 80px 0 0 0;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .brand-name-slider .swiper-container h3 {
    margin: 10px;
  }
}

.ul-overlay-txt {
  font-size: 188px;
  color: #33291a;
  opacity: 0.1;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: absolute;
  left: -10px;
  top: -80px;
  text-transform: uppercase;
}

.product-slider-action {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .product-slider-action {
    position: relative;
    width: 100%;
  }
}

.product-slider-button {
  position: absolute;
  bottom: 13px;
  left: 17px;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .product-slider-button {
    position: relative;
  }
}
.product-slider-button span {
  width: 60px;
  background: #3d4e5d;
  display: inline-block;
  height: 60px;
  text-align: center;
  line-height: 61px;
  cursor: pointer;
}
.product-slider-button span img {
  width: 11px;
}

.urbane-banner .banner-landing .swiper-slide .banner-text-wrapper h3 {
  color: #ffffff;
  font-family: 'new_stencil_tfbregular', sans-serif;
  position: relative;
  font-weight: 500;
}
.urbane-banner .banner-landing .swiper-slide .banner-text-wrapper h3:before {
  content: "";
  background: url("assets/images/arrow-prev.png");
  position: absolute;
  left: -30px;
  top: -24px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.urbane-banner .banner-landing .swiper-slide .banner-text-wrapper h3:after {
  content: "";
  background: url("assets/images/arrow-nxt.png");
  position: absolute;
  right: 170px;
  top: 17px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.urbane-banner .banner-landing .swiper-slide .banner-text-wrapper h5 {
  color: #ffffff;
  font-size: 17px;
  font-family: 'new_stencil_tfbregular', sans-serif;
  display: inline-block;
  background-color: #e84d3b;
  padding: 18px 15px 15px;
  margin: 0;
}

.franchise-enquiry-wrapper .overlay-back {
  font-size: 100px !important;
}
.franchise-enquiry-wrapper p {
  color: #666464;
  margin-top: 30px;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li {
  margin-top: 25px !important;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .gfield_label {
  display: none;
  color: #919090;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input {
  border: 1px solid #b2b9be;
  padding: 5px 10px !important;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c9cd;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c9cd;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c9cd;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input:-moz-placeholder {
  /* Firefox 18- */
  color: #c5c9cd;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input[type="radio"] {
  border: 0;
}
@media screen and (max-width: 600px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container input[type="radio"] {
    padding: 0 !important;
  }
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul li .ginput_container .gfield_select {
  padding: 5px 10px !important;
  width: 100% !important;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-option {
  position: relative;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-option .ginput_container_select:after {
  content: "\f107";
  color: #8e98a0;
  font-family: FontAwesome;
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-option .ginput_container_select:after {
    right: 25px;
    top: 8px;
  }
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-option .ginput_container_select .gfield_select {
  border: 1px solid #b2b9be !important;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-select .gfield_label {
  display: block;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-select .ginput_container ul li {
  display: inline-block;
  margin-right: 30px;
  color: #8e98a0;
  margin-top: 0;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-select .ginput_container ul li input {
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-select .ginput_container ul li label {
    display: inline;
  }
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .franchise-select .ginput_container .gfield_radio li img {
  height: 50px;
  width: 50px;
  object-fit: fill;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .select-store .ginput_container ul li {
    display: inline-block;
    margin-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .select-store .ginput_container ul li {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .select-store .ginput_container ul li label {
    display: inline-block;
    width: auto;
  }
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .ginput_container_fileupload {
  display: none;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .upload_file_btn .upload-file-label {
  color: #848384;
  margin-bottom: 25px;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .upload_file_btn .upload-file-text {
  color: #8e98a0;
  display: block;
  border: 1px solid #b2b9be;
  padding: 5px 10px;
  width: 50%;
  position: relative;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul .upload_file_btn .upload-file-text:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_body ul #field_4_27.gfield_error {
  margin-top: 0;
}
.franchise-enquiry-wrapper .franchise-enquiry-form .gform_wrapper .gform_footer .gform_button {
  color: #fbfbfb;
  background: #b2b9be;
  border: 0;
  padding: 15px 40px;
}

.feedback-wrapper h1 span {
  line-height: 1.5;
}
.feedback-wrapper .feedback {
  margin-top: 16px;
  margin-bottom: 20px;
}
.feedback-wrapper .feedback .col-md-4 {
  padding-left: 0;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .col-md-4 {
    padding-left: 15px;
    text-align: center;
  }
}
.feedback-wrapper .feedback .col-md-8 {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .col-md-8 {
    padding-right: 15px;
  }
}
.feedback-wrapper .feedback .feedback-form {
  font-family: 'Roboto', sans-serif;
  color: #b2b9be;
  font-size: 14px;
  line-height: 1.5;
}
.feedback-wrapper .feedback .feedback-form .gform_body {
  				/*
  li.input_desk {
  					@include screen(med) {
  						display: none;
  					}
  				}
  				li.input_mobile {
  					display: none;
  					@include screen(med) {
  						display: block;
  					}
  				}
  */
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body {
    margin-top: 32px;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield {
  margin-top: 16px !important;
  margin-bottom: 16px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield:nth-child(-n+4) .gfield_label {
  display: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield:nth-child(-n+2) {
  margin-top: 0 !important;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield label {
  color: #33291a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container {
  margin-top: 0 !important;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input[type="radio"] {
  border: 0;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input {
  width: 100%;
  border: 0px;
  border: 1px solid #b2b9be;
  padding: 12px 20px !important;
  color: #33291a;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #33291a;
  opacity: 1;
  /* Firefox */
  font-size: 20px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #33291a;
  font-size: 20px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #33291a;
  font-size: 20px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container input:focus {
  outline: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container textarea {
  border: 1px solid #b2b9be;
  padding: 12px 20px !important;
  color: #33291a;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container textarea:focus {
  outline: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal {
  height: 8px;
  margin-bottom: 46px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base {
  position: relative;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .slider-gradient {
  position: absolute;
  background: linear-gradient(to right, #b2b9be, #e84d3b);
  left: 0;
  height: 100%;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .noUi-handle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -7px;
  left: -12px;
  background: #e84d3b;
  border-color: #e84d3b;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .noUi-handle {
    left: -10px;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .noUi-handle:before, .feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .noUi-handle:after {
  width: 0;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container .noUi-horizontal .noUi-base .noUi-handle:focus {
  outline: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .slider-display .min-val-relation {
  position: absolute;
  left: 0;
  top: -32px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .slider-display .max-val-relation {
  position: absolute;
  right: 0;
  top: -32px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .slider-display span[class$='val-relation'] {
  margin: 0.5em 0 !important;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container_date {
  position: relative;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container_date img {
  position: absolute;
  top: 31%;
  right: 5%;
  cursor: pointer;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container_checkbox ul.gfield_checkbox li label {
  margin-top: 6px;
  color: #33291a;
  font-weight: 300;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
  margin-right: 10px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.rate {
  margin-top: 32px !important;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.rate {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.rate .ginput_container {
  display: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.clothing {
  margin-top: 32px !important;
}
@media screen and (max-width: 1024px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.clothing ul.gfield_checkbox {
    margin-top: 16px;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.clothing ul.gfield_checkbox li {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.clothing ul.gfield_checkbox li {
    width: 33% !important;
  }
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.clothing ul.gfield_checkbox li {
    width: 50% !important;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check {
  display: flex;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.check {
    border-bottom: 1px solid #b2b9be;
    display: block;
    margin-top: 0 !important;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .gfield_label {
  flex-basis: 20%;
  margin-top: 0.5rem;
  color: #33291a;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.check .gfield_label {
    flex-basis: 25%;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio {
  width: 100%;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio ul.gfield_radio {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio ul.gfield_radio label {
  display: none;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio ul.gfield_radio label {
    font-size: 11px !important;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio ul.gfield_radio li {
  text-align: center;
  width: 100%;
  overflow: visible;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check .ginput_container_radio ul.gfield_radio input {
  margin-left: -15px;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check-head .ginput_container_radio ul.gfield_radio label {
  display: block;
  color: #33291a;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.check-head .ginput_container_radio ul.gfield_radio input {
  display: none;
}
.feedback-wrapper .feedback .feedback-form .gform_body li.gf_left_half {
  padding-right: 16px !important;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_body li.gf_left_half {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_footer {
    text-align: center;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_footer .gform_button {
  color: #fbfbfb;
  background: #b2b9be;
  border: 0;
  padding: 15px 40px;
}
@media screen and (max-width: 600px) {
  .feedback-wrapper .feedback .feedback-form .gform_footer .gform_button {
    width: auto !important;
  }
}
.feedback-wrapper .feedback .feedback-form .gform_footer .gform_button:focus {
  outline: none;
}
.feedback-wrapper .feedback .feedback-form .gform_confirmation_wrapper {
  margin-top: 16px;
  color: #33291a;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 10px !important;
  margin-bottom: 2.5%;
  border: none;
  width: auto !important;
}

.valid-form {
  /*
  	.validation_error {
  		border-top: 0!important;
  		border-bottom: 0!important;
  		padding-top: 0!important;
  	}
  	
  	li.gfield_error {
  		border-top: 0!important;
  		border-bottom: 0!important;
  		background: white!important;
  		padding-top: 0!important;
  		
  		.validation_message {
  			padding-top: 6px;
  		}
  		
  		input {
  			border: 1px solid $light-grey!important;
  		}
  	}
  */
}

.gform_validation_error .validation_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
}
.gform_validation_error li.gfield_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: white !important;
  padding-top: 0 !important;
}
.gform_validation_error li.gfield_error .validation_message {
  padding-top: 6px;
}
.gform_validation_error li.gfield_error input {
  border: 1px solid #b2b9be !important;
}

.gform_wrapper .validation_message {
  color: #e84d3b !important;
}

.variations_form .size_guide_modal {
  cursor: pointer;
}

.selected_sort_by {
  color: #e84d3b;
}

.sort_by_list {
  cursor: pointer;
  text-transform: uppercase;
}

.customer-addresses {
  display: flex;
}
@media screen and (max-width: 600px) {
  .customer-addresses {
    flex-direction: column;
  }
}
.customer-addresses h2 {
  font-size: 28px;
}

.my-account-wrapper .bb-content-tab .myaccount-description h3 {
  color: #e84d3b;
}
.my-account-wrapper .bb-content-tab .myaccount-description p {
  color: #8d8c88;
}
.my-account-wrapper .bb-content-tab .myaccount-description .account-dashboard {
  border-bottom: 1px dashed #b2b9be;
  padding-bottom: 30px;
}
.my-account-wrapper .bb-content-tab .myaccount-description .myaccount-details {
  width: 70%;
}
.my-account-wrapper .bb-content-tab .myaccount-description .myaccount-details p {
  margin-bottom: 10px;
  color: #8d8c88;
}
.my-account-wrapper .bb-content-tab .myaccount-description .myaccount-details .myaccount-details-heading {
  font-weight: 600;
  color: #000;
}
.my-account-wrapper .bb-content-tab .myaccount-description .edit-details {
  border-bottom: 1px solid;
}
.my-account-wrapper .bb-content-tab .myaccount-description .myaccount-member {
  color: #e84d3b;
}
.my-account-wrapper .bb-content-tab .checkout-form-heading.myaccount-description:after {
  float: left;
  width: 89% !important;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .checkout-form-heading.myaccount-description:after {
    width: 68% !important;
  }
}
.my-account-wrapper .bb-content-tab .myaccount-office-details {
  border-left: 1px dashed #b2b9be;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .myaccount-office-details {
    border: none;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details {
  border: 1px dashed #b2b9be;
  padding: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .create_order_status {
    text-align: right;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .order-btn {
  background: #e84d3b;
  color: #fff;
  font-size: 14px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .order-btn {
    font-size: 11px;
    padding: 10px 15px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .cancel-order-btn, .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .return-order-btn {
  margin-bottom: 20px;
  float: right;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .cancel-order-btn, .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .return-order-btn {
    margin-bottom: 15px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog {
  float: right;
  display: none;
  /*
  				    max-height: 0;
  				    overflow: hidden;
  				    -webkit-transition: max-height 0.8s ease-in;
  					-moz-transition: max-height 0.8s ease-in;
  					-o-transition: max-height 0.8s ease-in;
  					transition: max-height 0.8s ease-in;
  */
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog p {
  display: inline;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog p {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog img {
  height: 35px;
  width: auto;
  margin-right: 50px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .confirm-dialog img {
    margin-right: 0;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .single-order-header .result_message {
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .single-order-header .result_message {
    margin-bottom: 15px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history:not(:last-child) {
  margin-bottom: 40px;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-image img {
  border: 1px solid #b2b9be;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-image img {
    width: 100%;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-image .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-image .yith-wcwl-add-to-wishlist .shortlist-product {
  margin-right: 0 !important;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper {
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper {
    border: none;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details {
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details {
    max-width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details {
    float: none;
    max-width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details h4 {
    line-height: 1.4;
    font-size: 18px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details p {
  margin-bottom: 15px;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .order-history-details .order-id {
  font-weight: 500;
  margin-bottom: 15px;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .product-rate {
  float: right;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-history-wrapper .product-rate {
    float: none;
    margin-bottom: 10px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-description {
  display: flex;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-description .order-history-product-details {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-description .order-history-product-details {
    margin-right: 12px;
    margin-top: 10px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-description .order-history-product-details .car-size-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/images/cart-size-icon.svg) center center no-repeat;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .order-description .order-history-product-details .product-color {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #00afec;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order-return-mobile {
    flex-wrap: wrap;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order-return-mobile .return_result_message_mobile {
  float: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order {
    padding-top: 10px;
    border-top: 1px dashed #000;
  }
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order.return-track-order {
    display: block !important;
    text-align: left !important;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return-item-btn.return-btn {
  float: right;
}
@media screen and (max-width: 1024px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return-item-btn.return-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return-item-btn.return-btn {
    margin-top: 25px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return-btn {
  background: #e84d3b;
  color: #fff;
  font-size: 13px;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return-dialog {
    margin-top: 20px;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog {
  float: right;
  display: none;
  /*
  				    max-height: 0;
  				    overflow: hidden;
  				    -webkit-transition: max-height 0.8s ease-in;
  					-moz-transition: max-height 0.8s ease-in;
  					-o-transition: max-height 0.8s ease-in;
  					transition: max-height 0.8s ease-in;
  */
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog p {
  display: inline;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog p {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog img {
  height: 35px;
  width: auto;
  margin-right: 50px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .confirm-dialog img {
    margin-right: 0;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .return_result_message {
  float: right;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-order-text {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-order-text {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-order-text {
    width: 100%;
  }
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-order-text span.track-status {
  font-weight: 300;
  font-size: 12px;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-order-text span.cancel {
  color: #E84D3C;
}
.my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-your-order {
  float: right;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .bb-content-tab .single-order-details .my-account-order-history .track-order .track-your-order {
    float: none;
  }
}
.my-account-wrapper .bb-content-tab .product-wrapper {
  position: relative;
}
.my-account-wrapper .bb-content-tab .empty_views {
  text-align: center;
  color: #8d8c88;
}
.my-account-wrapper .bb-content-tab .woocommerce-recent-products .product-recommended h4 {
  color: #e84d3b;
  margin-bottom: 25px;
}
.my-account-wrapper .bb-content-tab .type-product {
  width: 95%;
  margin: 0 auto;
}

#yith-wcwl-form p.empty_views {
  text-align: center;
  color: #8d8c88;
}

.edit-profile-form {
  width: 70%;
  display: none;
  color: #8e98a0;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .edit-profile-form {
    width: 100%;
  }
}
.edit-profile-form .edit-profile {
  width: 50%;
  margin-bottom: 15px;
}
.edit-profile-form .edit-profile:first-child {
  padding-right: 15px;
}
.edit-profile-form .edit-profile input {
  width: 100%;
  min-height: 45px;
  border: 1px solid #8e98a0;
  padding: 10px;
}
.edit-profile-form .edit-profile input:disabled {
  cursor: not-allowed;
}
.edit-profile-form .edit-profile input[type=radio] {
  width: 30px;
}
@media screen and (max-width: 600px) {
  .edit-profile-form .edit-profile input[type=radio] {
    min-height: unset;
  }
}
.edit-profile-form .edit-profile .select {
  width: 100%;
}
.edit-profile-form .edit-profile .select .slct {
  width: 100% !important;
}
.edit-profile-form .edit-profile-address {
  width: 100%;
}
.edit-profile-form .edit-profile-button {
  display: inline-block;
  color: white;
  background: #b2b9be;
  padding: 15px 40px;
  cursor: pointer;
  outline: none;
  border: 0;
}

#grid[data-columns] {
  clear: both;
}
#grid[data-columns]::before {
  content: '3 .column.size-1of3';
}
#grid[data-columns] .column {
  float: left;
}
#grid[data-columns] .size-1of3 {
  width: 33.333%;
}
@media screen and (max-width: 600px) {
  #grid[data-columns] .size-1of3 {
    width: 100%;
  }
}
#grid[data-columns] .media-articles {
  padding: 0 15px 15px 0;
}

.wp_autosearch_suggestions ul li a {
  font-family: 'Open Sans', sans-serif;
}
.wp_autosearch_suggestions ul li .wp_autosearch_more {
  background-color: #e84d3b !important;
}

.mobile-filter-btn {
  border: 1px solid;
  padding: 10px;
  margin-top: 20px;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .mobile-filter-btn {
    display: block;
    z-index: 99999;
    width: 50%;
    float: left;
    margin: 0;
    padding: 11px;
    border: 1px solid #b2b9be;
  }
}
.mobile-filter-btn .filter-heading-icon {
  float: right;
  padding-top: 3px;
}
.mobile-filter-btn .filter-heading-icon-hidden {
  display: none;
}
.mobile-filter-btn.mobile-filter-btn-selected:after {
  content: ".";
  font-size: 40px;
  color: #ea4c34;
  position: absolute;
  padding-left: 6px;
  bottom: 3px;
}

.sort-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sort-mobile {
    padding: 11px;
    display: block;
    width: 100%;
    border: 1px solid #b2b9be;
    float: left;
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sort-mobile {
    width: 50%;
    border-left: 0;
  }
}
.sort-mobile:after {
  content: ".";
  font-size: 40px;
  color: #ea4c34;
  position: absolute;
  padding-left: 6px;
  bottom: 3px;
}
.sort-mobile .filter-heading-icon {
  float: right;
}
.sort-mobile .filter-heading-icon-hidden {
  display: none;
}

.sticky-div-mobile {
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  position: relative;
}
.sticky-div-mobile .filter-btn-icon {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}
.sticky-div-mobile .btn-text {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sticky-div-mobile .open-filter {
    border-bottom: 1px solid #ea4c34 !important;
  }
}

.slider-next:after {
  content: '\f054';
}

.slider-prev:after {
  content: '\f053';
}

.slider-next, .slider-prev {
  background-image: none;
  height: auto;
  width: auto;
}
.slider-next:after, .slider-prev:after {
  color: #d44303;
  font-size: 40px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.nav-previous, .nav-next {
  background: #e84d3b;
  display: inline-block;
}
.nav-previous a, .nav-next a {
  color: #ffffff;
  display: block;
  width: 120px;
  padding: 10px;
}

.nav-previous {
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .navbar-bar .nav-wrapper ul li {
    padding: 0px 7px;
  }
  .navbar-bar .nav-wrapper .icon-nav {
    padding: 0px 8px;
  }
}
@media only screen and (max-width: 1020px) {
  .menu {
    position: relative;
    width: 25px;
    height: 26px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    margin: 0 9px;
  }
  .menu.open {
    color: #33291a;
    z-index: 99999999999;
  }
  .menu.open span {
    background: #33291a;
  }
  .menu.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .menu.open span:nth-child(3) {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #33291a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .menu span:nth-child(1) {
    top: 0px;
  }
  .menu span:nth-child(2) {
    top: 8px;
  }
  .menu span:nth-child(3) {
    top: 16px;
    background: #33291a;
    width: 100%;
  }

  .navbar-bar .nav-wrapper .menu-list {
    transition: all 2s linear;
    opacity: 0;
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .navbar-bar .nav-wrapper .menu-list li {
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }
  .navbar-bar .nav-wrapper .menu-list li:first-child {
    margin-top: 150px;
  }
  .navbar-bar .nav-wrapper .menu-list li a {
    font-size: 150%;
    width: 100%;
  }
  .navbar-bar .nav-wrapper .menu-list.open-menu {
    opacity: 1;
    display: block !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .navbar-bar .nav-wrapper .menu-icon {
    float: right;
  }

  .abt-section {
    margin-bottom: 100px;
  }
  .abt-section a {
    margin-left: 50px;
  }

  img {
    max-width: 100%;
  }

  .cat-warpper .logo-cat {
    width: 77px;
    right: -24px;
    top: -20px;
  }
  .cat-warpper .cat-image {
    width: 85%;
    margin: 0 0 0 auto;
  }
  .cat-warpper h2 {
    top: 100px;
  }
  .cat-warpper .overlap-txt {
    left: -99px;
    top: 47%;
  }

  .cat-shoes .shoes-brand-img .overlap-txt {
    left: -127px;
  }
  .cat-shoes .shoes-brand-img .cat-shoes-image {
    width: 93%;
    margin: 0 0 0 auto;
  }
  .cat-shoes .brand-txt-wrapper {
    padding-top: 10px;
  }
  .cat-shoes .brand-txt-wrapper h3 {
    left: 0;
  }

  .store-wrapper .box-wrapper, .slider-opening .box-wrapper, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper {
    padding: 40px 53px;
    min-height: 390px !important;
  }

  .store-locator-wrapper, .contact-us-locator {
    margin-bottom: 20px;
  }

  .store-wrapper .store-heading, .slider-opening .store-heading, .store-wrapper .testmonial-heading, .slider-opening .testmonial-heading {
    display: inline-block;
  }

  .social-wrapper {
    margin: 10px 0;
    padding: 6px;
  }

  .insta-header {
    padding-bottom: 10px !important;
  }
  .insta-header .overlay-back {
    font-size: 75px !important;
    top: -10px !important;
    right: -52px !important;
  }

  .footer-sign-up input[type=text] {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .footer-sign-up input[type=submit] {
    padding: 11px 40px;
  }

  .social-icons-footer li {
    padding: 0 8px;
  }

  .new-arrival-wrapper .new-arrival-text {
    left: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .Urban-Blackberrys-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .blackberry-navbar {
    height: auto;
    padding: 9px 0 9px 6px;
  }
  .blackberry-navbar ul {
    margin: 10px 0;
  }

  .footer-nav-wrapper .menu {
    text-align: left;
    padding: 2px;
    height: auto;
    Width: auto;
  }

  .top-navbar ul li.top-ic1 .top-menu-header {
    top: -13px;
  }

  /*
  	.Urban-Blackberrys-wrapper{
  		margin-top: 100px;
  	}
  */
  .store-wrapper .box-wrapper, .slider-opening .box-wrapper, .slider-opening .swiper-openings .swiper-slide .opening-box-wrapper {
    min-height: unset !important;
  }

  .banner-home-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 767px) {
  .banner-home-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .banner-home-wrapper .banner-landing .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .banner-home-wrapper .banner-landing .swiper-slide .urbane-banner-2-image {
    object-position: -480px;
  }
  .banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper {
    left: 30px;
  }
  .banner-home-wrapper .banner-landing .swiper-slide .banner-text-wrapper h2 {
    font-size: 40px;
  }

  .new-arrival-wrapper {
    width: 100%;
    background-size: cover;
  }
  .new-arrival-wrapper .new-arrival-image {
    overflow: hidden;
  }
  .new-arrival-wrapper .new-arrival-text {
    width: 100%;
    position: static;
    padding: 10px;
    overflow: hidden;
  }
  .new-arrival-wrapper .new-arrival-btn {
    bottom: -4%;
    right: 5px;
  }

  .urbane-header .overlay-back {
    top: -190px;
    left: -115px;
    font-size: 110px;
  }

  .wardrobe-header {
    overflow: hidden;
  }

  .urbane-banner .banner-landing .swiper-slide .banner-text-wrapper h3:after {
    right: 67px;
    top: 48px;
  }

  .cat-warpper h2 {
    top: 50px;
  }
}
.insta-header {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.insta-header .overlay-back {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 41, 26, 0.43);
  font-size: 145px;
  opacity: 0.1;
  position: absolute;
  top: -61px;
  right: -80px;
}

.insta-slider {
  margin: 40px 0 20px;
}
.insta-slider img {
  width: 100%;
  object-fit: contain;
  height: 240px;
}

.cta-btm {
  position: fixed;
  bottom: -5px;
  right: -2px;
  z-index: 99999;
}

.svg-clipped {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

.text-clip-wrapper {
  height: 100px;
}
.text-clip-wrapper img {
  width: 140% !important;
}

.anim-txt p {
  color: #ffffff;
}
.anim-txt a {
  color: #ffffff;
}

.txt-hide {
  visibility: hidden;
}

.txt-d-block {
  visibility: visible !important;
  height: auto !important;
}

.sn-txt-wrapper {
  height: 0;
  visibility: hidden;
}
.sn-txt-wrapper h2 {
  font-size: 60px;
  font-weight: 700px;
  top: 30px;
  left: 0px;
  position: absolute;
  top: 29px;
  left: 0;
  color: #ffffff;
}

.about-us-wrapper {
  position: relative;
}
.about-us-wrapper .brand-section-img img {
  width: 100%;
}
.about-us-wrapper img {
  max-width: 100%;
  height: auto;
}
.about-us-wrapper .brand-section-txt {
  margin-top: 107px;
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .brand-section-txt {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-wrapper .brand-section-txt {
    margin-top: 27px;
  }
}
.about-us-wrapper .brand-section-txt h3 {
  color: #947a54;
  position: absolute;
  left: -34px;
  top: -32px;
}
@media screen and (max-width: 1024px) {
  .about-us-wrapper .brand-section-txt h3 {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .brand-section-txt h3 {
    position: relative;
    left: 0;
    top: 0;
  }
}
.about-us-wrapper .brand-section-txt .the-brand-txt {
  width: 75%;
  margin: 48px auto;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .brand-section-txt .the-brand-txt {
    width: 100%;
  }
}
.about-us-wrapper .brand-section-txt .the-brand-txt h4 {
  font-size: 17px;
  font-weight: 600;
}
.about-us-wrapper .brand-section-txt .the-brand-txt p {
  font-size: 15px;
  line-height: 28px;
}
.about-us-wrapper .story-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.about-us-wrapper .story-wrapper p {
  font-size: 15px;
  line-height: 28px;
}
.about-us-wrapper .story-wrapper .our-story-txt-wrapper {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .story-wrapper .our-story-txt-wrapper {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-wrapper .story-wrapper .our-story-txt-wrapper {
    margin-top: 27px;
  }
}
.about-us-wrapper .story-wrapper .our-story-txt-wrapper img {
  float: left;
  margin-bottom: 20px;
  width: 49%;
  margin-right: 94px;
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .story-wrapper .our-story-txt-wrapper img {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}
.about-us-wrapper .story-wrapper .our-story-txt-wrapper h3 {
  color: #33291a;
  position: relative;
  left: -116px;
  top: 0;
  margin: 48px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .story-wrapper .our-story-txt-wrapper h3 {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.about-us-wrapper .story-wrapper .our-story-txt-wrapper .story-txt {
  /*
  			p{
  				&:first-child{
  					margin-bottom: 157px;
  					@media only screen and (max-width: 770px) {
  						margin-bottom:0;
  					}
  				}
  			}
  */
}
@media only screen and (max-width: 767px) {
  .about-us-wrapper .story-wrapper .our-story-txt-wrapper .story-txt {
    width: 100%;
    margin: 10px auto;
    float: none;
  }
}
.about-us-wrapper .key-fact-wrapper {
  text-align: center;
}
.about-us-wrapper .key-fact-wrapper h3 {
  width: 100%;
  color: #e84d3b;
  font-size: 40px;
  text-align: center;
}
.about-us-wrapper .key-fact-wrapper ul {
  list-style: none;
}
.about-us-wrapper .key-fact-wrapper ul li {
  display: inline-block;
  width: 150px;
  margin: 0px 36px;
  font-size: 18px;
  vertical-align: top;
  margin: 57px 36px 85px;
}
@media screen and (max-width: 1024px) {
  .about-us-wrapper .key-fact-wrapper ul li {
    margin: 27px 19px 15px;
  }
}
@media screen and (max-width: 600px) {
  .about-us-wrapper .key-fact-wrapper ul li {
    margin: 27px 36px 8px;
  }
}
.about-us-wrapper .key-fact-wrapper ul li span {
  color: #e84d3b;
}
.about-us-wrapper h1 {
  font-size: 40px;
  color: #e84d3b;
  position: relative;
}
@media screen and (max-width: 600px) {
  .about-us-wrapper h1 {
    margin-left: 18px;
  }
}
.about-us-wrapper h1:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 59%;
  left: -103%;
  margin: auto;
}
.about-us-wrapper h1 span {
  color: #33291a;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.about-us-wrapper .overlay-back {
  font-size: 108px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 41, 26, 0.43);
  font-size: 145px;
  opacity: 0.1;
  position: absolute;
  top: -61px;
  left: -210px;
  z-index: -9;
}
@media screen and (max-width: 600px) {
  .about-us-wrapper .overlay-back {
    left: -420px;
  }
}

.career-blocks {
  text-align: center;
  width: 84%;
  margin: 10px auto 30px;
}
.career-blocks img {
  width: 55px;
  margin: 0 0 11px 0;
}
.career-blocks h4 {
  color: #e84d3b;
  font-size: 18px;
  font-weight: normal;
}

.openings-wrapper {
  margin: 82px auto 64px;
}
@media screen and (max-width: 767px) {
  .openings-wrapper {
    margin-top: 15px;
  }
}
.openings-wrapper h3 {
  color: #e84d3b;
  font-size: 40px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #8e98a0 !important;
  border-radius: 0px !important;
  color: #8e98a0;
  width: 262px !important;
  font-size: 15px;
  height: auto !important;
  padding: 10px !important;
}
@media screen and (max-width: 600px) {
  select {
    width: 100% !important;
  }
}

.select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid;
}
@media screen and (max-width: 600px) {
  .select-wrap {
    display: block;
  }
}
.select-wrap:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.slider-opening {
  background: #f9faf9;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slider-opening {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.slider-opening .swiper-openings {
  width: 100%;
}
.slider-opening .swiper-openings .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45%;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper {
  width: 90%;
  color: #6e7d7c;
  margin-bottom: 0;
  text-align: left;
  height: 100%;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover {
  border: 1px solid #947a54;
  box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
  -webkit-box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
  -moz-box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover h5 {
  color: #947a54;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover .box-sub-txt {
  color: #947a54;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover .cta-btn {
  color: #947a54;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover .cta-btn:before {
  background: #947a54;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper:hover .cta-btn:after {
  background: #947a54;
}
.slider-opening .swiper-openings .swiper-slide .opening-box-wrapper p {
  font-size: 14px;
}

.media-wrapper a.cta-btn {
  font-weight: 600;
}
.media-wrapper .tab-content {
  margin-top: 78px;
}
@media screen and (max-width: 600px) {
  .media-wrapper .tab-content {
    margin-top: 30px;
  }
}
.media-wrapper .media-loop {
  color: #3a372f;
  border-bottom: 1px dashed #000;
  margin-bottom: 10px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.media-wrapper .media-loop:last-child {
  border-bottom: 0;
}
.media-wrapper .media-loop h3 {
  color: #231f20;
  font-size: 40px;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .media-wrapper .media-loop h3 {
    font-size: 30px;
  }
}
.media-wrapper .brand-section-txt .the-brand-txt {
  width: 85%;
}
@media screen and (max-width: 600px) {
  .media-wrapper .nav-pills .nav-item {
    width: 33.33%;
  }
}
.media-wrapper .nav-pills .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #b2b9be;
  color: #b2b9be;
  width: 95px;
  text-align: center;
  height: 50px;
  padding: 13px 0;
  margin: 0 20px;
  font-size: 12px;
}
.media-wrapper .nav-pills .nav-item .nav-link:first-child {
  margin-left: 0px;
}
.media-wrapper .nav-pills .nav-item .nav-link.active {
  background: #b2b9be;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .media-wrapper .nav-pills .nav-item .nav-link {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .media-wrapper .nav-pills .nav-item .nav-link {
    margin-bottom: 10px;
    width: auto;
  }
}

.careers_list_wrapper h6 {
  font-size: 18px;
  font-color: #9d9b97;
}
.careers_list_wrapper .careers_list {
  margin-left: 15px;
}
.careers_list_wrapper .careers_list li {
  font-weight: 600;
  font-size: 16px;
  color: #3a372f;
}

.career_inner_slider h2 {
  font-size: 40px;
  color: #40586d;
  margin-left: 20px;
  margin-bottom: 50px;
}

.career_form_wrapper {
  margin: 75px auto 64px;
  width: 100%;
}
.career_form_wrapper .career-form {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .career_form_wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .career_form_wrapper {
    margin-bottom: 0;
  }
}
.career_form_wrapper p {
  font-weight: 700;
}

#gform_wrapper_3 ul {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul {
    display: block;
    width: 100%;
  }
}
#gform_wrapper_3 ul li {
  padding: 0px;
  border: none !important;
  background: transparent !important;
  display: inline;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li {
    margin-bottom: 15px;
  }
}
#gform_wrapper_3 ul li.gfield_error {
  margin-top: 16px;
}
#gform_wrapper_3 ul li .ginput_container {
  display: inline;
}
#gform_wrapper_3 ul li .gfield_label {
  display: none;
}
#gform_wrapper_3 ul li#field_3_2 {
  width: 250px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li#field_3_2 {
    margin-right: 0;
    width: 100%;
  }
}
#gform_wrapper_3 ul li#field_3_2.validation_message {
  width: 250px;
}
#gform_wrapper_3 ul li#field_3_2 #input_3_2 {
  padding: 12px 12px;
  width: 245px;
  margin-right: 20px;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li#field_3_2 #input_3_2 {
    margin-right: 0;
    width: 100%;
  }
}
#gform_wrapper_3 ul li#field_3_7 {
  display: none;
}
#gform_wrapper_3 ul li#field_3_3 {
  padding: 12px 12px;
  width: 245px;
  margin-right: 20px;
  margin-top: 16px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li#field_3_3 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #gform_wrapper_3 ul li#field_3_3 {
    margin-right: 0;
  }
}
#gform_wrapper_3 ul li#field_3_3 .main_span {
  border: 1px solid #d3d3d3 !important;
  padding: 11px 12px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li#field_3_3 .main_span {
    width: 100%;
  }
}
#gform_wrapper_3 ul li#field_3_3 .main_span:after {
  content: "";
  background: url("assets/images/arrow-up.png");
  position: absolute;
  top: 12px;
  right: 0;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
#gform_wrapper_3 ul li #gform_preview_3_3 {
  display: none;
}
#gform_wrapper_3 ul li#field_3_3 {
  right: 140px;
  top: 46px;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 ul li#field_3_3 {
    display: block;
    right: 0;
    top: -16px;
  }
}
#gform_wrapper_3 ul li#field_3_3 #input_3_3 {
  padding: 9px 12px;
  width: 250px;
  border: 1px solid #d3d3d3;
  margin-right: 20px;
  display: none;
}
#gform_wrapper_3 form {
  display: inline;
}
#gform_wrapper_3 form .validation_error {
  display: none;
}
#gform_wrapper_3 form .gform_body {
  display: inline;
}
#gform_wrapper_3 .gform_footer {
  display: inline;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #gform_wrapper_3 .gform_footer {
    display: block;
  }
}
#gform_wrapper_3 .gform_footer #gform_submit_button_3 {
  margin: 0px;
  padding: 13px 60px;
  background-color: #b2b9be;
  color: #fff;
  border: none;
}
@media screen and (max-width: 1024px) {
  #gform_wrapper_3 .gform_footer #gform_submit_button_3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  #gform_wrapper_3 .gform_footer #gform_submit_button_3 {
    margin-top: 0;
  }
}

#gform_confirmation_message_3 {
  margin: 20px 0px;
  font-size: 20px;
}

.contact-us-wrapper iframe {
  width: 100%;
}
.contact-us-wrapper .brand-section-txt .contact-txt {
  width: 94%;
  margin: 42px auto;
  padding: 0px 0px 0px 0px;
  margin-right: 0px;
}
.contact-us-wrapper .brand-section-txt .contact-txt label {
  font-weight: 700;
  font-size: 17px;
}
.contact-us-wrapper #contact_us_map {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-wrapper #contact_us_map .loader-section {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .policy-wrapper .nav-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .policy-wrapper .nav-item {
    width: auto !important;
  }
}
.policy-wrapper .nav-item .nav-link {
  width: auto !important;
  padding: 13px 12px !important;
}
.policy-wrapper .tab-pane h2 {
  font-size: 40px;
  color: #7e7d7d;
}
.policy-wrapper .tab-pane h4 {
  font-size: 26px;
  color: #7e7d7d;
}
.policy-wrapper .tab-pane p {
  color: #93918d;
}
.policy-wrapper .tab-pane .tab_ul {
  margin-left: 20px;
}
.policy-wrapper .tab-pane .tab_ul li {
  margin-bottom: 10px;
  color: #615f59;
}
.policy-wrapper .nav-pills .nav-link {
  width: auto;
  padding: 13px 10px;
  margin-bottom: 10px;
}

.faq-wrapper {
  box-sizing: border-box;
  /*
  	.questions {
  		border-bottom: 1px dashed #000;
  		margin-top: 3%;
  		
  		@include screen (small) {
  			margin-top: 5%;
  		}
  		
  		.expand {
  			flex-basis: 5%;
  			font-size: 25px;
  			font-weight: bold;
  			color: #e84d3b; 
  			
  			span {
  				cursor: pointer;
  			}
  			
  			@include screen (small) {
  				flex-basis: 10%;
  			}
  		}
  		
  		.question-wrapper {
  			flex-basis: 95%;
  			color: #231f20;
  		    opacity: 0.7;
  		    margin-bottom: 3%;
  		    
  		    @include screen (small) {
  			    flex-basis: 90%;
  			    margin-bottom: 5%;
  		    }
  		    
  		    h3 {
  			    font-size: 30px;
  			    
  			    @include screen (med) {
  				    font-size: 26px;
  			    }
  			    
  			    @include screen (small) {
  				    font-size: 22px;
  			    }
  		    }
  		    
  		    p {
  			  margin: 0;  
  			  font-family: 'Roboto', sans-serif;
  			  font-size: 18px;
  			  
  			  @include screen (small) {
  				  font-size: 14px;
  			  }
  		    }
  		    
  		    
  		}
  		
  	}
  */
}
.faq-wrapper h1:before {
  width: 30%;
  left: -33%;
}
.faq-wrapper .overlay-back {
  font-size: 75px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .overlay-back {
    font-size: 159px;
    top: -567px;
    left: -418px;
  }
}
@media screen and (max-width: 600px) {
  .faq-wrapper .overlay-back {
    font-size: 70px;
    top: 35px;
    left: -1035px;
  }
}
.faq-wrapper .question-wrapper {
  border: none;
  border-bottom: 1px dashed #000;
  border-radius: 0;
  padding: 2% 0;
}
.faq-wrapper .question-wrapper:last-child {
  border-bottom: 0;
  margin-bottom: 4%;
}
@media screen and (max-width: 600px) {
  .faq-wrapper .question-wrapper {
    padding: 5% 0;
  }
}
.faq-wrapper .question-wrapper .card-header, .faq-wrapper .question-wrapper .card-body {
  padding-left: 0;
}
.faq-wrapper .question-wrapper .card-body {
  padding-top: 0;
}
.faq-wrapper .question-wrapper .question {
  background: white;
  border: none;
  display: flex;
  cursor: pointer;
}
.faq-wrapper .question-wrapper .question .icon {
  flex-basis: 5%;
  font-size: 25px;
  font-weight: bold;
  color: #e84d3b;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .question-wrapper .question .icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq-wrapper .question-wrapper .question .icon {
    font-size: 16px;
    flex-basis: 10%;
  }
}
.faq-wrapper .question-wrapper .question h3 {
  flex-basis: 95%;
  color: #231f20;
  opacity: 0.7;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .question-wrapper .question h3 {
    font-size: 26px;
    padding-left: 1%;
  }
}
@media screen and (max-width: 600px) {
  .faq-wrapper .question-wrapper .question h3 {
    flex-basis: 90%;
    font-size: 22px;
  }
}
.faq-wrapper .question-wrapper .answer {
  margin-left: 5%;
  color: #231f20;
  opacity: 0.7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .faq-wrapper .question-wrapper .answer {
    margin-left: 6%;
  }
}
@media screen and (max-width: 600px) {
  .faq-wrapper .question-wrapper .answer {
    font-size: 14px;
    margin-left: 11%;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999;
}
.popup-overlay:target {
  visibility: visible;
  opacity: 1;
}

.news-letter-popup {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .news-letter-popup {
    width: 100%;
  }
}
.news-letter-popup input[type="text"] {
  background: transparent;
  border: 0px;
  -webkit-appearance: none;
  width: 86%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .news-letter-popup input[type="text"] {
    font-size: 20px;
    padding: 18px 0;
  }
}
.news-letter-popup input[type="text"]:focus {
  outline: none;
}
.news-letter-popup input[type="submit"] {
  background: transparent;
  -webkit-appearance: none;
  border: 0px;
  color: #e84d3b;
  font-size: 20px;
  font-weight: bold;
}
.news-letter-popup input[type="submit"]:focus {
  outline: none;
}
.news-letter-popup #newsletter_subscription_popup {
  border-bottom: 1px solid #fff;
  padding: 16px 0;
}

.popup {
  margin: 0px auto;
  padding: 20px;
  background: #262223;
  border-radius: 0px;
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #e84d3b;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #e84d3b;
  opacity: 1;
}
.popup .close:hover {
  color: #fff;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*
.search-popup-wrapper{
	background: #262223;
	.search-popup{
		h2{
			margin-top: 0;
			color: #e84d3b;
		}
		.wp_autosearch_form_wrapper{
			border: 0 !important;
			border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
			background-color: transparent !important;
		}
		.wp_autosearch_input{
			color: #fff !important;
			background-color: transparent !important;
		}
	}
}
*/
.blog-list-wrapper h3 {
  color: #e84d3b;
  font-size: 40px;
}
.blog-list-wrapper .blog-filter-txt {
  padding-top: 10px;
}
.blog-list-wrapper .blog-filter-txt a {
  text-decoration: underline;
  color: #8399cb;
}
.blog-list-wrapper .blog-filter-txt .latest_post_id {
  display: none;
}

.blog-featured-section {
  margin-bottom: 58px;
}
.blog-featured-section a {
  color: #e84d3b;
  font-size: 15px;
  margin: 0px 0 37px;
  display: inline-block;
}
.blog-featured-section a.cta-btn {
  color: #40586d;
}
.blog-featured-section a.cta-btn:before {
  color: #40586d;
}
.blog-featured-section a.cta-btn:after {
  color: #40586d;
}
.blog-featured-section h3 {
  color: #40586d;
  position: relative;
  left: -72px;
  text-shadow: -1px 0px 15px #ffffff;
}
@media screen and (max-width: 1024px) {
  .blog-featured-section h3 {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .blog-featured-section h3 {
    left: 0;
  }
}
.blog-featured-section .txt-section {
  margin-top: 50px;
  padding: 0 40px;
}
.blog-featured-section p {
  color: #585650;
  opacity: 0.9;
  line-height: 29px;
}

.blog-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.blog-container .loader-section {
  text-align: center;
  width: 100%;
}
.blog-container .swiper-slide {
  width: 22% !important;
}
@media screen and (max-width: 1024px) {
  .blog-container .swiper-slide {
    width: 33% !important;
  }
}
@media screen and (max-width: 600px) {
  .blog-container .swiper-slide {
    width: 100% !important;
  }
}
.blog-container .swiper-slide .card {
  position: relative;
  transition: 0.3s ease all;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .blog-container .swiper-slide .card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .blog-container .swiper-slide .card {
    width: 326px;
  }
}
.blog-container .swiper-slide .card:hover {
  box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
}
.blog-container .swiper-slide .card p {
  color: #323333;
  line-height: 22px;
  font-size: 15px;
  opacity: 0.9;
}
.blog-container .swiper-slide .card .catLinks {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #8399cb;
}
.blog-container .swiper-slide .card h5 {
  font-size: 19px;
  color: #323333;
  font-weight: normal;
  min-height: 70px;
  line-height: 34px;
}
.blog-container .swiper-slide .card .like {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 160px;
}
@media screen and (max-width: 1024px) {
  .blog-container .swiper-slide .card .like {
    top: 24%;
  }
}
@media only screen and (max-width: 770px) {
  .blog-container .swiper-slide .card .like {
    top: 25%;
  }
}
@media screen and (max-width: 600px) {
  .blog-container .swiper-slide .card .like {
    top: 33%;
  }
}
.blog-container .swiper-slide .card .like .like-product {
  height: 57px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #8399ce;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
}
.blog-container .swiper-slide .card .like .like-product-hidden {
  display: none;
}
.blog-container .swiper-slide .card .card-img-top {
  width: auto;
  max-width: 100% !important;
}

.blog-inside-wrapper {
  /* =========================================================
  	Comments
  ========================================================= */
}
.blog-inside-wrapper .description {
  text-align: center;
  font-weight: 500;
  padding: 2% 15% 2% 10%;
  line-height: 26px;
  color: #231f20;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  opacity: 0.7;
}
.blog-inside-wrapper .blog-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper:not(:last-child) {
    border-bottom: 1px solid #cdd2d6;
  }
}
.blog-inside-wrapper .blog-wrapper .blog-image {
  text-align: right;
  flex-basis: 50%;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper .blog-image {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 5%;
    text-align: center;
  }
}
.blog-inside-wrapper .blog-wrapper:nth-child(even) .blog-image {
  order: 2;
  flex-basis: 45%;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper:nth-child(even) .blog-image {
    flex-basis: 100%;
  }
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #231f20;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper .the-blog-txt {
    flex-basis: 100%;
    order: 2;
    font-size: 13px;
  }
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt .the-blog-txt-title {
  color: #e84d3b;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .blog-wrapper .the-blog-txt .the-blog-txt-title {
    font-size: 14px;
  }
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt p {
  font-weight: 500;
  padding: 2% 15% 2% 10%;
  line-height: 26px;
  /*
  			   @include screen (small) {
  				   font-weight: 500;
  			   }
  */
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt ul {
  padding: 2% 15% 2% 10%;
  list-style: none;
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt ul li {
  color: #e84d3b;
}
.blog-inside-wrapper .blog-wrapper .the-blog-txt ul li:before {
  content: "- ";
}
.blog-inside-wrapper .comment-wrapper .comment-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  opacity: 0.6;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
  border-top: 2px dashed #231f20;
  border-bottom: 2px dashed #231f20;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-header .share {
    margin-bottom: 10px;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-header .fa {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-header .count {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-header .count .likes {
  margin-right: 20px;
}
.blog-inside-wrapper .comment-wrapper .nocomments {
  margin-bottom: 0;
  margin: 2% 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
}
.blog-inside-wrapper .comment-wrapper .comment-respond {
  padding: 35px 0;
  border-top: 2px dashed #231f20;
  border-bottom: 2px dashed #231f20;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond {
    position: relative;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #e84d3b;
  opacity: 0.7;
  margin-bottom: 2%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title {
    margin-bottom: 20px;
    position: static;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title small, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title .comment-reply-title:after {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  opacity: 0.7;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title:after {
  content: "(All fields are required)";
  color: #dc3545;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-reply-title:after {
    bottom: 7px;
    width: 100%;
    text-align: center;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond label {
  display: none;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form {
    flex-wrap: wrap;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .logged-in-as {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .logged-in-as {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .logged-in-as {
    flex-basis: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form p {
  margin-bottom: 0;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-notes {
  display: none;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #comment-error, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #email-error, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #author-error {
  color: red;
  margin-top: 2%;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #comment-error {
  margin-top: 0;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-comment textarea, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-author input, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-email input, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit input {
  border: 1px solid #b2b9be;
  border-radius: 2px;
  padding: 10px 20px;
  width: 100%;
  height: 40px;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-comment textarea:focus, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-author input:focus, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-email input:focus, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit input:focus {
  outline: none;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-comment {
  order: 3;
  flex-basis: 42%;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-comment textarea {
  resize: none;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-author {
  order: 1;
  flex-basis: 21%;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-author {
    flex-basis: 27%;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #author_error, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form #email_error {
  display: block;
  margin-top: 3%;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-email {
  order: 2;
  flex-basis: 21%;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-email {
    flex-basis: 27%;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit {
  order: 4;
  flex-basis: 10%;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit {
    margin: 0 auto;
    margin-top: 2%;
  }
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit {
    margin-top: 0;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .form-submit input {
  color: white;
  background: #b2b9be;
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-comment, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-author, .blog-inside-wrapper .comment-wrapper .comment-respond .comment-form .comment-form-email {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b9be;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b9be;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b9be;
}
.blog-inside-wrapper .comment-wrapper .comment-respond .comment-form :-moz-placeholder {
  /* Firefox 18- */
  color: #b2b9be;
}
.blog-inside-wrapper .comment-wrapper #comments {
  display: none;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  opacity: 0.7;
  font-size: 14px;
  max-height: 450px;
  overflow: scroll;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li {
  margin: 40px 0;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-body {
  position: relative;
  padding-left: 120px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-meta {
  padding-top: 10px;
  font-weight: 400;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-meta div {
  display: inline-block;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-author .says {
  display: none;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-author .fn {
  text-transform: capitalize;
  color: #e84d3b;
  font-size: 16px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment .comment-author .fn:after {
  content: "-";
  padding-left: 10px;
  padding-right: 10px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.vcard {
  font-size: 16px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.vcard img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 20px 20px 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.commentmetadata {
  font-weight: 400;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.comment-meta {
  display: inline-block;
  font-size: 11px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment p {
  font-weight: 500;
  line-height: 26px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment ul {
  font-size: 14px;
  list-style: none;
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  .blog-inside-wrapper .comment-wrapper ol.commentlist li.comment ul {
    margin-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .blog-inside-wrapper .comment-wrapper ol.commentlist li.comment ul {
    margin-left: 30px;
  }
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.reply {
  font-size: 11px;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment div.reply a {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.6;
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li.comment ul.children {
  list-style: none;
  text-indent: 0;
  			/*
  li.depth-2 { border-left: 5px solid #ccc; margin:0 0 10px 10px; }
  			li.depth-3 { border-left: 5px solid #bbb; margin:0 0 10px 10px; }
  			li.depth-4 { border-left: 5px solid #aaa; margin:0 0 10px 10px; }
  */
}
.blog-inside-wrapper .comment-wrapper ol.commentlist li {
  background: #fff;
}

.store-locator-wrapper, .contact-us-locator {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .store-locator-wrapper, .contact-us-locator {
    margin-bottom: 40px;
  }
}
.store-locator-wrapper h1, .contact-us-locator h1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .store-locator-wrapper h1, .contact-us-locator h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .store-locator-wrapper .brand-section-img, .contact-us-locator .brand-section-img {
    min-height: 250px;
  }
}
.store-locator-wrapper .store-locator-select, .contact-us-locator .store-locator-select {
  margin-bottom: 20px;
}
.store-locator-wrapper .store-search-result, .contact-us-locator .store-search-result {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .store-locator-wrapper .store-search-result, .contact-us-locator .store-search-result {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .store-locator-wrapper .store-search-result, .contact-us-locator .store-search-result {
    margin-top: 0;
  }
}
.store-locator-wrapper .store-search-result h3, .contact-us-locator .store-search-result h3 {
  font-size: 40px;
  color: #5c6d7f;
}
.store-locator-wrapper .store-search-result p, .contact-us-locator .store-search-result p {
  color: #3c382f;
}
.store-locator-wrapper .store-search-result .store-address .brand-section-txt, .contact-us-locator .store-search-result .store-address .brand-section-txt {
  border: 1px dashed #6b6963;
  margin-top: -1px;
  min-height: 300px;
}
@media screen and (max-width: 1024px) {
  .store-locator-wrapper .store-search-result .store-address .brand-section-txt, .contact-us-locator .store-search-result .store-address .brand-section-txt {
    min-height: 330px;
  }
}
@media screen and (max-width: 600px) {
  .store-locator-wrapper .store-search-result .store-address .brand-section-txt, .contact-us-locator .store-search-result .store-address .brand-section-txt {
    min-height: 260px;
  }
}
.store-locator-wrapper .store-search-result .store-address .brand-section-txt:hover, .contact-us-locator .store-search-result .store-address .brand-section-txt:hover {
  background: #f5f5f4;
}
.store-locator-wrapper .store-search-result .store-address .brand-section-txt .contact-txt, .contact-us-locator .store-search-result .store-address .brand-section-txt .contact-txt {
  width: 90%;
  margin-right: auto;
}
.store-locator-wrapper .store-search-result .store-address .brand-section-txt .contact-txt .store-location label, .contact-us-locator .store-search-result .store-address .brand-section-txt .contact-txt .store-location label {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .store-locator-wrapper .store-search-result .store-address .brand-section-txt .contact-txt .store-location label, .contact-us-locator .store-search-result .store-address .brand-section-txt .contact-txt .store-location label {
    width: 50%;
  }
}
.store-locator-wrapper .store-search-result .store-address .brand-section-txt .contact-txt .store-location span, .contact-us-locator .store-search-result .store-address .brand-section-txt .contact-txt .store-location span {
  font-weight: 700;
  font-size: 17px;
  float: right;
  color: #d74c32;
}
.store-locator-wrapper .store-search-result .store-address:nth-child(odd) .brand-section-txt:after, .contact-us-locator .store-search-result .store-address:nth-child(odd) .brand-section-txt:after {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  border-radius: 50%;
  right: -9px;
  bottom: -10px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .store-locator-wrapper .store-search-result .store-address:nth-child(odd) .brand-section-txt:after, .contact-us-locator .store-search-result .store-address:nth-child(odd) .brand-section-txt:after {
    display: none;
  }
}
.store-locator-wrapper .store-search-result .store-address:last-child .brand-section-txt:after, .contact-us-locator .store-search-result .store-address:last-child .brand-section-txt:after {
  display: none;
}
.store-locator-wrapper .store-search-result .store-address:nth-last-child(2) .brand-section-txt:after, .contact-us-locator .store-search-result .store-address:nth-last-child(2) .brand-section-txt:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .store-locator-wrapper .store-search-result .padding-removal-left, .contact-us-locator .store-search-result .padding-removal-left {
    padding-left: 15px;
  }
}
.store-locator-wrapper .store-search-result .padding-removal-left .brand-section-txt, .contact-us-locator .store-search-result .padding-removal-left .brand-section-txt {
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .store-locator-wrapper .store-search-result .padding-removal-left .brand-section-txt, .contact-us-locator .store-search-result .padding-removal-left .brand-section-txt {
    border-left: 1px dashed #6b6963;
  }
}
@media screen and (max-width: 767px) {
  .store-locator-wrapper .store-search-result .padding-removal-right, .contact-us-locator .store-search-result .padding-removal-right {
    padding-right: 15px;
  }
}
.store-locator-wrapper .store-search-result .padding-removal-right:nth-child .brand-section-txt, .contact-us-locator .store-search-result .padding-removal-right:nth-child .brand-section-txt {
  background: blue;
}

.select {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #8e98a0;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  .select {
    width: 70%;
  }
}

select {
  cursor: pointer;
  background: transparent;
  border: 0 !important;
}

select::-ms-expand {
  display: none;
}

.select::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  color: #8e98a0;
  pointer-events: none;
  line-height: 44px;
  font-family: FontAwesome;
}

.padding-removal-right {
  padding-right: 0;
}

.padding-removal-left {
  padding-left: 0;
}

/*
    ul {
  padding:0px;
}
li {
  list-style:none;
  display:block;
  padding:5px;
}
*/
.gfield_checkbox li {
  position: relative !important;
  padding-left: 40px !important;
  width: 20% !important;
  float: left;
}
.gfield_checkbox li label {
  padding: 0 0 0 30px !important;
  margin-top: 0 !important;
}
.gfield_checkbox li label:after {
  content: "";
  border: 1px solid #b2b9be;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 18px;
  border: solid #e84d3b;
  border-width: 0 3px 3px 0;
  left: 6px;
  top: -4px !important;
  transform: rotate(38deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  opacity: 1;
  top: 3px;
}

input[type=radio] {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
}

input[type=radio]:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -9px 2px 0 -1px;
  vertical-align: -webkit-baseline-middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #888;
  visibility: visible;
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
input[type=radio]:checked:before {
  background-color: #e84d3b;
}

.wrapper-container {
  position: relative;
}
.wrapper-container .overlay-back {
  left: -210px;
  position: absolute;
  top: 0px;
  left: -210px;
  z-index: -9;
}
@media screen and (max-width: 600px) {
  .wrapper-container .overlay-back {
    font-size: 100px;
  }
}

.banner-wrapper img {
  width: 100%;
  height: auto;
}

.slider-category {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.slider-category .back-layer {
  border: 1px solid #e84d3b;
  height: 70%;
  width: 90%;
  position: absolute;
  z-index: -9;
  bottom: 88px;
  right: -7px;
}
@media screen and (max-width: 1024px) {
  .slider-category .back-layer {
    bottom: 50px;
  }
}
.slider-category .solid-wrapper {
  background: #40586d;
  margin-top: 129px;
  height: 70%;
}
@media screen and (max-width: 740px) {
  .slider-category .solid-wrapper {
    height: auto;
    margin-top: 90px;
  }
}
.slider-category .solid-wrapper .product-slider-button {
  bottom: auto;
  left: auto;
  z-index: 999;
  right: -40px;
  top: 220px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .slider-category .solid-wrapper .product-slider-button {
    position: absolute;
    top: 320px;
  }
}
.slider-category .solid-wrapper .col-section {
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 740px) {
  .slider-category .solid-wrapper .col-section {
    float: none;
    width: 100%;
  }
}
.slider-category .solid-wrapper .col-section .new-arrival-btn {
  position: absolute;
  bottom: 70px;
  z-index: 9;
  right: 40px;
}
@media screen and (max-width: 740px) {
  .slider-category .solid-wrapper .col-section .new-arrival-btn {
    bottom: 20px;
  }
}
.slider-category .solid-wrapper .col-section .new-arrival-btn .btn {
  font-size: 14px;
  border: 1px solid #b3c4cb;
}
.slider-category .solid-wrapper .col-section .cs1 {
  margin-top: 21%;
  color: #b3c4cb;
  height: 260px;
  /*
  				@media screen and (max-width: 740px){
  					height: 370px;
  				}
  */
}
@media screen and (max-width: 1024px) {
  .slider-category .solid-wrapper .col-section .cs1 {
    height: 370px;
  }
}
@media screen and (max-width: 600px) {
  .slider-category .solid-wrapper .col-section .cs1 {
    height: 450px;
  }
}
.slider-category .solid-wrapper .col-section .cs1 .swiper-wrapper .swiper-slide {
  height: auto;
}
.slider-category .solid-wrapper .col-section .cs1 .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #d8cfbd;
}
.slider-category .solid-wrapper .col-section .cs1 .swiper-wrapper .swiper-slide.swiper-slide-active h3 {
  color: #d8cfbd;
  font-size: 44px;
}
.slider-category .solid-wrapper .col-section .cs1 .swiper-wrapper .swiper-slide:nth-child(2n) {
  height: height;
}
.slider-category .solid-wrapper .col-section .cs1 .swiper-wrapper .swiper-slide:nth-child(3n) {
  height: height;
}
.slider-category .solid-wrapper .col-section .cs1 p {
  padding: 0 160px 0 70px;
}
@media screen and (max-width: 1024px) {
  .slider-category .solid-wrapper .col-section .cs1 p {
    padding: 0 100px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .slider-category .solid-wrapper .col-section .cs1 p {
    padding: 0 70px 0 70px;
  }
}
.slider-category .solid-wrapper .col-section .cs1 h3 {
  position: relative;
  font-size: 32px;
  color: #b3c4cb;
  padding: 0 0 0 70px;
}
.slider-category .solid-wrapper .col-section .cs1 h3:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b3c4cb;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 59%;
  right: 87%;
  margin: auto;
}
.slider-category .solid-wrapper .col-section .cs2 {
  position: relative;
  left: 0;
  top: -44px;
}
.slider-category .solid-wrapper .col-section .cs2 img {
  height: auto;
}
@media screen and (max-width: 740px) {
  .slider-category .solid-wrapper .col-section .cs2 {
    text-align: center;
  }
}

.wrapper-txt-img .wrapper-section-txt {
  margin-top: 107px;
}
@media screen and (max-width: 1024px) {
  .wrapper-txt-img .wrapper-section-txt {
    margin-top: 57px;
  }
}
.wrapper-txt-img .wrapper-section-txt h3 {
  color: #8399cb;
  position: relative;
  left: -64px;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  .wrapper-txt-img .wrapper-section-txt h3 {
    left: 0;
    top: 0;
  }
}
.wrapper-txt-img .wrapper-section-txt .cta-btn {
  color: #8399cb;
  text-transform: uppercase;
}
.wrapper-txt-img .wrapper-section-txt .cta-btn:before {
  background-color: #8399cb;
}
.wrapper-txt-img .wrapper-section-txt .cta-btn:after {
  background-color: #8399cb;
}
@media screen and (max-width: 600px) {
  .wrapper-txt-img .wrapper-section-img {
    text-align: center;
  }
}

.spacing-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-product-swiper .shortlist-product, .recommended-products .shortlist-product {
  position: absolute;
  right: 10px;
  top: 10px;
}
.feature-product-swiper .swiper-slide, .recommended-products .swiper-slide {
  width: 241px !important;
}
@media screen and (max-width: 600px) {
  .feature-product-swiper .swiper-slide, .recommended-products .swiper-slide {
    width: 100% !important;
    text-align: center;
  }
}
.feature-product-swiper .swiper-slide h4, .recommended-products .swiper-slide h4 {
  font-size: 16px;
  color: #323333;
  font-weight: normal;
  text-align: center;
  padding: 6px 12px;
  line-height: 23px;
}
.feature-product-swiper .product-wrapper, .recommended-products .product-wrapper {
  border: 1px solid #e8e8e8;
  padding: 10px 0 0px;
}

.single-product-container .shortlist-product {
  font-size: 20px;
  margin-right: 10px;
}

.sub-heading-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sub-heading-block h3 {
  color: #947a54;
  font-size: 40px;
}

.filter-wrapper {
  width: 100%;
  right: 0px;
  position: absolute;
  top: 0px;
  z-index: -9;
  opacity: 0;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}
.filter-wrapper .close-action {
  float: right;
}
.filter-wrapper .close-action:hover {
  cursor: pointer;
  background-color: #E84D3D;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.filter-wrapper .tags-inner {
  float: right;
}
.filter-wrapper .filter-tag {
  display: inline-block;
  color: #8e98a0;
  border: 1px solid #b2c4cc;
  font-size: 12px;
  padding: 10px;
  margin: 5px;
}
.filter-wrapper .filter-tag a {
  text-decoration: none;
  color: #8e98a0;
}
.filter-wrapper .filter-tag:hover {
  cursor: pointer;
  background-color: #E84D3D;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.filter-wrapper .filter-tag.selected-filter {
  background-color: #E84D3D;
  color: #ffffff;
}
.filter-wrapper .filter-tag.clear {
  display: none;
}

.product-list-wrapper {
  border-top: 1px solid #b2b9be;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .product-list-wrapper {
    margin-top: 0px;
  }
}
.product-list-wrapper .product-result {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.product-list-wrapper .product-sort-by {
  padding-bottom: 30px;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering {
  float: none;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 740px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering {
    float: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering {
    position: relative;
  }
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul {
  text-align: right;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering ul {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering ul {
    /*
    					display: block;
    					padding: 30px;
    					border: 1px solid $light-grey;
    					margin-bottom: 0;
    					border-bottom: 0;
    */
  }
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul li {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering ul li {
    display: block;
    text-align: left;
    margin-right: 0;
  }
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul li:after {
  content: "|";
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering ul li:after {
    content: '';
    padding: 0;
  }
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul li:last-child {
  margin-right: 0;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul li:last-child:after {
  content: '';
}
.product-list-wrapper .product-sort-by .woocommerce-ordering ul li a:hover {
  color: #e84d3b;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .product-categories-mobile {
  display: block;
  text-align: left;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .product-categories-mobile li {
  display: block;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .product-categories-mobile li ul.children {
  display: block;
  text-align: left;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile {
  border: 1px solid #b2b9be;
  overflow: hidden;
  width: 200px;
  position: relative;
  display: none;
  padding: 11px;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile {
    float: right;
  }
}
@media only screen and (max-width: 740px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile {
    display: none;
  }
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 24px;
  color: #b2b9be;
  z-index: 9;
}
.product-list-wrapper .product-sort-by .woocommerce-ordering .short-by-mobile select {
  background: transparent;
  width: 200px !important;
}
.product-list-wrapper .product-sort-by .sort-mobile-list {
  display: none;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .sort-mobile-list {
    padding: 20px;
    position: absolute;
    background: white;
    z-index: 9999;
    clear: both;
    left: 0;
    right: 0;
    border: 1px solid #b2b9be;
    border-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .product-list-wrapper .product-sort-by .sort-mobile-list {
    padding: 30px;
  }
}
.product-list-wrapper .product-sort-by .sort-mobile-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-sort-by .sort-mobile-list li {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .product-list-wrapper .product-sort-by .sort-mobile-list li {
    display: block;
  }
}
.product-list-wrapper .product-sort-by .sort-mobile-list li input {
  margin-right: 20px;
}
.product-list-wrapper .product-sort-by .sort-mobile-list li input[type="radio"] {
  visibility: hidden;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter {
  border: 1px solid #b2b9be;
  border-top: 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable {
  height: 256px;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 83%;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content {
  overflow: scroll;
  height: 100%;
  padding-right: 5px;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories {
  display: block;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories li {
  color: #a3a19f;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories li a {
  color: #a3a19f;
  text-decoration: underline;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories li.current-cat a {
  color: #e84d3b;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories ul.children {
  display: block;
  list-style: disc;
  padding-left: 20px;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .tabbable .mobile-tab-content .mobile-filter-content .product-categories ul.children li {
  display: list-item;
  margin-top: 7px;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .nav-stacked {
  padding-left: 15px;
  flex-direction: column;
  border-right: 1px solid #b2b9be;
  padding-right: 0;
  display: block;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .nav-stacked .mobile-filter-list {
  border-bottom: 1px solid #b2b9be;
  padding: 7px 10px;
  position: relative;
  text-transform: uppercase;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .nav-stacked .mobile-filter-list:last-child {
  border-bottom: 0;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .nav-stacked .mobile-filter-list.filter-selected:after {
  content: '.';
  font-size: 40px;
  color: #ea4c34;
  position: absolute;
  padding-left: 6px;
  bottom: -2px;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .nav-stacked .mobile-filter-list.active {
  color: #ec4b2b;
  background: #f8f8f8;
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .mobile_submit {
  display: block;
  width: 100%;
  height: 100%;
  background: #ea4c34;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  /*
  			    i {
  				    vertical-align: middle;
  					padding-left: 10px;
  					font-size: 20px;
  			    }
  */
}
.product-list-wrapper .product-sort-by .sort-mobile-filter .mobile_submit span {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}
.product-list-wrapper .product-filters {
  padding-top: 30px;
}
@media only screen and (max-width: 740px) {
  .product-list-wrapper .product-filters {
    padding-top: 20px;
    display: none;
    background: #fff;
    width: 100%;
    z-index: 99999;
  }
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters .applied-filters {
    padding: 10px 10px 0 10px;
  }
}
.product-list-wrapper .product-filters .applied-filters .applied-filters-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.product-list-wrapper .product-filters .applied-filters ul {
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters .applied-filters ul {
    display: block;
    text-align: left;
  }
}
.product-list-wrapper .product-filters .applied-filters ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters .applied-filters ul li {
    display: block;
  }
}
.product-list-wrapper .product-filters .applied-filters ul li span {
  font-weight: 600;
}
.product-list-wrapper .product-filters .applied-filters ul li i {
  float: right;
  cursor: pointer;
}
.product-list-wrapper .product-filters .reset-filters {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters .reset-filters {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #b2b9be;
  }
}
.product-list-wrapper .product-filters .reset-filters span {
  color: #ffffff;
  background: #ec4b2b;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
.product-list-wrapper .product-filters .reset-filters span:hover {
  color: #a3a19f;
}
.product-list-wrapper .product-filters .widget_product_categories h2 {
  font-size: 19px;
  margin-bottom: 15px;
}
.product-list-wrapper .product-filters .widget_product_categories ul {
  list-style: none;
}
.product-list-wrapper .product-filters .widget_product_categories ul li a {
  font-size: 15px;
  color: #a3a19f;
  text-transform: capitalize;
}
.product-list-wrapper .product-filters .widget_product_categories ul li ul {
  padding-left: 20px;
  list-style-type: disc;
  color: #a3a19f;
}
.product-list-wrapper .product-filters .widget_product_categories ul .current-cat a {
  color: #e84d3b;
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters .filter-block {
    display: none;
  }
}
.product-list-wrapper .product-filters .product-filter-block {
  margin-bottom: 30px;
}
.product-list-wrapper .product-filters .product-filter-block h2 {
  text-transform: uppercase;
}
.product-list-wrapper .product-filters .product-filter-block h4 {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product-list-wrapper .product-filters .mobile-filter-block {
  display: none;
}
@media screen and (max-width: 1024px) {
  .product-list-wrapper .product-filters .mobile-filter-block {
    display: block;
  }
}
.product-list-wrapper .product-filters .mobile-filter-block h3 {
  font-size: 24px;
}
.product-list-wrapper .product-filters .mobile-filter-block .filter-heading {
  font-size: 20px;
  margin-bottom: 14px;
}
.product-list-wrapper .product-filters .mobile-filter-block .filter-heading .filter-heading-icon {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 740px) {
  .product-list-wrapper .product-filters .mobile-filter-block .filter-heading .filter-heading-icon {
    float: right;
  }
}
.product-list-wrapper .product-filters .mobile-filter-block .filter-heading .filter-heading-icon-hidden {
  display: none;
}
.product-list-wrapper .product-filters-mobile {
  /*
  		.nav-stacked{
  			flex-direction: column;
  			padding: 0 0 0 15px;
  			border-right: 1px solid #b2b9be;
  			.mobile-filter-list {
  				border-bottom: 1px solid #b2b9be; 
  				padding: 10px;
  				&:last-child {
  					border-bottom: 0;
  				}
  				&.active {
  					background: #f8f8f8;
  				}
  			}
  		}
  */
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters-mobile {
    border: 1px solid #b2b9be;
    border-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .product-list-wrapper .product-filters-mobile .product-filter-block {
    margin-bottom: 0;
  }
}
.product-list-wrapper .product-filters-mobile .tab-content {
  padding-top: 10px;
}
.product-list-wrapper .product-content {
  padding-left: 50px;
  padding-top: 30px;
  border-left: 1px solid #b2b9be;
}
@media only screen and (max-width: 740px) {
  .product-list-wrapper .product-content {
    padding-left: 15px;
    border: 0;
    padding-top: 20px;
  }
}

.type-product {
  font-size: 13px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .type-product {
    margin-bottom: 20px;
  }
}
.type-product:hover .product-item {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .type-product:hover .product-item {
    display: none;
  }
}
.type-product:hover .hovered-product {
  opacity: 1;
  z-index: 9;
}
@media screen and (max-width: 600px) {
  .type-product:hover .hovered-product {
    display: block;
  }
}
.type-product:focus .product-item {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .type-product:focus .product-item {
    display: none;
  }
}
.type-product:focus .hovered-product {
  opacity: 1;
  z-index: 9;
}
@media screen and (max-width: 600px) {
  .type-product:focus .hovered-product {
    display: block;
  }
}
.type-product .product-item {
  opacity: 1;
  transition: 0.3s ease all;
}
.type-product .product-item .product-image {
  height: 370px;
  overflow: hidden;
  padding-top: 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .type-product .product-item .product-image img {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .type-product .product-item .product-image {
    height: auto;
  }
}
.type-product .hovered-product {
  opacity: 0;
  box-shadow: 4px 4px 20px 0px rgba(2, 3, 3, 0.17);
  transition: 0.3s ease all;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .type-product .hovered-product {
    display: none;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .type-product .hovered-product {
    right: 0;
  }
}
.type-product .hovered-product .product-image {
  height: 260px;
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .type-product .hovered-product .product-image {
    height: 140px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .type-product .hovered-product .product-image {
    height: auto;
  }
}
.type-product .hovered-product .product-image img {
  height: 100%;
  object-fit: contain;
}
.type-product .hovered-product .product-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(141, 160, 205, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.type-product .hovered-product .product-image .overlay a {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  color: #ffffff;
  z-index: 999;
  line-height: 1.56;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.type-product .hovered-product .product-image .overlay .overlay-link {
  border-bottom: 1px solid;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.type-product .hovered-product .product-text-block {
  display: block;
  padding: 0 14px 5px;
  min-height: 170px;
}
@media screen and (max-width: 1024px) {
  .type-product .hovered-product .product-text-block {
    padding-left: 5px;
  }
}
.type-product .hovered-product .product-text-block .price {
  color: #e84d3b;
}
.type-product .hovered-product .product-text-block .hovered-product-text {
  margin-bottom: 10px;
}
.type-product .product-image {
  border: 1px solid #b2b9be;
  position: relative;
  margin-bottom: 20px;
}
.type-product .product-image img {
  max-width: 100%;
  height: auto;
}
.type-product .product-image .shortlist-product {
  margin: 0;
  right: 15px;
}
@media screen and (max-width: 600px) {
  .type-product .product-image .shortlist-product {
    font-size: 20px;
  }
}
.type-product .product-text {
  margin-bottom: 5px;
}
.type-product .product-sample .product-color {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #8a8a8a;
}
.type-product .product-sample .product-blue {
  background: #26b6e8;
}
.type-product .product-sample .product-green {
  background: #1aaf6e;
}
.type-product .product-sample .product-red {
  background: #be305d;
}
.type-product .product-sample .product-pink {
  background: #fc5266;
}

.filter-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a3a19f;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .filter-label {
    margin-top: 5px;
  }
}
.filter-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter-label input:checked ~ .checkmark:after {
  display: block;
}
.filter-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #a3a19f;
}
@media screen and (max-width: 767px) {
  .filter-label .checkmark {
    top: 2px;
  }
}
.filter-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: -8px;
  width: 7px;
  height: 20px;
  border: solid #e84d3b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-label.filter-checked {
  color: #e84d3b;
}

.product-gallery .modal-dialog {
  top: 150px;
}
.product-gallery .modal-dialog .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.product-gallery .modal-dialog .swiper-container .swiper-button-next {
  background: transparent;
}
.product-gallery .modal-dialog .swiper-container .swiper-button-prev {
  background: transparent;
}
.product-gallery .modal-dialog .modal-footer {
  justify-content: flex-start;
}

.heading-area-wrapper {
  position: relative;
}
.heading-area-wrapper img {
  max-width: 100%;
  height: auto;
}
.heading-area-wrapper h1 {
  font-size: 40px;
  color: #e84d3b;
  position: relative;
}
@media screen and (max-width: 600px) {
  .heading-area-wrapper h1 {
    margin-left: 18px;
  }
}
.heading-area-wrapper h1:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 7px;
  position: absolute;
  top: 59%;
  left: -101%;
  margin: auto;
}
.heading-area-wrapper h1 span {
  color: #33291a;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.heading-area-wrapper .overlay-back {
  font-size: 108px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 41, 26, 0.43);
  font-size: 145px;
  opacity: 0.1;
  position: absolute;
  top: -61px;
  left: -210px;
  z-index: -9;
}
@media screen and (max-width: 600px) {
  .heading-area-wrapper .overlay-back {
    font-size: 65px;
  }
}

.woocommerce table.shop_table {
  border: 0px;
}
.woocommerce table.shop_table td {
  background: #fff !important;
}
.woocommerce table.shop_table .update_cart_btn {
  background: #e84d3b !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 11px 20px !important;
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce table.shop_table .update_cart_btn {
    width: auto !important;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce table.shop_table .update_cart_btn {
    margin-top: 0;
  }
}

.woocommerce table.shop_table td {
  border: 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;
}

@media screen and (max-width: 600px) {
  .cart_spacing.woocommerce-cart-form__contents .cart-product-img-wrapper {
    padding-left: 12px !important;
  }
}

.woocommerce-cart-form__contents .cart-product-img-wrapper {
  width: 122px;
  padding-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce-cart-form__contents .cart-product-img-wrapper {
    float: left;
  }
}
.woocommerce-cart-form__contents .cart-product-img-wrapper .product-img-cart {
  position: relative;
}
.woocommerce-cart-form__contents .cart-product-img-wrapper .product-img-cart .shortlist-product {
  font-size: 11px;
}
.woocommerce-cart-form__contents .cart-product-img-wrapper .product-img-cart img {
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 600px) {
  .var-product-detail .detail {
    text-align: left;
  }
}
.var-product-detail .quantity .qty {
  border: 1px solid #535049;
}
@media screen and (max-width: 600px) {
  .var-product-detail {
    width: 100%;
  }
}
.var-product-detail .color-var {
  vertical-align: top;
}
.var-product-detail .color-var .color-box {
  border: 1px solid #8a8a8a;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 0px 0;
}
@media screen and (max-width: 600px) {
  .var-product-detail .car-size-icon-wrapper {
    text-align: left;
  }
}
.var-product-detail .car-size-icon-wrapper .car-size-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/cart-size-icon.svg") center center no-repeat;
}

.product_cart_detail_wrapper {
  color: #33291a;
  font-size: 14px;
  vertical-align: top !important;
}
.product_cart_detail_wrapper h4 {
  font-size: 28px;
  color: #3a372f;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .product_cart_detail_wrapper h4 {
    font-size: 18px;
  }
}
.product_cart_detail_wrapper .var-product-detail {
  font-size: 15px;
  color: #3a372f;
}

.product-amt-wcom-wrapper {
  font-size: 24px;
  text-align: right;
  font-weight: 600;
  color: #3a372f;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .product-amt-wcom-wrapper {
    font-size: 18px;
    text-align: left;
  }
}

/*
.product_cart_price_wrapper {
	vertical-align: top !important;
	padding-top: 20px !important;

	.product-amt-wcom-wrapper{
		font-size: 24px;
		text-align: right;
		font-weight: 600;
		color: #3a372f;
		opacity: 0.9;
		@include screen(small){
			font-size: 18px;
			text-align: left;
		}
	}
}
*/
.remove-wcom-product-wrapper {
  text-align: right;
  margin-top: 38px;
}
@media screen and (max-width: 600px) {
  .remove-wcom-product-wrapper {
    top: -26px;
    position: relative;
    margin-top: 0px;
  }
}
.remove-wcom-product-wrapper a.remove {
  display: block;
  font-size: 1.5em;
  float: right;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #4e4b44 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  margin-right: 0;
}

.discount-wrapper-wcom {
  display: none;
  color: #3a372f;
  font-size: 14px;
}
.discount-wrapper-wcom button {
  outline: none;
}
@media screen and (max-width: 600px) {
  .discount-wrapper-wcom button {
    margin: 20px auto 0 !important;
    text-align: center;
    display: block !important;
  }
}
.discount-wrapper-wcom h5 {
  font-size: 19px;
  color: #3a372f;
  opacity: 0.9;
}
.discount-wrapper-wcom input[type="text"] {
  height: 50px;
  border: 1px solid #b2b9be;
  width: 300px;
  padding: 10px;
  margin-right: 20px;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .discount-wrapper-wcom input[type="text"] {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .discount-wrapper-wcom input[type="text"] {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.discount-wrapper-wcom .discount-tag-wrapper {
  width: 20px;
  float: left;
  margin: 21px 39px;
}
.discount-wrapper-wcom .discount-tag-wrapper img {
  width: 20px;
}
@media screen and (max-width: 600px) {
  .discount-wrapper-wcom #loyalty_validation_form {
    margin-top: 15px;
  }
}
.discount-wrapper-wcom #coupon_message {
  display: none;
  margin-top: 10px;
  color: #e84d3b;
}
@media screen and (max-width: 600px) {
  .discount-wrapper-wcom #coupon_message {
    text-align: center;
  }
}
.discount-wrapper-wcom #loyalty_discount {
  color: #e84d3b;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .discount-wrapper-wcom #loyalty_discount {
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .discount-wrapper-wcom #loyalty_discount {
    margin-top: 10px;
  }
}

.sub-total-wcom {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.sub-total-wcom td {
  padding: 6px 0;
}
@media screen and (max-width: 600px) {
  .sub-total-wcom td {
    width: 100%;
    padding: 6px 2px;
  }
}
.sub-total-wcom .cart-discount .woocommerce-remove-coupon {
  color: #e84d3b;
}

.cart-total-amt {
  text-align: right;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .cart-total-amt {
    padding-top: 0px;
  }
}
.cart-total-amt h6 {
  color: #3a372f;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .cart-total-amt h6 {
    float: left;
  }
}
.cart-total-amt .price-amt {
  color: #e84d3b;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .cart-total-amt .price-amt {
    font-size: 17px;
  }
}
.cart-total-amt .checkout-btn {
  background: #e84d3b;
  color: #fff;
  font-size: 15px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .cart-total-amt .checkout-btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout-review-order .cart-total-amt {
    padding-top: 35px;
  }
}

.wcom-product-total-wrapper {
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .wcom-product-total-wrapper {
    margin-top: 20px;
  }
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: none;
}

@media screen and (max-width: 600px) {
  .woocommerce .var-product-detail .color-var {
    float: left !important;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent !important;
  }
}
.select_discount_wrapper .avail_discount, .payment-information .avail_discount {
  cursor: pointer;
}
.select_discount_wrapper input[type=radio], .payment-information input[type=radio] {
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px;
}
@media screen and (max-width: 1024px) {
  .select_discount_wrapper input[type=radio], .payment-information input[type=radio] {
    margin-bottom: 15px;
  }
}
.select_discount_wrapper label, .payment-information label {
  display: inline-block;
  width: 320px;
}
@media screen and (max-width: 600px) {
  .select_discount_wrapper label, .payment-information label {
    width: 80%;
  }
}

.checkout-form-heading {
  font-size: 19px;
  color: #585650;
}
.checkout-form-heading h5 {
  display: inline-block;
  background: #fff;
  display: inline-block;
  padding-right: 5px;
}
.checkout-form-heading:after {
  width: 100% !important;
  margin: -18px 0 0 0 !important;
}

.checkout-delivery-details h4 {
  font-size: 16px;
  color: #585650;
}
.checkout-delivery-details p {
  color: #585650;
  line-height: 27px;
  font-size: 15px;
}
.checkout-delivery-details a {
  color: #585650;
  line-height: 27px;
  font-size: 15px;
}
.checkout-delivery-details .checkbox-wrapper label {
  line-height: 27px;
}
.checkout-delivery-details .checkbox-wrapper label:after {
  top: 4px;
  border-radius: 0;
}
.checkout-delivery-details .checkbox-wrapper label:before {
  top: 0px !important;
}

.checkout-form-wrapper input[type="text"], .checkout-form-wrapper input[type="email"], .checkout-form-wrapper input[type="tel"], .checkout-form-wrapper input[type="password"] {
  width: 95%;
}
.checkout-form-wrapper .select-wrapper select {
  width: 100% !important;
  background: #fff;
  border: 0px !important;
  outline: none;
  padding: 12px 7px 9px !important;
}
.checkout-form-wrapper .select-wrapper:after {
  content: "\f107";
  color: #8e98a0;
  font-family: FontAwesome;
  position: absolute;
  right: 26px;
  top: 21px;
}

.repeater-bg {
  background: url("assets/images/repeater-bg.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
}

.payment-information p {
  color: #8e98a0;
}
.payment-information .checkout-form-heading {
  margin: 15px auto;
}
@media screen and (max-width: 600px) {
  .payment-information .checkout-form-heading {
    width: 92%;
  }
}
.payment-information img {
  max-height: 32px;
}

.urban-blog-feature {
  position: relative;
  margin-top: 80px;
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-blog-feature a {
  font-family: inherit;
  color: #8399cb;
  font-size: 16px;
}
.urban-blog-feature h3 {
  font-family: inherit;
  font-size: 40px;
  color: #e84d3b;
}
.urban-blog-feature .bg-grey-blog {
  background: #f7f8f8;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  height: 94%;
  left: 0;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.urban-blog-listing {
  margin-top: 40px;
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-blog-listing h3 {
  font-family: inherit;
}
.urban-blog-listing a {
  font-family: 'GeogrotesqueStencil-Sb';
}

.urban-page-section ul {
  list-style: none;
  padding: 0 0 0 50px;
}
.urban-page-section ul li a {
  color: #d74c32;
}
.urban-page-section h1 {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-page-section p {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-page-section .overlay-back {
  font-family: 'GeogrotesqueStencil-Sb';
}

.urban-top-sec {
  margin-top: -50px;
}
.urban-top-sec img {
  width: 100%;
  height: auto;
}
.urban-top-sec .urban-feature-post-txt {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .urban-top-sec .urban-feature-post-txt {
    margin-bottom: 15px;
  }
}
.urban-top-sec .urban-feature-post-txt p {
  line-height: 22px;
}
.urban-top-sec .urban-feature-post-txt a {
  font-size: 15px;
}
.urban-top-sec .urban-feature-post-txt a:before {
  background-color: #8399cb;
}
.urban-top-sec .urban-feature-post-txt a:after {
  background-color: #8399cb;
}

.urban-blog-swiper-section .card-body {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-blog-swiper-section .card-body a {
  font-family: inherit;
  color: #585650;
  opacity: 0.9;
}
.urban-blog-swiper-section .card-body a:after {
  color: #585650;
  opacity: 0.9;
}
.urban-blog-swiper-section .card-body a:before {
  color: #585650;
  opacity: 0.9;
}
.urban-blog-swiper-section .card-body h5 {
  font-family: inherit;
}
.urban-blog-swiper-section .card-body .blog-txt {
  font-family: inherit;
  color: #585650;
}
.urban-blog-swiper-section .card-body .blog-txt p {
  color: #585650;
  opacity: 0.9;
}
.urban-blog-swiper-section .card-body .blog-txt p.data-time {
  color: #323333;
}

@media screen and (max-width: 600px) {
  .urban-section-right {
    margin-top: 15px;
  }
}

.urban-page-section .comment-wrapper .comment-header {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-page-section .comment-wrapper .urban-blog-inside-comment {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-page-section .comment-wrapper .urban-blog-inside-comment p {
  font-family: 'GeogrotesqueStencil-Sb';
}

.wom_prod_option_form_container form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.wom_prod_option_form_container form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  position: static !important;
}

.wom_prod_option_form_container form.cart .quantity {
  display: none !important;
}

.wom_prod_option_form_container form.cart .single_add_to_cart_button {
  position: static !important;
}

.urban-lookbook-section h3 {
  font-family: 'GeogrotesqueStencil-Sb';
  color: #e84d3b;
}
.urban-lookbook-section .feature-product-swiper .swiper-slide, .urban-lookbook-section .recommended-products .swiper-slide {
  font-family: 'GeogrotesqueStencil-Sb';
}
.urban-lookbook-section .feature-product-swiper .swiper-slide h4, .urban-lookbook-section .recommended-products .swiper-slide h4 {
  font-family: 'GeogrotesqueStencil-Sb';
}

.remove_product {
  cursor: pointer;
}

.woocommerce-product-gallery .flex-viewport {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .woocommerce-product-gallery .flex-viewport {
    width: 90%;
  }
}

.search_post_container {
  width: 100%;
  padding-top: 0;
}
.search_post_container .swiper-slide .card {
  width: 95%;
}

.search-popup {
  margin-bottom: 150px;
}
.search-popup .wp_autosearch_form_wrapper {
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent !important;
}
.search-popup .wp_autosearch_form_wrapper .wp_autosearch_submit {
  font-size: 20px;
  font-weight: bold;
  color: #e84d3b;
}
.search-popup .wp_autosearch_input {
  color: #ffffff !important;
  background-color: transparent !important;
}

/*
.wp_autosearch_suggestions::-webkit-scrollbar{
    background-color: $white; 
}
.wp_autosearch_suggestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px $white; 
}
*/
.wp_autosearch_suggestions {
  z-index: 9999999999 !important;
  height: 200px;
  overflow: scroll !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: 20px;
}
.wp_autosearch_suggestions .wp_autosearch_category {
  display: none !important;
}
.wp_autosearch_suggestions ul li {
  background-color: transparent;
}
.wp_autosearch_suggestions ul li a {
  color: #fff !important;
  background-color: transparent;
  margin: 10px 0 10px 0;
  font-size: 16px;
}
.wp_autosearch_suggestions ul li a span:before {
  content: "-";
  text-indent: -5px;
}

.woocommerce ul#shipping_method li input {
  margin: 3px 12px;
}

.woocommerce ul#shipping_method li {
  padding: .25em 0 .25em 0;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
  display: flex;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-button {
  display: block;
  background: #e84d3b !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 11px 20px !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}
.woocommerce-MyAccount-content .woocommerce-button--next {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.tml-profile {
  /*
  	form {
  		display: block!important;
  		
  		.tml-user_login-wrap, .tml-nickname-wrap {
  			display: none;
  		}
  		.tml-field-wrap {
  			margin-bottom: 0!important;
  			.tml-label {
  				margin-top: 0!important;
  			}
  			input {
  				outline: none;
  			}
  		}
  		.tml-pass2-wrap {
  			.tml-description {
  				display: none;
  			}
  		}
  		.tml-user_gender-wrap {
  			.tml-label {
  				margin-bottom: 0!important;
  			}
  		}
  		.edit-profile-address {
  			input {
  				min-height: 0!important;
  			}
  		}
  	}
  	ul {
  		margin-left: 0!important;
  	}
  */
}
.tml-profile form {
  width: 70%;
  color: #8e98a0;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .tml-profile form {
    width: 100%;
  }
}
.tml-profile form .tml-user_login-wrap, .tml-profile form .tml-nickname-wrap {
  display: none;
}
.tml-profile form .tml-pass2-wrap .tml-description {
  display: none;
}
.tml-profile form .tml-field-wrap {
  width: 50%;
}
.tml-profile form .tml-field-wrap input {
  width: 100%;
  min-height: 45px;
  border: 1px solid #8e98a0;
  padding: 10px;
  outline: none;
}
.tml-profile form .tml-field-wrap .pass1message, .tml-profile form .tml-field-wrap .pass2message {
  display: block;
  margin-top: 5px;
}
.tml-profile form .tml-first_name-wrap, .tml-profile form .tml-email-wrap, .tml-profile form .tml-user_mobile-wrap, .tml-profile form .tml-pass1-wrap {
  float: left;
  padding-right: 1em;
}
.tml-profile form .tml-last_name-wrap, .tml-profile form .tml-user_dob-wrap, .tml-profile form .tml-pass2-wrap {
  float: right;
}
.tml-profile form .tml-field-wrap.tml-user_gender-wrap, .tml-profile form .tml-submit-wrap {
  clear: both;
  width: 100%;
}
.tml-profile form .tml-field-wrap.tml-user_gender-wrap input, .tml-profile form .tml-submit-wrap input {
  width: auto;
}
.tml-profile form .tml-field-wrap.tml-user_gender-wrap .tml-label, .tml-profile form .tml-field-wrap.tml-user_gender-wrap .tml-checkbox, .tml-profile form .tml-submit-wrap .tml-label, .tml-profile form .tml-submit-wrap .tml-checkbox {
  display: inline-block;
  margin-right: 12px;
}
.tml-profile form .tml-user_gender-wrap input {
  min-height: 0px;
}
.tml-profile form .tml-submit-wrap input {
  display: inline-block;
  color: white;
  background: #b2b9be;
  padding: 15px 40px;
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .tml-profile form input[type=radio]:before {
    margin-top: -2px;
  }
}

.woocommerce-edit-address ul.parsley-errors-list {
  margin: 0 !important;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row-wide {
  width: 98%;
}
.woocommerce-edit-address .edit-profile-address {
  width: 70%;
}
.woocommerce-edit-address .edit-profile-address h3 {
  color: #e84d3b;
  margin-top: 25px;
  margin-bottom: 25px;
}
.woocommerce-edit-address .edit-profile-address select, .woocommerce-edit-address .edit-profile-address .select2 {
  width: 100% !important;
}
.woocommerce-edit-address .edit-profile-address .edit-address-button {
  display: inline-block;
  color: white;
  background: #b2b9be;
  padding: 15px 40px;
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 7px;
}
@media screen and (max-width: 600px) {
  .woocommerce-edit-address .edit-profile-address {
    width: 100%;
  }
}

nav.my-account-wrapper, .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}
nav.my-account-wrapper .my-account-wrapper, .woocommerce-MyAccount-content .my-account-wrapper {
  padding: 0 !important;
}
nav.my-account-wrapper li.is-active a, .woocommerce-MyAccount-content li.is-active a {
  background: #b2b9be;
  color: #ffffff !important;
}

.swiper-container.related-products {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.swiper-container.related-products .product {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .swiper-container.related-products .product {
    width: 90%;
  }
}
.swiper-container.related-products .product .hovered-product .product-image .overlay a {
  font-weight: bold !important;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.home-page-section {
  background: #f3f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f4f4 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3f4f4 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f4f4 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.new-collection {
  padding: 54px 0 0;
}
.new-collection h2 {
  margin-bottom: 30px;
  color: #947a54;
}
.new-collection .overlap-txt {
  left: -173px;
  top: 140px;
}
.new-collection .collection-ribbon {
  background: #e84d3b;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.new-collection .collection-ribbon.urban-block {
  background: #9e8765;
}
.new-collection .nc-img-wrapper {
  position: relative;
}
.new-collection .nc-txt-wtapper {
  padding: 20px;
}
.new-collection .nc-txt-wtapper h4 {
  font-size: 18px;
  color: #3a372f;
  text-transform: uppercase;
  font-weight: 400;
}
.new-collection .nc-txt-wtapper ul {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  padding-inline-start: 25px;
  line-height: 26px;
  font-size: 14px;
  color: #3a372f;
}

.mobail-menu {
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 160px;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 70px;
  z-index: 999999;
  text-align: center;
  box-shadow: 0px 4px 8px #d6d0d0;
}
.mobail-menu ul li {
  margin-bottom: 19px;
}
.mobail-menu ul li:last-child {
  margin-bottom: 0;
}
.mobail-menu ul li a {
  text-align: center;
  color: #203152;
  font-size: 18px;
}
.mobail-menu .navigation .navbar-nav li a {
  font-size: 14px;
  padding: 10px 20px;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table td {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table td {
    float: left;
    width: 50%;
    text-align: left !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount {
  text-align: right;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount {
    margin-top: 25px;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount h6 {
  color: #3a372f;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount h6 {
    width: 50%;
    float: left;
    text-align: left;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount .price-amt {
  color: #e84d3b;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table .cart-amount .price-amt {
    width: 50%;
    float: right;
    font-size: 17px;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table table.cart-amount-details {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table table.cart-amount-details td {
  padding: 6px 0;
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table td.amount-section {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table td.amount-section {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table td.amount-section .cart-prices {
    text-align: right !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals .cart_total_table td.amount-section .shipping td:last-child {
    text-align: right !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .cart_total_table .woocommerce-remove-coupon {
  color: #e84d3b;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #e84d3b;
  color: #fff;
  font-size: 15px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .woocommerce #coupon_validation_form, .woocommerce #loyalty_input_form, .woocommerce #loyalty_validation_form {
    padding: 0 15px;
  }
}

.woocommerce-thankyou-order-failed-actions {
  display: none;
}

#paytm_form_redirect {
  margin-bottom: 20px;
}
#paytm_form_redirect #submit_paytm_form_redirect {
  background: #e84d3b;
  color: #fff;
  font-size: 14px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
}
#paytm_form_redirect .cancel {
  padding: 13px;
  margin-left: 20px;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #e84d3b;
}

.woocommerce-message::before, .woocommerce-info::before {
  color: #e84d3b;
}

#return-order-modal input {
  outline: none;
}

.error-404 {
  position: relative;
  background-image: url("assets/images/404-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 28px 0;
  background-size: cover;
  height: 100vh;
}
.error-404 .cta-btn {
  color: #e84d3b;
}
.error-404 .cta-btn:before {
  background: #e84d3b !important;
}
.error-404 .cta-btn:after {
  background: #e84d3b !important;
}
.error-404 .innercontent-404 {
  text-align: center;
  color: #dbd2c1;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.error-404 .innercontent-404 h1 {
  color: #dbd2c1;
  font-size: 176px;
  margin: 0;
  line-height: 125px;
  font-family: 'PT Mono', monospace;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .error-404 .innercontent-404 h1 {
    font-size: 154px;
    line-height: 110px;
  }
}
.error-404 .innercontent-404 .highlighttxt-404 {
  text-align: center;
  margin-top: 16px;
  font-weight: 300;
}
.error-404 .innercontent-404 .highlighttxt-404 p {
  font-weight: 300;
}
.error-404 .innercontent-404 .cta-bloack-404 {
  border: 1px solid #dbd2c1;
  color: #dbd2c1;
  width: 342px;
  height: 47px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  padding: 14px 0;
}
.error-404 .innercontent-404 .cta-bloack-404 .highlight {
  color: #e84d3b;
}
@media screen and (max-width: 600px) {
  .error-404 .innercontent-404 .cta-bloack-404 {
    width: 312px;
  }
}
.error-404 .wrapper-float-404 {
  position: absolute;
  background-color: rgba(27, 26, 24, 0.9);
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .error-404 .wrapper-float-404 {
    width: 100%;
    background-color: rgba(27, 26, 24, 0.7);
  }
}
.error-404 .wrapper-404 {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 9999;
  border: 1px solid #dbd2c1;
}

.feature-product-swiper .product-item span.onsale, .recommended-products .product-item span.onsale {
  top: 0.5em;
  left: 0.5em;
}

.woocommerce-checkout-review-order-table .cart_item {
  margin-top: 38px;
}

.filter-products {
  height: 170px;
  overflow-y: scroll;
}
.filter-products::-webkit-scrollbar {
  width: 4px;
  height: 70px;
}
.filter-products::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #444;
}

@media screen and (max-width: 767px) {
  .store-locator-home-wrapper {
    margin-bottom: 80px;
  }
}

#coupon_validation_form .loader_section_form {
  position: relative;
  bottom: 5px;
}
#coupon_validation_form .loader_section_form img {
  height: 50px;
  width: auto;
  position: absolute;
  left: 55%;
  top: -13px;
}
@media screen and (max-width: 1024px) {
  #coupon_validation_form .loader_section_form img {
    left: 35%;
    top: -35px;
  }
}

@media screen and (max-width: 600px) {
  .select2-container {
    z-index: 999999;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #ea4c34 !important;
}

.contact-us-locator .brand-section-txt {
  min-height: 300px !important;
}
@media screen and (max-width: 1024px) {
  .contact-us-locator .brand-section-txt {
    min-height: 330px !important;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .contact-us-locator .brand-section-txt {
    min-height: 300px !important;
  }
}
.contact-us-locator .store-search-result {
  margin-top: 10px;
}
.contact-us-locator .store-search-result h3 {
  margin-bottom: 50px;
}
.contact-us-locator .store-search-result .store-address:nth-child(even) {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact-us-locator .store-search-result .store-address:nth-child(even) {
    padding-left: 15px;
  }
}
.contact-us-locator .store-search-result .store-address:nth-child(even) .brand-section-txt {
  border-left: 0;
  border-right: 0;
}
.contact-us-locator .store-search-result .store-address:nth-child(odd) {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .contact-us-locator .store-search-result .store-address:nth-child(odd) {
    padding-right: 15px;
  }
}
.contact-us-locator .store-search-result .store-address:nth-child(odd) .brand-section-txt {
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact-us-locator .store-search-result .store-address:nth-child(odd) .brand-section-txt {
    border-right: 0;
  }
}
.contact-us-locator .store-search-result .store-address:nth-child(odd) .brand-section-txt .contact-txt .store-location span {
  color: #947a54;
}
.contact-us-locator .store-search-result .store-address .brand-section-txt label {
  color: #947a54;
}
.contact-us-locator .store-search-result .store-address .brand-section-txt:hover label {
  color: #e84d3b;
}

.gform_body img.gform_delete {
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  .product-slider-container.ps3 img {
    height: auto;
  }
}

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