@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- The content
	- Header
	- Footer
	- General
	- Home
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Ws var colors */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  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
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  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; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.image--cover {
  background-size: cover; }
  .image--cover img,
  .image--cover .image__img {
    object-fit: cover; }

.image--contain {
  background-size: contain; }
  .image--contain img,
  .image--contain .image__img {
    object-fit: contain; }

.image--square {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .image--square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image--rectangle {
  position: relative;
  padding-top: 133.3333333333%;
  overflow: hidden; }
  .image--rectangle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image--horizontal {
  position: relative;
  padding-top: 177.7777777778%;
  overflow: hidden; }
  .image--horizontal img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image--vertical {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }
  .image--vertical img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image--circle {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden; }
  .image--circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image--border {
  border: 1px solid var(--gray); }

.bg-cover {
  background-size: cover !important; }

/* Links
--------------------------------------------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../Images/Icons/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 15px;
  background-size: 15px; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #DD8282;
  border-radius: 3px;
  background: #282A3F;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* reset
--------------------------------------------- */
:root {
  --color-blue: #1D3A7B;
  --color-red: #D80027;
  --color-yellow: #FFDA44;
  height: 100%;
  width: 100%;
  font-size: 1.4641288433vw; }
  @media (max-width: 991px) {
    :root {
      font-size: 2.0181634712vw; } }
  @media (max-width: 575px) {
    :root {
      font-size: 3.4782608696vw; } }
  @media (min-width: 1366px) {
    :root {
      font-size: 20px; } }

.container {
  max-width: 70.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (max-width: 991px) {
    .container {
      max-width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; } }
  .container .row {
    margin-right: 0.75rem;
    margin-left: 0.75rem; }
    @media (max-width: 991px) {
      .container .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
  .container [class^="col-"], .container [class*=" col-"] {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
    @media (max-width: 991px) {
      .container [class^="col-"], .container [class*=" col-"] {
        padding-right: 1rem;
        padding-left: 1rem; } }
    .container [class^="col-"].no-padding, .container [class*=" col-"].no-padding {
      padding: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.5;
  background: #FDFCFA; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body,
html {
  font-family: "Stolzl", sans-serif;
  font-weight: 300; }

a {
  text-decoration: none !important; }

img,
a {
  transition: all .3s; }

p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4D4D4D;
  font-weight: 300; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clear {
  clear: both;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent); }

h1, h2, h3 {
  font-family: "DM", sans-serif;
  font-weight: 500; }

*:before, *:after {
  z-index: -1; }

/* common
--------------------------------------------- */
.view, .view-black {
  overflow: hidden;
  border: 0.1rem solid #000000;
  background: #FFFFFF;
  width: max-content; }
  .view a, .view input, .view-black a, .view-black input {
    font-size: 0.9rem;
    display: block;
    color: #000000;
    padding: 0.8rem 1rem;
    text-transform: uppercase;
    font-family: "Frank", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s all ease-in-out; }
    .view a img, .view input img, .view-black a img, .view-black input img {
      padding-left: 10px; }
  .view:hover, .view-black:hover {
    background: #3DC8E3;
    border: 2px solid #3DC8E3; }
    .view:hover a, .view:hover input, .view-black:hover a, .view-black:hover input {
      color: #FFFFFF; }
  .view input, .view-black input {
    line-height: 0;
    margin: auto;
    padding: 1rem;
    border-bottom: none !important;
    padding-left: 1rem !important; }

.pt-120 {
  padding-top: 6rem; }

.view-black a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #282A3F; }

.padding-top {
  padding-top: 2.5rem; }
  @media only screen and (max-width: 767px) {
    .padding-top {
      padding-top: 2rem; } }

.padding-bottom {
  padding-bottom: 2.5rem; }
  @media only screen and (max-width: 767px) {
    .padding-bottom {
      padding-bottom: 2rem; } }

.heading-title h1 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 600; }
.heading-title h3 {
  font-size: 2.25rem;
  color: #000000;
  text-transform: capitalize;
  line-height: 3rem; }
.heading-title h3.black {
  color: #0D0D0D; }
.heading-title h4 {
  font-size: 1.8rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "Frank", sans-serif; }

.text-main {
  text-align: center; }
  .text-main h3 {
    font-size: 1.5rem;
    color: #000000;
    padding: 2.2rem 0;
    font-weight: 600;
    text-transform: uppercase; }
  .text-main .des {
    font-size: 1rem;
    font-weight: 500; }

.text-main-color h3 {
  color: #000000; }

.background-gray {
  background: #282A3F; }

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.margin_top {
  margin-top: 120px; }
  @media only screen and (max-width: 767px) {
    .margin_top {
      margin-top: 65px; } }

.margin_bottom {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .margin_bottom {
      margin-bottom: 30px; } }

.explore {
  margin-top: 2rem; }
  .explore a {
    font-size: 0.75rem;
    color: #FFFFFF;
    letter-spacing: 1px; }
    .explore a:hover {
      color: #fcb713; }
  .explore .arrow {
    height: 20px;
    width: 20px;
    padding: 6px;
    border-radius: 50%;
    background: #ffffff57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.explore.black a {
  color: #000000; }
.explore.black .arrow {
  background: #88818161; }

.slick-slider .slick-arrow {
  z-index: 2;
  text-indent: -9999px !important;
  color: transparent;
  /* опционально */
  background: transparent;
  border: none;
  position: absolute;
  top: -3.6rem;
  cursor: pointer; }
  .slick-slider .slick-arrow:focus {
    outline: none; }
.slick-slider .slick-next {
  right: 0; }
.slick-slider .slick-prev {
  right: 0.5rem; }
.slick-slider .slick-next::before {
  background: url(./../Images/right.png) no-repeat;
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  background-position: center;
  background-size: contain; }
.slick-slider .slick-prev::before {
  background: url(./../Images/left.png) no-repeat;
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  background-position: center;
  background-size: contain; }

.slides-numbers {
  text-align: right;
  margin-right: 6rem; }
  .slides-numbers span {
    font-size: 0.75rem; }

.slick-dots li button:before {
  color: #282A3F;
  font-size: 16px; }

.slick-dots li.slick-active button:before {
  color: #282A3F; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
.show-loading {
  display: none; }

/* Navigation
--------------------------------------------- */
.pages, .page-numbers {
  margin-top: 20px;
  text-align: center; }
  .pages ul li, .page-numbers ul li {
    display: inline-block;
    padding: 0px 2.5px; }
    .pages ul li a, .page-numbers ul li a {
      display: block;
      font-size: 14px;
      text-align: center;
      padding: 7px 15px;
      border: 1px solid #ddd;
      color: #465363; }
      .pages ul li a:hover, .page-numbers ul li a:hover {
        border: 1px solid var(--color-blue);
        background-color: var(--color-blue);
        color: white; }
  .pages ul .active a, .page-numbers ul .active a {
    border: 1px solid var(--color-blue);
    background-color: var(--color-blue);
    color: white; }

.list-content-products .woocommerce-pagination ul {
  margin-top: 20px;
  text-align: center;
  border: 0 !important; }
  .list-content-products .woocommerce-pagination ul li {
    display: inline-block;
    padding: 0px 2.5px !important;
    border: 0 !important; }
    .list-content-products .woocommerce-pagination ul li a, .list-content-products .woocommerce-pagination ul li span {
      display: block !important;
      font-size: 14px !important;
      text-align: center !important;
      padding: 7px 15px !important;
      border: 1px solid #ddd !important;
      color: #465363 !important; }
      .list-content-products .woocommerce-pagination ul li a:hover, .list-content-products .woocommerce-pagination ul li span:hover {
        border: 1px solid var(--color-blue) !important;
        background-color: var(--color-blue) !important;
        color: white !important; }
    .list-content-products .woocommerce-pagination ul li .current {
      border: 1px solid var(--color-blue) !important;
      background-color: var(--color-blue) !important;
      color: white !important; }
  .list-content-products .woocommerce-pagination ul .active a {
    border: 1px solid var(--color-blue) !important;
    background-color: var(--color-blue) !important;
    color: white !important; }

/* general
--------------------------------------------- */
.wpcf7 .ajax-loader {
  display: none; }

.berocket_single_filter_widget {
  text-align: center; }
  @media screen and (max-width: 576px) {
    .berocket_single_filter_widget {
      width: 200%; } }
  .berocket_single_filter_widget .select2-selection__arrow {
    display: none; }

.select2-container--classic .select2-selection {
  border: none;
  background: #fff; }

.select2-container--default .select2-selection--single {
  border: none;
  background: #fff; }

.berocket_single_filter_widget .select2-selection--single .select2-selection__arrow {
  border: none;
  background: #FFFFFF; }

.bapf_slct select, .orderby {
  padding: 5px 10px;
  border: 2px solid !important;
  border-radius: 4px;
  width: 220px;
  font-size: 0.9rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif; }
  .bapf_slct select #bapf_1_any, .orderby #bapf_1_any {
    text-align: center; }
  .bapf_slct select option, .orderby option {
    background: #444;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center !important;
    font-weight: 200;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: none; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  background: #fff; }

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000000; }

.select2-container--classic.select2-container--open .select2-dropdown, .select2-dropdown {
  border-color: transparent; }

.select2-results {
  box-shadow: 0px 5px 6px #c9c9c9; }

.bapf_sfilter {
  margin-bottom: 0; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 8px 0; }

.bapf_head h3 {
  display: none; }

.woocommerce-ordering {
  margin-bottom: 0 !important;
  margin-right: 1rem !important; }
  .woocommerce-ordering .orderby {
    border: none;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #444; }

/* Posts and pages
--------------------------------------------- */
.the_content {
  text-align: justify; }
  .the_content h2, .the_content h3, .the_content h4 {
    color: #000000;
    margin-bottom: 1rem; }
  .the_content h6 {
    font-size: 15px; }
  .the_content h5 {
    font-size: 15px; }
  .the_content h4 {
    font-size: 16px; }
  .the_content h3 {
    font-size: 18px; }
  .the_content h2 {
    font-size: 25px;
    line-height: 1.5; }
  .the_content h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem; }
  .the_content p {
    color: #000000;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 15px; }
    .the_content p:last-child {
      margin-bottom: 0; }
  .the_content ul {
    list-style: disc;
    padding-left: 18px;
    padding-bottom: 5px; }
    .the_content ul li {
      color: #333;
      line-height: 1.5;
      margin-bottom: 10px;
      font-size: 16px; }
      .the_content ul li a {
        color: #ff5912; }
  .the_content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px; }
    .the_content ol li {
      color: #333;
      line-height: 1.5;
      margin-bottom: 10px;
      font-size: 16px; }
      .the_content ol li a {
        color: #ff5912; }
  .the_content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d; }
    .the_content blockquote p {
      margin: 0 !important; }
  .the_content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: .85rem;
    color: #e83e8c;
    font-size: 16px;
    line-height: 1.5; }
  .the_content table > tbody > tr > td, .the_content table > tbody > tr > th, .the_content table > tfoot > tr > td, .the_content table > tfoot > tr > th, .the_content table > thead > tr > td, .the_content table > thead > tr > th {
    border: 1px solid #ddd;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5; }
  .the_content iframe {
    margin: auto; }
  .the_content .syntaxhighlighter {
    padding: 10px 0; }
  .the_content img {
    margin-bottom: 1rem; }

/* Header
--------------------------------------------- */
.freeship {
  border-top: 3px solid #3DC8E3;
  border-bottom: 1px solid #c3c3c3; }
  .freeship span {
    font-size: 12px;
    display: block;
    color: #000000;
    text-transform: uppercase;
    padding: 1rem 0;
    font-weight: 400; }

.banner {
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  padding-top: 32.6086956522%;
  overflow: hidden; }
  .banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 767px) {
    .banner {
      padding-top: 80%; } }

.background-header {
  background: #FFFFFF;
  height: 140px;
  border-bottom: 5px solid #000000; }

.header .menu {
  z-index: 2;
  top: 0;
  left: 0;
  transition: .4s all;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0px #e8e8e8; }
  @media screen and (max-width: 1439px) {
    .header .menu {
      padding: .7rem 1rem; } }
@media only screen and (max-width: 991px) {
  .header .widget_menu .logo {
    margin-left: 2rem;
    display: none; } }
.header .widget_menu .logo img {
  width: 6rem; }
  @media only screen and (max-width: 576px) {
    .header .widget_menu .logo img {
      width: 3rem; } }
.header .widget_menu .logo_mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .header .widget_menu .logo_mobile {
      display: block !important; } }
.header .widget_menu .nav {
  display: block;
  margin-left: 2rem; }
  @media only screen and (max-width: 991px) {
    .header .widget_menu .nav {
      display: none; } }
  .header .widget_menu .nav ul {
    position: relative; }
    .header .widget_menu .nav ul li {
      padding: 0 1.2rem;
      border-radius: 24px;
      transition: .5s all;
      position: relative; }
      .header .widget_menu .nav ul li a {
        color: #000000;
        font-size: .8rem;
        padding: 2rem 5px;
        display: block;
        position: relative;
        text-transform: capitalize;
        letter-spacing: 1px; }
      .header .widget_menu .nav ul li:hover > a {
        color: #3DC8E3; }
      .header .widget_menu .nav ul li:hover ul.sub-menu {
        display: block; }
      .header .widget_menu .nav ul li:hover:after {
        transform: translateY(-50%) rotate(180deg) !important;
        color: #3DC8E3; }
    .header .widget_menu .nav ul li.menu-item-has-children:after {
      content: '\f078';
      font-family: "fontawesome";
      position: absolute;
      font-size: 15px;
      z-index: 2;
      right: 6px;
      top: 50%;
      opacity: .6;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: .4s all; }
    .header .widget_menu .nav ul li.active a {
      color: #FFC43A; }
  .header .widget_menu .nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 1.2rem;
    width: 200px;
    z-index: 1;
    margin-left: 0;
    box-shadow: 0px 4px 6px -3px #a7a7a7; }
    .header .widget_menu .nav ul.sub-menu li {
      border-radius: 0;
      border-bottom: 1px solid #eaeaea; }
      .header .widget_menu .nav ul.sub-menu li a {
        font-size: 0.7rem;
        text-transform: capitalize;
        padding: 10px 0; }
      .header .widget_menu .nav ul.sub-menu li:hover {
        background: #000000; }
        .header .widget_menu .nav ul.sub-menu li:hover a {
          color: #FFFFFF; }
.header .widget_menu .right img {
  width: 18px;
  margin-left: .8rem; }
.header .widget_menu .right .cart {
  position: relative; }
.header .widget_menu .right .count {
  position: absolute;
  z-index: 2;
  right: -22px;
  top: -4px;
  font-size: 9px;
  color: #fff;
  background: #3DC8E3;
  border-radius: 50%;
  width: 16px;
  height: 16px; }
.header .contact a {
  font-size: 0.75rem;
  color: #FFFFFF;
  border: 1px solid #fff;
  padding: 10px 25px; }

.header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  animation: fadein 1s; }
  .header.fixed .menu {
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0 0 10px 0px #e8e8e8; }
    @media only screen and (max-width: 991px) {
      .header.fixed .menu {
        padding: .7rem 0; } }

.menu_mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .menu_mobile {
      display: block; } }

#site-nav--mobile {
  position: fixed;
  width: 480px;
  height: 100vh;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 8888;
  overflow: hidden;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  @media only screen and (max-width: 767px) {
    #site-nav--mobile {
      width: 350px; } }

#site-nav--mobile.active {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.site-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 7777;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.site-overlay.active {
  opacity: 1;
  visibility: visible; }

#site-search {
  width: calc(100% + 20px);
  height: 100%;
  overflow-y: scroll;
  padding: 46px; }
  #site-search p {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-60px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(-60px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
/* Home
--------------------------------------------- */
.tested h3 {
  font-size: 2.25rem;
  padding-bottom: .7rem; }
.tested .box {
  margin-top: 1.5rem; }
.tested .view {
  margin: 0 .5rem; }

.main_product .image_in {
  position: relative;
  padding-top: 87.4734607219%;
  overflow: hidden;
  display: none; }
  .main_product .image_in img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 991px) {
    .main_product .image_in {
      display: block; } }
@media only screen and (max-width: 991px) {
  .main_product .image_main {
    display: none; } }

@media only screen and (max-width: 767px) {
  .all_about .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2rem; }
    .all_about .col-md-6:first-child .item {
      text-align: left !important; }
    .all_about .col-md-6:first-child .view {
      margin-right: auto;
      margin-left: initial !important; }
  .all_about .col-md-6:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
.all_about h5 {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #555555; }
.all_about p {
  font-size: 0.9rem;
  color: #555555; }
.all_about .view {
  margin-top: 2.5rem;
  margin-left: auto; }
.all_about .image {
  position: relative;
  padding-top: 122.8956228956%;
  overflow: hidden; }
  .all_about .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.all_about .widget {
  padding: 1.5rem 0;
  border-bottom: 1px solid #bdbdbd; }
.all_about .parent strong {
  font-size: 1.5rem;
  color: #4D4D4D;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer; }
.all_about .parent span {
  font-size: 1rem;
  margin-top: 5px;
  margin-right: 10px; }
.all_about .box {
  display: none;
  opacity: 0; }
  .all_about .box p {
    font-size: 0.9rem;
    padding-left: 1.7rem;
    margin-bottom: 0; }
.all_about .widget.active .parent strong {
  color: #FCAC62; }
.all_about .widget.active .parent span {
  color: #FCAC62; }
.all_about .widget.active .box {
  display: block;
  opacity: 1;
  transition: .3s all; }
.all_about .image-2 {
  -webkit-transform: translateY(-5.5rem);
  -ms-transform: translateY(-5.5rem);
  transform: translateY(-5.5rem); }
  @media only screen and (max-width: 1200px) {
    .all_about .image-2 {
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial; } }

.find .item {
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 1200px) {
    .find .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .find .item .image {
    width: 282px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 1200px) {
      .find .item .image {
        width: 100%; } }
    .find .item .image .box-img {
      position: relative;
      padding-top: 65.2482269504%;
      overflow: hidden; }
      .find .item .image .box-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0; }
  .find .item .title {
    margin-left: 1.5rem; }
    @media only screen and (max-width: 1200px) {
      .find .item .title {
        margin-top: 1rem; } }
    .find .item .title strong {
      font-size: 1.5rem;
      color: #4D4D4D;
      margin-bottom: .5rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      transition: .3s all; }
    .find .item .title p {
      font-size: 0.9rem;
      font-weight: 200; }
  .find .item:hover strong {
    color: #FCAC62; }

.icareanywhere {
  background: #FDFCFA;
  padding: 5rem 0; }
  @media only screen and (max-width: 576px) {
    .icareanywhere {
      padding: 2rem 0; } }
  .icareanywhere .list_icare .image {
    width: 10.5rem;
    height: 10.5rem;
    padding: 0 10px; }
    .icareanywhere .list_icare .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.color {
  margin-top: 1rem; }
  .color span {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px; }
  .color .black {
    background: black; }
  .color .red {
    background: #810000; }
  .color .yellow {
    background: #9B7700; }
  .color .white {
    background: #DDDDDD; }
  .color .green {
    background: #606F51; }

.item_product {
  height: 100%;
  padding: 0 15px;
  position: relative; }
  .item_product .image {
    position: relative;
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .item_product .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .item_product .title {
    margin-top: 1rem; }
    .item_product .title h3 {
      font-size: 1rem;
      color: #4D4D4D;
      text-transform: capitalize;
      margin-bottom: .5rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }
    .item_product .title p {
      color: #4D4D4D;
      font-size: 0.8rem;
      font-weight: 200; }
  .item_product .price p {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #000000;
    font-weight: 400; }
    .item_product .price p span {
      color: #000000;
      opacity: .2;
      margin-left: 12px;
      font-size: 12px;
      margin-bottom: 0;
      text-decoration: line-through; }
  .item_product .price img {
    width: 26px; }
  .item_product .cart {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2.5rem;
    width: 2.5rem;
    background: #FAAB68;
    padding: .7rem;
    display: none;
    transition: .3s all; }
  .item_product .border {
    border: 2px solid #fff !important;
    transition: .3s all; }
  .item_product:hover .border {
    border: 2px solid #FAAB68 !important; }
  .item_product:hover .cart {
    display: block; }

@media only screen and (max-width: 767px) {
  .blog .list_new .item {
    margin-bottom: 3rem; } }
.blog .list_new .item .image {
  position: relative;
  padding-top: 122.962962963%;
  overflow: hidden; }
  .blog .list_new .item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.blog .list_new .item .content {
  padding-top: 1.5rem; }
  .blog .list_new .item .content h3 {
    color: #000000;
    font-size: 2.25rem;
    margin-bottom: .7rem;
    text-transform: capitalize; }
  .blog .list_new .item .content p {
    font-size: 0.9rem;
    color: #4D4D4D;
    font-weight: 200; }
  .blog .list_new .item .content .view {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto; }

.circle {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: -10rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border-top: 2px dashed #000000;
  border-right: 2px dashed #000000;
  border-left: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  padding: 10px;
  animation: spin 20s infinite linear; }
  @media screen and (max-width: 1000px) {
    .circle {
      left: -7rem; } }
  .circle img {
    animation: spin 20s infinite reverse linear;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: contain; }

@keyframes spin {
  100% {
    transform: rotate(1turn); } }
.contact_us {
  padding: 5rem 0; }
  @media only screen and (max-width: 767px) {
    .contact_us {
      padding: 2rem 0; } }
  .contact_us .heading-title {
    margin-bottom: 2.5rem; }
    .contact_us .heading-title span {
      font-size: 18px;
      color: #E8B61F; }
  .contact_us form label {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 1rem;
    display: block; }
  .contact_us form input {
    background: transparent;
    height: 2rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    padding-left: 10px; }
    .contact_us form input:focus {
      box-shadow: none; }
  .contact_us form .form-row {
    margin-bottom: 1rem; }
  .contact_us form textarea.form-control {
    height: 100px; }
  .contact_us form select {
    height: 2.2rem;
    margin-bottom: 1rem;
    width: 100%;
    padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .contact_us .image {
      margin-top: 1rem; } }
  .contact_us .view {
    margin-left: auto;
    margin-right: auto; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
  0% {
    opacity: 1; } }
@keyframes opacity_2 {
  0% {
    opacity: 0; }
  100% {
    opacity: .5;
    display: block; } }
.list_know .item {
  margin-bottom: 3rem;
  position: relative;
  padding-top: 32.6086956522%;
  overflow: hidden; }
  .list_know .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  .list_know .item .type {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    padding: 1.5rem 2.5rem;
    background: #FFFFFF;
    transform: translateX(-50%);
    cursor: pointer; }
    .list_know .item .type span {
      font-size: 1.5rem;
      color: #4D4D4D;
      transition: .3s all;
      letter-spacing: 3px; }
    .list_know .item .type img {
      position: initial;
      width: 1.4rem;
      height: 1.4rem;
      object-fit: contain;
      margin-left: .5rem; }
    .list_know .item .type:hover span {
      color: #3DC8E3; }
  .list_know .item .type.active span {
    color: #3DC8E3; }
.list_know .box {
  margin-bottom: 5rem;
  display: none;
  animation: show 1s; }
  .list_know .box .the_content h5 {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .list_know .box .the_content p {
    font-size: 1rem;
    color: #4D4D4D; }
.list_know .box.active {
  display: block; }

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-60px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.list_face .item .image {
  position: relative;
  padding-top: 70.7246376812%;
  overflow: hidden; }
  .list_face .item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.list_face .item .title h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4D4D4D;
  font-family: "Roboto", sans-serif; }
.list_face .item .title.right {
  padding-left: 4rem; }
.list_face .item .title.left {
  padding-right: 4rem;
  text-align: right; }

.our_story .item {
  margin-bottom: 5rem; }

.info .box {
  width: 33.33%;
  padding: 0 1rem;
  text-align: center; }
  @media only screen and (max-width: 576px) {
    .info .box {
      padding-right: 0; } }
  .info .box .image {
    width: 2.5rem;
    height: 2.5rem;
    margin: 1.5rem auto; }
  .info .box h3 {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2.5rem; }
  .info .box p {
    font-weight: 200; }

.quote {
  background: #faab680f;
  padding: 5rem 0; }
  @media only screen and (max-width: 767px) {
    .quote {
      padding: 2rem 0; } }
  .quote .item p {
    color: #6D6F72; }
  .quote .item strong {
    color: #3DC8E3;
    font-weight: 400; }

.image-about {
  position: relative;
  padding-top: 122.8956228956%;
  overflow: hidden; }
  .image-about img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.revulation .more h5 {
  position: relative;
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400; }
  .revulation .more h5:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    height: 1px;
    width: 20px;
    background: #FFFFFF;
    z-index: 2; }
  .revulation .more h5 p {
    color: #FFFFFF; }
.revulation .thumbnail {
  margin-top: 3rem; }
  .revulation .thumbnail .image {
    margin: 0 9px; }
    @media screen and (max-width: 767px) {
      .revulation .thumbnail .image img {
        height: 120px !important; } }

.table th {
  font-size: 18px;
  font-weight: 400;
  color: #000000; }

.table .thead-dark th {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 500;
  background: transparent;
  padding: 2rem 0; }

.table td {
  font-size: 16px;
  color: #000000;
  font-weight: 200;
  line-height: 1.5;
  padding: 2rem 0 0rem 0; }
  @media screen and (max-width: 767px) {
    .table td {
      padding: 10px 0; } }

.table td:first-child {
  width: 230px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 7rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .table td:first-child {
      width: 100%;
      padding-left: 0; } }
.table td:last-child {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .table td:last-child {
      text-align: left;
      width: 100%; } }
@media screen and (max-width: 767px) {
  .table td.td-1.active {
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .table td.btn_careers.active {
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  .table .justify-content-end {
    justify-content: inherit !important; } }

.content-inner {
  line-height: 30px; }

.full .content-inner {
  animation: full 1s;
  animation-iteration-count: 1;
  height: max-content !important;
  transition: .4s all; }

.btn_full.active img, .btn_careers.active img {
  transform: rotate(180deg);
  transition: .5s all; }

tr.active {
  background: #FFFFFF;
  border-bottom: 1px solid #8e8e8e; }

.thumbnail .item {
  width: 33.33%; }

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  /*
     flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .table-responsive-stack tr {
      border-bottom: 1px solid #ccc; } }

@media screen and (max-width: 768px) {
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%; } }
.banner_more .item {
  background: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .banner_more .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2rem; } }
  .banner_more .item .image {
    width: 40%;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .banner_more .item .image {
        width: 100%; } }
  .banner_more .item .title {
    padding: 4rem;
    background: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .banner_more .item .title {
        width: 100%;
        padding: 0; } }
    .banner_more .item .title h3 {
      display: inherit;
      font-size: 2rem;
      background: transparent linear-gradient(97deg, #3F5EFB 0%, #EC2F4B 100%) 0% 0% no-repeat padding-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .banner_more .item .title p {
      margin-top: 1rem; }

.tr_hide {
  display: none; }
  .tr_hide td {
    border-top: none; }
  .tr_hide td.text-left {
    padding-right: 7rem; }
    @media screen and (max-width: 767px) {
      .tr_hide td.text-left {
        padding-right: 0; } }
  .tr_hide .view a {
    font-size: 16px;
    padding: 11px 25px 8px 25px; }

.table thead th {
  border-bottom: none;
  border-top: none;
  padding: 1.75rem 0; }
.table ul {
  padding-left: 1.5rem; }

.btn_careers p {
  font-size: 18px;
  margin-right: 1.5rem; }
.btn_careers .image {
  width: 11px;
  flex-shrink: 0;
  margin-top: 2px; }

@media screen and (max-width: 767px) {
  .discover {
    padding-top: 0; } }

.main-new .col-lg-3 {
  margin-bottom: 1.5rem; }

.contact-page .info strong {
  font-size: 1.1rem; }
.contact-page .info span {
  font-size: 1rem;
  color: #4D4D4D;
  font-weight: 200;
  display: block;
  margin-bottom: 2rem; }
.contact-page p.des {
  margin-bottom: 2.5rem; }
.contact-page .form-control {
  border: 1px solid #fff;
  color: #FFFFFF; }
.contact-page label {
  font-size: 0.75rem;
  color: #FFFFFF;
  display: block;
  margin-bottom: .7rem; }
.contact-page .form-row {
  margin-bottom: 1rem; }

.map iframe {
  width: 100%;
  height: 480px; }

.faq .tab-1 {
  padding-right: 2rem; }
  .faq .tab-1 ul li {
    background: #F1F1F1;
    padding: .8rem 1rem;
    border-bottom: 1px solid #fff; }
    .faq .tab-1 ul li a {
      font-size: 1rem;
      color: #000000;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Frank", sans-serif; }
.faq .content-tab .item li {
  padding: 1rem 0;
  border-bottom: 1px solid #d0d0d0; }
.faq .content-tab .item .title h5 {
  font-size: 18px;
  color: #000000; }
.faq .content-tab .item .title .image {
  width: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.faq .content-tab .item .content {
  margin-top: 1rem; }
  .faq .content-tab .item .content p {
    font-size: 16px; }

.banner_login {
  padding-top: 100vh !important; }
  .banner_login .form_login {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .banner_login .form_login h3 {
      font-size: 1.8rem;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 2.5rem; }
    .banner_login .form_login label {
      font-size: 18px;
      color: #000000;
      width: 100%;
      margin-bottom: 8px; }
    .banner_login .form_login .form-control {
      width: 100%;
      background: transparent; }
      .banner_login .form_login .form-control:focus-visible {
        outline: none; }
  .banner_login .forget_password {
    font-size: 18px;
    color: #BABABA;
    display: block;
    margin-top: 1rem;
    text-align: right; }
  .banner_login .submit {
    background: #DD8282;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    font-family: "Frank", sans-serif;
    margin-top: 2.5rem;
    width: 100%; }
  .banner_login .account {
    margin-top: 1rem;
    text-align: center;
    font-size: 18px; }
    .banner_login .account a {
      color: #E8B61F; }

.banner_blog {
  position: relative;
  padding-top: 33.6749633968%;
  overflow: hidden; }
  .banner_blog img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 991px) {
    .banner_blog {
      padding-top: 60%; } }
  @media only screen and (max-width: 767px) {
    .banner_blog {
      padding-top: 80%; } }
  @media only screen and (max-width: 991px) {
    .banner_blog .heading-title {
      width: 80%; } }

.blog_page .filter {
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog_page .filter p {
    font-size: 1.25rem;
    margin-bottom: 0; }
.blog_page .item {
  box-shadow: 0px 3px 20px #0000001A;
  margin-bottom: 3rem; }
  .blog_page .item:hover .image {
    transform: translateX(10px); }
  .blog_page .item:hover .title a {
    color: #E8B61F; }
  .blog_page .item .box {
    padding: 1.5rem; }
  .blog_page .item .image_blog {
    position: relative;
    padding-top: 69.4444444444%;
    overflow: hidden; }
    .blog_page .item .image_blog img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .blog_page .item .title {
    margin-bottom: 1rem; }
    .blog_page .item .title a {
      font-size: 22px;
      color: #000000;
      font-family: "Frank", sans-serif; }
  .blog_page .item .content p {
    font-size: 14px;
    color: #000000; }
  .blog_page .item .readmore p {
    font-size: 14px;
    color: #E8B61F;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Frank", sans-serif;
    font-weight: 500; }
  .blog_page .item .readmore .image {
    width: 15px;
    transition: .3s all;
    margin-left: .7rem; }

.service-detail .breadcrumb {
  margin-bottom: 1.2rem;
  background: transparent; }
  .service-detail .breadcrumb a {
    font-size: 0.75rem;
    color: #000000;
    opacity: .5; }
  .service-detail .breadcrumb img {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin: 0 .5rem;
    opacity: .5; }
  .service-detail .breadcrumb span {
    font-size: 0.75rem;
    color: #000000;
    text-transform: capitalize; }
.service-detail .content-detail .des {
  margin-top: 2rem; }
  .service-detail .content-detail .des .item {
    padding: .8rem 0;
    border-bottom: 1px solid #eaeaea; }
    .service-detail .content-detail .des .item p {
      margin-bottom: .3rem; }
    .service-detail .content-detail .des .item strong {
      font-size: 1.1rem; }
  .service-detail .content-detail .des a {
    color: #3DC8E3;
    text-decoration: line-through; }
.service-detail .content-detail .select {
  border: 1px solid #000000;
  padding: 0; }
  .service-detail .content-detail .select select {
    padding-right: 2rem;
    font-size: 0.9rem;
    color: #000000;
    font-weight: 500; }
  .service-detail .content-detail .select:after {
    top: 7px; }
.service-detail .content-detail .color span {
  width: 1.7rem;
  height: 1.7rem; }
.service-detail .content-detail .view {
  margin-top: 2rem; }
  .service-detail .content-detail .view a {
    padding: .3rem 2rem; }
.service-detail .content-detail h3 {
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif; }
.service-detail .content-detail .price span {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400; }
.service-detail .content-detail .star img {
  width: 17.2px;
  height: 17.2px;
  margin-right: 5px; }
.service-detail .content-detail label {
  font-size: 18px;
  color: #000000; }
.service-detail .content-detail .add {
  margin-top: 1rem; }
  .service-detail .content-detail .add .qty-input .control {
    display: flex;
    width: 150px;
    height: 40px;
    border: 1px solid #DEDEDE; }
    .service-detail .content-detail .add .qty-input .control .bttn-left {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .service-detail .content-detail .add .qty-input .control .input {
      width: calc(150px * 0.5);
      padding: 0;
      margin: 0;
      text-align: center;
      border: none; }
    .service-detail .content-detail .add .qty-input .control a.bttn {
      color: black;
      text-decoration: none; }
    .service-detail .content-detail .add .qty-input .control a.bttn, .service-detail .content-detail .add .qty-input .control .bttn {
      width: calc(150px * 0.5);
      padding: 0;
      text-align: center;
      border: none;
      box-shadow: none;
      background-color: white;
      font-size: 25px; }
      .service-detail .content-detail .add .qty-input .control a.bttn span, .service-detail .content-detail .add .qty-input .control .bttn span {
        margin: auto !important; }
    .service-detail .content-detail .add .qty-input .control .bttn-right {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .service-detail .content-detail .add .qty-input input[type=number]::-webkit-inner-spin-button,
  .service-detail .content-detail .add .qty-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .service-detail .content-detail .add button.add_cart {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    width: max-content;
    margin-left: 1rem;
    letter-spacing: 2px;
    padding: 13px 1rem;
    font-family: "Roboto", sans-serif;
    border: none; }
.service-detail .content-detail .share {
  font-size: 18px;
  color: #707070;
  margin-top: 2rem; }
  .service-detail .content-detail .share img {
    width: 28px;
    height: 28px;
    margin-left: 1rem; }
.service-detail .ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
.service-detail ul.tabs li {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
  background: #F2BDBD;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center; }
.service-detail ul.tabs li.current {
  background: #DD8282; }
.service-detail .tab-content {
  display: none;
  padding: 15px; }
.service-detail .tab-content.current {
  display: inherit; }
.service-detail .title {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 400; }
.service-detail .sub p {
  margin-bottom: 0; }

#file_field {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden; }

.upload_file {
  position: relative;
  padding: 0 1.2rem;
  border: 2px solid;
  display: block;
  width: max-content; }

.select {
  margin-right: 1rem;
  padding: 5px 1rem;
  position: relative;
  width: max-content; }
  .select:after {
    content: '\f107 ';
    position: absolute;
    font-family: 'fontawesome';
    top: 9px;
    right: 10px;
    font-size: 1.2rem;
    z-index: 1; }
  .select select {
    border: none;
    border-radius: 0;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1rem;
    width: max-content; }
    .select select:focus {
      box-shadow: none; }

.cate {
  margin-bottom: 2rem;
  width: 100%;
  background: #FDFCFA; }
  @media only screen and (max-width: 991px) {
    .cate ul {
      display: none !important; } }
  .cate .select {
    width: 100%;
    display: none;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .cate .select {
        display: block; } }
  .cate a {
    font-size: 14px;
    color: #000000;
    display: block;
    margin-left: 2rem;
    font-family: Poppin, sans-serif; }
    .cate a:hover {
      color: #DD8282; }
  .cate a.active {
    color: #DD8282; }

.services_product .item_product {
  margin-bottom: 2rem; }
.services_product .price {
  opacity: 1; }

.scroll-point {
  width: max-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  border: 2px solid black;
  padding: 10px 20px;
  cursor: pointer;
  transition: .3s all;
  text-transform: uppercase; }
  .scroll-point:hover {
    background: #3DC8E3;
    color: #FFFFFF;
    border: 2px solid #3DC8E3; }

.cart-section {
  padding: 5rem 0; }

.cart-section .continue-shopping {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .03rem;
  text-decoration: underline;
  text-transform: uppercase; }

.cart-section .cart-product-table .table {
  width: 100%; }

.cart-section .cart-product-table .table thead th {
  padding: 0.75rem 1.2rem;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppin, sans-serif;
  font-weight: 600; }

.cart-section .cart-product-table .table thead th:first-child {
  width: 90%;
  text-align: left; }

.cart-section .cart-product-table .table thead th:nth-child(2), .cart-section .cart-product-table .table thead th:nth-child(3), .cart-section .cart-product-table .table thead th:nth-child(4) {
  width: 18%; }

.cart-section .cart-product-table .table thead th:nth-child(5) {
  width: 6%; }

.cart-section .cart-product-table .table tbody tr {
  border-bottom: 1px solid #f3f3f3; }

.cart-section .cart-product-table .table tbody td {
  vertical-align: middle;
  padding: 2rem 0;
  color: #2f2f2f;
  font-size: 18px;
  text-align: center;
  font-weight: 300; }

@media (min-width: 768px) {
  .cart-section .cart-product-table .table tbody td:first-child {
    padding-left: 3rem; } }
.cart-section .cart-product-table .table tbody td .product-item .box-img {
  -webkit-box-flex: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cart-section .cart-product-table .table tbody td .product-item .box-img img {
  -o-object-fit: scale-down;
  width: 100%;
  height: 100%;
  object-fit: scale-down; }

.cart-section .cart-product-table .table tbody td .product-item .caption {
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  text-align: left; }
  @media only screen and (max-width: 576px) {
    .cart-section .cart-product-table .table tbody td .product-item .caption {
      padding-right: 3rem; } }
  .cart-section .cart-product-table .table tbody td .product-item .caption p, .cart-section .cart-product-table .table tbody td .product-item .caption dt {
    font-size: 0.8rem; }

.cart-section .cart-product-table .table tbody td .product-item .caption a {
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: capitalize;
  color: #000000; }

.cart-section .cart-product-table .table tbody td .product-item .caption .variation-Imageuploaded {
  font-weight: 300;
  font-size: 0.9rem;
  margin: .5rem 0; }

.cart-section .cart-product-table .table tbody td .product-item .caption span {
  font-weight: 200;
  font-size: 0.9rem;
  display: block;
  margin: .3rem 0; }

.cart-section .cart-product-table .table tbody td .product-item p {
  margin-bottom: .2rem; }

.cart-section .cart-product-table .table tbody td .product-item img {
  width: 5rem; }

.cart-section .cart-product-table .table tbody td .product-item .caption ul {
  margin-top: .5rem;
  list-style: none; }

.cart-section .cart-product-table .table tbody td .product-item .caption ul li {
  color: #707070;
  font-size: 1.4rem;
  letter-spacing: 0.03rem; }

.cart-section .cart-product-table .table tbody td .product-item .caption ul li:not(:last-child) {
  margin-bottom: 0.5rem; }

.cart-section .cart-product-table .table tbody td .price del, .cart-section .cart-product-table .table tbody td .price ins {
  display: block; }

.cart-section .cart-product-table .table tbody td .price ins {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 300;
  background: transparent;
  text-decoration: none; }

.cart-section .cart-product-table .table tbody td .price del {
  color: #c9c9c9;
  font-size: 16px; }

.cart-section .cart-product-table .table tbody td .remove {
  position: absolute;
  top: 2rem;
  left: 0; }

.cart-section .remove img {
  width: 1rem;
  height: auto;
  border: 1px solid #3DC8E3;
  border-radius: 50%; }

@media (max-width: 767px) {
  .cart-section .cart-product-table .table thead {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden; }

  .cart-section .cart-product-table .table table, .cart-section .cart-product-table .table tbody, .cart-section .cart-product-table .table td, .cart-section .cart-product-table .table th, .cart-section .cart-product-table .table thead, .cart-section .cart-product-table .table tr {
    display: block; }

  .cart-section .cart-product-table .table tbody tr {
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    padding: 1.5rem 0; }

  .cart-section .cart-product-table .table tbody tr td {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0; }

  .cart-section .cart-product-table .table tbody tr td:last-child {
    padding: 0; }

  .cart-section .cart-product-table .table tbody tr td:first-child:before {
    display: none; }

  .cart-section .cart-product-table .table tbody tr td:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    display: inline-block;
    flex: 0 0 20%;
    margin-right: 10px;
    width: 20%;
    min-width: 100px;
    content: attr(data-title);
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    font-family: Sansita, sans-serif;
    letter-spacing: .03rem;
    text-align: left;
    text-transform: capitalize; }

  .cart-section .cart-product-table .table tbody tr .remove {
    position: absolute;
    top: 3rem;
    right: 0; } }
.cart-section .coupon {
  margin-bottom: 4rem; }

.cart-section .text {
  margin-bottom: 2rem;
  font-size: 1.6rem; }

.cart-section .form-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  max-width: 489px; }

.cart-section .form-group input {
  outline: none;
  border: 1px solid #8e8e8e;
  border-right: none;
  border-radius: 0;
  padding: 0 1rem;
  width: max-content;
  height: 2rem;
  color: #000;
  font-size: 14px;
  line-height: 5rem; }

.cart-section .form-group ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px; }

.cart-section .form-group button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border: 2px solid;
  padding: 0 1.2rem #000000;
  height: 2rem;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  width: max-content;
  font-family: "Roboto", sans-serif;
  border-radius: 0; }

.cart-section .buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-flow: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 4rem; }

@media (max-width: 767px) {
  .cart-section .buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 4rem; } }
.cart-section .buttons .clear-cart, .cart-section .buttons .update-cart {
  margin-left: 1.5rem;
  background: #fff;
  color: #000000;
  border: 2px solid #000000;
  padding: 0 3rem;
  line-height: 2rem;
  width: max-content;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px; }

.cart-section .buttons .clear-cart {
  border: 2px solid #000000;
  background: #fff;
  color: #000000; }

@media (max-width: 767px) {
  .cart-section .promo-code {
    width: 100%; } }
@media (max-width: 575px) {
  .cart-section .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }

  .cart-section .buttons .clear-cart {
    margin-bottom: 1.5rem;
    margin-left: 0; }

  .cart-section .buttons .update-cart {
    margin-left: 0; } }
.cart-section .left-wrap {
  width: calc(55% - 1.5rem); }

@media (max-width: 1024px) {
  .cart-section .left-wrap, .cart-section .right-wrap {
    width: calc(50% - 1.5rem); }

  .cart-section .left-wrap, .cart-section .right-wrap {
    width: 100%; } }
.cart-section .cart-total {
  background: #fff;
  padding: 2rem;
  border: 2px solid #000000; }

.cart-section .cart-total thead th {
  padding: 2rem 0 1.5rem;
  text-transform: uppercase;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-align: center; }

.cart-section .cart-total table {
  width: 100%; }

.cart-section .cart-total table tr td {
  padding: .5rem 0;
  font-size: 0.9rem;
  color: #000000; }

.cart-section .cart-total table tr td .remove {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1rem;
  text-decoration: underline; }

.cart-section .cart-total table tr td p {
  margin-top: .5rem;
  color: #919191;
  font-size: 16px;
  font-weight: 300; }

.cart-section .cart-total table tr td:nth-child(2) {
  text-align: right; }

.cart-section .cart-total table tr:nth-last-of-type(2) td {
  padding-bottom: 3rem; }

.cart-section .cart-total table tbody tr:last-child {
  border-top: 1px solid rgba(47, 47, 47, 0.2); }

.cart-section .cart-total table tbody tr:last-child td {
  padding: 1rem 0;
  font-size: 1rem;
  text-transform: capitalize; }

.cart-section .checkout-btn {
  margin-top: 1rem;
  background: #fff;
  display: block;
  font-weight: 600;
  width: 100%;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.2px;
  line-height: 3;
  border: 2px solid #000000; }

.cart-section .checkout {
  background: #000000;
  color: #FFFFFF; }

.cart_totals {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid; }
  .cart_totals h2 {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem; }
  .cart_totals .wc-proceed-to-checkout a {
    font-size: 0.8rem !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background: #000000 !important; }
  .cart_totals .woocommerce table.shop_table th {
    font-weight: 300 !important; }

.checkout h2 {
  font-size: 2.25rem;
  color: #000000;
  text-transform: capitalize;
  line-height: 3rem; }
.checkout h3 {
  padding: .7rem 0;
  color: #000000;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif; }
.checkout p.form-row {
  width: 100%;
  display: initial; }
.checkout input {
  height: 2.2rem;
  padding-left: .7rem; }

.cart-section .quantity .minus, .cart-section .quantity .plus {
  height: 35px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important; }

.woocommerce .cart-section .quantity .qty {
  width: 2.631em;
  height: 35px;
  font-size: 19px;
  color: #000000; }

.checkout .box-wrap {
  padding: 1.5rem 0; }

@media (min-width: 992px) {
  .checkout .right-w {
    padding-left: 6rem; } }
.checkout .heading {
  padding: .7rem 0;
  color: #000000;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: capitalize; }

.checkout .form-group {
  margin-bottom: 1rem; }

.checkout .form-group input, .checkout .form-group textarea {
  border: 1px solid #eaeaea;
  background: none;
  font-size: 0.75rem;
  height: 2rem; }

.checkout .form-group label {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 7px; }

.checkout .form-group ::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: 0.75rem;
  text-transform: none; }

@media (max-width: 767px) {
  .checkout .order-summary {
    margin-top: 6rem; } }
.checkout .order-summary .inner .product-list {
  padding-right: 1.5rem;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto; }

.checkout .order-summary .inner .product-list::-webkit-scrollbar {
  width: 0.5rem; }

.checkout .order-summary .inner .product-list::-webkit-scrollbar-track {
  background: #c9c9c9; }

.checkout .order-summary .inner .product-list::-webkit-scrollbar-thumb {
  background: #ff9734; }

.checkout .order-summary .product-item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  padding: 1rem 0; }

.checkout .order-summary .product-item:first-child {
  padding-top: 0; }

.checkout .order-summary .product-item:not(:last-child) {
  border-bottom: 1px solid #c9c9c9; }

.checkout .order-summary .product-item .box-img {
  -webkit-box-flex: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0509803922);
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: .5rem;
  width: 4rem;
  height: 4rem; }

.checkout .order-summary .product-item .box-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.checkout .order-summary .product-item .caption {
  padding-left: 1rem;
  width: calc(100% - 3rem); }

.checkout .order-summary .product-item .caption .title {
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize; }

.checkout .order-summary .product-item .caption .mass {
  color: #c9c9c9;
  font-size: 1.8rem;
  letter-spacing: 0.03rem; }

.checkout .order-summary .product-item .caption ul {
  margin-top: .5rem;
  list-style: none; }

.checkout .order-summary .product-item .caption ul li {
  color: #707070;
  font-size: 1.1rem; }

.checkout .order-summary .product-item .caption ul li:not(:last-child) {
  margin-bottom: 0.5rem; }

.checkout .order-summary .product-item .caption .caption-left {
  max-width: 50%; }

.checkout .order-summary .product-item .caption .price {
  font-size: 16px;
  color: #000000;
  font-weight: 300; }

.checkout .order-summary {
  background: #fff;
  padding: 1.5rem;
  border: 2px solid #000000; }

@media (max-width: 991px) {
  .checkout .order-summary {
    margin-top: 5rem; } }
.checkout .order-summary thead th {
  padding: 4rem 0 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize; }

.checkout .order-summary table {
  width: 100%; }

.checkout .order-summary table tr td {
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #000000;
  font-weight: 300; }

.checkout .order-summary table tr td .remove {
  display: inline-block;
  margin-left: 1.5rem;
  color: #1a6eb1;
  font-size: 1.8rem;
  text-decoration: underline; }

.checkout .order-summary table tr td p {
  margin-top: .5rem;
  color: #707070;
  font-weight: 400;
  font-size: 1.8rem; }

.checkout .order-summary table tr td:nth-child(2) {
  text-align: right; }

.checkout .order-summary table tr:nth-last-of-type(2) td {
  padding-bottom: 3rem; }

.checkout .order-summary table tbody tr:last-child {
  border-top: 1px solid rgba(47, 47, 47, 0.2); }

.checkout .order-summary table tbody tr:last-child td {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize; }

.checkout .order-summary .head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize; }

.checkout .order-summary .head .edit {
  color: #E8B61F;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-transform: capitalize; }

.checkout .checkout-btn {
  display: block;
  margin-top: 2rem;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #000000;
  font-family: "Roboto", sans-serif; }

.checkout .payment .list {
  padding: 3rem; }

.checkout .payment .custom-checkbox {
  max-width: 400px; }

.checkout .payment .custom-checkbox label:before {
  -webkit-transform: none;
  top: 0;
  transform: none; }

.checkout .payment .custom-checkbox label p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.9rem; }

.checkout .payment .custom-checkbox:not(:last-child) {
  margin-bottom: 3rem; }

.checkout .register {
  font-size: 1rem;
  color: #000000;
  font-weight: 400; }
  .checkout .register a {
    color: #DD8282; }
.checkout .code_zib .form-group {
  width: 250px; }
.checkout .list label {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 600;
  position: relative;
  color: #363636; }

.custom-checkbox.style-2 input[type=checkbox]:checked + label:before, .custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .custom-checkbox.style-2 input[type=radio]:checked + label:before, .custom-checkbox.style-2 input[type=radio]:focus + label:before, .custom-radio.style-2 input[type=checkbox]:checked + label:before, .custom-radio.style-2 input[type=checkbox]:focus + label:before, .custom-radio.style-2 input[type=radio]:checked + label:before, .custom-radio.style-2 input[type=radio]:focus + label:before {
  -webkit-box-shadow: inset 0 0 0 0.3rem #fff;
  box-shadow: inset 0 0 0 0.3rem #fff;
  border: .1rem solid #363636;
  background: #363636; }

.checkout .payment .custom-checkbox label:before {
  -webkit-transform: none;
  top: 0;
  transform: none; }

.custom-checkbox label:before, .custom-radio label:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  cursor: pointer;
  border: .2rem solid #2f2f2f;
  border-radius: 50%;
  background: none;
  width: 1.4rem;
  height: 1.4rem;
  content: ''; }

.custom-checkbox input, .custom-radio input {
  display: none;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  width: auto;
  height: auto; }

/* Footer
--------------------------------------------- */
.up {
  position: relative;
  padding: 1rem 0;
  background: #FDFCFA; }
  .up .circle {
    position: relative;
    margin: auto;
    top: initial;
    left: initial;
    background: #fff;
    z-index: 2; }
  .up:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #4D4D4D;
    height: 1px;
    width: 100%;
    z-index: 1;
    opacity: .2; }

.footer {
  background: #FDFCFA;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 576px) {
    .footer {
      padding: 3rem 0; } }
  .footer img {
    width: 28px;
    margin-right: .7rem; }
  .footer .item:first-child {
    padding-right: 4rem; }
    @media only screen and (max-width: 767px) {
      .footer .item:first-child {
        padding-right: 0; } }
  .footer .heading-title p {
    font-weight: 200;
    font-size: 0.9rem; }
  .footer h3 {
    margin-bottom: 1.5rem; }
  .footer ul li {
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem; }
    .footer ul li .image {
      flex-shrink: 0; }
    .footer ul li a {
      font-size: 0.8rem;
      color: #4D4D4D;
      font-weight: 200; }
      .footer ul li a:hover {
        color: #FCAC62; }
  .footer input {
    height: 1.7rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #4D4D4D;
    background: transparent; }
    .footer input:focus {
      box-shadow: none;
      background-color: transparent; }
  .footer input::placeholder {
    font-size: 0.8rem;
    color: #4D4D4D;
    opacity: .5; }
  .footer .view {
    margin-top: 2rem; }

.loader-bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px); }

.loader-p:before, .loader-p:after {
  content: '';
  border: 1em solid #fcb713;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0; }

.loader-p:before {
  animation-delay: 0.5s; }

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.copyright {
  padding: 1rem 0;
  border-top: 1px solid #cecece; }
  .copyright p, .copyright a {
    font-size: 0.8rem;
    color: #000000;
    background: #FDFCFA;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 1rem; }
  .copyright img {
    width: 25px;
    height: 25px;
    object-fit: contain; }

/* Woocommerce
--------------------------------------------- */
.woocommerce-product-gallery--with-images {
  width: 100% !important; }

.flex-viewport {
  margin-bottom: 2rem; }

.flex-control-thumbs {
  margin: 0 -1rem !important; }
  .flex-control-thumbs li {
    margin: 0 1rem !important; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 17%; }

.content-detail .tawcvs-swatches .swatch {
  height: 1.6rem;
  width: 1.6rem; }
.content-detail .list-categories {
  display: none; }
.content-detail .label {
  display: none; }
.content-detail .reset_variations {
  color: #000000; }
.content-detail form.cart .button {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: #000000 !important;
  width: max-content;
  margin-left: 1rem;
  letter-spacing: 2px;
  padding: 13px 1rem;
  font-family: "Roboto", sans-serif;
  border: none;
  opacity: 1; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #0D0D0D !important; }

.woocommerce div.product form.cart {
  margin-top: 1.5rem; }

.quantity-txt, .variations label {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500; }

.quantity-txt, .variations label {
  font-weight: 700; }

.quantity {
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-flex; }
  .quantity .qty {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    font-weight: 400;
    text-align: center;
    background: #FFFFFF; }
  .quantity button.minus,
  .quantity button.plus {
    display: inline-block;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    background: #000000 !important;
    padding: 15px 21px !important; }
    .quantity button.minus img,
    .quantity button.plus img {
      width: 13px;
      filter: invert(94%) sepia(100%) saturate(0%) hue-rotate(281deg) brightness(104%) contrast(102%); }

#payment .place-order button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background: #000000;
  width: 100%;
  height: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: .4s all; }
  #payment .place-order button:hover {
    background: #3fb7d2; }

@media (min-width: 1200px) {
  .gini-shipping .shipping-header {
    background: #fff; }

  .gini-shipping .shipping-header .bs-wizard > .bs-wizard-step > .progress {
    height: 6px;
    margin: 20px 0;
    background: #ebebeb; }

  .gini-shipping .shipping-header .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: none;
    line-height: 26px;
    -webkit-box-shadow: #666 0 0 2px;
    box-shadow: #666 0 0 2px; }

  .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
    background-color: #fffbfb;
    border-color: #3DC8E3;
    color: #3DC8E3;
    border: 1px solid #3DC8E3;
    border-radius: 4px;
    margin-top: 2rem; }

  .woocommerce-info::before {
    color: #3DC8E3; }

  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #fff;
    border: 1px solid #3DC8E3;
    margin: 15px 0px; }

  .woocommerce form .form-row label {
    display: block;
    margin-bottom: 7px;
    font-size: 0.9rem;
    color: #363636;
    width: 100%; }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center; }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    padding-left: 10px; }

  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 6px; } }
@media (max-width: 768px) {
  .woocommerce-checkout form .form-row label, #billing_address_2_field > label {
    width: 100% !important; }

  .woocommerce-checkout form .form-row span, .woocommerce form .form-row.address-field .select2-container {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; }

  .woocommerce form .form-row.address-field .select2-container {
    width: 100% !important; }

  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left; } }
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%; }

  .woocommerce-MyAccount-navigation ul {
    width: 100%; }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px; } }
.woocommerce .star-rating span {
  color: #FFCB2E; }

.woocommerce-Reviews {
  padding-top: 4rem; }

.variations_form {
  flex-wrap: wrap; }
  .variations_form .variations {
    width: 100%; }
    .variations_form .variations tr {
      display: flex;
      flex-wrap: wrap; }
      .variations_form .variations tr td.label {
        width: 100%;
        display: block;
        margin-bottom: 1rem; }
      .variations_form .variations tr td.value {
        width: 100%;
        margin-bottom: 1rem; }
    .variations_form .variations #pa_size {
      width: 100%;
      padding: 5px;
      border-radius: 4px; }

.shipping_address {
  display: none; }

.shipping_address.active {
  display: block; }

.woocommerce-form__label-for-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 2rem; }
  .woocommerce-form__label-for-checkbox:before {
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: .1rem solid #484848;
    background: none;
    width: 22px;
    height: 22px;
    content: "";
    z-index: 2; }

.activeCheckbox::before {
  border: .1rem solid  #3fb7d2 !important;
  border-radius: 0.1rem !important;
  color: #3fb7d2 !important;
  content: "✓" !important;
  font-weight: 600;
  padding-top: 0px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woocommerce-form__input-checkbox {
  display: none !important; }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
  background-color: #fffbfb;
  border-color: #000000;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px; }

.wc_payment_methods label {
  position: relative;
  cursor: pointer;
  padding-left: 2.4rem;
  line-height: 2.4rem; }
  .wc_payment_methods label:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: 0.1rem solid #000000;
    border-radius: 50%;
    background: none;
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    z-index: 2; }
.wc_payment_methods input {
  display: none; }

.woocommerce-terms-and-conditions-wrapper input {
  display: none !important; }
.woocommerce-terms-and-conditions-wrapper label.checkbox:before {
  top: 8px; }

.woocommerce-checkout-payment input[type=checkbox]:checked + label:before, .woocommerce-checkout-payment input[type=checkbox]:focus + label:before, .woocommerce-checkout-payment input[type=radio]:checked + label:before, .woocommerce-checkout-payment input[type=radio]:focus + label:before, .woocommerce-checkout-payment input[type=checkbox]:checked + label:before, .woocommerce-checkout-payment input[type=checkbox]:focus + label:before, .woocommerce-checkout-payment input[type=radio]:checked + label:before, .woocommerce-checkout-payment input[type=radio]:focus + label:before {
  -webkit-box-shadow: inset 0 0 0 0.3rem #ffffff;
  box-shadow: inset 0 0 0 0.3rem #ffffff;
  border: 0.1rem solid #3DC8E3;
  background: #3DC8E3; }

.validate-required input[type=checkbox]:checked + span:after {
  border: 0.1rem solid #DD8282 !important;
  border-radius: 0.1rem !important;
  color: #DD8282 !important;
  content: "✓" !important;
  font-weight: 600;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px; }

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #DD8282; }

.order-summary .image {
  width: 6rem; }

.woocommerce-shipping-fields h3 {
  font-size: 1.25rem;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 2rem; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 300 !important; }

.woocommerce-shipping-totals td {
  width: 50%; }
  .woocommerce-shipping-totals td input[type=radio] {
    height: 1.2rem; }

.shop_table .product-thumb {
  width: 5rem; }

.pagination {
  margin: 2rem auto; }
  .pagination .corsivalab-nav-woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination .corsivalab-nav-woocommerce .page-numbers {
      line-height: 0;
      margin: 0; }
      .pagination .corsivalab-nav-woocommerce .page-numbers img {
        width: .5rem;
        margin: 0 1rem;
        filter: invert(45%) sepia(18%) saturate(5%) hue-rotate(20deg) brightness(91%) contrast(87%); }

.flex-control-nav li {
  border: 1px solid #b9b9b9;
  margin: .7rem .6rem !important; }

.wc-proceed-to-checkout {
  padding: 0 !important; }

.page-content {
  padding-top: 3rem; }

/* products
--------------------------------------------- */
.service-detail {
  padding-top: 5rem; }
  .service-detail .slick-list {
    padding: 0 !important; }

.nav-container .slick-current img {
  box-shadow: 0 0 4px 2px #e0e0e0e6; }

.main-container {
  width: 100%; }

.nav-container {
  margin-top: 2rem; }
  .nav-container img {
    max-height: 5rem; }

.nav-container .slick-slide {
  max-height: 5rem;
  margin-bottom: 18px; }

/* Woocommerce
--------------------------------------------- */
.cart-section .cart-product-table .table tbody tr {
  position: relative; }

.woocommerce a.remove {
  color: #46C8E1 !important; }

.cart-section .cart-product-table .table tbody td .remove {
  top: 2.6rem !important;
  left: .6rem !important;
  font-size: 1.2rem !important; }

.product-name {
  text-align: left !important; }
  .product-name a {
    font-size: 1rem;
    color: #000000; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  padding: 0;
  background: transparent; }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  padding: 0; }

.added_to_cart {
  display: none !important; }

.item_product .cart {
  width: auto;
  height: auto; }

.item_product .cart img {
  width: 20px;
  height: 20px;
  object-fit: contain; }

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: .3rem;
  right: 0;
  filter: invert(57%) sepia(93%) saturate(4860%) hue-rotate(167deg) brightness(102%) contrast(101%);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
