.white-text {
  color: #fff;
}

.footer--dark {
  background-color: #f5f5f5;
}

html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

section {
  padding: 20px 0px 20px;
}

footer {
  padding: 30px 0px 0px;
}

.page-content {
  padding: 30px 0px 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.my-10 {
  margin: 10px 0px;
}

.item-lg {
  display: block;
}

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

.item-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .item-sm {
    display: inline-block;
    width: 100%;
  }
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

tr {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

table caption {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

table th a {
  color: #000;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #666;
  font-size: 14px;
  height: 46px;
  border: 1px solid #E3E4E8;
  background-color: #fff;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  line-height: 1.6;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
}

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

blockquote {
  margin: 0;
  padding: 30px 5px 5px 0px;
}

blockquote p {
  margin: 0 0 1em;
  font-style: italic;
}

blockquote, q {
  quotes: "" "";
  position: relative;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-100 {
  width: 100%;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  word-wrap: break-word;
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: 100%;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  width: 100%;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e5e5e5;
}

td,
th {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
/*button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
display: inline-block;
font-size: 16px;
margin: 10px;
padding: 10px 30px;
color: #ffffff;
border-radius: 0px;
background:#246A55;
border: none;
}*/
a.button {
  min-width: 150px;
}

/*button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background:transparent;
border: 1px solid #ffc341;
color: white;
}*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="number"] {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  color: #666;
  border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"],
input[type="date"],
input[type="time"],
textarea:focus {
  color: #111;
  outline: none;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="varchar"],
input[type="password"],
input[type="search"],
input[type="number"] {
  padding: 10px 0 10px 15px;
}

input[type="search"] {
  padding: 12px 0px 8px 15px;
}

select {
  width: 100%;
  padding: 5px;
}

textarea {
  padding: 10px;
  width: 100%;
}

.form-submit input#submit {
  margin: 20px 0 10px 0;
}

.form-submit {
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}

/*input[type="submit"] {*/
/*width: 100%;*/
/*}*/
/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #4a93f9;
  text-decoration: none;
  outline: inherit;
}

a:active {
  outline: 0;
  color: #4a93f9;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: #4a93f9;
  text-decoration: none;
  outline: inherit;
}

a.more-link {
  margin-top: 10px;
  display: inline-block;
  padding: 7px 13px;
  background: #08c299;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 500;
}

a.more-link:hover {
  background: #000;
}

/*----reset---*/
.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
  clear: both;
}

.container::before {
  display: table;
  content: "";
}

.container::after {
  display: table;
  content: "";
  clear: both;
}

.section-content {
  padding: 0px 15px;
}

p {
  font-family: "Roboto", sans-serif;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-apdpearance: none;
}

input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: transparent;
}

input[type="date"]:focus {
  color: white;
  background-color: transparent;
}

input[type="date"]:hover {
  color: white;
  background-color: transparent;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

.no-padding {
  padding: 0;
}

/*image*/
.item-image-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.item-image-holder img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bg-light {
  background: #f3f3f3 !important;
}

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

@media screen and (max-width: 767px) {
  .d-flex {
    display: block;
  }
}

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.site-header,
.header-content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
}

.fixed {
  position: fixed;
}

.ecom-btn {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  /* padding-right: 56px; */
  border-color: #6001d1;
  border-style: solid;
  background-color: #6001d1;
  border-width: 2px;
  margin: 0px;
  border-radius: 5px;
  padding: 0px 25px;
  color: #727272;
  text-decoration: none;
  white-space: normal;
  width: 176px;
  height: 50px;
  min-height: 0px;
  min-width: 0px;
  line-height: 3;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-height: none;
  max-width: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
}

.ecom-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -200px;
  background-color: #6001d1;
  width: 100%;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.ecom-btn:hover {
  background-color: white;
  color: white;
  font-weight: 700;
  border: 1px solid #6001d1;
}

.ecom-btn:hover::after {
  top: 0;
}

.ecom-btn.reverse-button {
  color: #6001d1;
  background-color: white;
  border: 1px solid #6001d1;
}

.ecom-btn.reverse-button:hover {
  background-color: #6e94c9;
  color: white;
  border: 1px solid #6001d1;
}

@media screen and (max-width: 767px) {
  .ecom-btn {
    height: 40px;
  }
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a93f9;
  opacity: 0.5;
}

.no-padding {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .mb-scroll-container {
    min-width: 380px;
    display: inline-block;
    vertical-align: top;
  }
}

.megamenu-background {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background: #4a93f9;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #4a93f9;
}

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #4a93f9;
  color: white;
  border-radius: 10px;
}

.select2-container--default .select2-results__options .select2-dropdown--below {
  width: 300px !important;
  border-radius: 10px;
  border: none;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .select2-container--default .select2-results__options .select2-dropdown--below {
    width: auto !important;
  }
}

.affix {
  position: fixed !important;
  top: 200px;
  width: 18%;
}

@media screen and (max-width: 1499px) {
  .affix {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .affix {
    position: relative !important;
    top: auto !important;
    width: 100%;
  }
}

.affix-bottom {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .affix-bottom {
    position: relative !important;
    top: auto !important;
  }
}

.product-slider button.slick-arrow {
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.8;
  border-radius: 50%;
}

.product-slider button.slick-arrow.slick-next {
  right: -1%;
}

.product-slider button.slick-arrow.slick-next:before {
  content: url(../images/icons/arrow-r.png);
}

.product-slider button.slick-arrow.slick-prev {
  left: -1%;
}

.product-slider button.slick-arrow.slick-prev:before {
  content: url(../images/icons/arrow-l.png);
}

@media screen and (max-width: 767px) {
  .product-slider button.slick-arrow.slick-prev {
    right: 25%;
  }
}

.product-slider button.slick-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #111;
}

.product-slider button.slick-arrow:hover.slick-next:before {
  content: url(../images/icons/arrow-r-hover.png);
}

.product-slider button.slick-arrow:hover.slick-prev:before {
  content: url(../images/icons/arrow-l-hover.png);
}

.product-slider.brand-slider button.slick-arrow {
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
}

.product-slider:hover button.slick-arrow {
  opacity: 1;
}

.adv-holder-short .item-image-holder {
  padding-bottom: 20%;
}

.adv-holder-lg .item-image-holder {
  padding-bottom: 45%;
}

.adv-holder-top-lg a .item-image-holder {
  padding-bottom: 20%;
}

.page-wrap {
  position: relative;
}

.style-rounded {
  border-radius: 5px;
}

.style-shadow {
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.site-header {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 1000;
  top: 0;
}

@media screen and (max-width: 767px) {
  .site-header {
    position: relative;
  }
}

.site-header .header-logo-menu {
  padding-top: 20px;
  background-color: white;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1499px) {
  .site-header .header-logo-menu {
    padding-top: 10px;
  }
}

.site-header .header-logo-menu .head-itm {
  padding: 0px 15px;
}

.site-header .header-logo-menu .head-itm.logo-left {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.logo-left {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-shadow: -0.0375em 0 0 #3030301a;
  color: #4a93f9;
  text-transform: uppercase;
  position: relative;
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link span {
  color: #4a93f9;
  text-transform: capitalize;
}

@media screen and (max-width: 1499px) {
  .site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link {
    font-size: 40px;
    padding: 25px 0px;
  }
}

.site-header .header-logo-menu .head-itm.logo-left .site-branding #logo .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header .header-logo-menu .head-itm.right-menu {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu {
    width: 100%;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu {
  z-index: 9999;
  width: 100%;
  margin-top: 0;
  top: 0;
  background-color: white;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu {
    display: block;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search {
    width: 100%;
    padding-left: 0;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form {
  -webkit-animation: fadeOut 0.3s linear;
          animation: fadeOut 0.3s linear;
  margin-bottom: 5px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p {
    margin-bottom: 15px;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p input {
  margin-bottom: 0px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form p text-area {
  margin-bottom: 15px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form .ecom-btn {
  color: white;
  border-radius: 0;
  height: 46px;
  width: 100%;
  background-color: #6001d1;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-search form .ecom-btn:hover {
  color: #6001d1;
  background-color: white;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap {
  width: 80%;
  float: left;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap .head-itm-wrap {
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap .head-itm-wrap i {
  font-size: 10px;
  border: 1px solid #ff810c;
  background-color: #ff810c;
  border-radius: 50%;
  padding: 5px;
  color: white;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap .head-itm-wrap span a {
  color: #000;
  font-size: 12px;
  padding-right: 10px;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap .head-itm-wrap.cart-head-wrap {
  position: relative;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .login-cart-wrap .head-itm-wrap.cart-head-wrap span p {
  position: absolute;
  top: 0;
  right: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #4a93f9;
  font-weight: 900;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn {
  width: 20%;
  float: right;
  cursor: pointer;
  border: none;
  margin-bottom: 0;
  padding: 0px 10px;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn {
    position: absolute;
    right: 0;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn span {
  background-color: #6001d1;
  height: 2px;
  margin-bottom: 5px;
  display: block;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn span:first-child {
  width: 100%;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn span:nth-child(2) {
  width: 80%;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .head-icons-side .menu-btn span:nth-child(3) {
  width: 70%;
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .ecom-btn {
  float: right;
  width: 10%;
  background-color: white;
  height: auto;
  color: #6001d1;
}

@media screen and (max-width: 767px) {
  .site-header .header-logo-menu .head-itm.right-menu .site-header-menu .ecom-btn {
    width: auto;
    padding: 5px 15px;
    font-size: 10px;
  }
}

.site-header .header-logo-menu .head-itm.right-menu .site-header-menu .ecom-btn:hover {
  color: white;
}

.site-header.active {
  position: fixed;
  -webkit-box-shadow: 0 3px 2px -2px #0000001a;
          box-shadow: 0 3px 2px -2px #0000001a;
}

.menu-navigation .modal-dialog {
  margin: 0;
  height: 100%;
  background-color: white;
  width: 400px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media screen and (max-width: 767px) {
  .menu-navigation .modal-dialog {
    width: 100%;
  }
}

.menu-navigation .modal-dialog::-webkit-scrollbar {
  width: 5px;
}

.menu-navigation .modal-dialog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-navigation .modal-dialog::-webkit-scrollbar-thumb {
  background: #4a93f9;
}

.menu-navigation .modal-dialog::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menu-navigation .modal-dialog .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  border-bottom: 0;
}

.menu-navigation .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.menu-navigation .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  width: 100px;
  height: 40px;
  right: 0%;
  top: 0%;
  opacity: 1;
  z-index: 10;
  color: #4a93f9;
}

.menu-navigation .modal-dialog .modal-content .modal-header button.close span {
  font-weight: 200;
  font-size: 16px;
}

.menu-navigation.fade .modal-dialog {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

.menu-navigation.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main-navigation {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  text-align: left;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul ul {
  display: block;
  margin: 0;
  min-width: 220px;
}

.main-navigation ul ul.sub-menu {
  display: none;
}

.main-navigation ul ul.sub-menu.menu-open {
  display: block;
}

.main-navigation ul ul ul {
  right: 100%;
  top: 0;
  left: inherit;
}

.main-navigation ul ul ul::after {
  content: none;
}

.main-navigation ul ul ul ul {
  display: none;
}

.main-navigation ul ul ul li:hover {
  border-bottom: 2px solid #4a93f9;
}

.main-navigation ul ul ul li:hover > ul {
  display: block;
}

.main-navigation ul ul li:hover > ul {
  right: 100%;
}

.main-navigation ul ul li:last-child > a {
  border: none;
}

.main-navigation ul ul::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  z-index: 9999;
  right: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 12px;
  width: 12px;
}

.main-navigation ul ul a {
  -webkit-transition: padding 0.2s ease-in-out 0s;
  transition: padding 0.2s ease-in-out 0s;
  color: #4a93f9;
  position: relative;
  height: auto;
  padding: 10px 15px 10px 30px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.main-navigation ul > li:hover > ul {
  right: 0;
  z-index: 9999;
  opacity: 1;
}

.main-navigation ul li {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid transparent;
  transition: all 0.3s linear;
  border-bottom: 1px solid #ddd;
  line-height: 3.5;
}

.main-navigation ul li a {
  color: #4a93f9;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1499px) {
  .main-navigation ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.main-navigation ul li.first-child a {
  padding-left: 0;
}

.main-navigation ul li.page_item_has_children > a {
  padding-right: 30px;
}

.main-navigation ul li.menu-item-has-childrenv > a {
  padding-right: 30px;
}

.main-navigation li {
  display: block;
  margin-bottom: 0;
  float: none;
}

.main-navigation li li {
  float: none;
  display: block;
}

.main-navigation li li > a:hover::before {
  display: none;
}

.main-navigation li li:hover > a::before {
  display: none;
}

.main-navigation li .sub-menu {
  padding: 0px 40px;
}

.main-navigation li .sub-menu h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.main-navigation li .sub-menu li {
  border-bottom: none;
}

.main-navigation li .sub-menu li a {
  opacity: 1;
  color: #4a93f9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 0px;
  text-transform: uppercase;
}

.main-navigation li .sub-menu li:hover {
  border-bottom: none;
}

.main-navigation li .sub-menu li:hover > a {
  color: #4a93f9;
  opacity: 1;
}

.main-navigation li li.current-menu-item > a::before {
  display: none;
}

.main-navigation .menu-toggle {
  display: none;
}

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

.search-content .search-icon button {
  display: inline-block;
  background-color: transparent;
  border: none;
  width: 20%;
  float: right;
}

.search-content .search-icon button .fa {
  font-size: 20px;
}

.search-content .search-icon button:focus {
  border: none;
  outline-color: transparent;
  border: none;
  outline-color: transparent;
  outline: none;
  border: 0;
}

.search-content .search-icon button:active {
  border: none;
  outline-color: transparent;
  outline: none;
  border: 0;
}

.no-display {
  display: none;
}

#breadcrumb-list {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrap {
  text-align: left;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  background-color: white;
  -webkit-box-shadow: 2px 10px 10px 0px #ddd;
          box-shadow: 2px 10px 10px 0px #ddd;
}

.breadcrumb-wrap .breadcrumbs ul {
  margin-left: 0px;
}

.breadcrumb-trail.breadcrumbs ul li {
  display: inline-block;
  color: white;
  font-size: 20px;
}

.breadcrumb-trail.breadcrumbs ul li a {
  color: #4a93f9;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}

.breadcrumb-trail.breadcrumbs ul li a:after {
  content: "/ ";
  padding-left: 5px;
  font-family: fontawesome;
  font-weight: bold;
  color: #4a93f9;
}

.breadcrumb-trail.breadcrumbs ul .trail-end {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
}

.entry-container {
  padding-top: 15px;
}

.entry-container a {
  display: inline-block;
  color: #4a4a4a;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .dropdown-toggle {
  width: auto;
  color: black;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 14%;
  right: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
  z-index: 99;
}

.menu-item-has-children .dropdown-toggle i {
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1499px) {
  .menu-item-has-children .dropdown-toggle {
    top: 0;
  }
}

.menu-item-has-children.submenu-open .dropdown-toggle {
  top: 0;
}

.menu-item-has-children.submenu-open .dropdown-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

#mobile-nav-toggle {
  position: fixed;
  right: 0px;
  z-index: 9998;
  top: 2%;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mobile-nav-toggle.cross {
  top: 0%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline-block;
    right: 0;
  }
  .mobile-nav-active #mobile-nav-toggle {
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-nav-toggle {
    width: 100px;
    background-color: white;
  }
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 9997;
  background: #fff;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #129dbc;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #e8e8e8b3;
  display: none;
}

.mobile-nav-active #mobile-nav {
  left: 0;
}

.login-modal.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
  border-radius: 15px;
}

.login-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.login-modal .modal-dialog {
  margin: auto;
  float: right;
  height: 100%;
  width: 400px;
  -webkit-transform: translate(5%, 0);
          transform: translate(5%, 0);
}

@media screen and (max-width: 767px) {
  .login-modal .modal-dialog {
    margin: 200px auto;
    width: 80%;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
}

.login-modal .modal-dialog .modal-content {
  height: 100%;
}

.login-modal .modal-dialog .modal-content .modal-header {
  background-color: white;
  padding: 5px;
  border-bottom: 0;
}

.login-modal .modal-dialog .modal-content .modal-header h4 {
  color: #4a93f9;
}

.login-modal .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  width: 100px;
  height: 40px;
  right: 0%;
  top: 0%;
  opacity: 1;
  z-index: 10;
  background-color: white;
  color: #4a93f9;
}

.login-modal .modal-dialog .modal-content .modal-header button.close span {
  font-weight: 200;
  font-size: 16px;
}

.login-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile {
  width: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile h2 {
  color: #4a93f9;
  padding-bottom: 10px;
  border-bottom: 1px solid #4a93f9;
  margin-bottom: 30px;
  font-weight: 500;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p {
  margin-bottom: 15px;
  font-weight: 500;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p label sup {
  color: red;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input {
  border-bottom: 1px solid #ddd;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input:nth-child(2) {
  margin-bottom: 10px;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input.ecom-btn {
  color: white;
  margin-bottom: 0;
  width: 100%;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile form p input.ecom-btn:hover {
  border: 1px solid #4a93f9;
  color: #4a93f9;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile h3 {
  display: block;
  font-size: 40px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 20px 0px;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile a {
  padding: 0px 0px 20px;
  display: block;
  color: #4a93f9;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .ecom-btn {
  width: 100%;
  padding: 10px 0px;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
  border-radius: 0;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .ecom-btn.reverse-button {
  -webkit-box-shadow: 2px 8px 7px 2px #ddd;
          box-shadow: 2px 8px 7px 2px #ddd;
}

.login-modal .modal-dialog .modal-content .modal-body .user-profile .ecom-btn.reverse-button:hover {
  color: white;
}

.banner-section .banner-image {
  height: 50vh;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner-section .banner-image {
    height: 30vh;
  }
}

.features-section {
  padding-top: 20px;
}

.features-section .fea-quote {
  padding-bottom: 20px;
  text-align: center;
}

.features-section .fea-quote h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.features-section .fea-quote h3:nth-child(2) {
  color: #907e70;
}

.features-section .features-wrap .fea-single {
  padding: 20px;
  text-align: center;
  border-right: 4px dotted #907e70;
}

.features-section .features-wrap .fea-single .icon-holder {
  width: 45%;
  margin: 0px auto 20px;
  padding-bottom: 45%;
}

@media screen and (max-width: 767px) {
  .features-section .features-wrap .fea-single {
    border-right: 0;
  }
}

.features-section .features-wrap .fea-single p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .product-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.product-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.product-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.product-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.product-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.product-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .product-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.product-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.product-section .section-content.title-reversed p {
  color: white;
}

.product-section .product-list .product-slider .product-single {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin: 0px 10px 20px;
  background-color: white;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

.product-section .product-list .product-slider .product-single .item-image-holder {
  padding-bottom: 60%;
  width: 70%;
  margin: 0 auto;
}

.product-section .product-list .product-slider .product-single .discount-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  color: white;
  background-color: #f54633;
}

.product-section .product-list .product-slider .product-single .item-content h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.product-section .product-list .product-slider .product-single .item-content p {
  font-style: italic;
  font-size: 12px;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap .price-wrap {
  width: 60%;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap .price-wrap h5 {
  color: #0e263e;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap .price-wrap span {
  position: relative;
  display: inline-block;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap .price-wrap span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f54633;
  left: 0;
  top: 50%;
  position: absolute;
}

.product-section .product-list .product-slider .product-single .item-content .price-buy-wrap .ecom-btn {
  width: 40%;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  line-height: 2;
}

.product-section .product-list .product-slider .slick-list {
  padding: 5px 0px;
}

@media screen and (max-width: 767px) {
  .brand-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.brand-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.brand-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brand-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.brand-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.brand-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.brand-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .brand-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.brand-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.brand-section .section-content.title-reversed p {
  color: white;
}

.brand-section .brands-listing .brand-slider .brand-single {
  border: 2px solid #ddd;
  padding: 5px;
  background-color: white;
}

.brand-section .brands-listing .brand-slider .brand-single .item-image-holder {
  padding-bottom: 50%;
  margin-bottom: 0;
}

.brand-section.inner-brand-section {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
}

.adv-mid-section .adv-wrap-mid .item-image-holder {
  padding-bottom: 35%;
}

.primary-wrap {
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
}

.primary-wrap .filter-wrap {
  padding: 15px;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li h4 i::before {
  padding-right: 10px;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span {
  position: relative;
  /* For IE10 */
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span i {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 1;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span select {
  padding-left: 20px;
  position: relative;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span select::-ms-expand {
  display: none;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form span select:focus {
  outline: none;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form.filter-check span {
  padding-left: 10px;
  display: inline-block;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form.filter-check span p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form.filter-check span p input[type="checkbox"] {
  width: 20px;
  height: 20px;
  float: left;
}

.primary-wrap .filter-wrap .filter-select-wrap ul li form.filter-check span p label {
  float: right;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter {
  position: relative;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px #6765651f;
          box-shadow: 0 1px 2px #6765651f;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title h4 {
  margin-bottom: 0px;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper {
  position: relative;
  padding: 0 10px 10px;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper p input {
  margin-bottom: 2px;
  height: 20px;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-widget-header {
  background: #4a93f9;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal {
  height: 0.6em;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .price-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper {
  position: relative;
  padding: 0 10px 10px;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper p input {
  margin-bottom: 2px;
  height: 20px;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-widget-header {
  background: #4a93f9;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal {
  height: 0.6em;
}

.primary-wrap .filter-wrap .filter-range-wrap .widget_filter .duration-filter-wrapper .filter-style-title .range-slider-filter-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
}

@media screen and (max-width: 767px) {
  .primary-wrap .filter-wrap.filter-lg {
    display: none;
  }
}

.range-slider-filter-wrapper .ui-state-default,
.range-slider-filter-wrapper .ui-widget-content .ui-state-default,
.range-slider-filter-wrapper .ui-widget-header .ui-state-default,
.range-slider-filter-wrapper .ui-button,
html .range-slider-filter-wrapper .ui-button.ui-state-disabled:hover,
html .range-slider-filter-wrapper .ui-button.ui-state-disabled:active {
  border: 1px solid #4a93f9;
  background: #fff;
  font-weight: normal;
  color: #4a93f9;
  border-radius: 50%;
}

.range-slider-filter-wrapper .ui-widget-header {
  background: #4a93f9;
}

.range-slider-filter-wrapper {
  position: relative;
  padding: 0 10px 10px;
}

.range-slider-filter-wrapper .ui-corner-all,
.range-slider-filter-wrapper .ui-corner-bottom,
.range-slider-filter-wrapper .ui-corner-right,
.range-slider-filter-wrapper .ui-corner-br {
  border-bottom-right-radius: 5px;
}

.range-slider-filter-wrapper .ui-corner-all,
.range-slider-filter-wrapper .ui-corner-bottom,
.range-slider-filter-wrapper .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.range-slider-filter-wrapper .ui-corner-all,
.range-slider-filter-wrapper .ui-corner-top,
.range-slider-filter-wrapper .ui-corner-right,
.range-slider-filter-wrapper .ui-corner-tr {
  border-top-right-radius: 5px;
}

.range-slider-filter-wrapper .ui-corner-all,
.range-slider-filter-wrapper .ui-corner-top,
.range-slider-filter-wrapper .ui-corner-left,
.range-slider-filter-wrapper .ui-corner-tl {
  border-top-left-radius: 5px;
}

.range-slider-filter-wrapper input {
  padding: 0;
  font-weight: normal !important;
  color: #000 !important;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #4a93f9;
}

.range-slider-filter-wrapper p {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .list-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.list-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.list-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.list-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.list-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.list-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .list-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.list-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.list-section .section-content.title-reversed p {
  color: white;
}

.list-section .list-content {
  padding: 0;
}

.list-section .list-content .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list-section .list-content .section-title h3 {
  width: 70%;
  float: left;
}

.list-section .list-content .section-title .filter-sort {
  width: 30%;
  float: right;
}

.list-section .list-content .section-title .filter-sort form span {
  position: relative;
  /* For IE10 */
}

.list-section .list-content .section-title .filter-sort form span i {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 1;
}

.list-section .list-content .section-title .filter-sort form span select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.list-section .list-content .section-title .filter-sort form span select {
  padding-left: 20px;
  position: relative;
}

.list-section .list-content .section-title .filter-sort form span select::-ms-expand {
  display: none;
}

.list-section .list-content .section-title .filter-sort form span select:focus {
  outline: none;
}

.list-section .list-content .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-section .list-content .list-inner .product-single {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin: 0px 10px 20px;
  background-color: white;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

.list-section .list-content .list-inner .product-single .item-image-holder {
  padding-bottom: 60%;
  width: 70%;
  margin: 0 auto;
}

.list-section .list-content .list-inner .product-single .discount-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  color: white;
  background-color: #f54633;
}

.list-section .list-content .list-inner .product-single .item-content h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.list-section .list-content .list-inner .product-single .item-content p {
  font-style: italic;
  font-size: 12px;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap .price-wrap {
  width: 60%;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap .price-wrap h5 {
  color: #0e263e;
  font-weight: 700;
  margin-bottom: 5px;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap .price-wrap span {
  position: relative;
  display: inline-block;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap .price-wrap span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f54633;
  left: 0;
  top: 50%;
  position: absolute;
}

.list-section .list-content .list-inner .product-single .item-content .price-buy-wrap .ecom-btn {
  width: 40%;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  line-height: 2;
}

.list-section .list-content .list-inner .product-single {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .list-section .list-content .list-inner .product-single {
    width: 100%;
  }
}

footer .top-footer h4 {
  font-weight: 400;
  font-size: 25px;
}

footer .main-footer {
  padding: 30px 0px 0px;
}

footer .main-footer .footer-widgets {
  border-top: 1px solid #000;
  padding-top: 20px;
}

footer .main-footer .footer-widgets .footer-widget-single {
  margin-bottom: 15px;
}

footer .main-footer .footer-widgets .footer-widget-single h6 {
  margin-bottom: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single ul {
  list-style-type: none;
  margin-left: 0;
}

footer .main-footer .footer-widgets .footer-widget-single ul li {
  margin-bottom: 15px;
  padding-right: 10px;
  display: block;
}

footer .main-footer .footer-widgets .footer-widget-single ul li a {
  color: #0e263e;
  font-weight: 400;
  font-size: 14px;
}

footer .main-footer .footer-widgets .footer-widget-single ul li:hover a {
  color: #4a93f9;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li {
  display: inline;
  margin-right: 15px;
  float: left;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li a {
  width: 30px;
  background-color: #ccc;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  color: #0e263e;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li a i {
  font-size: 14;
  color: white;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-social-desc ul li:hover a {
  background-color: #4a93f9;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-menu-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-menu-desc ul {
  width: 32%;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-menu-desc ul li a {
  font-size: 14px;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons {
  float: right;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul {
  width: 100%;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li {
  padding-right: 0;
  display: inline;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a {
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.facebook-icon {
  background-color: #4267B2;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.twitter-icon {
  background-color: #00acee;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.youtube-icon {
  background-color: #FF0000;
}

footer .main-footer .footer-widgets .footer-widget-single.social-icons ul li a.instagram-icon {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media screen and (max-width: 767px) {
  footer .main-footer .footer-widgets .footer-widget-single.social-icons {
    width: 100%;
  }
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p {
  margin-bottom: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p span input {
  margin-bottom: 10px;
  height: auto;
  padding: 5px;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p span input::-ms-input-placeholder {
  color: #ddd;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p .prop-btn {
  color: white;
  width: 100%;
}

footer .main-footer .footer-widgets .footer-widget-single.footer-newsletter-desc form p .prop-btn:hover {
  color: #4a93f9;
}

footer .main-footer .copyright {
  padding: 20px 0px;
  border-top: 2px solid #ddd;
  background: black;
  text-align: center;
}

footer .main-footer .copyright p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #999;
}

.product-detail-section {
  position: relative;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .product-detail-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.product-detail-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.product-detail-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-detail-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.product-detail-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.product-detail-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.product-detail-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .product-detail-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.product-detail-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.product-detail-section .section-content.title-reversed p {
  color: white;
}

.product-detail-section .product-detail-content .product-image-slider {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin-bottom: 20px;
}

.product-detail-section .product-detail-content .product-image-slider .product-image-single a .item-image-holder {
  padding-bottom: 100%;
}

.product-detail-section .product-detail-content .product-slider-list .slick-list {
  padding: 10px 20px;
}

.product-detail-section .product-detail-content .product-slider-list .slick-list .product-image-single {
  border: 2px solid #ddd;
  margin: 0px 5px;
}

.product-detail-section .product-detail-content .product-slider-list .slick-list .product-image-single a .item-image-holder {
  padding-bottom: 100%;
}

.product-detail-section .product-detail-content .product-slider-list .slick-list .product-image-single.slick-current {
  border-color: #4a93f9;
}

.product-detail-section .product-detail-content .product-detail-wrap {
  padding: 20px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 20px 0px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 80%;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul li {
  display: inline;
  margin-left: 10px;
  text-align: center;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul li a .fa {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #000;
  background-color: white;
  line-height: 2.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul li a .fa {
    width: 25px;
    height: 25px;
  }
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul li a .fa:before {
  font-size: 12px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .share-cart-wrapper ul li a .fa:hover {
  background-color: #4a93f9;
  color: white;
  border: 1px solid #4a93f9;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .entry-share .discount-wrap {
  width: 20%;
  float: right;
  padding: 5px;
  color: white;
  background-color: #f54633;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .price-wrap {
  width: 60%;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .price-wrap h5 {
  color: #0e263e;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .price-wrap span {
  position: relative;
  display: inline-block;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .price-wrap span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f54633;
  left: 0;
  top: 50%;
  position: absolute;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .counter button {
  display: inline-block;
  padding: 12px;
  height: 45px;
  width: 45px;
  border-radius: 5px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .counter button:first-child {
  border-right: none;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .counter button:last-child {
  border-left: none;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .price-buy-wrap .counter span {
  display: inline-block;
  padding: 12px;
  height: 45px;
  border: 1px solid #ddd;
  width: 45px;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .buy-wrap .ecom-btn {
  width: 40%;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  line-height: 2;
  float: left;
}

.product-detail-section .product-detail-content .product-detail-wrap .item-content .buy-wrap .ecom-btn:nth-child(2) {
  float: right;
}

.product-more-section {
  background-color: white;
  margin: 20px 0px;
}

@media screen and (max-width: 767px) {
  .product-more-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.product-more-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.product-more-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-more-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.product-more-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.product-more-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.product-more-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .product-more-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.product-more-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.product-more-section .section-content.title-reversed p {
  color: white;
}

.product-more-section .product-more-detail {
  margin-bottom: 20px;
}

.product-more-section .product-more-detail .feature-wrap ul {
  list-style: none;
  overflow: hidden;
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 32px;
          column-gap: 32px;
}

.product-more-section .product-more-detail .feature-wrap ul li {
  position: relative;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  list-style: none;
  word-break: break-word;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.product-more-section .product-more-detail .feature-wrap ul li::before {
  content: "\f14a";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  left: 0;
  top: 0;
  font-size: 14px;
  color: #4a93f9;
}

.product-more-section .delivery-option .section-title {
  margin-bottom: 15px;
}

.product-more-section .delivery-option .delivery-listing ul {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

@media screen and (max-width: 767px) {
  .product-more-section .delivery-option .delivery-listing ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

.product-more-section .delivery-option .delivery-listing ul li {
  margin-bottom: 15px;
}

.product-more-section .delivery-option .delivery-listing ul li i {
  width: 25px;
  height: 25px;
  float: left;
  font-size: 20px;
  color: #4a93f9;
}

.product-more-section .delivery-option .delivery-listing ul li p {
  font-weight: 500;
  width: 85%;
  float: right;
  margin-bottom: 0;
  color: #4a93f9;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .product-more-section .delivery-option .delivery-listing ul li p {
    width: 90%;
  }
}

.product-more-section .delivery-option .delivery-listing ul li span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  padding-left: 35px;
}

.product-more-section .review-wrap form {
  padding: 20px;
}

.product-more-section .review-wrap form span p {
  margin-bottom: 0;
}

.product-more-section .review-wrap form span p textarea {
  height: 200px;
}

.product-more-section .review-wrap form span p input.ecom-btn {
  color: white;
  border-radius: 0;
  float: right;
}

.product-more-section .review-wrap form span p input.ecom-btn:hover {
  color: #6001d1;
}

.recommended-wrap {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(385px, 0px);
          transform: translate(385px, 0px);
  width: 375px;
}

.recommended-wrap .product-single {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin: 0px 10px 20px;
  background-color: white;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

.recommended-wrap .product-single .item-image-holder {
  padding-bottom: 60%;
  width: 70%;
  margin: 0 auto;
}

.recommended-wrap .product-single .discount-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  color: white;
  background-color: #f54633;
}

.recommended-wrap .product-single .item-content h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.recommended-wrap .product-single .item-content p {
  font-style: italic;
  font-size: 12px;
}

.recommended-wrap .product-single .item-content .price-buy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommended-wrap .product-single .item-content .price-buy-wrap .price-wrap {
  width: 60%;
}

.recommended-wrap .product-single .item-content .price-buy-wrap .price-wrap h5 {
  color: #0e263e;
  font-weight: 700;
  margin-bottom: 5px;
}

.recommended-wrap .product-single .item-content .price-buy-wrap .price-wrap span {
  position: relative;
  display: inline-block;
}

.recommended-wrap .product-single .item-content .price-buy-wrap .price-wrap span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f54633;
  left: 0;
  top: 50%;
  position: absolute;
}

.recommended-wrap .product-single .item-content .price-buy-wrap .ecom-btn {
  width: 40%;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  line-height: 2;
}

@media screen and (max-width: 1499px) {
  .recommended-wrap {
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .recommended-wrap {
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 20px 0px;
  }
}

.recommended-wrap .product-list {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recommended-wrap .product-list {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    overflow-x: scroll;
  }
}

.recommended-wrap .product-list .product-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1499px) {
  .recommended-wrap .product-list .product-single {
    width: 30%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .recommended-wrap .product-list .product-single {
    min-width: 340px;
  }
}

.recommended-wrap .product-list .product-single button.close {
  position: absolute;
  background: white;
  color: #000;
  width: 30px;
  background-color: white;
  height: 30px;
  right: -5px;
  top: -5%;
  opacity: 0.7;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.recommended-wrap .product-list .product-single a {
  width: 30%;
  height: 100%;
}

.recommended-wrap .product-list .product-single a .item-image-holder {
  width: 100%;
  padding-bottom: 90%;
  height: 100%;
}

.recommended-wrap .product-list .product-single .discount-wrap {
  right: auto;
  left: 0;
}

.recommended-wrap .product-list .product-single .item-content {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .recommended-wrap .product-list .product-single .item-content {
    padding: 10px;
  }
}

.recommended-wrap .product-list .product-single.closed {
  display: none;
}

.mobile-filter {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-filter {
    display: block;
    padding: 20px;
  }
}

.mobile-filter .ecom-btn {
  color: white;
  border-radius: 0;
  width: 100%;
}

.mobile-filter .filter-sm {
  display: none;
}

.cart-section .cart-wrap {
  background-color: white;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .cart-section .cart-wrap .cart-table {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .cart-section .cart-wrap .cart-table .table {
    max-width: 600px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .cart-section .cart-wrap .cart-table .table thead tr td {
    width: 100px;
  }
}

.cart-section .cart-wrap .cart-table .table tbody tr td {
  padding: 20px 10px;
  width: 100%;
}

.cart-section .cart-wrap .cart-table .table tbody tr td a {
  color: #4a93f9;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter button {
  display: inline-block;
  padding: 12px;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter button:first-child {
  border-right: none;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter button:last-child {
  border-left: none;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter button:hover {
  color: white;
  background-color: #4a93f9;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .counter input {
  text-align: center;
  padding: 10px;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .price-wrap {
  width: 60%;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .price-wrap h5 {
  color: #0e263e;
  font-weight: 700;
  margin-bottom: 5px;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .price-wrap span {
  position: relative;
  display: inline-block;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .price-wrap span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f54633;
  left: 0;
  top: 50%;
  position: absolute;
}

.cart-section .cart-wrap .cart-table .table tbody tr td .ecom-btn {
  width: auto;
  margin: 0 auto;
  color: white;
}

.cart-section .reciept-wrap {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
}

@media screen and (max-width: 767px) {
  .cart-section .reciept-wrap .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.cart-section .reciept-wrap .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.cart-section .reciept-wrap .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cart-section .reciept-wrap .section-content .section-title h3 {
    font-size: 24px;
  }
}

.cart-section .reciept-wrap .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.cart-section .reciept-wrap .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.cart-section .reciept-wrap .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .cart-section .reciept-wrap .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.cart-section .reciept-wrap .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.cart-section .reciept-wrap .section-content.title-reversed p {
  color: white;
}

@media screen and (max-width: 767px) {
  .cart-section .reciept-wrap {
    margin: 20px 0px;
  }
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-summary-row .checkout-label {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  line-height: 21px;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-summary-row .total-value {
  color: #4a93f9;
  font-size: 18px;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-summary-row.total-row {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-voucher form {
  margin: 15px 0px;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-voucher form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-voucher form span input {
  margin-bottom: 0;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-voucher form span input[type="text"] {
  width: 70%;
}

.cart-section .reciept-wrap .reciept-product-wrap .checkout-summary-main .checkout-voucher form span input.ecom-btn {
  color: white;
  width: 30%;
  border-radius: 0;
  height: auto;
}

.registration-section .registration-form {
  width: 50%;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  margin: 0 auto;
  background-color: white;
}

.registration-section .registration-form h3 {
  color: #4a93f9;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.registration-section .registration-form form p {
  display: inline-block;
  width: 100%;
}

.registration-section .registration-form form p input {
  margin-bottom: 0;
}

.registration-section .registration-form form p input.ecom-btn {
  color: white;
  float: right;
}

.registration-section .registration-form form p input.ecom-btn:hover {
  color: #4a93f9;
}

.contact-map {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
}

.contact-map .map-holder iframe {
  width: 100%;
}

.contact-wrapper {
  padding: 50px 0px 60px;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.contact-wrapper .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.contact-wrapper .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content .section-title h3 {
    font-size: 24px;
  }
}

.contact-wrapper .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.contact-wrapper .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.contact-wrapper .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .contact-wrapper .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.contact-wrapper .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.contact-wrapper .section-content.title-reversed p {
  color: white;
}

.contact-wrapper .contact-form {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  padding: 20px;
}

.contact-wrapper .contact-form p {
  margin-bottom: 0;
}

.contact-wrapper .contact-sidebar .contact-widget {
  padding: 10px 20px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  background-color: white;
  margin-bottom: 20px;
}

.contact-wrapper .contact-sidebar .contact-widget ul {
  margin-left: 0;
}

.contact-wrapper .contact-sidebar .contact-widget ul li {
  line-height: 3;
}

.contact-wrapper .contact-sidebar .contact-widget ul li i {
  color: #4a93f9;
  font-size: 20px;
}

.contact-wrapper .contact-sidebar .contact-widget ul li span {
  margin-left: 15px;
  font-weight: 500;
}

.contact-wrapper .contact-sidebar .ecom-social {
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
  padding: 20px;
  background-color: white;
}

.contact-wrapper .contact-sidebar .ecom-social ul li {
  padding-right: 0;
  display: inline-block;
}

.contact-wrapper .contact-sidebar .ecom-social ul li a {
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.contact-wrapper .contact-sidebar .ecom-social ul li a.facebook-icon {
  background-color: #4267B2;
}

.contact-wrapper .contact-sidebar .ecom-social ul li a.twitter-icon {
  background-color: #00acee;
}

.contact-wrapper .contact-sidebar .ecom-social ul li a.youtube-icon {
  background-color: #FF0000;
}

.contact-wrapper .contact-sidebar .ecom-social ul li a.instagram-icon {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media screen and (max-width: 767px) {
  .about-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.about-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.about-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.about-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.about-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.about-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .about-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.about-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.about-section .section-content.title-reversed p {
  color: white;
}

.about-section .about-content {
  background-color: white;
  padding: 20px;
}

.about-section .history-content {
  background-color: white;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .faq-section .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.faq-section .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.faq-section .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-section .section-content .section-title h3 {
    font-size: 24px;
  }
}

.faq-section .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.faq-section .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.faq-section .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .faq-section .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.faq-section .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.faq-section .section-content.title-reversed p {
  color: white;
}

.faq-section .faq-content {
  background-color: white;
  padding: 20px;
}

.faq-section .faq-content .faq-list-wrap .panel-group .panel .panel-heading {
  background-color: #4a93f9;
  padding: 25px 15px;
}

.faq-section .faq-content .faq-list-wrap .panel-group .panel .panel-heading .panel-title {
  position: relative;
}

.faq-section .faq-content .faq-list-wrap .panel-group .panel .panel-heading .panel-title a {
  color: white;
}

.faq-section .faq-content .faq-list-wrap .panel-group .panel .panel-heading .panel-title a i {
  position: absolute;
  right: 0;
  color: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-section .faq-content .faq-list-wrap .panel-group .panel .panel-heading .panel-title a.collapsed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page-content-wrapper {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .page-content-wrapper .section-content {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
}

.page-content-wrapper .section-content .section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.page-content-wrapper .section-content .section-title h3 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-content-wrapper .section-content .section-title h3 {
    font-size: 24px;
  }
}

.page-content-wrapper .section-content .section-title h2 {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
}

.page-content-wrapper .section-content .section-title a {
  color: #000;
  float: right;
  font-size: 12px;
  border-bottom: 2px solid #4a93f9;
}

.page-content-wrapper .section-content.title-reversed .section-title h3 {
  color: white;
}

@media screen and (max-width: 767px) {
  .page-content-wrapper .section-content.title-reversed .section-title h3 {
    font-size: 24px;
  }
}

.page-content-wrapper .section-content.title-reversed .section-title span {
  font-size: 14px;
  color: #f5f5f5;
}

.page-content-wrapper .section-content.title-reversed p {
  color: white;
}
/*# sourceMappingURL=main.css.map */