@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#cssmenu .filter_product li,
#cssmenu>ul>li>a,
#menu .sidemenu_title h6,
.addtocart,
.breakcrumbs,
.button_content h6,
.form_wrapper button,
.irregular_title,
.item_details h6,
.menu_title,
.product_details .like_compare ul li a,
.product_details h1,
.product_title h1,
.quickview,
.review_sendbutton,
.side_nav,
.sidemenu_title h6,
.voucher_input input[type="submit"] {
  text-transform: uppercase;
}

*,
.columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
html {
  color: #5b5b5b;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

caption,
td,
th {
  text-align: left;
}

.fancybox-nav,
.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.clearfix,
.clearfix:after,
.row:after,
.ui-helper-clearfix:after,
hr {
  clear: both;
}

.fa,
body {
  -moz-osx-font-smoothing: grayscale;
}

.button,
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}

* html {
  font-size: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  padding-bottom: 0.273em;
}

caption,
p,
td,
th {
  font-weight: 400;
}

em,
small,
strong {
  line-height: 1;
}

body,
html,
* {
  font-family: "Poppin", sans-serif;
}

html {
  font-size: 14px;
  line-height: 19px;
}

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #f9f9f9;
  display: none;
}

.page_loader img {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 110px;
  margin-left: -55px;
  -webkit-animation: page_loader 1s infinite;
  -moz-animation: page_loader 1s infinite;
  -o-animation: page_loader 1s infinite;
  animation: page_loader 1s infinite;
}

@-webkit-keyframes page_loader {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@-moz-keyframes page_loader {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@-o-keyframes page_loader {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@keyframes page_loader {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

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

caption,
td,
th {
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

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

/* .height {
  height: 15px;
} */

.none_important {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 600; */
  text-rendering: optimizeLegibility;
  padding-top: 10px;
  line-height: 1.15538em;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

dl dt,
h6 {
  font-size: 16px;
}

p {
  margin-bottom: 13px;
  line-height: 1.625em;
}

dl dt,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: 0;
}

.current_sidebar a,
a:hover {
  outline: 0;
  color: #777777;
}

ol,
ul {
  margin-bottom: 0.273em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul.circle,
ul.disc,
ul.square {
  margin-left: 25px;
}

ul.square {
  list-style: square;
}

ul.circle {
  list-style: circle;
}

ul.disc {
  list-style: disc;
}

ul ul {
  margin: 4px 0 5px 25px;
}

ol ol {
  margin: 4px 0 5px 30px;
}

dl dt {
  font-size: 1rem;
}

em {
  font-style: italic;
}

small {
  font-size: 10px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: #ffffff;
}

hr {
  border: 1px solid #ccc;
  margin: 16px 0 18px;
  height: 0;
}

.columns,
.owl-carousel .owl-item {
  float: left;
}

.hide {
  display: none;
}

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

.fixed {
  position: fixed;
}

.button_cart.float_right {
  margin-left: 5px;
}

.row {
  width: 100%;
  max-width: 1780px;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row.row-full {
  padding: 50px;
  max-width: 100%;
  background-color: #ffffff;
}

.row.row-full-padding-0 {
  padding: 0;
  max-width: 100%;
}

.row .row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  min-height: 1px;
}

.columns:first-child {
  margin-left: 0;
}

.row .one.columns {
  width: 6.38298%;
}

.row .two.columns {
  width: 14.89362%;
}

.row .three.columns {
  width: 23.40426%;
}

.row .four.columns {
  width: 30.91489%;
  margin-left: 2.12766%;
}

.row .five.columns {
  width: 40.42553%;
}

.row .six.columns {
  width: 48.93617%;
}

.row .seven.columns {
  width: 57.44681%;
}

.row .eight.columns {
  width: 65.95745%;
}

.row .nine.columns {
  width: 74.46809%;
}

.row .ten.columns {
  width: 82.97872%;
}

.row .eleven.columns {
  width: 91.48936%;
}

.row .twelve.columns {
  width: 100%;
}

.row .two2.columns {
  width: 18.298245%;
}

.row_margin_padding_0 {
  /*padding: 0;*/
  max-width: 100%;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: relative;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../../../Images/AjaxLoader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  bottom: 10px;
  position: absolute;
  text-align: center;
  font-size: 0.85em;
  font-weight: 700;
  color: #666;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(192, 23, 30, 0.3);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #c98512;
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  font-size: 45px;
  z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../../../Images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../../../Images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin: auto;
}

.fancybox-inner,
.fancybox-outer {
  position: relative;
  padding: 15px 0;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../../../../Images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  z-index: 8040;
  position: absolute;
  cursor: pointer;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../../../Images/icon_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(../../../../Images/blank.gif);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../../../Images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel {
  width: 100%;
  overflow: hidden;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-next,
.owl-prev {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grabbing {
  cursor: url(../../../../Images/grabbing.png) 8 8, move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
  display: none !important;
  width: 40px;
  height: 100%;
  top: 0;
  position: absolute;
  padding: 151px 0;
  color: #fff;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-prev {
  left: -50px;
  background: url(../../../../Images/carousel_controls.png) 9px center no-repeat #fff;
}

.owl-next {
  right: -50px;
  background: url(../../../../Images/carousel_controls.png) -45px center no-repeat #fff;
}

.form_wrapper button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel:hover .owl-prev {
  left: 0;
}

.owl-carousel:hover .owl-next {
  right: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 25px;
  height: 5px;
  margin: 3px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  background: #c98512;
  background: #000;
}

.owl-theme .owl-controls .owl-pagination {
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../../../../Images/AjaxLoader.gif) center center no-repeat;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100%,
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100%,
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100%,
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.ui-carousel {
  height: 100px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  width: 300px;
}

.ui-carousel>.wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}

.ui-carousel>.wrapper>* {
  border: 0;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.bttrlazyloading-wrapper {
  background-repeat: no-repeat;
  background-position: center;
}

.bttrlazyloading,
.bttrlazyloading-clone {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

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

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.cart_table .cart_remove,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.irregular_title,
.ui-spinner-button {
  text-align: center;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

/*.slide_box .bx-controls-direction,
.slide_box li {
  display: none;
}*/

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: url(../../../../Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: url(../../../../Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(../../../../Images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(../../../../Images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(../../../../Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(../../../../Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(../../../../Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(../../../../Images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../../../../Images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(../../../../Images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../../../../Images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../../../../Images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(../../../../Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.bxslider li,
.bxslider_slogan li {
  float: left;
  margin: 0;
  padding: 0;
}

.bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bx-controls-direction {
  position: absolute;
  width: 100%;
  height: 46px;
  top: 50%;
  margin-top: -23px;
}

/*.slide_box,
.slide_box .bx-controls {
  position: relative;
}

.slide_box {

  width: 100%;
  height: auto;
}

.slide_box i {
  color: #fff;
  font-size: 100px;
}

.slide_box img {
  width: 100%;
}

.slide_loading {
  background: url(../../../../Images/loading.gif) center center no-repeat;
}

.fa,
.fa-stack {
  display: inline-block;
}*/

#bx_slide_next,
#bx_slide_prev {
  top: 50%;
  width: 50px;
  z-index: 100;
  height: 100px;
  display: block;
  cursor: pointer;
  font-size: 50px;
  margin-left: 20px;
  position: absolute;
  text-align: center;
  line-height: 100px;
  transform: translate(0, -50%);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
}

#bx_slide_next {
  right: 0;
  margin-right: 20px;
}

#bx_slide_next:hover,
#bx_slide_prev:hover {
  color: #000;
}

#bx_slide_next:hover i,
#bx_slide_prev:hover i {
  color: #000;
}

*/ .search_recommendation {
  font-size: 12px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../../Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../../Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../../../../Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../../../../Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../../../../Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../../../../Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

::selection {
  color: #fff;
  background: rgba(0, 116, 255, 0.8);
}

.container {
  position: relative;
  min-height: 100%;
}

.middle {
  position: relative;
}

.irregular_big a img,
.irregular_big a:hover img {
  -webkit-transition: all 0.5s ease-in-out;
}

.middle {
  margin: 0;
  /*margin-top:18px;*/
}

footer {
  margin-bottom: -20px;
}

.language_div {
  position: absolute;
  top: 0;
  right: 0;
}

.web-header-scroll {
  top: 0;
  height: 85px;
  position: fixed;
  
}

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

.cf {
  zoom: 1;
}

.product_breadcrumbs {
  margin: 0;
}

.irregular_ul {
  width: 101%;
  margin: 0 0 0 -1%;
  padding: 0;
  list-style: none;
}

.irregular_big {
  width: 32.3333%;
  height: 550px;
  margin-left: 1%;
  padding: 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.irregular_big a:hover img {
  -webkit-transform: scale(1.3, 1.3) rotate(0);
}

.irregular_small {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  overflow: hidden;
}

.irregular_big a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.irregular_title {
  color: #fff;
  font-weight: 700;
  border-top: 3px solid;
  border-bottom: 3px solid;
  width: 240px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -120px;
}

.irregular_image {
  opacity: 0.6;
}

.filter_catelog {
  background: #f4f4f4;
  padding: 15px;
}

#cssmenu .filter_product a {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  margin-top: 5px;
}

#cssmenu .filter_product li {
  padding: 12px 5px;
  display: block;
  font-size: 13px;
  position: relative;
}

.filter_product i.fa.fa-times {
  position: relative;
  color: inherit;
  margin: 0;
}

#cssmenu .filter_product li.filter_clear_all {
  padding: 0;
  text-align: center;
}

#cssmenu .filter_product .filter_clear_all a {
  position: relative;
  margin: 0;
  padding: 6px 5px;
  right: 0;
  font-size: 16px;
  background: #c98512;
  color: #fff;
}

#cssmenu .filter_product .filter_clear_all a:hover {
  background: #c0171e;
}

.form_wrapper {
  width: 100%;
}

.form_wrapper input,
.form_wrapper button,
#search_bar_view_close {
  height: 39px;
}

.search_form {
  margin: 20px auto 0;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form_wrapper button {
  width: 20%;
  overflow: visible;
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  color: #fff;
  background: #c98512;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.form_wrapper button:hover {
  background: #e19617;
}

.form_wrapper button:active,
.form_wrapper button:focus {
  background: #c98512;
  outline: 0;
}

.form_wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form_wrapper input {
  width: 100%;
  height: 40px;
  padding: 10px;
  float: right;
  font: 15px "Open Sans", Arial, Tahoma, sans-serif;
  border: 1px solid #ddd;
  background: #fff;
}

.form_wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form_wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.form_wrapper input:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.form_wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.comment_failed,
.comment_success {
  font-size: 13px;
  color: red;
}

.comment_success {
  color: #13a01a;
}

.cart_item {
  top: 50%;
  right: 5px;
  color: #fff;
  width: 18px;
  font-size: 12px;
  margin-top: -20px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background-color: #ff0000;
}

.cart_table {
  width: 100%;
  font-size: 13px;
}

.cart_table>tbody>tr>td,
.cart_table>tbody>tr>th {
  padding: 8px 10px;
  line-height: 19px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.cart_table>tbody>tr:first-child td {
  border: none;
}

.cart_table>tbody>th {
  font-weight: 700;
  vertical-align: bottom;
  border: none;
}

.cart_table .cart_remove {
  font-size: 1.4em;
  font-weight: 700;
  width: 40px;
}

.cart_remove i.fa.fa-times {
  position: relative;
  color: inherit;
  margin: 0;
}

.cart_table .cart_image {
  width: 65px;
}

.cart_table .cart_image img {
  width: 50px;
  margin-bottom: 0;
}

.cart_shipping {
  font-size: 12px;
  line-height: 1.4;
}

.cart_shipping .size_notice {
  font-size: 11px;
}

.cart_table .cart_price,
.cart_table .cart_quantity,
.cart_table .cart_subtotal {
  width: 100px;
  text-align: right;
}

.cart_area,
.cart_table .cart_quantity input[type="number"] {
  display: inline-block;
  width: 60px;
  padding: 5px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  border: 1px solid #ccc;
}

.cart_table input[type="email"],
.cart_table input[type="number"],
.cart_table input[type="password"],
.cart_table input[type="search"],
.cart_table input[type="text"],
.cart_table select,
.cart_table textarea {
  padding: 7px 10px;
  border: 1px solid #d4d4d4;
  width: 100%;
  height: auto;
  display: block;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.cart_table textarea {
  resize: vertical;
}

.cart_table .cart_right {
  text-align: right;
}

.cart_table .cart_noborder {
  border: none;
}

.table_checkout .cart_price,
.table_checkout .cart_subtotal {
  width: 60px;
  text-align: right;
}

.table_checkout .cart_quantity {
  width: 70px;
}

.cart_tr_order {
  background: #000;
}

.cart_tr_order td {
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
}

.order_view_tr {
  background: #e4e4e4;
}

.order_view_tr td {
  color: #555;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 14px;
}

.radio_button {
  border: 3px solid #000;
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
}

.btn_left_top_bottom {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn_right_top_bottom {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.radio_relative {
  position: relative;
}

.radio_absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.radio_div>.toggle {
  display: none;
}

.radio_div>.toggle+label {
  cursor: pointer;
  min-width: 60px;
}

.radio_div>.toggle+label:hover {
  background: none;
  color: #1a1a1a;
}

.radio_div>.toggle+label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}

.radio_div>.toggle.toggle-left+label {
  border-right: 0;
}

.radio_div>.toggle.toggle-left+label:after {
  left: 100%;
}

.radio_div>.toggle.toggle-right+label {
  margin-left: -5px;
}

.radio_div>.toggle.toggle-right+label:after {
  left: -100%;
}

.radio_div>.toggle:checked+label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
  background: #000;
}

.radio_div>.toggle:checked+label:after {
  left: 0;
}

.invoice_table tr:hover {
  background: #f4f4f4;
}

#menu,
#menu_background {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
}

#menu,
.menu_ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu {
  background-color: #222;
  z-index: 10;
  width: 280px;
  color: #bbb;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  opacity: 1;
}

#menu_background {
  background: url(../../../../Images/opacity.png);
  width: 100%;
  z-index: 1;
}

#menu_background.show_background,
.menu_ul li a,
.menu_ul li a.active+ul {
  display: block;
}

.menu_ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.menu_ul li {
  border-bottom: 1px solid #2a2a2a;
  padding: 0;
  position: relative;
}

.menu_ul li:last-child {
  border: 0;
}

.menu_ul li a {
  font-size: 13px;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: 600;
}

.menu_ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}

.menu_ul a i[class*="fa-caret"] {
  float: right;
}

.menu_ul a.active,
.menu_ul a:hover {
  background-color: #111;
}

.menu_ul li ul {
  margin-top: 0;
  padding: 0;
  display: none;
}

.menu_ul li ul li {
  border-bottom: none;
}

.menu_ul li ul li a:hover {
  background-color: #1a1a1a;
}

.menu_ul ul {
  margin: 0;
}

.menu_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.item_thumb,
.zoom_lens {
  overflow: hidden;
}

.left {
  left: -280px;
}

.show {
  left: 0;
}

#showmenu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 70px 20px 0;
  padding: 0;
  display: none;
  color: #c98512;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_sidebar_logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}

#menu .sidemenu_title {
  border: 0;
}

#menu .sidemenu_title h6,
.menu_title {
  font-size: 18px;
  margin: 0;
  padding: 12px 15px;
  color: #fff;
  font-weight: 400;
}

#menu #cssmenu>ul>li {
  background: inherit;
  color: inherit;
}

#menu #cssmenu>ul>li>a>span {
  display: inherit;
  padding: inherit;
}

#menu .filter_catelog .sidemenu_title h6 {
  padding-left: 0;
  padding-right: 0;
  color: #565656;
}

#menu .filter_catelog {
  color: #565656;
}

#menu .filter_catelog .menu_ul {
  margin: 0;
}

#menu .filter_catelog .filter_product a {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  margin-top: 5px;
  padding: 0;
}

#menu .filter_catelog .filter_product .filter_clear_all a {
  position: relative;
}

#menu .filter_catelog .filter_product a:hover {
  background: inherit;
  color: #c98512;
}

#menu .filter_catelog li {
  padding: 7px 0;
}

.side_nav {
  background: #f1f1f1;
  padding: 15px;
  line-height: 16px;
  margin: 0 0 15px;
}

.side_nav li {
  margin: 0;
  padding: 0;
}

.side_nav li a {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}

.type_col {
  padding: 15px 0;
}

.yellow {
  background: #fee853;
}

.green {
  background: #16b89f;
}

.blue {
  background: #13336e;
}

.red {
  background: #d00000;
}

.color_red {
  color: #d00000;
}

/* .section {
  margin: 0 0 15px;
} */

.section_fullwidth {
  min-height: 300px;
}

.dividing_line_col {
  display: block;
  line-height: 17px;
  /*margin: 35px 0 0 0*/
}

.title {
  text-align: center;
}

.intro_person {
  position: absolute;
  top: 20%;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.intro_person_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}

.intro_person_desc {
  font-size: 24px;
  line-height: 1.5;
}

.handbook_title {
  color: #ffcb05;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.handbook_desc {
  color: #4c3513;
  font-size: 22px;
  line-height: 1.5;
}

.handbook_title_right {
  color: #ffcb05;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}

.handbook_desc_right {
  color: #4c3513;
  font-size: 22px;
  line-height: 1.5;
  text-align: right;
}

.company_detail,
.company_detail a {
  margin-top: 4%;
  color: #000;
}

.news_ul {
  width: 100%;
  display: block;
  list-style: none !important;
  margin-top: 20px;
  margin-bottom: 10%;
}

.news_image_li img {
  width: 100%;
  display: block;
}

.news_details_li {
  display: inline-flex;
  width: 100%;
}

.news_date {
  width: 20%;
  margin-left: 10%;
  float: left;
  font-style: italic;
  display: inline-block;
  line-height: 1.7;
  font-size: 16px;
}

.news_date hr {
  border: 1px solid #000;
  margin: 16px 0 18px;
  width: 400px;
  width: 50px;
}

.news_details {
  width: 70%;
  display: block;
}

h6.news_title {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

ul.contact_social {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  margin: -2% 0 30px -2%;
  display: inline;
}

.contact_social li {
  float: right;
  margin: 2% 0 0 2%;
  padding: 0;
  /* width: 48%; */
  display: inline-block;
}

table.policy_table tr,
table.policy_table td,
table.policy_table th {
  border: 1px solid #000;
  padding: 8px;
}

table.policy_table ul {
  margin-left: 18px;
}

.button_content h6 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  font-style: normal;
  margin: 18px 0 18px;
  display: inline-block;
}

.button_content h6:before {
  top: 50%;
  left: -75px;
  content: "";
  width: 60px;
  height: 2px;
  background: #222;
  position: absolute;
  transform: translate(0, 50%);
}

.button_content h6:after {
  top: 50%;
  content: "";
  width: 60px;
  height: 2px;
  right: -75px;
  background: #222;
  position: absolute;
  transform: translate(0, 50%);
}

#owl-demo .item {
  margin: 3px;
  width: 100%;
  min-height: 225px;
}

.item_details_tag {
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  bottom: 10px;
  opacity: 0;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: all all 0.4s ease 0s ease;
  -moz-transition: all all 0.4s ease 0s ease;
  -ms-transition: all all 0.4s ease 0s ease;
  -o-transition: all all 0.4s ease 0s ease;
  transition: all all 0.4s ease 0s ease;
}

.item_details_tag,
.item_details_tag a {
  color: #fff;
}

/*.item:hover .item_details_tag {*/
.item .item_details_tag {
  opacity: 1;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.item_details_tag .fa-circle {
  color: #ababab;
}

li.item_details_tag_li.item_details_active .fa-circle,
li.item_details_tag_li .color_red .fa-circle {
  color: #c98512;
}

.testimonials_col #owl-demo .item {
  min-height: inherit;
}

.item_thumb {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item_thumb a {
  display: block;
}

.item_thumb img {
  width: 100%;
  border: none;
  display: block;
  object-fit: contain;
  height: 250px;
}

.item_details_tag_li {
  margin: 2px;
  padding: 0;
  text-align: center;
  display: inline-block;
}

.item_details_tag_li_first {
  margin-left: 0;
}

.item_details_tag_li img {
  width: 100%;
  display: block;
}

.item_details {
  position: relative;
}

.item_addtocart {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.sm_logo {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.sm_logo .sm_logo_img {
  float: right;
  padding: 4px;
  position: relative;
}

.sm_logo_img_box {
  position: relative;
  display: block;
}

.sm_logo_content_box {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#owl-demo .sm_logo img,
.sm_logo span img {
  width: 40px;
  height: 40px;
  display: block;
}

.sm_logo_content {
  width: 125px;
  top: 6px;
  right: 50px;
  padding: 8px;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quickview {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.arrow-right {
  width: 0;
  height: 0;
  top: 0;
  right: -8px;
  margin-top: 7px;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
}

.sm_logo span:hover .sm_logo_content {
  visibility: visible;
  opacity: 1;
}

.quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -49px;
  padding: 5px 15px;
  color: #fff !important;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  opacity: 0;
  display: none\9;
  transition: all 0.4s ease-in-out;
}

.like_compare ul {
  margin: 0;
}

.ori_price span {
  display: inline-block;
  text-decoration: line-through;
}

.item_ori_price span {
  margin: 0 3px;
  text-decoration: line-through;
  font-size: 12px;
}

.wishlist_count_box {
  position: relative;
}

.wishlist_count_title {
  text-shadow: 1px 1px #ccc;
}

.like_compare ul li {
  float: left;
  padding: 8px 10px 8px 0;
  line-height: 0;
}

.socialmedia_likebutton ul {
  float: right;
  margin: 0;
}

.socialmedia_likebutton ul li {
  float: left;
  padding: 0 4px 0 0;
  line-height: 0;
}

.item_sales_price {
  margin: 0 3px;
  color: #c98512;
  font-size: 18px;
}

.ori_price span {
  font-size: 11px;
}

.addtocart {
  padding: 12px;
  color: #fff;
  background: #d3b480;
  font-size: 12px;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 50px;
}

.addtocart:hover {
  background: #f1be05;
}

.addtocart:hover .addtocart span {
  color: black;
}

.item_thumb:hover .quickview {
  opacity: 1;
  display: block\9;
}

.item:hover .addtocart {
  display: block;
  color: #fff;
}

.nine columns {
  border-radius: 5px;
}

.top_banner {
  margin-bottom: 15px;
}

.top_banner a,
.top_banner a img {
  display: block;
}

.top_banner .bx-controls {
  display: none;
}

.item .item_thumb .fancybox.iframe {
  width: 70%;
  height: 80%;
  max-height: 850px;
  min-height: 750px;
}

.bestsellers_smcol {
  float: left;
  margin: 0 0 3% 3%;
  min-height: 180px;
}

.bestsellers_smcol {
  width: 19%;
  padding: 0;
}

.product_page .bestsellers_smcol {
  width: 24%;
}

.product_page {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.testimonials {
  background: #f1f1f1;
}

.subscribe-form input {
  font-style: italic;
  font-size: 1.125em;
  border-color: transparent;
  color: #1c1d1d;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
  width: 70%;
  height: 35px;
  font-size: 12px;
  border: none;
  padding-left: 7px;
}

.subscribe-form .input-group__btn {
  width: 30%;
  float: right;
}

.subscribe-form button[type="submit"] {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: white;
  background-color: black;
  cursor: pointer;
  border: none;
  border: white 1px solid;
}

#contact_form input[type="submit"] {
  float: right;
  background: black!important;
  padding: 8px 20px;
  color: #fff;
}

#contact_form #ajax_loading {
  float: left;
  margin: 8px 0 0 10px;
}

p.form_success {
  display: none;
  color: #0dab10;
}

#contact_form .button {
  margin: 0;
}

.login_form {
  font-size: 13px;
  color: #000;
}

.login_form .capcha #captcha {
  margin-top: 0;
}

.login_form .capcha #new {
  float: left;
  margin: 8px 10px;
}

.subscribe_form {
  padding: 5px 0;
  box-shadow: 0 38px 12px -2px rgba(0, 0, 0, 0.6);
}

.subscribe_form button {
  float: right;
  width: 25%;
  background: #565656;
}

.subscribe_form button:hover {
  background: #c98512;
}

.subscribe_form.subscribe_form_newsletter button {
  background: #c98512;
}

.subscribe_form.subscribe_form_newsletter button:hover {
  background: #c98512;
}

.subscribe_form input {
  float: left;
  width: 75%;
}

#cssmenu,
.top_banner img {
  width: 100%;
}

.subscribe_form input::-webkit-input-placeholder {
  font-style: normal;
}

.subscribe_form input:-moz-placeholder {
  font-style: normal;
}

.subscribe_form input:-ms-input-placeholder {
  font-style: normal;
}

.sidemenu.scroll-to-fixed-fixed {
  margin-top: 0;
}

.catelog,
.filter_price_col {
  margin: 0 0 10px;
}

.filter_size_col {
  margin-bottom: 10px;
}

.sidemenu_title {
  width: 100%;
  border-bottom: 3px solid #454545;
}

.sidemenu_title h6 {
  font-size: 12px;
}

.shipping-policy-container {
  margin-bottom: 5%;
  padding: 1% 9%;
  text-align: left;
  line-height: 1.6;
}

.shipping-policy-container a {
  color: #007bff;
}

.shipping-policy-container a:hover {
  text-decoration: underline;
}

.shipping-policy-container ul {
  list-style-type: disc;
  padding-left: 2%;
}

.shipping-policy-container h1 {
  font-size: 2.8rem;
}

.shipping-policy-container h2 {
  font-size: 2rem;
  margin-top: 4%;
  margin-bottom: 1%;
}

.shipping-policy-container h3 {
  font-size: 1.5rem;
  margin-top: 2%;
}


#cssmenu,
#cssmenu a,
#cssmenu li,
#cssmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}

#cssmenu a {
  line-height: 1.3;
}

#cssmenu>ul>li {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}

#cssmenu>ul>li:last-child {
  border-bottom: none;
}

#cssmenu>ul>li>a {
  font-size: 13px;
  display: block;
  color: #454545;
}

#cssmenu>ul>li>a>span {
  display: block;
  padding: 12px 0;
}

#cssmenu>ul>li>a:hover {
  color: #c98512;
  text-decoration: none;
}

#cssmenu>ul>li.has-sub>a span {
  background: url(../../../../Images/icon_plus.png) 96% center no-repeat;
}

#cssmenu>ul>li.has-sub.active>a span {
  background: url(../../../../Images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  background: #fff;
}

#cssmenu ul ul li {
  padding: 0;
  border-top: 1px solid #e1e1e1;
}

#cssmenu ul ul a {
  padding: 10px 10px 10px 30px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: 400;
}

#cssmenu ul ul a:before {
  content: "\00bb";
  position: absolute;
  left: 20px;
  color: #e94f31;
}

#cssmenu ul ul a:hover {
  color: #e94f31;
}

.product_header {
  margin-bottom: 15px;
}

.product_header img {
  display: block;
  width: 100%;
}

.product_title h1 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}

.product_title h1,
.sidemenu_title h6 {
  font-weight: 700;
}

.product_title_col {
  margin: 0 0 15px;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked+label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  color: #99a1a7;
}

.big-checkbox+label {
  padding: 10px;
}

.big-checkbox:checked+label:after {
  font-size: 18px;
  left: 3px;
}

.sortby {
  float: right;
  font-size: 12px;
  color: #454545;
  padding: 1px 5px;
}

#offline_payment_form {
  margin-top: 20px;
}

#offline_payment_form input[type="email"],
#offline_payment_form input[type="text"],
#offline_payment_form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 3px 0;
}

.pagination-div {
  margin: 20px 0;
  width: 100%;
  padding: 0 3px;
}

.pagination-div ul {
  width: 225px;
  margin: 0 auto;
}

.pagination-div li {
  float: left;
  margin-left: 5px;
  padding-bottom: 0;
}

.pagination-div li a {
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  padding-top: 1px;
  font-size: 11px;
}

.pagination-div li a:hover,
.pagination-div ul li.active a {
  color: #c98512;
  border: 1px solid #c98512;
}

.filter_price {
  margin: 0 0 15px;
}

.filter_size ul {
  margin: 0;
  padding: 0;
}

.filter_size ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 9px 0;
  font-size: 13px;
}

.size {
  width: 80%;
  padding: 0;
  float: left;
}

.product_details .socialmedia_likebutton ul,
.product_minimum_box,
.product_minimum_img {
  float: left;
}

.addtowishlist {
  position: relative;
}

.wishlist_product_total {
  font-size: 8px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  color: #3c3a3a;
  right: 50%;
  margin-right: -1.5px;
  font-weight: 700;
}

.wishlist_product_total_details {
  position: relative;
  top: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  right: inherit;
}

#wishlist_product_hidden_1,
#wishlist_product_hidden_2 {
  display: none;
}

.breakcrumbs {
  font-size: 12px;
  padding-bottom: 15px;
}

.zoom_lens {
  position: relative;
}

.zoom_lens,
.zoom_lens img {
  width: 100%;
  border: none;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.zoom_box {
  position: absolute;
}

.zoom_box img {
  width: 100%;
  max-width: 60px;
  margin: 6px;
  display: block;
}

.sp-input,
.sp-minus,
.sp-plus {
  height: 40px;
  float: left;
  text-align: center;
}

.out_of_stock_div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.out_of_stock_img {
  padding: 15px;
  margin: 0 auto;
  display: block;
  object-fit: contain !important;
}

.zoom_fancybox {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.5);
}

.zoom_fancybox:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}

.product_details h1 {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 26px;
}

.main_product_box {
  padding: 0 0 15px;
}

.product_details .like_compare ul li {
  padding: 0 22px 0 0;
}

.product_details .like_compare ul li:last-child {
  padding: 0;
}

.product_details .like_compare ul li a {
  font-size: 12px;
  line-height: 19px;
}

.stock_details {
  padding: 0 0 10px;
  font-size: 12px;
}

.stock_code {
  padding: 10px 0 0;
  font-size: 12px;
}

.stock_code span,
.stock_details span {
  color: #159d0e;
  font-weight: 700;
}

.stock_details span.stock_details_out {
  color: #c98512;
}

.product_info,
.product_info p {
  font-size: 14px;
  text-align: justify;
  /*white-space: nowrap;*/
}

.product_smicon_details {
  padding: 10px 0;
  font-size: 12px;
}

.product_details .socialmedia_likebutton {
  padding: 10px 0;
}

.product_price {
  margin: 10px 0 15px;
  padding: 0;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
}

.product_price .ori_price {
  margin-top: 3px;
}

.product_price .ori_price span {
  font-size: 15px;
}

.product_minimum_order {
  font-size: 13px;
}

.product_minimum_img {
  width: 17px;
  display: none;
  margin: 4px 0 4px 5px;
}

.size_option {
  border: 1px solid #fff;
  padding: 5px;
  margin-bottom: 5px;
}

.sp-input,
.sp-minus,
.sp-plus {
  border: 1px solid #bcbcbc;
}

.size_option_title {
  padding: 8px 10px;
  background: #f0f0f0;
  font-size: 13px;
}

.size_option_title span {
  margin-right: 5px;
  color: #c98512;
}

.size_notice {
  margin-left: 3px;
  padding: 0 5px;
  color: #fff;
  background: #c98512;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.size_option label:hover .size_notice {
  background: #c0171e;
}

#radio1 {
  left: 0;
  margin-left: -2px;
  font-size: 6px;
}

.product_quantity {
  padding: 0 0 15px;
}

.sp-quantity {
  width: 100%;
}

.sp-minus {
  width: 42px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sp-input {
  width: 80px;
  border-left: 0;
  border-right: 0;
}

.sp-plus {
  width: 42px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sp-input input,
.sp-minus a,
.sp-plus a {
  width: 100%;
  height: 100%;
  text-align: center;
}

.sp-input input {
  border: none;
}

.sp-input input:focus {
  border: 1px solid #bcbcbc;
  border: none;
}

.sp-minus a,
.sp-plus a {
  display: block;
  text-decoration: none;
}

.product_addcart {
  float: left;
  width: 140px;
  padding: 10px;
  visibility: visible;
  opacity: 1;
  font-size: 14px;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.product_addcart:hover {
  color: #fff;
  background: #002256;
}

.product_details_bottom {
  margin: 40px 0 30px;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}

.item_code span {
  font-weight: 700;
}

.categories a {
  color: #c98512;
}

.categories a:hover {
  color: #c0171e;
}

.jcarousel-skin-tango .jcarousel-container-vertical,
.jcarousel-skin-tango .jcarousel-item {
  width: 150px;
  height: 205px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical,
.jcarousel-skin-tango .jcarousel-container-vertical {
  height: 409px;
}

.jcarousel-skin-tango .jcarousel-next-vertical,
.jcarousel-skin-tango .jcarousel-prev-vertical {
  background: url(../../../../Images/jcarousel_pagination.png) no-repeat;
  cursor: pointer;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
  opacity: 0.7;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
  bottom: -17px;
  background-position: 0 -13px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
  top: -17px;
}

.other_voucher_code,
.voucher_input {
  position: relative;
  display: block;
  margin-top: 5px;
}

.voucher-code-other {
  padding-right: 25%;
}

.voucher_input input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  line-height: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e0dede;
  color: #fff;
  background: #faa71b;
  font-size: 11px;
  outline: 0;
  float: left;
}

.voucher_input input[type="submit"]:hover {
  background: #e57e25;
}

.voucher_used {
  color: #828281;
}

.voucher_used span {
  position: relative;
}

.voucher_used span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

#form_checkout #ajax_loading {
  margin: 8px 10px 0 0;
}

.checkout_payment table td {
  padding: 0;
  vertical-align: top;
  border: 0;
}

.checkout_payment table td span {
  font-size: 12px;
}

.checkout_payment label input[type="radio"] {
  float: left;
  margin-top: 3px;
}

.checkout_payment .footer_payment span {
  margin: 0 0 0 15px;
}

.checkout_payment .footer_payment img {
  width: auto;
  height: 15px;
  opacity: 0.5;
}

.checkout_title {
  float: left;
}

.checkout_information {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  font-size: 13px;
  font-weight: 400;
}

.cart_title,
.option_title,
.order_bar,
.order_title,
.product_description_col h6,
.username {
  font-weight: 700;
}

.checkout_information li {
  float: left;
  margin-left: 10px;
}

.checkout_information li span {
  margin-left: 2px;
}

.cart_table input[type="text"].plus_minus_textbox {
  width: 50px;
  display: block;
  text-align: center;
  float: left;
  height: 40px;
}

.checkout_box,
.checkout_box td {
  text-align: right;
}

.cart_title {
  font-size: 14px;
}

.cart_sub_option {
  line-height: 1.3;
  font-size: 12px;
}

.option_box {
  margin-top: 3px;
}

.option_title {}

.option_content {
  font-size: 11px;
  padding-left: 5px;
}

.checkout_box {
  /*max-width: 300px;
    float: right;*/
  margin: 5px 0 10px;
  padding: 15px;
  background: #f4f4f4;
  line-height: 2;
  width: 100%;
}

.checkout_box table {
  width: 100%;
}

.checkout_box a {
  display: block;
  text-align: center;
}

.footer_molpay img {
  width: 100%;
  display: block;
}

.search_product_column {
  color: #555;
  padding: 3px 10px;
  line-height: 2;
  background-color: #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.home_item_page {
  min-height: inherit;
}

.product_bg_page {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.5);
}

.product_title_page {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.product_breadcrumbs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_breadcrumbs_full {
  margin-bottom: 1px;
  padding: 0 0 10px;
  font-size: 13px;
}

.product_breadcrumbs_full a {
  color: #555;
}

.product_breadcrumbs_ol {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.order_unpaid a,
.quality_score p a {
  text-decoration: underline;
}

.product_breadcrumbs_ol li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.search_product_column .float_left {
  margin-right: 15px;
}

.search_product_column select,
.search_product_column span {
  float: left;
  margin-right: 5px;
  font-size: 0.9em;
}

.search_product_column select {
  width: 120px;
  margin: 2px 0;
  padding: 3px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.order_box {
  font-size: 13px;
  padding: 10px;
}

.order_title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.view_image {
  width: 65px;
}

.view_price,
.view_voucher {
  text-align: right;
}

.invoice_delivered,
.order_paid {
  color: #59ab2c;
  text-transform: capitalize;
}

.invoice_nodelivered,
.order_cancelled,
.order_unpaid,
.order_unpaid a {
  color: red;
  text-transform: capitalize;
}

.message_box {
  padding: 8px 15px 0;
}

.other_remark {
  padding: 8px 15px;
}

.message_box p:last-child {
  margin: 0;
}

i.fa.fa-times {
  right: 0;
  margin-right: -37px;
  margin-top: 5px;
  color: #fff;
  background: 0 0;
  position: inherit;
}

#carousel {
  position: absolute;
  top: 50px;
}

#carousel img {
  border: 0;
}

#ui-carousel-next,
#ui-carousel-next2,
#ui-carousel-prev,
#ui-carousel-prev2 {
  width: 150px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6.5px;
  font-size: 20px;
  z-index: 10;
}

#ui-carousel-next,
#ui-carousel-next2 {
  top: 0;
}

#ui-carousel-prev,
#ui-carousel-prev2 {
  bottom: 0;
}

#ui-carousel-next2 {
  margin-top: -20px;
}

#ui-carousel-next2>span,
#ui-carousel-next>span,
#ui-carousel-prev2>span,
#ui-carousel-prev>span {
  display: none;
}

.customer_comment_box {
  position: relative;
}

.product_description_col {
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 2px solid #424242;
}

.product_description_box {
  margin: 0;
}

.product_description_information img {
  width: 100% !important;
  display: block;
  height: auto !important;
}

.product_description_col h6 {
  margin-bottom: 6px;
  padding: 0;
  font-size: 15px;
}

.product_description table tr td {
  vertical-align: top;
  text-align: left;
  padding: 0 0 15px;
}

.barchart_label ul li,
.pagination_column,
.payment_loading,
.quality_score p,
.score_col {
  text-align: center;
}

.product_description table tr td.title {
  width: 30%;
}

.product_description table tr td.content {
  width: 70%;
}

.customer_details img,
.youtube_video img {
  width: 100%;
}

.customer_comment {
  margin-bottom: 55px;
}

.comment_box {
  margin: 0;
  overflow-y: scroll;
  height: 350px;
}

.comment_box>li {
  padding: 0;
  margin-top: 15px;
}

.comment_box>li:first-child,
.customer_review_outer ul {
  margin: 0;
}

.profile_pic {
  width: 30%;
  float: left;
}

.username_col {
  width: 70%;
  float: right;
  padding: 5px 0 0 10px;
}

.username {
  font-size: 13px;
}

.review_date {
  font-size: 11.5px;
}

.customer_review_outer ul li {
  float: left;
  padding: 0 40px 0 0;
}

.customer_review_outer .rating_type_title {
  display: block;
  float: none;
  font-size: 12px;
  font-weight: 700;
}

.customer_review {
  padding: 5px 0 0;
}

.customer_review .line {
  width: 20%;
  border: 2px solid;
}

.customer_content {
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.pagination_column {
  padding: 8px 3px;
  border-top: 1px solid #bcbcbc;
  margin-top: 10px;
}

.pagination_column span {
  width: auto;
  margin: 0 5px;
  padding: 0;
}

.pagination_column .pagination-div {
  float: left;
}

.pagination_column .total_result {
  float: right;
}

.reviewform_title {
  width: auto;
  display: block;
}

.review_form label span {
  color: #c98512;
}

.review_form input[type="email"],
.review_form input[type="text"] {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
}

.review_form textarea {
  width: 100%;
  min-height: 100px;
  margin: 5px 0;
  resize: vertical;
}

.rating_type_col ul {
  margin-top: 5px;
}

.rating_type_col ul li {
  float: left;
  font-size: 13px;
  min-width: 190px;
  padding-bottom: 0;
}

.rating_type_title {
  display: block;
  float: left;
  padding: 0 5px 0 0;
  margin-top: -1px;
}

.review_sendbutton {
  margin: 10px 0 0;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #c98512;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.review_sendbutton:hover {
  background: #c0171e;
}

.review_sendbutton:active,
.review_sendbutton:focus {
  background: #f50101;
  outline: 0;
}

.comment_loading {
  display: none;
  background: url(../../../../Images/shadow.png);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.comment_loading img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -64px;
}

.addreview_col {
  position: relative;
}

.addreview_blur {
  padding: 20px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.comment_blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../../../../Images/transparent_blur.png);
}

#star_barchart progress,
progress {
  background-color: #f3f3f3;
  width: 100%;
}

.payment_loading {
  display: none;
}

.rating_col {
  padding-bottom: 30px;
}

.rating_col h6,
.star_col h6 {
  font-size: 13px;
  padding: 5px 0 6px;
}

.progressbar_title {
  top: -25px;
  left: 1%;
  position: relative;
  font-size: 12px;
  font-weight: bolder;
  line-height: 10px;
  color: #fff;
}

.progressbar_percent {
  top: -19px;
  right: 10px;
  float: right;
  position: relative;
  font-size: 11px;
  line-height: 10px;
  color: #000;
}

progress {
  border: 0;
  height: 25px;
  border-radius: 5px;
}

progress::-webkit-progress-bar {
  background-color: #f1f1f1;
  border-radius: 5px;
}

progress::-webkit-progress-value {
  background-color: #c98512;
  border-radius: 5px;
}

progress::-moz-progress-bar {
  background-color: #c98512;
  border-radius: 5px;
}

.star_col {
  padding-bottom: 55px;
}

#star_barchart progress {
  border: 0;
  height: 35px;
  border-radius: 25px;
}

#star_barchartprogress::-webkit-progress-bar {
  background-color: #f1f1f1;
  border-radius: 25px;
}

#star_barchartprogress::-webkit-progress-value {
  background-color: #c98512;
  border-radius: 25px;
}

#star_barchartprogress::-moz-progress-bar {
  background-color: #c98512;
  border-radius: 25px;
}

.barchart_label {
  padding: 8px 0;
}

.barchart_label ul {
  width: 100%;
  margin-left: -2%;
}

.barchart_label ul li {
  float: left;
  margin: 0 0 0 2%;
  padding: 0;
  width: 18%;
  font-size: 12px;
}

.barchart_label ul li span {
  display: block;
}

.label_square {
  width: 15px;
  height: 15px;
  margin: 3px 5px 0 0;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.label_square_box {
  width: 60px;
}

.label_colour5 {
  background: #399519;
}

.label_colour4 {
  background: #70be1d;
}

.label_colour3 {
  background: #ebed24;
}

.label_colour2 {
  background: #edc524;
}

.label_colour1 {
  background: #c98512;
}

.blog_list {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.blog_menu_div li,
.blog_menu_div ul {
  margin: 0;
  padding: 0;
}

.blog_menu_div li {
  float: left;
}

.blog_menu_div li a {
  padding: 5px 10px;
}

.blog_menu_div li.active a {
  color: #c98512;
}

.quality_score p,
.quality_score span {
  font-size: 12px;
}

.score_col {
  padding: 100px 0;
}

.score {
  font-size: 80px;
  font-weight: 600;
  color: #232323;
}

.score span {
  font-size: 130px;
  font-weight: 600;
}

#result_quickview_text,
#result_text,
.comment_failed,
.comment_success,
.share_friend_loading {
  display: none;
}

#result_quickview_text,
#result_text,
.result_bg,
.result_quickview_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../Images/bg_opacity.png);
  z-index: 3001;
}

.result_bg,
.result_quickview_bg {
  z-index: 1;
}

.result_box,
.result_quickview_box {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: 80%;
  margin: 50px auto;
  padding: 50px 0 20px;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.result_box_share {
  padding: 20px;
}

.result_box,
.result_payment_successful {
  max-width: 800px;
  margin: 80px auto 0;
  height: auto;
  overflow: hidden;
}

.result_payment_successful img {
  width: 100%;
  border: none;
  display: block;
}

.result_bg h2 {
  font-size: 26px;
  padding: 0 0 15px;
}

.result_bg h4 {
  font-size: 20px;
  padding: 0 0 15px;
}

.share_friend_loading {
  position: absolute;
  margin: 15px 0 0 10px;
}

.error {
  outline: 2px solid #c00;
}

.result_close,
.result_quickview_close {
  width: 50px;
  height: 40px;
  background: #c98512;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 43px;
}

.result_row_close {
  position: fixed;
  top: 0;
  max-width: 1120px;
  left: 50%;
  margin-left: -560px;
  z-index: 1;
}

.result_close:hover,
.result_quickview_close:hover {
  background: #c0171e;
}

.result_close i.fa.fa-times,
.result_quickview_close i.fa.fa-times {
  position: relative;
  top: inherit;
  right: inherit;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

.page_register h4,
.section_user h4 {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  color: #454545;
}

.login_form input[type="email"],
.login_form input[type="password"],
.login_form input[type="text"],
.login_form select,
.login_form textarea {
  width: 100%;
  padding: 7px;
  margin: 0 0 8px;
  border: 1px solid #d4d4d4;
  font-size: 13px;
}

.login_form .birthday_box select {
  width: 32.2333%;
  margin: 0 0 10px 1%;
  float: left;
}

.login_form .birthday_box select:first-child {
  margin: 0;
}

.login_form .button {
  margin-top: 0;
}

.login_form table {
  width: 100%;
}

#ajax_loading {
  margin: 4px 0 0 10px;
}

input[type="email"].error,
input[type="password"].error,
input[type="text"].error,
select.error,
textarea.error {
  border: 1px solid red;
  text-align: left;
}

.cart_error,
.cart_success,
.voucher_error,
.voucher_success {
  background-color: #e3f8e2;
  border: 1px solid #b7d5a1;
  color: #6fab43;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
  margin-bottom: 10px;
}

.voucher_error,
.voucher_success {
  display: block;
}

.cart_error,
.voucher_error {
  background-color: #ffa9b0;
  border-color: #ff2a3b;
  color: red;
}

.display_none {
  display: none;
}

.login_form strong font {
  font-size: 15px;
}

.login_form table tr td {
  padding-right: 10px;
}

.login_form table tr td:last-child {
  padding: 0;
}

.footer {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #f6f6f8;
}

.footer_top {
  padding: 35px 0;
}

.footer,
.footer h6,
.footer a {
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.5s;
}

.footer a:hover {
  font-size: 16px;
  text-decoration: none;
}

.footer_columns h6 {
  position: relative;
  color: #222;
  line-height: 24px;
  font-style: normal;
  font-size: 18px;
  padding: 0 0 8px;
  margin: 0 0 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer_columns h6::after {
  content: "";
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer_columns ul {
  margin: 0;
  line-height: 1.5;
}

.footer_columns ul li {
  padding: 0;
  font-size: 13px;
  padding-bottom: 6px;
}

.footer_columns a {
  color: #222;
}

.footer_columns a:hover {

  text-decoration: underline;
}

.footer-social {
  margin-bottom: 5px;
}

.footer-social a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: #888;
  transition: all 300ms ease-out;
  margin: 0 4px 0 4px;
}

#ajax_loading {
  display: none;
}

.footer-copyright {
  color: white;
  padding: 15px 0;
  background: black;
  text-align: center;
}

.advertising-text-container>.hyperlink {
  margin-top: 6%;
  text-align: left !important;
}

.advertising-text-container>.hyperlink a {
  --tw-text-opacity: 1;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #f5d33a;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.special-text {
  border-left: 5px solid #f5d33a;
  padding-left: 3%;
}

.special-text>p {
  margin-bottom: 2%;
}

.hyperlink {
  margin-top: 7%;
}


.hyperlink a {
  --tw-text-opacity: 1;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f5d33a;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.hyperlink a:hover {
  background-color: #000000;
  color: #fff;
}

.aboutushyperlink {
  margin-top: 3%;
  margin-bottom: 2%;
}

.aboutushyperlink a {
  --tw-text-opacity: 1;
  color: #333;
  font-weight: 600;
  border: 2px solid #333;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
}

.aboutushyperlink a:hover {
  background-color: black;
  color: #fff;
}


.about-us-p {
  margin-bottom: 4rem;
  font-size: 19px;
  line-height: 35px !important;
}
.service-p {
  font-size: 26px;
  line-height: 57.625px;
  margin-top: 55px !important;
}

.footer-copyright .copyright {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-copyright a {
  color: white;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

/* App Store CSS */
ul.app_store {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  margin: -2% 0 30px -2%;
}

ul.app_store li {
  float: left;
  margin: 2% 0 0 2%;
  padding: 0;
  width: 18%;
}

ul.app_store li img {
  width: 100%;
  max-width: 200px;
  display: block;
}

/* End App Store CSS */

.button {
  color: #fff;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  padding: 0 15px;
  background: #000;
  line-height: 26px;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none ；;
}

.button:hover {
  color: #fff;
  background: #777777;
  border-color: #777777;
}

label.capcha a,
label.capcha img {
  float: left;
}

.section_user {
  min-height: 150px;
}

.page_register {
  margin: 0 0 15px;
}

.blog_item {
  float: left;
}

.crop_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.lazy_load_img {
  display: inline-block;
  max-width: 100%;
  min-width: 48px;
  min-height: 48px;
  background-repeat: no-repeat;
  background-image: url(../../../../Images/AjaxLoader.gif);
  background-position: center center;
  object-fit: contain;
  
}

.isotope:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer {
  width: auto;
}

.description_box .grid-sizer {
  width: 50%;
}

#first_preview {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  background: url(../../../../Images/bgzz.png) \9;
}

#first_preview_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#first_preview_detail {
  top: 10%;
  left: 50%;
  padding: 0;
  width: 800px;
  z-index: 100001;
  overflow: auto;
  position: fixed;
  text-align: center;
  margin-left: -400px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) and (max-width: 980px) {
  #first_preview_detail {
    width: 750px;
    margin-left: -375px;
  }
}

@media only screen and (max-width: 767px) {
  #first_preview_detail {
    width: 450px;
    margin: 0 5% 0 -225px;
  }

}

@media (max-width: 480px) {
  #first_preview_detail {
    width: 225px;
    margin-left: -112.5px;
  }
}

#first_preview_detail img {
  width: 100%;
  display: block;
}

.first_preview_detail_close {
  top: 5px;
  right: 5px;
  color: #000;
  z-index: 11;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  box-shadow: 0 0 5px #000;
}

.first_preview_detail_close:hover {
  color: #ed1c24;
}

.first_preview_detail_href {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.first_preview_detail_content {
  width: 800px;
  height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) and (max-width: 980px) {
  .first_preview_detail_content {
    width: 750px;
    height: 469px;
  }
}

@media only screen and (max-width: 767px) {
  .first_preview_detail_content {
    width: 450px;
    height: 500px;
  }
}

@media (max-width: 480px) {
  .first_preview_detail_content {
    width: 225px;
    height: 400px;
  }
}

.subscribe_form_newsletter {
  width: 80%;
  margin: 0 auto;
}

.carousel li {
  margin-right: 5px;
}

.bx-controls {
  display: none;
}

.navigation_menu .mobile_navigation_li {
  display: none;
}

.navigation_menu span {
  font-size: 16px;
}

.slide_scrollable {
  height: 41.7vw;
  z-index: 1000 !important;
  background-size: cover !important;
  background-attachment: inherit !important;
}

.cart_quantity .sp-minus,
.cart_quantity .sp-plus {
  width: 25px;
  display: block;
  float: left;
  height: 40px;
}

.cart_quantity .plus_minus_textbox {
  float: left;
  height: 40px;
}

.cart_quantity .plus_minus_textbox {
  float: left;
  height: 40px;
}

.cart_main_table .cart_quantity {
  padding: 0;
}

#search_bar_view_close {
  margin-top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)";
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 3;
  width: 38px;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;

  border: 0;
  background: #776b5d;
  outline: none;
}

#search_bar_view_close:hover {
  opacity: 0.65;
}

.search_bar_view_close_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.search_bar_view_close_left,
.search_bar_view_close_right {
  height: 18px;
  width: 1px;
  background: #474747;
  position: absolute;
  display: block;
  top: 8px;
  z-index: 1;
}

.search_bar_view_close_left {
  right: 12px;
  -webkit-transform: scale3d(1, 0.65, 1);
  transform: scale3d(1, 0.65, 1);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search_bar_view_close_right {
  left: 12px;
  -webkit-transform: scale3d(1, 0.65, 1);
  transform: scale3d(1, 0.65, 1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -----   Vincent   ----- */
.cart_minus,
.cart_plus {
  width: 100%;
  color: #bcbcbc;
  display: block;
  line-height: 38px;
}

.product_hover {
  position: relative;
}

.product_hover_image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2001;
  transition: 0.5s ease;
}

.product_hover:hover .overlay {
  opacity: 1;
}

#product_slider .sp-thumbnail-image-container {
  width: 100%;
  height: 80px;
  overflow: hidden;
  float: left;
}

#product_slider .sp-thumbnail-image {
  width: 60px;
  height: 100%;
  object-fit: cover;
}

#product_slider .sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  background-color: #f0f0f0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#product_slider .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}

#product_slider .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}

.section .page_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_ul li {
  float: left;
  padding-bottom: 0;
  padding-left: 10px;
}

.invoice_box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.report_table {
  width: 100%;
  font-size: 13px;
}

.report_table th,
.report_table td {
  padding: 8px 10px;
  line-height: 19px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.report_table th {
  font-weight: 700;
  vertical-align: bottom;
}

.report_table tfoot tr {
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
}

.order_report_table {
  width: 100%;
  font-size: 13px;
}

.order_report_table th,
.order_report_table td {
  padding: 8px 10px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.order_report_table th {
  font-weight: 700;
  vertical-align: middle;
}

.order_report_table tfoot tr {
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
}

.login_button {
  width: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  background: #000;
  padding: 9px 15px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.login_button:hover {
  color: #fff;
  background: #777777;
  border-color: #777777;
}

.capcha {
  position: relative;
}

.capcha_image {
  top: 0;
  right: 0;
  height: 37px;
  position: absolute;
}

.capcha_reset {
  right: 0;
  bottom: 0;
  padding: 0px 4px;
  position: absolute;
  background-color: #fff;
}

/** Button Start **/
.btn-default {
  display: inline-block;
  padding: 18px 40px;
  border: 1px solid #000;
  cursor: pointer;
  min-width: 210px;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
}

.btn-info {
  background: #6d6b6b;
  border: 1px solid #979797;
  border-radius: 8px;
  border-radius: 8px;
  line-height: 56px;
  display: block;
  width: 138px;
  padding: 0;
  font-size: 20px;
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 32px;
}

/** Button End **/

/** Page Header Start **/
.header_background_div {
  margin: 0;
  height:350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: linear-gradient(rgba(225, 225, 255, 0.6), rgba(255, 255, 255, 0.5)), url(https://savorysips.store/Uploads/MediaFiles/b/1764207790-545.png) !important;
}

.header_title_div,
.header_breadcrumbs_div {
  width: 100%;
  display: table;
  height: 223.5px;
  text-align: center;
}

.header_title_div h1 {
  color: #000000;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 5px;
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.header_title_div h2 {
  color: #636363;
  padding: 25px 0;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.header_title_div h2:after {
  left: 50%;
  bottom: 0;
  content: "";
  width: 200px;
  font-weight: 500;
  margin-left: -100px;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 5px solid #ebebeb;
}

.header_breadcrumbs_div ol {
  font-size: 16px;
  display: table-cell;
  vertical-align: top;
  letter-spacing: 5px;
}

/** Page Header End **/

/** Category Start **/
.category_div {
  width: 25%;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
}

.category_img_div {
  position: relative;
}

.category_img {
  width: 100%;
  display: block;
}

.category_title_div {}

.category_title_div a {
  margin: 0;
  width: 100%;
  height: 46px;
  display: block;
  text-align: center;
}

/** Category End **/

/** collection Start **/
.collection_div {
  width: 100%;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
}

.collection_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.collection_img_div {
  position: relative;
  object-fit: cover;
}

.collection_img {
  width: 100%;
  aspect-ratio: 1.5;
  display: block;
}

.collection_title_div {
  position: absolute;
  bottom: 11%;
  left: 5%;
}

.collection_title_div a {
  margin: 0;
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.collection_title_div h2 {
  font-weight: 400;
  color: #e5e5e5;
  background: rgba(0, 0, 0, 0.5);
}

.collection_title_div .button {
  padding: 3% 7%;
  border-radius: 5px;
}

.collection_title_div .button:hover {
  transform: scale(1.04);
}

/** collection End **/

/** Product Start **/
.product_zoom_div {
  display: none;
}

.product_inforamtion img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 16px;
}

/** Product End **/

/** Account Start **/
.profile_table {
  width: 100%;
  font-size: 13px;
}

.profile_table>tbody>tr>td,
.profile_table>tbody>tr>th {
  padding: 8px 10px;
  line-height: 19px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.profile_table>tbody>tr:first-child td {
  border: none;
}

.profile_table>tbody>th {
  font-weight: 700;
  vertical-align: bottom;
  border: none;
}

/** Account End **/

/** Footer Start **/
.footer-grid-sizer,
.footer-item {
  width: 25%;
  float: left;
  padding-bottom: 15px;
}

.footer-empty {
  padding-bottom: 0;
}

.subscribe-div {
  width: 300px;
  float: right;
}

/** Footer End **/

/* -----   Vincent   ----- */

.menu-dropdown-icon:before {
  right: 0;
  z-index: 1;
  color: #333;
  display: none;
  cursor: pointer;
  content: "\f067";
  padding: 1.5em 2em;
  position: absolute;
  font-family: "Fontawesome";
}

.menu-dropdown-icon-open:before {
  right: 0;
  z-index: 1;
  color: #333;
  display: none;
  cursor: pointer;
  content: "\f068";
  padding: 1.5em 2em;
  position: absolute;
  font-family: "Fontawesome";
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 5px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1201px) and (max-width: 1400px) {}

@media (min-width: 981px) and (max-width: 1200px) {
  .row {
    max-width: 980px;
  }

  .result_row_close {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }

  .sm_logo span img {
    width: 35px;
  }

  .sm_logo_content {
    left: inherit;
  }

  .side_nav ul {
    height: auto;
  }

  .bestsellers_smcol {
    height: 295px;
  }

  .result_quickview_close {
    right: 0;
  }

  .result_payment_successful .result_quickview_close i.fa.fa-times {
    margin-top: 7px;
  }

  .item_details_tag_li {
    margin: 0;
  }

  .slide_scrollable {
    height: 41.7vw;
  }

  /* -----   Vincent   ----- */
  /* -----   Vincent   ----- */
}

@media screen and (max-width: 860px) {}

@media (min-width: 768px) and (max-width: 980px) {
  .irregular_title {
    width: 180px;
    margin-left: -90px;
    font-size: 25px;
  }

  .cart_item {
    right: 0px;
  }

  .product_addcart a {
    padding: 10px;
  }

  #gallery_01,
  .quickview_zoomWrapper,
  .quickview_zoomWrapper img,
  .zoomWrapper,
  .zoomWrapper img {
    margin: 0 auto;
  }

  .quickview_zoomWrapper,
  .quickview_zoomWrapper img,
  .zoomWrapper,
  .zoomWrapper img {
    margin: 0 auto;
  }

  .bestsellers_smcol {
    width: 24%;
    min-height: 330px;
  }

  .zoom_box img {
    max-width: 70px;
  }

  .product_page .bestsellers_smcol {
    width: 32.3333%;
  }

  .result_quickview_box {
    width: 90%;
  }

  .result_row_close {
    left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .result_quickview_close {
    right: 5%;
  }

  .blog_item {
    width: 32.3333%;
  }

  .columns_box_text {
    width: 60%;
  }

  #owl-demo .item {
    min-height: 150px;
  }

  .item_details_tag_li {
    margin: 0;
  }

  .slide_scrollable {
    height: 41.7vw;
  }

  .item_thumb img {
    height: 50vw;
  }

  /* -----   Vincent   ----- */
  /** Menu Start **/
  .menu>ul>li a {
    padding: 0 5px;
  }

  /** Menu End **/
  /* -----   Vincent   ----- */
}

@media only screen and (max-width: 767px) {

  .row,
  body {
    width: 100%;
  }

  .columns,
  .row {
    margin-left: 0;
  }

  .columns,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }

  .fixed {
    position: relative;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    min-width: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h6 {
    word-wrap: break-word;
  }

  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  p {
    line-height: 1.625em;
  }

  .fixed {
    top: auto;
    left: auto;
  }

  #menu,
  #showmenu,
  #showmenu span {
    display: block;
  }

  .row {
    margin-right: 0;
  }

  .row .row .columns {
    padding: 0;
  }

  .columns {
    width: auto !important;
  }

  .web-header {
    position: relative;
  }

  #home_side_nav {
    margin-bottom: 15px;
  }

  .slide_loading {
    background: 0 0;
  }

  .irregular_big {
    width: 49%;
    height: 200px;
  }

  .irregular_title {
    width: 180px;
    margin-left: -90px;
    font-size: 24px;
  }

  .irregular_big_reset {
    margin: 0;
    width: 100%;
    height: 200px;
  }

  .irregular_small {
    width: 49%;
    margin-top: 1%;
    margin-left: 1%;
    float: left;
    height: 200px;
  }

  .addtocart {
    float: none;
  }

  .item_details .addtocart {
    padding: 3px 8px;
  }

  .green,
  .yellow {
    margin: 0 0 20px;
  }

  .bestsellers_smcol {
    width: 32.3333%;
    min-height: 270px;
  }

  .product_page .bestsellers_smcol {
    width: 32.3333%;
  }

  #showmenu {
    margin-top: 92px;
  }

  #showmenu .fa {
    font-size: 40px;
  }

  #showmenu span {
    font-size: 11px;
    line-height: 1.2;
  }

  #showmenu:hover {
    color: #c0171e;
  }

  .sidemenu {
    display: none;
  }

  #menu #cssmenu>ul>li {
    border-bottom: 1px solid #2a2a2a;
  }

  #menu #cssmenu>ul>li a {
    font-size: 13px;
    display: block;
    padding: 7px 15px;
    font-weight: 600;
    color: inherit;
  }

  #menu #cssmenu>ul>li>ul>li>a {
    padding-left: 30px;
  }

  #menu #cssmenu>ul>li>ul>li>ul>li>a {
    padding-left: 45px;
  }

  #menu #cssmenu>ul>li a span {
    padding: 0;
  }

  #menu #cssmenu>ul>li a:hover {
    background-color: #111;
  }

  #menu #cssmenu ul ul li {
    border: 0;
    background: #3b3b3b;
  }

  .size_option {
    padding: 5px 0;
  }

  .size_option_box {
    margin-top: 15px;
  }

  .zoom_box {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .result_box,
  .result_payment_successful {
    margin-top: 10px;
  }

  .result_quickview_box {
    width: 90%;
  }

  .result_row_close {
    left: 0;
    max-width: 100%;
  }

  .result_quickview_close {
    right: 5%;
  }

  .item .addtocart {
    display: none !important;
  }

  .mobile_view {
    display: block;
  }

  .dropdown-content {
    right: 0;
  }

  .navigation_menu .mobile_navigation_li {
    display: block;
  }

  .menu>ul>li .mobile_navigation_a {
    display: inline-block;
    width: auto;
  }

  .slide_scrollable {
    height: 42vw;
  }

  .zoomContainer {
    display: none !important;
  }

  .menu-dropdown-icon:before,
  .menu-dropdown-icon-open:before {
    display: block;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .footer_box,
  .nav_bottom {
    padding: 10px 0;
  }

  /* -----   Vincent   ----- */
  .form-group .dialling_div {
    margin: 0 0 10px;
  }

  /** Page Header Start **/
  .header_title_div h1 {
    font-size: 28px;
  }

  .header_breadcrumbs_div ol {
    font-size: 16px;
  }

  /** Page Header End **/

  /** Home Page Start **/
 


  /*.slide_box i {
    font-size: 50px;
  }

  #bx_slide_prev {
    margin-left: 10px;
  }

  #bx_slide_next {
    margin-right: 10px;
  }*/

  /** Home Page End **/

  /** Category Start **/
  .category_div {
    width: 50%;
  }

  /** Category End **/

  /** Product Start **/
  .product_zoom_div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  #product_slider .sp-thumbnail-image {
    width: 100%;
  }

  /** Product End **/

  /* -----   Vincent   ----- */

  /* -----   Adrienne   ----- */
  .header_background_div {
    height: 180px;
  }

  .header_title_div,
  .header_breadcrumbs_div {
    height: 88px;
  }

  .btn-info {
    line-height: 40px;
  }

  .intro_person {
    position: relative;
    color: #4c3513;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_person_title {
    font-size: 26px;
  }

  .intro_person_desc {
    font-size: 20px;
  }
}

@media (max-width: 672px) {

  #owl-demo .item,
  .bestsellers_smcol {
    min-height: 238px;
  }
}

@media (max-width: 576px) {

  #owl-demo .item,
  .bestsellers_smcol {
    min-height: 206px;
  }

  .sm_logo_content {
    display: none;
  }
}

@media (max-width: 480px) {

  .bestsellers_smcol,
  .product_page .bestsellers_smcol {
    width: 49%;
  }

  .result_quickview_close {
    position: fixed;
    top: 0;
    right: 5%;
  }

  .result_quickview_box {
    width: 90%;
  }

  #showmenu {
    margin-top: 111px;
  }

  .blog_item {
    width: 49%;
  }

  .footer_columns {
    width: 100%;
  }

  .footer_columns h6 {
    padding: 0 0 5px;
    margin: 0 0 6px;
  }

  .score_col {
    padding: 60px 0;
  }

  .button_content h6:after,
  .button_content h6:before {
    display: none;
  }

  /* -----   Vincent   ----- */

  /** Page Header Start **/
  .header_title_div h1 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .header_breadcrumbs_div ol {
    font-size: 12px;
    letter-spacing: 2px;
  }

  /** Page Header End **/

  /** Category Start **/
  .category_div {
    width: 50%;
  }

  /** Category End **/

  /** Product Start **/
  .product_page {
    padding: 0;
  }

  /** Product End **/

  /* -----   Vincent   ----- */

  /* -----   Adrienne   ----- */
  .header_background_div {
    height: 138px;
  }

  .header_title_div,
  .header_breadcrumbs_div {
    height: 80px;
  }

  .intro_person_desc {
    font-size: 16px;
  }

  /* App Store CSS */
  ul.app_store li {
    width: 48%;
  }

  ul.app_store li img {
    margin: 0 auto;
    display: block;
  }

  /* End App Store CSS */
}

@media (max-width: 420px) {

  #owl-demo .item,
  .bestsellers_smcol {
    min-height: 100px;
  }

  .item_details_tag_li {
    margin: 0;
  }

  .irregular_title {
    width: 120px;
    margin-left: -60px;
    font-size: 20px;
  }

  #myModal .row {
    min-width: auto;
  }
}

@media (max-width: 400px) {

  #owl-demo .item,
  .bestsellers_smcol {
    min-height: 244px;
  }

  .result_quickview_box,
  .result_row_close {
    width: 100%;
  }

  .result_quickview_close {
    right: 0;
  }
}

@media print {

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  p a,
  p a:visited {
    color: #555 !important;
    text-decoration: underline;
  }

  p a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

#gallery_01 a.active,
#gallery_01 a:hover {
  border: 2px solid #c98512;
}

#gallery_01 a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#gallery_01 {
  margin: 0 0 10px -1%;
}

#gallery_01 a {
  position: relative;
  display: block;
  width: 19%;
  height: auto;
  margin: 1% 0 0 1%;
  border: 2px solid #f3f3f3;
  height: 100px;
  overflow: hidden;
}

#gallery_01 a,
.item_thumb,
.zoom_lens {
  overflow: hidden;
}

.quickviewWrapper #gallery_01 img {
  width: 23%;
}

#gallery_01 a,
.product_details .socialmedia_likebutton ul,
.product_minimum_box,
.product_minimum_img {
  float: left;
}

.zoom_lens {
  position: relative;
}

.zoom_lens,
.zoom_lens img {
  width: 100%;
  border: none;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.zoom_box {
  position: absolute;
}

.zoom_box img {
  width: 100%;
  max-width: 60px;
  margin: 6px;
  display: block;
}

.cart-quantity2 .sp-minus {
  top: 0;
  left: 0;
  width: 35px;
  height: 37px;
  position: absolute;
}

.cart-quantity2 .sp-plus {
  top: 0;
  right: 0;
  width: 35px;
  height: 37px;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 500px) {
  .payment-method-ul li {
    width: 51% !important;
  }
}

.section-title {
  text-align: center;
}



/*  */


/*Home page*/
/* 
.featured{
  border-left: 5px solid #002256;
  padding-left: 2%;
} */
.featured-container {
  background-color: #F0F7FF;
  border: 1px solid rgba(0, 0, 0, 0.1); 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
}


.shop-now-container {
  text-align: center;
  margin: 20px 0;
}

.shop-now-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007BFF ; /* Adjust color as needed */
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-bottom: 30px;
}

.shop-now-button:hover {
  background-color: #007BFF ; /* Adjust color as needed */
  color:#9fe8fa;
}

.featured h1 {
  font-size: 2.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 30px;
}

.featured-category-img-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  justify-content: center;
}

.featured-category {
  width: 20%; /* 确保宽度不影响高度 */
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  margin-top:30px;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 15px;
  aspect-ratio: 1; /* 使宽高比为 1:1 */

}
.featured-category:hover{
  transform: scale(1.05);
}

.featured-category-img {
  width: 100%;
  height: 100%; /* 让高度为100%以确保圆形 */
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.featured-category-img img {
  width: 100%;
}

.category-img-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 确保高度为100% */
  padding: 4%;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transform: scale(1.05);
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.featured-category:hover .category-img-name {
  transform: scale(1.05);
  opacity: 1;
}


.category-img-name h6 {
  font-size: 1.5rem;
}

.category-img-name p {
  width: 70%;
  color: white;
}

.category-img-name a {
  background-color: #f5f5f5;
  padding: 3%;
  color: #333;
  border-radius: 5px;
  transition: all 1s;
}

.category-img-name a:hover {
  background-color: white;
  color: #333;
  border: #f5f5f5 1px solid;
}
@media (max-width: 767px) {
  .featured-category {
    width: 100%; /* 在移动设备上宽度为100% */
    margin-bottom: 20px; /* 调整底部间距 */
  }
  
  .featured-category-img-row {
    justify-content: center; /* 中心对齐 */
  }
}
.upcoming-products {
  text-align: center;
  margin: 20px 0;
}

.upcoming-products h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between heading and cooldown message */
}

#upcoming-cooldown-message {
  font-size: 16px;
  color: #ff0000; /* Red color for cooldown message */
}

* Best Seller section styling */
.best-seller {
  text-align: center;
  padding: 20px;
}

.best-seller h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.products-container {
  display: flex !important;
  grid-template-columns: repeat(4, 1fr); /* Adjust for number of products per row */
  gap: 20px;
  padding: 0 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .products-container {
    display:grid!important;
    grid-template-columns: repeat(1, 1fr) !important; /* One product per row */
  }

  .product-box {
    max-width:100%!important;
    width: 80% !important; /* Set product box width to 80% */
    margin: 0 auto; /* Center the product box */
  }
}

@media (max-width: 768px) {
  .product-box h6 {
    font-size: 10px !important;
  }
  
  .product-box a {
    font-size: 8px;
  }
  
  .product-box img {
    height: auto !important; /* Maintain aspect ratio */
  }
}

.product-box {
  background-color: #fff;
  width:80%;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.3s
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-1px); }
  50% { transform: translateX(1px); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}

.product-box:hover {
  animation: shake 2s ease; /* Applies the shake animation */
  transform: scale(1.05); /* Slightly scale the box */
  border: 1px solid #ddd; /* Change border on hover */
}

.product-box img {
  width: 70%;
  height: 50%; /* Set a fixed height for the images */
  object-fit: contain; /* Ensures the image fits within the specified height without distortion */
  margin-bottom: 2%;
}


.product-box h6 {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.product-box .price {
  font-size: 14px;
  color: #ff6600;
}

.product-box a {
  text-decoration: none;
  color: inherit;
}

.events {
  text-align: center;
  margin: 20px 0;
}

.events h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between heading and cooldown message */
}

#events-cooldown-message {
  font-size: 16px;
  color: #ff0000; /* Red color for cooldown message */
}

.events-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width:80%;
  margin-left:auto;
  margin-right:auto
}


.event-box {
  flex: 1;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.event-box:hover{
  transition: 0.3s;
  transform: scale(1.05);
}
.event-img {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
  border-radius: 8px;
}

.event-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.event-info h6 {
  margin: 0;
  font-size: 18px;
}

.event-info p {
  margin: 5px 0;
  font-size: 14px;
}

.container-fluid {
  padding: 30px 0;

}


.shop-now-btn {
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.shop-now-btn:hover{
  transform: scale(1.05);
}
.home-aboutus-container {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
 
}


.home-aboutus-left-container {
  flex: 1;
}

.home-aboutus-right-container h5,
.home-aboutus-right-container h3,
.home-aboutus-right-container p {
  color: white;
  padding:5%;
  margin:5%
}
.home-support{
  padding:5%;
 
}
.home-aboutus-left-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.home-aboutus-right-container {
  flex: 1;
}

.home-aboutus-button a {
  display: inline-block;
  background-color: #333;
  color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.home-aboutus-button a:hover {
  background-color: #f5f5f5;
  color: #333;
}

.all-home-whychooseus-container-text {
  text-align: center;
  margin-bottom: 20px;
}

.home-whychooseus-border-container {
  border-radius: 10px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.home-whychooseus-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-whychooseus-grid-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 10px;
}

.home-whychooseus-icon img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.home-whychooseus-text h3 {
  margin: 10px 0;
}

.home-whychooseus-text p {
  margin: 0;
}
.info-sections {
  width: 70%;
  margin-left:auto;
  margin-right:auto
}

.info-content {
  display: flex;
  justify-content: space-between;
}

.info-box {
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}

.info-box.vision,
.info-box.mission {
  background-color: black;
  color: white;
}

.info-box.mission {
  background-color: black;
  color: white;
}

.info-separator {
  width: 2%;
  background-color: gray;
  height: 275px;
  margin: 0 1%;
}
.home-contact {
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 50px;
  display:flex;
  gap:30px;
  justify-content: center;
}

.hometext {
  text-align: center;
}

.hometext h1 {
  margin-bottom: 10px;
  font-size: 42px;
}

.hometext p {
  margin: 10px 0;
}

.homebuttons {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #f5f5f5;
  text-decoration: none;
  border-radius: 5px;
}

.homebuttons:hover {
  background-color: #f5f5f5;
  color: #333;
}
.homepartner{
color:white;
text-align: center;
margin: 0;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 3%;
padding-bottom: 2%;
background: rgb(255, 255, 255);
margin-left:auto;
margin-right:auto;
width:100%;

}
.homepagepartner-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 80%;
  padding: 2%;
}
.partnerImage{
  width:20%;

}
.partnerImage img{
  width: 80%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 10%;
  transition: transform 0.5s;
  box-shadow:3px 7px 15px rgba(135, 117, 140, 0.314);
}
.partnerImage img:hover{
  transform: scale(1.05);
  box-shadow:3px 7px 15px rgba(0, 0, 0, 0.314);
}
/* Welcome section styling */
.welcome-section {
  text-align: center;
  background-color: black;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.1);
  margin: 20px;
  width:80%;
  margin-left: auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom: 20px;
}

/* Heading styling */
.welcome-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
}

/* Paragraph styling */
.welcome-section p {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Learn more button styling */
.learn-more-btn {
  border:2px solid white;
  background-color: black;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.learn-more-btn:hover {
  color: #ffffff;
  border:2px solid #ffffff;
  transition: 1.5s;
  transform: scale(1.10);
}

/* Hero section with construction-themed background */
.hero-section {
  background-image: url('https://savorysips.store/Uploads/MediaFiles/b/1764207790-545.png	'); /* Replace with construction-themed image */
  width:100%;
  height: auto; /* Full viewport height */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top:20px;
  margin-bottom:20px; */
}
@media(min-width:1024px){
  .hero-text {
    font-size: 32px;
    font-weight: 600; /* Slightly bolder for construction theme */
  }
  
  .hero-text p {
    font-size: 20px;
    margin-top: 10px;
  }
  .hero-section{
    height:60%;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .hero-text {
    font-size: 18px;
    font-weight: 600; /* Slightly bolder for construction theme */
  }
  
  .hero-text p {
    font-size: 10px;
    margin-top: 10px;
  }
  .hero-section{
    height:40%;
  }
}

@media(max-width:768px){
  .hero-text {
    font-size: 12px!important;
    font-weight: 600; /* Slightly bolder for construction theme */
  }
  
  .hero-text p {
    font-size: 8px!important;
    margin-top: 10px;
  }
  .hero-section{
    height:20%;
  }
}
/* Construction theme text styling */
.hero-text {
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: 600; /* Slightly bolder for construction theme */
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8); /* Darker text shadow for strong contrast */
}

.hero-text p {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text p {
    font-size: 18px;
  }
}

/* Home page end */

/* About us start */
.about-us-intro {
  display: flex;
  flex-wrap: wrap;
  width:80%;
  margin: auto;
  padding: 20px;
  /* background-color: black; */
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* color: white; */
  font-family: Arial, sans-serif;
}

.about-us-intro h2 {
  font-size: 40px;
  /* color: white; */
  margin-bottom: 1rem;
}

.intro-content {
  flex: 1;
  padding: 20px;
}

.intro-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}



.intro-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.intro-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .tech-innovation-intro-wrapper {
      flex-direction: column;
  }

  .intro-image {
      margin-top: 20px;
  }
}

/* About us start */
.visionmission {
  display: flex; /* Enables flexbox */
  justify-content: space-evenly; /* Centers the items */
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  padding: 20px; /* Adds some padding around the content */
  font-weight: 400 !important;
}

.child_column {
  flex: 1 1 25%; /* Each child column takes up 25% of the row */
  max-width: 25%; /* Ensures consistent width */
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .child_column {
    max-width: 33%; /* Adjust to 3 columns */
  }
}

@media screen and (max-width: 768px) {
  .child_column {
    max-width: 50%; /* Adjust to 2 columns */
  }
}

@media screen and (max-width: 600px) {
  .visionmission {
    flex-direction: column !important;
  }
  .child_column {
    max-width: 100%; /* Full width on mobile */
  }
}

@media (min-width: 300px) {
  .vc_column_inner {
    width: 100% !important;
  }
  .visionmission h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .visionmission h3 {
    font-size: 16px !important;
    margin-top: 10px !important;
  }
  .visionmission p {
    font-size: 12px !important;
  }
}

@media (min-width: 600px) {
  .visionmission h1 {
    font-size: 32px !important;
    font-weight: 400 !important;
  }
  .visionmission h3 {
    font-size: 24px !important;
  }
  .visionmission p {
    font-size: 14px !important;
  }
}

@media (min-width: 1024px) {
  .visionmission h1 {
    font-size: 54px !important;
    font-weight: 400 !important;
  }
  .visionmission h3 {
    font-size: 36px !important;
  }
}
.whatwedo-container {
  width:100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.whatwedo-title h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.whatwedo-row {
  margin-left: auto;
  margin-right: auto;
  width:80%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.whatwedo-content {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #270c44b6;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.whatwedo-content h3 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 0;
  text-align: center;
 height:15%
}
.whatwedo-img {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.whatwedo-img img {
  max-width: 100%;
  height: 20%;
  max-height: 180px;
  border-radius: 8px;
  margin-bottom: 15px;

}

.whatwedo-content p {
  font-size: 16px;
  color: rgb(233, 233, 233);
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .whatwedo-content {
    flex: 1 1 33%;
    max-width: 31%;
  }
}

@media (max-width: 768px) {
  .whatwedo-content {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .whatwedo-content h1 {
    font-size: 22px;
  }
  .whatwedo-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .whatwedo-title h1 {
    font-size: 28px;
  }
  .whatwedo-content h1 {
    font-size: 20px;
  }
  .whatwedo-content p {
    font-size: 14px;
  }
}

.about-us-highlight {
  width:100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.about-us-highlight-desc {
  margin-left: auto;
  margin-right:auto;
  width:80%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.highlight-desc {
  flex: 1 1 45%;
  max-width: 45%;
  background-color: black;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.highlight-desc-title h3 {
  font-size: 20px;
  color: white;
  margin-top: 0;
  height:15%;
  margin-bottom: 20px;
}

.highlight-desc-content p {
  font-size: 16px;
  color: white;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .highlight-desc {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
  .highlight-desc-title h3 {
    font-size: 22px;
  }
  .highlight-desc-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .section-title h2 {
    font-size: 24px;
  }
  .highlight-desc-title h3 {
    font-size: 20px;
  }
  .highlight-desc-content p {
    font-size: 14px;
  }
}

.our-story {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 40px; /* Increased padding for better spacing */
  max-width: 1200px;
  align-items: center; /* Vertically center the content */
}

.story-image {
  flex: 1.2; /* Slightly increase image size */
  margin-right: 40px; /* Adjust margin for better spacing */
  display: flex;
  align-items: center;
}

.story-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Added shadow for depth */
}

.story-text {
  flex: 1.8; /* Decrease text space slightly for balance */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1rem; /* Slightly larger font size for readability */
  line-height: 1.6; /* Better line height for text readability */
}

.our-story h2 {
  text-align: center; /* Center align the heading */
  margin-bottom: 20px;
  font-size: 2rem; /* Slightly larger heading */
}

.story-text p {
  margin: 0;
  padding-bottom: 15px; /* Space between paragraphs */
  color: #333; /* Use darker color for text readability */
}

@media (max-width: 768px) {
  .our-story {
    flex-direction: column; /* Stack the image and text vertically on smaller screens */
    padding: 20px;
  }

  .story-image {
    margin-right: 0;
    margin-bottom: 20px; /* Space between image and text on small screens */
  }

  .story-text {
    text-align: center; /* Center text on smaller screens */
  }
}



.about-us-head {
  margin-bottom: 50px;
}

.about-service-item {
  padding: 10px 0px;
  font-size: 15px;
}

.about-us-content {
  font-size: 30px;
}

.container-about {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  margin: 50px auto;
  flex-wrap: wrap;
}

.text-overlay4,
.text-overlay4-1 {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-overlay4 h1,
.text-overlay4-1 h1 {
  font-size: 2rem;
  color: #333;
}

.text-overlay4 p,
.text-overlay4-1 p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .container-about {
    flex-direction: column;
    align-items: center;
  }

  .text-overlay4,
  .text-overlay4-1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-overlay4-1 {
    order: 2; /* 确保 .text-overlay4-1 在 .text-overlay4 之后显示 */
  }
  
  .text-overlay4 {
    order: 1; /* 确保 .text-overlay4 在上方 */
  }

  .about-us-pic {
    width: 70%; /* Make the image smaller on mobile devices */
    max-width: 280px; /* Further restrict the max width */
  }
}
@media (max-width: 1024px) {
  .container-about {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .text-overlay4,
  .text-overlay4-1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-overlay4 {
    order: 1; 
  }

  .text-overlay4-1 {
    order: 2; 
  }

  .about-us-pic {
    width: 100%; 
    max-width: 350px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .container-about {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .text-overlay4,
  .text-overlay4-1 {
    width: 48%; /* Adjust width for side-by-side layout */
    margin-bottom: 0;
  }
}

.vision-for-the-future {
  padding: 40px;
  background-color: #f9f9f9;
  text-align: center;
}

.vision-title{
  text-align: center;
}

.vision-for-the-future p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.future-goals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.goal {
  background-color: #5893d4;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color:white;
}
.goal:hover{
  transition: 0.3s;
  transform: scale(1.05);
}

.goal h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.goal p {
  font-size: 1rem;
  color: white;
}

.vision-for-the-future img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.our-mission {
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
.our-mission-title{
  text-align: center;
}

.our-mission h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center!important;
}

.our-mission p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mission-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mission-item {
  background-color: #5893d4;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color:white;
}

.mission-item:hover{
  transition: 0.3s;
  transform: scale(1.05);
}

.mission-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.mission-item p {
  font-size: 1rem;
  color: white;
}

.our-mission img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.customer_h1 {
  text-align: center;
  margin-bottom: 30px;
  color:white
  /* 下边距 */
}

.customer_h1 h1 {
  font-size: 2.5em;
  /* 标题字体大小 */
  color: white;
  /* 字体颜色 */
  font-weight: bold;
  /* 加粗 */
}

.customer {
  display: flex;
  /* 使用 Flexbox 布局 */
  flex-wrap: wrap;
  /* 允许换行 */
  justify-content: space-between;
  /* 在主轴上均匀分配空间 */
}

.customer-review {
  flex: 0 1 calc(33.33% - 20px);
  /* 每个评价占 1/3 的宽度，减去间距 */
  margin: 10px;
  /* 每个评价之间的间距 */
  padding: 15px;
  /* 内边距 */
  background-color: #5893d4;
  /* 评价背景颜色 */
  border-radius: 8px;
  /* 圆角 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* 阴影效果 */
  box-sizing: border-box;
  /* 包括内边距和边框在内的宽度计算 */
  color:white;
}

.customer-review:hover{
  transition: 0.3s;
  transform: scale(1.05);
}

.customer-review blockquote {
  margin: 0;
  /* 去掉默认边距 */
  padding: 0;
  /* 去掉默认内边距 */
  font-style: italic;
  /* 斜体 */
}

.customer-review p {
  font-size: 1.1em;
  /* 字体大小 */
  line-height: 1.5;
  /* 行高 */
  color: white;
  /* 字体颜色 */
}

.customer-review cite {
  display: block;
  /* 块级显示 */
  margin-top: 10px;
  /* 引用与作者之间的间距 */
  font-weight: bold;
  /* 作者名称加粗 */
  color: #333;
  /* 作者颜色 */
}

/* 响应式调整 */
@media (max-width: 768px) {
  .customer-review {
    flex: 0 1 calc(50% - 20px);
    /* 平板设备上每行两个列 */
  }
}

@media (max-width: 480px) {
  .customer-review {
    flex: 0 1 100%;
    /* 手机设备上每行一个列 */
  }
}

.about-core-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  text-align: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right:auto;
}

@media (max-width: 768px) {
  .about-core-container {
      flex-direction: column;
      padding-top: 10%;
  }
}

.desc-title {
  margin-bottom: 3%;
  text-align: center!important;
  width: 100%;
}

@media (max-width: 768px) {
  .desc-title {
      margin-bottom: 8%;
  }
}

.desc-out {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: black;
  transition: all 0.5s;
}

.desc-outer {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  margin: 10px;
  width: 30%;
  text-align: center;
  transition: transform 0.3s ease-in-out;
 background-color: #9fe8fa;
 border-radius: 15px;
 padding:10px;
 height:350px;
 color :black
}

.desc-outer:hover {
  transform: scale(1.05);
}

.desc-outer-img img {
  width: 40%;
  height: 350px;
}

.desc-outer-title {
  margin-top: 15px;
  text-align: left;
}

.desc-outer-text p {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  .desc-outer {
    flex: 1 1 calc(50% - 20px); /* 2 items per row on medium screens */
    width: calc(50% - 20px);
  }

  .desc-outer-img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .desc-outer {
    flex: 1 1 100%; /* 1 item per row on small screens */
    width: 100%;
  }

  .desc-outer-img img {
    width: 40%;
  }

  .desc-outer-title {
    margin-top: 10px;
  }

  .desc-outer-text p {
    font-size: 14px;
  }
}
.about-us-container {
  width:100%;
  display: flex;
  
  align-items: left;
  padding: 20px;
  gap: 20px; 
  background-color: #9fe8fa;
  color:black;
  border-radius: 15px;
}

.about-us-text {
  flex: 1;
  max-width: 70%; 
}

.about-us-image img {
  width:100%;
  max-width: 500%;
  height: auto;
  display: block;
  border-radius: 12px;

}

@media screen and (max-width: 768px) {
  .about-us-container {
    flex-direction: column;
    align-items: center;
  }

  .about-us-text {
    max-width: 100%;
    text-align: center;
  }

  .about-us-image {
    margin-top: 60px;
    padding-top: 100px;
  }
}

.text-overlay4 img{
  width:20%
}
.text-overlay4-1 img{
  width:20%
}

.behind-scenes-section {
  padding: 50px 20px;
  background-color: white;
  text-align: center;
}

.behind-scenes-section h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
}


.team-member {
  display: inline-block;
  width: 250px;
  height:400px;
  margin: 0 2.5%;
  background-color: #5893d4;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  vertical-align: top;
}

.team-member:hover{
  transition: 0.3s;
  transform: scale(1.05);
}

.team-member img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  max-width: 150px;
}

.team-member h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: white;
}

.team-member p {
  font-size: 1em;
  color: white;
  line-height: 1.6;
}

/* about us end */

.products-container {
  display: flex;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.product-box {
  flex: 1 1 100%;
  max-width: calc(100% / 3);
  transition: opacity 0.5s ease;
  opacity: 0;
  display: none;
}

.product-box.visible {
  opacity: 1;
  display: block;
}

.dots-container {
  text-align: center;
  margin-top: 10px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 10%;
}

.dot.active {
  background-color: rgb(85, 54, 24);
}

.customer-reviews-carousel {
  text-align: center;
  overflow: hidden; /* Hides overflow for the carousel effect */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-container {
  display: flex; /* Default to flexbox */
  transition: transform 0.5s ease; /* Smooth transition for carousel effect */
  will-change: transform; /* Optimization for smooth animations */
  width: 100%; /* Set full width */
}

.review-box {
  background-color: #eee1ba;
  color: black;
  display: none; /* Initially hidden */
  flex-direction: column; /* Stack image and text vertically */
  justify-content: center;
  align-items: center;
  margin: 15px; /* Margin around each review box */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 0 1 calc(33.33% - 30px); /* Each box takes one-third of the row width, adjusted for margin */
  box-sizing: border-box; /* Include padding and border in the total width */
  transition: transform 0.3s ease; /* Smooth transition for scaling */
}

/* Scale up on hover */
.review-box:hover,
.review-box.active {
  transform: scale(1.1); /* Increase size to 110% */
  z-index: 1; /* Ensure the enlarged box is on top */
}

.review-box h6 {
  color: #3e200d;
}

.review-box img {
  border-radius: 50%; /* Round images */
  width: 100px; /* Set image width */
  height: 100px; /* Set image height */
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.review-box.visible {
  display: block;
}

/* Media query for screens below 768px */
@media (max-width: 768px) {
  .reviews-container {
    display: grid; /* Change to grid display */
    grid-template-columns: 1fr; /* One review per row */
    gap: 20px; /* Space between grid items */
  }

  .review-box {
    width: 80%; /* Set width of review boxes to 80% */
    margin: 0 auto; /* Center review boxes */
  }
}


/* boutique heaven*/
body > div.web-content > div.dividing_line_col > div.row.alphagrid-row-content.row-full{
  background-color: #894e3f1a;
}

.cat-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top:40px;
  margin-bottom:50px;
}

.cat-product > div {
  width: 220px; /* Card width */
  padding: 40px 10px ; 
  margin:10px 20px;
  text-align: center; /* Center text alignment */
  transition: transform 0.3s ease; /* Hover effect transition */
}

.cat-product > div:hover {
  background-color:transparent;
  border: 1px solid #cbcbcb; /* Border around the card */
  border-radius: 30px; 
  box-shadow: 0 8px 8px rgba(91, 70, 49, 0.1); /* Slight shadow for depth */

}

.cat-product img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin-bottom: 10px; /* Space between image and title */
}

.cat-product span {
  font-size: 14px;
  color: #333; /* Text color */
  font-weight: bold; /* Bold text */
}

.cat-product a {
  text-decoration: none;
  color: inherit;
}


.first-content-section {
  max-width: 80rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  align-items:stretch;
  margin:auto ;
}



/* about us  */
.side-by-side-card-left img {
  border-radius: 10px;
  object-fit: cover;
 }

  input[name="side-by-side-card-button"] {
    background-color: #ffffff;
    color: #660000;
    border: solid 1px;
    border-color: #660000;
    padding: 20px 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    outline: none;
}

/* Hover effect */
input[name="side-by-side-card-button"]:hover {
  background-color: 	#660000; 
  color:white;
  transform: scale(1.05); 
}


.why-choose-us p {
  margin-bottom: 17px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .first-content-section {
        flex-direction: column; /* Stack content vertically on smaller screens */
    }

    .side-by-side-card-left, 
    .side-by-side-card-right {
        flex: 1 1 100%; /* Take full width on smaller screens */
        display:flex;
        justify-content: center;
    }

    .side-by-side-card-left img {
        max-width: 80%; /* Make the image smaller */
    }

    .side-by-side-card-right {
        align-items: center; /* Center-align content horizontally */
        text-align: center; /* Center-align text */
    }

    .about-title {
        font-size: 1.8rem;
    }

    .highlight-text {
        font-size: 1.2rem;
    }

    .why-choose-us p {
        font-size: 0.95rem;
    }

    input[name="side-by-side-card-button"] {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .side-by-side-card-left img {
        max-width: 70%; /* Further reduce image size on very small screens */
    }

    .about-title {
        font-size: 1.5rem;
    }

    .highlight-text {
        font-size: 1rem;
    }

    input[name="side-by-side-card-button"] {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}













.left-button,
.right-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(213, 208, 219, 0.727);
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.left-button {
    left: 20px;
}

.right-button {
    right: 20px;
}

.left-button input,
.right-button input {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.left-button:hover,
.right-button:hover{
      background-color: rgba(69, 35, 74, 0.8);
  }

.container-background{
  background-color: transparent;
  border-radius: 10px;
}

body > footer > div > div.footer > div > div > div > div > div:nth-child(5){
  font-size: 12px;
}



.FAQ-list p {
  margin: 20px 0;
  padding: 10px;
  background-color: #fdfcf9f6;
  border-left: 4px solid #660000;
  border-radius: 5px;
}










/*home - Signature */
.all-container {
  padding: 1% 3%;
  padding-bottom: 4%;
  text-align: center;
}

.signature-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 75% 1%;
}

.signature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.signature-content {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 1% 2%;
}

.signature-content h4 {
  font-size: 1.7rem;
  color: white;
  font-family: "Wulkan Display", sans-serif;
  margin-bottom: 2%;
  font-weight: 100;
}

.signature-content p {
  font-size: 1rem;
  color: white;
  font-family: "Wulkan Display", sans-serif;
  font-weight: 100;
}

.signature-btn-wrap {
  position: absolute;
  bottom: 5%;
  right: 4%;
}

.btn-link {
  color: white;
  /* background-color: rgba(0, 0, 0, 0.5); */
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-bottom: 10%;
  border-bottom: 1px solid #ffffff;
}

.btn-link:hover {
  color: #87462a;
  border-bottom: 1px solid #87462a;
}


/* customer reviews */

/* Container Styling */
.customer-reviews {
  text-align: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  color: #333;
}



/* Reviews Container */
.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Space between columns */
}

/* Individual Review Card (5 Columns Layout) */
.review {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(20% - 20px); /* 20% width for 5 columns, minus gap */
  max-width: calc(20% - 20px); /* Ensures cards do not exceed 20% width */
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for Review */
.review:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Quote Styling */
.review .quote {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}

/* Customer Name Styling */
.review .customer-name {
  font-size: 0.9rem;
  font-weight: bold;
  color: #777;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .review {
      flex: 1 1 calc(33.33% - 20px); /* 3 columns for medium screens */
      max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .review {
      flex: 1 1 calc(50% - 20px); /* 2 columns for smaller screens */
      max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .review {
      flex: 1 1 100%; /* Full width for mobile screens */
      max-width: 100%;
  }
}



/* about us our value */

/* Section Styling */
.our-values {
  padding: 50px 20px;
  background-color: #ffffff;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Values Grid Styling */
.values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.value-item {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  max-width: 250px;
  flex: 1 1 calc(25% - 20px); /* 4 columns */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}



/* Heading and Text Styling */
.value-item h3 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.value-item p {
  font-size: 0.9rem;
  color: #666;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .value-item {
      flex: 1 1 calc(50% - 20px); /* 2 columns for tablets */
  }
}

@media (max-width: 480px) {
  .value-item {
      flex: 1 1 100%; /* 1 column for mobile */
  }
}


