 
 
 
 
 
 





*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}
/* Responsive Grid */

.mobile-header { display: none; }

.lp-split { display: flex; }
.lp-left { width: 500px;max-width: 30%;border-left: 6px solid #dd1f44;display: flex;flex-direction: column; }
.lp-left .body-container--ty { flex: 1 auto;display: flex;align-items: center; }
.lp-left .body-container--ty > .row-fluid-wrapper { width: 100%; }
.lp-right { flex: 1 auto;display: flex;align-items: center;min-height: 100vh;background: -moz-linear-gradient(top, rgba(21, 132, 124, 1.0) 10%, rgba(68, 189, 160, 1.0) 90%);
    background: -webkit-linear-gradient(top, rgba(21, 132, 124, 1.0) 10%,rgba(68, 189, 160, 1.0) 90%);
    background: linear-gradient(to bottom, rgba(21, 132, 124, 1.0) 10%,rgba(68, 189, 160, 1.0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15847c', endColorstr='#44bda0',GradientType=0 ); }
.lp-right > div { width: 100%; }
html .lp-split .dnd-section[class*="max-width-section-centering"] > .row-fluid { width: auto; }

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}


@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
  
  
  .row-fluid .span4 [class*="span"], .row-fluid .span5 [class*="span"], .row-fluid .span6 [class*="span"], .row-fluid .span7 [class*="span"], .row-fluid .span8 [class*="span"], .row-fluid .span9 [class*="span"], .row-fluid .span10 [class*="span"], .row-fluid .span11 [class*="span"] {
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%; }
  
  .row-fluid [class*="span"] [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span4 .span12, .row-fluid .span5 .span12, .row-fluid .span6 .span12, .row-fluid .span7 .span12, .row-fluid .span8 .span12, .row-fluid .span9 .span12, .row-fluid .span10 .span12, .row-fluid .span11 .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }

  .row-fluid .span4 .span11, .row-fluid .span5 .span11, .row-fluid .span6 .span11, .row-fluid .span7 .span11, .row-fluid .span8 .span11, .row-fluid .span9 .span11, .row-fluid .span10 .span11, .row-fluid .span11 .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }

  .row-fluid .span4 .span10, .row-fluid .span5 .span10, .row-fluid .span6 .span10, .row-fluid .span7 .span10, .row-fluid .span8 .span10, .row-fluid .span9 .span10, .row-fluid .span10 .span10, .row-fluid .span11 .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }

  .row-fluid .span4 .span9, .row-fluid .span5 .span9, .row-fluid .span6 .span9, .row-fluid .span7 .span9, .row-fluid .span8 .span9, .row-fluid .span9 .span9, .row-fluid .span10 .span9, .row-fluid .span11 .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }

  .row-fluid .span4 .span8, .row-fluid .span5 .span8, .row-fluid .span6 .span8, .row-fluid .span7 .span8, .row-fluid .span8 .span8, .row-fluid .span9 .span8, .row-fluid .span10 .span8, .row-fluid .span11 .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }

  .row-fluid .span4 .span7, .row-fluid .span5 .span7, .row-fluid .span6 .span7, .row-fluid .span7 .span7, .row-fluid .span8 .span7, .row-fluid .span9 .span7, .row-fluid .span10 .span7, .row-fluid .span11 .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }

  .row-fluid .span4 .span6, .row-fluid .span5 .span6, .row-fluid .span6 .span6, .row-fluid .span7 .span6, .row-fluid .span8 .span6, .row-fluid .span9 .span6, .row-fluid .span10 .span6, .row-fluid .span11 .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }

  .row-fluid .span4 .span5, .row-fluid .span5 .span5, .row-fluid .span6 .span5, .row-fluid .span7 .span5, .row-fluid .span8 .span5, .row-fluid .span9 .span5, .row-fluid .span10 .span5, .row-fluid .span11 .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }

  .row-fluid .span4 .span4, .row-fluid .span5 .span4, .row-fluid .span6 .span4, .row-fluid .span7 .span4, .row-fluid .span8 .span4, .row-fluid .span9 .span4, .row-fluid .span10 .span4, .row-fluid .span11 .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }

  .row-fluid .span4 .span3, .row-fluid .span5 .span3, .row-fluid .span6 .span3, .row-fluid .span7 .span3, .row-fluid .span8 .span3, .row-fluid .span9 .span3, .row-fluid .span10 .span3, .row-fluid .span11 .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }

  .row-fluid .span4 .span2, .row-fluid .span5 .span2, .row-fluid .span6 .span2, .row-fluid .span7 .span2, .row-fluid .span8 .span2, .row-fluid .span9 .span2, .row-fluid .span10 .span2, .row-fluid .span11 .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }

  .row-fluid .span4 .span1, .row-fluid .span5 .span1, .row-fluid .span6 .span1, .row-fluid .span7 .span1, .row-fluid .span8 .span1, .row-fluid .span9 .span1, .row-fluid .span10 .span1, .row-fluid .span11 .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  
  
  
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

@media (max-width: 1000px) {
  .row-fluid .span3 {
    margin-left: 1.3%;
    margin-right: 1.3%;
    width: 46.6%;
    *width: 46.5%;
  }
  .row-fluid .span6 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    *width: 100%;
  }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
  .mobile-header { display: block; }
  .dk-header { display: none; }
  .lp-split { flex-wrap: wrap; }
  .lp-left { width: 500px;max-width: 100%;display: block;order: 2; }
  .lp-right { width: 500px;max-width: 100%;display: block;min-height: 5px; }
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
  .row-fluid .span3 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
html .dnd-section[class*="max-width-section-centering"] > .row-fluid {
  width: 1240px;
  margin-left: auto !important;
  margin-right: auto;
}

.dnd-section, .ot-section {
  padding-bottom: 50px;
    padding-top: 50px;
  position: relative;
}
.lp-body .dnd-section:nth-child(1) { padding-top: 100px; }

.dnd-section .dnd-column { padding: 20px; }
.dnd-section .dnd-column .dnd-column { padding: 0px; }
.dnd-section .dnd-column[class*="background-color"], .dnd-section .dnd-column .dnd-column[class*="background-color"] { border-radius: 6px;padding: 20px;overflow: hidden; }

.dnd-row > .row-fluid { display: flex;flex-wrap: wrap; }
.hs_cos_wrapper_widget:not(.widget-type-rich_text) { height: 100%; }
.hs_cos_wrapper_widget.widget-type-linked_image { height: auto; }

.dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1), .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) > .row-fluid, .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) .dnd-module, .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) .dnd-module > div { height: 100%; }

.responcive-space { padding-top: 25.0px; }

.edit-icon { display: none; }
.hs-inline-edit .edit-icon { display: block; } 
.hs-inline-edit .dnd-section { padding-top: -11px; }

.dnd-section-custom-bg { position: absolute;left:0;right:0;z-index: -1; }
.dnd-section-custom-bg .overlay { height: 100%;width: 100%; }
.edit-icon { background: white;border-radius: 5px;padding: 8px 5px 2px;box-shadow: 0 0 10px rgba(0,0,0, .2);text-align: center;width: 40px;color: #15847c;font-size: 14px;line-height: 1.1em; }
.edit-icon i { font-size: 40px;line-height: 30px; }

@media(max-width: 1240px) {
  html .dnd-section[class*="max-width-section-centering"] > .row-fluid { max-width: 95% !important; }
}
@media(max-width: 767px) {
  .dnd-section, .ot-section { padding-bottom: 35.0px;padding-top: 35.0px; }
  .responcive-space { padding-top: 16.666666666666668px; }
  .lp-body .dnd-section:nth-child(1) { padding-top: 50px; }
}
 
 
 
 
 
 





.align-section { display: flex;flex-direction: column;height: 100%; }
.align-section.center { justify-content: center; }
.align-section.top { justify-content: flex-start; }
.align-section.bottom { justify-content: flex-end; }
.custom-icon { position: relative;top: 0;display: block;border-radius: 6px;text-decoration: none !important;margin: 10px 0;box-sizing: border-box;overflow: hidden; }
.custom-icon.full { height: calc(100% - 20px); }
.custom-icon h1, .custom-icon h2, .custom-icon h3, .custom-icon h4, .custom-icon path { -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.custom-icon .icon { margin: 0 auto; }
.custom-icon .icon.full-width { margin: -20px -20px 0;width: auto !important; }
.custom-icon .icon.full-width img { width: 100%; }
.custom-icon .text { margin-top: 20px; }

.position-left, .position-right { display: -webkit-flex; display: flex; }
.position-left .text { flex: 1;padding-left: 20px;margin-top: 0; }
.position-right .text { flex: 1;padding-right: 20px;margin-top: 0; }
.position-right .icon { order: 2; }

html .edit-icon i { font-size: 30px; }
.card--pricing { border-radius: 6px; }

/* Resources */

.resource-section { padding-top: 0px; }
.resource-section .row-fluid [class*="span"] { margin-left: 0; }

.edit-mode-resources > span { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.edit-mode-resources > span > div { width: 25%; }
.edit-mode-resources .mb-resource-wrapper .mb-resource, .edit-mode-resources .mb-resource { height: 100%; }

.mb-resource-wrapper { padding: 10px;box-sizing: border-box; }
.mb-resource { background: white;box-shadow: 0 0 10px rgba(0,0,0,.2);display: flex;flex-direction: column;border-radius: 6px;overflow: hidden;height: 100%; }
.mb-resource .content { flex: 1 auto;padding: 35px 30px 10px; }
.mb-resource a { text-decoration: none; }
.mb-resource .more-link { margin: 0 30px 35px;color: #000000; }
.mb-resource .more-link i { color: #465362;font-size: 14px;margin-left: 5px; }

.mb-resource .mb-resource-img { padding-top: 40%; }
.mb-port-wrapper .mb-resource .mb-resource-img { padding-top: 50%; }

@keyframes resource-pop {
  0% { -moz-transform: scale(.5); -ms-transform: scale(.8);  -o-transform: scale(.8); -webkit-transform: scale(.8); transform: scale(.8);opacity: 0; }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);opacity: 1; }
}

.displayed-resources { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.displayed-resources .mb-resource-wrapper { width: 25%;animation: resource-pop .4s 1; }

.mb-resource-filter { border-radius: 6px;padding: 20px;margin-top: 10px; }
.mb-resource-filter form { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.mb-resource-filter .filter-search { display: inline-flex;width: 300px;max-width: 100%;border: 1px solid #cacaca;border-radius: 5px;margin-right: auto;background-color: #fff;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); }
.mb-resource-filter input { border-radius: 6px 0 0 6px;border: none;padding: 10px; }
.mb-resource-filter input[type="submit"] { cursor: pointer;background: white;border-radius: 0 6px 6px 0;font-family: "Font Awesome 5 Pro"; }
.filter-item input[type="radio"] { display: none; }
.mb-resource-filter h3 { margin: 10px 0; }
.mb-resource-filter a { text-decoration: none;font-size: 14px;padding: 2px 10px;cursor: pointer;opacity: 1;display: inline-block;line-height: 1.2em; }
.mb-resource-filter a:hover { opacity: .6; }
.mb-resource-filter a.selected { color: #465362;opacity: 1; }
.mb-resource-filter .clear-filters { font-family: bebas-neue,sans-serif;font-size: 18px;letter-spacing: 1px;display: inline-block; }

.resource-section .pagi-numbers { padding: 20px 5px 0;text-align: right; }
.resource-section .pagi-numbers a { margin: 0 5px;text-decoration: none;color: #808080; }
.resource-section .pagi-numbers a.current { color: #465362; }

.open-popup { cursor: pointer; }
.re-pop-wrapper { position: fixed;top: 0;bottom: 0;left:0;right:0;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: center;justify-content: center;z-index: -1; opacity: 0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper.open { z-index: 9999; opacity: 1; }
.re-pop { position:relative;top:-40px;width: 800px;max-width: 100%;max-height: 100vh;overflow: auto;padding: 30px;background: rgba(100,100,100, .5);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper.open .re-pop { top: 0; }
.re-pop > div { background: white;padding: 30px 10%; }
.re-pop-wrapper .close { margin-top:10px;cursor: pointer;font-size: 14px;display: inline-block; }
.re-pop-wrapper .close:hover { color: #465362; }

@media screen and (max-width: 900px) {
  .edit-mode-resources > span > div { width: 33.33%; }
  .displayed-resources .mb-resource-wrapper { width: 33.33%; }
}
@media screen and (max-width: 500px) {
  .edit-mode-resources > span > div { width: 50%; }
  .displayed-resources .mb-resource-wrapper { width: 50%; }
}

/* about page */

.profile-padding { padding: 80px 0; }
.profile-wrapper > span { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.profile-wrapper > span > div { width: 33.33%; }
.profile-padding .mb-profile { height: 100%; }

.mb-profile h3 { font-size: 30px;margin-bottom: 0;color: #44bda0;font-family: Montserrat; }
.mb-profile .title { color: #15847c;display: inline-block;margin-top: 5px;text-transform: uppercase;font-weight: 600;font-size: 18px; }
.item-footer { padding: 0 30px 30px;color: #44bda0; }
.item-footer a { color: #465362;margin-left: 5px; }
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Form */













.dnd-section h3.form-title { font-family: Montserrat;background-color: #FFFFFF;color: #dd1f44;margin: 0;padding: 7%;padding-bottom: 0; }

.dnd-section .widget-type-form { background: #FFFFFF;border-radius: 6px;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0, .2); }
.dnd-section .widget-type-form form { padding: 7%; }
.dnd-section .dnd-column[class*="background-color"] .widget-type-form { box-shadow: 0 0 15px rgba(0,0,0, .15); }

.dnd-section .hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

.dnd-section form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

.dnd-section form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.dnd-section .input {
  position: relative;
}

.dnd-section input[type=text],
.dnd-section input[type=email],
.dnd-section input[type=password],
.dnd-section input[type=tel],
.dnd-section input[type=number],
.dnd-section input[type=file],
.dnd-section select,
.dnd-section textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

.systems-page input[type=text],
.systems-page input[type=email],
.systems-page input[type=password],
.systems-page input[type=tel],
.systems-page input[type=number],
.systems-page input[type=file],
.systems-page select,
.systems-page textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
.systems-page .actions { padding-top: 20px; }

.dnd-section input[type=text]:focus,
.dnd-section input[type=email]:focus,
.dnd-section input[type=password]:focus,
.dnd-section input[type=tel]:focus,
.dnd-section input[type=number]:focus,
.dnd-section input[type=file]:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

.dnd-section fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

.dnd-section form input[type=submit],
.dnd-section form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

.dnd-section form input[type=submit]:hover,
.dnd-section form input[type=submit]:focus,
.dnd-section form .hs-button:hover,
.dnd-section form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}





form,
.submitted-message {
  ;
}


/* Form label */

.dnd-section form label {
  color: #000000;
}

/* Form help text */

.dnd-section form legend {
  color: #44bda0;
}

/* Form inputs */

.dnd-section input[type=text],
.dnd-section input[type=email],
.dnd-section input[type=password],
.dnd-section input[type=tel],
.dnd-section input[type=number],
.dnd-section input[type=file],
.dnd-section select,
.dnd-section textarea {
  border-color: #000000;
  color: ;
}

.dnd-section input[type=text]:focus,
.dnd-section input[type=email]:focus,
.dnd-section input[type=password]:focus,
.dnd-section input[type=tel]:focus,
.dnd-section input[type=number]:focus,
.dnd-section input[type=file]:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  border-color: #44bda0;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

.fn-date-picker td.is-today .pika-button {
  color: ;
}

/* Submit button */

.dnd-section form input[type=submit],
.dnd-section form .hs-button {
  background-color: #dd1f44;
  border: 0px solid #dd1f44;
  border-radius: 12px;
  color: #FFFFFF;
  padding: 5px 40px;
}

.dnd-section form input[type=submit]:hover,
.dnd-section form input[type=submit]:focus,
.dnd-section form .hs-button:hover,
.dnd-section form .hs-button:focus {
  text-decoration: none;
  background-color: #ce1035;
  color: #FFFFFF;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: rgba(255, 71, 108, 1.0);
  border-color: #ff476c;
  color: #FFFFFF;
}

.dnd-section .span6 input[type=submit], .dnd-section .span6 form .hs-button, .dnd-section .span5 input[type=submit], .dnd-section .span5 form .hs-button, .dnd-section .span4 input[type=submit], .dnd-section .span4 form .hs-button, .dnd-section .span3 input[type=submit], .dnd-section .span3 form .hs-button { width: 100%;padding: 12px; }
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
 
 
 
 
 
 





/* header */

.sticky-header { width: 100% !important;position: relative;font-size: 15px;z-index: 900; }
.sticky-header.sticky-true { position: fixed;top:0;left: 0;margin: 0 !important; }
.sticky-space { padding-top: 80px; }

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none;display: inline-block; }

.header.header--no-navigation { background: transparent;position: absolute;z-index: 900;width: 100%;padding-top: 25.0px; }

.plus { position: relative;display: inline-block;padding: 10px 20px 8px 0; }
.plus .bar { display: inline-block;position: absolute;padding: 1.5px 8px;background: #fff;border-radius: 2px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.plus .bar.hz { transform: rotate(90deg); }
.open .plus .bar.hz { transform: rotate(180deg); }

.mb-main-nav { display: flex;list-style-type: none;-webkit-justify-content: flex-end;justify-content: flex-end;text-align: left;margin: 16px 0;padding: 0; }
.mb-main-nav .hs-menu-depth-1 { margin-right: 30px;white-space: nowrap; }
.mb-main-nav .hs-menu-depth-1.dropdown { position: relative; }
.mb-main-nav a { text-decoration: none;color: #000000; }
.mb-main-nav .plus { margin-left: 1px;position: relative;top: 1px; }
.mb-main-nav .plus .bar { background: #808080;padding: 1px 4px 0.5px; }
.mb-main-nav .hs-menu-depth-1:hover .plus .bar { background: #44bda0; }
.mb-main-nav .hs-menu-depth-1.dropdown:hover .plus .bar.hz { transform: rotate(180deg); }
.mb-main-nav .hs-menu-depth-1:hover > a { color: #44bda0; }

.mb-main-nav .dropdown-menu { padding-top: 50px;position: absolute;z-index: 10;width: 250px;display: none;left: -20px; }
.mb-main-nav .hs-menu-depth-1.dropdown:hover .dropdown-menu { display: block; }
.mb-main-nav .dropdown-menu ul { position: relative;list-style-type: none;padding: 15px 20px;background: #FFFFFF;border-bottom: 8px solid #44bda0;box-shadow: 0 0 5px rgba(0,0,0, .3); }
.mb-main-nav .dropdown-menu ul:before { content: '';position: absolute;top: -8px;left: 20px;width: 0;height: 0; 
  border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #FFFFFF; }
.mb-main-nav .sub-menu li { padding: 8px 0; }

.mb-main-nav .nav-header { font-family: Montserrat;color: #44bda0;font-size: 1.1em; }
.mb-main-nav .sub-menu .divider { padding: 5px;margin-bottom: 10px;border-bottom: 1px solid #ebebeb; }
.mb-main-nav .sub-menu a { padding: 5px 10px; }
.mb-main-nav .sub-menu a:hover { color: #465362; }
.mb-main-nav .hs-menu-depth-1:not(.dropdown) { padding-top: 5px; }

.mb-main-nav .hs-menu-depth-1:nth-last-child(1) { margin-right: 0; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a { font-family: Montserrat;font-size: 18px;padding: 7px 25px 7px 30px;background: #465362;color: white;border: 1px solid #465362;border-radius: 7px; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a:after { content: '';font-family: "Font Awesome 5 Pro";margin-left: 5px;font-size: 14px; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a:hover { background: white;color: #465362; }

#top-header { background: #15847c;color: white;font-size: 12px; }
#top-header a { color: white; }
#top-header a:hover { color: #465362; }
#top-header .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
#top-header .container > .row-fluid-wrapper > .row-fluid > div { width: auto;margin-left: 0; }
#top-header .container > .row-fluid-wrapper > .row-fluid > div:nth-last-child(2) { margin-left: auto; }
#top-header .top-nav { font-size: 12px;line-height: 1em; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 12px 0; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after { content: ' | ';color: white;margin: 0 10px; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(1) a:after { content: ''; }

#top-header .hs-menu-children-wrapper { background: white;border: 1px solid #15847c;border-top: none;min-width: 150px;margin-left: -15px; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a { color: #707070;padding: 12px 20px;border-bottom: 1px solid #e5e5e5; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-last-child(1) a { border-bottom: none; }

.lg-menu .icon { position: relative;display: inline-block;padding-right: 8px; }
.lg-menu .fa-angle-down { position: absolute;right: 0;top: 50%;font-size: 14px; }
.lg-menu .lg-drop { position: relative;display: none;z-index: 2; }
.lg-menu:hover .lg-drop, .lg-menu.open .lg-drop { display: block; }
.lg-menu .fa-angle-down { -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.lg-menu:hover .fa-angle-down, .lg-menu.open .fa-angle-down { -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg); }
.lg-menu .lg-drop > span { position: absolute;padding-top: 7px;right: 0;font-size: 14px;line-height: 1.2em; }
.lg-menu .lg-drop > span > div { background: #E6E7E8;padding: 5px 0; }
.lg-menu .hs-menu-wrapper { line-height: 1em; }
#top-header .lg-menu .hs-menu-wrapper ul li a, #mobile-menu .lg-menu .hs-menu-wrapper ul li a { padding: 5px 10px;color: #707070; }
#top-header .lg-menu .hs-menu-wrapper ul li a:hover { color: #44bda0; }
#top-header .rg-name { display: none; }
#mobile-menu .lg-menu { color: white;text-align: right; }
#mobile-menu .lg-menu .lg-drop > span > div { width: 100px; }
#mobile-menu .lg-menu .hs-menu-wrapper { text-align: left; }
#mobile-menu .rg-name { margin-right: 10px;font-size: 14px; }
#mobile-menu .lg-menu:hover .lg-drop { display: none; }
#mobile-menu .lg-menu.open .lg-drop { display: block; }
#mobile-menu .lg-menu:hover .fa-angle-down { -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg); }
#mobile-menu .lg-menu.open .fa-angle-down { -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg); }

.mb-mobile-nav, .mb-mobile-nav ul { list-style-type: none;padding-left: 0; }
.mb-mobile-nav a { text-decoration: none; }

.mb-mobile-nav .hs-menu-depth-1 { border-bottom: 1px solid rgba(255,255,255, .4); }
.mb-mobile-nav .hs-menu-depth-1 > a { padding: 15px 20px 15px 0;display: block;position: relative; }
.mb-mobile-nav .plus { position: absolute;right: 0; }
.open .mb-mobile-nav .plus .bar.hz { transform: rotate(90deg); }
.open .mb-mobile-nav .open .plus .bar.hz { transform: rotate(180deg); }

.mb-mobile-nav .dropdown-menu { display: none; }
.mb-mobile-nav .sub-menu { background: #017068;padding: 10px 0;border-top: 1px solid rgba(255,255,255, .4); }
.mb-mobile-nav .sub-menu .nav-header { background: #15847c;color: white;font-size: 22px;padding: 10px 14px;letter-spacing: .5px;margin-bottom: 10px; }
.mb-mobile-nav .sub-menu .nav-header:nth-child(1) { margin-top: -10px;padding-top: 15px; }
.mb-mobile-nav .sub-menu a { padding: 5px 20px;display: block; }
.mb-mobile-nav .sub-menu .divider { padding: 5px; }

#top-header .ca-link, #mobile-menu .ca-link { font-size: 14px; }
.ca-link a { text-decoration: none; }

.bottom-bar { background: #FFFFFF;box-shadow: 0px 8px 8px rgba(0,0,0, .1);padding: 15px 0;border-top: 8px solid #44bda0; }
.bottom-bar img { display: block;max-height: 65px !important;max-width: 200px;width: auto !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.sticky .bottom-bar { padding: 10px 0; }
.sticky .bottom-bar img { max-height: 60px !important; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid > div { width: auto;margin-left: 0; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid > div.menu { flex: 1 auto;text-align: right; }

.bottom-bar .menu { line-height: 1em; }
.bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 25px 10px;color: #707070; }
.bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a { color: #15847c; }
.sticky-header.sticky .bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 20px 10px; }
.bottom-bar .menu .hs-menu-children-wrapper { margin-left: 0 !important;text-align: left;padding-top: 15px; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a { padding: 15px 20px !important;background: #44bda0;color: white;border-top: 1px solid #44bda0;border-bottom: 1px solid #44bda0; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-child(1) { display: none; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-child(2) a { border-top: none; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a:hover { background:  #4ec7aa;border-color: white; }

.nav-search { position: relative;padding-left: 30px;color: #44bda0; }
.nav-search form { position: relative;background: white;border-bottom: 3px solid #44bda0;box-shadow: 0 0 10px rgba(0,0,0, .1);display: -webkit-flex; display: flex; }
.nav-search form:before { content: '';position: absolute;top: -8px;right: 15px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid white; }
.nav-search .hs-search-field { padding-top: 40px;display: none;position: absolute;right: -15px;width: 300px; }
.sticky-header.sticky .nav-search .hs-search-field { padding-top: 31px; }
.nav-search:hover .hs-search-field, .nav-search .hs-search-field.focus { display: block; }
.nav-search input { padding: 15px 20px;background: white;border: none;width: 100%; }
.nav-search form button { background: white;border: none;padding: 10px 20px;color: #44bda0;font-size: 20px;cursor: pointer; }
.nav-search .hs-search-field__bar button svg { fill: #44bda0;height: 14px; }

.nav-social { position: relative;color: #44bda0;padding-left: 20px; }
.nav-social-links-wpapper { position: absolute;padding-top: 40px;right: -20px;display: none; }
.nav-social:hover .nav-social-links-wpapper { display: block; }
.nav-social-links { padding: 5px 10px;position: relative;background: white;border-bottom: 3px solid #44bda0;box-shadow: 0 0 10px rgba(0,0,0, .1);text-align: center; }
.nav-social-links:before { content: '';position: absolute;top: -8px;right: 16px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid white; }
.nav-social-links a { display: block;padding: 5px;color: #44bda0; }
.nav-social-links a:hover { color: #00aeef; }

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
}

.social-links__icon svg {
  fill: #44bda0;
  height: 15px;
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #15847c;
}

.nav-search .hs-search-field--open .hs-search-field__suggestions { background: white;border: none;padding: 15px; }

.header__language-switcher--label { margin-left: 8px; }
.widget-type-language_switcher { color: #44bda0;text-align: center;margin-top: 10px; }
.globe_class { background: none !important; }
.globe_class:before { content: '';font-family: "Font Awesome 5 Pro";font-size: 17px; }
.header__language-switcher--label-current { color: #44bda0;font-size: 10px;line-height: 10px;display: block; }

.mobile-ham { margin-left: auto !important; }

.lp-body .header-container-wrapper { padding-bottom: 0; }
.lp-header { background: #44bda0;color: white;padding: 20px 0; }
.lp-header .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.lp-header a { color: white; }
.lp-logo img { width: auto !important;max-height: 80px; }
.lp-social { text-align: right; }
.lp-social span { margin-right: 20px; }
.lp-social a { margin-right: 10px; }

@keyframes menu-pop {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes menu-out {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}

.ham-text { display:block;color: white;text-transform: uppercase;font-size: 13px;line-height: 1em; }
.open .ham-text { color: white; }

.ham-wrap { position: relative;display: inline-block;height: 21px;width: 35px;cursor: pointer;animation: menu-out .4s 1;margin-top: 3px; }
.ham-wrap > span { overflow: auto;display: block;width: 100%;padding: 1px 0;position: absolute;left: 0;border-radius: 3px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;background: #808080; }
.ham-wrap .ham1 { top: 0; }
.ham-wrap .ham2 { top: 50%;margin-top: -1px; }
.ham-wrap .ham3 { bottom: 0; }
.open .ham-wrap { animation: menu-pop .4s 1; }
.open .ham-wrap > span { background: #44bda0; }
.open .ham-wrap .ham1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg);  transform: rotate(45deg);top: 50%;margin-top: -1px; }
.open .ham-wrap .ham2 { -moz-transform: scale(0); -ms-transform: scale(0);  -o-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }
.open .ham-wrap .ham3 { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);bottom: 50%;margin-bottom: -1px; }

body.open .sticky-header { height: 100vh;display: -webkit-flex; display: flex;-webkit-flex-direction: column;flex-direction: column;position: fixed; }
.sticky-header > div:nth-last-child(1) { height: 0;flex: 1 auto;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
body.open .sticky-header > div:nth-last-child(1) { background: rgba(0,0,0, .2); }
.sticky-header > div:nth-last-child(1) > div { height: 100%; }
.sticky-header #mobile-menu { width: 400px;max-width: 90%;background: #15847c;height: 0px;position: relative;left: -100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
body.open .sticky-header #mobile-menu { height: 100%;left: 0; }
.sticky-header #mobile-menu > div { padding: 10px 20px 150px;height: 100%;overflow-y: auto;overflow-x: hidden;box-sizing: border-box; }
.sticky-header #mobile-menu a { color: white; }
.sticky-header #mobile-menu input { margin-bottom: 20px;background: #017068;border: 1px solid #017068;border-radius: 6px;padding: 15px 20px;width: 100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.sticky-header #mobile-menu input:focus { outline: none;background: #465362; }
.sticky-header #mobile-menu input::placeholder { color: white; }
.sticky-header #mobile-menu input:-ms-input-placeholder { color: white; }
.sticky-header #mobile-menu input::-ms-input-placeholder { color: white; }

.mobile-top > .row-fluid-wrapper > .row-fluid { padding-bottom: 10px;display: -webkit-flex; display: flex; }
.mobile-top > .row-fluid-wrapper > .row-fluid > div { flex: 1 auto; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin: 0; }

#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li { border-bottom: 1px solid rgba(255,255,255, .3); }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 15px 0; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a { position: relative; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a:after { content: '+';position: absolute;right: 10px;font-size: 25px;line-height: 22px; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a.open:after { content: '-';font-size: 40px; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none;visibility: visible; opacity: 1;position: static;margin-left: -20px !important;margin-bottom: -1px;padding: 10px 20px;box-sizing: content-box;width: 100%;border-bottom: 1px solid rgba(255,255,255, .3);border-top: 1px solid rgba(255,255,255, .3);background: ; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper a { padding: 5px 20px;max-width: 100%;width: 100%; }

.social-links { padding-top: 25px; }
.social-links a { margin-right: 10px; }

.header.header--no-navigation img { width: auto !important;max-width: 200px; }


.acctbar.ng-scope .col-lg-6 { margin-left: auto; }
.nav_right.pull-right { text-align: right; }

.navbar { font-size: 13px;font-weight: 600; }
.navbar ul .hs-menu-depth-1 { margin-right: 15px;border-right: 1px solid rgba(255, 255, 255, 0.2); }
.navbar ul .hs-menu-depth-1 > a { color: white;padding: 15px 25px 15px 10px;display: inline-block;min-width: 140px;box-sizing: border-box;text-align: center; }

.navbar-toggler { display: none; }


@media (min-width: 768px) {
  #mobile-menu, .mobile-only { display: none !important; }
}

@media (max-width: 1200px) {
  .bottom-bar { font-size: 14px; }
  .bottom-bar img { max-height: 35px !important; }
  .mb-main-nav .hs-menu-depth-1 { margin-right: 15px; }
}

@media (max-width: 1023px) {
  .sticky-space { padding-top: 126px; }
  h1 { font-size: 60px; }
  .med-item { max-width: calc(50% - 20px) !important; }
  .small-item { max-width: calc(33% - 20px) !important; }
  .displayed-resources .mb-resource-wrapper { width: 50%; }
  .resource-section .left-column { width: 25%; }
  .resource-section .right-column { width: 75%; }
  .bottom-bar .container>.row-fluid-wrapper>.row-fluid { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .bottom-bar .container>.row-fluid-wrapper>.row-fluid>div.menu { order: 3;width: 100%; }
  .mb-main-nav { padding-left: 0;-webkit-justify-content: center;justify-content: center; }
  .nav-search form { border: 1px solid ;box-shadow: none; }
  .nav-search .nav-search-icon { display: none; }
  .nav-search .hs-search-field { position: static;padding-top: 0;display: block; }
  .nav-search form:before { display: none; }
  .nav-social-links-wpapper { position: static;padding-top:0px;display: block; }
  .nav-social-links { padding: 0px;border-bottom: none;box-shadow: none; }
  .nav-social-links:before { display: none; }
  .nav-social-links a { display: inline-block;padding: 4px; }
  .nav-social-main { display: none; }
  .profile-wrapper > span > div { width: 50%; }
}
@media (max-width: 1000px) {
  .kn-left-column { display: none !important; }
  .expand-cta { padding: 0 !important; }
  .resource-cta { position: static !important;padding: 20px 0; }
  .resource-cta.scroll { padding: 20px 0; }
  .resource-cta h3 { font-size: 28px; }
  .resource-cta.scroll h3 { margin-bottom: 10px; }
  .resource-cta.scroll .text { display: block; }
  .cta-item .item-inner { display: block; }
  
  .container.header-left { display: block; }
  .container.header-left .section-head { width: 100%;padding: 0  0 30px; }
  .resource-section .left-column { width: 100%; }
  .resource-section .right-column { width: 100%;padding-left: 0; }
  .item.border-true { padding: 20px; }
  .mb-profile h3 { font-size: 30px; }
  .body-section { padding: 60px 0 80px; }
  .mb-scroller-wrapper .item { max-width: 100%; }
  .content h2 { font-size: 30px !important; }
  .mp-posts .mb-resource-wrapper { width: 50%; }
}
@media (max-width: 767px) {
  .navbar-toggler { display: block;background: transparent;border: 1px solid rgba(0,0,0,.1); }
  .navbar ul .hs-menu-depth-1 { margin-right: 0;border-right: none;text-align: center; }
  .navbar ul .hs-menu-depth-1 > a { padding: 5px 10px; }
  .navbar { display: flex;align-items: center; }
  .navbar #hs_menu_wrapper_main_menu { display: none; }
  
  .header.header--no-navigation { padding-top: 16.666666666666668px; }
  body { max-width: 100%;overflow-x: hidden; }
  .sticky-space { padding-top: 61px; }
  h2 { font-size: 1.5em;line-height: 1.7em; }
  .hero-section { max-width: 100%; }
  .single-header h1 { font-size: 45px; }
  html .dnd-section[class*="max-width-section-centering"] > .row-fluid { padding-left: 0px;padding-right: 0px; }
  .sliding-social { display: none; }
  .torn { width: 200%; }
  .torn.torn-bottom { bottom: -2.5vw; }
  html .row-fluid .container, .container { padding-left: 20px;padding-right: 20px; }
  .lp-header { padding: 15px 0; }
  .lp-header .container > .row-fluid-wrapper > .row-fluid { display: block; }
  .lp-social { text-align: center;padding-top: 10px; }
  .lp-logo { text-align: center; }
  .lp-logo img { max-height: 50px; }
  body.open .sticky-header > div:nth-last-child(1) { height: 100vh; }
  #top-header { display: none; }
  .bottom-bar { padding: 10px 0; }
  .bottom-bar img, .sticky .bottom-bar img { max-height: 50px !important; }
  .hide-mobile { display: none !important; }
  .new-blog-listing { margin: 0; }
  .new-blog-listing .post-item { width: 100%;margin: 0 0 30px; }
  .row-fluid .post-filter { width: 100%; text-align: center; margin-bottom: 22px; }
  .row-fluid .post-filter .widget-module { width: 290px; text-align: left; margin: auto; }
  .row-fluid .post-filter label { max-width: 100%; padding: 10px 18px; }
  .row-fluid .site-search-input { width: 100%; margin: 0; }
  .row-fluid .site-search-input .input { width: 290px; margin: auto; }
  .row-fluid .site-search-input input.hs-search-field__input { width: 100%; height: 46px; }
  .asked-box { width: 100%; margin-bottom: 11px; }
  .asked-box:nth-child(2n) { clear: left; float: left; }
  .asked-questions h2 { margin-bottom: 36px; }
  .asked-questions { padding: 52px 0 64px; }
  html .any-column-wrapper fieldset .hs-form-field { width: 100% !important; }
  .item.border-true { padding: 15px; }
  .displayed-resources .mb-resource-wrapper, .mp-posts .mb-resource-wrapper, .profile-wrapper > span > div { width: 100% !important; }
  .mb-resource-wrapper { padding: 10px 0; }
  .content-item-wrapper .box .content, .single-item .box .content { padding: 30px 25px; }
  
  .footer-top .container > .row-fluid-wrapper > .row-fluid {  }
  .master-footer .footer-top .flex-space { display: none; }
  
  .gallery-wrapper .item { width: 50%; }
  .gallery-wrapper .item.size-1 { max-width: 100%; }
  .gallery-wrapper .item.size-1:nth-last-child(1) { max-width: 50%; }
  .gallery-wrapper .item.size-2:nth-last-child(1) { max-width: 100%; }
  .gallery-wrapper .item { -webkit-align-items: flex-end;align-items: flex-end; }
  .gallery-wrapper .item .item-inside { margin: 0 !important; opacity: 1;width: 100%;max-width: 100%;padding: 5%;border-radius: 0; }
  .gallery-slider .slick-next { right: 5px;z-index:2; }
  .gallery-slider .slick-prev { left: 5px;z-index:2; }
  
  .re-pop p { display: none; }
  .re-pop form .hs-fieldtype-text input, form select { height: 40px; }
  
  html .any-column-wrapper form .input { margin-right: 0 !important; }
  html .any-column-wrapper form fieldset.form-columns-3 .hs-form-field, html .any-column-wrapper form fieldset.form-columns-2 .hs-form-field {}
  html .any-column-wrapper form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, html .any-column-wrapper form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  
  .content-item-wrapper .item { max-width: 100% !important; }
  
  .kn-nav { display: block; }
  .kn-nav > div { text-align: center !important; }
  .kn-listing .post-item { width: 100%; }

}
.mbp-footer { position: relative;background: #f2f2f4;border-top: 1px solid #e3e3e5;border-bottom: 1px solid #e3e3e5;color: #797b7b;padding: 40px 0 20px;font-size: 14px;width: 100%; }
.footer_top { margin-bottom: 30px;padding-top: 0 !important;background: transparent !important;border-top: none !important; }
.footer_top .container { border-bottom: 1px solid rgba(132,130,143,0.12); }
.footer_pre.footer_top span { text-transform: unset; }
.footer_pre.footer_top span.diyp-green { text-transform: uppercase; }
.footer-simp { border-top: 1px solid #e3e3e5; }
.lp-footer { padding: 0px 0 20px; }
.mbp-footer h3 { font-family: Montserrat;color: #797b7b !important;font-size: 22px;letter-spacing: 1px;font-weight: normal; }
.mbp-footer h4 { padding-bottom: 30px;font-family: Montserrat;font-weight: 600 !important;color: #606262 !important;font-size: 15px;letter-spacing: 1px;font-weight: normal; }
.mbp-footer p { font-size: 12px; }
.mbp-footer a { color: #797b7b;text-decoration: none;opacity: 1; }
.mbp-footer a:hover { color: #797b7b;opacity: .8; }
.footer-bottom { padding: 14px;background: #ffffff;text-align: right;color: #797b7b;font-size: 14px; }
.footer-bottom p { font-size: 14px; }
.footer-bottom a { color: #797b7b; }
.footer-social { margin-top: 15px;font-size: 18px; }
.footer-social p i, .footer-social i { font-size: 30px; }
.footer-social a { color: #797b7b; }
.footer-social a svg { fill: #797b7b !important;height: 17px; }
.mbp-footer .hs-menu-depth-2 { display: none; }
.mbp-footer form { display: -webkit-flex; display: flex; }
.mbp-footer form .field { flex: 1 auto; }
.mbp-footer form .field > label { display: none; }
.mbp-footer form ul { list-style-type: none;padding-left: 0; }
html .mbp-footer form .input { padding: 0; }
.mbp-footer form input { height: 40px;padding: 10px;border: 1px solid #797b7b; }
.mbp-footer form .field input { background: transparent;border-radius: 7px 0 0 7px;color: #797b7b;width: 100%; }
.mbp-footer form .actions { padding-top: 0px; }
.mbp-footer form .actions input { border-radius: 0 7px 7px 0;cursor: pointer;background: #797b7b;color: #f2f2f4;font-family: montserrat, sans-serif;font-size: 12px; }

.mbp-footer .hs_cos_wrapper_type_menu ul { list-style-type: none; }
.mbp-footer .hs_cos_wrapper_type_menu ul a { padding: 10px 0; }

.mbp-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a { padding:3px 0;line-height: 1.1em; }
.mbp-footer .hs-menu-wrapper.hs-menu-flow-vertical ul { padding-left: 0px;display: block !important;font-family: Montserrat; }
.mbp-footer .span5 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 3; }
.mbp-footer .span8 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 4; }
.mano-text { text-align: right; }
.mano-text svg { display: inline-block;width: 17px;margin: 0 0 -3px 3px; }
.mano-text svg path { fill: #797b7b;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mano-text a:hover svg path { fill: #ee6124; }

#lp-footer { background: #313131;color: white;border-bottom: 5px solid ;padding: 15px 0;font-size: 14px; }

@media (max-width: 1000px) {
  .mbp-footer .f-links.span5 { width: 65%; }
  .mbp-footer .f-sub { width: 100%;margin: 10px 0 0 !important; }
}
@media (max-width: 767px) {
  
  .mbp-footer .row-fluid .span3 { width: 49%;float: left; }
  
  .mano-text { text-align: center; }
  .mbp-footer .f-links.span5 { width: 100%; }
  .mbp-footer .span5 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 2; }
  .mbp-footer .span8 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 2; }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
 
 
 
 
 
 




/* Blog header */


.dnd-section .single-header { width: 60%; }
.blog-sort-wrapper { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;padding: 10px; }
.bs-search { width: 300px;max-width: 100%; }
.bs-tag { flex: 1 auto;padding: 0 10px; }

.topic-wrapper { position: relative;color: #43adc0;display: inline-block;min-width: 100px; }
.topic-wrapper i { color: #da470e;margin-left: 5px; }
.topic-selected { cursor: pointer;color: #43adc0;background: transparent;border: none; }
.topic-all { display: none;position: absolute;background: white;padding: 5px 0;overflow: auto;max-height: 50vh;box-shadow: 0 5px 10px rgba(0,0,0, .15);width: 250px; }
.topic-wrapper:hover .topic-all { display: block; }
.topic-all a { display: block;padding: 5px 10px;color: #b8d43a; }


.blog-body-wrapper { padding-top: 50px;padding-bottom: 50px; }

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.mp-posts h4 { color: #44bda0; }

.blog-recent-posts__list .box { width: 32%;box-shadow: 0 0 8px rgba(0,0,0, .15);border-radius: 6px;margin-top: 15px; }
.blog-recent-posts__list .box:nth-child(2) { margin: 15px 2% 0; }
.blog-recent-posts__list .box .item-img { padding-top: 60%;display: block;border-radius: 6px 6px 0 0; }
.blog-recent-posts__list .box .content { padding: 20px; }
.topic-link { color: #15847c;font-size: 14px;line-height: 1.2em;text-transform: uppercase;display: inline-block; }
.blog-recent-posts__list h4 a { color: #44bda0; }
.blog-recent-posts__list .more-link { color: #000000; }
.blog-recent-posts__list .more-link i { color: #465362; }

.blog-sub { padding-right: 10px; }

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* Blog */

.blog-sub h3 { margin: 0; }
.blog-sub form { display: -webkit-flex; display: flex; }
.blog-sub form > .field { flex: 1 auto; }
.blog-sub form .field > label { display: none; }
html .blog-sub form .input { padding: 0; }
.blog-sub .actions { padding-top: 0px; }
.blog-sub .field input { border: 1px solid #44bda0;padding: 10px 10px 10px 50px;background: #fff url(https://6647721.fs1.hubspotusercontent-na1.net/hubfs/6647721/subscription-Icon.png) no-repeat 3.5% center;height: 60px;border-radius: 6px 0 0 6px;border-right: none;width: 100%; }
.blog-sub .actions input { height: 60px;border-radius: 0 6px 6px 0;background: #44bda0;border-color: #44bda0;padding: 10px 30px; }
.blog-sub .actions input:hover { color: #44bda0;background: transparent; }
.mp-posts { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.mp-posts .mb-resource-wrapper { width: 33.33%; }

.resource-cta { background: #15847c;color: white;padding: 30px 0;position: fixed;top: 90px;width: 100%;z-index: 10;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.resource-cta.scroll { padding: 15px 0; }
.resource-cta a { color: white;text-decoration: none; }
.resource-cta h3 { margin-bottom: 10px;font-size: 35px; }
.resource-cta.scroll h3 { margin-bottom: 0;font-size: 28px; }
.cta-item .item-inner { height: auto;display: -webkit-flex; display: flex;align-items: center; }
.cta-item .content { flex: 1; }
.resource-cta.scroll .text { display: none; }
.resource-cta .more-link { display: inline-block;padding: 10px 30px;border: 1px solid white;border-radius: 6px;font-family: {font=Montserrat, font_set=GOOGLE, styles={font-family=Montserrat, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#dd1f44, variant=regular, fallback=sans-serif, style=font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #dd1f44;font-family: Montserrat, sans-serif;};letter-spacing: 2px; }
.resource-cta .more-link:hover { background: white;color: #15847c; }
.resource-cta .more-link strong { font-weight: normal; }
.resource-cta .more-link i { color: white;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.resource-cta .more-link:hover i { color: #15847c; }


.blog-pagin-wrapper { text-align: right;padding: 10px; }
.blog-pagin-wrapper a { margin-left: 5px;text-decoration: none;color: #808080; }
.blog-pagin-wrapper a.active { color: #465362; }

.mb-resource-filter .hs-search-field input { margin-bottom: 0; }
.hs-search-field__suggestions { position: absolute;background: #ebebeb;color: #15847c;border: none !important;padding: 0 15px;border-radius: 6px;box-shadow: 0 0 5px rgba(0,0,0, .1); }
.hs-search-field__suggestions li { padding: 1px 0; }
.hs-search-field__suggestions li:nth-child(1) { padding-top: 15px; }
.hs-search-field__suggestions li:nth-last-child(1) { padding-bottom: 20px; }
html .hs-search-field__suggestions a { color: #15847c; }
html .hs-search-field__suggestions a:hover { color: #465362; }
.hs-search-highlight { color: #ee6124 !important; }

.resource-section .post-page .right-column { padding-left: 0;width: 100%; }
html .resource-section .blog-post-wrapper { width: 900px;max-width: 100%;margin: 0 auto; }
.resource-section .post-page h1 { margin-bottom: 10px; }
.read-time { font-family: bebas-neue, sans-serif;font-size: 18px; }
.author-share { font-weight: 600;padding-bottom: 30px; }
.author-share a { color: #465362;text-decoration: none; }
.author-share a:hover { color: #465362;opacity: .8; }
.author-share a i { margin-left: 5px; }
.blog-inside-img { margin-bottom: 30px; }

.author-share { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.author-wrapper { width: auto;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.author-img { display: block;width: 80px;height: 80px;border-radius: 50%;position: relative;border: 3px solid white; }
.author-wrapper > div { padding: 0px 10px; }
.author-share .blog-share { padding: 0px 10px;border-left: 3px solid white;font-size: 20px;text-transform: uppercase;border-radius: 0 6px 6px 0; }

.blog-audio { margin-bottom: 20px; }

@media(max-width: 950px) {
  .blog-recent-posts__list .box { width: 49%; }
  .blog-recent-posts__list .box:nth-child(2) { margin-right: 0; }
  .blog-recent-posts__list .box:nth-child(3) { display: none; }
  .blog-sub { padding-right: 0px;padding-top: 20px; }
}
@media(max-width: 767px) {
  .blog-recent-posts__list .box { width: 100%; }
  .blog-recent-posts__list .box:nth-child(2) { margin-left: 0; }
  
  .dnd-section .single-header { width: 100%; }
  .blog-sort-wrapper { display: block; }
  .bs-tag { flex: 1 auto;padding: 10px 0; }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}



html { max-width: 100%;overflow-x: hidden;overflow-y: scroll;-webkit-overflow-scrolling: touch; }
body { margin: 0;font-family: montserrat, sans-serif;font-size: ;line-height: 1.5em;color: #000000;max-width: 100%;-webkit-overflow-scrolling: touch; }
body.open { overflow-y: hidden; }
img { max-width: 100%; }
a { -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), p:nth-child(1) { margin-top:0; }
h1:nth-last-child(1), h2:nth-last-child(1), h3:nth-last-child(1), h4:nth-last-child(1), p:nth-last-child(1) { margin-bottom:0; }
h1 { line-height: 1.1em;text-shadow: 2px 2px 4px rgba(0,87,81, .5); }
h2 { margin: 20px 0; }
h3 { margin: 20px 0; }
.row-fluid [class*="span"] { min-height: 1px; }
html .row-fluid .container, .container { width: 1240px;max-width: 95%;padding-left: 20px;padding-right: 20px;margin-left: auto !important;margin-right: auto !important;box-sizing: border-box;float: none !important; }

body.iframe .footer-container-wrapper, body.iframe .grid-container, body.iframe .acctbar, body.iframe .shop_header_area { display: none; }


.topbar .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }

@media(max-width: 950px) {
  .hidden-xs { display: none !important; }
}


/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v13-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v13-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v13-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
       url('../fonts/montserrat-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v13-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v13-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v13-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v13-latin-700italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}


.diyp-green {
	color: rgba(68, 189, 160, 1.0);
	font-weight: 600 !important;
}

.diyp-red {
	color: rgba(221, 31, 68, 1.0);
	font-weight: 600 !important;
}

.newsletter > body {
	background: #F2F2F4 !important;
}	

.block-separator {
	max-width: 100% !important;
	border: none;
	border-collapse: collapse;
    border-top: 1px solid #E9E5E4;
    margin: 1.65em auto;
}
	
.cookieRibbonWrapper { 
position: fixed; 
bottom: 0; 
left: 0; 
right: 0; 
width: 100%; 
line-height: 50px; 
height: 50px; 
opacity:0.75; 
background-color: var(--ribbon-color, #34466A); 
z-index:9999; 
} 

.cookieRibbonWrapper.show { 
display: block; 
} 

.cookieRibbonWrapper .buttonContainer { 
position: absolute; 
right: 10px; 
vertical-align: middle; 
line-height: inherit; 
color: #fff; 
} 

.cookieRibbonWrapper .cookieRibbonText { 
position: absolute; 
left: 10px; 
vertical-align: middle; 
line-height: inherit; 
color: #fff; 
} 


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */

.animsition {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-loader='ball-scale'] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    /*background-color: #e65540;*/
	background-color: #e59500;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}




/*----------------------------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-type-rich_text ul {
  list-style: disc;
  margin-left: 20px;
}

a {
  text-decoration: none;
  color: #44bda0;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #15847c;
}

strong {
	font-weight: 600;
}	

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
	/*background: url(../images/bg-header.jpg) right -5px no-repeat;*/
	font-size: 13px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	color: #090c08;
}

	body.homebg {
		z-index: 0;
		position: absolute;
		background: url(../images/bg-home.jpg) right -5px no-repeat;
		transition: background-image 0.3s ease-in-out;	
	}



h3 {
	/*font-variant: small-caps;*/
	text-transform: capitalize;
}	

#home {
	/*margin-top: 20px;*/
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
	
#fullpage:before {

    content: "";
    /*background: linear-gradient(to top, rgb(93, 190, 233), rgb(40, 171, 225));*/
    position: absolute;
    left: 0px;
    top: 82px;
    width: 100%;
    height: 100px;
    z-index: -1;
	
}	

#bodyarea {
	/*margin-top: 100px;*/
}	

#success {
  display: none;
}

#error {
  display: none;
}


.section-spotlight {
	/*
	margin-top: -42px;
	padding: 5rem 0 4rem 0;
	background: #e59500;
	*/
}	
/*
	.section-spotlight::before {
		top: -50px;
		background: #fff;
		left: 50%;
		width: 100px;
		height: 100px;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}
*/
.container-spotlight {
	/*margin-top: -30px !important;*/
	/*position: relative;*/
    /*text-align: center;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    /*max-width: 90%;*/
    border-radius: 0.8125rem;
    background: rgb(255, 255, 255);
    /*margin: 0px auto;*/
    padding: 1.875rem;
	z-index: 3;
}	

.container-spotlight-list-all li {
	/*margin-left: auto;*/
	padding: 0;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms; 
	/*text-align: left;	*/
	font-weight: 700;
}

.container-spotlight-list li {
	/*margin-left: auto;*/
	padding: 1rem 0;
	border-top: 1px solid rgba(132, 130, 143, 0.15); 
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms; 
	/*text-align: left;	*/
	font-weight: 700;
}

	.container-spotlight-list li a {
		/*margin-left: auto; */
		position: relative;
		display: block;
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		transition: all 400ms; 
	}
	
	.container-spotlight-list li a:after {
		/*content: "\f105";*/
		content: "Select >";
		position: absolute;
		left: 10px;
		/*font-family: FontAwesome;*/
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		margin-right: 6px;
		padding: 0 12px 0 0;
		
		border-radius: 0 14px 14px 0;
		/*color: #fff;*/
		/*color: #007bff;*/
		color: #dd1f44;
	}	
	
		.container-spotlight-list li:hover {
			/*transform: translateX(20px); */
			/*background: #e59500;*/
			background: rgba(132, 130, 143, 0.1);
		}
		
		.container-spotlight-list li a:hover {
			transform: translateX(10px);
		}

		.container-spotlight-list li a:hover:after {
			opacity: 1;
			visibility: visible;
		}		

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

.p_80 {
  padding: 80px 0px;
}

iframe {
  border: none;
}

iframe#5 > html > body {
  background: rgba(132, 130, 143, 0.1);
}

i:before {
  margin-left: 0px !important;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
.home_full_width {
  padding: 30px 30px 40px 30px;
}

.home_parallax {
  padding: 0px 80px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full_page_area {
  height: calc(100vh - 200px);
  overflow: hidden;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.home_sidebar {
  background: #f0f0f0;
}

.home_box {
  max-width: 1230px;
  margin: auto;
  background: #fff;
}

.row_disable {
  display: block;
  overflow: hidden;
}

.popover {
	/*
	width: 260px;
	padding: 0px;
    line-height: 70px;
	font-weight: bold;
    color: #000;
	*/
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif;
}

.popover.right > .arrow {
    border-right-color: #fff;
}

.popover .arrow::after {
    border-width: 0;
}

.popover-title {
    font-weight: bold;
    background-color: #44bda0;
	color: #fff;
}

.popover-content p {
	margin: 5px 0;
}	
/*
.popover.top {
  margin-top: 0;
}
.popover.right {
  margin-left: 0;
}
.popover.bottom {
  margin-top: 0;
}
.popover.left {
  margin-left: 0;
}
.popover-content {
  padding: 0;
}
	
.popover a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #dadada;
}

.popover a:hover {
	background-color: #F6F7F8;
}	
*/

/* Main title css
============================================================================================ */
.s_m_title h2 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #000;
}

.c_main_title {
  text-align: center;
  padding-bottom: 40px;
}

.c_main_title h2 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.c_main_title h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #d91522;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.single_c_title {
  text-align: center;
}

.single_c_title h2 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #0b1033;
}

.single_title {
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #000;
  font-size: 18px;
}

.cart_single_title {
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 32px;
}

.login_title {
  padding-bottom: 30px;
}

.login_title h2 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .45px;
  padding-bottom: 20px;
}

.login_title p {
  font-size: 14px;
  color: #999999;
  /*font-family: "Poppins", sans-serif;*/
  
  line-height: 26px;
  letter-spacing: .35px;
}

.contact_title {
  text-align: center;
  padding-bottom: 50px;
}

.contact_title h2 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  */

	font-style: normal;
	font-weight: 700;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.contact_title h2:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact_title p {
  font-size: 14px;
  color: #999999;
  /*font-family: "Poppins", sans-serif;*/
  
  line-height: 26px;
  max-width: 540px;
  margin: auto;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main title css
============================================================================================ */

/*
.topbar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
	
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-size: 45px 45px;	
}
*/

.header_top_area {
  padding-bottom: 20px;
}

.top_header_left, .top_right_header {
  padding: 10px 0;
}

.top_header_left .selector {
  max-width: 105px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.top_header_left .selector .ddcommon {
  max-width: 105px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
}

.top_header_left .selector .ddcommon .ddTitle .ddTitleText img {
  padding-right: 10px;
}

.top_header_left .selector .ddcommon .ddTitle .ddTitleText span {
  font-size: 13px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */

  letter-spacing: .325px;
}

.top_header_left .selector .ddcommon .ddTitle .ddArrow:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  color: #000;
  float: right;
  position: relative;
  right: 16px;
  line-height: 25px;
}

.top_header_left .selector .ddcommon .ddChild {
  background: #fff;
  max-width: 105px;
  width: 100%;
}

.top_header_left .selector .ddcommon .ddChild ul {
  width: 100%;
}

.top_header_left .selector .ddcommon .ddChild ul li {
  line-height: 30px;
  padding: 0px 10px;
}

.top_header_left .selector .ddcommon .ddChild ul li img {
  padding-right: 10px;
}

.top_header_left .selector .ddcommon .ddChild ul li span {
  font-size: 13px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */

  letter-spacing: .325px;
}

.top_header_left .selector:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #000;
  position: absolute;
  right: 4px;
  top: 5px;
}

.top_header_left .input-group {
  display: block;
  position: relative;
  margin-top: 30px;
}

.top_header_left .input-group input {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
  height: 50px;
  padding: 0px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top_header_left .input-group input.placeholder {
  font-size: 14px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35px;
}

.top_header_left .input-group input:-moz-placeholder {
  font-size: 14px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35px;
}

.top_header_left .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35px;
}

.top_header_left .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */

  letter-spacing: .35px;
}

.top_header_left .input-group input:focus {
  border-color: #000;
}

.top_header_left .input-group .input-group-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  /*top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 3;
}

.top_header_left .input-group .input-group-btn .btn-secondary {
  background: transparent;
  padding: 0px;
  border: none;
  color: #000;
  font-size: 15px;
  margin: 0px;
}

.usd_select.bootstrap-select {
  max-width: 64px;
  display: inline-block;
  width: 64px !important;
}

.usd_select.bootstrap-select .dropdown-toggle {
  padding: 0px 0px 0px 5px;
  border: none;
  margin: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}

.usd_select.bootstrap-select .dropdown-toggle span {
  /*
  font-family: "Poppins", sans-serif;
  */

  color: #000;
  font-size: 13px;
  letter-spacing: .325px;
}

.usd_select.bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  border: none;
  position: relative;
  right: 28px;
}

.usd_select.bootstrap-select .dropdown-menu {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}

.usd_select.bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
  padding: 0px;
}

.usd_select.bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  /*
  font-family: "Poppins", sans-serif;
  */

  color: #000;
  font-size: 13px;
  letter-spacing: .325px;
  padding-left: 5px;
  display: block;
}

.usd_select.bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  background: #ebebeb;
}

.top_header_middle {
  text-align: center;
}

.top_header_middle a {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */

  color: #666666;
  font-weight: normal;
  /*margin-right: 20px;*/
  position: relative;
  display: inline-block;
  line-height: 54px;
}

.top_header_middle a:not(:last-child):before {
  content: "|";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}

.top_header_middle a i {
  padding-right: 5px;
}

.top_header_middle a span {
  color: #333;
  font-weight: 600;
}

.top_header_middle a + a {
  margin-right: 0px;
}

.top_header_middle a + a:before {
  display: none;
}

.top_header_middle img {
  margin-top: 25px;
  max-height: 100px;
}

.top_right_header {
  text-align: right;
}

.header_social li {
  display: inline-block;
  margin-right: 14px;
}

.header_social li a {
  font-size: 14px;
  color: #000;
  line-height: 54px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.header_social li:last-child {
  margin-right: 0px;
}

.header_social li:hover a {
  color: #cccccc;
}

.top_right {
  /*margin-top: 14px;*/
  margin-top: 30px;
}

.top_right li,
.nav_right li {
  display: inline-block;
}

.top_right li a,
.nav_right li a {
  font-size: 24px;
  /*border: 1px solid rgba(132, 130, 143, 0.25);*/
  color: #333333;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  padding: 0px 16px;
}

.top_right li.user {
  margin-right: 7px;
}

	.top_right li a:hover,
	.nav_right li a:hover {
		/*
		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		border: 1px solid #e59500;
		*/
	}	

.top_right li.cart,
.nav_right li.cart {
  margin-right: -3px;
}

.top_right li.cart a,
.nav_right li.cart a {
  position: relative;
}

/*.top_right li.cart a:before*/
.top_right li.cart a span,
.nav_right li.cart a span {
  content: "0";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */

  font-size: 12px;
  position: absolute;
  /*right: 0;*/
  left: 50px;
  top: 2px;
  background: #dd1f44;
  line-height: 20px;
}

.top_right li.h_price .bootstrap-select,
.nav_right li.h_price .bootstrap-select {
  width: 100px !important;
  border: 1px solid #cccccc;
  line-height: 48px;
  vertical-align: bottom;
  position: relative;
  top: 8px;
  border-left: 0px;
}

.top_right li.h_price .bootstrap-select .dropdown-toggle,
.nav_right li.h_price .bootstrap-select .dropdown-toggle {
  padding: 0px 15px 0px 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  vertical-align: top;
}

.top_right li.h_price .bootstrap-select .dropdown-toggle span,
.nav_right li.h_price .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  color: #333333;
  /*
  font-family: "Poppins", sans-serif;
  */

  font-weight: 700;
  line-height: 46px;
}

.top_right li.h_price .bootstrap-select .dropdown-toggle:after,
.nav_right li.h_price .bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  color: #000;
  right: 20px;
  position: relative;
  top: 4px;
}

.top_right li.h_price .bootstrap-select .dropdown-menu,
.nav_right li.h_price .bootstrap-select .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  margin-top: 0px;
}

.top_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner,
.nav_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.top_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li,
.nav_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li {
  display: block;
}

.top_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li a,
.nav_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  line-height: 35px;
  border: none;
  font-size: 14px;
  color: #333333;
  /*
  font-family: "Poppins", sans-serif;
  */

  font-weight: 700;
  display: block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.top_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a,
.nav_right li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  background: #f8f9fa;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #30323A;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #1F65AB;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #1F65AB;
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  /*border: 1px solid #dadada;*/
  border: 1px solid rgba(132, 130, 143, 0.25);
}

.main-btn {
  color: #30323A;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus {
  color: #006699;
  -webkit-box-shadow: 0px 0px 0px 1px #006699 inset, 0px 0px 0px 0px #e59500;
  box-shadow: 0px 0px 0px 1px #006699 inset, 0px 0px 0px 0px #e59500;
  border: 1px solid #e59500;
}

	/* Pseudo elements for icons */
	.btnn:before,
	.icon-heart:after,
	.icon-star:after,
	.icon-plus:after,
	.icon-file:before {
		font-family: 'simple-line-icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: relative;
		-webkit-font-smoothing: antialiased;
	}

	/* General button style (reset) */
	.btnn {
		border: none;
		border-radius: 40px;
		font-family: 'Montserrat', sans-serif !important;
		/*font-size: inherit;*/
		color: inherit;
		background: none;
		cursor: pointer;
		padding: 25px 80px;
		display: inline-block;
		/*margin: 15px 30px;*/
		/*text-transform: uppercase;*/
		/*letter-spacing: 1px;*/
		font-weight: 800;
		outline: none;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btnn:after {
		content: '';
		position: absolute;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	/* Button 3 */
	.btn-3 {
		background: #28ABE1;
		color: #fff;
		font-size: 18px;
	}

	.btn-3:hover {
		background: #33AFE3;
	}

	.btn-3:active {
		background: #5DBEE9;
		top: 2px;
	}

	.btn-3:before {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		line-height: 3;
		font-size: 125%;
		width: 60px;
	}	

	/* Button 3d */
	.btn-3d {
		padding: 25px 60px 25px 120px;
		border-radius: 10px;
	}

	.btn-3d:before {
		background: #5DBEE9;
		color: #fff;
		z-index: 2;
		border-radius: 10px 0 0 10px;
	}

	.btn-3d:after {
		width: 20px;
		height: 20px;
		background: #5DBEE9;
		z-index: 1;
		left: 55px;
		top: 50%;
		margin: -10px 0 0 -10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btn-3d:active:before {
		color: #f58500;
	}

	.btn-3d:active {
		top: 0;
	}

	.btn-3d:active:after {
		left: 60px;
	}	
	
	/* Button 5 */
	.btn-5 {
		background: #e59500;
		color: #fff;
		height: 70px;
		min-width: 260px;
		line-height: 24px;
		font-size: 16px;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.btn-5:active {
		background: #9053a9;
		top: 2px;
	}

	.btn-5 span {
		display: inline-block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		-moz-transition: all 0.3s;
		-moz-backface-visibility: hidden;
		transition: all 0.3s;
		backface-visibility: hidden;
	}

	.btn-5:before {
		position: absolute;
		height: 100%;
		width: 100%;
		line-height: 2.5;
		font-size: 180%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-5:active:before {
		color: #703b87;
	}

	/* Button 5a */
	.btn-5a:hover span {
		-webkit-transform: translateY(300%);
		-moz-transform: translateY(300%);
		-ms-transform: translateY(300%);
		transform: translateY(300%);
	}

	.btn-5a:before {
		left: 0;
		top: -100%;
	}

	.btn-5a:hover:before {
		top: 0;
	}

	/* Button 5b */
	.btn-5b:hover span {
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
	}

	.btn-5b:before {
		left: -100%;
		top: 0;
	}

	.btn-5b:hover:before {
		left: 0;
	}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.top_right > .user > .dropdown-toggle::after {
	display: none;
}	

.top_right > .user > .dropdown-menu {
    padding: 0;
}

.top_right > .user > .dropdown-menu li {
    display: block;
}

.top_right > .user > .dropdown-menu li a {
	font-size: 14px;
	border: 0;
    color: #333333;
    text-align: left;
    display: block;
    line-height: 48px;
    padding: 0px 16px;
}	

.custom-menu {
  display: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #1F65AB;
  /*left: 50%;*/
  -webkit-transform: translateX(0px) translateY(15px);
  -ms-transform: translateX(0px) translateY(15px);
  transform: translateX(0px) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(0px) translateY(15px);
  -ms-transform: translateX(0px) translateY(15px);
  transform: translateX(0px) translateY(15px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}



.topbar {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	position: relative; 
	width: 100%; 
	min-height: 36px;
    /*border-bottom: 1px solid rgba(229, 149, 0, 0.65);*/
    /*background: rgba(132, 130, 143, 0.2);*/
	/*background: rgba(229, 149, 0, 0.6);*/	
	/*background: rgba(40, 171, 225, 1.0);*/
	/*background: rgba(68, 189, 160, 1.0);*/
	background: rgba(255, 255, 255, 1.0);
	
	/*border-bottom: 1px solid rgba(132, 130, 143, 0.25);*/
	line-height: 1.8;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms; 
}	

.topbar a {
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms; 
}	

.topbar .navbar {
	margin: 0;
	padding: 0;	
}	

.navbar-nav {
	width: 100%;
}
	
.navbar > .container {
	justify-content: normal;
}	

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.shop_header_area .navbar {
  margin: 0;
  padding: 0px;
  /*max-height: 50px;*/
  /*background-color: transparent !important;*/
  /*background: rgba(40, 171, 225, 1.0) !important;*/ 
  /*background: rgba(93, 190, 233, 1.0) !important;*/
  /*background: rgba(234, 217, 0, 1.0) !important;*/
  
  /*background: rgba(68, 189, 160, 1.0);*/

background: rgb(21,132,124);
background: -moz-linear-gradient(90deg, rgba(21,132,124,1) 0%, rgba(68,189,160,1) 25%, rgba(68,189,160,1) 75%, rgba(21,132,124,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(21,132,124,1) 0%, rgba(68,189,160,1) 25%, rgba(68,189,160,1) 75%, rgba(21,132,124,1) 100%);
background: linear-gradient(90deg, rgba(21,132,124,1) 0%, rgba(68,189,160,1) 25%, rgba(68,189,160,1) 75%, rgba(21,132,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15847c",endColorstr="#15847c",GradientType=1);  
  /*border-top: 2px solid rgba(132, 130, 143, 0.25);*/
  /*border-bottom: 2px solid rgba(132, 130, 143, 0.25);*/
  border-radius: 0;
}

.shop_header_area .navbar .navbar-brand {
  display: none;
}

.shop_header_area .navbar .navbar-nav.categories {
  min-height: 70px;
}

.shop_header_area .navbar .navbar-nav.categories li {
  border-right: 2px solid #eee;
  text-align: center;
  margin-left: 0px !important;
  padding-right: 30px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select {
  width: 265px !important;
  text-align: center;
  line-height: 70px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .btn-default {
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 50px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .btn-default span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .7px;
  line-height: 68px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .btn-default:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  border: none;
  position: relative;
  right: 106px;
  margin: 0px;
  font-weight: bold;
  top: 3px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .dropdown-menu .dropdown-menu.inner li {
  display: block;
  border-right: 0px;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  text-align: left;
  display: block;
  padding: 0px 15px;
  line-height: 40px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */

  color: #666666;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  color: #000;
}

.shop_header_area .navbar .navbar-nav-r {
  width: 100%;
}

.shop_header_area .navbar .navbar-nav li {
  /*margin-right: 40px;*/
  /*margin: 0 13px;*/
  width: 16%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.shop_header_area .navbar .navbar-nav-r li {
  /*margin-right: 40px;*/
  /*margin: 0 13px;*/
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.shop_header_area .navbar .navbar-nav-r li a {
  color: rgba(255, 255, 255, 1.0);
}

.shop_header_area .navbar .nav_right li {
  margin-right: 40px;
  width: 50px;
}

.topbar .navbar {
  min-height: 24px;
}

.topbar ul.nav_right {
	margin-top: 16px;
}

.acctbar {
	padding: 2px 0;
	background-color: #E9E5E4 ;
}
		
.topbar .nav_right li,
.topbar .navbar .nav_right li,
.acctbar .nav_right li,
.acctbar .navbar .nav_right li {
  /*width: 80px;*/
  /*margin-right: 40px;*/
  /*margin: 0 10px;*/
  padding: 0 20px;
}

.topbar .nav_right li:not(:last-child),
.topbar .navbar .nav_right li:not(:last-child) {
  /*width: 80px;*/
  /*margin-right: 40px;*/
  border-right: 1px solid #333;
}

.acctbar .nav_right li:not(:last-child),
.acctbar .navbar .nav_right li:not(:last-child) {
  /*width: 80px;*/
  /*margin-right: 40px;*/
  border-right: 1px solid #fff;
}

.topbar .nav_right li a,
.topbar .navbar .navbar-nav li a,
.acctbar .nav_right li a,
.acctbar .navbar .navbar-nav li a {
	padding: 0px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;  
	/*font-size: 18px;*/
	/*text-transform: uppercase;	*/
	/*color: #465362;*/
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s; 
}

.shop_header_area .navbar .navbar-nav li a {
	/*padding: 0px;*/
	/*height: 60px;*/
	/*line-height: 48px;*/
	font-size: 13px;
	font-weight: 600;
	font-style: normal; 
	color: #fff;
	/*font-size: 18px;*/
	/*text-transform: uppercase;	*/
	/*color: #465362;*/
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s; 
}

	.topbar .navbar .navbar-nav li a:hover {
		color: #fff;
	}

.topbar .navbar .navbar-nav li a i {
	margin-left: 6px;
	font-size: 16px;
}

.shop_header_area .navbar .navbar-nav li a:after {
  display: none;
}

.shop_header_area .navbar .navbar-nav li a i {
  padding-left: 6px;
}

.shop_header_area .navbar .navbar-nav li:first-child {
  /*margin-left: 60px;*/
  /*margin-left: 30px;*/
  /*padding-right: 30px;*/
}

.shop_header_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

.shop_header_area .navbar .navbar-nav li:hover a, 
.shop_header_area .navbar .navbar-nav li.active a {
  /*color: rgba(255, 255, 255, 0.5);*/
}

@media (min-width: 992px) {
  .shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    /*background: #242331;*/
	background: rgba(255, 255, 255, 0.97);
    border-radius: 0px;
    border: none;
    padding: 0;
	left: -50%;
    visibility: hidden;
  }
}

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
  width: 270px;
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal;
  text-align: left;
}

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #333;
  font-weight: 400;
  /*letter-spacing: .48px;  */
  padding: 0px 10px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  text-shadow: none;
}

/*
.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li:nth-child(1) a,
.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li:nth-child(9) a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 800 !important;
}
*/

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a, .shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li.active a {
  /*color: #465362;*/
  color: #44bda0;
}

@media (min-width: 992px) {
  .shop_header_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

/* Main title css
============================================================================================ */
/* Carousel Header css
============================================================================================ */
.carousel_top_h_inner {
  display: block;
}

.carousel_menu_inner .navbar {
  padding: 20px 0px 20px 0px;
  border-bottom: none;
}

.carousel_menu_inner .navbar .navbar-brand {
  display: inline-block;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end li {
  margin: 0px;
  text-align: center;
  margin-right: 10px;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end li a {
  font-size: 20px;
  border: 1px solid #cccccc;
  color: #333333;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  padding: 0px 20px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end li a i {
  padding-left: 0px;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end li:last-child {
  margin-right: 0px;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end li:hover a {
  border-color: #0b1033;
  color: #0b1033;
}
/*
.simple-steps-2:before,
.simple-steps-3:before {
	content: "------------------------------->";
	float: left;
	position: absolute;
	top: 20px;
	left: 0;
}
*/
.simple-steps-1 {
	position: absolute;
	top: 80px;
	left: 240px;
	background: url(../images/step-sep.png) 100% -5px no-repeat;
	width: 320px;
	height: 20px;	
}

.simple-steps-2 {
	position: absolute;
	top: 80px;
	left: 640px;
	background: url(../images/step-sep.png) 100% -5px no-repeat;
	width: 320px;
	height: 20px;
}	

.cart_cart a {
  position: relative;
}

.cart_cart a:before {
  content: "0";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
    
  font-size: 12px;
  position: absolute;
  font-weight: normal;
  right: 6px;
  bottom: 6px;
  background: #d91522;
  line-height: 20px;
}

/* End Carousel Header css
============================================================================================ */

#pageItems {
	position: relative;
	top: 20px;
}	

/* End Carousel Header css
============================================================================================ */
.fullwidth_menu {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 30;
}

.fullwidth_menu .carousel_menu_inner .navbar {
  border: none;
}

.fullwidth_menu .carousel_menu_inner .navbar .navbar-brand {
  padding-top: 0px;
}

.fullwidth_menu .carousel_menu_inner .navbar .collapse {
  text-align: center;
}

.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
  display: block;
  width: 100%;
  text-align: center;
}

.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
  display: inline-block;
}

.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li:first-child {
  margin-left: 0px;
}

.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end li a {
  border-color: #92c1c4;
}

/* End Carousel Header css
============================================================================================ */
/* End Carousel Header css
============================================================================================ */
.parallax_menu {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 80px;
  width: 100%;
  z-index: 30;
}

.parallax_menu .carousel_menu_inner .navbar {
  border: none;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-brand {
  padding-top: 0px;
}

.parallax_menu .carousel_menu_inner .navbar .collapse {
  text-align: right;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
  display: block;
  width: 100%;
  text-align: right;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
  display: inline-block;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li:first-child {
  margin-left: 0px;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end {
  margin-left: 60px;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end li a {
  border: none;
  padding: 0px;
  margin-right: 20px;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end li a:before {
  right: -12px;
}

.parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end li:last-child a {
  margin-right: 0px;
}

/* End Carousel Header css
============================================================================================ */
/* Home Box menu css
============================================================================================ */
.black_top_header {
  background: #333333;
}

.black_top_header .selector {
  position: relative;
  top: -4px;
}

.black_top_header .selector .ddcommon .ddTitle .ddTitleText span {
  color: #fff;
}

.black_top_header .selector .ddcommon .ddTitle .ddArrow:before {
  color: #fff;
}

.black_top_header .selector .ddcommon .ddChild {
  background: #fff;
}

.black_top_header .selector:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 4px;
  top: 5px;
}

.black_top_header .usd_select.bootstrap-select {
  position: relative;
  top: -3px;
}

.black_top_header .usd_select.bootstrap-select .dropdown-toggle {
  background: transparent;
}

.black_top_header .usd_select.bootstrap-select .dropdown-toggle span {
  color: #fff;
}

.black_top_header .usd_select.bootstrap-select .dropdown-toggle:after {
  color: #fff;
}

.account_list li {
  display: inline-block;
  margin-right: 20px;
}

.account_list li:last-child {
  margin-right: 0px;
}

.account_list li a {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #fff;
  letter-spacing: .325px;
  line-height: 46px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.account_list li:hover a {
  color: #d91522;
}

/* End Home Box menu css
============================================================================================ */
/* Fixed Offcanvas menu css
============================================================================================ */
.home_left_main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_left_main_area .left_menu {
  max-width: 15.65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.65%;
  flex: 0 0 15.65%;
  background: #1e1e1e;
  min-height: 100vh;
}

.home_left_main_area .right_body {
  max-width: 84.35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84.35%;
  flex: 0 0 84.35%;
  background: #f0f0f0;
}

.offcanvas_fixed_menu {
  padding: 60px 0px;
}

.offcanvas_fixed_menu .top_header_left {
  text-align: center;
}

.offcanvas_fixed_menu .top_header_left .selector {
  position: relative;
  top: -4px;
}

.offcanvas_fixed_menu .top_header_left .selector .ddcommon .ddTitle {
  text-align: left;
}

.offcanvas_fixed_menu .top_header_left .selector .ddcommon .ddTitle .ddTitleText span {
  color: #fff;
}

.offcanvas_fixed_menu .top_header_left .selector .ddcommon .ddTitle .ddArrow:before {
  color: #fff;
}

.offcanvas_fixed_menu .top_header_left .selector .ddcommon .ddChild {
  background: #fff;
}

.offcanvas_fixed_menu .top_header_left .selector:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 4px;
  top: 5px;
}

.offcanvas_fixed_menu .top_header_left .usd_select.bootstrap-select {
  position: relative;
  top: -3px;
}

.offcanvas_fixed_menu .top_header_left .usd_select.bootstrap-select .dropdown-toggle {
  background: transparent;
}

.offcanvas_fixed_menu .top_header_left .usd_select.bootstrap-select .dropdown-toggle span {
  color: #fff;
}

.offcanvas_fixed_menu .top_header_left .usd_select.bootstrap-select .dropdown-toggle:after {
  color: #fff;
}

.offcanvas_fixed_menu .logo_offcanvas {
  padding: 60px 0px 55px 0px;
  display: block;
  text-align: center;
}

.offcanvas_fixed_menu .search_form {
  display: block;
  position: relative;
  margin-bottom: 55px;
  max-width: 200px;
  margin: 0px auto 55px;
}

.offcanvas_fixed_menu .search_form input {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #4b4b4b;
  background: transparent;
  height: 50px;
  padding: 0px 30px 0px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
}

.offcanvas_fixed_menu .search_form input.placeholder {
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
}

.offcanvas_fixed_menu .search_form input:-moz-placeholder {
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
}

.offcanvas_fixed_menu .search_form input::-moz-placeholder {
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
}

.offcanvas_fixed_menu .search_form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
}

.offcanvas_fixed_menu .search_form .input-group-btn {
  margin: 0px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offcanvas_fixed_menu .search_form .btn.btn-secondary {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
}

.offcanvas_menu .nav li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0px 50px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.offcanvas_menu .nav li a:after {
  display: none;
}

.offcanvas_menu .nav li a i {
  float: right;
  line-height: 48px;
  position: relative;
  left: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.offcanvas_menu .nav li:hover a {
  color: #fff;
}

.offcanvas_menu .nav li:hover a i {
  left: 5px;
}

.offcanvas_menu .nav li.side_menu {
  position: inherit;
}

@media (min-width: 992px) {
  .offcanvas_menu .nav li.side_menu .dropdown-menu {
    position: fixed;
    left: 15%;
    display: block;
    top: 0px;
    height: 100%;
    background: #141414;
    min-width: 276px;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding-top: 365px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 5;
  }
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li a {
  line-height: 45px;
  font-weight: 500;
  font-size: 11px;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  display: block;
  color: #6f6f6f;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li a:before {
  display: none;
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li a i {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li a:before {
  display: none;
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li:hover a {
  color: #fff;
}

.offcanvas_menu .nav li.side_menu .dropdown-menu li:hover a i {
  left: 20px;
}

@media (min-width: 992px) {
  .offcanvas_menu .nav li.side_menu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    left: 15.65%;
  }
}

.cart_list {
  margin-top: 70px;
}

.cart_list ul {
  text-align: center;
  border: 1px solid #4b4b4b;
  max-width: 160px;
  margin: auto;
  vertical-align: middle;
}

.cart_list ul li {
  display: inline-block;
}

.cart_list ul li.cart_icon {
  vertical-align: top;
}

.cart_list ul li.cart_icon a {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  display: inline-block;
  position: relative;
}

.cart_list ul li.cart_icon a:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #4b4b4b;
  position: absolute;
  right: -18px;
  top: 0px;
}

.cart_list ul li.cart_icon a:after {
  content: "0";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 12px;
  position: absolute;
  right: -8px;
  bottom: 5px;
  background: #d91522;
  line-height: 20px;
}

.cart_list ul li.h_price .bootstrap-select {
  width: 100px !important;
  border: none;
  line-height: 48px;
  vertical-align: bottom;
  position: relative;
  border-left: 0px;
  left: 13px;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-toggle {
  padding: 0px 15px 0px 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  line-height: 46px;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  color: #fff;
  right: 20px;
  position: relative;
  top: 4px;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  margin-top: 0px;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li {
  display: block;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  line-height: 35px;
  border: none;
  font-size: 14px;
  color: #333333;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  display: block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.cart_list ul li.h_price .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  background: #f8f9fa;
}

.shop_header_area.fixed_tb_menu {
  display: none;
}

.carousel_top_header.black_top_header .top_header_left {
  padding-top: 13px;
}

/* End Fixed Offcanvas menu css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Summer Banner Area css
============================================================================================ */
.best_summer_banner {
  position: relative;
}

.summer_text {
  position: absolute;
  left: 170px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 465px;
  width: 100%;
}

.summer_text h3 {
  font-size: 60px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
}

.summer_text p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  padding: 45px 0px 60px 0px;
}

.summer_text .add_cart_btn {
  padding: 0px 38px;
}

/* End Summer Banner Area css
============================================================================================ */
/* Categories Banner Area css
============================================================================================ */
.categories_banner_area {
  background: url(../img/banner/categories-banner.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.categories_banner_area:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);
  background: rgba(132, 130, 143, 1.0);
  background: rgba(93, 190, 233, 1.0);*/
  
  background: linear-gradient(to top, rgb(68, 189, 160), rgb(21, 132, 124));
  
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c_banner_inner {
  /*text-align: center;*/
  padding: 0 0 80px 0;
}

.c_banner_inner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: .6px;
  padding-bottom: 5px;
  text-shadow: 2px 2px 4px #15847c;
}

.c_banner_inner ul li {
  display: inline-block;
  margin-right: 10px;
}

.c_banner_inner ul li a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  position: relative;
  letter-spacing: .35px;
}

	.c_banner_inner ul li a:hover {
	  color: rgba(255, 255, 255, 1.0);
	}

.c_banner_inner ul li a:before {
  content: ">";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_banner_inner ul li:last-child {
  margin-right: 0px;
}

.c_banner_inner ul li:last-child a:before {
  display: none;
}

.c_banner_inner ul li.current a {
  color: #fff;
}

.c_banner_inner p {
  color: #fff;
  width: 50%;
}

.cat-header {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}



.filterDiv {
  display: block; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.filterShow {
  display: block;
}

.btnFilter {
    margin: 0 20px;
	width: 125px;
	height: 60px;
    /*background: url(../images/btnFilter-off.png) left top no-repeat;*/
	background: none;
	border: none;
}

.btnFilter > span {
    display: block;
	margin-top: -10px;
}

.btnFilter.active {
    margin: 0 20px;
	width: 125px;
	height: 60px;
    background: url(../images/btnFilter-on.png) left top no-repeat;
	border: none;
}	

.btnFilter.active:focus {
    outline: none;
}


/* End Categories Banner Area css
============================================================================================ */
/* Solid Banner Area css
============================================================================================ */
.solid_banner_area {
  background: #f3f3f3;
  text-align: center;
}

.solid_banner_inner {
  padding: 68px 0px;
}

.solid_banner_inner h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  letter-spacing: .60px;
  padding-bottom: 10px;
}

.solid_banner_inner ul li {
  display: inline-block;
  margin-right: 12px;
}

.solid_banner_inner ul li a {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .35px;
  color: #000;
  position: relative;
  display: inline-block;
}

.solid_banner_inner ul li a:before {
  content: ">";
  position: absolute;
  right: -10px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solid_banner_inner ul li:last-child {
  margin-right: 0px;
}

.solid_banner_inner ul li:last-child a:before {
  display: none;
}

/* End Solid Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Carousel css
============================================================================================ */

.main_slider_area {
	/*background: url(../images/DIY_FPO_Image.jpg) center top no-repeat;*/
	min-height: 520px;
}	

	.item_01 {
		background: url(../images/home-slider/DIYP_Carousel_Graduation.jpg) center top no-repeat;
		background-size: contain;
		min-height: 520px;
	}
	
		.item_01 .carousel-caption {
			color: #E3288D;
		}
		
	.item_02 {
		background: url(../images/home-slider/DIYP_Carousel_Easter.jpg) center top no-repeat;
		background-size: contain;
		min-height: 520px;
	}
	
		.item_02 .carousel-caption {
			color: #B055B5;
		}
		
	.item_03 {
		background: url(../images/home-slider/DIYP_Carousel_Realtor.jpg) center top no-repeat;
		background-size: contain;
		min-height: 520px;
	}
	
		.item_03 .carousel-caption {
			color: #0099BB;
		}
		
.main_slider_area #main_slider ul li .slider_text_box .secand_text {
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700 !important;
  color: #000;
}

.main_slider_area #main_slider ul li .slider_text_box .third_btn .checkout_btn {
  padding: 0px 40px !important;
  line-height: 48px !important;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.main_slider_area #fullwidth_slider ul li .slider_text_box .first_text {
  font-weight: 600 !important;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.main_slider_area #fullwidth_slider ul li .slider_text_box .secand_text {
  font-weight: 600 !important;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #012f45;
  text-transform: uppercase;
}

.main_slider_area #fullwidth_slider ul li .slider_text_box .third_text {
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal !important;
}

.main_slider_area #fullwidth_slider ul li .slider_text_box .four_btn .checkout_btn {
  padding: 0px 40px !important;
  line-height: 48px !important;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.main_slider_area #home_box_slider ul li .slider_text_box .first_text {
  font-weight: 600 !important;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.main_slider_area #home_box_slider ul li .slider_text_box .secand_text {
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal !important;
}

.main_slider_area #home_box_slider ul li .slider_text_box .third_btn .checkout_btn {
  padding: 0px 40px !important;
  line-height: 48px !important;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  background: #000000;
  color: #fff;
  border-color: #000;
}

.main_slider_area #home_box_slider ul li .slider_text_box .third_btn .checkout_btn:hover {
  background: #d91522;
  border-color: #d91522;
}

.home_carousel_slider .h_carousel_item {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.home_carousel_slider .h_carousel_item img {
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
}

.home_carousel_slider .h_carousel_item:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 1;
}

.home_carousel_slider .h_carousel_item .carousel_hover {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.home_carousel_slider .h_carousel_item .carousel_hover h3 {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.home_carousel_slider .h_carousel_item .carousel_hover h4 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  padding: 20px 0px;
  -webkit-transition: all 650ms linear;
  -o-transition: all 650ms linear;
  transition: all 650ms linear;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.home_carousel_slider .h_carousel_item .carousel_hover h5 {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
  color: #b5b5b5;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
}

.home_carousel_slider .h_carousel_item .carousel_hover p {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
  color: #b5b5b5;
  line-height: 24px;
  padding: 3px 0px 35px 0px;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  opacity: 0;
}

.home_carousel_slider .h_carousel_item .carousel_hover .discover_btn {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
}

.home_carousel_slider .h_carousel_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home_carousel_slider .h_carousel_item:hover:before {
  opacity: 1;
}

.home_carousel_slider .h_carousel_item:hover .carousel_hover h3 {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

.home_carousel_slider .h_carousel_item:hover .carousel_hover h4 {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

.home_carousel_slider .h_carousel_item:hover .carousel_hover h5 {
  opacity: 1;
}

.home_carousel_slider .h_carousel_item:hover .carousel_hover p {
  opacity: 1;
}

.home_carousel_slider .h_carousel_item:hover .carousel_hover .discover_btn {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

.home_carousel_slider .owl-next, .home_carousel_slider .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.home_carousel_slider .owl-prev {
  left: 0px;
}

.home_carousel_slider .owl-next {
  right: 0px;
}

/* End Home Carousel css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Add css
============================================================================================ */
.feature_add_area {
  margin-top: 30px;
}

.f_add_item {
  position: relative;
}

.f_add_item h4 {
    width: 50%;
    margin: 0 auto;
	line-height: 1.5;	
}	

.process-step-1 {
	background: url(../images/process-1-off.png) center top no-repeat;
	background-size: 70px 70px;
	height: 70px;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}	
/*
	.process-step-1:hover {
		background: url(../images/process-1-on.png) center top no-repeat;
		background-size: 70px 70px;
	}
*/
.process-step-2 {
	background: url(../images/process-2-off.png) center top no-repeat;
	background-size: 70px 70px;
	height: 70px;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
/*
	.process-step-2:hover {
		background: url(../images/process-2-on.png) center top no-repeat;
		background-size: 70px 70px;
	}
*/	
.process-step-3 {
	background: url(../images/process-3-off.png) center top no-repeat;
	background-size: 70px 70px;
	height: 70px;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
/*
	.process-step-3:hover {
		background: url(../images/process-3-on.png) center top no-repeat;
		background-size: 70px 70px;
	}
*/
.img-why {
	display: block;
    max-width: 50%;
    height: auto;
	margin: 0 auto;
}	
	
.f_add_item img {
	width: 70px;
	height: 70px;
}	

.f_add_item .f_add_hover {
  /*
  position: absolute;
  left: 26px;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

.f_add_item .f_add_hover h4 {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 0 15px 30px 15px;
  background: #fff;
}

	.f_add_item .f_add_hover h4:before {
		content: "";
		width: 90%;
		border-top: 1px solid rgba(132, 130, 143, 0.25);;
		height: 1px;
		left: 15px;
		top: 107px;
		display: block;
		position: absolute;
		background: #fff;
		z-index: -1;
		text-align: center;
	}

.f_add_item .sale {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #d91522;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding: 0px 15px;
  line-height: 25px;
}

.f_add_item .off {
  background: #000;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 14px;
  /*line-height: 25px;*/
  font-size: 24px;
  border-radius: 50%;
      width: 40px;
    height: 40px;
}

.f_add_item.right_dir .f_add_hover {
  left: auto;
  right: 40px;
}

.f_add_item.white_add .f_add_hover h4 {
  color: #fff;
}

.f_add_item.white_add .f_add_hover .add_btn {
  color: #fff;
}

.feature_big_add_area {
  padding-top: 10px;
  padding-bottom: 40px;
}

.promotion_area {
  margin-top: 20px;
}

.promotion_area .left_promotion {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.8%;
  flex: 0 0 55.8%;
  max-width: 55.8%;
  padding-right: 15px;
}

.promotion_area .right_promotion {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.2%;
  flex: 0 0 44.2%;
  max-width: 44.2%;
  padding-left: 15px;
}

.promotion_area .f_add_item .f_add_hover .sale {
  position: relative;
  margin-bottom: 15px;
}

.promotion_area .f_add_item.right_dir .f_add_hover {
  right: 0px;
  left: 30px;
}

.promotion_area .f_add_item.right_dir .f_add_hover .off {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  margin-bottom: 15px;
  right: auto;
}

/* End Feature Add css
============================================================================================ */
/* Special Offer css
============================================================================================ */
.special_offer_area {
  padding-top: 30px;
}

.special_offer_item {
  position: relative;
}

.special_offer_item .hover_text {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.special_offer_item .hover_text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.special_offer_item .hover_text h4:before {
  content: "for";
  position: absolute;
  right: -40px;
  bottom: 0px;
  color: #d91522;
  text-transform: none;
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.special_offer_item .hover_text h5 {
  font-size: 30px;
  font-weight: bold;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  text-transform: uppercase;
  padding-bottom: 18px;
}

.special_offer_item2 {
  position: relative;
}

.special_offer_item2 .hover_text {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.special_offer_item2 .hover_text h5 {
  font-size: 30px;
  font-weight: bold;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  text-transform: uppercase;
  padding-bottom: 15px;
}

/* End Special Offer css
============================================================================================ */
/* Full Width Feature Area css
============================================================================================ */
.full_feature_item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.full_feature_item .left_full_feature {
  width: calc(50% + 185px);
  float: left;
  overflow: hidden;
}

.full_feature_item .right_full_feature {
  width: calc(50% - 185px);
  float: right;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full_feature_item .right_full_feature .full_feature_text {
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  max-width: 270px;
  margin-left: 85px;
}

.full_feature_text {
  text-align: center;
}

.full_feature_text h4 {
  font-size: 30px;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.full_feature_text h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #d91522;
  padding-top: 12px;
}

.full_feature_text .sunglass_slider .item {
  text-align: center;
}

.full_feature_text .sunglass_slider .item img {
  width: auto;
  display: inline-block;
}

.full_feature_text .sunglass_slider .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.full_feature_text .sunglass_slider .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.full_feature_text .sunglass_slider .owl-dots .owl-dot.active {
  background: #d91522;
}

.full_feature_text .add_cart_btn {
  padding: 0px 35px;
  margin-top: 30px;
}

.dir_right .left_full_feature {
  float: right;
}

.dir_right .right_full_feature {
  float: left;
}

.dir_right .right_full_feature .full_feature_text {
  margin-left: 0px;
  max-width: 100%;
  display: block;
  width: 100%;
}

.dir_right .right_full_feature .full_feature_text .full_feature_text_inner {
  max-width: 270px;
  float: right;
  margin-right: 85px;
}

.dir_right .right_full_feature .full_feature_text .full_feature_text_inner h5 {
  padding-bottom: 20px;
}

.dir_right .right_full_feature .full_feature_text .full_feature_text_inner .sunglass_slider .owl-dots {
  margin-top: 25px;
}

/* End Full Width Feature Area css
============================================================================================ */
/* Home Parallax Area css
============================================================================================ */
.paper_inner {
  margin-bottom: 200px;
  text-align: center;
}

.parallax_style_one {
  color: #fff;
}

.parallax_style_one h3 {
  font-size: 60px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 0px 40px 0px;
}

.parallax_style_one h4 {
  font-size: 30px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
}

.parallax_style_one .add_cart_btn {
  padding: 0px 32px;
}

.parallax_style_one .discover_btn {
  border: 1px solid #fff;
  padding: 0px 32px;
}

.parallax_style_two {
  color: #fff;
}

.parallax_style_two h3 {
  font-size: 150px;
  font-family: "Montserrat", serif;
  font-weight: bold;
  letter-spacing: 0.7 0.5px;
}

.parallax_style_two h4 {
  font-size: 30px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 12.6px;
  padding-top: 30px;
}

.parallax_style_two i {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  color: #d91522;
  line-height: 80px;
  font-size: 15.44px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin-top: 60px;
}

.parallax_style_two i:hover {
  background: #d91522;
  color: #fff;
}

.parallax_style_two .discover_btn {
  border: 1px solid #fff;
  padding: 0px 32px;
  margin-top: 35px;
}

/* End Home Parallax Area css
============================================================================================ */
/* World Servie Area css
============================================================================================ */
.world_service {
  margin-top: 40px;
}

.world_service_inner {
  border: 1px solid #e5e5e5;
}

.world_service_inner .col-lg-3:last-child .world_service_item:before {
  display: none;
}

.world_service_item {
  padding: 35px 0px;
  text-align: center;
  position: relative;
}

.world_service_item:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
}

.world_service_item h4 {
  font-size: 18px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  padding-top: 3px;
}

.world_service_item h4 img {
  padding-right: 20px;
  position: relative;
  top: -2px;
}

.advanced_search_area {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_area .bootstrap-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100% !important;
  text-align: center;
}

.advanced_search_area .bootstrap-select .dropdown-toggle {
  padding: 0px;
  line-height: 58px;
  text-align: center;
  margin: 0px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  border-radius: 0px;
}

.advanced_search_area .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center !important;
}

.advanced_search_area .bootstrap-select .dropdown-toggle:after {
  content: "\33";
  font-family: 'ElegantIcons';
  font-size: 14px;
  color: #000;
  margin: 0px;
  width: auto;
  height: auto;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.advanced_search_area .bootstrap-select .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
}

.advanced_search_area .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: inline-block;
}

.advanced_search_area .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  padding: 0px 10px;
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}

.advanced_search_area .input-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.advanced_search_area .input-group input {
  border: none;
  padding: 0px 0px 0px 40px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 58px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .35px;
}

.advanced_search_area .input-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .35px;
}

.advanced_search_area .input-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .35px;
}

.advanced_search_area .input-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .35px;
}

.advanced_search_area .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .35px;
}

.advanced_search_area .input-group .input-group-btn .btn-secondary {
  background: #d91522;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 0px;
  width: 66px;
  margin: 0px;
  cursor: pointer;
}

/* End World Servie Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Add Button css
============================================================================================ */
.add_btn {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  font-weight: 700;
  vertical-align: middle;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.add_btn i {
  padding-left: 2px;
  position: relative;
  top: 3px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  left: 0px;
}

.add_btn:hover {
  color: #d91522;
}

.add_btn:hover i {
  left: 5px;
}

.add_cart_btn {
  /*background: #262121;*/
  /*background: #e59500;*/
  background: #dd1f44;
  color: #fff;
  line-height: 38px;
  /*border: 1px solid #262121;*/
  /*border-radius: 30px;*/
  border-radius: 12px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .70px;
  padding: 0px 15px;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

	.add_cart_btn:hover {
	  /*background: transparent;*/
	  background: #a01d39;
	  /*color: #262121;*/
	  color: #fff;
	  margin-top: -1px;
	  		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	}
	
.check_out_btn {
  /*background: #262121;*/
  background: #138535;
  color: #fff;
  line-height: 38px;
  /*border: 1px solid #262121;*/
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .70px;
  padding: 0px 15px;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

	.check_out_btn:hover {
	  /*background: transparent;*/
	  background: #e59500;
	  /*color: #262121;*/
	  color: #090c08;
	  margin-top: -1px;
	  		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	}	

.discover_btn {
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.discover_btn:hover {
  color: #d91522;
  border-color: #d91522;
}

.shop_now_btn {
  background: #d91522;
  display: inline-block;
  color: #fff;
  padding: 0px 16px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  border: 1px solid #d91522;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_now_btn:hover {
  background: transparent;
  color: #d91522;
}

.subs_btn {
  background: #333333;
  text-transform: uppercase;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .70px;
  border-radius: 0px;
  border: 1px solid #333333;
  padding: 0px 35px;
  line-height: 48px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.subs_btn:hover {
  background: transparent;
  color: #333333;
}

.update_btn {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 54px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
  display: inline-block;
}

.update_btn:hover {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

.checkout_btn {
  background: #d42421;
  border: 1px solid #d42421;
  border-radius: 0px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  padding: 0px 19px;
  line-height: 54px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
  display: inline-block;
}

.checkout_btn:hover {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

.boxHeading, .addressPaneTitle span, .TablesTitle span {
    margin: 0 0 20px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    text-transform: uppercase;
}

/* End Add Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Latest Product css
============================================================================================ */
.our_latest_product .s_m_title {
  padding-top: 55px;
  padding-bottom: 35px;
}

.l_product_slider .l_product_slider, .l_product_slider .home_l_product_slider, .home_l_product_slider .l_product_slider, .home_l_product_slider .home_l_product_slider {
  position: absolute;
  right: 0px;
  top: -65px;
}

.l_product_slider .l_product_slider .owl-prev, .l_product_slider .home_l_product_slider .owl-prev, .home_l_product_slider .l_product_slider .owl-prev, .home_l_product_slider .home_l_product_slider .owl-prev {
  margin-right: 15px;
}

.l_product_slider .l_product_slider .owl-prev, .l_product_slider .l_product_slider .owl-next, .l_product_slider .home_l_product_slider .owl-prev, .l_product_slider .home_l_product_slider .owl-next, .home_l_product_slider .l_product_slider .owl-prev, .home_l_product_slider .l_product_slider .owl-next, .home_l_product_slider .home_l_product_slider .owl-prev, .home_l_product_slider .home_l_product_slider .owl-next {
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 23px;
  color: #000;
  border: 1px solid #cccccc;
  line-height: 36px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.l_product_slider .l_product_slider .owl-prev:hover, .l_product_slider .l_product_slider .owl-next:hover, .l_product_slider .home_l_product_slider .owl-prev:hover, .l_product_slider .home_l_product_slider .owl-next:hover, .home_l_product_slider .l_product_slider .owl-prev:hover, .home_l_product_slider .l_product_slider .owl-next:hover, .home_l_product_slider .home_l_product_slider .owl-prev:hover, .home_l_product_slider .home_l_product_slider .owl-next:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.products-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.8rem;
}

#viewStack .product-row {
	/*padding: 0 !important;*/
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.2rem 3rem;
    /*width: 22%;*/
	border: 1px solid rgba(132, 130, 143, 0.15);
	-webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

#viewGrid .product-row {
	/*padding: 0 !important;*/
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.2rem 3rem;
    width: 22%;
	border: 1px solid rgba(132, 130, 143, 0.15);
	-webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

#viewGrid-r .product-row {
	/*padding: 0 !important;*/
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
	border-bottom: 1px solid rgba(132, 130, 143, 0.15);
	-webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

	#viewStack .product-row:hover,
	#viewGrid .product-row:hover {
		border: 1px solid rgba(255, 255, 255, 1.0);
		box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
	}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.l_product_item {
  position: relative;
  padding: 20px;
  width: 100%;
}



.l_product_item .btn-arrow {
    position: relative;
	margin: 1rem auto;
}

.l_product_item .btn-arrow.arrow-thin {
    color: #fff;
	display: block;
    position: relative;
	-webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

	.l_product_item .btn-arrow.arrow-thin:hover {
		transform: translateX(10px);
	}

.l_product_item .btn-arrow.arrow-thin span {
    /*background-color: #e59500;*/
	width: 85%;
	background-color: rgba(68, 189, 160, 1.0);
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2.6rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

	.l_product_item .btn-arrow.arrow-thin span:hover {
		background: rgba(221, 31, 68, 1.0);
	}

.l_product_item .btn-arrow.arrow-thin:after {
    border-bottom: 1.3rem solid transparent;
    border-left: 1.3rem solid rgba(68, 189, 160, 1.0);
    border-top: 1.3rem solid transparent;
    right: 0;
}

	.l_product_item .btn-arrow.arrow-thin:hover:after {
		border-bottom: 1.3rem solid transparent;
		border-left: 1.3rem solid rgba(221, 31, 68, 1.0);
		border-top: 1.3rem solid transparent;
		right: 0;
	}

.l_product_item .btn-arrow.arrow-thin:after, .l_product_item .btn-arrow.arrow-thin:before, .l_product_item .btn-arrow.arrow-thin span {
    bottom: 0;
    content: "";
    display: inline-block;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    vertical-align: top;
    z-index: 0;
}

/*  DIY Pack Development IDs  */

#bx_8505 > #bxMailer_8505, 
#bx_8505 > #bxRetail_8505, 
#bx_8505 > #bxGable_8505 { 
	display: none;
}

#bx_12245 > #bxShipper_12245, 
#bx_12245 > #bxRetail_12245, 
#bx_12245 > #bxGable_12245 { 
	display: none;
}

#bx_12246 > #bxShipper_12246, 
#bx_12246 > #bxMailer_12246, 
#bx_12246 > #bxGable_12246 { 
	display: none;
}

#bx_12247 > #bxShipper_12247, 
#bx_12247 > #bxRetail_12247, 
#bx_12247 > #bxMailer_12247 { 
	display: none;
}

#bx_12248 > #bxShipper_12248, 
#bx_12248 > #bxRetail_12248, 
#bx_12248 > #bxMailer_12248 { 
	display: none;
}

#bx_12249 > #bxShipper_12249, 
#bx_12249 > #bxRetail_12249, 
#bx_12249 > #bxMailer_12249 { 
	display: none;
}

/*  DIY Pack Production IDs  */

#bx_1 > #bxMailer_1, 
#bx_1 > #bxRetail_1, 
#bx_1 > #bxGable_1 { 
	display: none;
}

#bx_11 > #bxShipper_11, 
#bx_11 > #bxRetail_11, 
#bx_11 > #bxGable_11 { 
	display: none;
}

#bx_12 > #bxShipper_12, 
#bx_12 > #bxMailer_12, 
#bx_12 > #bxGable_12 { 
	display: none;
}

#bx_13 > #bxShipper_13, 
#bx_13 > #bxRetail_13, 
#bx_13 > #bxMailer_13 { 
	display: none;
}

#bx_16 > #bxShipper_16, 
#bx_16 > #bxRetail_16, 
#bx_16 > #bxMailer_16 { 
	display: none;
}

#bx_18 > #bxShipper_18, 
#bx_18 > #bxRetail_18, 
#bx_18 > #bxMailer_18 { 
	display: none;
}

#viewStack .l_product_item .l_p_img {
  position: relative;
  margin: 0 auto;
  width: 40%;
  float: left;
}

#viewGrid .l_product_item .l_p_img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  float: left;
}

.l_product_item .l_p_img img {
  position: relative;
  /*max-width: 100%;*/
  /*
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
  */
  margin: 0 auto;
}

#viewStack .l_product_item .l_p_text {
  margin: 1rem 0 1rem 2rem;
  width: 58%;
  float: left;
  /*text-align: center;*/
  /*height: 80px;*/
  /*border-top: 1px solid #cccccc;*/
  overflow: hidden;
}

#viewGrid .l_product_item .l_p_text {
  margin: 1rem 0;
  width: 100%;
  float: left;
  /*text-align: center;*/
  /*height: 80px;*/
  /*border-top: 1px solid #cccccc;*/
  overflow: hidden;
}

.l_product_item .l_p_text .l_p_title {
	height: 52px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.l_product_item .l_p_id {
    font-size: 10px;
    font-weight: 400;
    color: #ccc;
	text-align: right;
}

.l_product_item .l_p_text ul {
  /*padding-top: 16px;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*margin-top: -65px;*/
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-align: center;
  /*
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  */
}

.l_product_item .l_p_text ul li {
  /*display: inline-block;*/
  margin: 4px 0;
  background: rgba(132, 130, 143, 0.1);;
  border: 1px solid rgba(132, 130, 143, 0.15); 
}

.l_product_item .l_p_text ul li.p_icon {
  vertical-align: top;
}

.l_product_item .l_p_text ul li.p_icon a {
  border: 1px solid #999999;
  font-size: 17px;
  color: #999999;
  display: inline-block;
  padding: 0px 10px;
  line-height: 38px;
  position: relative;
  top: 1px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_product_item .l_p_text ul li.p_icon a:hover {
  color: #000;
}

.l_product_item .l_p_text ul li:last-child {
  margin-right: 0px;
}

.l_product_item .l_p_text h4 {
  font-size: 20px;
  /*font-family: "Montserrat", sans-serif;
  font-weight: 600;*/
  color: #000;
  padding-bottom: 5px;
  padding-top: 16px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_product_item .l_p_text h5 {
  font-size: 18px;
  /*font-family: "Montserrat", sans-serif;
  font-weight: 600;*/
  color: #d91522;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_product_item .l_p_text h5 del {
  font-size: 16px;
  color: #666666;
}

.l_product_item:hover .l_p_text ul {
  /*margin-top: 0px;*/
}

.l_product_item:hover .l_p_text h4 {
  opacity: 0;
}

.l_product_item:hover .l_p_text h5 {
  opacity: 0;
}

.l_product_item .l_p_deets {
  position: relative;
  bottom: 0;
}

.product-description {
	/*min-height: 230px;*/
	/*min-height: 385px;*/
	padding: 8px 0;
	border-top: 1px solid rgba(132, 130, 143, 0.15);
	border-bottom: 1px solid rgba(132, 130, 143, 0.15);
}

.product-price {
	padding: 8px 0;
}	

/* End Our Latest Product css
============================================================================================ */
/* Featured Product css
============================================================================================ */
.feature_product_area .col-lg-9 {
  overflow: hidden;
}

.feature_product_area .f_p_inner {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 40px;
  padding-top: 40px;
}

.f_product_left {
  position: relative;
}

.f_product_left .s_m_title {
  padding-bottom: 26px;
}

.f_product_left .s_m_title h2 {
  font-size: 18px;
}

.f_product_left .f_product_inner {
  border: 1px solid #cccccc;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.f_product_left .f_product_inner .media {
  margin-bottom: 20px;
  vertical-align: middle;
}

.f_product_left .f_product_inner .media .d-flex {
  padding-right: 20px;
}

.f_product_left .f_product_inner .media .media-body {
  -ms-flex-item-align: center;
  align-self: center;
}

.f_product_left .f_product_inner .media .media-body h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .35px;
  color: #0b1033;
}

.f_product_left .f_product_inner .media .media-body h5 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .35px;
  color: #d91522;
}

.f_product_left .f_product_inner .media:last-child {
  margin-bottom: 0px;
}

.f_product_left .owl-prev, .f_product_left .owl-next {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #000;
  border: 1px solid #cccccc;
  line-height: 25px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.f_product_left .owl-prev:hover, .f_product_left .owl-next:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.f_product_left .owl-prev {
  margin-right: 32px;
}

.portfolio_filter {
  text-align: center;
  padding-bottom: 20px;
}

.portfolio_filter li {
  display: inline-block;
  margin-right: 20px;
}

.portfolio_filter li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: .40px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter li:hover a, .portfolio_filter li.active a {
  color: #d91522;
}

.portfolio_filter li:last-child {
  margin-right: 0px;
}

.fillter_slider .owl-dots {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 32px;
}

.fillter_slider .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #d5d5d5;
  display: inline-block;
  margin-right: 10px;
}

.fillter_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.fillter_slider .owl-dots .owl-dot.active {
  background: #d91522;
}

.fillter_product_item .f_p_img {
  border: 1px solid #cccccc;
  position: relative;
}

.fillter_product_item .f_p_text {
  text-align: center;
}

.fillter_product_item .f_p_text h5 {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  letter-spacing: .40px;
  color: #0b1033;
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 8px;
}

.fillter_product_item .f_p_text h4 {
  color: #d91522;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.fillter_product_item .f_p_text h4 del {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.sale {
  background: #d91522;
  color: #fff;
  line-height: 25px;
  padding: 0px 11px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
}

.new {
  background: #0b42f2;
  color: #fff;
  line-height: 25px;
  padding: 0px 11px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
}

.discount {
  background: #000;
  color: #fff;
  line-height: 25px;
  padding: 0px 11px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
}

/* End Featured Product css
============================================================================================ */
/* Categories Product css
============================================================================================ */
.product_listing_area {
  margin-bottom: 40px;
}

.p_list_text {
  border: 1px solid #cccccc;
  height: 100%;
  padding-left: 18px;
  padding-top: 25px;
}

.p_list_text h3 {
  font-size: 24px;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  position: relative;
  padding-bottom: 8px;
}

.p_list_text h3:before {
  content: "";
  width: 95px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #d91522;
}

.p_list_text ul {
  padding-top: 14px;
}

.p_list_text ul li a {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: .35px;
  color: #0b1033;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.p_list_text ul li:hover a {
  color: #d91522;
}

.p_list_img {
  margin-left: -30px;
}

/* End Categories Product css
============================================================================================ */
/* Latest Product Isotope css
============================================================================================ */
.fillter_latest_product {
  padding-top: 60px;
  margin-bottom: 30px;
}

.fillter_latest_product .single_c_title {
  padding-bottom: 25px;
}

.fillter_l_p_inner {
  border-bottom: 1px solid #e5e5e5;
}

.fillter_l_p_inner .fillter_l_p {
  text-align: center;
  padding-bottom: 35px;
}

.fillter_l_p_inner .fillter_l_p li {
  display: inline-block;
  margin-right: 30px;
}

.fillter_l_p_inner .fillter_l_p li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: .40px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.fillter_l_p_inner .fillter_l_p li:hover a, .fillter_l_p_inner .fillter_l_p li.active a {
  color: #d91522;
}

.fillter_l_p_inner .fillter_l_p li:last-child {
  margin-right: 0px;
}

/* End Latest Product Isotope css
============================================================================================ */
/* Fillter Product Area css
============================================================================================ */
.fillter_product_slider_area {
  padding: 70px 0px 60px 0px;
}

.fillter_product_inner .portfolio_filter {
  text-align: center;
  padding-bottom: 35px;
}

.fillter_product_inner .portfolio_filter li {
  display: inline-block;
  margin-right: 25px;
}

.fillter_product_inner .portfolio_filter li a {
  font-size: 16px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .40px;
  text-transform: uppercase;
}

.fillter_product_inner .portfolio_filter li.active a {
  color: #d91522;
}

.fillter_product_inner .portfolio_filter li:last-child {
  margin-right: 0px;
}

.fillter_product_slider .fillter_product_slider {
  text-align: center;
}

.fillter_product_slider .owl-prev, .fillter_product_slider .owl-next {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #cccccc;
  color: #000;
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
  margin-top: 10px;
}

.fillter_product_slider .owl-prev:hover, .fillter_product_slider .owl-next:hover {
  color: #fff;
  background: #262121;
  border-color: #262121;
}

.fillter_product_slider .owl-prev {
  margin-right: 15px;
}

.fillter_home_sidebar {
  margin-top: 35px;
}

.fillter_home_sidebar .portfolio_filter {
  text-align: left;
}

.fillter_home_sidebar .home_l_product_slider .home_l_product_slider {
  top: -54px;
}

/* End Fillter Product Area css
============================================================================================ */
/* Latest Product steps 3 Area css
============================================================================================ */
.latest_product_3steps {
  padding-left: 30px;
  padding-right: 30px;
}

.latest_product_3steps .s_m_title {
  padding: 38px 0px;
}

.latest_product_3steps .l_product_item {
  background: #fff;
}

.feature_box_area {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}

/* End Latest Product steps 3 Area css
============================================================================================ */
/* Categories Grid Product Details Area css
============================================================================================ */
.c_product_grid_details .pagination_area {
  margin-top: 60px;
}

.c_product_item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.c_product_item:last-child {
  margin-bottom: 0px;
}

.c_product_item .c_product_img {
  position: relative;
  border: 1px solid #cccccc;
}

.c_product_item .c_product_text h3 {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  color: #000;
}

.c_product_item .c_product_text h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #d91522;
  padding: 10px 0px 20px 0px;
}

.c_product_item .c_product_text .product_rating li {
  display: inline-block;
}

.c_product_item .c_product_text .product_rating li a {
  font-size: 15px;
  color: #efb504;
}

.c_product_item .c_product_text h6 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  padding-top: 5px;
}

.c_product_item .c_product_text h6 span {
  color: #0dda2a;
}

.c_product_item .c_product_text p {
  line-height: 24px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35px;
  padding: 32px 0px;
  color: #666666;
}

.c_product_item .c_product_text .c_product_btn li {
  display: inline-block;
}

.c_product_item .c_product_text .c_product_btn li:last-child {
  margin-right: 0px;
  margin-left: 7px;
}

.p_icon {
  line-height: 40px;
  text-align: center;
  margin-right: 7px;
}

.p_icon a {
  font-size: 17px;
  color: #999999;
  text-align: center;
  border: 1px solid #999999;
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: bottom;
}

.p_icon a:hover {
  color: #262121;
  border-color: #262121;
}

/* End Categories Grid Product Details Area css
============================================================================================ */
/* End Categories Grid Product Details Area css
============================================================================================ */
.no_sidebar_2column_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.two_column_product .pagination_area {
  margin-top: 30px;
}

/* End Categories Grid Product Details Area css
============================================================================================ */
/* Product Details Slider Area css
============================================================================================ */
.product_details_area {
  padding-top: 100px;
}

.product_details_slider .tp-thumbs {
  margin-top: 18px;
}

.product_details_slider .tp-thumbs .tp-thumb-mask .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-over {
  background: transparent;
}

.product_details_slider .tp-thumbs .tp-thumb-mask .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-title {
  padding: 0px;
}

.product_details_slider .tp-thumbs .tp-thumb-mask .tp-thumbs-inner-wrapper .tp-thumb.selected .tp-thumb-over {
  background: transparent;
  border: 1px solid #000;
}

.product_details_slider #product_slider2 .tp-thumbs {
  margin-top: 0px;
  padding-right: 20px !important;
}

.product_details_slider #product_slider2 .tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-img-wrap {
  background: transparent;
  padding: 0px;
  border: 1px solid transparent;
}

.product_details_slider #product_slider2 .tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-img-wrap .tp-thumb-image {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_details_slider #product_slider2 .tp-thumbs .tp-thumbs-inner-wrapper .tp-thumb.selected .tp-thumb-img-wrap {
  border: 1px solid #000;
}

.product_details_text {
  max-width: 570px;
}

.product_details_text h3 {
  font-size: 18px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding-bottom: 13px;
}

.product_details_text .p_rating {
  display: inline-block;
}

.product_details_text .p_rating li {
  display: inline-block;
}

.product_details_text .p_rating li a {
  color: #efb504;
  font-size: 15px;
}

.product_details_text .add_review {
  display: inline-block;
  padding-left: 15px;
}

.product_details_text .add_review a {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  margin-right: 35px;
  position: relative;
}

.product_details_text .add_review a:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #666666;
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_details_text .add_review a:last-child {
  margin-right: 0px;
}

.product_details_text .add_review a:last-child:before {
  display: none;
}

.product_details_text h6 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  padding: 5px 0px 10px 0px;
}

.product_details_text h6 span {
  color: #0dda2a;
}

.product_details_text h4 {
  font-size: 28px;
  /*font-family: "Montserrat", sans-serif;
  font-weight: 500;*/
  color: #000;
  padding-bottom: 15px;
}

.product_details_text p {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  line-height: 24px;
  color: #666666;
  letter-spacing: .325px;
  /*border-top: 1px solid #d6d6d6;*/
  /*border-bottom: 1px solid #d6d6d6;*/
  padding: 0 0 16px 0;
}

.p_d_title {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .40px;
  padding-bottom: 15px;
}

.p_d_title span {
  color: #ff0400;
}

.p_color {
  max-width: 460px;
  margin-top: 22px;
}

.p_color .color_list li {
  display: inline-block;
  margin-right: 10px;
}

.p_color .color_list li a {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #1cbbb4;
  display: inline-block;
}

.p_color .color_list li:nth-child(2) a {
  background: #000000;
}

.p_color .color_list li:nth-child(3) a {
  background: #00aeef;
}

.p_color .color_list li:nth-child(4) a {
  background: #00a99d;
}

.p_color .color_list li:nth-child(5) a {
  background: #e7352b;
}

.p_color .color_list li:last-child {
  margin-right: 0px;
}

.p_color .color_list li:last-child a {
  background: #fbf4d9;
}

.p_color .bootstrap-select {
  width: 100% !important;
  cursor: pointer;
}

.p_color .bootstrap-select .dropdown-toggle {
  padding: 0px 20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  height: 40px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.p_color .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.p_color .bootstrap-select .dropdown-toggle:after {
  border-top: .3em solid #666;
  position: relative;
  right: 10px;
}

.p_color .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.p_color .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  padding: 0px 10px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  line-height: 30px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.p_color .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  color: #000;
}

.quantity {
  margin-top: 30px;
  margin-bottom: 18px;
}

.quantity .custom {
  display: inline-block;
  position: relative;
}

.quantity .custom .reduced, .quantity .custom .increase {
  padding: 0px;
  border: none;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity .custom .reduced {
  left: 10px;
}

.quantity .custom .increase {
  right: 10px;
}

.quantity .custom input {
  height: 50px;
  width: 150px;
  padding: 0px 20px;
  text-align: center;
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  letter-spacing: .40px;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity .custom input.placeholder {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  letter-spacing: .40px;
}

.quantity .custom input:-moz-placeholder {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  letter-spacing: .40px;
}

.quantity .custom input::-moz-placeholder {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  letter-spacing: .40px;
}

.quantity .custom input::-webkit-input-placeholder {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  letter-spacing: .40px;
}

.quantity .add_cart_btn {
  height: 50px;
  vertical-align: top;
  line-height: 49px;
  border: 1px solid #cccccc;
  padding: 0px 30px;
  margin-left: 7px;
}

.shareing_icon h5 {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  letter-spacing: .325px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.shareing_icon ul {
  display: inline-block;
  padding-left: 10px;
}

.shareing_icon ul li {
  display: inline-block;
  margin-right: 13px;
}

.shareing_icon ul li a {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shareing_icon ul li:last-child {
  margin-right: 0px;
}

.shareing_icon ul li:hover a {
  color: #000;
}

.product_description_area {
  padding-top: 60px;
}

.product_description_area .tab_menu .nav-tabs a {
  padding: 0px;
  border: none;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: #cccccc;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  text-transform: uppercase;
  line-height: 50px;
}

.product_description_area .tab_menu .nav-tabs a.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.product_description_area .tab-content {
  padding: 35px 0px;
}

.product_description_area .tab-content p {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  line-height: 26px;
  color: #666666;
  letter-spacing: .35px;
}

.product_description_area .tab-content h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
}

.product_description_area .tab-content ul li {
  display: inline-block;
}

.product_description_area .tab-content ul li a {
  color: #efb504;
  font-size: 15px;
}

.related_product_area {
  padding-top: 20px;
  padding-bottom: 80px;
}

.related_product_inner .single_c_title {
  padding-bottom: 45px;
  text-transform: uppercase;
}

.related_product_inner .pagination_area {
  margin-top: 30px;
}

.product_table_details {
  max-width: 535px;
  padding-top: 25px;
}

.product_table_details .table tr {
  padding-bottom: 15px;
  display: block;
}

.product_table_details .table tr th {
  padding: 0px;
  width: 120px;
  font-size: 14px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  border: none;
}

.product_table_details .table tr td {
  border: none;
  padding: 0px;
}

.product_table_details .table tr td h6 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  line-height: 20px;
  color: #333333;
  padding-bottom: 8px;
}

.product_table_details .table tr td h5 {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000000;
  padding-bottom: 5px;
}

.product_table_details .table tr td p {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  line-height: 20px;
}

.product_table_details .table tr td p span {
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  font-size: 14px;
}

.product_table_details .table tr td img {
  padding-bottom: 5px;
}

.product_table_details .table tr:first-child p {
  padding-bottom: 5px;
}

/* End Product Details Slider Area css
============================================================================================ */
/* Compare Area css
============================================================================================ */
.product_compare_area {
  padding: 100px 0px 50px 0px;
}

.compare_table .table {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-bottom: 0px;
}

.compare_table .table thead {
  text-align: center;
}

.compare_table .table thead tr th {
  border-top: 0px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .40px;
}

.compare_table .table thead tr th:first-child {
  border-bottom: 1px solid #fff;
}

.compare_table .table tbody {
  text-align: center;
}

.compare_table .table tbody tr th {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-top: 16px;
  padding-bottom: 15px;
}

.compare_table .table tbody tr th:first-child {
  width: 270px;
  text-align: left;
  padding-left: 80px;
  vertical-align: middle;
}

.compare_table .table tbody tr th span {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  letter-spacing: .35px;
  font-weight: 600;
}

.compare_table .table tbody tr td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-top: 16px;
  padding-bottom: 15px;
}

.compare_table .table tbody tr td:last-child {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.compare_table .table tbody tr td img {
  padding-top: 25px;
}

.compare_table .table tbody tr td h3 {
  color: #d91522;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 30px 0px;
}

.compare_table .table tbody tr td h3 span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.compare_table .table tbody tr td ul {
  padding-bottom: 30px;
}

.compare_table .table tbody tr td ul li {
  display: inline-block;
  vertical-align: top;
}

.compare_table .table tbody tr td ul li:last-child {
  margin-right: 0px;
  margin-left: 7px;
}

.compare_table .table tbody tr td h6 {
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 14px;
  color: #666666;
}

.compare_table .table tbody tr:first-child th {
  text-transform: uppercase;
}

.compare_table .continue {
  padding: 0px 25px;
  line-height: 48px;
  margin-top: 30px;
}

/* End Compare Area css
============================================================================================ */
/* Shopping Cart Area css
============================================================================================ */
.cart_product_list {
  padding-right: 30px;
}

.cart_product_list .table {
  margin-bottom: 0px;
}

.cart_product_list .table thead tr th {
  border-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  border-bottom: 1px solid #e9ecf2;
  text-align: center;
}

.cart_product_list .table thead tr th:nth-child(2) {
  text-align: left;
}

.cart_product_list .table tbody {
  border-bottom: 1px solid #e9ecf2;
}

.cart_product_list .table tbody tr {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.cart_product_list .table tbody tr th {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_product_list .table tbody tr td {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 28px 10px;
}

.cart_product_list .table tbody tr td .media .d-flex {
  padding-right: 30px;
}

.cart_product_list .table tbody tr td .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.cart_product_list .table tbody tr td .media .media-body h4 {
  font-size: 14px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.cart_product_list .table tbody tr td p {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.cart_product_list .table tbody tr td input {
  border: 1px solid #e9ecf2;
  width: 70px;
  text-align: center;
  height: 47px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.cart_product_list .table tbody tr td input.placeholder {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.cart_product_list .table tbody tr td input:-moz-placeholder {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.cart_product_list .table tbody tr td input::-moz-placeholder {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.cart_product_list .table tbody tr td input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.calculate_shoping_area {
  margin-top: 50px;
  padding-right: 30px;
}

.calculate_shoping_area .cart_single_title {
  display: block;
}

.calculate_shoping_area .cart_single_title span {
  float: right;
}

.calculate_shoping_area .cart_single_title span i {
  font-size: 30px;
  color: #000;
}

.calculate_shoping_area .calculate_shop_inner {
  border: 1px solid #e9ecf2;
  padding: 60px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group {
  margin-bottom: 20px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select {
  width: 100% !important;
  border: 1px solid #cccccc;
  height: 56px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-toggle {
  padding: 0px 22px;
  line-height: 56px;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-toggle:after {
  border-top-color: #666666;
  margin: 0px;
  position: relative;
  right: 6px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  padding: 0px 22px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  color: #000;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group input {
  height: 56px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .submit_btn {
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  border-radius: 0px;
  height: 54px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.calculate_shoping_area .calculate_shop_inner .calculate_shoping_form .form-group .submit_btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.cupon_box {
  margin-bottom: 55px;
}

.cupon_box .cupon_box_inner {
  background: #eeeeee;
  padding: 60px 62px 50px 62px;
}

.cupon_box .cupon_box_inner input {
  width: 100%;
  display: block;
  height: 58px;
  border: 1px solid #babdc2;
  text-align: center;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cupon_box .cupon_box_inner input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cupon_box .cupon_box_inner input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cupon_box .cupon_box_inner input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cupon_box .cupon_box_inner input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cupon_box .cupon_box_inner .subs_btn {
  width: 100%;
  display: block;
  line-height: 55px;
  margin-top: 25px;
}

.cart_totals .cart_total_inner {
  background: #333333;
  padding: 56px 60px 65px 60px;
  margin-bottom: 20px;
}

.cart_totals .cart_total_inner ul li a {
  border-bottom: 1px dashed #4c4c4c;
  display: block;
  padding: 6px 5px;
  line-height: 24px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #fff;
  font-weight: normal;
}

.cart_totals .cart_total_inner ul li a span {
  max-width: 172px;
  display: inline-block;
  width: 100%;
}

.cart_totals .checkout_btn {
  margin-left: 25px;
}

.cart_totals_area {
  background: #f3f3f3;
  padding: 35px 30px;
}

.cart_totals_area h4 {
  font-size: 24px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding-bottom: 30px;
}

.cart_totals_area .cart_t_list .media {
  margin-bottom: 30px;
}

.cart_totals_area .cart_t_list .media .d-flex {
  max-width: 112px;
  width: 100%;
  display: inline-block;
}

.cart_totals_area .cart_t_list .media .d-flex h5 {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
}

.cart_totals_area .cart_t_list .media .media-body h6 {
  font-size: 16px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.cart_totals_area .cart_t_list .media .media-body p {
  font-size: 13px;
  line-height: 24px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  color: #999999;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select {
  width: 100% !important;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-toggle {
  background: transparent;
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-toggle span {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  margin: 0px;
  vertical-align: 0;
  position: relative;
  right: 30px;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  display: block;
  padding: 0px 15px;
  line-height: 32px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.cart_totals_area .cart_t_list .media .media-body .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  color: #000;
}

.cart_totals_area .total_amount {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.cart_totals_area .total_amount .float-left {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
}

.cart_totals_area .total_amount .float-right {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
}

.cart_items h3 {
  font-size: 24px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding-bottom: 47px;
}

.cart_items .table {
  margin-bottom: 0px;
}

.cart_items .table tbody tr th {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  border: none;
}

.cart_items .table tbody tr td {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  border: none;
}

.cart_items .table tbody tr td .media {
  text-align: left;
}

.cart_items .table tbody tr td .media .d-flex {
  padding-right: 35px;
}

.cart_items .table tbody tr td .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_items .table tbody tr td .media .media-body h4 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  font-weight: 700;
}

.cart_items .table tbody tr td .red {
  color: #d91522;
  font-weight: 700;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 14px;
  text-align: left;
}

.cart_items .table tbody tr td p {
  font-weight: 700;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 14px;
  color: #000;
}

.cart_items .table tbody tr td .quantity {
  border: 1px solid #cccccc;
  margin: 0px;
}

.cart_items .table tbody tr td .quantity h6 {
  display: inline-block;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  color: #666666;
}

.cart_items .table tbody tr td .quantity button {
  top: 53%;
}

.cart_items .table tbody tr td .quantity input {
  border: none;
  width: 65px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart_items .table tbody tr td .quantity input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.cart_items .table tbody tr td .quantity input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.cart_items .table tbody tr td .quantity input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.cart_items .table tbody tr td .quantity input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
}

.cart_items .table tbody .last {
  background: #f3f3f3;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  align-self: center;
}

.cart_items .table tbody .last th {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_items .table tbody .last td {
  padding: 0px 10px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_items .table tbody .last td .media .d-flex {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_items .table tbody .last td .media .d-flex h5 {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.cart_items .table tbody .last td .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.cart_items .table tbody .last td .media .media-body input {
  width: 118px;
  height: 30px;
  padding: 0px 10px;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cart_items .table tbody .last td .media .media-body input.placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cart_items .table tbody .last td .media .media-body input:-moz-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cart_items .table tbody .last td .media .media-body input::-moz-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cart_items .table tbody .last td .media .media-body input::-webkit-input-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.cart_items .table tbody .last td h3 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 0px;
  text-align: right;
}

/* End Shopping Cart Area css
============================================================================================ */
/* Checkout Page css
============================================================================================ */
.checkout_main_area {
  padding: 0px 30px 0px 85px;
}

.checkout_main_area .checkout_prosses .checkout_method h3 {
  text-transform: uppercase;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 15px;
  font-weight: bold;
}

.checkout_main_area .checkout_prosses .checkout_method h4 {
  color: #999999;
  letter-spacing: .25px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0px 30px 0px;
}

.checkout_main_area .checkout_prosses .checkout_method .radio_area .radio-inline {
  display: block;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 13px;
}

.checkout_main_area .checkout_prosses .checkout_method .radio_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout_main_area .checkout_prosses .checkout_method h5 {
  color: #000;
  font-size: 15px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  text-transform: uppercase;
  letter-spacing: .50px;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 10px;
}

.checkout_main_area .checkout_prosses .checkout_method h6 {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  margin-bottom: 30px;
  font-weight: normal;
}

.checkout_main_area .checkout_prosses .checkout_method .checkout_list {
  display: block;
  color: #999999;
  font-weight: normal;
  letter-spacing: .25px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  margin-bottom: 8px;
}

.checkout_main_area .checkout_prosses .checkout_method .update_btn {
  margin-top: 28px;
  padding: 0px 43px;
  line-height: 46px;
  border: 2px solid #999999;
}

.checkout_main_area .checkout_prosses .checkout_method .update_btn:hover {
  border-color: #333333;
}

.checkout_main_area .checkout_prosses .checkout_from_area {
  padding-left: 15px;
  width: 100%;
}

.checkout_main_area .checkout_prosses .checkout_from_area h2 {
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  font-size: 15px;
  letter-spacing: .50px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding-bottom: 8px;
  width: 100%;
}

.checkout_main_area .checkout_prosses .checkout_from_area p {
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  font-size: 14px;
  letter-spacing: .25px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.checkout_main_area .checkout_prosses .checkout_from_area form {
  width: 100%;
}

.checkout_main_area .checkout_prosses .checkout_from_area .form-group label {
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: normal;
}

.checkout_main_area .checkout_prosses .checkout_from_area .form-group label span {
  color: #ff0000;
}

.checkout_main_area .checkout_prosses .checkout_from_area .form-group input {
  border: 1px solid #cccccc;
  line-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  height: 50px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  letter-spacing: .25px;
  font-size: 13px;
}

.checkout_main_area .checkout_prosses .checkout_from_area h3 {
  color: #ff0000;
  font-size: 13px;
  letter-spacing: .25px;
  padding-top: 10px;
}

.checkout_main_area .checkout_prosses .checkout_from_area .forgot_area {
  overflow: hidden;
  padding-top: 30px;
}

.checkout_main_area .checkout_prosses .checkout_from_area .forgot_area h4 {
  overflow: hidden;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding-left: 22px;
}

.checkout_main_area .checkout_prosses .checkout_from_area .forgot_area .update_btn {
  padding: 0px 55px;
  line-height: 46px;
  border: 2px solid #999999;
}

.checkout_main_area .checkout_prosses .checkout_from_area .forgot_area .update_btn:hover {
  border-color: #333333;
}

.checkout_main_area .checkout_prosses .list_checkout {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout_main_area .checkout_prosses .list_checkout li {
  border-top: 1px solid #e5e5e5;
}

.checkout_main_area .checkout_prosses .list_checkout li a {
  color: #000;
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  letter-spacing: .25px;
  text-decoration: none;
  line-height: 85px;
  padding-left: 40px;
}

/* End Checkout Page css
============================================================================================ */
/* Radio Button Extra css
============================================================================================ */
.radio_style li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio_style li {
  position: relative;
}

.radio_style li label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.35em;
  padding: 0px 25px 21px 33px;
  height: 16px;
  z-index: 9;
  top: -1px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  font-size: 13px;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-weight: 600;
}

.radio_style li .check {
  display: block;
  position: absolute;
  border: 2px solid #000;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.radio_style li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radio_style li input[type=radio]:checked ~ .check {
  border: 2px solid #000;
}

.radio_style li input[type=radio]:checked ~ .check::before {
  background: #000;
}

.radio_style li input[type=radio]:checked ~ label {
  color: #000;
}

/* End Radio Button Extra css
============================================================================================ */
/* Register Area css
============================================================================================ */
.order_box_price .subs_btn {
  margin-top: 15px;
}

.payment_list {
  background: #f5f5f5;
  padding: 60px 30px 35px 30px;
}

.payment_list .price_single_cost {
  border-top: 1px solid #bdbdbd;
  padding: 0px 30px;
  padding-top: 20px;
}

.payment_list .price_single_cost h5 {
  display: block;
  font-size: 14px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  padding-bottom: 20px;
}

.payment_list .price_single_cost h5 span {
  float: right;
}

.payment_list .price_single_cost h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #bdbdbd;
}

.payment_list .price_single_cost h4 span {
  float: right;
}

.payment_list .price_single_cost h3 {
  font-size: 14px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.payment_list .price_single_cost h3 .normal_text {
  float: none;
  font-size: 14px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  position: relative;
  top: 5px;
}

.payment_list .price_single_cost h3 span {
  float: right;
  font-weight: 700;
  color: #d42421;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.price_method {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
}

.price_method .card {
  border: none;
  border-radius: 0px;
  background: transparent;
  padding-left: 65px;
  padding-right: 2px;
  margin-bottom: 23px;
}

.price_method .card:last-child {
  margin-bottom: 0px;
}

.price_method .card .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

.price_method .card .card-header h5 a {
  background: transparent;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  position: relative;
}

.price_method .card .card-header h5 a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price_method .card .card-header h5 a:after {
  content: "";
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -61px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price_method .card .card-header h5 a.collapsed:after {
  opacity: 0;
}

.price_method .card .card-body {
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 24px;
  color: #959595;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.reg_title {
  font-size: 24px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  padding-bottom: 35px;
}

.billing_details {
  padding-right: 85px;
  margin-bottom: -20px;
}

.billing_details .billing_inner .form-group {
  margin-bottom: 20px;
}

.billing_details .billing_inner .form-group label {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}

.billing_details .billing_inner .form-group label span {
  color: #ff0000;
}

.billing_details .billing_inner .form-group .bootstrap-select {
  width: 100% !important;
  border: 1px solid #cccccc;
  height: 56px;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-toggle {
  padding: 0px 22px;
  line-height: 56px;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-toggle span {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-toggle:after {
  border-top-color: #666666;
  margin: 0px;
  position: relative;
  right: 6px;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  padding: 0px 22px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner li:hover a {
  color: #000;
}

.billing_details .billing_inner .form-group input {
  height: 56px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
}

.billing_details .billing_inner .form-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group input + input {
  margin-top: 20px;
}

.billing_details .billing_inner .form-group textarea {
  height: 160px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none;
  padding: 0px 22px;
}

.billing_details .billing_inner .form-group textarea.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group textarea:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group textarea::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.billing_details .billing_inner .form-group .creat_account input {
  height: auto;
  visibility: hidden;
}

/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.creat_account label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0px 0px 35px;
  height: 15px;
  margin: 0px;
  top: -25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #666666;
  font-size: 13px;
  letter-spacing: .25px;
  font-weight: 500;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #f4f4f4;
  height: 15px;
  width: 15px;
  top: 6px;
  border-radius: 3px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "\f00c";
  border-radius: 100%;
  top: -3px;
  left: -1px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 0;
  color: #000;
}

.creat_account input[type=checkbox]:checked ~ .check::before {
  opacity: 1;
}

/* End Register Area css
============================================================================================ */
/* Track Area css
============================================================================================ */
.track_inner .track_title {
  max-width: 545px;
  margin: auto;
  text-align: center;
  padding-bottom: 70px;
}

.track_inner .track_title h2 {
  font-size: 24px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding-bottom: 25px;
}

.track_inner .track_title p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: .325px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.track_form {
  max-width: 370px;
  margin: auto;
}

.track_form .form-group {
  margin-bottom: 30px;
}

.track_form .form-group label {
  display: block;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.track_form .form-group input {
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
}

.track_form .form-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.track_form .form-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.track_form .form-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.track_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.track_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End Track Area css
============================================================================================ */
/* Login Area css
============================================================================================ */
.login_form .form-group {
  margin-bottom: 30px;
}

.login_form .form-group:last-child {
  margin-bottom: 0px;
}

.login_form .form-group input {
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
  box-shadow: none;
  line-height: 50px;
}

.login_form .form-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.login_form .form-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.login_form .form-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.login_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.login_form .form-group .creat_account {
  display: inline-block;
  float: left;
  width: auto;
  margin-top: 0px;
  margin-bottom: -10px;
}

.login_form .form-group .creat_account input {
  height: auto;
  border: none;
}

.login_form .form-group .creat_account .check {
  background: #fff;
}

.login_form .form-group h4 {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #d91522;
  font-weight: normal;
  letter-spacing: .30px;
  display: inline-block;
  float: right;
  padding-top: 8px;
}

.login_form .update_btn {
  line-height: 48px;
}

.login_form .subs_btn {
  line-height: 48px;
}

.emty_cart_area {
  text-align: center;
}

.emty_cart_area .emty_cart_inner i {
  height: 165px;
  width: 165px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  display: inline-block;
  font-size: 72px;
  line-height: 150px;
}

.emty_cart_area .emty_cart_inner h3 {
  font-size: 24px;
  color: #0b1033;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .60px;
  padding: 30px 0px 15px 0px;
}

.emty_cart_area .emty_cart_inner h4 {
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
}

.emty_cart_area .emty_cart_inner h4 a {
  color: #000;
  text-decoration: underline;
}

.emptyCartButtons > .btn-default {
	background: none;
	color: #090c08 !important;
	text-transform: uppercase;
}

.emptyCartButtons > .btn-default:hover {
	color: #e59500 !important;
}

.replace-cart-title {
	/*display: inline-block;*/
	/*float: left;*/
    margin: 20px 20px 0 0;
    font-weight: 400;
	font-size: 24px;
	/*text-transform: uppercase;*/
}

.section-box-type {
	display: inline-block;
	margin: 22px 0 0 0;
	/*border-bottom: 1px solid rgba(132, 130, 143, 0.25);*/
}

.section-box-type::before {
	margin: 2px 8px 0 0;
	font-family: "Font Awesome 5 Free"; 
	font-size: 16px;
	font-weight: 900; 
	content: "\f05a";
	color: #007BFF;
}	

.section-box-type > span {
	font-weight: 600;
}	

.linkEditNickName {
	display: inline-block !important;
}	

.rgMasterTable {
	border: none;
}

.rgMasterTable thead {
    background-color: #fff !important;
}

.rgMasterTable td {
	border-bottom: 1px solid rgba(132, 130, 143, 0.25);
}

.RadGrid_Default:focus {
	outline: none !important;
}	

.RadGrid_Default .rgHeader {
    color: #090c08  !important;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #DADADA !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.rgMasterTable tbody tr:nth-child(odd), .rgMasterTable tbody tr:nth-child(even) {
    background-color: #fff;
}

.CheckOutPage.panel-default .top, 
.OrderPriceContainer.panel-default .top,
#defaultContent .AddressBody tr:first-child {
    background-color: rgba(132, 130, 143, 0.2);
    color: #090c08;
    padding: 6px 12px;
	font-weight: bold !important;
}

	.panel-default {
		border-color: rgba(132, 130, 143, 0.25);
	}

.buttonsContainer > div {
	display: inline;
	float: left;
	padding: 20px 5px;
}

.AddressBody {
    background-color: #f5f5f5;
	border: 1px solid #e3e3e3 !important;
	border-radius: 4px !important;
}

.AddressBody tr {
    background-color: transparent !important;
    color: inherit;
}

.AddressBody td {
    padding: 4px 19px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.AddressBody tr:nth-child(2) > td {
    padding: 4px 19px 40px 19px !important;
}

.AddressBody tr:nth-last-child(2) > td {
    padding: 4px 19px 19px 19px !important;
	border-bottom: 1px solid #e3e3e3 !important;
}	

.ShippingItemContainer {
	margin-bottom: 20px;
}	
	
/* End Login Area css
============================================================================================ */
/* Error Area css
============================================================================================ */
.error_area {
  text-align: center;
}

.error_inner h4 {
  font-size: 72px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 1.8px;
}

.error_inner h5 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #000;
  font-weight: 700;
  letter-spacing: .60px;
  padding-top: 12px;
}

.error_inner p {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .40px;
  padding: 30px 0px 15px 0px;
}

.error_inner h6 {
  text-transform: uppercase;
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #666666;
  letter-spacing: .40px;
}

.error_inner h6 a {
  color: #000;
  text-decoration: underline;
}

/* End Error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* From Blog css
============================================================================================ */
.from_blog_area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.from_blog_item {
  position: relative;
  z-index: 3;
}

.from_blog_item:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.from_blog_item .f_blog_text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 30px;
  z-index: 2;
}

.from_blog_item .f_blog_text h5 {
  background: #fff;
  color: #0b1033;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
  line-height: 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.from_blog_item .f_blog_text h5:hover {
  background: #d91522;
  color: #fff;
}

.from_blog_item .f_blog_text p {
  font-size: 18px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
  padding: 12px 0px 7px 0px;
}

.from_blog_item .f_blog_text h6 {
  font-size: 18px;
  color: #fff;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 400;
}

.from_blog_item:hover:before {
  opacity: 1;
}

/* End From Blog css
============================================================================================ */
/* Left Widget Area css
============================================================================================ */
.l_widget {
  margin-bottom: 20px;
}

.l_widget:last-child {
  margin-bottom: 0px;
}

.l_title {
  background: #d91522;
  padding: 20px 0px 20px 30px;
}

.l_title h3 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .40px;
}

.l_categories_widget ul {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.l_categories_widget ul li a {
  font-size: 16px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .80px;
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 20px 0px 20px 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_categories_widget ul li:hover a {
  color: #d91522;
}

.l_supper_widget {
  position: relative;
}

.l_supper_widget h4 {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.l_feature_widget .verticalCarousel .verticalCarouselHeader {
  overflow: hidden;
  clear: both;
  padding-bottom: 18px;
}

.l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-left h3 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  padding-top: 3px;
}

.l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-right a {
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #000;
  border: 1px solid #cccccc;
  line-height: 25px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
  opacity: 1;
}

.l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-right a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.l_feature_widget .verticalCarousel .vc_container {
  border: 1px solid #cccccc;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup {
  padding: 0px 18px;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li {
  margin-bottom: 20px;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li:first-child {
  margin-top: 20px;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media {
  margin-bottom: 20px;
  vertical-align: middle;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .d-flex {
  padding-right: 20px;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .media-body {
  -ms-flex-item-align: center;
  align-self: center;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .media-body h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .35px;
  color: #0b1033;
  padding-bottom: 7px;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .media-body h5 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .35px;
  color: #d91522;
}

.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media:last-child {
  margin-bottom: 0px;
}

.l_news_widget {
  background: #f0f0f0;
  padding: 40px 22px;
  text-align: center;
}

.l_news_widget h3 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #000000;
  letter-spacing: .90px;
  text-transform: uppercase;
}

.l_news_widget p {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  letter-spacing: .325px;
  padding: 12px 0px 30px 0px;
}

.l_news_widget .input-group {
  display: block;
}

.l_news_widget .input-group input {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #cccccc;
  height: 50px;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  letter-spacing: .30px;
}

.l_news_widget .input-group input.placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  letter-spacing: .30px;
}

.l_news_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  letter-spacing: .30px;
}

.l_news_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  letter-spacing: .30px;
}

.l_news_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
  letter-spacing: .30px;
}

.l_news_widget .input-group input:focus {
  border-color: #000;
}

.l_news_widget .input-group .input-group-btn {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.l_hot_widget {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 40px 22px;
}

.l_hot_widget h3 {
  font-size: 24px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
}

.l_hot_widget p {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  line-height: 24px;
  font-weight: normal;
  letter-spacing: .35px;
  padding: 20px 0px 30px 0px;
}

.l_hot_widget .discover_btn {
  border: 2px solid #fff;
  padding: 0px 21px;
}

.l_hot_widget .discover_btn:hover {
  border-color: #d91522;
}

.home_sidebar_blog .single_title {
  padding-bottom: 30px;
  padding-top: 10px;
}

/* End Left Widget Area css
============================================================================================ */
/* Categories Product Widget Area css
============================================================================================ */
.l_widgest {
  margin-bottom: 40px;
}

.l_widgest:last-child {
  margin-bottom: 0px;
}

.l_w_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.l_w_title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.l_w_title h3 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  /*font-weight: 700;*/
  color: #0b1033;
  /*text-transform: uppercase;*/
  letter-spacing: .90px;
}

.l_p_categories_widget .navbar-nav li a {
  display: block;
  padding: 0px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #0b1033;
  line-height: 40px;
  letter-spacing: .70px;
  font-weight: 400;
  border-bottom: 1px solid #d6d6d6;
}

.l_p_categories_widget .navbar-nav li a:after {
  display: none;
}

.l_p_categories_widget .navbar-nav li a i {
  float: right;
  line-height: 40px;
  color: #0b1033;
  font-size: 16px;
  display: inline-block;
}

.l_p_categories_widget .navbar-nav li a i + i {
  display: none;
}

.l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu {
  position: relative !important;
  top: 0px !important;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  border: none;
}

.l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu li a {
  color: #999999;
  border-color: #eaeaea;
}

.l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border-bottom: 1px solid #eaeaea;
}

.l_p_categories_widget .navbar-nav li.show a i {
  display: none;
}

.l_p_categories_widget .navbar-nav li.show a i + i {
  display: inline-block;
}

.l_p_categories_widget .navbar-nav li:last-child a {
  border-bottom: 0px;
}

.l_fillter_widget label {
  font-size: 13px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #0b1033;
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 0px;
}

.l_fillter_widget input {
  border: none;
  display: inline-block;
  width: 100%;
  max-width: 100px;
}

.l_fillter_widget .ui_slider {
  border-radius: 0px;
  height: 2px;
  border: none;
  background: #e5e5e5;
  margin-top: 30px;
}

.l_fillter_widget .ui_slider .ui-slider-range {
  background: #000;
}

.l_fillter_widget .ui_slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #000000;
  border: 0px;
  top: -7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.l_color_widget ul {
  margin-right: -7px;
}

.l_color_widget ul li {
  display: inline-block;
  margin-right: 7px;
}

.l_color_widget ul li a {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: #e5e5e5;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.l_color_widget ul li:first-child a {
  background: transparent;
}

.l_color_widget ul li:nth-child(3) a {
  background: #ebe1be;
}

.l_color_widget ul li:nth-child(4) a {
  background: #fed533;
}

.l_color_widget ul li:nth-child(5) a {
  background: #daaf00;
}

.l_color_widget ul li:nth-child(6) a {
  background: #f36b26;
}

.l_color_widget ul li:nth-child(7) a {
  background: #f36b26;
}

.l_color_widget ul li:nth-child(8) a {
  background: #70e606;
}

.l_color_widget ul li:nth-child(9) a {
  background: #7bba3c;
}

.l_color_widget ul li:nth-child(10) a {
  background: #1790c8;
}

.l_color_widget ul li:nth-child(11) a {
  background: #d82a90;
}

.l_color_widget ul li:nth-child(12) a {
  background: #7f7f00;
}

.l_color_widget ul li:nth-child(13) a {
  background: #e7352b;
}

.l_color_widget ul li:nth-child(14) a {
  background: #8d429f;
}

.l_color_widget ul li:nth-child(15) a {
  background: #770add;
}

.l_color_widget ul li:nth-child(16) a {
  background: #59a514;
}

.l_color_widget ul li:nth-child(17) a {
  background: #1cbbb4;
}

.l_color_widget ul li:nth-child(18) a {
  background: #000000;
}

.l_color_widget ul li:nth-child(19) a {
  background: #00aeef;
}

.l_color_widget ul li:nth-child(20) a {
  background: #00a99d;
}

.l_color_widget ul li:nth-child(21) a {
  background: #e7352b;
}

.l_color_widget ul li:nth-child(22) a {
  background: #fbf4d9;
}

.l_color_widget ul li:nth-child(23) a {
  background: #828282;
}

.l_color_widget ul li:nth-child(24) a {
  background: #c4ff8e;
}

.l_menufacture_widget ul {
  margin-top: -7px;
}

.l_menufacture_widget ul li a {
  display: block;
  padding: 0px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #0b1033;
  line-height: 40px;
  letter-spacing: .70px;
  font-weight: 400;
  border-bottom: 1px solid #d6d6d6;
}

.l_feature_widget .media {
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.l_feature_widget .media .d-flex {
  padding-right: 25px;
}

.l_feature_widget .media .media-body h4 {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  letter-spacing: .35px;
  padding-bottom: 10px;
}

.l_feature_widget .media .media-body h5 {
  font-size: 16px;
  color: #d91522;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.l_feature_widget .media:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.pagination_area {
  text-align: center;
  margin-top: 25px;
}

.pagination_area .pagination {
  display: inline-block;
  border-radius: 0px;
}

.pagination_area .pagination li {
  display: inline-block;
}

.pagination_area .pagination li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  border-radius: 0px !important;
  padding: 10px 15px;
  border: 1px solid transparent;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:first-child a {
  border: 1px solid #000002;
}

.pagination_area .pagination li.next a {
  background: #333333;
  color: #fff;
}

.pagination_area .pagination li:hover a {
  background: #333333;
  color: #fff;
}

.showing_fillter {
  margin-bottom: 35px;
}

.showing_fillter .first_fillter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 31%;
}

.showing_fillter .first_fillter h4 {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  text-transform: uppercase;
}

.showing_fillter .secand_fillter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
  position: relative;
  top: -3px;
}

.showing_fillter .secand_fillter h4 {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}

.showing_fillter .secand_fillter .bootstrap-select {
  width: 85px !important;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 4px;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-toggle {
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  cursor: pointer;
  background: transparent;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-toggle span {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-toggle:after {
  content: "\33";
  font-family: 'ElegantIcons';
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  right: 20px;
  top: -2px;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.showing_fillter .secand_fillter .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  display: block;
  padding: 0px 10px;
  line-height: 35px;
  cursor: pointer;
}

.showing_fillter .third_fillter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
  padding-left: 15px;
  position: relative;
  top: -3px;
}

.showing_fillter .third_fillter h4 {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}

.showing_fillter .third_fillter .bootstrap-select {
  width: 70px !important;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 4px;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-toggle {
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  cursor: pointer;
  background: transparent;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-toggle span {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-toggle:after {
  content: "\33";
  font-family: 'ElegantIcons';
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  right: 25px;
  top: -2px;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  display: block;
}

.showing_fillter .third_fillter .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  display: block;
  padding: 0px 10px;
  line-height: 35px;
  cursor: pointer;
}

.showing_fillter .four_fillter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
  text-align: right;
}

.showing_fillter .four_fillter h4 {
  font-size: 14px;
  color: #999999;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  margin-top: -2px;
  overflow: hidden;
  padding-right: 10px;
}

.showing_fillter .four_fillter a {
  font-size: 18px;
  color: #999999;
  padding-right: 8px;
}

.showing_fillter .four_fillter a.active {
  color: #000;
}

.showing_fillter .four_fillter a + a {
  padding-right: 0px;
}

/* End Categories Product Widget Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact Area css
============================================================================================ */
.contact_details {
  padding-bottom: 50px;
}

.contact_details .media .d-flex {
  padding-right: 30px;
}

.contact_details .media .d-flex i {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f3f6fa;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
}

.contact_details .media .media-body p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  /*
  font-family: "Poppins", sans-serif;
  */
 
}

.contact_details .media .media-body a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

.contact_form_inner h3 {
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  padding-bottom: 30px;
}

.contact_us_form .form-group {
  margin-bottom: 30px;
}

.contact_us_form .form-group input {
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
  box-shadow: none;
  line-height: 50px;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group input.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group input:focus {
  border-color: #000;
}

.contact_us_form .form-group textarea {
  height: 230px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 22px;
  box-shadow: none;
  line-height: 50px;
  resize: none;
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  color: #999999;
}

.contact_us_form .form-group textarea:focus {
  border-color: #000;
}

.contact_us_form .form-group .update_btn {
  max-width: 240px;
  margin: auto;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  line-height: 58px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  text-align: center;
}

/* End Contact Area css
============================================================================================ */

.bs-fullscreen-modal {
	/*
	width: 100%;
	max-width: 100%;
	*/
	position: fixed;
	height: 100vh;
    width: 100vw;
	top: 0;
	left: 0;
}	

.modal-full {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	background: rgba(230, 230, 234, 1.0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}	

.modal-full .modal-body {
	/*overflow: scroll;*/
}	

.modal-full .modal-content {
	background: rgba(230, 230, 234, 1.0);
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.close {
	font-size: 2rem;
}
	
div.Duc > div > div {
    padding-right: 0;
}


/* Footer Area css
============================================================================================ */

.bodyHome footer {
    float: left;
    width: 100%;
	margin-top: -10px;
    padding: 0 0 0 0 !important;
}

footer {
    float: left;
    width: 100%;
    padding: 4rem 0 0 0 !important;
}

.footer_pre {
  border-top: 1px solid rgba(132, 130, 143, 0.12);
  padding: 30px 0 0 0;
  background: rgba(132, 130, 143, 0.1);
}

	.footer_pre span {
	  font-family: 'Montserrat';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 1.3rem;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  vertical-align: 2px;
	}	
	
	.footer_pre i {
	  display: inline-block;
	  margin: 2px 6px 0 0;
	  font-size: 1.75rem;
	}	
	

.footer_widgets {
  /*border-top: 1px solid rgba(132, 130, 143, 0.15);*/
  border-bottom: 1px solid rgba(132, 130, 143, 0.15);
  /*padding-top: 20px;*/
  /*padding-bottom: 60px;*/
  background: rgba(132, 130, 143, 0.1);
}

	.footer_widgets > .container {
	  border-top: 1px solid rgba(132, 130, 143, 0.15);
	}

.footer_bg {
  background: #ededed;
}

.footer_bg .footer_widgets {
  border: none;
}

.f_w_title {
  /*padding-bottom: 30px;*/
}

.f_w_title h3 {
  font-size: 18px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: 700;
  color: #0b1033;
  position: relative;
  display: inline-block;
  /*padding-bottom: 15px;*/
}

.f_w_title h3:before {
  /*
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0px;
  bottom: 0px;
  */
}

.f_about_widget {
  /*text-align: center;*/
}

.f_about_widget img {
  height: 100px;
}

.f_about_widget p {
  font-size: 12.98px;
  /*
  font-family: "Poppins", sans-serif;
  */
 
  font-weight: normal;
  color: #999999;
  line-height: 25.95px;
  letter-spacing: .3245px;
  max-width: 270px;
  margin: auto;
  padding: 30px 0px 15px 0px;
}

.f_about_widget h6 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0b1033;
  display: inline-block;
}

.f_about_widget ul {
  display: inline-block;
  text-align: center;
}

.f_about_widget ul li {
  display: inline-block;
  margin-left: 15px;
}

.f_about_widget ul li a {
  font-size: 14px;
  color: #0b1033;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.f_about_widget ul li:first-child {
  margin-left: 8px;
}

.f_about_widget ul li:hover a {
  color: #44bda0;
}

.f_about_widget h5 {
  font-size: 13px;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 12px;
}

.f_about_widget h5 a {
  color: #0b1033;
  font-weight: 600;
}

.link_widget ul li a {
  font-size: 13px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #797b7b;
  font-weight: 400;
  background: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.link_widget ul li:hover a {
  color: rgba(68, 189, 160, 1.0);
}

.f_extra_widget {
  padding-left: 30px;
}

.footer_copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #999999;
}

.footer_copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_copyright ul li {
  display: inline-block;
  margin: 0 4px;
  padding: 0 0.75rem;
  font-size: 13px;
}

footer a:hover, .footer_copyright ul li a:hover {
  background: none;
  color: #d91522;
}

ul.header_social {
  display: block !important; 
}	

	ul.header_social i {
	  font-size: 1.75rem;  
	}	

ul.header_social img {
  width: 28px; 
  height: 27.155172413793103px;
}
	
/* End Footer Area css
============================================================================================ */
/* Parallax Footer Area css
============================================================================================ */
.footer_copy_area {
  position: absolute;
  left: 0px;
  bottom: 27px;
  width: 100%;
  padding: 0px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_copy_area .left_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer_copy_area .left_text h5 {
  font-size: 13px;
  color: #999999;
  font-family: "Montserrat", sans-serif;
}

.footer_copy_area .left_text h5 a {
  color: #000;
  font-weight: bold;
}

.footer_copy_area .middle_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
  width: 200px;
}

.footer_copy_area .middle_text p {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  white-space: nowrap;
}

.footer_copy_area .right_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer_social li {
  display: inline-block;
  margin-left: 15px;
}

.footer_social li a {
  font-size: 14px;
  color: #0b1033;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_social li:first-child {
  margin-left: 8px;
}

.footer_social li:hover a {
  color: #d91522;
}

#fp-nav {
  right: 32px !important;
}

#fp-nav ul li {
  height: 15px;
  width: 15px;
  margin: 0px;
  margin-bottom: 10px;
}

#fp-nav ul li a span {
  background: #d9d9d9;
  height: 10px;
  width: 10px;
  margin: -2px 0 0 -4px;
  border-radius: 50%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

#fp-nav ul li a.active span {
  background: #d91522;
  height: 15px;
  width: 15px;
}

#fp-nav ul li a:hover span {
  margin: -2px 0 0 -4px !important;
}

#fp-nav ul li:last-child {
  margin-bottom: 0px;
}

.border_none .footer_widgets {
  border-top: none;
}

.box_footer {
  background: #fff;
}

.box_footer .footer_widgets {
  border: none;
}

/* End Parallax Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

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


/*padding's and margin's start*/
.full_width {
    width: 100%;
}

.padding_20{
	padding: 20px;
}
.padding_10{
	padding: 10px;
}
.padding_right_10px {
	padding-right: 10px !important;
}
.padding_right_20px {
	padding-right: 20px !important;
}
.padding_left_10px {
	padding-left: 10px !important;
}
.padding_left_6px {
	padding-left: 6px !important;
}
.padding_bottom_10px {
	padding-bottom: 10px;
}
.padding_top_5px {
	padding-top: 5px !important;
}
.padding_top_20px {
	padding-top: 20px !important;
}
.padding_top_25px {
	padding-top: 25px !important;
}
.margin_left_10 {
	margin-left: 10px !important;
}
.margin_left_35 {
	margin-left: 35px !important;
}
.margin_left_0, .button_style.margin_left_0 {
	margin-left: 0px !important;
}
.margin_top_bottom_10 { /*both*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_top_bottom_15 { /*both*/
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin_top_bottom_20 { /*both*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.padding_right_5 {
	padding-right: 5px !important;
}
.margintop_10per {
	margin-top: 10%;
}
.margin_10{
	margin: 10px;
}
.padding_left_right_15{
	padding: 0px 15px 0px 15px !important;
}
.margin_bottom_10px{
	margin-bottom: 10px !important;
}
.margin_bottom_20px{
	margin-bottom: 20px !important;
}
.margin_bottom_35px{
	margin-bottom: 35px !important;
}
.padding_top_20per{ 
	padding-top: 20%;
}
.margin_top_1{
	margin-top: 1px !important;
}
.margin_left_5 {
	margin-left: 5px !important;
}
.margin_top_7 {
	margin-top: 7px;
}
.margin_top_9 {
	margin-top: 9px;
}
.margin_top_10{
	margin-top: 10px !important;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_40 {
	margin-top: 40px;
}
.padding_left_right_0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.padding_left_right_5{
	padding-left: 5px;
	padding-right: 5px;
}
.padding_left_20px {
	padding-left: 20px;
}
.padding_3px{
	padding: 3px !important;
}
.margin_top_2{
	margin-top: -2px;
}
.padding_top_10px{
	padding-top: 10px !important;
}
.margin_bottom_0px{
	margin-bottom:0px !important;
} 
.padding_right_50{
	padding-right: 50px;
}
.padding_10px{
	padding: 10px;
}
.padding_bottom_20px{
	padding-bottom: 20px;
}
.padding_left_15px{
	padding-left: 15px;
}
.margin_left_20per{
	margin-left: 20%;
}
.padding_7px{
	padding: 7px;
}
.padding_8_12px{
	padding: 8px 8px 12px 12px;
}
.padding_1_4px{
	padding: 1px 4px;
}
.margin_top_4{
	margin-top: 4px;
}
.margin_left_2px{
	margin-left: 2px !important;
}
.margin_right_15{
	margin-right: 15px !important;
}
.padding_bottom_5px{
	padding-bottom: 5px !important;
}
.padding_top_bottom_40px {
    padding-top: 40px;
	padding-bottom: 40px;
}
.padding_top_40px {
    padding-top: 40px;
}
.padding_bottom_40px {
	padding-bottom: 40px;
}
.padding_top_bottom_20px {
    padding-top: 20px;
	padding-bottom: 20px;
}
.padding_top_bottom_10px {
    padding-top: 10px;
	padding-bottom: 10px;
}
.padding_top_bottom_5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding_left_right_10px {
    padding-left: 10px;
	padding-right: 10px;
}
.padding_left_3 {
	padding-left: 3px;
}
.padding_3_15{
	padding: 3px 15px;
}
.margin_left_20{
	margin-left: 20px !important;
}
.margin_right_20{
	margin-right: 20px;
}
.margin_left_right_10{
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.border_top {
	border-top: 1px solid rgba(132, 130, 143, 0.15);
}
.border_right {
	border-right: 1px solid rgba(132, 130, 143, 0.15);
}	
.border_bottom {
	border-bottom: 1px solid rgba(132, 130, 143, 0.15);
}





.niche-list {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;	
  -webkit-column-gap: 0; /* Chrome, Safari, Opera */
  -moz-column-gap: 0; /* Firefox */
  column-gap: 0; 
  text-align: center;
 
}	
.niche-list li {
    border-right: 0 !important;
    text-align: center;
    margin-left: 0px !important;
}
.niche-list li:first-child {
    /*padding: 0px !important;*/
}

.niche-list-header {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-right: 30px;
	border-bottom: 1px solid #fff;
	color: #fff;
}	 


.collage {
	border: 1px solid rgba(132, 130, 143, 0.25);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

	.collage:hover {
		border: 1px solid rgba(229, 149, 0, 1);
		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);		
	}	
	
.collage3x h3 {
    height: 50px;
    line-height: 50px;
}

.collage h3 {
    padding-left: 15px;
    font-family: masqualero, sans-serif; 
    font-weight: 400;
    font-size: 24px;
    text-align: center;
	text-transform: none;
}





.breadcrumb {
	/*display: none;*/
}	

.item-box {
    margin: 20px 10px 10px;
    position: relative;
    border: 1px solid #dadada;	
	/*padding: 5px 0 0 0;*/
}	

	.item-box:hover {
		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		border: 1px solid #44bda0;
	}		

.TablesTitle span,
.addressPaneTitle span,
.prepend_header {
    margin: 20px 20px 0 0;
	width: 100%;
    font-size: 24px !important;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    text-transform: none;
}

.prepend_subheader {
    margin: 0 0 20px;
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    text-transform: normal;
}	

/*[ MY ACCOUNT ]
///////////////////////////////////////////////////////////
*/
	
.divDrafts > .item-box,
	.divOrdHist > .item-box,
.divPerInfo > .item-box,
.divAddr > .item-box,
.divRecList > .item-box {
	/*height: 235px;*/
	text-align: center;
}	

.divDrafts > .item-box > a,
.divOrdHist > .item-box > a,
.divPerInfo > .item-box > a,
.divAddr > .item-box > a,
.divRecList > .item-box > a {
	margin: 25% 0;
    display: inline-block;
	text-decoration: none !important;

}

.divDrafts > .item-box > a:before,
.divOrdHist > .item-box > a:before,
.divPerInfo > .item-box > a:before,
.divAddr > .item-box > a:before,
.divRecList > .item-box > a:before {
	display: block;
	margin-bottom: 20px;
	/*font-family: Font Awesome\ 5 Free, FontAwesome;*/
	font-family: 'simple-line-icons';
	font-size: 48px;
	/*color: #006699;*/
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;	
}

.divDrafts > .item-box > a:before {
	/*content:"\f1da";*/
	content:"\e060";
}

.divOrdHist > .item-box > a:before {
	/*content:"\f1da";*/
	content:"\e075";
}

.divPerInfo > .item-box > a:before {
	/*content:"\f2bd";*/
	content:"\e02a";
}

.divAddr > .item-box > a:before {
	/*content:"\f2b9";*/
	content:"\e013";
}

.divRecList > .item-box > a:before {
	/*content:"\f0c0";*/
	content:"\e001";

}	
/*
.AccountLinks:hover {
	color: #e59500 !important;
}
*/
.item-box:hover a.AccountLinks:before  {
	color: #44bda0 !important;
}


/*[ LOGIN PAGE ]
///////////////////////////////////////////////////////////
*/

div#ctl00_cphMainContent_pnlMain {
	text-align: center;
}
	
#tblSignIn,
#tblRegistration {
	/*float: left;*/
	clear: right;
	position: relative;
	top: 0;
	margin: 0 auto;
	display: inline-block;
	min-width: 450px;
	max-width: 450px;
	min-height: 781px;
	text-align: left;
}

#tblSignIn.well,
#tblRegistration.well {
	margin: 100px 20px 0 20px;
	/*
	background: #465362;
	border-radius: 12px;
	border: 3px solid #465365;
	color: #fff;*/
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    border-radius: 0.8125rem;
    background: rgb(255, 255, 255);
    padding: 1.875rem;
	z-index: 3;
}	

#tblSignIn.well #ctl00_cphMainContent_btnPassReminder {
	/*color: #fff;*/
}		

	#tblSignIn.well #ctl00_cphMainContent_btnPassReminder:hover {
		color: #e59500;
	}

#tblSignIn.well .form-group input {
	margin: 1px 0 0 34px;
	width: 268px;
	border-radius: 0;
}

#tblSignIn .form-group > div {
	/*background-color: #ccc;*/
}

#tblSignIn .form-group > div:before {
    display: inline-block;
	margin-top: 1px;
	margin-left: -302px;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: FontAwesome;
	font-size: 16px;
	color: #465362;	
}
	
#tblSignIn .form-group:nth-child(1) > div:before {
	content:"\f007";
	padding: 9px 10px;	
}

#tblSignIn .form-group:nth-child(2) > div:before {
	content: "\f023";
	padding: 9px 10px;	
}

#tblSignIn .btn, #tblRegistration .SmallLink {
	width: 300px;
	padding: 5px 15px;
	margin: 15px 0;
}	

#tblRegistration .btn {
	width: 300px;
	margin: 0;
	padding: 5px 15px;
}

.RegisterLink {
	text-align: center;
	margin-left: 10px;
}

.RegisterLink .btn {
	margin-left: 20px;
}	

#tblRegistration {
	/*display: none;
	float: right;
	margin: 0 auto;
	display: inline-block;
	min-width: 450px;
	max-width: 450px;
	min-height: 541px;
	text-align: left;*/
}	

#tblRegistration.well {
	/*
	margin: 120px 0 0 0;
	border-radius: 0 12px 12px 0;
	border: 3px solid #465365;
	*/
}

#tblRegistration .Heading2 {
	width: 382px;
}



ol.how-steps > li {        
        display: table-cell;
        height: 42px;        
        position: relative;
        padding: 6px 0px;
        margin: 0px;
        text-align: center;
        border: 2px solid #222;
    }
    ol.how-steps > li > div {         
        position:relative;        
        line-height: 42px; /* equal to the list item's height */
		vertical-align: 2px;
        height:100%;
        width: 100%;         
    }
    ol.how-steps>li:hover {
        background-color: #222;
        cursor: pointer;
        color: white;
    }
    ol.how-steps {
        display: table;
        width: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    ol.how-steps > li > div:after, 
	ol.how-steps > li > div:before {
        content:"";
        display:inline-block;        
        border-width: 16px;
        border-style: solid;
        width: 0px;
        height: 0px;
        left: 100%;
        top: -1px;        
        position: absolute;        
        z-index: 1;
    }
    ol.how-steps > li > div:after, ol.how-steps > li:hover > div:before {
        border-color: transparent transparent transparent #222;
    }
    ol.how-steps > li > div:before {
        border-width: 14px;
        display: block;
        border-color: transparent transparent transparent #ffffff;
        z-index: 2;
        top:1px;
    }



	
	
  .floating-menu {
    /*background: rgba(68, 189, 160, 1.0);*/
	/*background: rgba(221, 31, 68, 1.0);*/
	background: rgba(64, 64, 64, 1.0);
	border-radius: 12px 0 0 12px;
    padding: 10px 0 10px 10px;
    width: 200px;
    z-index: 100;
    position: fixed;
    top: 85%;
    right: 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
	display: none;
  }

  .floating-menu h3 {
    text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 400;
	color: white;
  }	
  
  .floating-menu a {
    font-size: 0.8em;
	font-weight: 600;
    display: block;
    color: white;
  }	
  
  .floating-menu a:hover {
    color: white;
	text-decoration: underline;
  }
  
  .floating-menu span {
	  display: block;
	  position: absolute;
	  top: 20px;
	  left: 150px;
  }	  

/* Box-It-Now Custom CSS
============================================================================================ */

/*
#tdPropertyList > div.Duc:not(:nth-child(2)) {
	display: none;
}	
*/






/* Float Shadow */

.hvr-float-shadow,
.l_product_item .l_p_img img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before,
.l_product_item .l_p_img img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active,
.l_product_item .l_p_img img:hover, .l_product_item .l_p_img img:focus, .l_product_item .l_p_img img:active {
  /*
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before,
.l_product_item .l_p_img img:hover:before, .l_product_item .l_p_img img:focus:before, .l_product_item .l_p_img img:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.NoimageSelectedDiv,
.expandertext {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase !important;
}

.divInfo,
.spnedit,
.uploadbtnText  {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase !important;
}

.imageGalleryBody .first,
.imageGalleryBody .second {
	border: 1px solid #dadada;
}

.imagearea {
    border: none !important;
}

.imageInfoLine,
.UploadBtnDiv {
    background: rgba(68, 189, 160, 0.8) !important;
    opacity: 1.0 !important;
    padding: 0 0 0 0;
    color: white !important;
    font-size: 16px;
}

.UploadBtnDiv {
	border: 0 !important;
}
	
.uploadbtnText {
	color: white !important;
}
	
.imageInfoLine.selector {
    bottom: 0px !important;
    height: 45px !important;
}

.expanderEdit {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: rgba(68, 189, 160, 1.0) !important;
    border: 0 !important;
    padding: 3px;
    position: relative;
    float: right;
    margin: auto;
    margin-right: 10px;
    margin-top: 4px;
}	

/*
#imgProgress {
    z-index: 9999;
    visibility: visible;
    position: absolute;
    top: 316px;
    left: 216px;
}	

#divProgress {	
    width: 465px;
    height: 640px;
    z-index: 9998;
    visibility: visible;
    background-color: black;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    opacity: 0.2;	
}
*/

.masonry-column {
  padding: 0 1px;
}

.masonry-grid > div .thumbnail {
  margin: 5px 1px;
}

.cd-faq__item {
	padding: 15px 10px;
	border-bottom: 1px solid rgba(132, 130, 143, 0.15);
}	





@media (max-width: 1300px){
    .home_left_main_area .left_menu {
        display: none;
    }
    .home_left_main_area .right_body {
        max-width: 100%;
        flex: 0 0 100%;
        background: #f0f0f0;
    }
    .shop_header_area.fixed_tb_menu {
        display: block;
    }
}
@media (max-width: 1230px){
    
}
@media (max-width: 1199px){
    .top_right li.user {
        margin-right: 0px;
    }
    .top_right li a {
        padding: 0px 10px;
    }
    .p_list_img img{
        max-width: 100%;
    }
    .p_list_text {
        padding-left: 10px;
        padding-top: 7px;
    }
    .f_product_left .owl-prev, .f_product_left .owl-next {
        display: none;
    }
    .p_list_text h3 {
        font-size: 18px;
    }
    .shop_header_area .navbar .navbar-nav li:first-child {
        margin-left: 18px;
    }
    .shop_header_area .navbar .navbar-nav li {
        margin-right: 15px; 
    }
    .l_p_text .add_cart_btn{
        padding: 0px 10px;
        font-size: 11px;
    }
    .carousel_menu_inner .navbar .navbar-nav.justify-content-end li a {
        line-height: 42px;
        padding: 0px 15px;
    }
    .fullwidth_menu {
        padding-left: 45px;
        padding-right: 45px;
    }
    .home_full_width {
        padding: 0px 0px 0px 0px;
    }
    .full_feature_item .left_full_feature {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .full_feature_item .right_full_feature {
        width: 100%;
        float: none;
        display: block;
    }
    .full_feature_item {
        display: block;
    }
    .left_full_feature .full_feature_img img{
        width: 100%;
    }
    .full_feature_item .right_full_feature .full_feature_text {
        align-self: center;
        vertical-align: middle;
        max-width: 270px;
        margin: 30px auto 0px;
    }
    .dir_right .right_full_feature .full_feature_text .full_feature_text_inner {
        max-width: 270px;
        float: none;
        margin: 0px auto 0px;
    }
    .parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end {
        margin-left: 20px;
    }
    .l_feature_widget .verticalCarousel .verticalCarouselGroup {
        padding: 0px 0px;
    }
    .l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .d-flex {
        padding-right: 5px;
    }
    .l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-left h3 {
        font-size: 15px;
    }
    .l_categories_widget ul li a {
        font-size: 14px;
        padding: 20px 0px 20px 10px;
    }
    .f_w_title h3 {
        font-size: 14px;
    }
    .cart_totals .checkout_btn {
         margin-left: 0px; 
    }
    .total_amount_area .update_btn{
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .shop_header_area .navbar .navbar-brand {
        display: inline-block;
        padding-top: 0px;
    }
    .top_header_middle img {
        display: none;
    }
    .top_right_header{
        text-align: center;
        clear: both; 
    }
    .top_right_header .header_social{
        margin-top: 0px;
    }
    .top_right_header .top_right{
        margin-top: 0px;
    }
    .header_social li a {
        line-height: 12px;
    }
    .header_top_area {
        padding-bottom: 25px;
    }
    .top_header_left .input-group {
        margin-top: 10px;
    }
    .navbar-light .navbar-toggler {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 0px;
        color: #000;
        cursor: pointer;
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar-toggler-icon { display: inline-block;width: 1.5em; height: 1.5em;vertical-align: middle;content: "";background: no-repeat center center;background-size: 100% 100%;background-image: url(https://info.diypack.com/hubfs/DIYPack/hamb.svg); }
  
    .shop_header_area .navbar .navbar-nav.categories li .bootstrap-select {
        display: none;
    }
    .shop_header_area .navbar .navbar-nav li:first-child {
        margin-left: 0px;
    }
    .shop_header_area .navbar .navbar-nav li {
        margin-right: 0px;
    }
    .shop_header_area .navbar .navbar-nav.categories {
        display: none;
    }
    .shop_header_area .navbar .navbar-nav li a {
        line-height: 50px;
    }
    .navbar-collapse{
        max-height: 300px;
        overflow-y: scroll;
    }
    .shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu{
        padding: 0px;
        border: none;
        margin-top: 0px;
    }
    .shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
        color: #0b1033;
        padding: 0px 10px;
    }
    .f_add_item {
        max-width: 510px;
        margin: 0px auto 30px;
    }
    .f_add_item .f_add_img img{
        width: 100%;
    }
    .feature_add_area .feature_inner{
        margin-bottom: -30px;
    }
    .p_list_img {
        margin-left: 0px; 
    }
    .p_listing_inner .col-lg-4{
        margin-bottom: 30px;
    }
    .p_listing_inner{
        margin-bottom: -30px;
    }
    .p_list_text {
        padding-left: 18px;
        padding-top: 25px;
    }
    .fillter_slider_inner {
        padding-top: 50px;
    }
    .from_blog_item {
        margin-bottom: 30px;
    }
    .from_blog_inner{
        margin-bottom: -30px;
    }
    .f_extra_widget {
        padding-left: 0px;
    }
    .f_about_widget {
        margin-bottom: 30px;
    }
    .shop_header_area .carousel_menu_inner .navbar .navbar-nav.justify-content-end{
        display: none;
    }
    .special_offer_item {
        max-width: 570px;
        margin: auto;
    }
    .special_offer_item2 {
        max-width: 570px;
        margin: auto;
    }
    .shop_header_area.fullwidth_menu .navbar{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fullwidth_menu {
        left: 0px;
        top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
    }
    .fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
        display: block;
    }
    .fullwidth_menu .carousel_menu_inner .navbar .collapse {
        text-align: left;
    }
    .fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
        text-align: left;
    }
    .parallax_menu .carousel_menu_inner .navbar .collapse {
        text-align: left;
    }
    .parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
        text-align: left;
    }
    .parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
        display: block;
    }
    .parallax_menu {
        padding: 0px 15px;
        background: #fff;
    }
    .shop_header_area.parallax_menu .navbar{
        padding: 0px;
    }
    .full_page_area {
        height: calc(100vh - 150px);
    }
    .footer_copy_area {
        bottom: 15px;
        padding: 0px 15px;
    }
    .parallax_style_two h3 {
        font-size: 100px;
    }
    .parallax_style_two h4 {
        font-size: 15px;
        letter-spacing: 7.6px;
    }
    .parallax_style_one h3 {
        font-size: 28px;
    }
    .home_parallax {
        padding: 0px 0px !important;
    }
    .advanced_search_area .bootstrap-select .dropdown-toggle span {
        text-align: left !important;
        padding-left: 10px;
    }
    .from_blog_item img{
        width: 100%;
        max-width: 100%;
    }
    .l_supper_widget {
        max-width: 270px;
    }
    .world_service_item::before {
        display: none;
    }
    .f_w_title h3 {
        font-size: 18px;
    }
    .checkout_main_area .checkout_prosses .checkout_from_area .forgot_area h4 {
        display: block;
        margin-top: 20px;
        padding-left: 0px;
    }
    .compare_table .table tbody tr th:first-child {
        width: 130px;
        padding-left: 20px;
    }
    .compare_table .table tbody tr td h3 {
        padding: 30px 100px;
    }
    .contact_details .media{
        margin-bottom: 30px;
    }
    .contact_details{
        margin-bottom: -30px;
    }
    .login_inner .login_form {
        margin-bottom: 30px;
    }
    .product_details_slider{
        max-width: 370px;
        margin-bottom: 30px;
    }
    .product_description_area .tab_menu .nav-tabs a {
        border: none;
    }
    .product_description_area .tab_menu .nav-tabs{
        border: none;
    }
    .product_description_area .tab_menu .nav-tabs a.active {
        border-bottom: none;
    }
    .l_product_item .l_p_img {
        text-align: center;
    }
    .billing_details {
        padding-right: 0px;
    }
    .order_box_price{
        margin-top: 50px;
    }
    .total_amount_area{
        margin-top: 50px;
    }
    .total_amount_area .update_btn {
        margin-bottom: 0px; 
    }
    .cart_totals .checkout_btn {
        margin-left: 25px;
    }
    .cart_totals_area {
        margin-top: 50px;
    }
}
@media (max-width: 799px){
    .home_carousel_slider .h_carousel_item .carousel_hover {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
        max-width: 270px;
        margin: auto;
    }
    .home_carousel_slider .owl-next, .home_carousel_slider .owl-prev {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 22px;
    }
    .summer_text p {
        padding: 15px 0px 30px 0px;
    }
    .summer_text h3 {
        font-size: 30px;
    }
    .footer_copy_area .middle_text {
        display: none;
    }
}
@media (max-width: 767px){
    .p_list_text {
        padding-left: 10px;
        padding-top: 0px;
    }
    .f_widget{
        margin-bottom: 30px;
    }
    .top_header_left {
        text-align: center;
    }
    .top_header_left .selector .ddcommon {
        text-align: left;
    }
    .l_p_text .add_cart_btn{
        padding: 0px 15px;
        font-size: 14px;
    }
    .fillter_l_p_inner .fillter_l_p li {
        margin-right: 18px;
    }
    .summer_text {
        left: 15px;
    }
    .account_list{
        text-align: center;
    }
    .advanced_search_area .bootstrap-select {
        width: 100% !important;
        flex: none;
        max-width: 100%;
    }
    .advanced_search_area .input-group {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .promotion_area .left_promotion {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .promotion_area .right_promotion {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-left h3 {
        padding-bottom: 20px;
    }
    .showing_fillter .first_fillter {
        flex: 0 0 50%;
        max-width: 50%;
        
    }
    .showing_fillter .secand_fillter {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }
    .showing_fillter .third_fillter {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0px;
    }
    .showing_fillter .four_fillter {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        text-align: right;
    }
    .c_product_item .c_product_img {
        text-align: center;
    }
    .c_product_item .c_product_text {
        padding-top: 30px;
    }
    .categories_sidebar{
        margin-top: 50px;
    }
    .showing_fillter .secand_fillter .bootstrap-select .dropdown-toggle {
        top: -2px;
    }
    .checkout_main_area .checkout_prosses .checkout_from_area {
        padding-top: 30px;
    }
    .checkout_main_area {
        padding: 0px 0px 0px 0px;
    }
    .cart_product_list .table tbody tr td .media .media-body h4 {
        white-space: nowrap;
    }
    .cart_items .table tbody tr td .quantity {
        width: 165px;
    }
    .cart_items .table tbody tr td .media .media-body h4 {
        white-space: nowrap;
    }
    .main_slider_area #main_slider ul li .slider_text_box .secand_text {
        text-align: center !important;
        color: #d91522;
    }
    .main_slider_area #main_slider ul li .slider_text_box .third_btn {
        text-align: center !important;
    }
    .main_slider_area #main_slider ul li .slider_text_box .first_text img {
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }
    .main_slider_area #fullwidth_slider ul li .slider_text_box .first_text {
        color: #fff;
    }
    .main_slider_area #fullwidth_slider ul li .slider_text_box .secand_text {
        color: #fff;
    }
    .main_slider_area #fullwidth_slider ul li .slider_text_box .third_text {
        color: #999;
    }
    .main_slider_area #fullwidth_slider ul li .slotholder{
        position: relative;
    }
    .main_slider_area #fullwidth_slider ul li .slotholder:before{
        content: "";
        background: rgba(0, 0, 0, .7);
        position: absolute;
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 600px){
    .parallax_style_one h4 {
        font-size: 18px;
    }
    .parallax_style_one h3 {
        font-size: 16px;
    }
    .parallax_style_two h3 {
        font-size: 50px;
    }
    .parallax_style_two h4 {
        letter-spacing: 4.6px;
        padding-top: 10px;
    }
    .parallax_style_two .discover_btn {
        margin-top: 20px;
    }
    .parallax_style_two i {
        margin-top: 30px;
    }
}
@media (max-width: 575px){
    .top_header_middle a {
        display: block;
        line-height: 26px;
        display: none;
    }
    .top_right_header {
        display: none;
    }
    .top_header_left .selector {
        display: none;
    }
    .usd_select.bootstrap-select {
        display: none !important;
    }
    .l_product_item {
        max-width: 270px;
        margin: 0px auto 30px;
    }
    .p_list_img {
        display: none;
    }
    .p_list_text {
        padding-left: 18px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .carousel_top_header{
        display: none;
    }
    .from_blog_item {
        max-width: 370px;
        margin: 0px auto 30px;
    }
    .fillter_home_sidebar .portfolio_filter {
        text-align: center;
    }
    .fillter_home_sidebar .home_l_product_slider .home_l_product_slider {
        top: 0px;
        position: relative;
        left: 0;
        text-align: center;
    }
    .home_sidebar_blog .single_title {
        text-align: center;
        padding-top: 35px;
    }
}
@media (max-width: 480px){
    .shop_header_area .navbar .navbar-brand img{
        max-width: 75%;
    }
    .l_product_slider .l_product_slider, .l_product_slider .home_l_product_slider, .home_l_product_slider .l_product_slider, .home_l_product_slider .home_l_product_slider {
        position: relative;
        right: 0px;
        top: 0px;
    }
    .footer_widgets .col-lg-4, .footer_widgets .col-lg-2{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .best_summer_banner{
        overflow: hidden;
        height: 400px;
    }
    .best_summer_banner img{
        max-width: none;
        
    }   
    .footer_social li {
        margin-left: 8px;
    }
    #fp-nav {
        right: 5px !important;
    }
    .c_banner_inner {
        padding: 100px 0px;
    }
    .showing_fillter .first_fillter {
        flex: none;
        max-width: 100%;
        padding-bottom: 10px;
    }
    .showing_fillter .secand_fillter {
        flex: none;
        max-width: 100%;
        text-align: left;
    }
    .showing_fillter .third_fillter {
        flex: none;
        max-width: 100%;
        padding-left: 0px;
    }
    .showing_fillter .four_fillter {
        flex: none;
        max-width: 100%;
        text-align: left;
    }
    .showing_fillter .row.m0{
        display: block;
    }
    .pagination_area .pagination li a {
        padding: 7px 12px;
    }
    .calculate_shoping_area .calculate_shop_inner {
        padding: 10px 10px;
    }
    .cupon_box .cupon_box_inner {
        padding: 25px 25px 25px 25px;
    }
    .cart_totals .cart_total_inner {
        padding: 30px 15px 30px 15px;
    }
    .cart_totals .checkout_btn {
        margin-left: 0px;
        display: block;
        margin-top: 15px;
    }
    .cart_totals_area .cart_t_list .media:last-child .d-flex {
        display: none !important;
    }
}
@media (max-width: 360px){
    .product_details_text .p_rating {
        display: block;
    }
    .product_details_text .add_review {
        display: block;
        padding-left: 0px;
    }
    .quantity .custom input {
        width: 100%;
    }
    .quantity .add_cart_btn {
        display: block;
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
    }
    .payment_list .price_single_cost {
        border-top: 1px solid #bdbdbd;
        padding: 20px 0px 0px 0px;
    }
    
}