﻿@charset "UTF-8";
* {
  min-height: 0;
  min-width: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth; }

@-ms-viewport {
  width: device-width; }
body {
  padding: 140px 0 0 0;
  margin: 0;
  color: #232428;
  font-family: "Lato", sans-serif;
  font-size: 98%;
  line-height: 1.15; }
  body.no-scroll {
    overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700; }

h2 {
  font-size: 2.7rem; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

li {
  list-style: none; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:focus, a:active {
    outline: 0 !important; }

button:focus, button:active {
  outline: 0 !important; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
    outline: 0 !important; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none !important;
  appearance: none; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -moz-appearance: textfield;
  -webkit-appearance: none !important;
  appearance: none;
  border: none; }

@font-face {
  font-family: 'office';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/office.eot?36219168");
  src: url("../fonts/office.eot?36219168#iefix") format("embedded-opentype"), url("../fonts/office.woff2?36219168") format("woff2"), url("../fonts/office.woff?36219168") format("woff"), url("../fonts/office.ttf?36219168") format("truetype"), url("../fonts/office.svg?36219168#office") format("svg"); }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'office';
    src: url('../font/office.svg?77350492#office') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "office";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-check:before {
  content: '\e800'; }

/* 'εáÇ' */
.icon-heart:before {
  content: '\e801'; }

/* 'εáü' */
.icon-heart-line:before {
  content: '\e802'; }

/* 'εáé' */
.icon-star:before {
  content: '\e803'; }

/* 'εáâ' */
.icon-star-line:before {
  content: '\e804'; }

/* 'εáä' */
.icon-user:before {
  content: '\e805'; }

/* 'εáà' */
.icon-search:before {
  content: '\e806'; }

/* 'εáå' */
.icon-user-plus:before {
  content: '\e807'; }

/* 'εáç' */
.icon-plus:before {
  content: '\e808'; }

/* 'εáê' */
.icon-minus:before {
  content: '\e809'; }

/* 'εáë' */
.icon-help:before {
  content: '\e80a'; }

/* 'εáè' */
.icon-info:before {
  content: '\e80b'; }

/* 'εáï' */
.icon-mail:before {
  content: '\e80c'; }

/* 'εáî' */
.icon-lock:before {
  content: '\e80d'; }

/* 'εáì' */
.icon-eye:before {
  content: '\e80e'; }

/* 'εáÄ' */
.icon-pencil:before {
  content: '\e80f'; }

/* 'εáÅ' */
.icon-calculator:before {
  content: '\e810'; }

/* 'εáÉ' */
.icon-doc:before {
  content: '\e811'; }

/* 'εáæ' */
.icon-archive:before {
  content: '\e813'; }

/* 'εáô' */
.icon-phone:before {
  content: '\e814'; }

/* 'εáö' */
.icon-bag:before {
  content: '\e815'; }

/* 'εáò' */
.icon-cart:before {
  content: '\e816'; }

/* 'εáû' */
.icon-down:before {
  content: '\e817'; }

/* 'εáù' */
.icon-up:before {
  content: '\e818'; }

/* 'εáÿ' */
.icon-right:before {
  content: '\e819'; }

/* 'εáÖ' */
.icon-left:before {
  content: '\e81a'; }

/* 'εáÜ' */
.icon-circle:before {
  content: '\e81b'; }

/* 'εá¢' */
.icon-monitor:before {
  content: '\e81c'; }

/* 'εá£' */
.icon-mobile:before {
  content: '\e81d'; }

/* 'εá¥' */
.icon-inbox:before {
  content: '\e81e'; }

/* 'εá₧' */
.icon-plane:before {
  content: '\e81f'; }

/* 'εáƒ' */
.icon-briefcase:before {
  content: '\e820'; }

/* 'εáá' */
.icon-print:before {
  content: '\e821'; }

/* 'εáí' */
.icon-clipboard:before {
  content: '\e822'; }

/* 'εáó' */
.icon-card:before {
  content: '\e823'; }

/* 'εáú' */
.icon-trash:before {
  content: '\e824'; }

/* 'εáñ' */
.icon-headphone:before {
  content: '\e825'; }

/* 'εáÑ' */
.icon-calendar:before {
  content: '\e826'; }

/* 'εáª' */
.icon-cancel:before {
  content: '\e827'; }

/* 'εáº' */
.icon-gift:before {
  content: '\e828'; }

/* 'εá¿' */
.icon-camera:before {
  content: '\e829'; }

/* 'εá⌐' */
.icon-map:before {
  content: '\e82a'; }

/* 'εá¬' */
.icon-box:before {
  content: '\e82b'; }

/* 'εá½' */
.icon-home:before {
  content: '\e82c'; }

/* 'εá¼' */
.icon-umbrella:before {
  content: '\e82d'; }

/* 'εá¡' */
.icon-truck:before {
  content: '\e82e'; }

/* 'εá«' */
.icon-book:before {
  content: '\e82f'; }

/* 'εá»' */
.icon-dollar:before {
  content: '\f155'; }

/* '∩àò' */
.icon-recycle:before {
  content: '\f1b8'; }

/* '∩å╕' */
.icon-television:before {
  content: '\f26c'; }

/* '∩ë¼' */
.icon-twitter:before {
  content: '\f309'; }

/* '∩îë' */
.icon-facebook:before {
  content: '\f30c'; }

/* '∩îî' */
.icon-youtube:before {
  content: '\f313'; }

/* '∩îô' */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

[hidden] {
  display: none; }

@media all and (min-width: 991px) {
    .category-menu h3 {
        background: #f8891e;
        color: #fff;
        margin: 0;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
  .category-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #e4e6f5; }
  .category-menu > ul > li:first-child {
    display: none; }
  .category-menu ul {
    padding: 0;
    margin: 0;
    background: #eff0f9; }
    .category-menu ul li {
      display: block;
      position: relative; }
      .category-menu ul li.dropdown > a::after {
        content: '\e819';
        font-family: "office";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #ed202e;
        font-size: 12px; }
      .category-menu ul li > a {
        padding: 15.75px 20px; }
      .category-menu ul li a {
        display: block;
        text-decoration: none;
        white-space: nowrap;
        color: #ed202e;
        transition: all 0.3s linear;
        font-size: 13px;
        letter-spacing: 0.35px; }
        .category-menu ul li a:hover {
          color: #232428; }
      .category-menu ul li ul {
        visibility: hidden;
        position: absolute;
        left: calc(100% + 30px);
        top: 0;
        -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.09);
        -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.09);
        box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.09);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
        height: auto;
        margin-bottom: 10px;
        background: #fff;
        padding: 15px;
        width: 200px;
        z-index: 9999;
        display: block; }
        .category-menu ul li ul::before {
          content: '';
          position: absolute;
          top: 18px;
          left: -4px;
          background: #fff;
          width: 10px;
          height: 10px;
          transform: rotate(45deg); }
        .category-menu ul li ul li a {
          padding: 10px 0;
          font-size: 13px; }
      .category-menu ul li:hover > ul {
        display: block;
        position: absolute;
        visibility: visible;
        left: 100%;
        opacity: 1 !important; }
  .category-menu ul ul ul {
    left: 100%;
    top: 0 !important; } }
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0; }
  .navbar-toggler {
    display: none; }
  .navbar-icon {
    background: #232428;
    border-radius: 10px;
    width: 100%;
    height: 2px;
    margin: 7px auto;
    display: block;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1); }
  .navbar-brand {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    line-height: inherit;
    white-space: nowrap; }

@media all and (max-width: 991px) {
  .category-menu {
    position: relative;
    padding: 0;
    width: 260px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9999;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto; }
    .category-menu.in {
      left: 0px;
      box-shadow: 0px 0 0px 100px rgba(0, 0, 0, 0.2); }
    .category-menu ul {
      width: 100%;
      padding: 0; }
      .category-menu ul li {
        position: relative; }
        .category-menu ul li.dropdown > a::after {
          content: '\e817';
          font-family: "office";
          position: absolute;
          right: 15px;
          top: 20px;
          color: #ed202e;
          font-size: 12px;
          transition: 0.2s; }
        .category-menu ul li a {
          display: block;
          padding: 1em;
          text-decoration: none;
          white-space: nowrap;
          font-size: 15px;
          color: #232428; }
          .category-menu ul li a.active::after {
            transform: scaleY(-1); }
        .category-menu ul li ul {
          background: #FBF9F9;
          visibility: visible;
          position: static;
          opacity: 1;
          margin-bottom: 0;
          padding: 15px;
          width: auto; }
          .category-menu ul li ul li a {
            color: #232428;
            font-size: 14px;
            padding: 10px; }
    .category-menu .dropdown > ul {
      display: none; }

  .navbar-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #232428;
    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; }
    .navbar-icon:nth-child(1) {
      top: 4px; }
    .navbar-icon:nth-child(2) {
      top: 13px; }
    .navbar-icon:nth-child(3) {
      top: 22px; }
  .navbar-toggler {
    width: 30px;
    height: 36px;
    display: block;
    border: none;
    padding: 0;
    transition: all 400ms linear;
    position: relative;
    z-index: 9999;
    background: none;
    cursor: pointer; }
    .navbar-toggler.open .navbar-icon {
      background: #f4516c; }
      .navbar-toggler.open .navbar-icon:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .navbar-toggler.open .navbar-icon:nth-child(2) {
        opacity: 0;
        left: -60px; }
      .navbar-toggler.open .navbar-icon:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); } }
.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.center-block {
  display: block;
  margin: 0 auto; }

.align-items-center {
  align-items: center !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.img-fluid {
  max-width: 100%; }

.img-round {
  border-radius: 50%; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline-item {
    display: inline-block; }
    .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }

.py-5 {
  padding: 40px 0; }

.pb-5 {
  padding-bottom: 50px; }

.container {
  max-width: 95%;
  width: 1400px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px; }
  .container-fluid {
    margin: 0;
    max-width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

div[class*='col-'] {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  div[class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%; } }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > div[class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! nouislider - 14.0.2 - 6/28/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px;
  top: -8px;
  border-radius: 50%; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -15px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #959595;
  border: none;
  border-radius: 2px;
  height: 3px; }

.noUi-connects {
  border-radius: 2px; }

.noUi-connect {
  background: #ed202e; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: none;
  border-radius: 2px;
  background: #232428;
  cursor: default; }

.noUi-active:focus, .noUi-handle:focus {
  outline: none; }

/* Handle stripes;
 */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.exzoom {
  box-sizing: border-box;
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
  .exzoom-in {
    opacity: 1; }
  .exzoom * {
    box-sizing: border-box; }
  .exzoom .exzoom_img_box {
    background: #eee;
    position: relative; }
    .exzoom .exzoom_img_box .exzoom_main_img {
      display: block;
      width: 100%; }
    .exzoom .exzoom_img_box span {
      background: rgba(255, 255, 255, 0.5); }
  .exzoom .exzoom_preview {
    margin: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #eff0f9;
    display: none; }
    .exzoom .exzoom_preview .exzoom_preview_img {
      position: relative;
      max-width: initial !important;
      max-height: initial !important;
      left: 0;
      top: 0; }
  .exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: 15px; }
    .exzoom .exzoom_nav .exzoom_nav_inner {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0; }
      .exzoom .exzoom_nav .exzoom_nav_inner span {
        border: 1px solid #ddd;
        overflow: hidden;
        position: relative;
        float: left; }
        .exzoom .exzoom_nav .exzoom_nav_inner span.current {
          border: 1px solid #ed202e; }
        .exzoom .exzoom_nav .exzoom_nav_inner span img {
          max-width: 100%;
          max-height: 100%;
          position: relative; }
  .exzoom .exzoom_btn {
    position: relative;
    margin: 0; }
    .exzoom .exzoom_btn a {
      display: block;
      width: 15px;
      border: none;
      height: 60px;
      line-height: 60px;
      background: #eee;
      text-align: center;
      font-size: 18px;
      position: absolute;
      left: 0;
      top: -62px;
      text-decoration: none;
      color: #999; }
      .exzoom .exzoom_btn a i::before {
        width: auto; }
    .exzoom .exzoom_btn a:hover {
      background: #ed202e;
      color: #fff; }
    .exzoom .exzoom_btn a.exzoom_next_btn {
      left: auto;
      right: 0; }
  .exzoom .exzoom_zoom {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .exzoom .exzoom_zoom_outer {
      display: none; } }
  .exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
    position: absolute;
    overflow: hidden; }
    
    .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute; }
      .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        float: left; }
        .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
          width: 100%; }

.checkbox, .radio {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkmark, .radio-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #fff;
  margin-right: 5px; }

.checkbox a {
  color: #ed202e; }

.checkbox input, .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  border-radius: 1px;
  border: 1px solid #232428; }

.checkbox input:checked ~ .checkmark {
  background: #ed202e;
  border: 1px solid #ed202e; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox input:checked ~ .checkmark:after {
  display: block; }

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.radio {
  font-size: 14px;
  font-weight: 500; }

.radio-mark {
  -webkit-box-shadow: 0 0 0 2px #959595 inset;
  -ms-box-shadow: 0 0 0 2px #959595 inset;
  box-shadow: 0 0 0 2px #959595 inset;
  border-radius: 50%; }

.radio input:checked ~ .radio-mark {
  -webkit-box-shadow: 0 0 0px 10px #ed202e inset;
  -ms-box-shadow: 0 0 0px 10px #ed202e inset;
  box-shadow: 0 0 0px 10px #ed202e inset; }

.select-style {
  background: #fff url("../images/chevron-down.svg") no-repeat;
  margin: 0;
  overflow: hidden;
  padding: 2px 0;
  border-radius: 0.125rem;
  width: 100%;
  border: 1px solid #bcbcbe;
  -webkit-background-size: 16px;
  -ms-background-size: 16px;
  background-size: 16px;
  background-position: calc(100% - 10px) center; }

.select-style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: medium none;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 8px;
  width: 100%;
  color: #959595; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-style select {
    padding: 7px 8px; } }
.select-style select option {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  padding: 4px 0; }

.select-style select option:hover {
  color: #fff; }

.select-style select:focus {
  outline: medium none; }

.form-label {
  color: #53555e;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300; }
.form-group {
  margin: 15px 0; }
.form-control {
  padding: 10px 12px;
  border-radius: 2px;
  resize: none;
  border: 1px solid rgba(35, 36, 40, 0.2);
  color: #232428;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  font-weight: 300; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b7bce4;
    outline: none !important; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999; }
  .modal-close {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: rgba(35, 36, 40, 0.85);
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px; }
  .modal-inner {
    width: 450px;
    padding: 3rem 1rem 1rem;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-box-shadow: 0 0 15px -3px rgba(35, 36, 40, 0.25);
    -ms-box-shadow: 0 0 15px -3px rgba(35, 36, 40, 0.25);
    box-shadow: 0 0 15px -3px rgba(35, 36, 40, 0.25); }
    @media all and (max-width: 767px) {
      .modal-inner {
        width: 90%; }
        .modal-inner .form-control {
          margin-bottom: 15px; } }

p {
  margin-bottom: 1.8rem;
  line-height: 1.7em;
  letter-spacing: 0.35px;
  font-weight: 300;
  color: #464646; }

.breadcrumb ul li, .breadcrumb ul li a, .media-body, .purchase-info table tr td, .product-keys ul li {
  font-weight: normal;
  letter-spacing: 0.25px;
  color: #464646;
  font-size: 15px;
  line-height: 1.5rem; }

.brand-box input, .color input {
  display: none; }
  .brand-box input:checked + .common-check, .color input:checked + .common-check {
    -webkit-box-shadow: 0 0 15px -3px #ced1ec;
    -ms-box-shadow: 0 0 15px -3px #ced1ec;
    box-shadow: 0 0 15px -3px #ced1ec;
    /*background: #959595;*/
    border-color: #959595;
    /*color: #fff;*/ 
  }

.common-btn {
  border: 2px solid #ed202e;
  border-radius: 2px;
  letter-spacing: 0.35px;
  font-weight: 700;
  padding: 12px 20px;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: 1;
  background: #ed202e; }
  .common-btn:hover {
    background: #232428;
    border-color: #232428;
    color: #fff; }

.heading {
  position: relative;
  z-index: 1;
  margin: 30px 0; }
  .heading::after {
    height: 1px;
    background: #dcdff2;
    top: 55%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1; }
  .heading .common-heading {
    color: #ed202e;
    background: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 15px 0 0; }
    .heading .common-heading:after {
      content: '';
      position: absolute;
      top: -15px;
      right: -5px;
      width: 22px;
      height: 22px;
      background: url("../images/floral.svg") no-repeat top right; }

.common-content, .product-features .tab-content, .inner-pages {
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #131313; }
  .common-content .subtitle, .product-features .tab-content .subtitle, .inner-pages .subtitle {
    font-size: 36px;
    font-weight: 900;
    color: #232428;
    margin: 30px 0;
    border-bottom: 1px solid #999;
    padding-bottom: 20px; }
  .common-content h2, .product-features .tab-content h2, .inner-pages h2 {
    font-size: 21px;
    color: #232428;
    font-weight: 700; }
  .common-content h4, .product-features .tab-content h4, .inner-pages h4 {
    color: #232428;
    margin: 15px 0;
    font-size: 16px; }
  .common-content ol, .product-features .tab-content ol, .inner-pages ol,
  .common-content ul,
  .product-features .tab-content ul,
  .inner-pages ul {
    padding: 0;
    margin: 0; }
    .common-content ol li, .product-features .tab-content ol li, .inner-pages ol li,
    .common-content ul li,
    .product-features .tab-content ul li,
    .inner-pages ul li {
      line-height: 22px;
      font-size: 15px;
      letter-spacing: 0.25px;
      color: #131313;
      margin: 10px 0; }
      .common-content ol li a, .product-features .tab-content ol li a, .inner-pages ol li a,
      .common-content ul li a,
      .product-features .tab-content ul li a,
      .inner-pages ul li a {
        color: #ed202e; }

.animate, .checkmark, .radio-mark, .form-control, .common-btn, .navbar, .header, .header .navbar-brand img, .header-account a,
.header-account span, .search-form button, .banner, .side-category ul li a, .product-item, .product-img img, .product-btn a, .product-carousel .slick-arrow, .related-product .slick-arrow, .slide-thumb .slick-arrow, .brand-slider-item img, .brand-slider .slick-arrow, .tab-nav li, .user-area a, .edit-area a, .common-table tbody tr:nth-child(2n+1), .common-table tbody tr:nth-child(2n+2), .common-table .icon-cancel, .brand-box .common-check, .top-rated .media-heading a, .pagination ul li a, .single-category ul li a, .account-nav ul li a, .single-category ul li a::before, .account-nav ul li a::before, .color .common-check, .footer ul li a, .footer-btm a, .footer-top, .footer-top a {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.be-animated.in-view {
  animation: section-entrance 1.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both; }

.be-animated {
  opacity: 0; }

@keyframes section-entrance {
  0% {
    transform: translateY(3rem);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.loader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .loader img {
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9; }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px -4px rgba(35, 36, 40, 0.3);
  -ms-box-shadow: 0 0 15px -4px rgba(35, 36, 40, 0.3);
  box-shadow: 0 0 15px -4px rgba(35, 36, 40, 0.3); }
  .header-top {
    background: #eff0f9;
    padding: 5px 0; }
    .header-top .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      letter-spacing: 0.35px; }
    .header-top p {
      margin: 0;
      font-size: 13px;
      color: #959595; }
    .header-top ul {
      padding: 0;
      margin: 0; }
      .header-top ul li {
        display: inline-block;
        margin-left: 15px; }
        .header-top ul li a {
          font-size: 13px;
          color: #959595; }
          .header-top ul li a.active {
            color: #232428; }
  .header-tiny {
    -webkit-box-shadow: 0 0 20px -4px rgba(35, 36, 40, 0.35);
    -ms-box-shadow: 0 0 20px -4px rgba(35, 36, 40, 0.35);
    box-shadow: 0 0 20px -4px rgba(35, 36, 40, 0.35);
    top: -33px; }
    .header-tiny .navbar {
      padding: 0; }
  .header .navbar-brand img {
    height: 45px; }
  .header ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    .header ul li {
      letter-spacing: 0.35px; }
  .header-account {
    display: flex;
    align-items: center;
    position: relative; }
    .header-account-input {
      width: 40px;
      height: 40px;
      background: #ed202e;
      color: #fff;
      font-size: 18px;
      position: relative;
      margin-right: 10px;
      border-radius: 2px; }
      .header-account-input i {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .header-account a,
    .header-account span {
      color: #959595; }
    .header-account a:hover {
      color: #ed202e; }
    .header-account h4 {
      margin: 0 0 5px;
      font-size: 16px;
      color: #232428; }
      .header-account h4 a {
        color: #232428; }

.cart-link {
  display: block;
  cursor: pointer;
  position: relative; }

.mini-cart {
  position: absolute;
  top: 58px;
  right: 0;
  width: 300px;
  background: #fff;
  display: block !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 15px rgba(35, 36, 40, 0.15);
  -ms-box-shadow: 0 0 15px rgba(35, 36, 40, 0.15);
  box-shadow: 0 0 15px rgba(35, 36, 40, 0.15);
  padding: 1rem;
  transform: scale(0, 0);
  transition: all 0.15s linear;
  transform-origin: right top;
  cursor: default; }
  .mini-cart-items {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90px; }
  .mini-cart .media:not(:last-child) {
    border-bottom: 1px solid #eff0f9; }
  .mini-cart .media-left {
    margin-right: 5px; }
  .mini-cart .media-body {
    max-width: 65%; }
    .mini-cart .media-body a {
      color: #232428;
      font-size: 14px; }
  .mini-cart h3 {
    background: #232428;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    margin: -16px -16px 15px;
    position: relative;
    border-radius: 2px 2px 0 0; }
    .mini-cart h3:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      top: -5px;
      right: 20px;
      background: #232428;
      transform: rotate(45deg); }
  .mini-cart h4 {
    margin: 0 0 0;
    font-size: 14px;
    line-height: 16px; }
  .mini-cart span {
    color: #c9c9cb;
    font-size: 14px; }
  .mini-cart .icon-cancel {
    color: #ed202e; }
  .mini-cart .common-btn {
    font-size: 14px;
    padding: 10px 20px; }
  .mini-cart .col-6 {
    padding-left: 0; }

.btn-group {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
  border-top: 1px solid #eff0f9;
  margin-top: 10px; }

.cart-link.show .mini-cart {
  transform: scale(1, 1); }

.search-form {
  display: flex;
  position: relative;
  border: 1px solid #c9c9cb; }
  .search-form-input {
    width: 100%; }
    .search-form-input input {
      background: url("../images/search.svg") no-repeat 15px center;
      -webkit-background-size: 16px;
      -ms-background-size: 16px;
      background-size: 16px;
      border: none;
      padding: 7px 10px 7px 35px; }
      .search-form-input input:focus {
        outline: none;
        border: none; }
.search-form button {
    position: absolute;
    right: -1px;
    top: -1px;
    height: calc(100% + 2px);
    background: #ed202e;
    font-weight: 900;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 15px;
    letter-spacing: 0.75px;
    cursor: pointer;
}
    .search-form button:hover {
      background: #ed202e; }

.banner {
  visibility: hidden;
  opacity: 0; }
  .slick-initialized.banner {
    visibility: visible;
    opacity: 1; }

.banner .slick-arrow, .product-carousel .slick-arrow, .related-product .slick-arrow, .slide-thumb .slick-arrow, .brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }
  .banner .slick-arrow::before, .product-carousel .slick-arrow::before, .related-product .slick-arrow::before, .slide-thumb .slick-arrow::before, .brand-slider .slick-arrow::before {
    font-family: "office";
    font-size: 26px;
    line-height: 0; }
.banner .slick-prev, .product-carousel .slick-prev, .related-product .slick-prev, .slide-thumb .slick-prev, .brand-slider .slick-prev {
  left: 30px; }
  .banner .slick-prev::before, .product-carousel .slick-prev::before, .related-product .slick-prev::before, .slide-thumb .slick-prev::before, .brand-slider .slick-prev::before {
    content: '\e81a'; }
.banner .slick-next, .product-carousel .slick-next, .related-product .slick-next, .slide-thumb .slick-next, .brand-slider .slick-next {
  right: 30px; }
  .banner .slick-next::before, .product-carousel .slick-next::before, .related-product .slick-next::before, .slide-thumb .slick-next::before, .brand-slider .slick-next::before {
    content: '\e819'; }

.banner-section {
  position: relative; }
.banner-item {
  height: 430px !important;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: block;
  background-position: top left; }
.banner-side a {
  height: 205px;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: top left;
  display: block; }
  .banner-side a:first-child {
    margin-bottom: 20px; }
.banner .slick-active .banner-content h2,
.banner .slick-active .banner-content h4 {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.banner-single {
  margin-top: 20px; }

.side-category {
  height: 380px;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: bottom left;
  width: 100%;
  padding: 20px; }
  .side-category ul {
    padding: 0;
    margin: 0; }
    .side-category ul li {
      padding: 8px 0; }
      .side-category ul li a {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.25px; }
        .side-category ul li a:hover {
          color: #232428; }
        .side-category ul li a::before {
          font-family: 'office';
          content: '\e81b';
          font-size: 14px;
          color: #fff;
          display: inline-block;
          margin-right: 10px; }

.product-item {
  text-align: center;
  border: 2px solid #eff0f9; }
.product-img {
  height: 260px;
  overflow: hidden;
  position: relative; }
  .product-img img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95); }
.product-content {
  letter-spacing: 0.35px;
  padding: 12px; }
.product-name {
  margin-bottom: 10px;
  font-weight: 500; }
  .product-name a {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    color: #232428;
    letter-spacing: 0.25px; }
.product-price {
  margin-bottom: 10px; }
  .product-price span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    color: #ed202e;
    margin: 0 5px; }
    .product-price span.old-price {
      font-weight: normal;
      font-size: 14px;
      color: #959595; }
.product-btn {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-btn a {
    display: inline-block;
    border-radius: 2px;
    padding: 8px 10px;
    color: #6f6f6f;
    border: 2px solid #eff0f9;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.45px;
    white-space: nowrap;
    text-align: center; }
    .product-btn a i {
      font-size: 14px; }
.product-item:hover {
  border: 2px solid #c9c9cb; }
  .product-item:hover .product-btn a {
    background: #232428;
    color: #fff;
    border-color: #232428; }
    .product-item:hover .product-btn a:nth-child(1) {
      background: #ed202e;
      color: #fff;
      border-color: #ed202e; }
  .product-item:hover .product-img img {
    transform: translate(-50%, -50%) scale(1); }
.product-carousel, .related-product, .slide-thumb {
  /* item */ }
  .product-carousel .slick-arrow, .related-product .slick-arrow, .slide-thumb .slick-arrow {
    background: #232428;
    line-height: 45px;
    opacity: 0;
    visibility: hidden; }
    .product-carousel .slick-arrow::before, .related-product .slick-arrow::before, .slide-thumb .slick-arrow::before {
      font-size: 14px; }
  .product-carousel .slick-next, .related-product .slick-next, .slide-thumb .slick-next {
    right: 0; }
  .product-carousel .slick-prev, .related-product .slick-prev, .slide-thumb .slick-prev {
    left: 0; }
  .product-carousel .slick-list, .related-product .slick-list, .slide-thumb .slick-list {
    margin: 0 -10px; }
  .product-carousel .item, .related-product .item, .slide-thumb .item {
    padding: 0 10px; }
  .product-carousel:hover .slick-arrow, .related-product:hover .slick-arrow, .slide-thumb:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }

.brand-slider {
  position: relative; }
  .brand-slider-item {
    position: relative;
    padding: 70px 0; }
    .brand-slider-item img {
        height: auto;
        margin: 0 auto;
        width: 68%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        filter: drop-shadow(2px 4px 6px black);
    }
      .brand-slider-item img:hover {
        filter: grayscale(0); }
  .brand-slider .slick-arrow {
    color: #232428;
    line-height: 45px;
    opacity: 0;
    visibility: hidden; }
    .brand-slider .slick-arrow::before {
      font-size: 28px; }
  .brand-slider .slick-next {
    right: 0; }
  .brand-slider .slick-prev {
    left: 0; }
  .brand-slider:focus {
    outline: none; }
  .brand-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }

.breadcrumb {
  margin-bottom: 30px; }
  .breadcrumb ul {
    padding: 0;
    margin: 0; }
    .breadcrumb ul li {
      display: inline-block;
      vertical-align: middle;
      color: #c9c9cb;
      line-height: normal;
      text-transform: capitalize; }
      .breadcrumb ul li:not(:last-child)::after {
        font-family: "office";
        content: '\e819';
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin: 0 10px;
        color: #464646; }
      .breadcrumb ul li a {
        line-height: normal; }
        .breadcrumb ul li a i {
          font-size: 13px;
          line-height: normal;
          transform: translateY(-1px);
          display: inline-block; }

.tab-nav {
  padding: 0;
  margin: 0; }
  .tab-nav li {
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    background: #ed202e;
    letter-spacing: 0.35px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer; }
    .tab-nav li:hover, .tab-nav li.active {
      background: #232428; }

.user-area, .edit-area {
  padding: 30px;
  background: #eff0f9;
  position: relative; }
  .user-area::before, .edit-area::before, .user-area::after, .edit-area::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .user-area::before, .edit-area::before {
    content: '';
    width: 2px;
    height: 85%;
    background: #fff; }
  .user-area::after, .edit-area::after {
    content: 'OR';
    width: 60px;
    height: 60px;
    background: #eff0f9;
    border-radius: 50%;
    color: #232428;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  .user-area .heading .common-heading, .edit-area .heading .common-heading {
    background: #eff0f9; }
  .user-area .heading::after, .edit-area .heading::after {
    background: #232428; }
  .user-area a, .edit-area a {
    color: #ed202e;
    font-weight: 700; }
    .user-area a:hover, .edit-area a:hover {
      color: #232428; }
  .user-area .form-group, .edit-area .form-group {
    position: relative; }
    .user-area .form-group::before, .edit-area .form-group::before {
      font-family: "office";
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 15px;
      z-index: 1;
      color: #464646;
      font-size: 16px;
      line-height: 0; }
    .user-area .form-group .form-control, .edit-area .form-group .form-control {
      padding-left: 40px; }
    .user-area .form-group.name::before, .edit-area .form-group.name::before {
      content: '\e805'; }
    .user-area .form-group.company::before, .edit-area .form-group.company::before {
      content: '\e820'; }
    .user-area .form-group.trade::before, .edit-area .form-group.trade::before {
      content: '\e811'; }
    .user-area .form-group.email::before, .edit-area .form-group.email::before {
      content: '\e80c'; }
    .user-area .form-group.mobile::before, .edit-area .form-group.mobile::before {
      content: '\e81d'; }
    .user-area .form-group.address::before, .edit-area .form-group.address::before {
      content: '\e82a'; }
    .user-area .form-group.full-name::before, .edit-area .form-group.full-name::before {
      content: '\e807'; }
    .user-area .form-group.password::before, .edit-area .form-group.password::before {
      content: '\e80d'; }

.media {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .media-left {
    margin-right: 15px; }
    .media-left img {
      mix-blend-mode: multiply; }
  .media-body {
    max-width: 70%; }
  .media-heading {
    color: #232428;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0; }
  .media span {
    color: #959595;
    display: block; }

.product-quantity {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #c9c9cb; }
  .product-quantity input {
    border: none;
    text-align: center;
    width: 50px;
    padding: 8px;
    color: #959595;
    border-right: 1px solid #c9c9cb;
    border-left: 1px solid #c9c9cb;
    background: none; }
    .product-quantity input:focus {
      outline: none; }
  .product-quantity .counter-btn {
    width: 25px;
    color: #959595;
    cursor: pointer;
    text-align: center; }

.common-table {
  margin-bottom: 15px;
  width: 100%; }
  .common-table thead {
    background: #232428; }
    .common-table thead th {
        width: 40px;
      font-weight: 700;
      color: #fff;
      font-size: 15px;
      border: none;
      padding: 15px 8px !important; }
      .common-table thead th span {
        display: inline-block;
        vertical-align: middle;
        font-weight: 300; }
      .common-table thead th:focus {
        outline: none; }
  .common-table td,
  .common-table th {
    letter-spacing: 0.45px;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
    border: none;
    text-align: left; }
    .common-table td:last-child,
    .common-table th:last-child {
      text-align: right; }


  .common-table tbody td {
    color: #2d2d2d;
    font-weight: 400;
    vertical-align: middle; }
    .common-table tbody td strong {
      font-weight: 700;
      color: #272727; }
    .common-table tbody td img {
      mix-blend-mode: multiply; }
  .common-table tbody tr:nth-child(2n+1) {
    background: #fafafd; }
  .common-table tbody tr:nth-child(2n+2) {
    background: #f6f7fc; }
  .common-table tbody tr:hover {
    background: #fafafd; }
  .common-table .icon-cancel {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px -3px #ced1ec;
    -ms-box-shadow: 0 0 10px -3px #ced1ec;
    box-shadow: 0 0 10px -3px #ced1ec;
    color: #ed202e;
    line-height: 30px; }
    .common-table .icon-cancel:hover {
      -webkit-box-shadow: 0 0 10px -3px #c2c6e8;
      -ms-box-shadow: 0 0 10px -3px #c2c6e8;
      box-shadow: 0 0 10px -3px #c2c6e8; }

.cart-table th, .wish-table th, .product-table th {
  padding: 15px 8px; }
.cart-table td, .wish-table td, .product-table td {
  padding: 15px 5px; }
  .cart-table td:first-child, .wish-table td:first-child, .product-table td:first-child {
    width: 50%; }

.wish-table td:first-child {
  width: 40%; }

.my-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .my-product input {
    width: 30%; }
  .my-product ul {
    padding: 0;
    margin: 0; }
    .my-product ul li {
      display: inline-block;
      margin-left: 10px;
      color: #232428;
      font-weight: 700; }

.product-table {
  table-layout: fixed; }
  .product-table td, .product-table th {
    width: 15%; }
    .product-table td:first-child, .product-table th:first-child {
      width: auto; }
    .product-table td:nth-child(2), .product-table th:nth-child(2) {
      width: 40%; }
  .product-table tbody {
    display: block;
    overflow: auto;
    height: 200px;
    width: 100%; }
  .product-table thead tr {
    display: block; }

.update-cart {
  background: #232428;
  border-color: transparent; }
  .update-cart:hover {
    border-color: #ed202e;
    background: #ed202e; }

.purchase-info {
  padding: 20px;
  background: #eff0f9;
  letter-spacing: 0.35px; }
  .purchase-info h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #232428; }
  .purchase-info h4 {
    margin: 0 0 5px; }
  .purchase-info .media-heading {
    font-size: 12px;
    line-height: 16px; }
    .purchase-info .media-heading ~ span {
      font-size: 12px;
      line-height: 16px;
      color: #818181; }
  .purchase-info p {
    margin-bottom: 0; }
  .purchase-info table tr td {
    padding: 15px 0;
    font-size: 14px; }
    .purchase-info table tr td:first-child {
      width: 60%; }
    .purchase-info table tr td:last-child {
      text-align: right; }
  .purchase-info table tr:not(:last-child) {
    border-bottom: 1px solid #fff; }
  .purchase-info .common-btn {
    width: 100%;
    text-align: center; }

.payment .radio {
  padding: 20px;
  background: #e8e9f6;
  margin-bottom: 20px; }
  .payment .radio-mark {
    background: transparent; }

@media all and (min-width: 991px) {
  .sidebar {
    background: #fff;
    transition: all 0.3s linear;
    top: 0; }
    .sidebar-in {
      position: fixed;
      top: -140px;
      width: calc(25% - 40px);
      z-index: 999; } }
.category .product-item {
  margin-bottom: 20px; }
.category ul {
  padding: 0;
  margin: 0; }

.brand-box {
  padding: 20px 20px 12px;
  background: #eff0f9; }
  .brand-box ul li {
    display: inline-block;
    margin: 0 5px 8px 0; }
  .brand-box .common-check {
    background: #959595;
    padding: 10px 15px 8px;
    color: #fff;
    border: 1px solid #959595;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer; }
  /*.brand-box input:checked + .common-check {
    background: #ed202e;
    border-color: #ed202e; }*/

.color-filter {
  padding: 20px;
  background: #eff0f9; }
  .color-filter ul li {
    display: block; }
    .color-filter ul li:not(:last-child) {
      margin-bottom: 10px; }
  .color-filter .checkbox {
    font-size: 14px; }
  .color-filter .checkmark {
    background: transparent;
    transform: translateY(-1px); }

.top-rated .media {
  padding: 10px;
  margin-bottom: 10px;
  background: #eff0f9; }
  .top-rated .media-heading {
    line-height: 16px;
    font-size: 13px; }
    .top-rated .media-heading + span {
      color: #838383;
      font-size: 12px; }
    .top-rated .media-heading a {
      color: #ed202e; }
      .top-rated .media-heading a:hover {
        color: #232428; }

.price-box {
  background: #eff0f9;
  padding: 20px; }
  .price-box .form-control {
    padding: 8px 10px;
    -moz-appearance: textfield;
    -webkit-appearance: none !important;
    appearance: none; }
  .price-box .rangslider {
    margin-top: 20px; }

.product-filter {
  background: #eff0f9;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .product-filter h3 {
    font-size: 17px;
    font-weight: 700;
    color: #232428;
    margin: 0; }
    .product-filter h3 span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #888888;
      margin-top: 5px; }
  .product-filter .select-style {
    max-width: 200px; }

.pagination {
  text-align: center; }
  .pagination ul {
    padding: 0;
    margin: 0; }
    .pagination ul li {
      display: inline-block;
      margin: 5px 5px; }
      .pagination ul li a {
        display: inline-block;
        font-size: 14px;
        padding: 5px 10px;
        color: #959595;
        background: #fff;
        border: 1px solid #959595;
        letter-spacing: 0.5px;
        font-weight: 700; }
        .pagination ul li a:hover, .pagination ul li a.active {
          background: #ed202e;
          color: #fff;
          border-color: #ed202e; }

.category-banner {
  margin-bottom: 20px; }

.show-menu {
  cursor: pointer;
  position: relative; }
  .show-menu::after {
    font-family: 'office';
    content: '\e817';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-weight: normal; }
  .show-menu-open::after {
    content: '\e818'; }

.single-category, .account-nav {
  padding: 20px;
  background: #eff0f9;
  margin-top: 20px; }
  .single-category ul, .account-nav ul {
    padding: 0;
    margin: 0; }
    .single-category ul li, .account-nav ul li {
      padding: 10px 0; }
      .single-category ul li a, .account-nav ul li a {
        color: #ed202e;
        font-size: 13px;
        letter-spacing: 0.35px; }
        .single-category ul li a::before, .account-nav ul li a::before {
          font-family: 'office';
          content: '\e81b';
          font-size: 13px;
          color: #ed202e;
          display: inline-block;
          margin-right: 10px; }
        .single-category ul li a:hover, .account-nav ul li a:hover, .single-category ul li a:hover::before, .account-nav ul li a:hover::before, .single-category ul li a.active, .account-nav ul li a.active, .single-category ul li a.active::before, .account-nav ul li a.active::before {
          color: #232428; }

.product-big {
  padding: 20px;
  border: 1px solid #eff0f9;
  margin-bottom: 20px; }
.product-details {
  letter-spacing: 0.35px; }
  .product-details h2 {
    font-size: 18px;
    line-height: 30px;
    color: #232428; }
  .product-details p {
    color: #807f7f;
    font-size: 14px; }
  .product-details .product-quantity {
    width: 100%; }
    .product-details .product-quantity input {
      width: 50px;
      padding: 12px; }
    .product-details .product-quantity .counter-btn {
      width: 30%; }
  .product-details .common-btn {
    width: 100%;
    text-align: center; }
.product-keys {
  border-top: 1px solid #c9c9cb;
  padding-top: 20px;
  margin-bottom: 20px; }
  .product-keys ul {
    padding: 0;
    margin: 0; }
    .product-keys ul li {
      padding: 3px 0; }
      .product-keys ul li span {
        display: inline-block; }
  .product-keys .current-price {
    font-size: 17px;
    font-weight: 900;
    color: #ed202e;
    margin-right: 10px; }
  .product-keys .old-price {
    color: #959595;
    text-decoration: line-through;
    font-size: 14px; }
  .product-keys .in-stock {
    color: #16a085; }
  .product-keys .out-stock {
    color: #e74c3c; }
.product-features {
  margin-top: 50px; }
  .product-features .tab-content {
    background: #fff;
    padding: 20px 10px 10px 0px }
    .product-features .tab-content p {
      font-size: 14px; }

.slide-thumb img {
  margin: 0 auto; }

.color-set ul {
  padding: 0;
  margin: 0; }
  .color-set ul li {
    display: inline-block;
    margin-right: 10px; }
.color-set:not(:last-child) {
  margin-bottom: 27px; }

.color .common-check {
  background: #fff;
  padding: 10px 15px 8px;
  color: #959595;
  border: 1px solid #959595;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer; }


.upload-file {
  position: relative;
  padding: 7.5px 12px;
  border-radius: 2px;
  border: 1px solid rgba(35, 36, 40, 0.2);
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .upload-file {
      padding: 8.5px 12px; } }
  .upload-file input {
    color: #464646;
    font-size: 13px;
    width: calc(100% - 100px);
    margin-left: -80px; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .upload-file input {
        margin-left: -90px; } }
    .upload-file input:focus {
      outline: none; }
  .upload-file span {
    position: absolute;
    top: 0;
    right: 0;
    background: #232428;
    height: 100%;
    width: 100px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.5px; }

.user-area .upload-file input, .edit-area .upload-file input {
  width: 100%; }
.user-area .upload-file span, .edit-area .upload-file span {
  line-height: 47px;
  font-size: 12px;
  font-weight: 700; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .user-area .upload-file, .edit-area .upload-file {
    padding: 12.75px 12px; } }

.search-list .product-item {
  margin-bottom: 20px; }
.search-list-heading {
  color: #232428;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 30px 0 30px;
  background: #eff0f9;
  text-align: center;
  padding: 30px 15px; }

@media all and (min-width: 991px) {
  .search-list .col-3 {
    flex: 0 0 20%;
    max-width: 20%; }

  .show-xs {
    display: none; } }
.inner-pages {
  padding: 50px;
  background: rgba(239, 240, 249, 0.75); }
  .inner-pages p {
    font-size: 14.25px; }
    .inner-pages p strong {
      font-weight: 700;
      color: #232428;
      font-size: 17px; }
    .inner-pages p a {
      color: #ed202e;
      font-weight: 900; }
  .inner-pages ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14.25px; }
    .inner-pages ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      height: 10px;
      width: 10px;
      background: #232428;
      border-radius: 2px;
      box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); }

.contact {
  background: #eff0f9;
  letter-spacing: 0.25px; }
  .contact h2 {
    font-size: 18px;
    font-weight: 900;
    color: #232428; }
  .contact ul {
    padding: 0;
    margin: 0; }
    .contact ul li {
      position: relative;
      padding-left: 25px;
      font-size: 14px;
      margin: 10px 0;
      line-height: 24px; }
      .contact ul li i {
        position: absolute;
        left: 0;
        top: 1px; }
  .contact-form {
    padding-right: 20px; }

.map {
  width: 100%;
  height: 550px; }

.gm-style-cc {
  display: none !important; }

.account-nav {
  margin: 0; }
  .account-nav ul li a.active {
    font-weight: 900; }

.edit-area::after, .edit-area::before {
  display: none; }
.edit-area .form-label {
  margin: 0; }
.edit-area .form-group textarea.form-control {
  padding-left: 15px; }

.footer {
    position: relative;
    padding: 50px 0 0;
    color: #eff0f9;
    background: #f8891e;
    letter-spacing: 0.45px;
    z-index: 999;
}
  .footer h4 {
    font-size: 14px;
    font-weight: 700;
    color: #ed202e; }
  .footer ul {
    padding: 0;
    margin: 0; }
    .footer ul li {
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      padding-left: 25px;
      font-size: 14px;
      margin: 8px 0;
      line-height: 22px; }
      .footer ul li a {
        color: rgba(255, 255, 255, 0.6); }
        .footer ul li a:hover {
          color: #fff; }
      .footer ul li i {
        position: absolute;
        left: 0;
        top: 0; }
  .footer p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.25px; }
  .footer-btm {
    padding: 25px 0;
    background: #191a1d;
    margin-top: 30px; }
    .footer-btm .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer-btm img {
      height: 80px; }
    .footer-btm a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: inline-block;
      color: #fff;
      background: #232428;
      text-align: center;
      margin-left: 10px;
      font-size: 16px;
      line-height: 50px; }
      .footer-btm a:hover {
        background: #ed202e; }
  .footer-top {
    position: fixed;
    bottom: -50px;
    right: 8px;
    z-index: 999; }
    .footer-top-in {
      bottom: 40px; }
    .footer-top a {
      display: block;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 38px;
      font-size: 18px;
      color: #fff;
      background: #ed202e; }
      .footer-top a:hover {
        background: #232428; }

@media all and (max-width: 991px) {
  body {
    padding: 85px 0 0 0; }

  .container {
    width: 100%;
    max-width: 100%; } }
@media all and (max-width: 767px) {
  .py-5 {
    padding: 0 0 1.75rem; }

  .side-category, .product-btn a:first-child, .header ul li:first-child,
  .search-form button, .head-content,
  .category-menu h3, .header-top {
    display: none; }

  .product-btn a {
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 11px;
    color: #fff;
    border-color: #ed202e;
    background: #ed202e; }

  .header-tiny {
    top: 0; }

  .header .navbar-brand img {
    height: auto;
    max-width: 100%; }

  .navbar-brand {
    margin-right: 0; }

  .header-tiny .navbar {
    padding: 0.5rem 0; }

  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .navbar .container > .row {
      width: calc(100% - 35px); }
    .navbar .container div[class*="col-2"], .navbar .container div[class*="col-6"] {
      flex: 0 0 40%;
      max-width: 40%;
      padding-right: 0; }
    .navbar .container div[class*="col-4"] {
      flex: 0 0 20%;
      max-width: 20%; }
    .navbar .container div[class*="col-2"] {
      text-align: right; }
    .navbar .container button {
      order: 2;
      margin-top: -5px; }

  .header-account-input {
    margin-right: 0;
    height: 36px; }

  .mini-cart {
    width: 265px; }

  .search-form-input {
    width: 100%; }

  .search-form-input input {
    background-position: 5px center;
    background-size: 14px;
    padding: 5px 5px 5px 20px; }

  .banner-item {
    height: 30vh !important;
    background-position: top center; }
  .banner .slick-prev {
    left: 10px; }
  .banner .slick-next {
    right: 10px; }
  .banner-side {
    display: none; }

  .product-img {
    height: 175px; }
    .product-img img {
      transform: translate(-50%, -50%) scale(0.85); }

  .product-name a {
    font-size: 13px; }

  .product-price span {
    font-size: 13px;
    margin: 0 3px; }

  .product-details {
    margin-top: 20px; }
    .product-details h2 {
      font-size: 16px;
      line-height: 24px; }
    .product-details div[class*="col-"] {
      flex: 0 0 50%;
      max-width: 50%; }

  .product-features .tab-content {
    padding: 15px; }

  .search-list .product-item {
    margin-bottom: 20px; }
  .search-list-heading {
    font-size: 16px;
    margin: 20px 0 20px;
    padding: 20px 15px; }
  .search-list div[class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%; }

  .product-categories div[class*="col-"], .price-box div[class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%; }

  .hide-xs, .user-area::before, .edit-area::before, .user-area::after, .edit-area::after {
    display: none; }

  .category > .row > div[class*="col-"]:first-child {
    order: 2; }

  .product-filter .select-style {
    max-width: 145px; }

  .breadcrumb ul li, .breadcrumb ul li a {
    font-size: 13px; }

  .cart-table .media, .wish-table .media, .product-table .media {
    display: block;
    margin-top: 10px; }
    .cart-table .media-left, .wish-table .media-left, .product-table .media-left {
      margin: 0 0 5px; }
    .cart-table .media-body, .wish-table .media-body, .product-table .media-body {
      max-width: 100%; }
  .cart-table .product-quantity, .wish-table .product-quantity, .product-table .product-quantity {
    margin: 0 auto; }
  .cart-table thead, .wish-table thead, .product-table thead {
    display: none; }
  .cart-table tbody tr, .wish-table tbody tr, .product-table tbody tr, .cart-table tbody td, .wish-table tbody td, .product-table tbody td {
    text-align: center;
    display: block;
    width: 100%; }
  .cart-table tbody tr, .wish-table tbody tr, .product-table tbody tr {
    position: relative; }
    .cart-table tbody tr:nth-child(2n+1), .wish-table tbody tr:nth-child(2n+1), .product-table tbody tr:nth-child(2n+1) {
      background: #eff0f9; }
  .cart-table tbody td, .wish-table tbody td, .product-table tbody td {
    padding: 5px 5px; }
  .cart-table tbody td:first-child, .wish-table tbody td:first-child, .product-table tbody td:first-child {
    width: 100%; }
  .cart-table .icon-cancel, .wish-table .icon-cancel, .product-table .icon-cancel {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9; }

  .purchase-info {
    margin-top: 15px; }

  .user-area, .edit-area {
    padding: 20px; }
    .user-area .tab-nav li, .edit-area .tab-nav li {
      padding: 10px 12px;
      font-size: 12px; }

  .brand-slider-item img {
    filter: grayscale(0); }

  .py-4 {
    padding: 24px 0; }

  .footer .row div[class*="col-"] {
    margin-bottom: 20px; }
  .footer .row div[class*="col-"]:nth-child(1), .footer .row div[class*="col-"]:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer .row div[class*="col-"]:nth-child(2) {
    order: 3; }
  .footer-btm {
    text-align: center; }
    .footer-btm .container {
      flex-wrap: wrap; }
    .footer-btm img, .footer-btm div, .footer-btm p {
      flex: 0 0 100%;
      max-width: 100%; }
    .footer-btm img {
      height: auto;
      max-width: 80% !important;
      margin: 0 auto 10px; }
    .footer-btm p {
      order: 3; }
    .footer-btm div a {
      margin: 0 5px; }

  .table-responsive {
    overflow-y: auto; }
    .table-responsive .table td, .table-responsive .table th {
      white-space: nowrap; }

  .inner-pages {
    padding: 15px; }
    .inner-pages p strong {
      font-size: 16px; }

  .account-nav {
    margin: 0 0 20px; }

  .my-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    .my-product input {
      display: none; }
    .my-product ul {
      text-align: right; }

  .product-table td:nth-child(2) {
    width: 100%; } }

/*Added by Golam Kibria*/
  .thlast{
       text-align: left !important;
   }

   .tdqty{
       text-align: center !important;
   }

   .tdprice{
       text-align: center !important;
   }

  .product-label {
        padding-right: 75%;
        height: 10%;
    }
    .product-label > span {
        position: relative;
        display: inline-block;
        padding: 5px 15px;
        font-weight: 700;
        color: #fff;
        background-color: #30323a;
        z-index: 22
    }
        .product-label > span.sale {
            background-color: #ee1c25 !important
        }

/*# sourceMappingURL=style.css.map */
/*By Khalilur Rahman*/
 .zout{
      width: 446.656px; height: 440.709px;
  }

    .zpan {
        width: 220.355px; height: 220.355px;
    }
   

    .display_none{
        display:none;
    }