/***
 Theme Name: Evara
 Theme URI: http://wp.alithemes.com/html/Evara
 Description: eCommerce HTML + Admin Template
 Author: alithemes.com
 Author URI: http://alithemes.com
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap");
/*import vendors*/
@import url(/assets/shop/vendors/normalize-d8182445d110b88d75fc5725d3eb694ce5e9daf643780dcb249693081b8974d4.css);
@import url(/assets/shop/vendors/bootstrap.min-f69eecc22d946119d83aae80131599b05e8637a771d09b71b95921d7679822b5.css);
@import url(/assets/shop/vendors/evara-font-3360c52479736d2a155bd61956727c4d4279f901216678648aa35a24d0fc5707.css);
@import url(/assets/shop/vendors/uicons-regular-straight-6567492a19b600c3ac1d48bfa58d409a58d909657eb8514b136e35ed5b37447f.css);
/*import plugins*/
@import url(/assets/shop/plugins/jquery-ui-998581fdee10ad90cfdffd4076914a0618ebe1c03818ccc62bacbee9b29282b2.css);
@import url(/assets/shop/plugins/magnific-popup-06f3c1f1fee478eae34f799c40b0e34b36602a3554b8e57b39bb83f3ee1f0682.css);
@import url(/assets/shop/plugins/select2.min-0cf9d16df4aa460c63adb34e45fc3f91e9f5bf13264d4387bc4a6aba880ab6c0.css);
@import url(/assets/shop/plugins/slick-d4530a69e13c01a0a20eaa119a89395df2f622e93006844d9917ec5327613154.css);
@import url(/assets/shop/plugins/perfect-scrollbar-2fdd2259c3fa0a20d8c51762347280dcd0e387e1d1dc5ba63618488fa420d225.css);
/*RESET*/
/* line 3, app/assets/stylesheets/shop/base/_common.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 23, app/assets/stylesheets/shop/base/_common.scss */
thead {
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/shop/base/_common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 28, app/assets/stylesheets/shop/base/_common.scss */
body {
  line-height: 1;
}

/* line 31, app/assets/stylesheets/shop/base/_common.scss */
ol, ul {
  list-style: none;
}

/* line 34, app/assets/stylesheets/shop/base/_common.scss */
blockquote, q {
  quotes: none;
}

/* line 37, app/assets/stylesheets/shop/base/_common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 42, app/assets/stylesheets/shop/base/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 46, app/assets/stylesheets/shop/base/_common.scss */
img {
  max-width: 100%;
}

/* line 47, app/assets/stylesheets/shop/base/_common.scss */
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
.form-control[type=text]:focus,
.form-control[type=password]:focus,
.form-control[type=email]:focus,
.form-control[type=tel]:focus,
.form-control[contenteditable]:focus {
  outline: none !important;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/shop/base/_common.scss */
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: .4s;
  transition: .4s;
}

/* line 64, app/assets/stylesheets/shop/base/_common.scss */
a {
  color: #088178;
}

/* line 66, app/assets/stylesheets/shop/base/_common.scss */
a:hover {
  color: #046963;
}

/*--- Common Classes---------------------*/
/* line 72, app/assets/stylesheets/shop/base/_common.scss */
::-moz-selection {
  background: #088178;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #088178;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* line 76, app/assets/stylesheets/shop/base/_common.scss */
::-moz-selection {
  background: #088178;
  /* Gecko Browsers */
  color: #fff;
}

/* line 80, app/assets/stylesheets/shop/base/_common.scss */
::-moz-placeholder {
  color: #838383;
}
::placeholder {
  color: #838383;
}

/* line 81, app/assets/stylesheets/shop/base/_common.scss */
.fix {
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/shop/base/_common.scss */
.hidden {
  display: none;
}

/* line 83, app/assets/stylesheets/shop/base/_common.scss */
.clear {
  clear: both;
}

/* line 84, app/assets/stylesheets/shop/base/_common.scss */
.section {
  float: left;
  width: 100%;
}

/* line 85, app/assets/stylesheets/shop/base/_common.scss */
.f-right {
  float: right;
}

/* line 86, app/assets/stylesheets/shop/base/_common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 87, app/assets/stylesheets/shop/base/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 88, app/assets/stylesheets/shop/base/_common.scss */
.bg-img {
  background-position: center center;
  background-size: cover;
}

/* line 89, app/assets/stylesheets/shop/base/_common.scss */
.position-relative {
  position: relative;
}

/* line 90, app/assets/stylesheets/shop/base/_common.scss */
.height-100vh {
  height: 100vh !important;
}

/* line 93, app/assets/stylesheets/shop/base/_common.scss */
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
.form-control[type=text]:focus,
.form-control[type=password]:focus,
.form-control[type=email]:focus,
.form-control[type=tel]:focus,
.form-control[contenteditable]:focus {
  outline: none !important;
  box-shadow: none;
}

/* line 110, app/assets/stylesheets/shop/base/_common.scss */
.bg-grey-9 {
  background-color: #f4f5f9;
}

/* line 112, app/assets/stylesheets/shop/base/_common.scss */
.border-radius-5 {
  border-radius: 5px;
}

/* line 113, app/assets/stylesheets/shop/base/_common.scss */
.border-radius-10 {
  border-radius: 10px;
}

/* line 114, app/assets/stylesheets/shop/base/_common.scss */
.border-radius-20 {
  border-radius: 20px;
}

/* line 117, app/assets/stylesheets/shop/base/_common.scss */
.img-hover-scale img {
  transition: transform .5s;
}

/* line 120, app/assets/stylesheets/shop/base/_common.scss */
.img-hover-scale:hover img {
  transform: scale(1.05);
  transition: transform .5s;
}

/* line 128, app/assets/stylesheets/shop/base/_common.scss */
.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 130, app/assets/stylesheets/shop/base/_common.scss */
.hover-up:hover {
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 136, app/assets/stylesheets/shop/base/_common.scss */
.text-brand {
  color: #088178 !important;
}

/* line 137, app/assets/stylesheets/shop/base/_common.scss */
.text-primary {
  color: #3f81eb !important;
}

/* line 138, app/assets/stylesheets/shop/base/_common.scss */
.text-warning {
  color: #ffb300 !important;
}

/* line 139, app/assets/stylesheets/shop/base/_common.scss */
.text-danger {
  color: #ff3551 !important;
}

/* line 140, app/assets/stylesheets/shop/base/_common.scss */
.text-success {
  color: #3ed092 !important;
}

/* line 141, app/assets/stylesheets/shop/base/_common.scss */
.text-info {
  color: #18a1b7 !important;
}

/* line 142, app/assets/stylesheets/shop/base/_common.scss */
.text-grey-4 {
  color: #90908e !important;
}

/* line 143, app/assets/stylesheets/shop/base/_common.scss */
.text-muted {
  color: #8e8e90 !important;
}

/* line 144, app/assets/stylesheets/shop/base/_common.scss */
.text-7 {
  color: #d77f7a !important;
}

/* line 145, app/assets/stylesheets/shop/base/_common.scss */
.text-8 {
  color: #63a2c1 !important;
}

/* line 147, app/assets/stylesheets/shop/base/_common.scss */
.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
  color: #a2a2a2 !important;
}

/* line 151, app/assets/stylesheets/shop/base/_common.scss */
.bg-brand {
  background-color: #088178 !important;
}

/* line 152, app/assets/stylesheets/shop/base/_common.scss */
.bg-primary {
  background-color: #3f81eb !important;
}

/* line 153, app/assets/stylesheets/shop/base/_common.scss */
.bg-warning {
  background-color: #ffb300 !important;
}

/* line 154, app/assets/stylesheets/shop/base/_common.scss */
.bg-danger {
  background-color: #ff3551 !important;
}

/* line 155, app/assets/stylesheets/shop/base/_common.scss */
.bg-success {
  background-color: #3ed092 !important;
}

/* line 156, app/assets/stylesheets/shop/base/_common.scss */
.bg-info {
  background-color: #18a1b7 !important;
}

/* line 157, app/assets/stylesheets/shop/base/_common.scss */
.bg-grey-4 {
  background-color: #90908e !important;
}

/* line 159, app/assets/stylesheets/shop/base/_common.scss */
.bg-1 {
  background-color: #fddde4 !important;
}

/* line 160, app/assets/stylesheets/shop/base/_common.scss */
.bg-2 {
  background-color: #cdebbc !important;
}

/* line 161, app/assets/stylesheets/shop/base/_common.scss */
.bg-3 {
  background-color: #d1e8f2 !important;
}

/* line 162, app/assets/stylesheets/shop/base/_common.scss */
.bg-4 {
  background-color: #cdd4f8 !important;
}

/* line 163, app/assets/stylesheets/shop/base/_common.scss */
.bg-5 {
  background-color: #f6dbf6 !important;
}

/* line 164, app/assets/stylesheets/shop/base/_common.scss */
.bg-6 {
  background-color: #fff2e5 !important;
}

/* line 166, app/assets/stylesheets/shop/base/_common.scss */
.flex-horizontal-center {
  display: flex;
  align-items: center;
}

/* line 173, app/assets/stylesheets/shop/base/_common.scss */
.h-500 {
  min-height: 500px;
}

/* line 176, app/assets/stylesheets/shop/base/_common.scss */
.border {
  border: 1px solid #e2e9e1 !important;
}

/* line 179, app/assets/stylesheets/shop/base/_common.scss */
.box-shadow-outer-6 {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

/* line 182, app/assets/stylesheets/shop/base/_common.scss */
.box-shadow-outer-6:hover {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

/* line 187, app/assets/stylesheets/shop/base/_common.scss */
.box-shadow-outer-7 {
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}

/* line 190, app/assets/stylesheets/shop/base/_common.scss */
.box-shadow-outer-7:hover {
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
}

/* line 195, app/assets/stylesheets/shop/base/_common.scss */
.box-shadow-outer-3, .box-hover-shadow-outer-3:hover {
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}

/*****************************
*********  BORDER  *****
******************************/
/* line 201, app/assets/stylesheets/shop/base/_common.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 202, app/assets/stylesheets/shop/base/_common.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 203, app/assets/stylesheets/shop/base/_common.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 204, app/assets/stylesheets/shop/base/_common.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 205, app/assets/stylesheets/shop/base/_common.scss */
.border-solid {
  border-style: solid !important;
}

/* line 206, app/assets/stylesheets/shop/base/_common.scss */
.border-double {
  border-style: double !important;
}

/* line 207, app/assets/stylesheets/shop/base/_common.scss */
.border-dashed {
  border-style: dashed !important;
}

/* line 208, app/assets/stylesheets/shop/base/_common.scss */
.border-brand {
  border-color: #088178 !important;
}

/* line 209, app/assets/stylesheets/shop/base/_common.scss */
.border-muted {
  border-color: #f7f8f9;
}

/* line 210, app/assets/stylesheets/shop/base/_common.scss */
.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

/* line 215, app/assets/stylesheets/shop/base/_common.scss */
.border-color-1 {
  border-color: #e0dede;
}

/* line 1, app/assets/stylesheets/shop/base/_animation.scss */
a,
button,
img,
input,
span,
h4 {
  transition: all .3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

/* line 18, app/assets/stylesheets/shop/base/_animation.scss */
[data-loader='spinner'] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(/../imgs/favicon.svg);
  box-shadow: 0 0 10px #fff;
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 51, app/assets/stylesheets/shop/base/_animation.scss */
.jump {
  transform-origin: 0;
  animation: jump .5s linear alternate infinite;
}

/*TYPOGRAPHY*/
/* line 2, app/assets/stylesheets/shop/base/_typography.scss */
body {
  color: #4f5d77;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/shop/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Spartan", sans-serif;
  color: #222222;
  font-weight: 600;
  line-height: 1.2;
}

/* line 23, app/assets/stylesheets/shop/base/_typography.scss */
h1 {
  font-size: 36px;
}

/* line 27, app/assets/stylesheets/shop/base/_typography.scss */
h2 {
  font-size: 30px;
}

/* line 31, app/assets/stylesheets/shop/base/_typography.scss */
h3 {
  font-size: 24px;
}

/* line 35, app/assets/stylesheets/shop/base/_typography.scss */
h4 {
  font-size: 18px;
}

/* line 39, app/assets/stylesheets/shop/base/_typography.scss */
h5 {
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/shop/base/_typography.scss */
h6 {
  font-size: 12px;
}

/* line 47, app/assets/stylesheets/shop/base/_typography.scss */
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #465b52;
}

/* line 55, app/assets/stylesheets/shop/base/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/shop/base/_typography.scss */
a,
button {
  text-decoration: none;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/shop/base/_typography.scss */
b {
  font-weight: 500;
}

/* line 65, app/assets/stylesheets/shop/base/_typography.scss */
strong,
.fw-600 {
  font-weight: 600;
}

/* line 69, app/assets/stylesheets/shop/base/_typography.scss */
.fw-900 {
  font-weight: 900;
}

/* line 72, app/assets/stylesheets/shop/base/_typography.scss */
.fw-300 {
  font-weight: 300;
}

/* line 75, app/assets/stylesheets/shop/base/_typography.scss */
.section-title {
  font-weight: 600;
}

/* line 77, app/assets/stylesheets/shop/base/_typography.scss */
.section-title.style-1 {
  position: relative;
  border-bottom: 1px solid #e2e9e1;
  padding-bottom: 10px;
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/shop/base/_typography.scss */
.section-title.style-1::after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #088178;
}

/* line 92, app/assets/stylesheets/shop/base/_typography.scss */
.section-title span {
  color: #088178;
}

/* line 96, app/assets/stylesheets/shop/base/_typography.scss */
h3.section-title {
  font-size: 22px;
}

/* line 99, app/assets/stylesheets/shop/base/_typography.scss */
h5.widget-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 103, app/assets/stylesheets/shop/base/_typography.scss */
.text-body {
  color: #4f5d77 !important;
}

/* line 104, app/assets/stylesheets/shop/base/_typography.scss */
.font-xxs {
  font-size: 12px;
}

/* line 105, app/assets/stylesheets/shop/base/_typography.scss */
.font-xs {
  font-size: 13px;
}

/* line 106, app/assets/stylesheets/shop/base/_typography.scss */
.font-sm {
  font-size: 14px;
}

/* line 107, app/assets/stylesheets/shop/base/_typography.scss */
.font-md {
  font-size: 15px;
}

/* line 108, app/assets/stylesheets/shop/base/_typography.scss */
.font-lg {
  font-size: 17px;
}

/* line 109, app/assets/stylesheets/shop/base/_typography.scss */
.font-xl {
  font-size: 19px;
}

/* line 110, app/assets/stylesheets/shop/base/_typography.scss */
.font-xxl {
  font-size: 58px;
}

/* line 112, app/assets/stylesheets/shop/base/_typography.scss */
.text-style-1 {
  position: relative;
}

/* line 114, app/assets/stylesheets/shop/base/_typography.scss */
.text-style-1::after {
  content: "";
  background-color: #ffdabf;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
  transition: transform .5s;
}

/* line 127, app/assets/stylesheets/shop/base/_typography.scss */
.text-style-1:hover::after {
  height: 30%;
  transition: transform .5s;
}

/* line 132, app/assets/stylesheets/shop/base/_typography.scss */
.fw-700 {
  font-weight: 700;
}

/*COMPONENTS -> BUTTONS*/
/* line 2, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-default {
  color: #fff;
  background-color: #088178;
  border-radius: 50px;
  padding: 13px 28px;
}

/* line 7, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  transition-duration: 0.2s;
}

/* line 13, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-default:hover i {
  margin-left: 15px;
  transition-duration: 0.2s;
}

/* line 18, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}

/* line 22, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}

/* line 30, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-outline {
  background-color: transparent !important;
}

/* line 33, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

/* line 37, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn:hover {
  color: white;
}

/* line 40, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-shadow-brand {
  box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}

/* line 43, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-shadow-brand:hover {
  border: 1px solid #088178;
}

/* line 47, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-brand {
  background-color: #088178;
  border-color: #088178;
}

/* line 51, app/assets/stylesheets/shop/components/_buttons.scss.erb */
button.submit, button[type='submit'] {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  color: #ffffff;
  border: none;
  background-color: #088178;
  border: 1px solid #046963;
  border-radius: 5px;
}

/* line 60, app/assets/stylesheets/shop/components/_buttons.scss.erb */
button.submit:hover, button[type='submit']:hover {
  background-color: #046963 !important;
}

/* line 64, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-brand:hover {
  background-color: #046963 !important;
}

/* line 67, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-login {
  font-weight: 13px;
}

/* line 69, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-login .btn {
  min-width: unset;
}

/* line 72, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}

/* line 75, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

/* line 87, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #046963;
  background-color: #088178;
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

/* line 100, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn:hover, .button:hover {
  background-color: #046963;
}

/* line 103, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-sm, .button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}

/* line 109, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-rounded, .button.btn-rounded {
  border-radius: 50px;
}

/* line 112, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-secondary, .button.btn-secondary {
  background-color: #41506b;
  border-color: #41506b;
}

/* line 116, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-facebook, .button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

/* line 120, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-google, .button.btn-google {
  background: #d85040;
  border-color: #d85040;
}

/* line 124, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-brush, .button.btn-brush {
  background-color: transparent;
  color: #088178;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  font-family: "Spartan", sans-serif;
}

/* line 131, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-brush i, .button.btn-brush i {
  margin: 3px 0 0 5px;
}

/* line 134, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-brush.btn-brush-1, .button.btn-brush.btn-brush-1 {
  background-image: url(/assets/shop/theme/btn-brush-bg-1-832a0e38a2e035733b08052245712cf037641bbf7c650a2110b3c251d350d8e6.png);
}

/* line 137, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-brush.btn-brush-2, .button.btn-brush.btn-brush-2 {
  background-image: url(/assets/shop/theme/btn-brush-bg-2-a1f69c70668c8a4a46fba97eadf3bf22b619ebba6179ef7124cdb9a8016063f3.png);
}

/* line 140, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.btn.btn-brush.btn-brush-3, .button.btn-brush.btn-brush-3 {
  background-image: url(/assets/shop/theme/btn-brush-bg-3-e42578f2b6b4e933fdb192439fb733aafc6fd91df7f20a8cb2cc7a9fb1a98d4c.png);
}

/* line 145, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.comments-area .btn-reply {
  display: flex !important;
  align-content: center;
  align-items: center;
}

/* line 149, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.comments-area .btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}

/* line 155, app/assets/stylesheets/shop/components/_buttons.scss.erb */
.tags .btn, .tags .button {
  border-radius: 4px;
  float: left;
}

/*COMPONENTS -> FORM*/
/* line 2, app/assets/stylesheets/shop/components/_form.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/shop/components/_form.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

/* line 10, app/assets/stylesheets/shop/components/_form.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

/* line 14, app/assets/stylesheets/shop/components/_form.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/* line 18, app/assets/stylesheets/shop/components/_form.scss */
input {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  color: #161c27;
  width: 100%;
}

/* line 27, app/assets/stylesheets/shop/components/_form.scss */
input:focus {
  background: transparent;
  border: 1px solid #88c1be;
}

/* line 31, app/assets/stylesheets/shop/components/_form.scss */
input.square {
  border-radius: 0;
}

/* line 35, app/assets/stylesheets/shop/components/_form.scss */
select {
  width: 100%;
  background: transparent;
  border: 0px solid #f4f5f9;
  box-shadow: none;
  font-size: 13px;
  color: #161c27;
}

/* line 44, app/assets/stylesheets/shop/components/_form.scss */
option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 13px;
}

/* line 50, app/assets/stylesheets/shop/components/_form.scss */
textarea {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  height: 45px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  color: #161c27;
  width: 100%;
  min-height: 200px;
}

/* line 60, app/assets/stylesheets/shop/components/_form.scss */
textarea:focus {
  background: transparent;
  border: 1px solid #88c1be;
}

/* line 66, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 45px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 16px;
  padding: 0;
  letter-spacing: -0.5px;
}

/* line 82, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
}

/* line 91, app/assets/stylesheets/shop/components/_form.scss */
.custom_select {
  position: relative;
  width: 100%;
}

/* line 94, app/assets/stylesheets/shop/components/_form.scss */
.custom_select .select2-container {
  max-width: 155px;
}

/* line 97, app/assets/stylesheets/shop/components/_form.scss */
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 102, app/assets/stylesheets/shop/components/_form.scss */
.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  font-size: 13px;
  color: #1a1a1a;
}

/* line 110, app/assets/stylesheets/shop/components/_form.scss */
.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 13px;
  color: #1a1a1a;
  padding-left: 0;
}

/* line 116, app/assets/stylesheets/shop/components/_form.scss */
.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 14px;
}

/* line 123, app/assets/stylesheets/shop/components/_form.scss */
.select2-dropdown {
  border: 1px solid #eef0ee;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}

/* line 128, app/assets/stylesheets/shop/components/_form.scss */
.select2-dropdown .select2-search--dropdown {
  padding: 0;
}

/* line 130, app/assets/stylesheets/shop/components/_form.scss */
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #088178;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}

/* line 139, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 144, app/assets/stylesheets/shop/components/_form.scss */
.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

/* line 148, app/assets/stylesheets/shop/components/_form.scss */
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

/* line 157, app/assets/stylesheets/shop/components/_form.scss */
.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

/* line 165, app/assets/stylesheets/shop/components/_form.scss */
.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

/* line 168, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* line 173, app/assets/stylesheets/shop/components/_form.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
  color: unset;
}

/* line 177, app/assets/stylesheets/shop/components/_form.scss */
.select2-container {
  max-width: 135px;
}

/*contact form*/
/* line 184, app/assets/stylesheets/shop/components/_form.scss */
.contact-from-area .contact-form-style button {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  color: #ffffff;
  border: none;
  background-color: #088178;
  border: 1px solid #046963;
  border-radius: 5px;
}

/* line 193, app/assets/stylesheets/shop/components/_form.scss */
.contact-from-area .contact-form-style button:hover {
  background-color: #046963 !important;
}

/* line 200, app/assets/stylesheets/shop/components/_form.scss */
label {
  margin-bottom: 5px;
}

/* line 203, app/assets/stylesheets/shop/components/_form.scss */
.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}

/* line 215, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 225, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

/* line 231, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

/* line 238, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}

/* line 255, app/assets/stylesheets/shop/components/_form.scss */
.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

/* line 259, app/assets/stylesheets/shop/components/_form.scss */
.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 274, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: #088178;
  border-color: #088178;
}

/* line 278, app/assets/stylesheets/shop/components/_form.scss */
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}

/* line 285, app/assets/stylesheets/shop/components/_form.scss */
.divider-text-center {
  text-align: center;
  position: relative;
}

/* line 288, app/assets/stylesheets/shop/components/_form.scss */
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  transform: translateY(-50%);
}

/* line 299, app/assets/stylesheets/shop/components/_form.scss */
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

/* line 306, app/assets/stylesheets/shop/components/_form.scss */
.login_wrap {
  border-color: #e2e9e1;
  border-style: solid;
  border-width: 1px;
}

/*comment*/
/* line 313, app/assets/stylesheets/shop/components/_form.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #e2e9e1;
  padding: 45px 0;
  margin-top: 50px;
}

/* line 318, app/assets/stylesheets/shop/components/_form.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 322, app/assets/stylesheets/shop/components/_form.scss */
.comments-area a {
  color: #2a2a2a;
}

/* line 325, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 327, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 330, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

/* line 333, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment-list .single-comment {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

/* line 336, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #e2e9e1;
}

/* line 341, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 343, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 348, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 354, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 359, app/assets/stylesheets/shop/components/_form.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 367, app/assets/stylesheets/shop/components/_form.scss */
.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

/* line 374, app/assets/stylesheets/shop/components/_form.scss */
.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

/* line 381, app/assets/stylesheets/shop/components/_form.scss */
.comment-form .email {
  padding-right: 0px;
}

/* line 385, app/assets/stylesheets/shop/components/_form.scss */
.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
}

/* line 394, app/assets/stylesheets/shop/components/_form.scss */
.comment-form {
  border-top: 1px solid #e2e9e1;
  padding-top: 45px;
  margin-bottom: 20px;
}

/* line 398, app/assets/stylesheets/shop/components/_form.scss */
.comment-form .form-group {
  margin-bottom: 20px;
}

/* line 401, app/assets/stylesheets/shop/components/_form.scss */
.comment-form textarea {
  resize: vertical;
  border: 1px solid #e2e9e1;
  padding: 15px 10px 10px 20px;
  width: 100%;
  font-size: 13px;
  color: #1a1a1a;
  min-height: 200px;
  border-radius: 4px;
}

/* line 410, app/assets/stylesheets/shop/components/_form.scss */
.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  box-shadow: none;
  border-color: #088178;
}

/* line 418, app/assets/stylesheets/shop/components/_form.scss */
.comment-form input {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  color: #1a1a1a;
  width: 100%;
}

/* line 428, app/assets/stylesheets/shop/components/_form.scss */
.comment-form input:focus {
  background: transparent;
  outline: none !important;
  box-shadow: none;
  border-color: #088178;
}

/* line 436, app/assets/stylesheets/shop/components/_form.scss */
.comment-form button {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  color: #ffffff;
  border: none;
  background-color: #088178;
  border: 1px solid #046963;
  border-radius: 4px;
}

/* line 445, app/assets/stylesheets/shop/components/_form.scss */
.comment-form button:hover {
  background-color: #3f81eb !important;
  border: none !important;
}

/* line 452, app/assets/stylesheets/shop/components/_form.scss */
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 456, app/assets/stylesheets/shop/components/_form.scss */
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

/* line 464, app/assets/stylesheets/shop/components/_form.scss */
.nice-select .list {
  width: 100%;
}

/* line 468, app/assets/stylesheets/shop/components/_form.scss */
.button-contactForm {
  background: #088178;
  color: #fff;
  border-color: #088178;
  padding: 12px 25px;
}

/* line 474, app/assets/stylesheets/shop/components/_form.scss */
.search-form form {
  position: relative;
}

/* line 476, app/assets/stylesheets/shop/components/_form.scss */
.search-form form input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 481, app/assets/stylesheets/shop/components/_form.scss */
.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 14px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #242424;
}

/*COMPONENTS -> SLIDER*/
/* line 5, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 h1 {
  animation-delay: 1.4s;
  animation-name: fadeInUp;
}

/* line 11, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 h2 {
  animation-delay: 1.2s;
  animation-name: fadeInUp;
}

/* line 17, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 h3 {
  animation-delay: 1.0s;
  animation-name: fadeInUp;
}

/* line 23, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 h4 {
  animation-delay: 1.0s;
  animation-name: fadeInUp;
}

/* line 29, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 span {
  animation-delay: .5s;
  animation-name: fadeInUp;
}

/* line 35, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 p {
  animation-delay: 1.7s;
  animation-name: fadeInUp;
}

/* line 41, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 a.btn {
  animation-delay: 2.0s;
  animation-name: fadeInUp;
}

/* line 47, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  animation-delay: 1.2s;
  animation-name: flipInY;
}

/* line 54, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}

/* line 64, app/assets/stylesheets/shop/components/_slider.scss */
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  animation-delay: 1.0s;
  animation-name: fadeInUp;
}

/* line 71, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 {
  height: 500px;
}

/* line 73, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 img {
  max-height: 500px;
}

/* line 77, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 .single-slider-img-1 {
  height: 500px;
  position: relative;
}

/* line 80, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 .single-slider-img-1 .slider-1-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

/* line 85, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 .single-slider-img-1 .slider-1-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}

/* line 90, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1 .single-slider-img-1 .slider-1-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

/* line 96, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2 {
  height: 490px;
}

/* line 98, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2 .slider-1-height-2 {
  height: 490px;
  position: relative;
}

/* line 102, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2 .hero-slider-content-2 {
  padding-left: 300px;
  padding-top: 100px;
}

/* line 106, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2 .single-slider-img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 80px;
}

/* line 111, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2 .single-slider-img img {
  max-width: 550px;
}

/* line 115, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-2.dot-style-1.dot-style-1-position-1 ul {
  bottom: 30px;
}

/* line 119, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 {
  position: relative;
  height: unset;
}

/* line 122, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 img {
  max-height: 620px;
}

/* line 125, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .slider-1-height-3 {
  height: 542px;
}

/* line 128, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

/* line 136, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding-left: 60px;
}

/* line 143, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 h1 {
  font-size: 50px;
}

/* line 146, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 h2 {
  font-size: 38px;
  line-height: 1.2;
}

/* line 150, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 h4 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

/* line 154, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 p {
  font-size: 14px;
}

/* line 157, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3 .hero-slider-content-2 .btn-default {
  color: #fff;
  background-color: #ffb300;
  border-radius: 50px;
  padding: 10px 19px;
  font-size: 13px;
}

/* line 165, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
  bottom: 10px;
}

/* line 171, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-1.style-4.dot-style-1.dot-style-1-position-1 ul {
  bottom: 10px;
}

/* line 177, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 h1 {
  font-size: 58px;
  line-height: 64px;
  margin: 0 0 0px;
}

/* line 182, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 h2 {
  font-size: 46px;
  line-height: 54px;
  margin: 0 0 10px 0px;
}

/* line 187, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0 15px;
  line-height: 1;
}

/* line 193, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 h4 {
  font-size: 24px;
  margin: 0 0 18px;
}

/* line 197, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 p {
  font-size: 18px;
  line-height: 36px;
  margin: 7px 0 22px;
  width: 74%;
}

/* line 203, app/assets/stylesheets/shop/components/_slider.scss */
.hero-slider-content-2 span {
  display: block;
  font-size: 15px;
  line-height: 1;
}

/* line 210, app/assets/stylesheets/shop/components/_slider.scss */
.single-slider-img {
  position: relative;
}

/* line 217, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1 ul {
  display: flex;
}

/* line 219, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1 ul li {
  margin: 0 3px;
}

/* line 221, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1 ul li button {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: #c1c1c1;
  background: none;
  transition: all 0.3s linear;
}

/* line 233, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1 ul li button:hover {
  background: #c1c1c1;
}

/* line 238, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1 ul li.slick-active button {
  background: #088178;
  border-color: #088178;
}

/* line 246, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

/* line 256, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1.dot-style-1-center ul {
  justify-content: center;
}

/* line 264, app/assets/stylesheets/shop/components/_slider.scss */
.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

/* line 270, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

/* line 276, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn {
  cursor: pointer;
  background: #e8f6ea;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #cce7d0;
  transition: all .2s ease-out;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #088178;
}

/* line 293, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn.slider-prev {
  left: 20px;
}

/* line 295, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn.slider-prev i {
  margin-right: 2px;
}

/* line 299, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn.slider-next {
  right: 20px;
}

/* line 301, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn.slider-next i {
  margin-left: 2px;
}

/* line 305, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow .slider-btn:hover {
  background-color: #088178;
  color: #fff;
  border-color: #088178;
}

/* line 314, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow.slider-arrow-2 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
}

/* line 322, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}

/* line 331, app/assets/stylesheets/shop/components/_slider.scss */
.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

/* line 342, app/assets/stylesheets/shop/components/_slider.scss */
.home-slide-cover {
  position: relative;
  padding: 0 30px;
}

/* line 345, app/assets/stylesheets/shop/components/_slider.scss */
.home-slide-cover .slider-arrow {
  left: 0;
}

/* line 348, app/assets/stylesheets/shop/components/_slider.scss */
.home-slide-cover .hero-slider-content-2 {
  padding-left: 50px;
}

/*Carausel*/
/* line 354, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .carausel-6-columns {
  overflow: hidden;
  margin: 0 -12px;
}

/* line 357, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .carausel-6-columns .card-1 {
  margin-right: 12px;
  margin-left: 12px;
}

/* line 362, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .product-img {
  border: 1px solid #cce7d0;
}

/* line 365, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .slider-arrow {
  top: -50px;
}

/* line 367, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

/* line 370, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 40px;
  left: unset;
}

/* line 376, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
}

/* line 380, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -30px;
}

/* line 383, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -30px;
}

/* line 386, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-6-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}

/* line 395, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-4-columns-cover .carausel-4-columns {
  overflow: hidden;
  margin: 0 -12px;
}

/* line 398, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-4-columns-cover .carausel-4-columns .product-cart-wrap {
  margin-right: 12px;
  margin-left: 12px;
}

/* line 403, app/assets/stylesheets/shop/components/_slider.scss */
.carausel-4-columns-cover .carausel-4-columns-arrow {
  margin-top: -100px;
}

/* line 407, app/assets/stylesheets/shop/components/_slider.scss */
.bg-grey-10 {
  background-color: #d0f3ec;
}

/* line 412, app/assets/stylesheets/shop/components/_slider.scss */
.home-slider .slider-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

/* line 418, app/assets/stylesheets/shop/components/_slider.scss */
.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

/*COMPONENTS -> CARD*/
/* line 2, app/assets/stylesheets/shop/components/_card.scss */
.card-1 {
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #cce7d0;
  border-radius: 20px;
}

/* line 8, app/assets/stylesheets/shop/components/_card.scss */
.card-1 figure {
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  display: flex;
}

/* line 13, app/assets/stylesheets/shop/components/_card.scss */
.card-1 figure img {
  border-radius: 10px;
}

/* line 18, app/assets/stylesheets/shop/components/_card.scss */
.card-1 h5 {
  margin: 20px 0;
}

/* line 20, app/assets/stylesheets/shop/components/_card.scss */
.card-1 h5 a {
  color: #4f5d77;
}

/* line 25, app/assets/stylesheets/shop/components/_card.scss */
.card-1:hover a {
  color: #088178;
}

/* line 29, app/assets/stylesheets/shop/components/_card.scss */
.hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

/* line 40, app/assets/stylesheets/shop/components/_card.scss */
.hero-card:hover {
  border: 1px solid #088178;
}

/* line 43, app/assets/stylesheets/shop/components/_card.scss */
.hero-card .hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* line 64, app/assets/stylesheets/shop/components/_card.scss */
.hero-card .hero-card-icon.icon-left {
  width: 135px;
  align-items: start;
}

/* line 71, app/assets/stylesheets/shop/components/_card.scss */
.hero-card .hero-card-icon.icon-left-2 {
  width: 265px;
  align-items: start;
}

/* line 78, app/assets/stylesheets/shop/components/_card.scss */
.hero-card .hero-card-icon i {
  font-size: 25px;
  color: #6143f7;
}

/* line 84, app/assets/stylesheets/shop/components/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e2e9e1;
  border-radius: .25rem;
}

/* line 94, app/assets/stylesheets/shop/components/_card.scss */
.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #e2e9e1;
}

/* line 101, app/assets/stylesheets/shop/components/_card.scss */
.border-radius {
  border-radius: 4px;
}

/*COMPONENTS -> TABS*/
/* line 2, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs {
  margin-bottom: 25px;
  border: 0;
}

/* line 5, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  line-height: 1;
}

/* line 23, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs .nav-link.active {
  color: #088178;
  background-color: #fde1bd;
}

/* line 27, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs .nav-link:hover {
  color: #088178;
  background-color: #fde1bd;
  transform: translateY(-3px);
  transition: 0.2s;
}

/* line 34, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
}

/* line 36, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs.no-border {
  border: none;
}

/* line 41, app/assets/stylesheets/shop/components/_tabs.scss */
.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

/* line 48, app/assets/stylesheets/shop/components/_tabs.scss */
.nav.right {
  justify-content: end;
}

/* line 53, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu {
  border: 1px solid #e2e9e1;
  border-radius: 5px;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

/* line 60, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li {
  position: relative;
}

/* line 62, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li a {
  font-size: 14px;
  color: #242424;
  padding: 15px 30px;
}

/* line 66, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li a i {
  color: #90908e;
  font-size: 12px;
}

/* line 70, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li a.active {
  color: #fff;
  background-color: #088178;
}

/* line 73, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li a.active i {
  color: #fff;
}

/* line 78, app/assets/stylesheets/shop/components/_tabs.scss */
.dashboard-menu ul li:not(:last-child) {
  border-bottom: 1px solid #e2e9e1;
}

/* line 85, app/assets/stylesheets/shop/components/_tabs.scss */
.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 89, app/assets/stylesheets/shop/components/_tabs.scss */
.tab-header .view-more {
  font-family: "Spartan", sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #cce7d0;
  margin-bottom: 20px;
}

/* line 96, app/assets/stylesheets/shop/components/_tabs.scss */
.tab-header .view-more i {
  margin-left: 5px;
  margin-top: 5px;
  transition: 0.5s;
}

/* line 102, app/assets/stylesheets/shop/components/_tabs.scss */
.tab-header .view-more:hover i {
  transform: translateX(5px);
  transition: 0.5s;
}

/*COMPONENTS -> MISC*/
/*Countdown*/
/* line 4, app/assets/stylesheets/shop/components/_misc.scss */
.deals-countdown .countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 20px 5px 15px 5px;
  margin-left: .8rem;
  margin-right: .8rem;
  background-color: #088178;
  border-radius: 4px;
  border: none;
  margin-bottom: 2rem;
}

/* line 16, app/assets/stylesheets/shop/components/_misc.scss */
.deals-countdown .countdown-section .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/shop/components/_misc.scss */
.deals-countdown .countdown-section .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -20px;
  display: block;
  font-weight: 400;
  color: #90908e;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 45, app/assets/stylesheets/shop/components/_misc.scss */
.deals-countdown .countdown-section:not(:last-child)::after {
  color: #1a1a1a;
  content: ':';
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 62, app/assets/stylesheets/shop/components/_misc.scss */
.img-grey-hover {
  opacity: .5;
  filter: grayscale(1);
  transition-duration: 0.3s;
}

/* line 68, app/assets/stylesheets/shop/components/_misc.scss */
.img-grey-hover:hover {
  filter: none;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 76, app/assets/stylesheets/shop/components/_misc.scss */
.brand-logo img {
  width: auto;
  display: inline-block;
  padding: 10px 0;
}

/*Heading tab*/
/* line 85, app/assets/stylesheets/shop/components/_misc.scss */
.heading-tab {
  align-items: center;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
}

/*page loading*/
/* line 93, app/assets/stylesheets/shop/components/_misc.scss */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: .6s;
  margin: 0 auto;
}

/* line 94, app/assets/stylesheets/shop/components/_misc.scss */
.preloader img.jump {
  max-height: 100px;
}

/*custom amine*/
/* line 96, app/assets/stylesheets/shop/components/_misc.scss */
.loader,
.bar {
  width: 100px;
  height: 20px;
}

/* line 98, app/assets/stylesheets/shop/components/_misc.scss */
.bar {
  position: absolute;
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/shop/components/_misc.scss */
.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #088178;
  opacity: 0;
  border-radius: 10px;
  animation: slideleft 3s ease-in-out infinite;
}

/* line 101, app/assets/stylesheets/shop/components/_misc.scss */
.bar1::before {
  animation-delay: 0.00s;
}

/* line 102, app/assets/stylesheets/shop/components/_misc.scss */
.bar1::after {
  animation-delay: 0.3s;
}

/* line 103, app/assets/stylesheets/shop/components/_misc.scss */
.bar2::before {
  animation-delay: 0.60s;
}

/* line 104, app/assets/stylesheets/shop/components/_misc.scss */
.bar2::after {
  animation-delay: 0.90s;
}

/* line 105, app/assets/stylesheets/shop/components/_misc.scss */
.bar3::before {
  animation-delay: 1.20s;
}

/* line 106, app/assets/stylesheets/shop/components/_misc.scss */
.bar3::after {
  animation-delay: 1.50s;
}

/*page header*/
/* line 110, app/assets/stylesheets/shop/components/_misc.scss */
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

/* line 114, app/assets/stylesheets/shop/components/_misc.scss */
.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #f7f8f9;
}

/* line 118, app/assets/stylesheets/shop/components/_misc.scss */
.page-header .breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 0.875rem;
  background: none;
  margin: 0;
  border-radius: 0;
}

/* line 127, app/assets/stylesheets/shop/components/_misc.scss */
.page-header .breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

/* line 131, app/assets/stylesheets/shop/components/_misc.scss */
.page-header .breadcrumb span::before {
  content: "\f111";
  font-family: "uicons-regular-straight"  !important;
  display: inline-block;
  font-size: 9px;
}

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/
/* line 143, app/assets/stylesheets/shop/components/_misc.scss */
.text-center.social-icons ul {
  display: inline-block;
}

/* line 144, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons li {
  float: left;
  list-style: none;
}

/* line 145, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons li a {
  float: left;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  transition: all .3s ease;
}

/* line 146, app/assets/stylesheets/shop/components/_misc.scss */
.dark .social-icons li a {
  color: #fff;
}

/* line 147, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff !important;
  border: 0;
}

/* line 149, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
  background-color: #faa33d;
}

/* line 153, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

/* line 155, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

/* line 157, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

/* line 159, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

/* line 161, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

/* line 163, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #e53d00;
}

/* line 165, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

/* line 167, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

/* line 169, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

/* line 171, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

/* line 173, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

/* line 175, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

/* line 177, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

/* line 179, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

/* line 181, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

/* line 183, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

/* line 185, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

/* line 187, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

/* line 189, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

/* line 191, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

/* line 193, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

/* line 195, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

/* line 197, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

/* line 199, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

/* line 201, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

/* line 203, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

/* line 205, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

/* line 207, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

/* line 209, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

/* line 211, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

/* line 213, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

/* line 215, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

/* line 217, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

/* line 219, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: 0 0;
  color: #333;
}

/* line 220, app/assets/stylesheets/shop/components/_misc.scss */
.dark .social-icons.social-icons-border li a {
  border: 1px solid #333 !important;
}

/* line 221, app/assets/stylesheets/shop/components/_misc.scss */
.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

/* line 222, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #e2e9e1;
}

/* line 223, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

/* line 224, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-square li a {
  border-radius: 0;
}

/* line 225, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-xs li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}

/* line 226, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-sm li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

/* line 227, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-md li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 16px;
}

/* line 228, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-lg li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

/* line 229, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons.social-icons-xl li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

/* line 230, app/assets/stylesheets/shop/components/_misc.scss */
.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

/* line 231, app/assets/stylesheets/shop/components/_misc.scss */
.social-icons li:hover i {
  animation: toTopFromBottom .2s forwards;
}

/*Map*/
/* line 234, app/assets/stylesheets/shop/components/_misc.scss */
.leaflet-map {
  height: 350px;
  width: 100%;
}

/*table*/
/* line 239, app/assets/stylesheets/shop/components/_misc.scss */
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

/* line 244, app/assets/stylesheets/shop/components/_misc.scss */
table td, table th {
  padding: 10px 20px;
  border: 1px solid #e2e9e1;
  vertical-align: middle;
}

/* line 249, app/assets/stylesheets/shop/components/_misc.scss */
table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}

/* line 253, app/assets/stylesheets/shop/components/_misc.scss */
table p {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/shop/components/_misc.scss */
table.clean td, table.clean th {
  border: 0;
  border-top: 1px solid #e2e9e1;
}

/* line 262, app/assets/stylesheets/shop/components/_misc.scss */
table .product-thumbnail img {
  max-width: 80px;
}

/*divider*/
/* line 267, app/assets/stylesheets/shop/components/_misc.scss */
.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}

/* line 273, app/assets/stylesheets/shop/components/_misc.scss */
.divider.center_icon {
  text-align: center;
  height: auto;
}

/* line 277, app/assets/stylesheets/shop/components/_misc.scss */
.divider::before, .divider::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #e2e9e1;
  transform: translateY(-50%);
}

/* line 289, app/assets/stylesheets/shop/components/_misc.scss */
.divider::before {
  margin-top: -1px;
}

/* line 292, app/assets/stylesheets/shop/components/_misc.scss */
.divider::after {
  margin-top: 1px;
}

/* line 295, app/assets/stylesheets/shop/components/_misc.scss */
.divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1;
}

/* line 306, app/assets/stylesheets/shop/components/_misc.scss */
.bg-square {
  position: absolute;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 45%;
  min-width: 300px;
  background-color: #f3fbf5;
  z-index: -1;
  max-height: 1200px;
}

/* line 322, app/assets/stylesheets/shop/components/_misc.scss */
.mobile-promotion {
  display: none;
}

/* line 325, app/assets/stylesheets/shop/components/_misc.scss */
.bg-green {
  background-color: #cee8e0;
}

/*modal*/
/* line 330, app/assets/stylesheets/shop/components/_misc.scss */
.custom-modal .modal-dialog {
  max-width: 800px !important;
  border-radius: 0px;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}

/* line 338, app/assets/stylesheets/shop/components/_misc.scss */
.custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0;
}

/* line 342, app/assets/stylesheets/shop/components/_misc.scss */
.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}

/*COMPONENTS -> BANNERS*/
/* line 2, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon {
  position: relative;
  background: #fff;
}

/* line 6, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon:hover .banner-icon {
  transform: translateY(-5px);
  transition-duration: 0.3s;
}

/* line 11, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon .banner-icon {
  max-width: 60px;
  margin-right: 20px;
  transition-duration: 0.3s;
}

/* line 17, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon .banner-text h3 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 23, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: #90908e;
}

/* line 28, app/assets/stylesheets/shop/components/_banners.scss */
.banner-left-icon.style-2 {
  position: relative;
  border: 1px solid #e2e9e1;
  padding: 20px;
}

/* line 34, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img {
  position: relative;
  clear: both;
}

/* line 38, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img:hover img {
  opacity: 0.9;
}

/* line 43, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img.banner-1 .banner-text {
  top: 30%;
}

/* line 46, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img.banner-1.home-3 {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 348px;
}

/* line 54, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img.banner-2 .banner-text {
  right: 10px;
}

/* line 58, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 20px 30px;
}

/* line 64, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text span {
  color: #90908e;
}

/* line 67, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 71, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text:hover h4 {
  margin-left: 5px;
}

/* line 75, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text a i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 10px;
}

/* line 76, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img .banner-text a:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}

/* line 80, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img.style-2 {
  border: 1px solid #e2e9e1;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 338px;
}

/* line 86, app/assets/stylesheets/shop/components/_banners.scss */
.banner-img.style-2 h4 {
  color: #fff;
}

/* line 92, app/assets/stylesheets/shop/components/_banners.scss */
.banner-big .btn {
  background: #088178 !important;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 22px;
  border: 0;
}

/* line 99, app/assets/stylesheets/shop/components/_banners.scss */
.banner-big .btn:hover {
  background: #046963 !important;
}

/*Deal banners*/
/* line 106, app/assets/stylesheets/shop/components/_banners.scss */
.deal {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 50px;
  background-color: #f5f6f9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 420px;
}

/* line 117, app/assets/stylesheets/shop/components/_banners.scss */
.deal > div {
  width: 100%;
}

/* line 121, app/assets/stylesheets/shop/components/_banners.scss */
.deal h2 {
  color: #ff3551;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}

/* line 128, app/assets/stylesheets/shop/components/_banners.scss */
.deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}

/* line 135, app/assets/stylesheets/shop/components/_banners.scss */
.deal .deal-content {
  align-self: center;
}

/* line 138, app/assets/stylesheets/shop/components/_banners.scss */
.deal .product-title {
  max-width: 240px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
}

/* line 144, app/assets/stylesheets/shop/components/_banners.scss */
.deal .product-title a {
  color: #1a1a1a;
}

/* line 148, app/assets/stylesheets/shop/components/_banners.scss */
.deal .product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #ff3551;
}

/* line 158, app/assets/stylesheets/shop/components/_banners.scss */
.deal .product-price .new-price {
  font-weight: 400;
  letter-spacing: -.01em;
  margin-right: 10px;
}

/* line 163, app/assets/stylesheets/shop/components/_banners.scss */
.deal .product-price .old-price {
  color: #cccccc;
  text-decoration: line-through;
}

/* line 169, app/assets/stylesheets/shop/components/_banners.scss */
.deal .btn {
  background: none;
  border: 2px solid #088178;
  color: #088178;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px;
}

/* line 177, app/assets/stylesheets/shop/components/_banners.scss */
.deal .btn i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 12px;
}

/* line 183, app/assets/stylesheets/shop/components/_banners.scss */
.deal .btn:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}

/* line 189, app/assets/stylesheets/shop/components/_banners.scss */
.deal .deal-bottom {
  align-self: flex-end;
}

/* line 191, app/assets/stylesheets/shop/components/_banners.scss */
.deal .deal-bottom .deals-countdown {
  margin-left: -12px;
  margin-bottom: 20px;
}

/* line 199, app/assets/stylesheets/shop/components/_banners.scss */
.banner-bg {
  background-position: center;
  background-size: cover;
  padding: 50px;
}

/* line 205, app/assets/stylesheets/shop/components/_banners.scss */
.banner-features {
  text-align: center;
  padding: 25px 15px;
  border-radius: 4px;
  border: 1px solid #cce7d0;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

/* line 211, app/assets/stylesheets/shop/components/_banners.scss */
.banner-features:hover {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

/* line 214, app/assets/stylesheets/shop/components/_banners.scss */
.banner-features img {
  display: inline-block;
  margin-bottom: 15px;
}

/* line 215, app/assets/stylesheets/shop/components/_banners.scss */
.banner-features h4 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #088178;
}

/*Page > About*/
/* line 2, app/assets/stylesheets/shop/pages/_page.scss */
.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}

/* line 8, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}

/* line 13, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area {
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}

/* line 25, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}

/* line 31, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}

/* line 37, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
  opacity: 0.1 !important;
  left: -210px;
  width: 320px;
  top: 193px;
}

/* line 43, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
  opacity: 0.08 !important;
  width: 180px;
  left: 50%;
}

/* line 48, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}

/* line 55, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}

/* line 62, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
  opacity: 0.2 !important;
  width: 16%;
  top: 10%;
  left: 10%;
}

/* line 68, app/assets/stylesheets/shop/pages/_page.scss */
.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
  opacity: 0.2 !important;
  width: 10%;
  bottom: 40%;
  left: 50%;
}

/* line 78, app/assets/stylesheets/shop/pages/_page.scss */
.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}

/* line 82, app/assets/stylesheets/shop/pages/_page.scss */
.hero-content h1 {
  line-height: 1.1;
}

/* line 88, app/assets/stylesheets/shop/pages/_page.scss */
.about-count {
  z-index: 100;
  position: relative;
  margin-bottom: -100px;
}

/* line 93, app/assets/stylesheets/shop/pages/_page.scss */
.about-count .achievements-grid {
  justify-content: center;
  grid-column-gap: 80px;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
}

/* line 104, app/assets/stylesheets/shop/pages/_page.scss */
.about-count .w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* line 115, app/assets/stylesheets/shop/pages/_page.scss */
.about-count .achievement-wrapper {
  text-align: center;
}

/* line 118, app/assets/stylesheets/shop/pages/_page.scss */
.about-count .achievement-number {
  margin-bottom: 8px;
  color: #1f2559;
  font-size: 3rem;
  line-height: 1.042em;
  font-weight: 800;
}

/* line 125, app/assets/stylesheets/shop/pages/_page.scss */
.about-count .achievement-text {
  max-width: 110px;
  margin: 0 auto;
}

/* line 131, app/assets/stylesheets/shop/pages/_page.scss */
.hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* line 152, app/assets/stylesheets/shop/pages/_page.scss */
.hero-card-icon.icon-left {
  width: 165px;
  align-items: start;
}

/* line 162, app/assets/stylesheets/shop/pages/_page.scss */
.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}

/* line 167, app/assets/stylesheets/shop/pages/_page.scss */
.single-content > ol li:not(:last-child) {
  margin-bottom: 16px;
}

/* line 171, app/assets/stylesheets/shop/pages/_page.scss */
.single-content > ol ol {
  list-style-type: lower-alpha;
  margin: 20px 0 30px;
  padding-left: 25px;
}

/* line 175, app/assets/stylesheets/shop/pages/_page.scss */
.single-content > ol ol ol {
  list-style-type: lower-roman;
}

/*page 404*/
/* line 182, app/assets/stylesheets/shop/pages/_page.scss */
.page-404 {
  background-color: #fff;
}

/* line 184, app/assets/stylesheets/shop/pages/_page.scss */
.page-404 img {
  max-width: 300px;
}

/* line 186, app/assets/stylesheets/shop/pages/_page.scss */
.page-404 img.logo {
  max-width: 150px;
}

/* line 193, app/assets/stylesheets/shop/pages/_page.scss */
.page__content {
  font-size: 1.2rem;
  line-height: 24px;
}

/*SHOP*/
/* line 3, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  overflow: hidden;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

/* line 11, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/* line 15, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #fff;
  padding: 10px 12px;
  overflow: hidden;
  max-height: 320px;
}

/* line 21, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* line 26, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: flex;
}

/* line 29, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
  border-radius: 10px;
}

/* line 32, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

/* line 46, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

/* line 55, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  z-index: 9;
}

/* line 66, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  transform: none;
}

/* line 75, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50px;
  background-color: #e8f6ea;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  border: 1px solid #cce7d0;
}

/* line 87, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button.small, .product-cart-wrap .product-action-1 a.action-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 91, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button.small i, .product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 12px;
}

/* line 95, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #088178;
  content: attr(aria-label);
  line-height: 1.3;
  transition-delay: .1s;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(0px);
}

/* line 119, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #088178;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

/* line 136, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}

/* line 139, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
  font-size: 15px;
  margin-left: 1px;
}

/* line 143, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
  background-color: #088178;
  border: 1px solid transparent;
}

/* line 146, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-8px);
}

/* line 153, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:hover:before, .product-cart-wrap .product-action-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
}

/* line 160, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: #fff;
}

/* line 166, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges {
  display: flex;
}

/* line 171, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}

/* line 174, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 9;
}

/* line 180, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 40px;
  color: #fff;
  padding: 5px 10px;
}

/* line 187, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}

/* line 190, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span.hot {
  background-color: #ff75a0;
}

/* line 193, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span.new {
  background-color: #99bbad;
}

/* line 196, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span.sale {
  background-color: #a1cae2;
}

/* line 199, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-badges span.best {
  background-color: #ffab73;
}

/* line 204, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap {
  padding: 0 20px 15px 20px;
}

/* line 206, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 5px;
}

/* line 208, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-category a {
  color: #90908e;
  font-size: 12px;
}

/* line 211, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: #088178;
}

/* line 216, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap h2 {
  font-size: 16px;
  font-weight: 600;
}

/* line 219, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap h2 a {
  color: #1a1a1a;
}

/* line 221, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #088178;
}

/* line 226, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 5px;
}

/* line 228, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #088178;
}

/* line 232, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: #088178;
}

/* line 235, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #90908e;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

/* line 244, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .rating-result {
  display: flex;
}

/* line 246, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}

/* line 251, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "uicons-regular-straight"  !important;
  font-size: 11px;
  letter-spacing: 2px;
  content: '\f225' '\f225' '\f225' '\f225' '\f225';
  color: #ffb300;
}

/* line 259, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}

/* line 273, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: #088178;
  color: #fff;
}

/* line 277, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}

/* line 285, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}

/* line 289, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, #088178 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}

/* line 295, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}

/* line 298, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

/* line 301, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

/* line 304, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}

/* line 307, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}

/* line 312, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status {
  display: flex;
  flex-wrap: wrap;
}

/* line 320, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status .sold {
  flex-grow: 1;
  margin-right: 20px;
}

/* line 327, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status .available {
  flex-shrink: 0;
}

/* line 333, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}

/* line 335, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #1a1a1a;
}

/* line 338, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

/* line 351, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

/* line 358, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

/* line 365, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap:hover .product-img-zoom a img {
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}

/* line 372, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small {
  border: 0;
  text-align: center;
}

/* line 375, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small .rating-result {
  justify-content: center;
}

/* line 378, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0 15px;
}

/* line 381, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small .product-price {
  padding-top: 0;
}

/* line 384, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small:hover {
  box-shadow: none;
}

/* line 387, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

/* line 392, app/assets/stylesheets/shop/pages/_shop.scss */
.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}

/* line 399, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}

/* line 402, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list-small .title-small {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 406, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list-small .title-small a {
  color: #1a1a1a;
}

/* line 410, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list-small .product-price {
  color: #088178;
  font-size: 16px;
  font-weight: 500;
}

/* line 415, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list-small .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #90908e;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

/* line 427, app/assets/stylesheets/shop/pages/_shop.scss */
.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}

/* line 434, app/assets/stylesheets/shop/pages/_shop.scss */
.range .checkbox {
  font-size: 0.8em;
}

/* line 437, app/assets/stylesheets/shop/pages/_shop.scss */
.range .price-filter {
  display: block;
  margin-top: 20px;
}

/* line 441, app/assets/stylesheets/shop/pages/_shop.scss */
.range #slider-range {
  box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: #088178;
  color: #088178;
}

/* line 448, app/assets/stylesheets/shop/pages/_shop.scss */
.range #slider-range .ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}

/* line 457, app/assets/stylesheets/shop/pages/_shop.scss */
.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #088178;
  border: none;
  border-radius: 100%;
  top: -5px;
}

/* line 468, app/assets/stylesheets/shop/pages/_shop.scss */
.range .label-input {
  margin-top: 15px;
}

/* line 470, app/assets/stylesheets/shop/pages/_shop.scss */
.range .label-input span {
  margin-right: 5px;
  color: #282828;
}

/* line 474, app/assets/stylesheets/shop/pages/_shop.scss */
.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}

/* line 484, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list {
  margin-top: 15px;
}

/* line 486, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list li {
  margin-bottom: 5px;
}

/* line 488, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list li:last-child {
  margin: 0;
}

/* line 491, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

/* line 497, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

/* line 505, app/assets/stylesheets/shop/pages/_shop.scss */
.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}

/* line 512, app/assets/stylesheets/shop/pages/_shop.scss */
.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

/* line 521, app/assets/stylesheets/shop/pages/_shop.scss */
.product-sidebar .single-post {
  position: relative;
}

/* line 523, app/assets/stylesheets/shop/pages/_shop.scss */
.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}

/* line 528, app/assets/stylesheets/shop/pages/_shop.scss */
.product-sidebar .single-post .content {
  padding-left: 95px;
}

/* line 531, app/assets/stylesheets/shop/pages/_shop.scss */
.product-sidebar .single-post i {
  font-size: 12px;
}

/* line 535, app/assets/stylesheets/shop/pages/_shop.scss */
.product-sidebar .image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

/* line 544, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}

/* line 558, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter.style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e9e1;
}

/* line 562, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area {
  position: relative;
  display: flex;
}

/* line 565, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-cover {
  position: relative;
}

/* line 568, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: flex;
  align-items: center;
  background: #f7f8f9;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 9px 16px;
  border-radius: 26px;
  transition: all .3s ease 0s;
  cursor: pointer;
  border: 1px solid #e2e9e1;
}

/* line 587, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}

/* line 589, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 10px;
  font-size: 14px;
  color: #ababab;
  position: relative;
  top: 2px;
}

/* line 596, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 13px;
  font-weight: 500;
}

/* line 602, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 13px;
  font-weight: 500;
  color: #4f5d77;
}

/* line 606, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 15px;
  color: #4f5d77;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* line 619, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: #4f5d77;
  font-weight: 500;
}

/* line 636, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}

/* line 641, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown ul li {
  display: block;
}

/* line 643, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #4f5d77;
}

/* line 651, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown ul li a.active::before {
  content: "\f143";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #088178;
  font-family: 'uicons-regular-straight'  !important;
  font-weight: 900;
}

/* line 662, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown ul li a.active:hover::before {
  color: #fff;
}

/* line 667, app/assets/stylesheets/shop/pages/_shop.scss */
.sort-by-dropdown ul li a:hover {
  background-color: #088178;
  color: #ffffff;
}

/*Product list*/
/* line 676, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list {
  position: relative;
}

/* line 678, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: flex;
}

/* line 683, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* line 686, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap:hover {
  box-shadow: none;
}

/* line 688, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap:hover .product-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/* line 693, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-badges.product-badges-position {
  left: 30px;
  top: 28px;
}

/* line 697, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-img-action-wrap {
  max-width: 33%;
  position: relative;
}

/* line 700, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 1px solid #e2e9e1;
  border-radius: 10px;
}

/* line 703, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
  overflow: hidden;
  padding: 10px;
}

/* line 706, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
  height: auto;
}

/* line 713, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap h2 {
  font-size: 22px;
}

/* line 717, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 20px;
  margin-top: 20px;
}

/* line 729, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  border: none;
  width: auto;
  border-radius: 50px;
  background-color: #088178;
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0px 23px;
  height: 44px;
  font-weight: 500;
}

/* line 742, app/assets/stylesheets/shop/pages/_shop.scss */
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  margin-right: 8px;
  color: #fff;
}

/*PRODUCT DETAILS*/
/* line 754, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery {
  position: relative;
}

/* line 756, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 764, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
  position: relative;
}

/* line 767, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
}

/* line 769, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}

/* line 781, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-slide.slick-current img {
  border: 2px solid #a2d2c9;
}

/* line 787, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails div.slick-slide {
  margin: 0 3px;
}

/* line 792, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
}

/* line 796, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-prev {
  left: 0;
}

/* line 799, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-next {
  right: 0;
}

/* line 803, app/assets/stylesheets/shop/pages/_shop.scss */
.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 814, app/assets/stylesheets/shop/pages/_shop.scss */
.product-rate {
  background-image: url(/../imgs/theme/rating-stars.png);
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

/* line 823, app/assets/stylesheets/shop/pages/_shop.scss */
.product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url(/../imgs/theme/rating-stars.png);
  background-position: 0 0;
}

/* line 831, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-info .product-price ins {
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* line 836, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-info .product-price ins span.old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

/* line 846, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-info .product-meta {
  border-top: 1px solid #e2e9e1;
  padding-top: 15px;
}

/* line 851, app/assets/stylesheets/shop/pages/_shop.scss */
.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 855, app/assets/stylesheets/shop/pages/_shop.scss */
.list-filter li {
  display: inline-block;
}

/* line 857, app/assets/stylesheets/shop/pages/_shop.scss */
.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

/* line 875, app/assets/stylesheets/shop/pages/_shop.scss */
.color-filter.list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
}

/* line 880, app/assets/stylesheets/shop/pages/_shop.scss */
.color-filter.list-filter a span.product-color-white {
  border: 1px solid #ddd;
}

/* line 888, app/assets/stylesheets/shop/pages/_shop.scss */
.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/* line 911, app/assets/stylesheets/shop/pages/_shop.scss */
.size-filter.list-filter a {
  border-radius: 4px;
  padding: 0 7px;
  background: #fff;
}

/* line 917, app/assets/stylesheets/shop/pages/_shop.scss */
.size-filter.list-filter li a {
  border: 1px solid #e5e5e5;
  color: #555;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* line 929, app/assets/stylesheets/shop/pages/_shop.scss */
.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: #088178;
  border-color: #088178;
}

/* line 939, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

/* line 945, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #707070;
}

/* line 950, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-qty > a:hover {
  color: #088178;
}

/* line 953, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-qty > a.qty-up {
  top: 0;
}

/* line 956, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-qty > a.qty-down {
  bottom: 0;
}

/* line 963, app/assets/stylesheets/shop/pages/_shop.scss */
.attr-detail .select-box select {
  height: 40px;
  width: 100%;
}

/* line 968, app/assets/stylesheets/shop/pages/_shop.scss */
.attr-detail.attr-brand {
  margin-top: 23px;
}

/* line 970, app/assets/stylesheets/shop/pages/_shop.scss */
.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 20px;
}

/* line 976, app/assets/stylesheets/shop/pages/_shop.scss */
.attr-detail.attr-color table {
  margin-bottom: 15px;
}

/* line 982, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}

/* line 986, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-extralink .detail-qty {
  margin: 0 6px 15px 0;
  background: #fff;
}

/* line 992, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-info .product-price-cover {
  border-top: 1px solid #e2e9e1;
  border-bottom: 1px solid #e2e9e1;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 999, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-info .product-price-cover .product-price {
  line-height: 1;
}

/* line 1006, app/assets/stylesheets/shop/pages/_shop.scss */
.button.button-add-to-cart {
  padding: 8px 40px;
}

/* line 1011, app/assets/stylesheets/shop/pages/_shop.scss */
.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40px;
  margin: 0 3px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

/* line 1026, app/assets/stylesheets/shop/pages/_shop.scss */
.product-extra-link2 a:hover {
  background-color: #088178;
  color: #fff;
}

/* line 1037, app/assets/stylesheets/shop/pages/_shop.scss */
.tab-style3 .nav-tabs .nav-item a.active {
  border-bottom-color: #088178;
  color: #088178;
}

/* line 1045, app/assets/stylesheets/shop/pages/_shop.scss */
.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  display: block;
  padding: .5rem 1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}

/* line 1062, app/assets/stylesheets/shop/pages/_shop.scss */
.tab-content.shop_info_tab {
  margin-top: 40px;
}

/* line 1067, app/assets/stylesheets/shop/pages/_shop.scss */
.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

/* line 1073, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-red {
  background: #ff596d;
}

/* line 1074, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-yellow {
  background: #ffdb33;
}

/* line 1075, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-white {
  background: #ffffff;
}

/* line 1076, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-orange {
  background: #ffbb51;
}

/* line 1077, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-cyan {
  background: #80e6ff;
}

/* line 1078, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-green {
  background: #38cf46;
}

/* line 1079, app/assets/stylesheets/shop/pages/_shop.scss */
.product-color-purple {
  background: #ff8ff8;
}

/* line 1081, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .slick-slider {
  background-color: #000;
  margin-bottom: 30px;
  border-radius: 10px;
}

/* line 1085, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .slick-slider img {
  opacity: 0.96;
}

/* line 1088, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .slick-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

/* line 1092, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .slick-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}

/* line 1097, app/assets/stylesheets/shop/pages/_shop.scss */
.detail-gallery .slick-slider button.slick-arrow i {
  color: #90908e;
}

/* line 1102, app/assets/stylesheets/shop/pages/_shop.scss */
.mail-to-friend {
  color: #90908e;
  font-size: 12px;
}

/* line 1105, app/assets/stylesheets/shop/pages/_shop.scss */
.mail-to-friend i {
  margin-right: 5px;
}

/* line 1109, app/assets/stylesheets/shop/pages/_shop.scss */
.attr-color, .attr-size {
  display: flex;
  align-items: center;
}

/* line 1114, app/assets/stylesheets/shop/pages/_shop.scss */
.product-detail-rating {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}

/* line 1121, app/assets/stylesheets/shop/pages/_shop.scss */
.product-detail .section-title.style-1 {
  font-size: 22px;
}

/* line 1125, app/assets/stylesheets/shop/pages/_shop.scss */
.product-more-infor {
  padding: 0 0 0px 14px;
}

/* line 1127, app/assets/stylesheets/shop/pages/_shop.scss */
.product-more-infor li {
  display: flex;
  margin: 0 0 10px;
  position: relative;
}

/* line 1134, app/assets/stylesheets/shop/pages/_shop.scss */
.product-more-infor li ::before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}

/* line 1144, app/assets/stylesheets/shop/pages/_shop.scss */
.product-more-infor li span {
  flex: 0 0 165px;
  display: inline-block;
}

/* line 1151, app/assets/stylesheets/shop/pages/_shop.scss */
.product-more-infor li:last-child {
  margin: 0 0 0;
}

/* line 1157, app/assets/stylesheets/shop/pages/_shop.scss */
.progress + .progress {
  margin-top: 1rem;
}

/* line 1160, app/assets/stylesheets/shop/pages/_shop.scss */
.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

/* line 1167, app/assets/stylesheets/shop/pages/_shop.scss */
.progress-bar {
  background-color: #088178;
}

/* line 1171, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-filter-toogle {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

/* line 1175, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-filter-toogle i {
  margin-left: 5px;
}

/* line 1177, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-filter-toogle i.angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 1185, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-filter-toogle.active i.angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

/* line 1191, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-filter-toogle.active i.angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 1199, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

/* line 1208, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .categor-list li {
  font-size: 12px;
}

/* line 1210, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .categor-list li + li {
  border-top: 1px solid #f7f8f9;
  padding-top: 5px;
  margin-top: 5px;
}

/* line 1215, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .categor-list li a {
  font-size: 14px;
  color: #4f5d77;
  margin-right: 10px;
}

/* line 1219, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .categor-list li a:hover {
  color: #088178;
}

/* line 1225, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .color-filter {
  border-bottom: 1px solid #e2e9e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 1231, app/assets/stylesheets/shop/pages/_shop.scss */
.shop-product-fillter-header .product-rate-cover + .product-rate-cover {
  margin-top: 15px;
}

/* line 1236, app/assets/stylesheets/shop/pages/_shop.scss */
.shopping-summery tbody tr img {
  border-radius: 0;
  max-width: 80px;
}

/* line 1241, app/assets/stylesheets/shop/pages/_shop.scss */
.order_review {
  border: 1px solid #e2e9e1;
  padding: 30px;
  border-radius: 10px;
}

/* line 1246, app/assets/stylesheets/shop/pages/_shop.scss */
.toggle_info {
  padding: 20px;
  background-color: #f7f8f9;
  border-radius: 10px;
  border: 1px solid #e2e9e1;
}

/* line 1252, app/assets/stylesheets/shop/pages/_shop.scss */
.login_form .panel-body, .coupon_form .panel-body {
  border: 1px solid #e2e9e1;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

/* line 1258, app/assets/stylesheets/shop/pages/_shop.scss */
.payment_option .custome-radio {
  margin-bottom: 10px;
}

/* line 1259, app/assets/stylesheets/shop/pages/_shop.scss */
.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}

/* line 1260, app/assets/stylesheets/shop/pages/_shop.scss */
.custome-radio .form-check-label::before {
  content: "";
  border: 1px solid #908f8f;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}

/* line 1261, app/assets/stylesheets/shop/pages/_shop.scss */
.custome-radio input[type="radio"] + .form-check-label::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
}

/* line 1262, app/assets/stylesheets/shop/pages/_shop.scss */
.custome-radio input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
  background-color: #088178;
}

/* line 1264, app/assets/stylesheets/shop/pages/_shop.scss */
.related-products .product-img-action-wrap {
  padding: 0;
  margin-bottom: 15px;
}

/*BLOG*/
/* line 3, app/assets/stylesheets/shop/pages/_blog.scss */
.post-list article:not(:last-child) {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/shop/pages/_blog.scss */
.post-list .post-thumb {
  max-width: 221px;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/shop/pages/_blog.scss */
.post-list .post-thumb a {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/shop/pages/_blog.scss */
.post-list .post-title {
  font-weight: 500;
}

/* line 15, app/assets/stylesheets/shop/pages/_blog.scss */
.post-list .post-title a {
  color: #1a1a1a;
}

/* line 20, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content {
  text-rendering: optimizeLegibility;
}

/* line 23, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h1 {
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 32px;
}

/* line 24, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h2 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 28px;
}

/* line 26, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px;
}

/* line 27, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 28, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content h6 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* line 29, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content p {
  margin-bottom: 1.2em;
  font-weight: 400;
}

/* line 31, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content ul {
  list-style: circle;
  padding-left: 1rem;
  font-size: 1rem;
}

/* line 35, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content ul li {
  position: relative;
  margin-bottom: 7px;
}

/* line 42, app/assets/stylesheets/shop/pages/_blog.scss */
.single-content ol li {
  font-size: 1rem;
}

/* line 48, app/assets/stylesheets/shop/pages/_blog.scss */
.single-header {
  margin-bottom: 30px;
}

/* line 50, app/assets/stylesheets/shop/pages/_blog.scss */
.single-header.style-2 {
  border-bottom: 1px solid #e2e9e1;
  padding-bottom: 10px;
}

/* line 54, app/assets/stylesheets/shop/pages/_blog.scss */
.single-header .entry-meta.meta-1 {
  display: block;
}

/* line 57, app/assets/stylesheets/shop/pages/_blog.scss */
.single-header .single-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 62, app/assets/stylesheets/shop/pages/_blog.scss */
.single-header .single-header-meta .social-icons ul {
  margin-top: 15px;
}

/* line 68, app/assets/stylesheets/shop/pages/_blog.scss */
.single-thumbnail {
  margin-bottom: 30px;
}

/* line 70, app/assets/stylesheets/shop/pages/_blog.scss */
.single-thumbnail img {
  border-radius: 10px;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-bottom {
  border-top: 1px solid #e2e9e1;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 82, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-bottom .social-icons ul {
  margin-top: 15px;
}

/*Entry meta*/
/* line 89, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta {
  line-height: 1;
}

/* line 93, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-2 .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 99, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

/* line 106, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-2 a.btn {
  display: flex;
  align-items: center;
  align-self: center;
}

/* line 112, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta .author-add {
  font-size: 12px;
}

/* line 116, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-1 span {
  margin-right: 10px;
}

/* line 119, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-1 a.text-brand {
  display: flex;
  align-items: center;
}

/* line 122, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-1 a.text-brand i {
  margin-left: 5px;
}

/* line 128, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  margin-left: -5px;
}

/* line 137, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #088178;
}

/* line 155, app/assets/stylesheets/shop/pages/_blog.scss */
span.has-dot {
  position: relative;
  padding-left: 10px;
}

/* line 158, app/assets/stylesheets/shop/pages/_blog.scss */
span.has-dot::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: block;
  left: -2px;
}

/* line 172, app/assets/stylesheets/shop/pages/_blog.scss */
h6.post-title {
  font-size: 14px;
}

/* line 176, app/assets/stylesheets/shop/pages/_blog.scss */
.post-title a {
  color: #1a1a1a;
}

/* line 178, app/assets/stylesheets/shop/pages/_blog.scss */
.post-title a:hover {
  color: #088178;
}

/* line 183, app/assets/stylesheets/shop/pages/_blog.scss */
.post-thumb {
  overflow: hidden;
  position: relative;
}

/* line 186, app/assets/stylesheets/shop/pages/_blog.scss */
.post-thumb.border-radius-5 img {
  border-radius: 5px;
}

/* line 189, app/assets/stylesheets/shop/pages/_blog.scss */
.post-thumb a {
  line-height: 1;
}

/* line 192, app/assets/stylesheets/shop/pages/_blog.scss */
.post-thumb .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

/* line 197, app/assets/stylesheets/shop/pages/_blog.scss */
.post-thumb .entry-meta a {
  display: inline-block;
  color: #fff !important;
  background-color: #088178;
  border-radius: 4px;
  padding: 8px 15px;
}

/*Loop Grid*/
/* line 209, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid {
  position: relative;
}

/* line 211, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid article {
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eef1ee;
}

/* line 218, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid .entry-content {
  padding: 30px;
}

/* line 221, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid .entry-content-2 {
  padding: 20px;
}

/* line 224, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid.loop-list {
  position: relative;
}

/* line 226, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid.loop-list article {
  display: flex;
  align-items: center;
}

/* line 229, app/assets/stylesheets/shop/pages/_blog.scss */
.loop-grid.loop-list article .post-thumb {
  min-height: 280px;
  min-width: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* line 245, app/assets/stylesheets/shop/pages/_blog.scss */
.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* line 257, app/assets/stylesheets/shop/pages/_blog.scss */
.top-right-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

/* line 276, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta.meta-1, .entry-meta.meta-2 {
  display: flex;
  justify-content: space-between;
}

/* line 280, app/assets/stylesheets/shop/pages/_blog.scss */
.entry-meta a.read-more {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #abd7ab;
  padding: 10px 15px;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

/* line 290, app/assets/stylesheets/shop/pages/_blog.scss */
.single-share img {
  width: 20px;
  opacity: 0.7;
}

/* line 293, app/assets/stylesheets/shop/pages/_blog.scss */
.single-share img:hover {
  opacity: 1;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
/* line 3, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-top-ptb-1 {
  padding: 10px 0;
  border-bottom: 1px solid #e2e9e1;
  background-color: #fdf6f1;
  font-size: 14px;
  background-image: url(/../imgs/theme/topbar-bg.jpg);
  line-height: 1;
}

/* line 11, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-top-ptb-1 #news-flash {
  min-width: 400px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-top-ptb-1 #news-flash li {
  min-height: 14px;
}

/* line 19, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-top-ptb-1 #news-flash i {
  line-height: 6px;
  margin-right: 5px;
}

/* line 26, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info-right {
  display: flex;
  justify-content: flex-end;
}

/* line 38, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul {
  display: flex;
}

/* line 44, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li {
  margin-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 56, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li:before {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dedfe2;
}

/* line 69, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li:last-child {
  margin-right: 0;
}

/* line 72, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li:last-child:before {
  display: none;
}

/* line 78, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li a {
  color: #1a1a1a;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li a i {
  font-size: 12px;
  margin-right: 5px;
}

/* line 88, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li a.language-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}

/* line 98, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #eef0ee;
}

/* line 116, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li > ul li {
  display: block;
}

/* line 119, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}

/* line 124, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li > ul li a:hover {
  color: #088178;
  background-color: none;
}

/* line 128, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}

/* line 140, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li:hover > a {
  color: #333;
}

/* line 145, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 25px;
}

/* line 161, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

/* line 168, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-wrap {
  display: flex;
  align-items: center;
}

/* line 178, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-wrap .header-nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

/* line 185, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-wrap.header-space-between {
  justify-content: space-between;
}

/* line 191, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-wrap .header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 210, app/assets/stylesheets/shop/layout/_header.scss.erb */
.logo a {
  display: block;
}

/* line 214, app/assets/stylesheets/shop/layout/_header.scss.erb */
.logo.logo-width-1 {
  margin-right: 123px;
}

/* line 217, app/assets/stylesheets/shop/layout/_header.scss.erb */
.logo.logo-width-1 a img {
  width: 120px;
  min-width: 120px;
}

/* line 231, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form {
  width: 370px;
  position: relative;
}

/* line 235, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form input {
  font-size: 15px;
  height: 48px;
  color: #1a1a1a;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 254, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

/* line 258, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon:last-child {
  margin-right: 0;
}

/* line 264, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

/* line 286, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 {
  display: flex;
  align-items: center;
}

/* line 297, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 8px;
}

/* line 301, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 > a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: 1em;
}

/* line 309, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
  max-width: 25px;
  opacity: 0.8;
}

/* line 316, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  right: -11px;
  top: -5px;
  color: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
}

/* line 340, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

/* line 351, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

/* line 363, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-height-2 {
  border-bottom: 1px solid #e2e9e1;
}

/* line 367, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-height-3 {
  min-height: 132px;
}

/* line 371, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-height-4 {
  min-height: 120px;
}

/* line 379, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* line 390, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* line 401, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

/* line 411, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

/* line 416, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px;
}

/* line 420, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap .categori-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

/* line 435, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-right {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  align-items: center;
}

/* line 453, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 {
  margin-right: 28px;
}

/* line 458, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form input::-moz-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

/* line 463, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

/* line 468, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form input:focus {
  border: 1px solid #088178;
  background-color: #ffffff;
}

/* line 475, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 19px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #088178;
}

/* line 489, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-1 form button:hover {
  color: #3f81eb;
}

/* line 499, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action {
  display: flex;
  align-items: center;
}

/* line 509, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: flex;
}

/* line 517, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}

/* line 521, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

/* line 530, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon > a span.pro-count.blue {
  background-color: #088178;
}

/* line 541, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon:hover > a {
  color: #088178;
}

/* line 545, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

/* line 557, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

/* line 561, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

/* line 572, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 {
  position: relative;
  display: flex;
  padding: 0 14px;
}

/* line 581, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}

/* line 588, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: #088178;
}

/* line 599, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2:hover > a {
  color: #088178;
  fill: #088178;
}

/* line 604, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

/* line 616, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-middle-ptb-1 {
  padding: 25px 0 0 0;
}

/* line 620, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border: 1px solid #eef0ee;
}

/* line 637, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: -63px;
}

/* line 643, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}

/* line 647, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-img {
  flex: 0 0 80px;
  margin-right: 20px;
}

/* line 655, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}

/* line 663, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}

/* line 666, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}

/* line 672, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #088178;
}

/* line 674, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #1a1a1a;
}

/* line 682, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #088178;
}

/* line 689, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 15px;
}

/* line 699, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
  margin: 6px 0 0;
}

/* line 714, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}

/* line 718, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}

/* line 731, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}

/* line 736, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

/* line 742, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #088178;
}

/* line 752, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
  align-self: center;
}

/* line 768, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #088178;
  font-family: "Spartan", sans-serif;
  border: 2px solid #088178;
}

/* line 778, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid #088178;
  color: #088178;
}

/* line 782, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: #ffffff;
}

/* line 786, app/assets/stylesheets/shop/layout/_header.scss.erb */
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #046963;
}

/* line 798, app/assets/stylesheets/shop/layout/_header.scss.erb */
.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all .3s ease 0s;
  border-bottom: 2px solid #046963;
  background: #fff;
}

/* line 813, app/assets/stylesheets/shop/layout/_header.scss.erb */
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

/* line 817, app/assets/stylesheets/shop/layout/_header.scss.erb */
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

/* line 825, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-height-1 {
  min-height: 133px;
}

/* line 829, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 {
  width: 100%;
}

/* line 831, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form {
  width: 100%;
  display: flex;
  position: relative;
}

/* line 839, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form select {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  min-height: 45px;
  border: 1px solid #e2e9e1;
  border-right: none;
  width: 140px;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  transition: all .3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

/* line 857, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form select:focus {
  color: #333;
}

/* line 861, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form select::after {
  position: absolute;
}

/* line 867, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form input {
  width: 100%;
  max-width: 683px;
  border-radius: 0;
  background-color: #fff;
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
  font-size: 16px;
  background-image: url(/assets/shop/theme/icons/search-26fc2b8b7f3ed38b5af4b4023dabbd94bea4506a388e0cd5aae166a1e02fcff2.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  font-style: italic;
}

/* line 881, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}

/* line 884, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}

/* line 888, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}

/* line 897, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #088178;
  height: 100%;
  padding: 5px 17px;
}

/* line 918, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-bottom-shadow {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

/* line 925, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-bottom .header-action-right a span.pro-count {
  background-color: #088178;
  color: #fff;
}

/* line 933, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form {
  position: relative;
}

/* line 936, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form input {
  font-size: 15px;
  height: 40px;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #088178;
  background-color: #ffffff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 948, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form input::-moz-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

/* line 953, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

/* line 958, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form input:focus {
  border: 1px solid #088178;
}

/* line 964, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 15px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

/* line 978, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-style-3 form button:hover {
  color: #088178;
}

/* line 988, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all .5s ease-in-out;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1016, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap .search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #088178;
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  transform: translate(0, 50px);
  transition-delay: 0s;
  opacity: 0;
  transition: all .5s ease-in-out, opacity .5s linear;
}

/* line 1038, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}

/* line 1043, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}

/* line 1057, app/assets/stylesheets/shop/layout/_header.scss.erb */
.search-popup-wrap.search-visible .search-popup-content form input {
  transform: none;
  opacity: 1;
  transition-delay: .6s;
}

/* line 1075, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

/* line 1080, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

/* line 1084, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
}

/* line 1092, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0 !important;
  transform-origin: center;
  display: block;
  overflow: hidden;
}

/* line 1106, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-top {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 1111, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}

/* line 1120, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}

/* line 1131, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 1136, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}

/* line 1145, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}

/* line 1160, app/assets/stylesheets/shop/layout/_header.scss.erb */
.close-style-wrap .close-style > i::before,
.close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

/* line 1171, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 1180, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

/* line 1186, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon > span.burger-icon-top {
  top: 2px;
}

/* line 1189, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}

/* line 1192, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon > span.burger-icon-mid {
  top: 9px;
}

/* line 1199, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

/* line 1210, app/assets/stylesheets/shop/layout/_header.scss.erb */
.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #1a1a1a;
}

/* line 1217, app/assets/stylesheets/shop/layout/_header.scss.erb */
.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

/* line 1234, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

/* line 1240, app/assets/stylesheets/shop/layout/_header.scss.erb */
.main-wrapper {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 1246, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(200px, 0);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

/* line 1266, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1272, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  align-items: center;
}

/* line 1293, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

/* line 1303, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

/* line 1309, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* line 1315, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

/* line 1320, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 35px;
  color: #1a1a1a;
}

/* line 1332, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
  font-size: 14px;
  font-weight: 300;
}

/* line 1339, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1343, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  content: "\f112";
}

/* line 1355, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #1a1a1a;
}

/* line 1363, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

/* line 1369, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 0 0 0 10px;
}

/* line 1372, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

/* line 1377, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 0px;
}

/* line 1383, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  display: block;
  font-weight: 500;
}

/* line 1388, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 10px;
}

/* line 1391, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
  padding-bottom: 0;
}

/* line 1399, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #088178;
}

/* line 1412, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categori-dropdown-wrap ul li a {
  padding: 5px 15px;
}

/* line 1415, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 25px 0 30px;
  margin-bottom: 30px;
}

/* line 1419, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

/* line 1423, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

/* line 1427, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 15px;
  display: block;
  font-weight: 500;
}

/* line 1432, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
  float: right;
  font-size: 18px;
  position: relative;
  top: 8px;
  line-height: 1;
}

/* line 1442, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

/* line 1453, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

/* line 1456, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

/* line 1460, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* line 1465, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #088178;
}

/* line 1478, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #1a1a1a;
}

/* line 1489, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 1499, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
}

/* line 1505, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-social-icon a img {
  max-width: 20px;
  opacity: 0.7;
}

/* line 1508, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-social-icon a img:hover {
  opacity: 1;
}

/* line 1512, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
}

/* line 1516, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-social-icon a:last-child {
  margin-right: 0;
}

/* line 1524, app/assets/stylesheets/shop/layout/_header.scss.erb */
.mobile-search {
  padding: 0 0 10px 0;
}

/* line 1528, app/assets/stylesheets/shop/layout/_header.scss.erb */
.categori-button-active-2 {
  padding: 21px 0;
  display: block !important;
}

/* line 1532, app/assets/stylesheets/shop/layout/_header.scss.erb */
.categori-button-active-2 i {
  float: right;
  position: relative;
  top: 5px;
}

/* line 1540, app/assets/stylesheets/shop/layout/_header.scss.erb */
.hotline p {
  color: #088178;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/* line 1552, app/assets/stylesheets/shop/layout/_header.scss.erb */
.hotline p span {
  margin-right: 10px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}

/* line 1559, app/assets/stylesheets/shop/layout/_header.scss.erb */
.hotline p i {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 19px;
  margin-right: 5px;
}

/* line 1571, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-1 .search-style-2 select {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #414648;
  border-radius: 0;
}

/* line 1579, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-1 .header-top-ptb-1 {
  padding: 13px 0;
  border-bottom: 3px solid #39b4ac;
  background-color: #d8f4e2;
  background-image: none;
}

/* Header style 2 */
/* line 1589, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .header-top-ptb-1 {
  padding: 10px 0;
  border-bottom: 3px solid #088178 !important;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

/* line 1596, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .header-middle-ptb-1 {
  padding: 35px 0;
}

/* line 1599, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .select2-container {
  max-width: unset;
  min-width: 150px;
}

/* line 1603, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

/* line 1612, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

/* line 1616, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

/* line 1620, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-2 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* Header style 3 */
/* line 1632, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3.header-height-2 {
  border-bottom: none;
}

/* line 1635, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .main-nav {
  border-top: 1px solid #e2e9e1;
  border-bottom: 1px solid #e2e9e1;
}

/* line 1639, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-top-ptb-1 {
  background-color: #088178;
  color: #fff;
  background-image: none;
}

/* line 1643, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-top-ptb-1 a {
  color: #fff;
}

/* line 1646, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-top-ptb-1 i {
  color: #fff;
}

/* line 1649, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-top-ptb-1 .language-dropdown a {
  color: #1a1a1a;
}

/* line 1653, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-middle-ptb-1 {
  padding: 25px 0;
}

/* line 1656, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .header-bottom-bg-color {
  background-color: #fff;
}

/* line 1659, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .main-categori-wrap > a {
  color: #494949;
}

/* line 1662, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}

/* line 1665, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .main-nav {
  border-top: 1px solid #e2e9e1;
  border-bottom: 1px solid #e2e9e1;
}

/* line 1670, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .sticky-bar.stick.sticky-blue-bg {
  background-color: #fff;
}

/* line 1675, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .hotline p {
  color: #088178 !important;
}

/* line 1679, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .select2-container {
  max-width: unset;
  min-width: 150px;
}

/* line 1683, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

/* line 1692, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

/* line 1696, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

/* line 1700, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-3 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* Header style 4 */
/* line 1711, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 {
  position: relative;
}

/* line 1713, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4.header-height-2 {
  border-bottom: 0;
}

/* line 1716, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .header-top-ptb-1 {
  background-color: #d8f4e2;
  background-image: none;
  padding: 15px 0;
  border: 0;
}

/* line 1721, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .header-top-ptb-1 .language-dropdown a {
  color: #1a1a1a;
}

/* line 1728, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .select2-container {
  max-width: unset;
  min-width: 150px;
}

/* line 1732, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

/* line 1741, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

/* line 1745, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

/* line 1749, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* line 1758, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .header-bottom-bg-color {
  background-color: #fff;
}

/* line 1761, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .main-categori-wrap > a {
  color: #fff;
  line-height: 60px;
  background: #088178;
  padding: 0 30px;
}

/* line 1766, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .main-categori-wrap > a i.up {
  right: 30px;
}

/* line 1770, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}

/* line 1773, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .stick .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #ffffff !important;
}

/* line 1776, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .categori-dropdown-active-large {
  top: 100%;
}

/* line 1780, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .hotline p {
  color: #088178 !important;
}

/* line 1786, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .stick .hotline p {
  color: #fff !important;
}

/* line 1791, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-4 .main-categori-wrap > a span {
  color: #fff !important;
}

/* line 1798, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .logo.logo-width-1 a img {
  width: 120px;
  margin-top: 5px;
}

/* line 1802, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default {
  width: 115px !important;
}

/* line 1804, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  height: 45px;
  padding-left: 10px;
  font-size: 13px;
}

/* line 1809, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 13px;
}

/* line 1813, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 7px;
}

/* line 1819, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .logo.logo-width-1 {
  margin-right: 40px;
}

/* line 1823, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .header-bottom .header-action-right a span.pro-count {
  color: #fff;
}

/* line 1827, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .header-action-2 .header-action-icon-2 > a {
  font-size: 24px;
}

/* line 1828, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container {
  max-width: unset;
  min-width: 100px;
}

/* line 1832, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 105px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

/* line 1841, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

/* line 1845, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

/* line 1849, app/assets/stylesheets/shop/layout/_header.scss.erb */
.header-style-5 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* line 1859, app/assets/stylesheets/shop/layout/_header.scss.erb */
span.fi-rs-apps {
  font-size: 19px;
  opacity: 0.7;
}

/* line 1863, app/assets/stylesheets/shop/layout/_header.scss.erb */
.hotline i {
  opacity: 0.7;
}

/*LAYOUT -> NAVIGATION STYLE*/
/* line 3, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

/* line 10, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li.position-static {
  position: static;
}

/* line 14, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* line 20, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 4px;
}

/* line 26, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li > a.active {
  color: #088178;
}

/* line 33, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 25px 15px;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  border: 1px solid #eef0ee;
}

/* line 50, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}

/* line 56, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  margin-top: 20px;
  border: 1px solid #eef0ee;
}

/* line 76, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

/* line 85, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}

/* line 95, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li:hover > a {
  color: #000;
}

/* line 100, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

/* line 114, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  border: 1px solid #eef0ee;
}

/* line 130, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}

/* line 137, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}

/* line 141, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}

/* line 145, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

/* line 150, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 19px;
  font-weight: 500;
  display: block;
}

/* line 158, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 28px;
}

/* line 161, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}

/* line 166, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 15px;
  color: #161c27;
  display: block;
  line-height: 1.4;
}

/* line 176, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
  color: #088178;
}

/* line 186, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

/* line 190, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

/* line 193, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

/* line 202, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}

/* line 207, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}

/* line 216, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}

/* line 229, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: #088178;
}

/* line 245, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

/* line 259, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover a img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 267, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #ff3551;
}

/* line 284, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li:hover > a {
  color: #088178;
}

/* line 289, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* line 295, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* line 315, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}

/* line 318, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #088178;
}

/* line 336, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* line 357, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}

/* line 377, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}

/* line 397, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-light-white > nav > ul > li > a {
  color: white;
}

/* line 412, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 17px;
}

/* line 414, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0 !important;
}

/* line 428, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 60px;
}

/* line 441, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

/* line 453, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-grow {
  flex-grow: 1;
}

/* line 462, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

/* line 469, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li a {
  font-size: 15px;
  color: #555;
  display: block;
  padding: 0 15px;
}

/* line 474, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.sub-menu li a:hover {
  color: #088178;
}

/* line 487, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

/* line 494, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}

/* line 498, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #ff3551;
}

/* line 510, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

/* line 532, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

/* line 560, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}

/* line 571, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap {
  position: relative;
  margin-right: 70px;
}

/* line 574, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a {
  display: flex !important;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

/* line 585, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a span {
  margin-right: 7px;
  color: #161c27;
}

/* line 589, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a > i {
  margin-left: 5px;
  margin-top: 7px;
  color: #999;
}

/* line 593, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a > i.up {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 606, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a.open > i {
  opacity: 0;
  visibility: hidden;
}

/* line 609, app/assets/stylesheets/shop/layout/_navigation.scss */
.main-categori-wrap > a.open > i.up {
  opacity: 1;
  visibility: visible;
}

/* line 623, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 15px 0 10px 0;
  background: #fff;
  border: 1px solid #eef0ee;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  font-weight: 400;
  min-width: 270px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

/* line 642, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

/* line 649, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  font-size: 15px;
  font-weight: 400;
  display: none;
  width: 100%;
}

/* line 665, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li {
  display: block;
}

/* line 668, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li a {
  display: flex;
  align-items: center;
  padding: 5px 34px;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 15px;
}

/* line 682, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li a:hover {
  color: #088178;
  background-color: rgba(78, 151, 253, 0.1);
}

/* line 687, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li a i {
  margin-right: 16px;
  font-size: 18px;
  opacity: 0.9;
}

/* line 695, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}

/* line 703, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children {
  position: relative;
}

/* line 705, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children > a::after {
  content: "\f111";
  font-family: 'uicons-regular-straight' !important;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

/* line 713, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #eef0ee;
  min-width: 400px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
}

/* line 725, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 500;
  display: block;
  color: #088178;
  padding: 5px 34px;
}

/* line 732, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

/* line 737, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}

/* line 746, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

/* line 752, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}

/* line 774, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap .more_categories {
  border-top: 1px solid #eaeaea;
  padding: 10px 34px 0 34px;
  margin-top: 10px;
  color: #088178;
  position: relative;
  font-size: 13px;
  font-family: "Spartan", sans-serif;
}

/* line 783, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap .more_categories::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #088178;
  position: absolute;
  right: 31px;
  top: 21px;
}

/* line 792, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap .more_categories::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #088178;
  position: absolute;
  right: 38px;
  top: 14px;
}

/* line 802, app/assets/stylesheets/shop/layout/_navigation.scss */
.categori-dropdown-wrap .more_categories.show::after {
  display: none;
  content: none;
}

/*Pagination*/
/* line 810, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-item {
  margin: 0 5px;
}

/* line 812, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-item:first-child {
  margin-left: 0;
}

/* line 814, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 820, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

/* line 826, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #fff;
  background: #088178;
}

/* line 833, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 4px;
  color: #696969;
  line-height: 34px;
  text-align: center;
  font-weight: 700;
}

/* line 846, app/assets/stylesheets/shop/layout/_navigation.scss */
.pagination-area .page-link.dot {
  background-color: transparent;
  color: #4f5d77;
  letter-spacing: 2px;
}

/*LAYOUT -> SIDEBAR*/
/* line 2, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget-category {
  position: relative;
  padding: 30px;
  border: 1px solid #e8e8e8;
}

/* line 6, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget-category ul > li {
  padding: 6px 0;
  transition-duration: .2s;
}

/* line 9, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget-category ul > li:hover {
  padding-left: 5px;
  transition-duration: .2s;
}

/* line 13, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget-category ul > li a {
  color: #242424;
}

/* line 15, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget-category ul > li a:hover {
  color: #088178;
}

/*Social network widget*/
/* line 24, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 11px;
  overflow: hidden;
  height: 46px;
}

/* line 33, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a .social-count {
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a:hover i {
  transform: translateY(-35px) !important;
}

/* line 43, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

/* line 55, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}

/* line 63, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 4px;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

/* line 81, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
  background: #305c99;
}

/* line 85, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
  background: #00cdff;
}

/* line 89, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
  background: #3f729b;
}

/* line 93, app/assets/stylesheets/shop/layout/_sidebar.scss */
.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

/* line 99, app/assets/stylesheets/shop/layout/_sidebar.scss */
.sidebar-widget .widget-header {
  border-bottom: 1px solid #e2e9e1;
}

/* line 101, app/assets/stylesheets/shop/layout/_sidebar.scss */
.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 107, app/assets/stylesheets/shop/layout/_sidebar.scss */
.sidebar-widget.price_range, .sidebar-widget.product-sidebar {
  border-radius: 0px;
  border: 1px solid #e2e9e1;
  padding: 30px;
}

/* line 112, app/assets/stylesheets/shop/layout/_sidebar.scss */
.sidebar-widget .banner-img {
  float: none;
}

/* line 117, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

/* line 133, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget_categories li.cat-item:last-child {
  border: none;
}

/* line 139, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

/* line 147, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget_tags {
  position: relative;
  border-radius: 0px;
}

/* line 150, app/assets/stylesheets/shop/layout/_sidebar.scss */
.widget_tags a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  color: #242424;
  padding: 4px 15px 5px;
  margin: 0 8px 10px 0;
  border: 1px solid #e2e9e1;
}

/* line 1, app/assets/stylesheets/shop/layout/_footer.scss */
.newsletter {
  background-color: #aeccc5;
}

/* line 3, app/assets/stylesheets/shop/layout/_footer.scss */
.newsletter .icon-email {
  max-width: 40px;
  margin-right: 15px;
}

/* line 8, app/assets/stylesheets/shop/layout/_footer.scss */
.newsletter .form-subcriber input {
  border-radius: 4px 0 0 4px;
  border: 0;
  padding: 0 20px 0 30px;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/shop/layout/_footer.scss */
.newsletter .form-subcriber button {
  border-radius: 0 4px 4px 0;
  border: 0;
  font-size: 14px;
  padding: 0 30px;
  font-family: "Spartan", sans-serif;
}

/* line 23, app/assets/stylesheets/shop/layout/_footer.scss */
.download-app {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 33px;
}

/* line 32, app/assets/stylesheets/shop/layout/_footer.scss */
.download-app a {
  display: block;
  margin-right: 12px;
}

/* line 35, app/assets/stylesheets/shop/layout/_footer.scss */
.download-app a img {
  width: 170px;
  border-radius: 5px;
  border: 2px solid #e2e9e1;
}

/* line 39, app/assets/stylesheets/shop/layout/_footer.scss */
.download-app a img.active, .download-app a img:hover {
  border: 2px solid #088178;
}

/* line 46, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list li {
  display: block;
  margin: 0 0 13px;
  transition-duration: 0.3s;
}

/* line 54, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list li:last-child {
  margin: 0;
}

/* line 57, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list li:hover {
  padding-left: 5px;
  transition-duration: 0.3s;
}

/* line 61, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list li a {
  font-size: 14px;
  color: #1a1a1a;
  display: block;
}

/* line 65, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-list li a:hover {
  color: #088178;
}

/* line 71, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-bottom {
  border-top: 1px solid #e2e9e1;
}

/* line 75, app/assets/stylesheets/shop/layout/_footer.scss */
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #088178;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999 !important;
}

/* line 88, app/assets/stylesheets/shop/layout/_footer.scss */
#scrollUp i {
  display: block;
  line-height: 40px !important;
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/shop/layout/_footer.scss */
#scrollUp:hover {
  transform: translateY(-5px);
}

/* line 98, app/assets/stylesheets/shop/layout/_footer.scss */
.footer-mid .widget-title {
  margin: 15px 0 20px 0;
}

/*LAYOUT -> SPACING**/
/* line 2, app/assets/stylesheets/shop/layout/_spacing.scss */
.section-padding-30 {
  padding: 30px 0;
}

/* line 3, app/assets/stylesheets/shop/layout/_spacing.scss */
.section-padding-50 {
  padding: 50px 0;
}

/* line 4, app/assets/stylesheets/shop/layout/_spacing.scss */
.section-padding-60 {
  padding: 60px 0;
}

/* line 5, app/assets/stylesheets/shop/layout/_spacing.scss */
.section-padding {
  padding: 25px 0;
}

/* line 8, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-0 {
  padding: 0;
}

/* line 9, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-10 {
  padding: 10px 0;
}

/* line 10, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-20 {
  padding: 20px 0;
}

/* line 11, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-30 {
  padding: 30px 0;
}

/* line 12, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-35 {
  padding: 35px 0;
}

/* line 13, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-32 {
  padding: 32px 0;
}

/* line 14, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-40 {
  padding: 40px 0;
}

/* line 15, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-50 {
  padding: 50px 0;
}

/* line 16, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-60 {
  padding: 60px 0;
}

/* line 17, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-70 {
  padding: 70px 0;
}

/* line 18, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-80 {
  padding: 80px 0;
}

/* line 19, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-90 {
  padding: 90px 0;
}

/* line 20, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-100 {
  padding: 100px 0;
}

/* line 21, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-110 {
  padding: 110px 0;
}

/* line 22, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-120 {
  padding: 120px 0;
}

/* line 23, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-130 {
  padding: 130px 0;
}

/* line 24, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-140 {
  padding: 140px 0;
}

/* line 25, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-150 {
  padding: 150px 0;
}

/* line 26, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-160 {
  padding: 160px 0;
}

/* line 27, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-170 {
  padding: 170px 0;
}

/* line 28, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-177 {
  padding: 177px 0;
}

/* line 29, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-180 {
  padding: 180px 0;
}

/* line 30, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-190 {
  padding: 190px 0;
}

/* line 31, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-200 {
  padding: 200px 0;
}

/* line 32, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-210 {
  padding: 210px 0;
}

/* line 33, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-220 {
  padding: 220px 0;
}

/* line 34, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-290 {
  padding: 290px 0;
}

/* line 35, app/assets/stylesheets/shop/layout/_spacing.scss */
.ptb-310 {
  padding: 310px 0;
}

/* line 36, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-10 {
  padding: 10px !important;
}

/* line 37, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-15 {
  padding: 15px !important;
}

/* line 38, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-20 {
  padding: 20px !important;
}

/* line 39, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-25 {
  padding: 25px !important;
}

/* line 40, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-30 {
  padding: 30px !important;
}

/* line 41, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-40 {
  padding: 40px !important;
}

/* line 42, app/assets/stylesheets/shop/layout/_spacing.scss */
.p-65 {
  padding: 65px !important;
}

/* line 43, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 44, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 45, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 46, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 47, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 48, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 49, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 50, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 51, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 52, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 53, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 54, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 55, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 56, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 57, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 58, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 59, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 60, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 61, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 62, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 63, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-105 {
  padding-top: 105px !important;
}

/* line 64, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 65, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-115 {
  padding-top: 115px !important;
}

/* line 66, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 67, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-125 {
  padding-top: 125px !important;
}

/* line 68, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 69, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-135 {
  padding-top: 135px !important;
}

/* line 70, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 71, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-145 {
  padding-top: 145px !important;
}

/* line 72, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 73, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-155 {
  padding-top: 155px !important;
}

/* line 74, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 75, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-165 {
  padding-top: 165px !important;
}

/* line 76, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-170 {
  padding-top: 170px !important;
}

/* line 77, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-175 {
  padding-top: 175px !important;
}

/* line 78, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 79, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-185 {
  padding-top: 185px !important;
}

/* line 80, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-190 {
  padding-top: 190px !important;
}

/* line 81, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-195 {
  padding-top: 195px !important;
}

/* line 82, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-200 {
  padding-top: 200px !important;
}

/* line 83, app/assets/stylesheets/shop/layout/_spacing.scss */
.pt-260 {
  padding-top: 260px !important;
}

/* line 84, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 85, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 86, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 87, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 88, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 89, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 90, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 91, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 92, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 93, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 94, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-55 {
  padding-bottom: 55px !important;
}

/* line 95, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 96, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-65 {
  padding-bottom: 65px !important;
}

/* line 97, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 98, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-75 {
  padding-bottom: 75px !important;
}

/* line 99, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 100, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-85 {
  padding-bottom: 85px !important;
}

/* line 101, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 102, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-95 {
  padding-bottom: 95px !important;
}

/* line 103, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 104, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-105 {
  padding-bottom: 105px !important;
}

/* line 105, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 106, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-115 {
  padding-bottom: 115px !important;
}

/* line 107, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 108, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-125 {
  padding-bottom: 125px !important;
}

/* line 109, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 110, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-135 {
  padding-bottom: 135px !important;
}

/* line 111, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 112, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-145 {
  padding-bottom: 145px !important;
}

/* line 113, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 114, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-155 {
  padding-bottom: 155px !important;
}

/* line 115, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 116, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-165 {
  padding-bottom: 165px !important;
}

/* line 117, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 118, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-175 {
  padding-bottom: 175px !important;
}

/* line 119, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 120, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-185 {
  padding-bottom: 185px !important;
}

/* line 121, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-190 {
  padding-bottom: 190px !important;
}

/* line 122, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-195 {
  padding-bottom: 195px !important;
}

/* line 123, app/assets/stylesheets/shop/layout/_spacing.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/* line 124, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 125, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 126, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 127, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 128, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-25 {
  padding-left: 25px !important;
}

/* line 129, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 130, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-35 {
  padding-left: 35px !important;
}

/* line 131, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 132, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-45 {
  padding-left: 45px !important;
}

/* line 133, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 134, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-55 {
  padding-left: 55px !important;
}

/* line 135, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 136, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-65 {
  padding-left: 65px !important;
}

/* line 137, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 138, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-75 {
  padding-left: 75px !important;
}

/* line 139, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 140, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-85 {
  padding-left: 85px !important;
}

/* line 141, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 142, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-95 {
  padding-left: 95px !important;
}

/* line 143, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 144, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-105 {
  padding-left: 105px !important;
}

/* line 145, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-110 {
  padding-left: 110px !important;
}

/* line 146, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-115 {
  padding-left: 115px !important;
}

/* line 147, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 148, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-125 {
  padding-left: 125px !important;
}

/* line 149, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-130 {
  padding-left: 130px !important;
}

/* line 150, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-135 {
  padding-left: 135px !important;
}

/* line 151, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 152, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-145 {
  padding-left: 145px !important;
}

/* line 153, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-150 {
  padding-left: 150px !important;
}

/* line 154, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-155 {
  padding-left: 155px !important;
}

/* line 155, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-160 {
  padding-left: 160px !important;
}

/* line 156, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-165 {
  padding-left: 165px !important;
}

/* line 157, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-170 {
  padding-left: 170px !important;
}

/* line 158, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-175 {
  padding-left: 175px !important;
}

/* line 159, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-180 {
  padding-left: 180px !important;
}

/* line 160, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-185 {
  padding-left: 185px !important;
}

/* line 161, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-190 {
  padding-left: 190px !important;
}

/* line 162, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-195 {
  padding-left: 195px !important;
}

/* line 163, app/assets/stylesheets/shop/layout/_spacing.scss */
.pl-200 {
  padding-left: 200px !important;
}

/* line 164, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 165, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 166, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 167, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 168, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-25 {
  padding-right: 25px !important;
}

/* line 169, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 170, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-35 {
  padding-right: 35px !important;
}

/* line 171, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 172, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-45 {
  padding-right: 45px !important;
}

/* line 173, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 174, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-55 {
  padding-right: 55px !important;
}

/* line 175, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 176, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-65 {
  padding-right: 65px !important;
}

/* line 177, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 178, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-75 {
  padding-right: 75px !important;
}

/* line 179, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 180, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-85 {
  padding-right: 85px !important;
}

/* line 181, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 182, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-95 {
  padding-right: 95px !important;
}

/* line 183, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 184, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-105 {
  padding-right: 105px !important;
}

/* line 185, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-110 {
  padding-right: 110px !important;
}

/* line 186, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-115 {
  padding-right: 115px !important;
}

/* line 187, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 188, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-125 {
  padding-right: 125px !important;
}

/* line 189, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-130 {
  padding-right: 130px !important;
}

/* line 190, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-135 {
  padding-right: 135px !important;
}

/* line 191, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-140 {
  padding-right: 140px !important;
}

/* line 192, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-145 {
  padding-right: 145px !important;
}

/* line 193, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-150 {
  padding-right: 150px !important;
}

/* line 194, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-155 {
  padding-right: 155px !important;
}

/* line 195, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-160 {
  padding-right: 160px !important;
}

/* line 196, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-165 {
  padding-right: 165px !important;
}

/* line 197, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-170 {
  padding-right: 170px !important;
}

/* line 198, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-175 {
  padding-right: 175px !important;
}

/* line 199, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-180 {
  padding-right: 180px !important;
}

/* line 200, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-185 {
  padding-right: 185px !important;
}

/* line 201, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-190 {
  padding-right: 190px !important;
}

/* line 202, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-195 {
  padding-right: 195px !important;
}

/* line 203, app/assets/stylesheets/shop/layout/_spacing.scss */
.pr-200 {
  padding-right: 200px !important;
}

/* line 204, app/assets/stylesheets/shop/layout/_spacing.scss */
.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
/* line 209, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-0 {
  margin: 0;
}

/* line 210, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-10 {
  margin: 10px 0;
}

/* line 211, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-15 {
  margin: 15px 0;
}

/* line 212, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-20 {
  margin: 20px 0;
}

/* line 213, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-30 {
  margin: 30px 0;
}

/* line 214, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-40 {
  margin: 40px 0;
}

/* line 215, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-50 {
  margin: 50px 0;
}

/* line 216, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-60 {
  margin: 60px 0;
}

/* line 217, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-70 {
  margin: 70px 0;
}

/* line 218, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-80 {
  margin: 80px 0;
}

/* line 219, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-90 {
  margin: 90px 0;
}

/* line 220, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-100 {
  margin: 100px 0;
}

/* line 221, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-110 {
  margin: 110px 0;
}

/* line 222, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-120 {
  margin: 120px 0;
}

/* line 223, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-130 {
  margin: 130px 0;
}

/* line 224, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-140 {
  margin: 140px 0;
}

/* line 225, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-150 {
  margin: 150px 0;
}

/* line 226, app/assets/stylesheets/shop/layout/_spacing.scss */
.mtb-290 {
  margin: 290px 0;
}

/* line 228, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 229, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 230, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 231, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 232, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 233, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 234, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 235, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 236, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 237, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 238, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-55 {
  margin-top: 55px !important;
}

/* line 239, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 240, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-65 {
  margin-top: 65px !important;
}

/* line 241, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 242, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-75 {
  margin-top: 75px !important;
}

/* line 243, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 244, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-85 {
  margin-top: 85px !important;
}

/* line 245, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 246, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-95 {
  margin-top: 95px !important;
}

/* line 247, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 248, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-105 {
  margin-top: 105px !important;
}

/* line 249, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 250, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-115 {
  margin-top: 115px !important;
}

/* line 251, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 252, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-125 {
  margin-top: 125px !important;
}

/* line 253, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 254, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-135 {
  margin-top: 135px !important;
}

/* line 255, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 256, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-145 {
  margin-top: 145px !important;
}

/* line 257, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 258, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-155 {
  margin-top: 155px !important;
}

/* line 259, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 260, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-165 {
  margin-top: 165px !important;
}

/* line 261, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-170 {
  margin-top: 170px !important;
}

/* line 262, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-175 {
  margin-top: 175px !important;
}

/* line 263, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 264, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-185 {
  margin-top: 185px !important;
}

/* line 265, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-190 {
  margin-top: 190px !important;
}

/* line 266, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-195 {
  margin-top: 195px !important;
}

/* line 267, app/assets/stylesheets/shop/layout/_spacing.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 268, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 269, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 270, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 271, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 272, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 273, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 274, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 275, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 276, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 277, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 278, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 279, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 280, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 281, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 282, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 283, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 284, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 285, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 286, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 287, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 288, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-105 {
  margin-bottom: 105px !important;
}

/* line 289, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 290, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-115 {
  margin-bottom: 115px !important;
}

/* line 291, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 292, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-125 {
  margin-bottom: 125px !important;
}

/* line 293, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 294, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-135 {
  margin-bottom: 135px !important;
}

/* line 295, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 296, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-145 {
  margin-bottom: 145px !important;
}

/* line 297, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 298, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-155 {
  margin-bottom: 155px !important;
}

/* line 299, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 300, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-165 {
  margin-bottom: 165px !important;
}

/* line 301, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-170 {
  margin-bottom: 170px !important;
}

/* line 302, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-175 {
  margin-bottom: 175px !important;
}

/* line 303, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 304, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-185 {
  margin-bottom: 185px !important;
}

/* line 305, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-190 {
  margin-bottom: 190px !important;
}

/* line 306, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-195 {
  margin-bottom: 195px !important;
}

/* line 307, app/assets/stylesheets/shop/layout/_spacing.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 308, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 309, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 310, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 311, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 312, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 313, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-25 {
  margin-left: 25px !important;
}

/* line 314, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 315, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-35 {
  margin-left: 35px !important;
}

/* line 316, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 317, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-45 {
  margin-left: 45px !important;
}

/* line 318, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-50 {
  margin-left: 50px !important;
}

/* line 319, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-55 {
  margin-left: 55px !important;
}

/* line 320, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-60 {
  margin-left: 60px !important;
}

/* line 321, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-65 {
  margin-left: 65px !important;
}

/* line 322, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-70 {
  margin-left: 70px !important;
}

/* line 323, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-75 {
  margin-left: 75px !important;
}

/* line 324, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-80 {
  margin-left: 80px !important;
}

/* line 325, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-85 {
  margin-left: 85px !important;
}

/* line 326, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-90 {
  margin-left: 90px !important;
}

/* line 327, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-95 {
  margin-left: 95px !important;
}

/* line 328, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-100 {
  margin-left: 100px !important;
}

/* line 329, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-105 {
  margin-left: 105px !important;
}

/* line 330, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-110 {
  margin-left: 110px !important;
}

/* line 331, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-115 {
  margin-left: 115px !important;
}

/* line 332, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-120 {
  margin-left: 120px !important;
}

/* line 333, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-125 {
  margin-left: 125px !important;
}

/* line 334, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-130 {
  margin-left: 130px !important;
}

/* line 335, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-135 {
  margin-left: 135px !important;
}

/* line 336, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-140 {
  margin-left: 140px !important;
}

/* line 337, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-145 {
  margin-left: 145px !important;
}

/* line 338, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-150 {
  margin-left: 150px !important;
}

/* line 339, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-155 {
  margin-left: 155px !important;
}

/* line 340, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-160 {
  margin-left: 160px !important;
}

/* line 341, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-165 {
  margin-left: 165px !important;
}

/* line 342, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-170 {
  margin-left: 170px !important;
}

/* line 343, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-175 {
  margin-left: 175px !important;
}

/* line 344, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-180 {
  margin-left: 180px !important;
}

/* line 345, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-185 {
  margin-left: 185px !important;
}

/* line 346, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-190 {
  margin-left: 190px !important;
}

/* line 347, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-195 {
  margin-left: 195px !important;
}

/* line 348, app/assets/stylesheets/shop/layout/_spacing.scss */
.ml-200 {
  margin-left: 200px !important;
}

/* line 349, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 350, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 351, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 352, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 353, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-25 {
  margin-right: 25px !important;
}

/* line 354, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 355, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-35 {
  margin-right: 35px !important;
}

/* line 356, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-40 {
  margin-right: 40px !important;
}

/* line 357, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-45 {
  margin-right: 45px !important;
}

/* line 358, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-50 {
  margin-right: 50px !important;
}

/* line 359, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-55 {
  margin-right: 55px !important;
}

/* line 360, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-60 {
  margin-right: 60px !important;
}

/* line 361, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-65 {
  margin-right: 65px !important;
}

/* line 362, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-70 {
  margin-right: 70px !important;
}

/* line 363, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-75 {
  margin-right: 75px !important;
}

/* line 364, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-80 {
  margin-right: 80px !important;
}

/* line 365, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-85 {
  margin-right: 85px !important;
}

/* line 366, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-90 {
  margin-right: 90px !important;
}

/* line 367, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-95 {
  margin-right: 95px !important;
}

/* line 368, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-100 {
  margin-right: 100px !important;
}

/* line 369, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-105 {
  margin-right: 105px !important;
}

/* line 370, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-110 {
  margin-right: 110px !important;
}

/* line 371, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-115 {
  margin-right: 115px !important;
}

/* line 372, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-120 {
  margin-right: 120px !important;
}

/* line 373, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-125 {
  margin-right: 125px !important;
}

/* line 374, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-130 {
  margin-right: 130px !important;
}

/* line 375, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-135 {
  margin-right: 135px !important;
}

/* line 376, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-140 {
  margin-right: 140px !important;
}

/* line 377, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-145 {
  margin-right: 145px !important;
}

/* line 378, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-150 {
  margin-right: 150px !important;
}

/* line 379, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-155 {
  margin-right: 155px !important;
}

/* line 380, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-160 {
  margin-right: 160px !important;
}

/* line 381, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-165 {
  margin-right: 165px !important;
}

/* line 382, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-170 {
  margin-right: 170px !important;
}

/* line 383, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-175 {
  margin-right: 175px !important;
}

/* line 384, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-180 {
  margin-right: 180px !important;
}

/* line 385, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-185 {
  margin-right: 185px !important;
}

/* line 386, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-190 {
  margin-right: 190px !important;
}

/* line 387, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-195 {
  margin-right: 195px !important;
}

/* line 388, app/assets/stylesheets/shop/layout/_spacing.scss */
.mr-200 {
  margin-right: 200px !important;
}

@media only screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/shop/layout/_responsive.scss */
  .logo.logo-width-1 {
    margin-right: 0;
  }
  /* line 6, app/assets/stylesheets/shop/layout/_responsive.scss */
  .logo.logo-width-1 a img {
    width: 120px;
  }
  /* line 13, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon {
    margin-right: 15px;
  }
  /* line 15, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }
  /* line 18, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }
  /* line 21, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon > a {
    font-size: 20px;
  }
  /* line 27, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }
  /* line 29, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }
  /* line 32, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }
  /* line 42, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .logo.logo-width-1 {
    margin-right: 0;
  }
  /* line 45, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .search-style-2 {
    margin-right: 30px;
  }
  /* line 48, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .header-bottom {
    padding: 5px 0;
  }
  /* line 52, app/assets/stylesheets/shop/layout/_responsive.scss */
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  /* line 55, app/assets/stylesheets/shop/layout/_responsive.scss */
  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
  }
  /* line 60, app/assets/stylesheets/shop/layout/_responsive.scss */
  .cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 60px;
    margin-right: 10px;
  }
  /* line 71, app/assets/stylesheets/shop/layout/_responsive.scss */
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px;
  }
  /* line 80, app/assets/stylesheets/shop/layout/_responsive.scss */
  .categori-dropdown-wrap ul li a {
    padding: 5px 12px;
  }
  /* line 89, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  /* line 97, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mobile-header-wrapper-style {
    width: 320px;
  }
  /* line 100, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 10px 20px;
    border-bottom: 1px solid #e2e9e1;
  }
  /* line 103, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 80px;
  }
  /* line 107, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 20px;
  }
  /* line 112, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-1 {
    min-height: 65px;
  }
  /* line 115, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-2 {
    min-height: 65px;
  }
  /* line 118, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 {
    height: 350px;
  }
  /* line 120, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 .single-slider-img-1 {
    height: 350px;
  }
  /* line 124, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider.pt-50 {
    padding-top: 0 !important;
  }
  /* line 126, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  /* line 130, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  /* line 135, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  /* line 139, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 .btn-default {
    color: #fff;
    background-color: #088178;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
  }
  /* line 146, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 p {
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 152, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-big h4 {
    font-size: 12px;
  }
  /* line 153, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-big h2 {
    font-size: 16px;
  }
  /* line 154, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-big .btn {
    background-color: #088178;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 22px;
    border: 0;
  }
  /* line 164, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .slider-arrow {
    display: none;
  }
  /* line 168, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 {
    height: 400px;
  }
  /* line 170, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }
  /* line 175, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 .single-slider-img img {
    max-width: 400px;
  }
  /* line 179, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
    height: 400px;
    position: relative;
  }
  /* line 186, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-img {
    float: left;
  }
  /* line 188, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-img.f-none {
    float: none;
  }
  /* line 192, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 390px;
  }
  /* line 195, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 20px;
  }
  /* line 199, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
    padding-left: 0;
  }
  /* line 201, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
    font-size: 30px;
  }
  /* line 202, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
    font-size: 14px;
  }
  /* line 203, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
    font-size: 12px;
  }
  /* line 207, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-3 .header-bottom-bg-color {
    border-bottom: 2px solid #088178;
  }
  /* line 210, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-3 .main-nav {
    border: none !important;
  }
  /* line 214, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: #088178;
  }
  /* line 220, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-4 .main-nav {
    border: none !important;
  }
  /* line 224, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: #088178;
  }
  /* line 229, app/assets/stylesheets/shop/layout/_responsive.scss */
  .font-xxl {
    font-size: 38px;
  }
  /* line 232, app/assets/stylesheets/shop/layout/_responsive.scss */
  .single-page.pl-30, .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 236, app/assets/stylesheets/shop/layout/_responsive.scss */
  .download-app {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mobile-promotion {
    display: inline-block;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 246, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon {
    margin-right: 20px;
  }
  /* line 248, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }
  /* line 251, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }
  /* line 254, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon > a {
    font-size: 22px;
  }
  /* line 260, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }
  /* line 262, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 10px;
  }
  /* line 265, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2 > a {
    font-size: 22px;
  }
  /* line 270, app/assets/stylesheets/shop/layout/_responsive.scss */
  .cart-dropdown-wrap {
    width: 310px;
  }
  /* line 276, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  /* line 284, app/assets/stylesheets/shop/layout/_responsive.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
  /* line 287, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .search-style-2 {
    display: none;
  }
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 293, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon {
    margin-right: 33px;
  }
  /* line 295, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }
  /* line 298, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }
  /* line 305, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
  }
  /* line 314, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
  /* line 321, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-bottom {
    padding: 10px 0 3px 0;
    overflow: hidden;
  }
  /* line 325, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-1 {
    min-height: 50px;
  }
  /* line 328, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #088178;
  }
  /* line 332, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-3 {
    min-height: 50px;
  }
  /* line 335, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-4 {
    min-height: 50px;
  }
  /* line 339, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .header-bottom {
    padding: 5px 0;
    border-bottom: 1px solid #f7f8f9;
  }
  /* line 344, app/assets/stylesheets/shop/layout/_responsive.scss */
  .comment-form .email {
    padding-left: 0px;
  }
  /* line 345, app/assets/stylesheets/shop/layout/_responsive.scss */
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 354, app/assets/stylesheets/shop/layout/_responsive.scss */
  .logo.logo-hm3 a img {
    width: 120px;
  }
  /* line 361, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .search-style-2 {
    display: none;
  }
  /* line 366, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
  /* line 377, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
  /* line 387, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
  /* line 390, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
  /* line 395, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
  /* line 399, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
  /* line 404, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  /* line 419, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
  /* line 427, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu.main-menu-padding-1.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }
  /* line 435, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-style-1 {
    margin-right: 15px;
  }
  /* line 437, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-style-1 form {
    width: 170px;
  }
  /* line 443, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }
  /* line 445, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0;
  }
  /* line 448, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }
  /* line 456, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-style-2 form input {
    width: 340px;
  }
  /* line 462, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hotline p {
    font-size: 15px;
  }
  /* line 469, app/assets/stylesheets/shop/layout/_responsive.scss */
  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }
  /* line 475, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-1 {
    min-height: 157px;
  }
  /* line 479, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-3 {
    min-height: 133px;
  }
  /* line 482, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-4 {
    min-height: 144px;
  }
  /* line 485, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 {
    height: 500px;
  }
  /* line 487, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 .single-slider-img-1 {
    height: 500px;
  }
}

/*Wide screen*/
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  /* line 495, app/assets/stylesheets/shop/layout/_responsive.scss */
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 498, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-1 .main-categori-wrap {
    margin-right: 20px;
  }
  /* line 501, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-cart-wrap .product-action-1 a.action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }
  /* line 507, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-img-action-wrap .product-action-1 {
    width: 100%;
    text-align: center;
  }
  /* line 512, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-big h1 {
    font-size: 22px;
  }
  /* line 515, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }
  /* line 522, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-img .banner-text h4 {
    margin-top: 0px !important;
  }
  /* line 525, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-wrap .header-right {
    overflow: hidden;
  }
}

/*small phone*/
@media only screen and (max-width: 480px) {
  /* line 531, app/assets/stylesheets/shop/layout/_responsive.scss */
  .post-list .post-thumb {
    max-width: unset;
    margin-right: 0 !important;
  }
  /* line 536, app/assets/stylesheets/shop/layout/_responsive.scss */
  .entry-meta.meta-2 a.btn {
    display: inline-block;
    align-items: center;
    align-self: center;
  }
  /* line 542, app/assets/stylesheets/shop/layout/_responsive.scss */
  .entry-meta.meta-2 .font-xs {
    max-width: 150px;
    line-height: 1.3;
  }
  /* line 547, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-bg h2 {
    font-size: 20px;
  }
  /* line 548, app/assets/stylesheets/shop/layout/_responsive.scss */
  .single-header .single-header-meta, .entry-bottom {
    display: block;
  }
  /* line 549, app/assets/stylesheets/shop/layout/_responsive.scss */
  .carausel-6-columns, .carausel-4-columns {
    max-width: 375px;
    overflow: hidden;
  }
  /* line 551, app/assets/stylesheets/shop/layout/_responsive.scss */
  .slider-arrow .slider-btn.slider-next {
    right: 0 !important;
  }
  /* line 555, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 {
    height: unset;
  }
  /* line 558, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 {
    text-align: center;
    padding-top: 20px;
  }
  /* line 561, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-content-2 p {
    width: 100%;
  }
  /* line 565, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-2 {
    min-height: 40px;
  }
  /* line 568, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-bottom-bg-color {
    padding: 10px 0 3px 0;
  }
  /* line 571, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-left-icon, .banner-img {
    margin-bottom: 15px;
  }
  /* line 575, app/assets/stylesheets/shop/layout/_responsive.scss */
  .popular-categories .slider-btn.slider-prev {
    right: 50px !important;
    left: unset !important;
  }
  /* line 580, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 581, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mb-sm-4 {
    margin-bottom: 1rem;
  }
  /* line 582, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mb-sm-5 {
    margin-bottom: 2rem;
  }
  /* line 583, app/assets/stylesheets/shop/layout/_responsive.scss */
  .heading-tab {
    display: block !important;
  }
  /* line 584, app/assets/stylesheets/shop/layout/_responsive.scss */
  .heading-tab h3.section-title {
    margin-bottom: 15px !important;
  }
  /* line 586, app/assets/stylesheets/shop/layout/_responsive.scss */
  .nav.right {
    justify-content: start;
  }
  /* line 591, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-2 .single-slider-img {
    display: none;
  }
  /* line 594, app/assets/stylesheets/shop/layout/_responsive.scss */
  ul.footer-list {
    margin-bottom: 30px;
  }
  /* line 597, app/assets/stylesheets/shop/layout/_responsive.scss */
  .section-padding-60 {
    padding: 30px 0;
  }
  /* line 600, app/assets/stylesheets/shop/layout/_responsive.scss */
  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }
  /* line 603, app/assets/stylesheets/shop/layout/_responsive.scss */
  .pb-60 {
    padding-bottom: 30px !important;
  }
  /* line 606, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mb-60 {
    margin-bottom: 30px !important;
  }
  /* line 610, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 220px;
  }
  /* line 613, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
  /* line 618, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 h1 {
    font-size: 18px;
  }
  /* line 621, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 h2 {
    font-size: 16px;
  }
  /* line 624, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 h4 {
    font-size: 14px;
  }
  /* line 627, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 p {
    font-size: 11px;
  }
  /* line 630, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3 .hero-slider-content-2 a.btn {
    display: none;
  }
  /* line 635, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .search-style-2 {
    display: none;
  }
  /* line 638, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .header-action-2 .header-action-icon-2 > a {
    font-size: 18px;
  }
  /* line 641, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-style-5 .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }
  /* line 646, app/assets/stylesheets/shop/layout/_responsive.scss */
  .font-xxl {
    font-size: 28px;
  }
  /* line 649, app/assets/stylesheets/shop/layout/_responsive.scss */
  .w-50 {
    width: 100% !important;
  }
  /* line 654, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-list .product-cart-wrap {
    display: block;
  }
  /* line 656, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%;
  }
  /* line 661, app/assets/stylesheets/shop/layout/_responsive.scss */
  .shop-product-fillter {
    display: block;
  }
  /* line 663, app/assets/stylesheets/shop/layout/_responsive.scss */
  .shop-product-fillter .totall-product {
    margin-bottom: 15px;
  }
  /* line 668, app/assets/stylesheets/shop/layout/_responsive.scss */
  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 672, app/assets/stylesheets/shop/layout/_responsive.scss */
  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  /* line 680, app/assets/stylesheets/shop/layout/_responsive.scss */
  .table thead {
    display: none;
  }
  /* line 684, app/assets/stylesheets/shop/layout/_responsive.scss */
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
  /* line 687, app/assets/stylesheets/shop/layout/_responsive.scss */
  .loop-grid.loop-list article {
    display: block;
  }
  /* line 690, app/assets/stylesheets/shop/layout/_responsive.scss */
  .d-sm-none {
    display: none;
  }
  /* line 691, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-features {
    margin-bottom: 15px;
  }
  /* line 692, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-cart-wrap:not(:last-child), .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  /* line 693, app/assets/stylesheets/shop/layout/_responsive.scss */
  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important;
  }
  /* line 694, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-bottom {
    overflow: hidden;
  }
  /* line 699, app/assets/stylesheets/shop/layout/_responsive.scss */
  .first-post .meta-1 .font-sm {
    display: none;
  }
  /* line 703, app/assets/stylesheets/shop/layout/_responsive.scss */
  .first-post .btn.btn-sm {
    display: none;
  }
  /* line 707, app/assets/stylesheets/shop/layout/_responsive.scss */
  .loop-grid .entry-content {
    padding: 20px 20px 0 20px;
  }
  /* line 710, app/assets/stylesheets/shop/layout/_responsive.scss */
  .img-hover-slide {
    min-height: 232px;
  }
  /* line 713, app/assets/stylesheets/shop/layout/_responsive.scss */
  .comments-area .thumb {
    min-width: 100px;
  }
  /* line 716, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1 .single-slider-img-1 {
    height: 300px;
  }
  /* line 720, app/assets/stylesheets/shop/layout/_responsive.scss */
  .featured .col-lg-2 {
    width: 50%;
  }
  /* line 722, app/assets/stylesheets/shop/layout/_responsive.scss */
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  /* line 723, app/assets/stylesheets/shop/layout/_responsive.scss */
  .deal {
    background-position: left center;
  }
  /* line 726, app/assets/stylesheets/shop/layout/_responsive.scss */
  .deals-countdown .countdown-section .countdown-amount {
    width: 30px;
    height: 40px;
    line-height: 40px;
  }
  /* line 733, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-bg {
    padding: 30px;
  }
  /* line 737, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-list-small figure {
    margin-bottom: 20px !important;
  }
  /* line 738, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-list-small .title-small {
    font-size: 16px;
    font-weight: 600;
  }
  /* line 744, app/assets/stylesheets/shop/layout/_responsive.scss */
  .newsletter .des {
    display: none;
  }
  /* line 745, app/assets/stylesheets/shop/layout/_responsive.scss */
  .newsletter form {
    margin: 15px 0;
  }
  /* line 748, app/assets/stylesheets/shop/layout/_responsive.scss */
  footer .col-lg-2.col-md-3 {
    width: 50%;
  }
  /* line 751, app/assets/stylesheets/shop/layout/_responsive.scss */
  footer .download-app a img {
    width: 150px;
  }
  /* line 753, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 50px;
  }
  /* line 756, app/assets/stylesheets/shop/layout/_responsive.scss */
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 h3 {
    line-height: 1.4;
  }
  /* line 760, app/assets/stylesheets/shop/layout/_responsive.scss */
  .hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
    bottom: 0;
  }
  /* line 763, app/assets/stylesheets/shop/layout/_responsive.scss */
  .single-content .banner-text, .banner-img.banner-big .banner-text {
    display: none;
  }
  /* line 764, app/assets/stylesheets/shop/layout/_responsive.scss */
  .comments-area {
    padding: 25px 0;
    margin-top: 0;
  }
  /* line 768, app/assets/stylesheets/shop/layout/_responsive.scss */
  .entry-bottom {
    margin-bottom: 0 !important;
  }
  /* line 769, app/assets/stylesheets/shop/layout/_responsive.scss */
  section.pt-150.pb-150 {
    padding: 50px 0 !important;
  }
  /* line 771, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-detail .single-share {
    margin-bottom: 20px;
  }
  /* line 772, app/assets/stylesheets/shop/layout/_responsive.scss */
  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }
  /* line 777, app/assets/stylesheets/shop/layout/_responsive.scss */
  .related-products .product-cart-wrap {
    margin-bottom: 30px;
  }
  /* line 778, app/assets/stylesheets/shop/layout/_responsive.scss */
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  /* line 783, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-bottom-bg-color {
    padding: 3px 0;
  }
  /* line 786, app/assets/stylesheets/shop/layout/_responsive.scss */
  .header-height-2 {
    min-height: 40px;
  }
  /* line 790, app/assets/stylesheets/shop/layout/_responsive.scss */
  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }
  /* line 794, app/assets/stylesheets/shop/layout/_responsive.scss */
  .banner-features {
    margin-bottom: 30px;
  }
}

/*small phone*/
@media only screen and (max-width: 375px) {
  /* line 799, app/assets/stylesheets/shop/layout/_responsive.scss */
  .entry-meta .hit-count, .entry-meta.meta-2 .font-xs {
    display: none;
  }
  /* line 800, app/assets/stylesheets/shop/layout/_responsive.scss */
  .deal {
    padding: 30px;
  }
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months {
  display: flex;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 13, vendor/assets/stylesheets/flatpickr.min.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
