/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}








/*=======================----------------------------------------------------------------
Common Stylesheet

Project:   Klambi - E-Commerce Fashion HTML5 Template
Build:     Bootstrap v3.3.6
Author:    Kenzap
Version:   1.0.0

-----------------------------------------------------------------==================*/
/*------------------------------------------------------------------
 [Table of contents]

# Reset
# Color
# Fonts
# Layout
# Breadcrumbs
# Menu
 ## Dropdown
# Pagination
# Popup
# Tabs
# Button
# Menu Canvas
# Title
# Header
# category
# Star Picks
# Best Seller
# Banner
# Slider Banner
# Blog Home
# Features
# Footer
# Time Offer
# Stats
# Blog Pages
 ## Sidebar Blog
 ## Single Blog Page
# 404 Page
# Contact Us Page
# About Us Page
# FAQ Page
# Landing Page
# Clothing
# Newest Item
# Promo
# Sidebar Product
# Product Single Page
# Wishlist Page
# List  Product
# CheckOut Page
# Mini Cart
# Shopping Cart

 -------------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/Montserrat-Light.html");
}
/* #Reset */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

li {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.dn{display:none;}
/* # Color */
.text-color {
  color: #777777;
}

.color-price-old {
  color: #fa6b6b;
}

.color-price-old:hover {
  color: #fa6b6b;
}

.color {
  color: #fc9501;
}

.color:hover {
  color: #fc9501;
}

.color-white {
  color: #fff;
}

.color-white:hover {
  color: #fff;
}

.color-dark {
  color: #333333;
}

.color-dark:hover {
  color: #333333;
}

a.color,
a.color:hover {
  color: #fc9501;
}

.color-red {
  color: #fc9501;
}

.color-red:hover {
  color: #fc9501;
}

.color-pink {
  color: #fa6b6b;
}

.color-pink:hover {
  color: #fa6b6b;
}

.color-blue {
  color: #395499;
}

.color-blue:hover {
  color: #395499;
}

.color-blue-light {
  color: #67e0fa;
}

.color-blue-light:hover {
  color: #67e0fa;
}

.color-green {
  color: #21caa9;
}

.color-green:hover {
  color: #21caa9;
}

.color-green-dark {
  color: #fc9501;
}

.color-green-dark:hover {
  color: #fc9501;
}

.color-gray {
  color: #999999;
}

.color-gray:hover {
  color: #999999;
}

.color-yellow {
  color: #feea3a;
}

.black {
  color: #000;
}

/* background-color */
.bg-custom {
  background-color: #fc9501;
}

.bg-red {
  background-color: #fa6b6b;
}

.bg-pink {
  background-color: #fa6b6b;
}

.bg-blue {
  background-color: #395499;
}

.bg-light-blue {
  background-color: #67e0fa;
}

.bg-green {
  background-color: #21caa9;
}

.bg-green-light {
  background-color: #41df7c;
}

.bg-green-dark {
  background-color: #fc9501;
}

.bg-yellow {
  background-color: #feea3a;
}

.bg-coquelicot {
  background-color: #fd6940;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.border-while {
  border: 1px solid #fff;
}

/* # Fonts */
.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font27 {
  font-size: 27px;
}

.font30 {
  font-size: 30px;
}

.font31 {
  font-size: 31px;
}

.font33 {
  font-size: 33px;
}

.font35 {
  font-size: 35px;
}

.font36 {
  font-size: 36px;
}

.font38 {
  font-size: 38px;
}

.font42 {
  font-size: 42px;
}

.font48 {
  font-size: 48px;
}

.font50 {
  font-size: 50px;
}

.font58 {
  font-size: 58px;
}

.font60 {
  font-size: 60px;
}

.font75 {
  font-size: 75px;
}

.font80 {
  font-size: 80px;
}

.font-elsie {
  font-family: 'Elsie';
}

.font-montserrat {
  font-family: 'Montserrat';
}

.font-montserrat-light, .nav-canvas a {
  font-family: 'Montserrat Light';
}

.font-ptserif {
  font-family: 'PT Serif', serif;
}

body {
  font-size: 15px;
  font-family: 'PT Serif', serif;
}

@media (max-width: 768px) {
  .font30 {
    font-size: 15px;
  }

  .font31 {
    font-size: 15.5px;
  }

  .font33 {
    font-size: 16.5px;
  }

  .font35 {
    font-size: 17.5px;
  }

  .font36 {
    font-size: 18px;
  }

  .font38 {
    font-size: 19px;
  }

  .font42 {
    font-size: 21px;
  }

  .font48 {
    font-size: 24px;
  }

  .font50 {
    font-size: 25px;
  }

  .font58 {
    font-size: 29px;
  }

  .font60 {
    font-size: 30px;
  }

  .font75 {
    font-size: 37.5px;
  }

  .font80 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .font50 {
    font-size: 12.5px;
  }

  .font58 {
    font-size: 14.5px;
  }

  .font60 {
    font-size: 15px;
  }

  .font75 {
    font-size: 18.75px;
  }

  .font80 {
    font-size: 20px;
  }
}
/* # Layout */
.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.position-absolute, .product-slider .owl-controls .owl-nav .owl-prev, .product-slider .owl-controls .owl-nav .owl-next, .limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev, .limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  z-index: 1;
}

.position-top {
  top: 0;
  right: 0;
  left: 0;
}

.position-right {
  top: 0;
  right: 0;
  bottom: 0;
}

.position-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.position-center, .product-slider .owl-controls .owl-nav .owl-prev, .product-slider .owl-controls .owl-nav .owl-next, .home-slider.type2 .owl-controls .owl-prev, .home-slider.type2 .owl-controls .owl-next, .limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev, .limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-margin {
  margin: 0 ;
}

.no-padding {
  padding: 0 ;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-Italic {
  font-style: italic;
}

.separates {
  width: 100%;
  border-top: 1px solid #e9e9e9;
  float: left;
  clear: both;
}

.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.line10 {
  line-height: 1;
}

.divider--sm {
  height: 25px;
}

.divider--md {
  height: 30px;
}

.divider--lg {
  height: 40px;
}

.divider--lg50 {
  height: 50px;
}

.divider--lg55 {
  height: 55px;
}

.divider--lg60 {
  height: 60px;
}

/* # Breadcrumbs */
.breadcump .woocommerce-breadcrumb {
  letter-spacing: 1px;
  padding: 25px 0 19px;
}
.breadcump .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #a9a9a9;
  margin: 0;
}
.breadcump .woocommerce-breadcrumb a:hover {
  color: #636363;
}
.breadcump .woocommerce-breadcrumb a:hover:after {
  color: #a9a9a9;
}
.breadcump .woocommerce-breadcrumb a:after {
  content: "/";
  padding-left: 6px;
}
.breadcump .woocommerce-breadcrumb .breadcrumb-last {
  color: #636363;
}

.product-single .breadcump .woocommerce-breadcrumb a:after {
  content: ">";
}
/* # Pagination */
.pagination-page {
  margin-bottom: 68px;
  margin-top: 32px;
}
.pagination-page .pages ul li {
  margin: 0 2px;
}
.pagination-page .pages ul li a {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  color: #b4b4b4;
  padding: 8px 30px;
  text-decoration: none;
}
.pagination-page .pages ul li a:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all 0.8s;
}
.pagination-page .pages ul .current {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 30px;
}
.pagination-page .pages ul .bor-none a i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .pagination-page .pages ul li a {
    padding: 5px 20px ;
  }
  .pagination-page .pages ul .current {
    padding: 5px 20px ;
  }
}
/*===================================================
   newsletter Popup
=====================================================*/
.popup-page {
  overflow: hidden;
}

.tfs-popup-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
  background-color: #000;
}

.tfs-fade {
  opacity: 0;
}

.tfs-wrap {
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none ;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  opacity: 1 ;
  margin: auto;
  right: 0;
  bottom: 0;
}
.tfs-wrap .tfs-container {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cda96f;
}
.tfs-wrap .tfs-container .tfs-content {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1045;
  background-image: url("../images/img-popup.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.tfs-popup-ready {
  opacity: 1;
  display: block;
  overflow: hidden;
}
/* # Popup */
.popup-box {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 7px;
}
.popup-box .popup-box-content {
  margin: 0 50px;
  text-align: left;
  width: 478px;
  float: right;
  color: #000;
  padding: 130px 0 100px 0;
}
.popup-box .popup-box-content h1 {
  margin: 0;
}
.popup-box .popup-box-content p {
  margin-bottom: 20px;
}
.popup-box .popup-box-content .to-up {
  max-width: 40px;
  display: inline-block;
}
.popup-box .popup-box-content .to-price {
  display: inline-flex;
}
.popup-box .popup-box-content .to-price span {
  margin-top: 15px;
}
.popup-box .popup-box-content .form-popup {
  display: inline-block;
  width: 100%;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.popup-box .popup-box-content .form-popup .txt-email {
  display: inline-block;
  float: left;
  max-width: 65%;
  height: 60px;
  color: #979797;
}
.popup-box .popup-box-content .form-popup .btn-popup {
  display: inline-block;
  float: right;
  background-color: #292216;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 60px;
  max-width: 150px;
  width: 150px;
}

.tfs-inline-holder .tfs-content, .tfs-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.tfs-fade .tfs-content {
  opacity: 0;
}

.tfs-popup-ready .tfs-content {
  opacity: 1;
}

.tfs-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
}
.tfs-close i {
  font-size: 32px;
  color: #000;
}

@media (min-width: 992px) {
  .tfs-wrap {
    width: 878px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tfs-wrap {
    width: 768px;
  }
  .tfs-wrap .popup-box {
    padding: 10px ;
  }

  .newsletter-popup .popup-box {
    width: 760px;
  }
  .newsletter-popup .popup-box .popup-box-content {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .tfs-wrap .tfs-container {
    top: 10% ;
  }

  .newsletter-popup .popup-box {
    width: auto;
  }
  .newsletter-popup .popup-box .popup-box-content {
    width: auto;
  }
}
@media (max-width: 992px) {
  .tfs-content {
    background-image: none ;
  }
}
/* # Button */
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.pull-right,
.btn.pull-right {
  margin-right: 10px;
}

.btn--ys {
  position: relative;
  line-height: 1.486em;
  vertical-align: top;
  border: 0;
  letter-spacing: 1px;
  -webkit-transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.btn--ys.text-lowercase {
  text-transform: lowercase;
}

.btn--ys.text-inherit {
  text-transform: inherit;
}

.btn--ys:hover,
.btn--ys:active,
.btn--ys:focus {
  background-color: #cda96f ;
  color: #fff ;
  -webkit-transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.btn--ys .icon {
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 1.486em;
  vertical-align: middle;
  line-height: 1.2;
}

.btn--ys .icon.icon--flippedX {
  padding: 0 0 0 3px;
}

.btn--ys span {
  position: relative;
  top: 0;
  left: 0;
}

.btn--ys.btn--xs {
  padding: 10px 50px;
  font-size: 0.923em;
  height: auto;
}

.btn--ys.btn--xs:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn--ys.btn--sm {
  padding: 10px 40px;
  height: auto;
}

.btn--ys.btn--sm .icon {
  font-size: 12px;
}

.btn--ys.btn--sm--icon {
  padding: 9px 16px 7px;
  height: auto;
  font-size: 13px;
}

.btn--ys.btn--sm--icon .icon {
  font-size: 20px;
}

.btn--ys.btn--md {
  height: auto;
  padding: 16px 45px;
}

.btn--ys.btn--md.font16 {
  padding: 15px 45px;
}

.btn--ys.btn--md.font18 {
  padding: 12px 54px;
}

.btn--ys.btn--lg {
  padding: 15px 66px;
  height: auto;
}

.btn--ys.btn--xl {
  padding: 17px 24px;
  font-size: 18px;
  font-weight: 500;
  height: auto;
}

.btn--ys.btn--xl .icon {
  height: 1em;
  position: relative;
  top: -2px;
  padding: 0 5px 0 0;
  font-size: 1.45em;
  line-height: 1;
}

.btn--ys.btn--xl.btn--xl-small {
  padding: 12px 18px 11px;
}

.btn--ys.btn--xxl {
  padding: 12px 24px 12px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
}

.btn--ys.btn--l {
  padding: 15px 33px 15px;
  font-size: 1.5em;
  line-height: 1.72em;
  height: auto;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .btn--ys.btn--l {
    padding: 12px 24px 12px;
  }
}
.btn--ys.btn--full {
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
}

/* # Menu Canvas */
.open-canvas .wrapper {
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  box-shadow: 0 0px 20px 8px #a7a7a7;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.open-canvas .nav-canvas {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.wrapper {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.nav-canvas {
  width: 20%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 100;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  background-color: #f5f5f5;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.nav-canvas a {
  text-decoration: none;
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.nav-canvas a:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.level-1 {
  height: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  position: absolute;
  top: 0;
  background-color: #f5f5f5;
  LEFT: 0;
  right: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.open-child {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.on-child {
  float: right;
  cursor: pointer;
}

/*style canvas*/
.form-canvas {
  padding: 12px 30px;
  background-color: #e6e6e6;
}
.form-canvas .txt-canvas {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0px 10px;
  padding-right: 45px;
}
.form-canvas .txt-canvas:focus {
  outline: none;
}
.form-canvas .btn-canvas {
  bottom: unset;
  top: 15px;
  right: 35px;
  z-index: unset;
  border: none;
  background: transparent;
}
.form-canvas .btn-canvas i {
  font-weight: bold;
  font-size: 24px;
}

.nav-parent {
  margin: 0;
  padding: 0;
}
.nav-parent .item {
  border-bottom: 1px #cecece solid;
  padding: 20px 30px;
}
.nav-parent .item a {
  padding: 21px 0;
}
.nav-parent .item i {
  padding: 22px;
  margin-top: -19px;
  margin-right: -18px;
  display: block;
}
.nav-parent .back {
  margin-bottom: -15px;
}
.nav-parent .back .back-canvas {
  cursor: pointer;
  width: 100%;
  padding: 20px 30px;
  background-color: #e6e6e6;
  border-bottom: 1px #cecece solid;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.nav-parent .back .back-canvas:before {
  margin-right: 20px;
}
.nav-parent .back .back-canvas:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.nav-parent .arrow-down {
  padding: 0 ;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e6e6e6;
  margin: 0 auto ;
}
.nav-parent .social-icon {
  padding: 20px 30px;
  text-align: center;
}

@media (max-width: 992px) {
  .open-canvas .wrapper {
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
  }

  .nav-canvas {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .open-canvas .wrapper {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .nav-canvas {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .open-canvas .wrapper {
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  .nav-canvas {
    width: 80%;
  }
}
/* # Title */
.title {
  color: #505050;
  border-top: 1px #eeeeee solid;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding-bottom: 1px;
}
.title h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.4px;
}

/*
pages */
/*logo*/
.header-container {
  z-index: 10;
}

.logo {
  padding: 15px 0;
}

a {
  text-decoration: none;
}

/*top account*/
.group-account {
  margin: 0 0;
  padding: 11px 0px;
  display: inline-block;
}
.group-account .top-account {
  padding: 0 0;
}
.group-account .top-account a {
  text-decoration: none;
}
.group-account .top-account.flaticon-social:before {
  font-size: 21px;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/*social icon*/
.group-social {
  margin: 9px 2px 0 2px;
}
.group-social li {
  padding: 0 6.7px;
}
.group-social .top-wishlist a {
  text-decoration: none;
}
.group-social .top-wishlist a i:before {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
.group-social .top-search a {
  text-decoration: none;
}
.group-social .top-search a i:before {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
.group-social .top-search a:focus {
  outline: none;
}
.group-social .top-mini-cart a {
  text-decoration: none;
}
.group-social .top-mini-cart a > span > span:before {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
.group-social .top-mini-cart a > span .number-items {
  top: -10px;
  line-height: 100%;
  right: -7px;
  border-radius: 20px;
  background-color: #cda96f;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
}

/* # Menu */
.main-menu {
  position: relative;
}
.main-menu .nav {
  float: left;
  margin: 0;
  width: 100%;
}
.main-menu .nav .menu-item {
  display: inline-block;
  float: none;
  position: inherit;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  padding: 0;
}
.main-menu .nav .menu-item:hover > a, .main-menu .nav .menu-item:active > a {
  background-color: #efefef;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.main-menu .nav .menu-item a {
  letter-spacing: 0.1px;
  padding: 17px 21px 19px 20px;
}
.main-menu .nav .menu-item:last-child a {
  color: #cda96f;
}
/* # Header */
.header-middle .mobile-menu .mean-bar .mean-nav .navbar-nav {
  box-shadow: 0 6px 10px 1px #ccc;
}
.header-container.type4 .mega-mobile li h4 a {
  color: #000 ;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type4 .mega-mobile li h4 a:hover, .header-container.type4 .mega-mobile li h4 a:active {
  color: #cda96f ;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type4 .mega-mobile li a {
  color: #000 ;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type4 .mega-mobile li a:hover, .header-container.type4 .mega-mobile li a:active {
  color: #cda96f ;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type4 .mega-mobile .mean-expand {
  height: 17px ;
}

.header-container.type2 .mega-mobile li h4 a {
  color: #fff ;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type2 .mega-mobile li h4 a:hover, .header-container.type2 .mega-mobile li h4 a:active {
  color: #000 ;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type2 .mega-mobile li a {
  color: #fff ;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type2 .mega-mobile li a:hover, .header-container.type2 .mega-mobile li a:active {
  color: #000 ;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type2 .mega-mobile .mean-expand {
  height: 17px ;
}

/* ## Dropdown */
.mega-menu {
  position: absolute;
  display: inline-block;
  z-index: 10;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
  padding: 23px 0 47px 0;
  display: none;
}
.mega-menu .title-menu {
  padding-left: 29px;
}
.mega-menu .title-menu h2 {
  margin-top: 17px;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}
.mega-menu .links-mega {
  padding-left: 59px;
}
.mega-menu .links-mega .item__menu {
  padding-left: 30px;
}
.mega-menu .links-mega .item__menu a {
  text-decoration: none;
  padding: 0;
}
.mega-menu .links-mega .item__menu .list-item {
  margin-bottom: 13px;
}
.mega-menu .links-mega .item__menu .list-item li {
  margin-bottom: 10px;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .list-item li:hover a {
  color: #cda96f;
  -moz-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .list-item a {
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.mega-menu .links-mega .item__menu .border__title {
  border-bottom: 1px #8a8a8a solid;
  padding-bottom: 8px;
  margin-bottom: 7px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a {
  color: #000;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a:hover .border__title {
  border-bottom: 1px #cda96f solid;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a:hover .border__title a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #cda96f;
}
.mega-menu .links-mega .item__menu .add.item {
  color: #000;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .add.item:hover {
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #cda96f;
}
.mega-mobile .item__menu .border__title {
  margin: 0;
}
.header-container.type2.header-middle .mobile-menu .mean-bar .meanmenu-reveal span {
  background: #fff;
}
.header-container.type2.header-middle .mobile-menu .mean-bar a{
  color: #fff;
}
.header-container.type2.header-middle .mobile-menu .mean-bar .mean-nav {
  background-color: #000;
}
.header-container.type2.header-middle .mobile-menu .mean-bar .mean-nav .nav .menu-item a:hover {
  background-color: #cda96f;
}

.header-middle .box__middle {
  height: 56px;
}
.header-middle .box__middle .box__menu {
  height: 56px;
}

@media (max-width: 1200px) {
  .main-menu .nav .menu-item a {
    padding: 17px 11px 19px 11px;
  }
}
.header-container.type2 {
  box-shadow: 0px 0px 10px 1px #000;
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 100%;
}
.header-container.type2.header-middle {
  height: 79px;
}
.header-container.type2 a {
  color: #fff;
}
.header-container.type2 .group-account {
  color: #fff;
  padding: 23px 0px;
  float: right;
}
.header-container.type2 .group-account .top-account {
  margin-left: -1px;
}
.header-container.type2 .group-account .top-account a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-container.type2 .group-account .top-account a:hover, .header-container.type2 .group-account .top-account a:active {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.header-container.type2.header-middle .group-social {
  margin: 0;
  float: left;
  padding-left: 9px;
}
.header-container.type2.header-middle .group-social li {
  padding: 21px 6.7px;
}
.header-container.type2.header-middle .group-social li:hover i {
  color: #cda96f;
}
.header-container.type2.header-middle .group-social li:hover .flaticon-commerce {
  color: #cda96f;
}
.header-container.type2.header-middle .group-social .top-wishlist {
  margin-left: -12px;
  margin-right: 7px;
}
.header-container.type2.header-middle .group-social .top-mini-cart {
  margin-left: 5px;
}
.header-container.type2.header-middle .group-social .top-mini-cart .cart-dd {
  right: 0;
}
.header-container.type2 .main-menu .nav {
  font-size: 13px;
  text-align: right;
}
.header-container.type2 .main-menu .nav .menu-item a {
  padding: 30px 21px 29px 20px;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .main-menu .nav .menu-item:hover > a {
  background-color: #cda96f;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .main-menu .nav .menu-item:last-child > a {
  color: #cda96f;
}
.header-container.type2 .main-menu .nav .menu-item:last-child:hover > a {
  color: #fff;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .mega-menu .title-menu {
  padding-left: 29px;
}
.header-container.type2 .mega-menu .title-menu h2 {
  margin-top: 17px;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}
.header-container.type2 .mega-menu .links-mega {
  padding-left: 59px;
}
.header-container.type2 .mega-menu .links-mega .item__menu {
  padding-left: 30px;
}
.header-container.type2 .mega-menu .links-mega .item__menu a {
  text-decoration: none;
  padding: 0;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item {
  margin-bottom: 13px;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item li {
  margin-bottom: 10px;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item li:hover a {
  color: #cda96f;
  -moz-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item a {
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title {
  border-bottom: 1px #8a8a8a solid;
  padding-bottom: 8px;
  margin-bottom: 7px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title a {
  color: #000;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title:hover {
  border-bottom: 1px #cda96f solid;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title:hover a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #cda96f;
}
.header-container.type2 .mega-menu .links-mega .item__menu .add.item {
  color: #000;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .add.item:hover {
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #cda96f;
}
@media (min-width: 992px) {
  .parent-megamenu:hover .mega-menu {
    display: block ;
  }

  .no-position {
    position: inherit ;
  }
}
/*begin form search*/
.form-search {
  width: 70%;
  margin: 0 auto;
}
.form-search .form__input {
  padding: 20px 85px 20px 40px;
  font-size: 18px;
  color: #444444;
  border-radius: 99px;
  border: none;
  outline: none;
  width: 100%;
}
.form-search .form__button {
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
}
.form-search .form__button:focus {
  outline: none;
}
.form-search .form__button i:before {
  font-size: 30px;
  font-weight: bold;
  color: #cda96f;
}

/*end form search*/
@media (max-width: 1200px) {
  .header-container.type2.header-middle .main-menu .nav .menu-item a {
    padding: 30px 15px 29px 15px ;
  }
}
@media (max-width: 992px) {

  .header-container.type2.header-middle .main-menu .nav .menu-item a {
    padding: 30px 15px 29px 15px ;
  }
  .header-container .header-middle .mobile-menu{
    margin-top:10px;
  }
  .header-container .header-middle .logo-mobile{
    margin-top:10px;
  }
  .header-container .header-middle .box__item{
    margin-top:10px;
  }

}
@media (max-width: 786px) {

  .filter-product .filter-mobile ul .item {
    padding:10px 10px;
    font-family: 'Montserrat Light';
  }
  .header-container.type2{
    position: relative;
    width: 100%;
  }
  .header-container.type2.header-middle .logo{
    padding: 5px 0;
  }
  .header-container.type2.header-middle .group-social{
    float: right ;
  }
  .header-container.type2.header-middle .group-social li{
    padding: 0 ;
  }
  .header-container.type2.header-middle .group-social .top-search{
    padding: 0 ;
  }

}

@media (min-width: 1200px) {
  .header-container.type2.fix-width .col-lg-8 {
    width: 67% ;
  }
  .header-container.type2.fix-width .col-lg-3 {
    width: 23.1% ;
    padding-left: 0;
  }
  .header-container.type2.fix-width .col-lg-1 {
    width: 9.9% ;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-container.type2 .logo {
    padding: 9px 0 ;
  }
  .header-container.type2 .logo .group-account {
    padding: 11px 0px;
  }
}
@media (max-width: 991px) {
  .header-container.type2 .group-account {
    padding: 11px 0px;
  }
  .header-container.type2 .box__middle {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-container.type2 .logo-mobile {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 33.3% ;
    text-align: center;
  }
  .header-container.type2 .logo-mobile .logo {
    text-align: center;
  }

  .header-container.type2 .box__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 33.3% ;
  }
  .header-container .header-middle .box__middle{
    margin-top:-10px!important;
  }

  .header-container.type2.header-middle .group-social, .header-container.type4 .header-middle .group-social{float:right!important;}
 
}
@media (max-width: 420px) {
  .header-container.type2 .logo-mobile {
    width: 40% ;
  }
  .header-container.type2 .mobile-menu {
    width: 20% ;
    padding: 0;
  }
  .header-container.type2 .box__item {
    width: 40% ;
    padding: 0;
  }
}

.product-categories {
  margin-top: 67px;
}
.product-categories .product-categories__left .item-cat {
  overflow: hidden;
}
.product-categories .product-categories__left .item-cat .item-cat--img img {
  width: 100%;
  transform: scale(1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .product-categories__left .item-cat .item-cat--title {
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .product-categories__left .item-cat .item-cat--title a {
  text-decoration: none;
  color: #fff;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .product-categories__right .item-cat {
  margin-bottom: 30px;
}
.product-categories .product-categories__right .item-cat .item-cat--img {
  max-width: 100%;
}
.product-categories .product-categories__right .item-cat .item-cat--img img {
  width: 100%;
}
.product-categories .product-categories__right .item-cat .item-cat--title {
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .product-categories__right .item-cat .item-cat--title a {
  text-decoration: none;
  color: #fff;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .item-cat:hover .item-cat--img {
  overflow: hidden;
}
.product-categories .item-cat:hover .item-cat--img img {
  width: 100%;
  transform: scale(1.1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .item-cat:hover .item-cat--title {
  top: 0;
  transform: translateY(0);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-categories .item-cat:hover .item-cat--title a {
  color: #cda96f;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .product-categories .col-lg-5 {
    width: 38% ;
    padding-right: 0;
  }
  .product-categories .col-lg-7 {
    width: 59% ;
    padding-left: 0;
    float: right;
  }
}
@media (max-width: 992px) {
  .product-categories__left {
    margin-bottom: 30px;
  }
}
/* # Star Picks */
.star-picks {
  margin-top: 67px;
  padding-bottom: 40px;
}
.star-picks .star-picks__box {
  overflow: hidden;
}
.star-picks .star-picks__title {
  left: inherit;
  right: 60px;
  margin-top: 10px;
}
.star-picks .star-picks__box-text {
  max-width: 75px;
}
.star-picks .star-picks__box-text span {
  display: block;
  text-transform: capitalize;
  color: #505050;
  line-height: 1.1;
}
.star-picks .star-picks__box-text span > span {
  margin-left: -28px;
}
.star-picks .star-picks__content > .star-picks-slider {
  margin-top: -30px;
}
.star-picks .star-picks__content > .star-picks-slider .owl-stage-outer {
  padding-top: 30px;
}
.star-picks .star-picks__content > .star-picks-slider .owl-stage-outer .owl-item {
  margin-bottom: 12px;
}

.star-picks .star-picks__content .item--box {
  position: relative;
  margin-bottom: 45px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .item--box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.star-picks .star-picks__content .item--box:hover {
  box-shadow: 0px 7px 27px 3px #ccc;
}
.star-picks .star-picks__content .item--box:hover .item-box1 {
  border-color: transparent;
  -moz-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.star-picks .star-picks__content .item--box:hover .box-content {
  background-color: #fff;
  left: 0px;
  right: 0px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 -1px 0 1px #fff;
}
.star-picks .star-picks__content .item--box:hover .box-content .add-cart {
  padding-top: 22px;
  height: 100%;
  overflow: visible;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .item--box:hover .box-content .add-cart button {
  width: 100%;
  font-size: 15px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .item-box1 {
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid #bcbcbc;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .box-img {
  width: 100%;
  position: absolute;
}
.star-picks .star-picks__content .box-content {
  position: absolute;
  top: 77%;
  z-index: 10;
  left: 0px;
  right: 0px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .title-product-star {
  color: #505050;
  background-color: #fff;
}
.star-picks .star-picks__content .box-content .title-product-star h6 {
  margin: 0;
}
.star-picks .star-picks__content .box-content .title-product-star a {
  color: #505050;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .title-product-star a:hover {
  color: #cda96f;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .add-cart {
  overflow: hidden;
  height: 0;
  width: 102%;
  margin-left: -1%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .add-cart button {
  color: #fff;
  border: none;
  background-color: #000;
  text-decoration: none;
  padding: 14px 0;
  display: block;
  padding-top: 15px;
  font-family: "Elsie";
  font-weight: normal;
  font-size: 15px;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .add-cart button:hover {
  background-color: #cda96f;
}
.star-picks .star-picks__content .img-left {
  left: -20px;
}
.star-picks .star-picks__content .img-right {
  right: -20px;
}
.star-picks .star-picks__content .img-top {
  top: -25px;
}
.star-picks .star-picks__content .img-bottom {
  bottom: -30px;
}
.star-picks .item ul li {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.star-picks .owl-carousel .owl-stage-outer {
  z-index: 1;
}
.star-picks .owl-nav {
  display: none;
}
.star-picks .owl-dots {
  position: absolute;
  right: 22px;
  bottom: -15px;
  z-index: 0;
}
.star-picks .owl-dots .owl-dot {
  float: left;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background-color: #c2c2c2;
}
.star-picks .owl-dots .owl-dot.active {
  background-color: #000;
}

@media (max-width: 767px) {
  .star-picks {
    margin-top: 10px;
  }
  .star-picks .item--box {
      margin-top: 45px;
  }
  .star-picks .star-picks__content .item--box .item-box1 {
    border-color: transparent;
  }
  .star-picks .star-picks__content .item--box .box-content {
    background-color: #fff;
    left: 0px;
    right: 0px;
  }
  .star-picks .star-picks__content .item--box .box-content .add-cart {
    margin-top: 15px;
    padding-top: 0px;
    height: 100%;
    overflow: visible;
    width: 100%;
    margin-left: 0;
  }
  .star-picks .star-picks__content .item--box .box-content .add-cart button {
    width: 100%;
    font-size: 15px;
  }
  .block-stats .item-features{

    margin:35px 0;
  }
  .features .item-features:first-child{
    margin-top:40px;
  }
  .limited-time-offer .limited-time-offer__time{
    margin-top: 10px!important;
  }
}
.best-seller {
  margin-top: 42px;
}
.best-seller .label-seller {
  right: auto;
  background-color: #000;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  text-align: center;
  padding: 13px 10px 0;
  left: -5px;
  top: -10px;
}

.container-slider {
  margin-right: auto;
  margin-left: auto;
}
.container-slider .product-slider .owl-stage-outer {
  overflow: inherit ;
}

@media (max-width: 768px) {
  .container-slider {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-slider {
    width: 750px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .container-slider {
    width: 970px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    width: 1214px;
    overflow: hidden;
    padding-left: 25px;
  }
  .container-slider .product-slider {
    width: 1164px;
  }
}
.product-slider {
  margin-top: -3px;
}
.product-slider .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-slider .list-product .item {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item .img__product {
  margin-bottom: 40px;
}
.product-slider .list-product .item .cart-item-info {
  overflow: hidden;
  bottom: 0;
  left: 20px;
  right: 18px;
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-slider .list-product .item .cart-item-info .title-content {
  padding: 17px 0 23px 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item .cart-item-info .title-content > a {
  display: inline-block;
  width: 100%;
  padding: 8px 10px 5px 10px;
  text-decoration: none;
  color: #505050;
}
.product-slider .list-product .item .cart-item-info .title-content > a:hover {
  color: #cda96f;
}
.product-slider .list-product .item .cart-item-info .title-content > span {
  color: #505050;
}
.product-slider .list-product .item .cart-item-info .add-cart-item {
  position: relative;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item .cart-item-info .add-cart-item button {
  position: absolute;
  background-color: #000;
  padding: 10px 32px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  bottom: -100px;
  border: none;
}
.product-slider .list-product .item .cart-item-info .add-cart-item button:hover {
  background-color: #cda96f;
}
.product-slider .list-product .item .cart-item-info .ratings .rating-box .rating {
  background-image: url("../images/rating.png");
  background-size: cover;
  width: 114px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.product-slider .list-product .item:hover {
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.53);
  margin: 0;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item:hover .cart-item-info {
  border: none;
  left: 0px;
  right: 0px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item:hover .cart-item-info .title-content > a {
  padding: 10px 0 5px 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item:hover .cart-item-info .title-content .add-cart-item {
  margin-top: 60px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .list-product .item:hover .cart-item-info .title-content .add-cart-item button {
  position: absolute;
  left: 60px;
  bottom: 8px;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev {
  display: inline-block;
  left: -23px;
  right: auto;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  text-align: center;
  display: table;
  background-color: #fff;
  margin-top: -17px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev:hover {
  background-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev:hover i:before {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-next {
  display: inline-block;
  right: -23px;
  left: auto;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  text-align: center;
  display: table;
  background-color: #fff;
  margin-top: -17px;
}
.product-slider .owl-controls .owl-nav .owl-next:hover {
  background-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-next:hover i:before {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav i {
  display: table-cell;
  vertical-align: middle;
  color: #c6c6c6;
  font-size: 22px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@-moz-document url-prefix() {
  .product-slider .item:hover {
    box-shadow: 0 29px 22px -2px rgba(0, 0, 0, 0.53) ;
  }
}
@media (max-width: 1200px) {
  .product-slider .owl-controls {
    display: none ;
  }
}
@media (max-width: 992px) {
  .product-slider .item:hover .cart-item-info .title-content .add-cart-item button {
    left: 0 ;
    right: 0;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .product-slider .item {
    margin: 0;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .product-slider .item .cart-item-info {
    border: none;
    left: 0px;
    right: 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .product-slider .item .cart-item-info .title-content > a {
    padding: 10px 0 5px 0;
  }
  .product-slider .item .cart-item-info .title-content .add-cart-item {
    margin-top: 60px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .product-slider .item .cart-item-info .title-content .add-cart-item button {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    left: 0 ;
    right: 0;
    width: 80%;
    margin: auto;
    bottom: 8px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .link-add {
    left: 50%;
    -webkit-transform: translateX(0);
  }

  ::i-block-chrome, .container-slider {
    padding-left: 33px ;
  }

  ::i-block-chrome, .owl-next {
    right: -15px ;
  }
}
.banner-img {
  background-color: #f8f8f8;
}
.banner-img .banner-content {
  padding-top: 95px;
  padding-bottom: 95px;
  margin-right: -7px;
  margin-left: 4px;
}
.banner-img .banner-content h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 1px;
  margin-top: -15px;
  font-size: 20px;
}
.banner-img .banner-content h2 {
  letter-spacing: 1px;
  margin: 3px 0 19px -2px;
  border-bottom: 2px #505050 solid;
  padding-bottom: 15px;
  font-size: 20px;
}
.banner-img .banner-content p {
  letter-spacing: 0.3px;
  font-size: 14px;
  color: #505050;
}
.banner-img .banner-content a {
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* # Slider Banner */
.home-slider.type2 .slide-type-4 .owl-caption {
  margin-top: 54px;
  margin-left: 13px;
}
.home-slider.type2 .slide-type-4 h1 {
  color: #000;
  margin: 0;
  margin-bottom: 13px;
  letter-spacing: 1px;
}
.home-slider.type2 .slide-type-4 a {
  text-decoration: none;
  display: inline-block;
  margin-top: 34px;
  letter-spacing: 2px;
  padding: 15px 47px;
  margin-left: -11px;
}
.home-slider.type2 .owl-controls .owl-prev {
  position: absolute;
  display: inline-block;
  bottom: unset;
  left: 0;
  right: unset;
  margin-top: 40px;
}
.home-slider.type2 .owl-controls .owl-prev i {
  position: relative;
}
.home-slider.type2 .owl-controls .owl-prev i:before {
  color: #c2c2c2;
  font-size: 40px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type2 .owl-controls .owl-prev:hover i:before {
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type2 .owl-controls .owl-next {
  position: absolute;
  display: inline-block;
  bottom: unset;
  right: 0;
  left: unset;
  margin-top: 40px;
}
.home-slider.type2 .owl-controls .owl-next i {
  position: relative;
}
.home-slider.type2 .owl-controls .owl-next i:before {
  color: #c2c2c2;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 40px;
}
.home-slider.type2 .owl-controls .owl-next:hover i:before {
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 992px) {
  .slide-type-2 .layout-slide {
    text-align: right;
  }
  .home-slider.type2 .owl-controls {
    display: none ;
  }
  .home-slider.type2 .owl-controls .owl-prev {
    display: none ;
  }
  .home-slider.type2 .owl-controls .owl-next {
    display: none ;
  }
}
@media (max-width: 768px) {
  .slide-type-4 .owl-caption {
    margin: 0 ;
  }
}
.latest-post .main__blog {
  margin-top: 10px;
}

.item__blog .latest-img {
  overflow: hidden;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.item__blog .latest-img a img {
  transform: scale(1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.item__blog:hover .latest-img {
  box-shadow: 0px 0px 29px 0px #d0d0d0;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.item__blog:hover .latest-img a img {
  transform: scale(1.1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.blog .content-blog {
  display: inline-block;
  padding: 26px 30px 31px;
  margin: -28px 10px 0;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #fff;
  z-index: 2;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog a {
  text-decoration: none;
}
.blog .content-blog a h4 {
  color: #505050;
  margin: 0;
  margin-top: -8px;
  line-height: 26px;
  letter-spacing: 0.4px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog a h4:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog h6 {
  display: inline-block;
  color: #505050;
  margin-top: 14px;
  margin-left: 2px;
  letter-spacing: 0.1px;
}
.blog .content-blog h6 a {
  color: #505050;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog h6 a:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog p {
  margin-top: 9px;
  margin-left: 1px;
  letter-spacing: 0.44px;
  line-height: 1.9;
}
.blog .content-blog .link-blog {
  display: inline-block;
  margin-top: 11px;
}
.blog .content-blog .link-blog a {
  margin-left: 1px;
  margin-right: 8px;
  color: #979797;
  border: 1px #979797 solid;
  padding: 2px 13px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog .link-blog a:hover {
  background-color: #cda96f;
  color: #fff;
  border-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .content-blog .comment-blog {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  margin-right: -6px;
  letter-spacing: 0.7px;
  float: right;
  color: #979797;
  margin-top: 13px;
}
.blog .content-blog .comment-blog:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 992px) {
  .item__blog {
    margin-bottom: 20px;
  }
  .item__blog .latest-img a img {
    width: 100%;
  }
}
/* # Features */
.features {
  background-color: #f3f3f3;
}
.features .item-features {
  padding: 50px 60px 62px 52px;
}
.features .item-features .features__icon i:before {
  color: #cda96f;
}
.features .item-features .features__icon .flaticon-transport:before {
  margin-bottom: 6px;
  display: inline-block;
  font-size: 60px;
}
.features .item-features .features__icon .flaticon-24-hours:before {
  font-size: 47px;
  margin-top: 9px;
  display: inline-block;
  margin-left: -3px;
  margin-bottom: 15px;
}
.features .item-features .features__icon .flaticon-shield:before {
  font-size: 52px;
  display: inline-block;
  margin-top: 5px;
  margin-left: -4px;
  margin-bottom: 12px;
}
.features .item-features .features__content h4 {
  color: #505050;
  line-height: 1.5;
  letter-spacing: 0.46px;
  margin-top: 5px;
}
.features .item-features .features__content P {
  color: #979797;
  margin-top: 29px;
  line-height: 1.78;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .features .item-features {
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center;
  }
}
/* # Footer */
#footer {
  display: inline-block;
  float: left;
  width: 100%;
}
#footer .footer-container {
  border-bottom: 1px solid #e9e9e9;
}
#footer .footer-container .footer-middle .content-claritas p {
  color: #757575;
  font-family: "PT Serif";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 25px 0;
}
#footer .footer-container .footer-middle .newsletter-footer {
  display: inline-block;
  /*left: 20.8%;*/
  max-width: 702px;
  float: none;
}
#footer .footer-container .footer-middle .newsletter-footer .form-control-1 {
  float: left;
  height: 45px;
  color:#111;
  letter-spacing: 0.7px;
  margin-right: 20px;
  max-width: 457px;
  padding-left: 22px;
  width: 471px;
  border:1px solid #ccc;
}
#footer .footer-container .footer-middle .newsletter-footer .email {
  font-size: 14px;
  height: 45px;
}
#footer .footer-container .footer-middle .social-icon {
  margin: 0;
  padding: 36px 0 24px;
}
#footer .footer-container .footer-middle .social-icon li {
  padding: 0 8px;
}
#footer .footer-container .footer-middle .social-icon li a {
  color: #9f9f9f;
  text-decoration: none;
}
#footer .footer-container .footer-middle .social-icon li a:hover {
  color: #cda96f;
}
#footer .footer-container .footer-middle .social-icon li a i::before {
  font-size: 15px;
}
#footer .footer-container .footer-middle .menu-footer {
  font-family: "PT Serif";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-top: 10px;
  margin-bottom: 34px;
}
#footer .footer-container .footer-middle .menu-footer li {
  padding: 0 19px;
}
#footer .footer-container .footer-middle .menu-footer li a {
  color: #757575;
  text-decoration: none;
}
#footer .footer-container .footer-middle .menu-footer li a:hover {
  color: #cda96f;
}
#footer .footer-container .footer-bottom {
  border-top: 1px solid #e9e9e9;
}
#footer .footer-container .footer-bottom p {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  margin: 26px 0 30px;
}

/* man hinh (767px)*/
@media screen and (max-width: 767px) {
  #footer .footer-container .footer-middle .menu-footer li {
    line-height: 3;
    margin-right: 0;
    padding: 0 12px;
  }
  #footer .footer-container .footer-middle .newsletter-footer .form-control-1 {
    float: left;
    height: 50px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 462px;
    padding-left: 22px;
    width: 100%;
  }
  #footer .footer-container .footer-middle .content-claritas p {
    color: #757575;
    font-family: "PT Serif";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding: 25px 0;
  }
  #footer .footer-container .footer-middle .content-claritas p br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-container .footer-middle .content-claritas p {
    font-size: 14px;
  }

  #footer .footer-container .footer-middle .menu-footer li {
    width: 100%;
  }
}
/* # Time Offer */
.limited-time-offer {
  margin-top: 45px;
}
.limited-time-offer .limited-time-offer__time {
  margin-top: 53px;
}
.limited-time-offer .limited-time-offer__time .time-title {
  color: #505050;
  margin-bottom: 35px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 {
  margin-top: 11px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 .text1 {
  letter-spacing: 1px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 .text2 {
  display: inline-block;
  font-size: 19px ;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell {
  display: inline-block;
  width: 92px;
  height: 116px;
  border: 2px #ccc solid;
  text-align: center;
  padding: 18px 0;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
  font-size: 35.7px;
  color: #505050;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: -5px;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell .tab-metr {
  font-size: 20.5px;
  color: #979797;
  text-transform: capitalize;
}
.limited-time-offer .price-time-offer {
  left: unset;
  bottom: 27px;
  right: 3px;
  display: inline-block;
  width: 142px;
  height: 142px;
  text-align: center;
  background-color: #ebebeb;
  border: 5px #fff solid;
  color: #505050;
  border-radius: 100px;
  padding: 40px 0;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.47);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .price-time-offer .price {
  font-weight: bold;
  font-size: 30px;
  color: #505050;
  display: block;
  line-height: 1.1;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .price-time-offer .un-price {
  font-size: 20px;
  color: #cda96f;
  font-weight: bold;
  text-decoration: line-through;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide {
  margin-left: -30px;
  padding-left: 19px;
}
.limited-time-offer .limited-time-offer__slide .block-time-offer {
  padding-left: 0;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer {
  background-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .price {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .un-price {
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev {
  display: inline-block;
  left: -14px;
  right: auto;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  text-align: center;
  display: table;
  background-color: #fff;
  margin-top: 30px;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover {
  background-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover i:before {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
  display: inline-block;
  right: -52px;
  left: auto;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  text-align: center;
  display: table;
  background-color: #fff;
  margin-top: 30px;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover {
  background-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover i:before {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav i {
  display: table-cell;
  vertical-align: middle;
  color: #c6c6c6;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .limited-time-offer .owl-controls {
    display: none ;
  }
}
@media (max-width: 1200px) {
  .limited-time-offer .limited-time-offer__time {
    text-align: center;
  }
  .limited-time-offer .limited-time-offer__time #time {
    display: inline-block;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .limited-time-offer .limited-time-offer__time .timer .table-cell {
    width: 70px ;
    height: 95px;
    margin-right: 15px;
  }
  .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
    font-size: 26px;
  }
  .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-metr {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .limited-time-offer .limited-time-offer__time .timer .table-cell {
    margin: 5px;
    width: 60px ;
    height: 85px;
  }
  .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
    font-size: 24px;
  }

}
/* # Stats */
.stats {
  background-color: #e6e6e6;
  margin-top: 78px;
}
.stats .block-stats {
  padding: 38px 0 55px 0;
}
.stats .block-stats .item-features {
  color: #505050;
  letter-spacing: 0.5px;
}
.stats .block-stats .item-features h1 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .stats .item-features h1 {
    font-size: 30px ;
  }
}
/* # Blog Pages */
.page-blog, .page-blog-sidebar {
  padding: 55px 0 55px 0;
}
.page-blog .main__blog, .page-blog-sidebar .main__blog {
  margin-top: 25px;
  padding: 0;
}
.page-blog .main__blog .item__blog, .page-blog-sidebar .main__blog .item__blog {
  margin-bottom: 76px;
}
.page-blog .btn-load a, .page-blog-sidebar .btn-load a {
  text-decoration: none;
  border: 1px #cda96f solid;
  color: #cda96f;
  display: inline-block;
  padding: 20px 102px;
}
/* ## Sidebar Blog */
.sidebar-search-form {
  position: relative;
  height: 65px;
  max-width: 100%;
  margin-bottom: 30px;
}
.sidebar-search-form .form-control {
  padding-left: 70px;
  padding-top: 5px;
  border: 1px solid RGBA(100, 100, 100, 0.74);
}
.sidebar-search-form input {
  font-size: 16px ;
  font-weight: 100;
  font-family: 'Montserrat Light';
  color: #979797;
  height: 58px;
  letter-spacing: 0.5px;
}
.sidebar-search-form .flaticon-search:before {
  color: #646464;
}
.sidebar-search-form .btn-search {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  left: 20px;
  position: absolute;
  top: 11px;
  font-size: 24px;
}
.sidebar-search-form .fa {
  font-size: 20px;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .page-blog .main__blog .item__blog, .page-blog-sidebar .main__blog .item__blog {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item__blog:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item__blog:nth-child(2n+1) {
    clear: both;
  }
}
.page-blog-sidebar .main__blog {
  margin-top: 0px;
}

.sidebar-blog.sidebar .sidebar__categories .list-categories li {
  margin-bottom: 20px;
}
.sidebar-blog.sidebar .sidebar__categories .list-categories a {
  text-decoration: none;
  color: #000;
}
.sidebar-blog.sidebar .sidebar__categories .list-categories a:hover, .sidebar-blog.sidebar .sidebar__categories .list-categories a:active, .sidebar-blog.sidebar .sidebar__categories .list-categories a:focus {
  color: #cda96f;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item {
  display: inline-block;
  margin-bottom: 17px;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item a {
  float: left;
  display: inline-block;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post {
  padding-left: 25px;
  max-width: 63%;
  float: left;
  display: inline-block;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a {
  color: #505050;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a:hover {
  color: #cda96f;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post h6 {
  display: inline-block;
  color: #505050;
  margin-top: 14px;
  letter-spacing: 0.1px;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post h6 a {
  float: none;
}
.sidebar-blog.sidebar .list-archives li {
  margin-bottom: 20px;
}
.sidebar-blog.sidebar .list-archives a {
  text-decoration: none;
  color: #000;
}
.sidebar-blog.sidebar .list-archives a:hover, .sidebar-blog.sidebar .list-archives a:active, .sidebar-blog.sidebar .list-archives a:focus {
  color: #cda96f;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item {
  display: inline-block;
  margin-bottom: 17px;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item a {
  float: left;
  display: inline-block;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent {
  padding: 8px 0;
  padding-left: 25px;
  max-width: 70%;
  float: left;
  display: inline-block;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent p {
  color: #929292;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link {
  color: #505050;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link:hover {
  color: #cda96f;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags {
  color: #979797;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags span {
  border: 1px #979797 solid;
  padding: 8px 20px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags span:hover {
  border: 1px #cda96f solid;
  background-color: #cda96f;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (min-width: 992px) {
  .blog-single-sidebar .layout-blog-single .content-blog-single {
    margin-right: 10px ;
    margin-top: -57px ;
    margin-left: 10px ;
  }
}
.sidebar .block_sidebar {
  border-top: 1px #636363 solid;
}
.sidebar .block_sidebar .panel-group .panel {
  border-radius: unset;
  border: none;
  box-shadow: none;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading {
  background: unset;
  padding: 30px 28px;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .panel-title a {
  text-decoration: none;
  color: #000;
  display: block;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .panel-title a:before {
  float: right;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .collapse-close a:before {
  transform: rotate(90deg) ;
  -webkit-transform: rotate(90deg) ;
}
.sidebar .block_sidebar .panel-group .panel .collapse .panel-body {
  border: none;
  padding: 15px 28px ;
}
.sidebar .block_sidebar .panel-body {
  border: none;
  padding: 15px 28px ;
}

@media (max-width: 767px) {
  .search-sidebar .btn-search {
    left: 20px ;
    padding: 0;
  }
}
/* ## Single Blog Page */
.page-blog-single {
  padding: 51px 0 60px 0;
}
.page-blog-single .img-full {
  width: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single {
  margin-right: 38px;
  margin-top: -57px;
  margin-left: 30px;
  background: #fff;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 36px 35px;
  padding-right: 40px;
  padding-bottom: 48px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content {
  text-decoration: none;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content h4 {
  letter-spacing: 0.4px;
  margin-top: 0;
  margin-bottom: 43px;
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content:hover h4 {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content {
  color: #646464;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content p {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote {
  color: #cda96f;
  margin: 48px 140px 60px 103px;
  position: relative;
  letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote:before {
  content: '\201C';
  font-size: 75px;
  position: absolute;
  left: -51px;
  top: -8px;
  line-height: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote:after {
  content: '\201C';
  font-size: 75px;
  position: absolute;
  right: -23px;
  top: 37px;
  line-height: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text {
  margin: 47px 125px 53px 66px;
  padding: 0;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text li {
  padding-left: 40px;
  position: relative;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text li:before {
  content: '';
  color: #cda96f;
  line-height: 0;
  position: absolute;
  left: 1px;
  top: 5px;
  background-color: #cda96f;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 30px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share {
  margin-top: 47px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share h6 {
  letter-spacing: 0.3px;
  margin-bottom: 22px;
  color: #646464;
  display: block;
  margin-bottom: 20px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share a {
  text-decoration: none;
  -moz-transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  overflow: hidden;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share a:hover {
  -moz-transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo {
  position: relative;
  padding: 10px 22px 10px 44px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  background: #4867aa;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo:before {
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 3px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo::after {
  content: 'Share to Facebook';
  font-family: 'Montserrat Light';
  font-size: 11px;
  letter-spacing: 0.4px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter {
  border-radius: 30px;
  padding: 10px 19px 10px 26px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #00aced;
  margin-left: 12px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter:hover {
  padding-right: 130px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter:before {
  font-size: 22px;
  position: absolute;
  left: 12px;
  top: 2px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter::after {
  content: 'Share to Twter';
  font-family: 'Montserrat Light';
  font-size: 11px;
  letter-spacing: 0.4px;
  position: absolute;
  width: 100px;
  top: 9px;
  left: 45px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button {
  position: relative;
  padding: 10px 15px 10px 31px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  background: #ba2222;
  margin-left: 14px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button:hover {
  padding-right: 130px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button:before {
  font-size: 22px;
  position: absolute;
  left: 11px;
  top: 2px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button::after {
  content: 'Share to Google';
  font-family: 'Montserrat Light';
  font-size: 11px;
  letter-spacing: 0.4px;
  position: absolute;
  width: 101px;
  top: 9px;
  left: 45px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 23px 41px;
  margin: 30px 0;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .img-author {
  display: inline-block;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a {
  display: block;
  text-decoration: none;
  color: #646464;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a:last-child {
  color: #979797;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a:hover {
  color: #cda96f;
}
.page-blog-single .layout-blog-single .blog-info h6 {
  display: inline-block;
  color: #505050;
  margin-top: 14px;
  margin-left: 2px;
  letter-spacing: 0.1px;
}
.page-blog-single .layout-blog-single .blog-info h6 a {
  color: #505050;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .blog-info h6 a:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .blog-info .link-blog {
  display: inline-block;
  margin-top: 8px;
}
.page-blog-single .layout-blog-single .blog-info .link-blog a {
  margin-left: 1px;
  margin-right: 8px;
  color: #979797;
  border: 1px #979797 solid;
  padding: 2px 13px;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .blog-info .link-blog a:hover {
  background-color: #cda96f;
  color: #fff;
  border-color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .blog-info > a {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
  cursor: pointer;
  margin-right: -6px;
  margin-top: 15px;
  letter-spacing: 0.7px;
  display: block;
  color: #979797;
}
.page-blog-single .layout-blog-single .blog-info > a:hover {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page-blog-single .comment {
  padding: 4px 79px;
  padding-right: 0;
}
.page-blog-single .comment p {
  margin-bottom: 1px;
  letter-spacing: 0.5px;
}
.page-blog-single .comment .content-comment {
  display: inline-block;
  width: 100%;
  margin-top: 33px;
  margin-left: 8px;
}
.page-blog-single .comment .content-comment .img-author {
  display: inline-block;
  float: left;
  width: 66px;
}
.page-blog-single .comment .content-comment .text-cmt {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 85%;
  padding-left: 20px;
}
.page-blog-single .comment .content-comment .text-cmt a {
  letter-spacing: 0.5px;
  display: block;
  text-decoration: none;
  color: #646464;
  margin-bottom: 14px;
}
.page-blog-single .comment .content-comment .text-cmt a:hover {
  color: #cda96f;
}
.page-blog-single .comment .content-comment .text-cmt h6 {
  color: #979797;
  letter-spacing: 0.5px;
}
.page-blog-single .comment .write-cmt {
  margin-top: 42px;
}
.page-blog-single .comment .write-cmt p {
  color: #505050;
}
.page-blog-single .comment .write-cmt form {
  display: inline-block;
  width: 100%;
}
.page-blog-single .comment .write-cmt form textarea {
  padding-top: 16px;
}
.page-blog-single .comment .write-cmt .input-name, .page-blog-single .comment .write-cmt .input-email, .page-blog-single .comment .write-cmt .input-comment {
  font-family: 'Montserrat Light' ;
  font-weight: normal;
  border: none;
  border-bottom: 1px #ccc solid;
  height: 53px;
  display: inline-block;
  margin-bottom: 0;
  color: #c2c2c2;
  margin-top: 8px;
  padding: 6px;
  letter-spacing: 0.5px;
}
.page-blog-single .comment .write-cmt .input-name:focus, .page-blog-single .comment .write-cmt .input-email:focus, .page-blog-single .comment .write-cmt .input-comment:focus {
  outline: none;
}
.page-blog-single .comment .write-cmt .input-comment {
  width: 100%;
}
.page-blog-single .comment .write-cmt .col-set {
  padding-top: 40px;
}
.page-blog-single .comment .write-cmt button {
  padding: 13px 43px;
}
.page-blog-single .comment .write-cmt .form-group input {
  width: 100%;
}
.page-blog-single .comment .write-cmt .form-control-focus {
  width: auto;
  left: 15px;
  right: 15px;
}
.page-blog-single .comment .write-cmt .form-control-focus:after {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  visibility: hidden;
  transition: .2s ease all;
}
.page-blog-single .comment .write-cmt .form-group input:focus ~ .form-control-focus {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.page-blog-single .comment .write-cmt .form-group input:focus ~ .form-control-focus::after {
  visibility: visible;
  left: 0;
  width: 100%;
  background-color: #ccc;
}

@media (max-width: 992px) {
  .page-blog-single .content-blog-single {
    margin-top: 10px ;
  }
  .page-blog-single .quote {
    margin: 48px 40px 60px 50px ;
  }
  .page-blog-single .quote:before {
    content: '' ;
  }
  .page-blog-single .quote::after {
    content: '' ;
  }
  .page-blog-single .write-cmt .form-group {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-blog-single .input-name, .page-blog-single .input-email {
    width: 47%;
  }
  .page-blog-single .blog__info {
    padding-left: 0px;
    margin-top: 26px;
  }
  .page-blog-single .page-blog-single .comment .write-cmt .input-name, .page-blog-single .page-blog-single .comment .write-cmt .input-email, .page-blog-single .page-blog-single .comment .write-cmt .input-comment {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .page-blog-single {
    padding: 51px 7px 55px 7px;
  }
  .page-blog-single .quote {
    margin: 48px 0px 60px 0px ;
  }
  .page-blog-single .list-text {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .page-blog-single .comment .content-comment .img-author {
    width: 100%;
  }
  .page-blog-single .comment {
    padding: 20px ;
  }
  .page-blog-single .comment > p {
    text-align: center;
  }
  .page-blog-single .comment .content-comment {
    text-align: center;
  }
  .page-blog-single .comment .text-cmt {
    width: 100% ;
  }
  .page-blog-single .author-info .img-author {
    margin: 10px auto;
    text-align: center;
    width: 100%;
  }
  .page-blog-single .author-info .link-author {
    text-align: center;
    margin: auto;
    width: 100%;
  }

}
/* # 404 Page */
@media (max-width: 768px) {
  .page-blog-single .layout-blog-single .content-blog-single {
    margin-left: 0 ;
    margin-right: 0 ;
  }
}
.head-404 {
  background: #f4f4f4;
  height: 265px;
  margin-top: 95px;
}
.head-404 .number-404 {
  color: #dfdfdf;
  font-size: 250px;
  letter-spacing: 25px;
  line-height: 1;
  margin: 0;
  padding-left: 50px;
}

.content-404 {
  position: relative;
}
.content-404 .content-page404::before {
  content: url("../images/404_bg.png");
  display: block;
  left: -385px;
  position: absolute;
  top: -360px;
}
.content-404 .content-page404 .details {
  padding: 5px 50px;
}
.content-404 .content-page404 .details h3 {
  color: #505050;
  font-family: PT Serif;
  font-size: 45px;
  font-weight: lighter;
  line-height: 1.2;
}
.content-404 .content-page404 .details p {
  color: #979797;
  font-size: 23px;
  line-height: 2;
}
.content-404 .content-page404 .details form {
  padding: 30px 80px;
}
.content-404 .content-page404 .details form .form-control {
  border: 1px solid #979797;
  height: 80px;
  padding: 0 45px;
  width: 520px;
  font-size: 25px;
  color: #999;
}
.content-404 .content-page404 .details form .form-control::-moz-placeholder {
  letter-spacing: 2px;
  font-size: 25px;
}
.content-404 .content-page404 .details form .button-back {
  margin-bottom: 70px;
  margin-top: 38px;
}
.content-404 .content-page404 .details form .button-back .button-text {
  background: white;
  border: 1px solid #505050;
  padding: 25px 33px;
}
.content-404 .content-page404 .details form .button-back .button-text span {
  letter-spacing: 0;
  font-weight: bold;
}
.content-404 .content-page404 .details form .button-back .button-text:hover {
  background: #cda96f;
  color: white;
  border: 1px solid #cda96f;
}

@media (max-width: 991px) {
  .head-404 h1 {
    text-align: center;
  }

  .content-404 .content-page404:before {
    content: '';
  }
}
@media (max-width: 767px) {
  .head-404 h1 {
    padding-left: 0 ;
  }

  .content-404 .content-page404 .details {
    padding: 5px 0;
  }
  .content-404 .content-page404 .details form {
    padding: 0;
  }
  .content-404 .content-page404 .details form .input-medium {
    width: 100%;
  }
  .content-404 .content-page404 .details form .form-control {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .head-404 {
    margin-top: 0;
    height: auto;
  }
  .head-404 h1 {
    font-size: 125px ;
  }
  .header-container .header-middle .box__item .top-wishlist{display:none;}
  .header-container .header-middle .box__item .top-search{display:none;}
}
.footer-ctnabout {
  margin-top: 54px;
}
/* # About Us Page */
.about-us .about-banner .about-hero-images img {
  width: 100%;
}
.about-us .about-banner .about-text {
  top: 39%;
}
.about-us .about-banner .about-text h1 {
  text-shadow: 0px 8px 20px rgba(255, 255, 255, 0.9);
  letter-spacing: 5px;
}
.about-us .col-desc {
  margin-top: -20px;
}
.about-us .col-desc .col-desc-item .content-left {
  padding: 0 35px;
}
.about-us .col-desc .col-desc-item .content-left .text-top {
  padding-bottom: 18px;
}
.about-us .col-desc .col-desc-item .content-left .text-top p {
  letter-spacing: 1.5px;
  line-height: 2;
  color: #505050;
}
.about-us .col-desc .col-desc-item .content-left .text-bottom p {
  letter-spacing: 1.5px;
  line-height: 2;
  color: #505050;
}
.about-us .col-desc .col-desc-item .content-right {
  padding: 0 37px;
}
.about-us .col-desc .col-desc-item .content-right .text-top {
  padding-bottom: 18px;
}
.about-us .col-desc .col-desc-item .content-right .text-top p {
  letter-spacing: 1.5px;
  line-height: 2;
  color: #505050;
}
.about-us .col-desc .col-desc-item .content-right .text-bottom p {
  letter-spacing: 1.5px;
  line-height: 2;
  color: #505050;
}
.about-us .team-about-us .about-title h3 {
  letter-spacing: 1.8px;
  padding: 30px 0 55px;
}
.about-us .team-about-us .about-widths {
  padding: 0 25px;
}
.about-us .team-about-us .post-image {
  width: 100%;
}
.about-us .team-about-us .team__box {
  margin: 0 13px;
  transition: all 0.7s ease 0s;
}
.about-us .team-about-us .team__box:hover {
  box-shadow: 0 1px 12px #ddd;
  transition: all 0.7s ease 0s;
}
.about-us .team-about-us .team__box:hover .team-content {
  padding-bottom: 140px;
  transition: all 0.7s ease 0s;
  opacity: 1;
}
.about-us .team-about-us .team__box .team-content {
  background: white none repeat scroll 0 0;
  overflow: hidden;
  position: relative;
  top: -30px;
  transition: all 0.7s ease 0s;
  opacity: 0;
}
.about-us .team-about-us .team__box .team-content .team-content2 {
  position: absolute;
  width: 100%;
}
.about-us .team-about-us .team__box .team-content h4 {
  letter-spacing: 2.3px;
  padding: 16px 0 6px;
}
.about-us .team-about-us .team__box .team-content span {
  letter-spacing: 1.8px;
}
.about-us .team-about-us .team__box .team-content ul {
  margin-bottom: 27px;
  margin-top: 21px;
  padding-left: 12px;
}
.about-us .team-about-us .team__box .team-content ul li {
  background: #c2c2c2 none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 25px;
}
.about-us .team-about-us .team__box .team-content ul li:hover {
  background-color: #cda96f;
  border: 1px solid #cda96f;
}
.about-us .team-about-us .team__box .team-content ul li a i {
  color: #ffffff;
}
.about-us .document-about {
  margin: 61px 0;
}
.about-us .document-about .document-desc {
  padding: 0 35px;
}
.about-us .document-about .document-desc p {
  color: #505050;
  letter-spacing: 1.7px;
  line-height: 2;
}
.about-us .about-us-image {
  margin-bottom: 60px;
}
.about-us .about-us-image img {
  width: 100%;
}
.about-us .about-testimony .dot-center {
  background: url("../images/about-us/about-us-5.png") no-repeat scroll right center transparent;
  margin: 0 auto;
  max-width: 36px;
  padding: 25px 0 10px;
}
.about-us .about-testimony .dot-testimony .think-about {
  display: block;
  letter-spacing: 2.65px;
  line-height: 1.5;
  padding-bottom: 29px;
  padding-top: 25px;
  color: #505050;
}
.about-us .about-testimony .dot-testimony .introduce-about {
  letter-spacing: 1.6px;
  margin-bottom: 55px;
  padding: 10px 0;
  color: #505050;
}

@media screen and (max-width: 767px) {
  .about-us .about-banner .about-text h1 {
    font-size: 40px;
  }

  .about-us .team-about-us .team__box {
    margin-bottom: 50px ;
    display: block;
  }

  .about-widths-3 {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 480px) {
  .about-us .about-banner .about-text h1 {
    font-size: 30px;
  }

  .about-us .about-testimony .dot-testimony .think-about br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .about-us .about-banner .about-text h1 {
    font-size: 25px;
  }

  .about-us .col-desc .col-desc-item .content-left {
    padding: 0;
  }

  .about-us .col-desc .col-desc-item .content-right {
    padding: 0;
  }

  .about-us .col-desc .col-desc-item .content-right .text-top p {
    font-size: 12px;
  }

  .about-us .col-desc .col-desc-item .content-left .text-bottom p {
    font-size: 12px;
  }

  .about-us .col-desc .col-desc-item .content-right .text-bottom p {
    font-size: 12px;
  }

  .about-us .col-desc .col-desc-item .content-left .text-top p {
    font-size: 12px;
  }

  .about-us .document-about .document-desc p {
    font-size: 12px;
  }

  .about-us .about-testimony .dot-testimony .think-about {
    font-size: 12px;
  }

  .about-us .about-testimony .dot-testimony .introduce-about {
    font-size: 12px;
  }

  .about-us .about-testimony .dot-testimony .introduce-about {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .team-about-us .team__box {
    margin: 0;
  }

  .about-us .team-about-us .about-widths {
    padding: 0;
  }

  .about-us .col-desc .col-desc-item .content-left {
    padding: 0;
  }

  .about-us .col-desc .col-desc-item .content-right {
    padding: 0;
  }

  .about-us .document-about .document-desc {
    padding: 0;
  }
}
.map-contact iframe {
  width: 100% ;
  float: left;
}
#map {
  width: 100%;
  height: 500px;
}
.wrapper {
  overflow: hidden;
}
.wrapper .map-info {
  margin-left: 100px;
  margin-top: 45px;
  padding-left: 45px;
}
.wrapper .map-info .title-visit {
  margin-bottom: 45px;
}
.wrapper .map-info .title-visit h3 {
  font-weight: lighter;
  letter-spacing: 5px;
}
.wrapper .map-info .title-touch h3 {
  font-weight: lighter;
  letter-spacing: 6px;
  margin-left: 16px;
  word-spacing: -3px;
}
.wrapper .map-info .content-visit {
  margin-left: -2px;
  margin-top: 46px;
  padding-right: 73px;
}
.wrapper .map-info .content-visit p {
  margin: 0 0 22px;
}
.wrapper .map-info .content-touch {
  padding: 25px 16px;
}
.wrapper .map-info .content-touch a {
  color: #2c3240;
  word-spacing: 6px;
}
.wrapper .map-info .content-touch a:hover {
  color: #cda96f;
}
.wrapper .map-info .content-touch .content-address {
  margin-top: 21px;
}
.wrapper .map-info .link-contact {
  color: #cda96f ;
  text-decoration: none;
  border-bottom: 1px solid #cda96f;
  padding-bottom: 2px;
}
.wrapper #contactForm {
  line-height: 65px;
  margin-bottom: -5px;
  padding: 75px 97px;
}
.wrapper #contactForm h3 {
  font-weight: lighter;
  letter-spacing: 5px;
  margin-left: 2px;
  word-spacing: 1.5px;
}
.wrapper #contactForm .form-list {
  padding: 0;
}
.wrapper #contactForm .form-list .form-name {
  line-height: 52px;
  margin-top: 33px;
}
.wrapper #contactForm .form-list .form-email {
  line-height: 55px;
  margin-top: 8px;
}
.wrapper #contactForm .form-list .form-message {
  line-height: 55px;
  margin-top: 7px;
}
.wrapper #contactForm .form-list .input-box {
  margin-right: 6px;
  margin-top: 1px;
}
.wrapper #contactForm .form-list .input-box input {
  border: 1px solid #dcdcdc;
  font-family: montserrat;
  height: 58px;
  padding: 0 15px;
  width: 100%;
}
.wrapper #contactForm .form-list .input-box textarea {
  border: 1px solid #dcdcdc;
  height: 140px;
  margin: 0 1px;
  width: 100%;
  padding: 0 15px;
  font-family: montserrat;
}
.wrapper #contactForm .buttons-set-contact {
  padding: 0;
}
.wrapper #contactForm .buttons-set-contact .button1 {
  border-style: none;
  float: right;
  line-height: normal;
  margin-right: 5px;
  margin-top: 26px;
  padding: 15px 66px;
}

@media (max-width: 991px) {
  .contact-us .map-info {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-us .map-info .title-visit {
    margin-bottom: 35px;
  }
  .contact-us .map-info .content-visit {
    padding-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-us .map-info {
    padding: 0;
  }
  .contact-us .map-info .title-touch h3 {
    margin-left: 0px;
  }
  .contact-us .map-info .content-touch {
    padding-left: 0;
  }
  .contact-us #contactForm {
    padding: 0;
    padding-bottom: 75px;
  }
}
/* # FAQ page */
.faqs .breadcump .woocommerce-breadcrumb {
  padding: 40px 0;
}
.faqs .breadcump .woocommerce-breadcrumb a:after {
  content: "/";
}
.faqs .faq-path {
  font-family: montserrat-light;
  font-size: 14px;
  font-weight: lighter;
  padding: 40px 0;
}
.faqs .faqs-left {
  padding: 0 13px;
}
.faqs .faqs-left ul {
  padding-left: 0;
}
.faqs .faqs-left ul .active {
  background-color: #f3f3f3;
}
.faqs .faqs-left ul li a {
  display: block;
  padding: 18px 30px;
  margin-bottom: 13px;
  color: #505050;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.faqs .faqs-left ul li a:hover {
  color: #cda96f;
  text-decoration: none;
  background-color: #f3f3f3;
}
.faqs .faqs-right {
  border-radius: 0;
}
.faqs .faqs-right .panel-group .panel {
  margin-bottom: 33px;
  border: none;
}
.faqs .faqs-right .panel-default {
  background: #f1f1f1 none repeat scroll 0 0;
  border: none;
}
.faqs .faqs-right .panel-default .panel-heading {
  color: #505050;
  background-color: inherit;
  padding: 0;
  letter-spacing: 0.5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.faqs .faqs-right .panel-default .panel-heading h4 a {
  position: relative;
  color: #505050;
  font-weight: lighter;
  padding: 25px 35px;
  display: block;
}
.faqs .faqs-right .panel-default .panel-heading h4 a:hover, .faqs .faqs-right .panel-default .panel-heading h4 a:active, .faqs .faqs-right .panel-default .panel-heading h4 a:focus {
  color: #cda96f;
  text-decoration: none;
}
.faqs .faqs-right .panel-default .panel-heading h4 a:after {
  content: '\f10e';
  position: absolute;
  font-family: Flaticon;
  font-size: 20px;
  right: 33px;
  top: 33%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.faqs .faqs-right .panel-default .panel-heading h4 .collapsed:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.faqs .faqs-right .panel-default .panel-collapse {
  border-top: none;
}
.faqs .faqs-right .panel-default .panel-collapse .panel-body {
  padding: 29px 36px;
  background: #fafafa none repeat scroll 0 0;
  color: #505050;
  font-weight: lighter;
  border-top: none;
  letter-spacing: 0.3px;
}
.faqs .faqs-search-form {
  position: relative;
  height: 58px;
  max-width: 100%;
  margin-bottom: 30px;
}
.faqs .faqs-search-form .form-control {
  padding-left: 70px;
  padding-top: 5px;
}
.faqs .faqs-search-form input {
  font-size: 17px ;
  font-weight: lighter;
  color: #979797;
  height: 58px;
  letter-spacing: 0.5px;
}
.faqs .faqs-search-form .flaticon-search:before {
  color: #979797;
}
.faqs .faqs-search-form .btn-search {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  left: 2%;
  position: absolute;
  top: 25%;
}
.faqs .faqs-search-form .fa {
  font-size: 20px;
  font-weight: lighter;
}
.faqs .faq {
  color: #505050;
}

@media (max-width: 677px) {
  .faqs-right .panel-default .panel-heading h4 a:after {
    right: 10px ;
  }
}
.product-06 {
  display: block;
  margin-bottom: 54px;
}
/* # Landing Page */
.main-landing {
  margin-bottom: 50px;
}
.main-landing .product {
  padding-bottom: 20px;
}
.main-landing .product-01 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 10px 52px;
  position: absolute;
  right: 4%;
  top: 13.2%;
}
.main-landing .product-01 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-01 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-01 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
  margin-top: 7px;
  padding: 11px 44px;
  text-decoration: none;
}
.main-landing .product-01 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
.main-landing .product-03 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 10px 52px;
  position: absolute;
  right: 4%;
  top: 13.5%;
}
.main-landing .product-03 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-03 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-03 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
  margin-top: 7px;
  padding: 11px 44px;
  text-decoration: none;
}
.main-landing .product-03 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
.main-landing .product-05 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 10px 52px;
  position: absolute;
  right: 4%;
  top: 13.5%;
}
.main-landing .product-05 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-05 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-05 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
  margin-top: 7px;
  padding: 11px 44px;
  text-decoration: none;
}
.main-landing .product-05 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
.main-landing .product-02 .text-leg {
  left: 5.8%;
  top: 14%;
}
.main-landing .product-02 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 10px 52px;
  position: absolute;
  /*right: 4%;*/
  /*top: 12.5%;*/
}
.main-landing .product-02 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-02 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-02 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 23px;
  margin-top: 4px;
  padding: 11px 43px;
  text-decoration: none;
}
.main-landing .product-02 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
.main-landing .product-04 .text-leg {
  left: 5.8%;
  top: 14%;
}
.main-landing .product-04 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 10px 52px;
  position: absolute;
  /*right: 4%;*/
  /*top: 12.5%;*/
}
.main-landing .product-04 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-04 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-04 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
  margin-top: 7px;
  padding: 11px 44px;
  text-decoration: none;
}
.main-landing .product-04 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
.main-landing .product-06 .text-leg {
  left: 5.8%;
  top: 15%;
}
.main-landing .product-06 .about-text {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fdf8f7;
  padding: 6px 45px;
  position: absolute;
}
.main-landing .product-06 .about-text h1 {
  letter-spacing: 4.5px;
  line-height: 1;
  margin: 18px 0 12px;
}
.main-landing .product-06 .about-text h5 {
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1.8;
}
.main-landing .product-06 .about-text a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 29px;
  margin-top: 3px;
  padding: 11px 44px;
  text-decoration: none;
}
.main-landing .product-06 .about-text a:hover {
  background-color: #ffffff;
  border: 1px solid;
  color: #000000;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .main-landing .product-01 .about-text {
    top: 10.2%;
  }
  .main-landing .product-03 .about-text {
    top: 10.5%;
  }
  .main-landing .product-02 .text-leg {
    top: 11%;
  }
  .main-landing .product-04 .text-leg {
    top: 11%;
  }
  .main-landing .product-05 .about-text {
    top: 10.5%;
  }
  .main-landing .product-06 .text-leg {
    top: 11%;
  }
}
@media screen and (max-width: 1200px) {
  .main-landing .about-text h1 {
    font-size: 30px;
  }
  .main-landing .about-text h5 {
    font-size: 10px;
  }
  .main-landing .about-text a {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 755px) {
  .main-landing .about-text h1 {
    font-size: 25px;
  }
  .main-landing .about-text h5 {
    font-size: 10px;
  }
  .main-landing .about-text a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 715px) {
  .main-landing .product-01 .about-text {
    top: 8.2%;
    right: 24%;
  }
  .main-landing .product-03 .about-text {
    top: 8.2%;
    right: 24%;
  }
  .main-landing .product-05 .about-text {
    top: 8.2%;
    right: 24%;
  }
  .main-landing .product-04 .text-leg {
    top: 9%;
    left: 23.8%;
  }
  .main-landing .product-02 .text-leg {
    top: 9%;
    left: 23.8%;
  }
  .main-landing .product-06 .text-leg {
    top: 9%;
    left: 23.8%;
  }
  .limited-time-offer .limited-time-offer__slide {
    margin-left: 0px;
    padding-left: 0px;
  }
  .limited-time-offer .owl-item{
    margin-right: 0px;
  }
}
@media screen and (max-width: 670px) {
  .main-landing .product-01 .about-text {
    right: 13%;
  }
  .main-landing .product-01 .about-text h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-01 .about-text h5 {
    margin: 0;
  }
  .main-landing .product-01 .about-text a {
    margin-bottom: 10px;
  }
  .main-landing .product-03 .about-text {
    right: 13%;
  }
  .main-landing .product-03 .about-text h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-03 .about-text h5 {
    margin: 0;
  }
  .main-landing .product-03 .about-text a {
    margin-bottom: 10px;
  }
  .main-landing .product-05 .about-text {
    right: 13%;
  }
  .main-landing .product-05 .about-text h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-05 .about-text h5 {
    margin: 0;
  }
  .main-landing .product-05 .about-text a {
    margin-bottom: 10px;
  }
  .main-landing .product-02 .text-leg {
    left: 12%;
  }
  .main-landing .product-02 .text-leg h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-02 .text-leg h5 {
    margin: 0;
  }
  .main-landing .product-02 .text-leg a {
    margin-bottom: 10px;
  }
  .main-landing .product-04 .text-leg {
    left: 12%;
  }
  .main-landing .product-04 .text-leg h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-04 .text-leg h5 {
    margin: 0;
  }
  .main-landing .product-04 .text-leg a {
    margin-bottom: 10px;
  }
  .main-landing .product-06 .text-leg {
    left: 12%;
  }
  .main-landing .product-06 .text-leg h1 {
    font-size: 15px;
    margin: 8px 0 5px;
  }
  .main-landing .product-06 .text-leg h5 {
    margin: 0;
  }
  .main-landing .product-06 .text-leg a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .main-landing .product .about-text {
    right: 23%;
    padding: 5px 40px;
    top: 9%;
  }
}
@media screen and (max-width: 670px) {
  .main-landing .product .about-text {
    right: 23%;
    padding: 35px 40px;
    top: 9%;
  }
}
@media screen and (max-width: 640px) {
  .main-landing .product .about-text {
    right: 23%;
    padding: 35px 40px;
    top: 7%;
  }
}
@media screen and (max-width: 630px) {
  .main-landing .product .about-text {
    left: 13.5%;
    padding: 21px 22px;
    text-align: center;
    top: 13%;
    width: 440px;
  }
  .main-landing .product .about-text h1 {
    font-size: 20px;
  }
  .main-landing .product .about-text h5 {
    font-size: 12px;
  }
  .main-landing .product .about-text h5 br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main-landing .product .about-text {
    top: 11%;
  }
}
@media screen and (max-width: 590px) {
  .main-landing .product .about-text {
    left: 11%;
  }
}
@media screen and (max-width: 570px) {
  .main-landing .product .about-text {
    left: 9%;
    top: 9%;
  }
}
@media screen and (max-width: 570px) {
  .main-landing .product .about-text {
    left: 8%;
    top: 7%;
  }
}
@media screen and (max-width: 530px) {
  .main-landing .product .about-text {
    left: 15%;
    top: 8%;
    padding: 12px 0;
    width: 350px;
  }
  .main-landing .product .about-text h1 {
    font-size: 18px;
  }
  .main-landing .product .about-text h5 {
    font-size: 12px;
  }
  .main-landing .product .about-text a {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 500px) {
  .main-landing .product .about-text {
    left: 13%;
    top: 6%;
  }
}
@media screen and (max-width: 460px) {
  .main-landing .product .about-text {
    left: 9%;
    top: 2%;
  }
}
@media screen and (max-width: 440px) {
  .main-landing .product .about-text {
    left: 7%;
    top: 11%;
  }
  .main-landing .product .about-text h5 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .main-landing .product .about-text {
    left: 5%;
    top: 10%;
  }
}
@media screen and (max-width: 400px) {
  .main-landing .product .about-text {
    left: 16%;
    top: 8%;
    width: 250px;
  }
}
@media screen and (max-width: 370px) {
  .main-landing .product .about-text {
    left: 13%;
    top: 10%;
    width: 250px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 320px) {
  .main-landing .product .about-text {
    left: 7%;
    top: 5%;
  }
}

.filter-product {
  margin-top: 65px;
  color: #000;
}
.filter-product .group__filter {
  border-top: 1px solid #636363;
  display: block;
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.filter-product .inner__filter .product-filter {
  border-bottom: 1px solid #636363;
}
.filter-product .active {
  background: #f5f5f5;
  border-top: 5px #cda96f solid;
}
.filter-product .active h5 {
  padding-top: 5px ;
}
.filter-product .item__filter {
  height: 64px;
  display: inline-block;
  padding: 0 25px;
}
.filter-product .item__filter .flaticon-next-1 {
  font-size: 11px;
  margin-left: 25px;
  margin-top: 10px;
  color: #464646;
  position: relative;
}
.filter-product .item__filter .flaticon-next-1:before {
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.filter-product .filter__title {
  width: 110px;
}
.filter-product .filter__title p {
  padding: 20px 0;
  letter-spacing: 1px;
}
.filter-product .item-open:hover {
  background: #f5f5f5;
  border-top: 5px #cda96f solid;
}
.filter-product .item-open:hover h5 {
  padding-top: 5px;
}
.filter-product .filter__size {
  float: left;
  margin-right: 19px;
}
.filter-product .filter__size h5 {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  width: 66px;
  text-align: left;
}
.filter-product .filter__color {
  float: left;
  margin-right: 19px;
}
.filter-product .filter__color h5 {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  width: 77px;
  text-align: left;
}
.filter-product .filter__price {
  float: left;
}
.filter-product .filter__price h5 {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  width: 74px;
  text-align: left;
}
.filter-product .filter_sort {
  float: right;
  cursor: pointer;
}
.filter-product .filter_sort h5 {
  padding: 10px 0;
  display: inline-block;
  width: 94px;
  text-align: left;
}
.filter-product .set__column {
  text-align: center;
  padding: 22px 0;
  left: 61%;
}
.filter-product .set__column .set__column6 .icon-col {
  height: 16px;
  width: 10px;
}
.filter-product .set__column .set__column4 .icon-col {
  height: 16px;
  width: 13px;
}
.filter-product .set__column .set__column3 .icon-col {
  height: 16px;
  width: 13px;
}
.filter-product .set__column a {
  cursor: pointer;
  height: 22px;
  text-decoration: none;
  display: inline-block;
  border: 1px #d7d7d7 solid;
}
.filter-product .set__column a:first-child {
  margin-right: 10px;
}
.filter-product .set__column a span {
  background-color: #d7d7d7;
  display: inline-block;
  margin: 2px;
  float: left;
}
.filter-product .set__column a:hover {
  border: 1px #636363 solid;
}
.filter-product .set__column a:hover span {
  background-color: #636363;
}
.filter-product .set__column a.active-column {
  border: 1px #636363 solid;
}
.filter-product .set__column a.active-column span {
  background-color: #636363;
}
.filter-product .inner__filter .block_panel {
  height: 155px;
  margin-bottom: 0;
  padding: 0 20px;
  display: table;
  width: 100%;
}
.filter-product .inner__filter .item-inner__filter {
  background-color: #f5f5f5;
}
.filter-product .inner__filter .panel__size {
  display: none;
  overflow: hidden;
}
.filter-product .inner__filter .panel__size .item {
  width: 20%;
  height: 57px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.filter-product .inner__filter .panel__size .item .section {
  padding: 0 20px;
  border: 1px #ccc solid;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__size .item .section:hover {
  border: 1px #cda96f solid;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__size .item .section:hover span {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__size .item span {
  padding: 17px 0;
  display: inline-block;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__size .item .size {
  float: right;
}
.filter-product .inner__filter .panel__size .item .active {
  border: 1px #cda96f solid;
}
.filter-product .inner__filter .panel__size .item .active span {
  color: #cda96f;
}
.filter-product .inner__filter .panel__color {
  display: none;
  overflow: hidden;
}
.filter-product .inner__filter .panel__color ul {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.filter-product .inner__filter .panel__color .item {
  padding: 0 10px;
}
.filter-product .inner__filter .panel__color .item .section {
  display: table;
  cursor: pointer;
}
.filter-product .inner__filter .panel__color .item .section i {
  display: inline-block;
  width: 63px;
  height: 58px;
}
.filter-product .inner__filter .panel__color .item .section i.gray__color {
  background-color: #eceaeb;
}
.filter-product .inner__filter .panel__color .item .section i.blue__color {
  background-color: #364262;
}
.filter-product .inner__filter .panel__color .item .section i.brown__color {
  background-color: #a99175;
}
.filter-product .inner__filter .panel__color .item .section i.orange__color {
  background-color: #de6a0b;
}
.filter-product .inner__filter .panel__color .item .section i.red__color {
  background-color: #ba2222;
}
.filter-product .inner__filter .panel__color .item .section span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.filter-product .inner__filter .panel__price {
  display: none;
  overflow: hidden;
}
.filter-product .inner__filter .panel__price .range__price {
  display: table-cell;
  vertical-align: middle;
}
.filter-product .inner__filter .panel__price .range__price #min {
  top: 50%;
  left: 0;
  color: #a99175;
}
.filter-product .inner__filter .panel__price .range__price #max {
  top: 50%;
  right: 0;
  color: #a99175;
}
.filter-product .inner__filter .panel__sort {
  display: none;
  overflow: hidden;
}
.filter-product .inner__filter .panel__sort ul {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.filter-product .inner__filter .panel__sort ul .item {
  margin-right: 40px;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__sort ul .item:hover {
  color: #cda96f;
  font-family: 'Montserrat';
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.filter-product .inner__filter .panel__sort ul .item.active__sort {
  color: #cda96f;
  font-family: 'Montserrat';
}
.filter-product .filter-mobile {
  display: inline-block;
  width: 100%;
}
.filter-product .filter-mobile .panel-mobile > h5 {
  background-color: #ccc;
  padding: 0 10px;
  line-height: 40px;
}
.filter-product .filter-mobile .panel-mobile > h5 i {
  position: relative;
  font-size: 11px;
  float: right;
}
.filter-product .filter-mobile .panel-mobile > h5 i:before {
  position: absolute;
  top: 3px;
  left: -14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.filter-product .filter-mobile .panel-mobile .active {
  border: none;
  background-color: #ccc;
  padding: 0 10px;
}
.filter-product .filter-mobile .panel-mobile .active i:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.filter-product .filter-mobile .panel-mobile .range__price #mmin, .filter-product .filter-mobile .panel-mobile .range__price #mmax {
  top: 30px;
}
.filter-product .filter-mobile .panel-mobile .range__price #mmax {
  right: 30px;
}
.filter-product .filter-mobile .block_panel {
  display: none;
}
.filter-product .filter-mobile ul {
  margin: 0;
  padding: 0;
}
.filter-product .filter-mobile ul .item {
  display: block;
  letter-spacing: 1px;
  background-color: #f4f4f6;
  margin-bottom: 5px;
  padding-left: 20px;
}
.filter-product .filter-mobile ul .item .section .size {
  margin-left: 20px;
}

.clothing-sidebar .breadcump .woocommerce-breadcrumb {
  padding: 40px 0;
}

@media (max-width: 1199px) {
  .filter-product .set__column {
    left: unset;
    float: right;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .group__filter .sort-width {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .filter-product .block_panel {
    display: block;
  }
  .filter-product .group__filter .filter__title p {
    text-align: left;
  }
  .filter-product .group__filter .set__column {
    text-align: right;
  }
  .filter-product .inner__filter .panel__size .block_panel {
    display: block;
    height: auto ;
  }
  .filter-product .inner__filter .panel__size .item {
    display: inline-block;
    width: 30%;
    margin: 10px;
    text-align: center;
  }
  .filter-product .inner__filter .panel__color .block_panel {
    display: block;
    height: auto ;
  }
  .filter-product .inner__filter .panel__color .item {
    display: inline-block;
    width: 30%;
    margin: 10px;
  }
  .filter-product .inner__filter .panel__sort .block_panel {
    display: block;
    height: auto;
  }
  .filter-product .inner__filter .panel__sort .item {
    display: inline-block;
    width: 40%;
    margin: 10px;
    text-align: center;
  }
  .features .item-features:last-child{
    padding-bottom:45px;
  }
}
@media (max-width: 767px) {
  .filter-product .no-margin {
    margin-right: -15px ;
    margin-left: -15px ;
  }
  .filter-product .block_panel {
    display: block;
  }
  .filter-product .group__filter .filter__title p {
    text-align: left;
  }
  .filter-product .group__filter .set__column {
    text-align: right;
  }
  .filter-product .inner__filter .panel__size .block_panel {
    display: block;
    height: auto ;
  }
  .filter-product .inner__filter .panel__size .item {
    display: inline-block;
    width: 50%;
    margin: 10px 0;
    text-align: center;
    float: left;
  }
  .filter-product .inner__filter .panel__color .block_panel {
    display: block;
    height: auto ;
  }
  .filter-product .inner__filter .panel__color .item {
    display: inline-block;
    width: 50%;
    margin: 10px 0;
    text-align: center;
    float: left;
  }
  .filter-product .inner__filter .panel__color .item .section i {
    width: 25px;
    height: 25px;
  }
  .filter-product .inner__filter .panel__sort .block_panel {
    display: block;
    height: auto ;
  }
  .filter-product .inner__filter .panel__sort .item {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    float: left;
  }
  .page-blog-single .comment .content-comment .text-cmt{
    width:100%;
    margin-top: 10px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .filter-product .group__filter {
    padding: 0 15px;
  }
  .filter-product .group__filter .set__column a:first-child {
    margin: 0;
  }
  .filter-product .inner__filter .panel__size .item {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    float: left;
  }
  .filter-product .item__filter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter-product .item__filter h5 {
    font-size: 13px ;
  }
  .filter-product .item__filter .flaticon-next-1 {
    margin-left: 10px ;
  }
}
@media (max-width: 767px) {
  #footer .footer-container .footer-middle .newsletter-footer .form-control-1{
    text-align: center;
  }
  .group__filter .item__filter {
    width: 100%;
    text-align: center ;
  }
  .group__filter .item__filter p {
    text-align: center ;
  }

  .item_sort {
    width: 100%;
    text-align: center;
  }

  .block_panel {
    height: unset ;
  }
  .filter-product .group__filter {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form-control.font-montserrat::-moz-placeholder {
  font-size: 15px;
}

.sidebar__size .item_size {
  height: 57px;
  margin-bottom: 20px;
}
.sidebar__size .item_size .section {
  padding: 20px 15px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.sidebar__size .item_size .section .name-size {
  color: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin-left:14px;
}
.sidebar__size .item_size .section:hover {
  border: 2px solid #cda96f;
}
.sidebar__size .item_size .section:hover .name-size, .sidebar__size .item_size .section:hover .size {
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar__size .item_size .section:hover {
  padding: 18px 13px;
}
.sidebar__size .item_size .section .size {
  float: right;
  color: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.block_panel {
  padding: 0px 28px;
}
.block_panel .list-categories li {
  margin-bottom: 20px;
}
.block_panel .list-categories li a {
  color: #000;
}
.block_panel .list-categories li a:hover {
  color: #cda96f;
  text-decoration: none;
}
.block_panel .list-color .item_color .section {
  display: table;
  cursor: pointer;
}
.block_panel .list-color .item_color .section i {
  display: inline-block;
  height: 40px;
  width: 40px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block_panel .list-color .item_color .section .gray__color {
  background-color: #eceaeb;
}
.block_panel .list-color .item_color .section .blue__color {
  background-color: #364262;
}
.block_panel .list-color .item_color .section .brown__color {
  background-color: #a99175;
}
.block_panel .list-color .item_color .section .orange__color {
  background-color: #de6a0b;
}
.block_panel .list-color .item_color:hover .section i {
  box-shadow: 0px 0px 7px 2px #ccc;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block_panel .list-color .color_active .section i {
  box-shadow: 0px 0px 7px 2px #ccc;
}
.block_panel .range__price #min {
  left: 0;
  top: 30%;
}
.block_panel .range__price #max {
  right: 0;
  top: 30%;
}
/* # Clothing */
.clothing-search-form .flaticon-search {
  color: #666666;
}

.clothing-sidebar .panel-default > .panel-heading {
  background-color: transparent;
}
.clothing-sidebar .sort-product {
  width: 100%;
  float: left;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  margin-top: 0 ;
}
.clothing-sidebar .sort-product .product-sort .group__filter {
  border: none;
}
.clothing-sidebar .sort-product .product-sort .group__filter .filter_sort {
  float: left;
  min-width: 15%;
}
.clothing-sidebar .sort-product .product-sort .group__filter .filter_sort h5 {
  padding-left: 20px;
}
.clothing-sidebar .sort-product .product-sort .group__filter .set__column {
  float: right;
  min-width: 20%;
}
.clothing-sidebar .sort-product .inner__filter {
  width: 100%;
  float: left;
}
.clothing-sidebar .sort-product .inner__filter .item_sort .section {
  margin-right: 5px;
}
.clothing-sidebar .sort-product .inner__filter .item_sort .section:hover {
  color: #cda96f;
  cursor: pointer;
}
.clothing-sidebar .sort-product .only-sortby .block_panel {
  height: 90px;
}
.clothing-sidebar .sort-product .only-sortby .block_panel .item_sort .section {
  margin-right: 10px;
}
.clothing-sidebar .sort-product .only-sortby .block_panel .item_sort .section span {
  font-size: 15px;
}
.clothing-sidebar .clothing-search-form {
  margin-bottom: 42px;
}
.clothing-sidebar .clothing-search-form .form-control {
  height: 66px;
  padding-left: 60px;
  border: 1px solid #979797;
}
.clothing-sidebar .clothing-search-form .btn-search {
  top: 15px;
  left: 20px;
  background-color: transparent;
  border: none;
}

.banner-item .content-banner {
  bottom: 0;
  display: inline-block;
  margin: auto;
  max-height: 64px;
  top: 0;
}

.list-popup {
  margin-top: 67px;
}
.list-popup .item-zoom {
  overflow: hidden;
}
.list-popup .item-zoom:hover {
  box-shadow: 0 1px 19px #cda96f;
  transition: all 0.7s ease 0s;
}
.list-popup .item-zoom:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
}
.list-popup .item-zoom a img {
  transform: scale(1);
  transition: all 1s ease 0s;
  width: 100%;
  height: auto;
}
.list-popup a {
  cursor: pointer;
}
.list-popup .item {
  margin-bottom: 35px;
}

.content-newest {
  right: 30px;
  top: 14%;
}
.content-newest h1 {
  letter-spacing: 4px;
  margin: 22px 0;
}
.content-newest p {
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
.content-newest span {
  display: block;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.content-newest .button-item {
  margin-left: -5px;
  padding-top: 14px;
}
.content-newest .button-item a {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 1.5px;
  padding: 17px 45px;
  text-decoration: none;
}

.modal .modal-dialog .modal-content .close {
  box-shadow: none;
  color: #9e9e9e;
  font-size: 24px;
  opacity: 1;
  position: absolute;
  right: 81px;
  text-shadow: none ;
  top: 67px;
  z-index: 999;
}
.modal .modal-dialog .modal-content .close:hover {
  font-size: 26px;
  transition: all 0.4s;
}

.line-newestitem {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 32px;
}
/* # Newest Item */
@media screen and (max-width: 991px) {
  .content-newest {
    right: 30px;
    top: 14%;
  }
  .content-newest h1 {
    font-size: 25px;
  }
  .content-newest p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .content-newest span {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .content-newest .button-item {
    margin-left: -5px;
    padding-top: 14px;
  }
  .content-newest .button-item a {
    padding: 12px 32px;
  }

  .modal .modal-dialog .modal-content .close {
    right: 10px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .close {
    right: 15px;
    top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .banner-item .content-banner {
    max-height: 32px;
  }

  .content-newest {
    top: 8%;
  }
}
@media screen and (max-width: 520px) {
  .content-newest {
    right: 35px;
    top: 15%;
  }

  .modal .modal-dialog .modal-content .close {
    right: 10px;
    top: 35px;
  }

  .content-newest h1 {
    font-size: 20px;
  }

  .content-newest p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content-newest span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .content-newest {
    right: 20px;
    top: 15%;
  }
}
@media screen and (max-width: 480px) {
  .content-newest {
    right: 20px;
    top: 11%;
  }

  .cover .cover__title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 460px) {
  .content-newest p {
    display: none;
  }

  .content-newest .button-item a {
    padding: 10px 15px;
  }

  .content-newest {
    right: 50px;
    top: 15%;
  }
}
@media screen and (max-width: 410px) {
  .content-newest {
    right: 50px;
    top: 10%;
  }

  .cover .cover__title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  .list-popup {
    margin-top: 25px;
  }

  .button-item {
    padding: 0;
  }
  .button-item a {
    font-size: 15px;
    padding: 5px 15px;
  }

  .content-newest h1 {
    font-size: 15px;
  }

  .modal .modal-dialog .modal-content .close {
    right: 5px;
    top: 26px;
  }

  .content-newest {
    right: 25px;
    top: 20%;
  }
}
@media screen and (max-width: 355px) {
  .cover .cover__title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .banner-item .content-banner {
    max-height: 13px;
  }

  .content-newest {
    top: 25%;
  }
  .content-newest .button-item a {
    font-size: 15px;
    padding: 8px 12px;
  }

  .content-newest h1 {
    font-size: 15px;
    margin: 0;
  }

  .content-newest span {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .content-newest {
    top: 23%;
  }
}
.footer-ctnpromo {
  margin-top: 32px;
}
/* # Promo */
.promo-banner {
  background-color: #fbfbfd;
}
.promo-banner .promo-content {
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  max-height: 130px;
}
.promo-banner .promo-content h1 {
  margin: 8px 0;
}
.promo-banner .promo-content h2 {
  font-weight: 200;
  margin: -5px 0;
}

.list-promo {
  margin-top: 67px;
}
.list-promo .item1 {
  padding-bottom: 50px;
}
.list-promo .group-promo2 {
  margin-top: 49px;
  margin-bottom: 36px;
}
.list-promo .product {
  border: 1px solid #efefef;
  border-radius: 5px;
}
.list-promo .product:hover .center-main {
  overflow: hidden;
}
.list-promo .product:hover .center-main a img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
}
.list-promo .product:hover {
  box-shadow: 0 1px 12px #ddd;
  transition: all 0.3s ease 0s;
}
.list-promo .product .center-main {
  overflow: hidden;
}
.list-promo .product .center-main a img {
  transform: scale(1);
  transition: all 1s ease 0s;
  width: 100%;
}
.list-promo .product .top-main {
  padding-left: 29px;
}
.list-promo .product .top-main a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
  padding-bottom: 23px;
}
.list-promo .product .top-main a:hover {
  color: #cda96f;
  transition: all 0.5s ease 0s;
}
.list-promo .product .top-main span {
  color: #979797;
  display: block;
  padding: 23px 0 14px;
}
.list-promo .product .bottom-main {
  margin-top: 25px;
  padding: 0 30px;
}
.list-promo .product .bottom-main .distance-line {
  padding: 27px 0 17px;
}
.list-promo .product .bottom-main .distance-line .line-out {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
  height: 5px;
  position: relative;
}
.list-promo .product .bottom-main .distance-line .line-out .line-in {
  background-color: #cda96f;
  border: 1px solid #cda96f;
  border-radius: 5px;
  height: 5px;
  position: absolute;
  top: -1px;
}
.list-promo .product .bottom-main p {
  line-height: 1.5;
}
.list-promo .product .bottom-main ul {
  margin-left: 3px;
  position: relative;
}
.list-promo .product .bottom-main ul li {
  color: #979797;
}
.list-promo .product .bottom-main ul li span {
  background: transparent url("../images/promo-page/Promo-8.jpg") no-repeat scroll right center;
  left: 24%;
  margin: 0 auto;
  padding: 16px 20px;
  position: absolute;
  top: -17%;
}
.list-promo .product .view-detail {
  margin: 35px 0 30px;
}
.list-promo .product .view-detail a {
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  line-height: 9px;
  padding: 9px 33px 12px;
  text-decoration: none;
}
.list-promo .product .view-detail a:hover {
  background-color: #cda96f;
  color: #ffffff;
  border-color: #cda96f;
  transition: all 300ms ease 0s;
}

.footer-promopage {
  border-top: 1px solid #e9e9e9;
}

@media screen and (max-width: 650px) {
  .pagination-page .pages ul li {
    display: none;
  }
  .pagination-page .pages ul li:first-child {
    display: inline-block;
  }
  .pagination-page .pages ul li:last-child {
    display: inline-block;
  }
  .pagination-page .pages ul .current {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .list-promo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .promo-banner .promo-content {
    max-height: 85px;
  }
  .promo-banner .promo-content h1 {
    font-size: 20px;
  }
  .promo-banner .promo-content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 590px) {
  .promo-banner .promo-content h1 {
    font-size: 25px;
  }
  .promo-banner .promo-content h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 590px) {
  .promo-banner .promo-content {
    max-height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .promo-banner .promo-content h2 {
    font-size: 10px;
  }
}
.footer-single {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 32px;
}

.footer-extra {
  border-top: none ;
  display: inline-block;
}
/* # Product Single Page */
.product-single .product-center {
  border-top: 1px solid #d7d7d7;
}
.product-single .product-center .single-left {
  padding-right: 0;
}
.product-single .product-center .single-right {
  padding-left: 0;
}
.product-single .product-center .product-all {
  display: inline-block;
  float: left;
  width: 100%;
}
.product-single .product-center .product-all .thumbnail-img {
  padding: 0;
  display: inline-block;
  float: left;
  margin-right: 9px;
  width: 12%;
}
.product-single .product-center .product-all .thumbnail-img .thumb {
  padding-bottom: 6px;
}
.product-single .product-center .product-all .product-image {
  display: inline-block;
  float: left;
  width: 86%;
}
.product-single .product-center .product-right .product-name {
  float: left;
  width: 100%;
  padding-top: 23px;
  padding-left: 35px;
}
.product-single .product-center .product-right .product-name h2 {
  margin: 0;
  float: left;
  letter-spacing: 1.2px;
}
.product-single .product-center .product-right .product-name span {
  float: right;
  font-size: 27px;
  padding-right: 32px;
  line-height: 1;
  display: inline-block;
  width: auto;
  display: block;
  margin-top: 4px;
}
.product-single .product-center .product-right .product-name span a {
  color: #adadad;
  text-decoration: none;
}
.product-single .product-center .product-right .product-name span a:hover {
  color: red;
}
.product-single .product-center .product-right .price {
  display: inline-block;
  margin-bottom: 27px;
  padding-left: 35px;
}
.product-single .product-center .product-right .price p {
  color: #a9a9a9;
  width: 100%;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.product-single .product-center .product-right .price .price_sale {
  letter-spacing: 1.3px;
  margin-right: 38px;
}
.product-single .product-center .product-right .price .price_compare {
  letter-spacing: 1.3px;
}
.product-single .product-center .product-right .price .price_compare .money {
  color: #adadad;
}
.product-single .product-center .product-right .tab-product .nav-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 1px;
  border-bottom: 1px solid #ddd;
}
.product-single .product-center .product-right .tab-product .nav-tabs li {
  border-bottom: 5px solid white;
  margin-right: 23px;
  margin-bottom: 0;
  margin-left: 25px;
}
.product-single .product-center .product-right .tab-product .nav-tabs li:hover {
  border-color: #545454;
}
.product-single .product-center .product-right .tab-product .nav-tabs li:hover a {
  color: #000;
}
.product-single .product-center .product-right .tab-product .nav-tabs li.active {
  border-color: #545454;
}
.product-single .product-center .product-right .tab-product .nav-tabs li.active a {
  color: #000;
}
.product-single .product-center .product-right .tab-product .nav-tabs li a {
  border: none;
  font-family: 'Montserrat Light';
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #a9a9a9;
  font-weight: 200;
  padding: 9px 12px;
}
.product-single .product-center .product-right .tab-product .nav-tabs li a:hover {
  background-color: #ffffff;
}
.product-single .product-center .product-right .tab-product .list-comments .user-comments {
  width: 80%;
}
.product-single .product-center .product-right .size {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-top: 32px;
  width: 100%;
  padding-left: 35px;
}
.product-single .product-center .product-right .size > span {
  color: #636363;
  display: inline-block;
  float: left;
  margin-right: 17px;
  padding: 5px 0;
  letter-spacing: 1px;
}
.product-single .product-center .product-right .size ul {
  display: inline-block;
  float: left;
  margin: 0;
}
.product-single .product-center .product-right .size ul li {
  padding-right: 3px;
}
.product-single .product-center .product-right .size ul li span {
  border: 1px solid #000000;
  border-radius: 18px;
  color: #000;
  display: block;
  height: 30px;
  line-height: 26px;
  text-align: center;
  width: 57px;
  cursor: pointer;
}
.product-single .product-center .product-right .size ul .current span {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 12px;
  padding: 7px 25px;
}
.product-single .product-center .product-right .size .list-size li:hover span {
  background-color: #000;
  color: #ffffff ;
  transition: all 0.5s ease 0s;
}
.product-single .product-center .product-right .size .list-size .current {
  display: inline-block;
  float: left;
}
.product-single .product-center .product-right .quantity-product {
  display: inline-block;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 51px;
  padding-left: 35px;
}
.product-single .product-center .product-right .quantity-product .single_input {
  display: inline-block;
  width: 100%;
}
.product-single .product-center .product-right .quantity-product .single_input .qty {
  color: #636363;
  display: inline-block;
  float: left;
  letter-spacing: 1px;
  margin-right: 28px;
  padding: 3px 0;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity {
  display: block;
  float: left;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus {
  display: inline;
  float: left;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  display: inline-block;
  float: left;
  font-size: 17.5px;
  font-weight: 700;
  padding: 2px 10px;
  position: relative;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase:hover {
  background-color: #cda96f;
  border-color: #cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase:hover span {
  color: #fff;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  float: left;
  font-size: 17.5px;
  font-weight: 700;
  margin-right: 8px;
  padding: 2px 10px;
  position: relative;
}
.product-single .product-center .icon-heart a i:hover{
  color:#cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced:hover {
  background-color: #cda96f;
  border-color: #cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced:hover span {
  color: #fff;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity input {
  border: 1px solid;
  border-radius: 19px;
  display: inline-block;
  float: left;
  height: 31px;
  margin: 0 10px 0 0;
  max-width: 60px;
  position: relative;
  text-align: center;
}
.product-single .product-center .product-right .add-to-cart {
  width: 100%;
  margin-top: 21px;
  display: inline-block;
  padding-left: 35px;
}
.product-single .product-center .product-right .add-to-cart .add-cart {
  border: 1px solid #000;
  color: #fff;
  letter-spacing: 1.2px;
  padding: 16px 59px;
  text-decoration: none;
  display: inline-block;
  margin-right: 19px;
  background-color: #000;
}
.product-single .product-center .product-right .add-to-cart .add-cart:hover {
  border-color: #cda96f;
  background: #cda96f;
}
.product-single .product-center .product-right .add-to-cart .add-wishlist {
  border: 1px solid #000;
  color: #000;
  letter-spacing: 1.2px;
  padding: 16px 39px;
  text-decoration: none;
  display: inline-block;
}
.product-single .product-center .product-right .add-to-cart .add-wishlist:hover {
  border-color: #cda96f ;
  color:white;
}

.related-product {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.related-product .product-gird {
  display: inline-block;
  float: left;
  width: 100%;
}
.related-product .product-gird .grid-product-content {
  display: inline-block;
  float: left;
  margin: 0;
  width: 100%;
}
.related-product .product-title {
  display: inline-block;
  float: left;
  margin-bottom: 21px;
  margin-top: 65px;
  width: 100%;
}
.related-product .product-title .title {
  display: inline-block;
  float: left;
  margin-bottom: 0 ;
}
.related-product .product-title .line-title {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.related-product .product-title .line-title h4 {
  font-family: 'PT Serif';
  letter-spacing: 0.5px;
}
.related-product .bottom-product p {
  letter-spacing: 0.4px;
  margin: 14px 0 5px;
}
.related-product .load-more {
  display: inline-block;
  float: left;
  padding: 43px 0 86px;
  width: 100%;
}
.related-product .load-more a:hover{
  color:#fff;
}
.related-product .load-more a {
  border: 1px solid #cda96f;
  color: #cda96f;
  letter-spacing: 0.5px;
  padding: 21px 84px;
  text-decoration: none;
}

.tab-content {
  margin-bottom: 51px;
}
.tab-content .content-left {
  padding-left: 66px;
}
.tab-content .tab-pane p {
  font-size: 14px;
  font-family: 'Montserrat Light';
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.9;
  margin: 19px 0;
  padding-left: 35px;
  color: #8a8a8a;
}

.thumbnail-img li {
  opacity: 0.3;
}
.thumbnail-img li:hover {
  opacity: 1;
}
.thumbnail-img li.active {
  opacity: 1;
}

.product-edit {
  padding-top: 8px;
}

.product-edit1 {
  padding-top: 2px;
}

@media screen and (max-width: 1199px) {
  .product-single .product-center .product-all {
    display: inline-block;
    float: left;
  }

  .product-single .product-center .product-all .thumbnail-img {
    margin-right: 9px;
    width: 16%;
  }

  .product-single .product-center .product-all .product-image {
    width: 82%;
    padding-left: 0px;
  }

  .product-single .product-center .product-right .add-to-cart {
    margin-top: 21px;
    display: inline-block;
    padding-left: 35px;
  }

  .product-single .product-center .product-right .add-to-cart .add-cart {
    padding: 16px 30px;
  }

  .product-single .product-center .product-right .add-to-cart .add-wishlist {
    padding: 16px 10px;
  }

  .zoomContainer {
    display: none ;
  }
}
@media screen and (max-width: 991px) {
  .product-single .product-center .single-left {
    padding-right: 0;
    width: 100%;
  }

  .product-single .product-center .product-all .thumbnail-img {
    margin-right: 9px;
    width: 16%;
  }

  .product-single .product-center .product-all .thumbnail-img .thumb {
    padding-bottom: 6px;
    width: 100%;
  }

  .thumbnail-img .thumb a img {
    width: 100%;
  }

  .product-single .product-center .product-all .product-image {
    width: 82%;
    padding-left: 0px;
  }

  .product-image a img {
    width: 98.7%;
  }

  .product-single .product-center .single-right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-image a img {
    width: 98%;
  }
}
@media screen and (max-width: 550px) {
  .product-image a img {
    width: 97%;
  }
}
@media screen and (max-width: 470px) {
  .product-image a img {
    width: 96%;
  }
}
@media screen and (max-width: 650px) {
  .product-single .product-center .product-all .product-image {
    width: 81%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 470px) {
  .product-single .product-center .product-right .tab-product .nav-tabs li {
    margin-right: 5px;
    margin-left: 15px;
  }
  .product-single .product-center .product-right .tab-product .nav-tabs li a {
    padding: 5px 5px;
  }

  .tab-content .tab-pane p {
    padding-left: 15px;
  }

  .product-single .product-center .product-right .size {
    padding-left: 15px;
  }

  .product-single .product-center .product-right .quantity-product {
    padding-left: 15px;
  }
}
@media screen and (max-width: 574px) {
  .list-comments li .user-comments {
    width: 80%;
  }

  .list-comments {
    padding-left: 20px;
  }

  .list-comments li {
    width: 100%;
  }

  .product-single .product-center .product-right .add-to-cart {
    padding-left: 75px;
  }
}
@media screen and (max-width: 500px) {
  .product-single .product-center .product-right .add-to-cart {
    padding-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .list-comments li .user-comments {
    padding-left: 18px;
  }

  .product-single .product-center .product-right .add-to-cart .add-cart {
    padding: 15px 33px;
    float: left;
    width: 50%;
    margin-left: 82px;
    margin-bottom: 30px;
    text-align: center;
  }

  .product-single .product-center .product-right .add-to-cart .add-wishlist {
    padding: 16px 10px;
    width: 50%;
    margin-left: 82px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-breadcrumb {
    font-size: 10px;
  }
}
@media screen and (max-width: 450px) {
  .product-single .product-center .product-right .product-name {
    padding-left: 15px;
  }
  .product-single .product-center .product-right .product-name h2 {
    font-size: 20px;
  }
  .product-single .product-center .product-right .product-name span {
    font-size: 20px;
  }

  .product-single .product-center .product-right .price {
    padding-left: 15px;
  }

  .product-image a img {
    width: 97%;
  }
}
@media screen and (max-width: 441px) {
  .related-product .load-more {
    display: inline-block;
    float: left;
    margin-bottom: 35px;
    width: 100%;
  }

  .related-product .load-more a {
    border: 1px solid #cda96f;
    color: #cda96f;
    display: block;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 21px 0;
  }
}
@media screen and (max-width: 460px) {
  .product-image a img {
    width: 97%;
  }
}
@media screen and (max-width: 455px) {
  .product-single .product-center .product-right .add-to-cart {
    padding-left: 15px;
    margin: 0px;
  }
  .product-single .product-center .product-right .add-to-cart .add-cart {
    margin: 0;
    width: 100%;
  }
  .product-single .product-center .product-right .add-to-cart .add-wishlist {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 418px) {
  .product-image a img {
    width: 96%;
  }

  .product-single .product-center .product-right .size {
    margin: 0;
  }

  .product-single .product-center .product-right .size > span {
    padding-left: 0px;
    width: 100%;
    margin: 0;
  }

  .product-single .product-center .product-right .size ul {
    margin: 5px 0 0;
    padding-left: 0;
    width: 100%;
  }
  .product-single .product-center .product-right .size ul li {
    padding-left: 0;
  }

  .product-single .product-center .product-right .quantity-product {
    margin: 0;
  }
  .product-single .product-center .product-right .quantity-product .qty {
    width: 100%;
    margin: 0;
  }
  .product-single .product-center .product-right .quantity-product .quantity {
    margin-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .related-product .load-more a {
    padding: 15px 0;
    font-size: 18px;
  }

  .list-comments li .user-comments {
    padding-left: 35px;
  }

  .product-image a img {
    width: 95%;
  }

  .tab-content .content-left {
    padding-left: 15px;
  }

  .related-product .load-more {
    padding: 0;
  }
}
@media screen and (max-width: 340px) {
  .product-image a img {
    width: 94.5%;
  }

  .product-single .product-center .product-right .tab-product .nav-tabs li {
    margin-left: 10px;
    margin-right: 0;
  }

  .product-single .product-center .product-right .size ul .current span {
    padding: 7px 0;
  }

  .product-single .product-center .product-right .size ul li span {
    width: 50px;
  }
}
/* # Wishlist Page */
.table-wishlist-1 {
  width: 100%;
}

.table-wishlist-1 table {
  width: 100%;
}

.table-wishlist-1 tr {
  border-bottom: 1px solid #e5e5e5;
}

.table-wishlist-1 tr tr {
  border: none;
}

.table-wishlist-1 td,
.table-wishlist-1 th {
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 20px;
}

.table-wishlist-1 td a,
.table-wishlist-1 th a {
  text-decoration: none;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
}

.table-wishlist-1 td:last-child,
.table-wishlist-1 th:last-child {
  border-right: none;
}

.table-wishlist-1 td:first-child,
.table-wishlist-1 th:first-child {
  letter-spacing: 2px;
}

.table-wishlist-1 td:nth-child(1),
.table-wishlist-1 th:nth-child(1) {
  width: 11%;
}

.table-wishlist-1 td:nth-child(1) .pull-left,
.table-wishlist-1 th:nth-child(1) .pull-left {
  width: 20%;
}

.table-wishlist-1 td:nth-child(1) .pull-right,
.table-wishlist-1 th:nth-child(1) .pull-right {
  width: 80%;
}

.table-wishlist-1 td:nth-child(2),
.table-wishlist-1 th:nth-child(2) {
  width: 40%;
}

.table-wishlist-1 td:nth-child(3),
.table-wishlist-1 th:nth-child(3) {
  width: 20%;
}

.table-wishlist-1 td:nth-child(4),
.table-wishlist-1 th:nth-child(4) {
  width: 21%;
}

.table-wishlist-1 th {
  padding: 11px 5px;
}

.table-wishlist-1__product-price {
  font-size: 16px;
  line-height: 1.1em;
  display: inline-block;
  letter-spacing: 3px;
  word-spacing: 2px;
}

.table-wishlist-1__product-name {
  color: #fc9501;
  float: left;
  max-width: 250px;
}

.table-wishlist-1__product-name a {
  color: #000000;
  font-weight: lighter;
  letter-spacing: 1.5px;
}

.table-wishlist-1__product-name a:hover {
  color: #cda96f;
  text-decoration: none;
}

.table-wishlist-1 a.color-red {
  color: #fa6b6b;
}

.table-wishlist-1 a.color-red:active,
.table-wishlist-1 a.color-red:hover,
.table-wishlist-1 a.color-red:focus {
  color: #333333;
}

.table-wishlist-1 a.color-green {
  color: #21caa9;
}

.table-wishlist-1 a.color-green:active,
.table-wishlist-1 a.color-green:hover,
.table-wishlist-1 a.color-green:focus {
  color: #333333;
}

.table-wishlist-1 .icon {
  font-size: 20px;
}

.table-wishlist-1 .icon:active {
  color: #333333 ;
}

.wishlist-mobile {
  display: none;
}

@media (max-width: 991px) {
  .title-wistlist {
    padding-bottom: 0px ;
    padding-top: 20px ;
  }

  .table-wishlist-1__product-image .img-product {
    margin: 0 ;
    max-width: 130px ;
  }

  .table-wishlist-1 td:nth-child(3),
  .table-wishlist-1 th:nth-child(3) {
    display: none;
  }

  .table-wishlist-1 td,
  .table-wishlist-1 th {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wishlist-1 .visible-icon .icon {
    position: relative;
    top: -8px;
    font-size: 20px;
    margin-left: 7px;
  }

  .table-wishlist-1 th {
    display: none;
  }

  .table-wishlist-1 td,
  .table-wishlist-1 th {
    border-right: none;
  }

  .table-wishlist-1 td:nth-child(1) .visible-icon,
  .table-wishlist-1 th:nth-child(1) .visible-icon {
    float: right;
    display: inline-block;
  }

  .table-wishlist-1 td:nth-child(1) h5,
  .table-wishlist-1 th:nth-child(1) h5 {
    padding-right: 67px;
  }

  .table-wishlist-1 td:nth-child(2) td,
  .table-wishlist-1 th:nth-child(2) td,
  .table-wishlist-1 td:nth-child(3) td,
  .table-wishlist-1 th:nth-child(3) td,
  .table-wishlist-1 td:nth-child(4) td,
  .table-wishlist-1 th:nth-child(4) td {
    display: block;
  }
}
.clear-mobile {
  display: none;
}

@media (max-width: 532px) {
  .table-wishlist-1__product-image {
    position: relative;
  }
  .table-wishlist-1__product-image .clear-mobile {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .table-wishlist-1__product-image .clear-mobile .flaticon-cancel:before {
    font-weight: bold;
  }

  .wishlist-mobile {
    display: block;
  }
  .wishlist-mobile .table-wishlist-1__product-name {
    padding: unset ;
    text-align: center;
    display: inline-block;
    min-width: 100%;
  }
  .wishlist-mobile .table-wishlist-1__product-price {
    width: 100%;
  }
  .wishlist-mobile .table-wishlist-1__product-price span {
    width: 100%;
  }
  .wishlist-mobile .add-to-cart {
    display: inline-block;
    width: 100%;
  }

  .table-wishlist-1__product-image .img-product {
    margin: 0 ;
    max-width: 100% ;
  }

  .table-wishlist-1 td:nth-child(2),
  .table-wishlist-1 th:nth-child(2),
  .table-wishlist-1 td:nth-child(3),
  .table-wishlist-1 th:nth-child(3),
  .table-wishlist-1 td:nth-child(4),
  .table-wishlist-1 th:nth-child(4),
  .table-wishlist-1 td:nth-child(5),
  .table-wishlist-1 th:nth-child(5) {
    display: none;
  }

  .table-wishlist-1 td:nth-child(1) .img-responsive,
  .table-wishlist-1 th:nth-child(1) .img-responsive {
    display: inline-block;
    width: 100%;
  }

  .table-wishlist-1 td:nth-child(1), .table-wishlist-1 th:nth-child(1) {
    display: inline-block;
    width: 100%;
  }

  .table-wishlist-1 td:nth-child(1) .pull-left,
  .table-wishlist-1 th:nth-child(1) .pull-left {
    width: 100%;
    text-align: center;
  }

  .table-wishlist-1 td:nth-child(1) .pull-right,
  .table-wishlist-1 th:nth-child(1) .pull-right {
    width: 100%;
    text-align: center;
    padding-top: 19px;
  }

  .table-wishlist-1 td:nth-child(1) .visible-icon,
  .table-wishlist-1 th:nth-child(1) .visible-icon {
    float: none;
  }

  .table-wishlist-1__product-name {
    padding-right: 5% ;
    padding-left: 5%;
  }
}
.wishlist-page .title-wistlist {
  letter-spacing: 5px;
  letter-spacing: 5px;
  padding-bottom: 72px;
  padding-top: 40px;
}
.wishlist-page .title-wistlist h3 {
  font-weight: lighter;
  letter-spacing: 6px;
  color: #000;
}
.wishlist-page .table-wishlist-1 .text-item {
  letter-spacing: 3px;
  float: left;
}
.wishlist-page .table-wishlist-1 .text-price {
  letter-spacing: 2.5px;
}
.wishlist-page .table-wishlist-1 td .table-wishlist-1__product-image .img-product {
  margin-left: 30px;
  max-width: 62px;
}
.wishlist-page .table-wishlist-1 td .add-to-cart {
  letter-spacing: 1.5px;
  padding: 15px 25px;
  word-spacing: 3px;
}
.wishlist-page .table-wishlist-1 td .product-remove a {
  color: black;
}
.wishlist-page .table-wishlist-1 td .product-remove a:hover {
  color: #cda96f;
}
.wishlist-page .social-page {
  padding: 60px 0;
}
.wishlist-page .social-page p {
  letter-spacing: 3px;
}
.wishlist-page .social-page .icon-social {
  margin-top: 30px;
}
.wishlist-page .social-page .icon-social ul li {
  padding-right: 10px ;
  padding-left: 10px ;
}
.wishlist-page .social-page .icon-social ul li a {
  border: 1px solid;
  border-radius: 20px;
  color: black;
  display: block;
  font-size: 20px;
  padding: 4px 28px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.wishlist-page .social-page .icon-social ul li a:hover {
  text-decoration: none;
  color: #cda96f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.cover {
  background-color: #fbfbfd;
}
.cover .cover__img img {
  width: 100%;
}
.cover .cover__title {
  bottom: 0;
  display: inline-block;
  margin: auto;
  max-height: 100px;
  top: 0;

}
.cover .cover__title h1 {
  letter-spacing: 5px;
  margin: 0;
  top: 50%;
  line-height: 69px;
}

.product-gird .grid-product-content {
  margin-top: 42px;
}
.product-gird .grid-product-content .item {
  margin-bottom: 30px;
}
.product-gird .grid-product-content .item .product-img {
  overflow: hidden;
}
.product-gird .grid-product-content .item .product-img img {
  width: 100%;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist {
  right: 5%;
  top: 2%;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist a {
  color: #a9a9a9;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist a:hover {
  color: #cda96f;
}
.product-gird .grid-product-content .item .product-img:hover {
  margin: 0;
  transition: all 0.5s ease-in-out 0s;
}
.product-gird .grid-product-content .item .product-img:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
}
.product-gird .grid-product-content .item .product-img a img {
  transform: scale(1);
  transition: all 1s ease 0s;
}
.product-gird .grid-product-content .item .product-content h5 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 50px;
  word-spacing: 2px;
}
.product-gird .grid-product-content .item .product-content h5 a {
  color: #000;
  text-decoration: none;
  float: left;
  margin-top: 20px;
}
.product-gird .grid-product-content .item .product-content h5 a:hover {
  color: #cda96f;
  text-decoration: none;
}
.product-gird .grid-product-content .item .product-content h5 a:focus {
  outline: none;
}
.product-gird .grid-product-content .item .product-content p {
  color: #a9a9a9;
}

.tab-product .group-content {
  display: inline-block;
  float: left;
  overflow-x: hidden;
  height: 387px;
  overflow-y: scroll;
  width: 100%;
}
.tab-product ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
}
.tab-product ::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.tab-product ::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border: 0px solid #fff;
  border-radius: 10px;
  opacity: 0.5;
}

.list-comments {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.list-comments li {
  display: inline-block;
  float: left;
  width: 90%;
  padding-bottom: 0px;
  padding-top: 18px;
}
.list-comments li span {
  float: left;
  width: 20%;
  display: inline-block;
}
.list-comments li .user-comments {
  display: inline-block;
  float: left;
}
.list-comments li .user-comments h4 {
  padding: 0;
  margin: 0;
}
.list-comments li .user-comments h6 {
  color: #a9a9a9;
  line-height: 1.8;
  padding-top: 3px;
  padding-left: 2px;
}

.tab-main {
  display: inline-block;
  float: left;
  margin-top: 36px;
  width: 100%;
  margin-bottom: 31px;
}
.tab-main h5 {
  color: #000;
  letter-spacing: 0.2px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0;
}
.tab-main span {
  color: #8a8a8a ;
  display: inline-block;
  float: left;
  padding-top: 3px;
  width: 100%;
}
.tab-main ul {
  padding-left: 0;
}
.tab-main ul li {
  color: #8a8a8a ;
  line-height: 1.9;
}
.tab-main .content-left {
  display: inline-block;
  float: left;
  width: 50%;
}
.tab-main .content-left .left-bottom {
  display: inline-block;
  float: left;
  margin-top: 33px;
  width: 100%;
}
.tab-main .content-left .left-top {
  display: inline-block;
  float: left;
  width: 100%;
}
.tab-main .content-right {
  display: inline-block;
  float: right;
  width: 49%;
  padding-left: 16px;
}
.tab-main .content-right .right-top {
  display: inline-block;
  float: left;
  width: 100%;
}
.tab-main .content-right .right-bottom {
  display: inline-block;
  float: left;
  padding-top: 33px;
  width: 100%;
}

.checkout-title {
  margin-bottom: 60px;
  margin-top: 39px;
}
.checkout-title .checkout-banner h3 {
  letter-spacing: 5.4px;
}

.checkout-form {
  padding-bottom: 10px;
}
.checkout-form .input-box {
  font-family: "Montserrat Light";
}
.checkout-form input, .checkout-form select {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-family: "Montserrat Light";
  height: 52px;
  padding-left: 15px;
  width: 100%;
  -moz-appearance: none;
}
.checkout-form textarea {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-family: "Montserrat Light";
  height: 180px;
  padding-left: 15px;
  width: 100%;
  -moz-appearance: none;
}
.checkout-form .select {
  position: relative;
}
.checkout-form .select:after {
  color: #aaa;
  content: "\f10e";
  font-family: Flaticon;
  font-size: 18px;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 13px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  background-color: #fff;
}
.checkout-form .form__title {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.checkout-form .form__title h4 {
  display: inline-block;
  float: left;
  font-weight: 100;
  letter-spacing: 3.5px;
  padding-right: 27px;
}
.checkout-form .form__title span {
  display: block;
  letter-spacing: 0.3px;
  padding-top: 10px;
}
.checkout-form .form__title span a {
  color: #000000;
  letter-spacing: 0.3px;
  padding-left: 3px;
  text-decoration: underline;
}
.checkout-form .form-label {
  letter-spacing: 2.8px;
  margin-bottom: 15px;
  font-family: 'Montserrat Light';
}
@media (min-width: 1200px) {
  .checkout-form .payment-right .form-box {
    width: 90%;
    float: left;
  }
}
.checkout-form .payment-right .tab-menu {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.checkout-form .payment-right .tab-menu .type-general {
  display: inline-block;
  float: left;
  margin: 0;
}
.checkout-form .payment-right .tab-menu .type-general li {
  padding-right: 17px;
  padding-left: 0;
}
.checkout-form .payment-right .tab-menu .type-general li:hover a {
  background-color: #cda96f;
}
.checkout-form .payment-right .tab-menu .type-general li:hover a span {
  -webkit-filter: brightness(185%);
  filter: brightness(185%);
}
.checkout-form .payment-right .tab-menu .type-general li:hover a .title-payment {
  color: #fff;
}
.checkout-form .payment-right .tab-menu .type-general li.active a {
  background-color: #cda96f;
}
.checkout-form .payment-right .tab-menu .type-general li.active a span {
  -webkit-filter: brightness(185%);
  filter: brightness(185%);
}
.checkout-form .payment-right .tab-menu .type-general li.active a .title-payment {
  color: #fff;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene {
  float: left;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: block;
  position: relative;
  text-decoration: none;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a span {
  background: transparent url("../images/checkout-page/credit-cart-icon.png") no-repeat scroll right center;
  left: 33%;
  margin: 0 auto;
  padding: 16px 20px;
  position: absolute;
  top: 19%;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
  color: #979797;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-align: center;
  font-family: "Montserrat Light";
}
@media (min-width: 992px) {
  .checkout-form .payment-right .tab-menu .type-general .type-gene a {
    width: 107px;
    height: 106px;
  }
  .checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .checkout-form .payment-right .tab-menu .type-general .type-gene a {
    width: 92px ;
    height: 92px;
  }
  .checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
    padding-top: 48px;
  }
}
.checkout-form .payment-right .tab-menu .type-general .type-2 {
  float: left;
}
.checkout-form .payment-right .tab-menu .type-general .type-2 a span {
  background: transparent url("../images/checkout-page/bank-transfer-icon.png") no-repeat scroll right center;
  left: 24%;
  margin: 0 auto;
  padding: 16px 20px;
  position: absolute;
  top: 19%;
}
.checkout-form .payment-right .tab-menu .type-general .type-3 {
  padding-right: 0 ;
}
.checkout-form .payment-right .tab-menu .type-general .type-3 a span {
  background: transparent url("../images/checkout-page/paypal-icon.png") no-repeat scroll right center;
  left: 28%;
  margin: 0 auto;
  padding: 16px 20px;
  position: absolute;
  top: 20%;
}
.checkout-form .payment-right .ccjs-hidden,
.checkout-form .payment-right .ccjs-csc-diagram-wrapper {
  display: none;
}
.checkout-form .payment-right .card-number .form-cardnumber {
  float: left;
  display: inline-block;
  width: 65%;
}
.checkout-form .payment-right .card-number .form-cardnumber input {
  font-family: 'Montserrat Light';
  letter-spacing: 2px;
}
.checkout-form .payment-right .card-number .form-cvv {
  float: right;
  width: 28%;
  display: inline-block;
  position: relative;
}
.checkout-form .payment-right .card-number .form-cvv input {
  font-family: 'Montserrat Light';
  letter-spacing: 2px;
}
.checkout-form .payment-right .card-number .tip {
  position: absolute;
  top: 62px;
  right: 8px;
}
.checkout-form .payment-right .card-number .tip .ccjs-csc-help {
  background-color: transparent;
  border: none;
}
.checkout-form .payment-right .card-number .icon-question {
  background: transparent url("../images/checkout-page/icon-question.png") no-repeat scroll right center;
  padding: 13px;
  cursor: pointer;
}

.place-order {
  float: right;
  width: 100%;
  text-align: right;
  padding-top: 15px;
}
.place-order a {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 3px;
  padding: 16px 85px;
  text-decoration: none;
  display: inline-block;
}
.place-order a:hover {
  background-color: #cda96f;
  color: #fff;
  transition: all 300ms ease 0s;
}

.top-mini-cart .cart-dd {
  margin-top: 0px;
  padding: 30px 32px;
  left: auto;
  right: 15px;
  width: 368px;
  background: #fff;
  line-height: 2;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.top-mini-cart .cart-dd .cart-content h5 {
  margin: 0;
  margin-bottom: 25px;
}
.top-mini-cart .items {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 46px;
}
.top-mini-cart .items .items-inner:first-child {
  padding-top: 0;
}
.top-mini-cart .items .cart-item-image {
  float: left;
  margin-right: 23px;
  display: block;
  overflow: hidden;
}
.top-mini-cart .items .cart-item-image a {
  display: block;
  border: 1px solid #e7e2d1;
  float: left;
  max-width: 90px;
}
.top-mini-cart .items .cart-item-image a img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.top-mini-cart .items .cart-item-info {
  float: left;
  max-width: 100%;
  color: #636363;
}
.top-mini-cart .items .cart-item-info .product-name {
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 14px;
  color: #636363;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-mini-cart .items .cart-item-info .product-name:hover {
  color: #cda96f;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-mini-cart .items .cart-item-info h5 {
  margin-bottom: 6px;
}
.top-mini-cart .mark-border:before {
  content: '';
  width: 175px;
  border-bottom: 1px #ccc solid;
  position: absolute;
  bottom: -22px;
}
.top-mini-cart .subtotal {
  text-transform: capitalize;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.top-mini-cart .subtotal .shipping-cart {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
}
.top-mini-cart .subtotal .shipping-cart .lable-cart {
  float: left;
}
.top-mini-cart .subtotal .cart-item-total-price {
  float: right;
  color: #363636;
}
.top-mini-cart .subtotal .cart-item-total-price .money {
  float: right;
}
.top-mini-cart .subtotal > span:first-child {
  margin-right: 5px;
  color: #363636;
}
.top-mini-cart .mini-cart-action {
  padding: 0;
  float: right;
  width: 100%;
  text-align: right;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 20px;
}
.top-mini-cart .mini-cart-action .btn-checkout {
  background-color: #000;
  color: #fff;
  line-height: 12px;
  padding: 20px 10px;
  border: 1px solid #8a8a8a;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-mini-cart .mini-cart-action .btn-checkout:hover {
  background-color: #cda96f;
  color: #fff;
  border-color: #cda96f;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-mini-cart .mini-cart-action .btn-active {
  background-color: #fff;
  color: #636363;
}
.top-mini-cart:hover .cart-dd {
  display: block;
}
@media (min-width: 480px) {
  .top-mini-cart .number-items {
    right: -15px;
  }
}
@media (max-width: 479px) {
  .top-mini-cart .number-items {
    right: -10px;
    bottom: 10px;
  }
}
@media (max-width: 400px) {
  .top-mini-cart .cart-dd {
    width: 300px;
  }
}

/* # CheckOut Page */
.shopping-cart-table {
  width: 100%;
}

.cart-table-items {
  padding-left: 40px ;
}

.title-table {
  letter-spacing: 3.5px;
}

.shopping-cart-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.shopping-cart-table th {
  color: #000;
  font-weight: 500;
  padding: 20px 0;
}

.shopping-cart-table td {
  padding: 23px 0 26px 0;
}

.shopping-cart-table td,
.shopping-cart-table th {
  text-align: center;
}

.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child,
.shopping-cart-table td:last-child,
.shopping-cart-table th:last-child,
.shopping-cart-table td:nth-child(2),
.shopping-cart-table th:nth-child(2) {
  border-right: none;
}

.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child {
  text-align: left;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(1),
.shopping-cart-table th:nth-child(1) {
  width: 18.3%;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(2),
.shopping-cart-table th:nth-child(2) {
  width: 22.7%;
  text-align: left;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(3),
.shopping-cart-table th:nth-child(3) {
  width: 10%;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(4),
.shopping-cart-table th:nth-child(4) {
  width: 14%;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(5),
.shopping-cart-table th:nth-child(5) {
  width: 15%;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(6),
.shopping-cart-table th:nth-child(6) {
  width: 15%;
  vertical-align: middle;
}

.shopping-cart-table td:nth-child(7),
.shopping-cart-table th:nth-child(7) {
  width: 5%;
  vertical-align: middle;
}

.shopping-cart-table__input {
  position: relative;
}
.shopping-cart-table__input .qty {
  padding: 6px 12px 6px 0px;
  height: 35px;
  border: none;
}
.shopping-cart-table__input .btn-plus {
  background-color: transparent;
  display: inline-block;
  float: left;
  height: 33px;
  width: 18px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.shopping-cart-table__input .btn-plus .quantity-up {
  position: absolute;
  display: inline-block;
  top: 5px;
}
.shopping-cart-table__input .btn-plus .quantity-down {
  position: absolute;
  left: -75px;
  top: 5px;
}
.shopping-cart-table__input .btn-plus .fa-angle-up {
  display: block;
  color: #000;
  font-size: 26px ;
}
.shopping-cart-table__input .btn-plus .fa-angle-down {
  display: block;
  color: #b5b5b5;
  font-size: 26px ;
}
.shopping-cart-table__input .items {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  float: left;
  height: 18px;
  text-align: center;
  width: 18px;
}
.shopping-cart-table__input .items .fa {
  font-size: 12px;
  position: relative;
  top: -3px;
}
.shopping-cart-table__input .items:hover .fa:before {
  color: #fc9501;
}

.shopping-cart-table__delete.flaticon-cancel {
  font-size: 15px;
}
/* # Mini Cart */
@media (min-width: 1200px) {
 
 
  .shopping-cart-table td:nth-child(1),
  .shopping-cart-table th:nth-child(1) {
    width: 126px ;
  }

  .shopping-cart-table td:nth-child(2),
  .shopping-cart-table th:nth-child(2) {
    width: 405px ;
  }

  .shopping-cart-table td:nth-child(3),
  .shopping-cart-table th:nth-child(3) {
    width: 0 ;
  }

  .shopping-cart-table td:nth-child(4),
  .shopping-cart-table th:nth-child(4) {
    width: 149px ;
  }

  .shopping-cart-table td:nth-child(5),
  .shopping-cart-table th:nth-child(5) {
    width: 262px ;
  }

  .shopping-cart-table td:nth-child(6),
  .shopping-cart-table th:nth-child(6) {
    width: 136px ;
  }

  .shopping-cart-table td:nth-child(7),
  .shopping-cart-table th:nth-child(7) {
    width: 96px ;
  }

  .shopping-cart-table__product-image {
    padding: 0 30px ;
  }

  .shopping-cart-table__product-name {
    margin-left: 5px;
    margin-bottom: 9px ;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1199px) {
  .shopping-cart-table td,
  .shopping-cart-table th {
    vertical-align: middle;
  }
}
.shopping-cart-table__create {
  float: right;
  position: relative;
  top: -10px;
  right: 20%;
}

.shopping-cart-table__product-image {
  padding: 0 19px 0 0;
}

.shopping-cart-table__product-price {
  font-size: 16px;
  line-height: 1.1em;
}

@media (max-width: 1200px) {
  .shopping-cart-table__product-price {
    font-size: 14px;
  }
  .sidebar-blog.sidebar .sidebar__post .list-post .item .content-post{
    padding: 5px 0 0 0px;
  }
  .sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent {
    padding: 5px 0 0 0px;
  }

}
.shopping-cart-table__input {
  width: 77px;
  display: inline-block;
}

.shopping-cart-table__input input {
  text-align: center;
  color: #000;
}

.shopping-cart-table a {
  color: #000;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.shopping-cart-table__product-name {
  margin-bottom: 20px;
}

.shopping-cart-table__product-name a {
  color: #000;
}

.shopping-cart-table__list-parameters {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.shopping-cart-table__list-parameters li {
  padding: 0 0 7px 0;
  text-align: left;
  font-size: 16px;
}

.shopping-cart-table__list-parameters span {
  color: #333333;
  display: inline-block;
  margin-right: 6px;
}
.logo-shopping-cart {
  position: relative;
}
.logo-shopping-cart img {
  width: 12%;
  padding-top: 2%;
}
.logo-shopping-cart h3 {
  letter-spacing: 5.5px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 767px) {
  .shopping-cart-table__create {
    float: right;
    position: relative;
    top: -10px;
    right: 0px;
    margin-right: 0px;
    margin-left: 18px;
  }

  .shopping-cart-table__delete {
    float: right;
    position: relative;
    top: -10px;
  }

  .shopping-cart-table__product-name {
    font-weight: normal;
  }

  .shopping-cart-table__list-parameters li {
    padding: 0 0 2px 0;
    font-size: 14px;
  }

  .shopping-cart-table tbody,
  .shopping-cart-table td,
  .shopping-cart-table tr {
    display: block;
    border: 0;
    width: 100% ;
    text-align: center ;
  }

  .shopping-cart-table tr {
    border-bottom: 1px solid #e5e5e5;
  }

  .shopping-cart-table td:nth-child(1) {
    width: 30% ;
    display: table-cell ;
  }

  .shopping-cart-table td:nth-child(2) {
    width: 45% ;
    display: table-cell ;
    text-align: left;
  }

  .shopping-cart-table td:nth-child(3) {
    width: 20% ;
    display: table-cell ;
    text-align: left;
  }

  .shopping-cart-table td:nth-child(4),
  .shopping-cart-table td:nth-child(5),
  .shopping-cart-table td:nth-child(6),
  .shopping-cart-table td:nth-child(7) {
    display: none ;
  }

  .shopping-cart-table thead {
    display: none;
  }

  .shopping-cart-table .price-mobile {
    font-size: 14px;
    font-weight: 700;
  }

  .logo-shopping-cart h3 {
    position: relative;
    margin-bottom: 15px;
    top:10px;
  }

  .logo-shopping-cart img {
    display: none;
  }

  .bill-text .table-total {
    float: none ;
    margin-left: auto ;
    margin-right: auto ;
  }

  .coupon--padding .form-group {
    text-align: center ;
  }
  .coupon--padding .form-group input {
    margin-bottom: 10px;
  }

  .shopping-cart-btns {
    text-align: center;
    width: 100%;
    margin-bottom: 30px ;
    display: inline-block;
  }
  .shopping-cart-btns .btn{
    float:right;
  }
  .shopping-cart-btns .btn a {
    display: inline-block;
    margin-left: 0 ;
    padding: 15px 0px ;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 529px) {
  .shopping-cart-table__create {
    margin-right: 0px;
    margin-left: 7px;
  }
}

.coupon {
  margin-top: 10%;
}
.coupon label {
  padding-bottom: 17px;
  font-weight: 200;
  letter-spacing: 0px;
  font-size: 17px;
}
.coupon .form-control {
  display: inline-block;
  width: 240px;
  padding-left: 25px;
  height: 50px;
  margin-right: 14px;
}
.coupon .apply {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  height: 49px;
  padding: 0px 32px;
}
.coupon .apply:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cda96f;
  border: 1px solid #cda96f;
}

.bill-text {
  padding-bottom: 80px;
}
.bill-text .table-total {
  float: right;
  margin-top: 32px;
  width: 66%;
}
.bill-text .table-total tbody {
  border-bottom: 1px solid;
  color: #8a8a8a;
}
.bill-text .grandtotal {
  color: #000;
}
.bill-text .text-total {
  padding-left: 10px;
  padding-right: 35px;
}
.bill-text .text-sub {
  font-weight: 300;
  height: 68px;
  padding-right: 110px;
}
/* # Shopping Cart */
.shopping-cart-btns {
  display: inline-block;
}
.shopping-cart-btns .btn {
  padding: 0;
}
.shopping-cart-btns .process a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 20px;
  padding: 20px 35px;
  text-decoration: none;
  display: block;
}
.shopping-cart-btns .process a:hover {
  text-decoration: none;
}
.shopping-cart-btns .continute-shopping a {
  border: 1px solid #000;
  color: #000;
  font-family: 'Montserrat Light';
  font-size: 16px;
  letter-spacing: 2px;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.shopping-cart-btns .continute-shopping a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cda96f;
  border: 1px solid #cda96f;
}

.flaticon-cancel {
  font-size: 15px;
}

h5 {
  line-height: 1.5;
}

.text-items {
  float: left;
  padding-left: 30px;
}
.shopping-cart-table__product-price span {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #000;
}
.form-group button {
  font-family: 'Montserrat';
  font-size: 14px;
}
.form-group input {
  font-family: 'Montserrat';
}
.form-group input .form-control::-moz-placeholder {
  font-family: 'Montserrat';
}
.shopping-cart-table {
  margin-top: 10px;
}
.shopping-cart-table a {
  text-decoration: none;
}
.shopping-cart-table .shopping-cart-table__delete {
  text-decoration: none;
}
.shopping-cart-table .shopping-cart-table__delete:hover {
  text-decoration: none;
}
.shopping-cart-table .shopping-cart-table__delete:focus {
  outline: none;
}

/*# sourceMappingURL=styles.css.map */







/*! #######################################################################

  MeanMenu 2.0.7
  --------

  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
.mobile-menu {
    position: static;
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: static;
    padding: 4px 0;
    z-index: 99;
}

.header nav ul li:hover ul {
    display: block;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: relative;
    cursor: pointer;
    color: #363636;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #363636;
        height: 3px;
        margin-top: 3px;
    }

.mean-container .mean-nav {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    margin-top: 6px;
    position: absolute;
    width: 90%;
    z-index: 9999;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                border-top: 1px solid #ddd;
                text-decoration: none;
                text-transform: uppercase;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10%;
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
                text-transform: capitalize;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%;
            }

        .mean-container .mean-nav ul li {
            padding-left: 0px;
            padding-right: 0px;
        }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 22px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid #ddd !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: #ccc;
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}




/*!
 *  Font Awesome 4.5.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-webfont3295.eot?v=4.5.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3295.html?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont3295-2.html?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont3295.svg?v=4.5.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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-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-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"}




  /*
    Flaticon icon font: Flaticon
    Creation date: 03/08/2016 05:14
    */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.html") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-style: normal;
}



.flaticon-24-hours:before { content: "\f100"; }
.flaticon-back:before { content: "\f101"; }
.flaticon-back-1:before { content: "\f102"; }
.flaticon-cancel:before { content: "\f103"; }
.flaticon-commerce:before { content: "\f104"; }
.flaticon-error:before { content: "\f105"; }
.flaticon-facebook-letter-logo:before { content: "\f106"; }
.flaticon-facebook-logo:before { content: "\f107"; }
.flaticon-favorite:before { content: "\f108"; }
.flaticon-google-plus-logo:before { content: "\f109"; }
.flaticon-google-plus-logo-button:before { content: "\f10a"; }
.flaticon-instagram-social-network-logo-of-photo-camera:before { content: "\f10b"; }
.flaticon-list-menu:before { content: "\f10c"; }
.flaticon-next:before { content: "\f10d"; }
.flaticon-next-1:before { content: "\f10e"; }
.flaticon-pinterest:before { content: "\f10f"; }
.flaticon-search:before { content: "\f110"; }
.flaticon-shield:before { content: "\f111"; }
.flaticon-social:before { content: "\f112"; }
.flaticon-social-1:before { content: "\f113"; }
.flaticon-transport:before { content: "\f114"; }
.flaticon-twitter:before { content: "\f115"; }
.flaticon-twitter-logo-silhouette:before { content: "\f116"; }
.flaticon-youtube-logo:before { content: "\f117"; }
.flaticon-linkedin { background: url(../fonts/linkedin-logo.png);
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    display: block;}
.flaticon-linkedin:hover { background: url(../fonts/linkedin-logo2.png);
  height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    display: block;
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




.img-responsive-contain{
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: -webkit-fill-available;
}
/*HEADER STYLES*/
header .navbar.navbar-default {
  box-shadow: 0px 0px 10px 1px #000;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 900;
}
header .mobile-logo {
  display: none;
  padding: 10px 0;
}
header .mobile-logo img{
  height: 60px;
}
header .header-logo {
  padding: 10px 0;
}
header .header-logo img{
  height: 60px;
}
.bg-gray{
  background: #f5f5f5;    
}
.bg-light-gray{
  background: #f5f5f5;    
}
.navbar-right .dropdown-menu {
    right: inherit; 
    left: auto;
    margin-top: 0px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: 99%;
}
.navbar-right .dropdown-menu li > a {
  padding: 10px 25px;
}
.navbar-default .navbar-collapse {
  position: relative;
}
.navbar-default .navbar-nav > li {
  position: inherit;
}
.navbar-default .navbar-nav > li.seperator {
  background: #f9f9f9;
  width: 1px;
  height: 30px;
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.navbar-default .navbar-nav > li:last-child > a {
    color: #cda96f;
}
.navbar-default .navbar-nav > li > a {
    padding: 30px 20px;
    color: #fff;
    font-family: 'Montserrat Light';
    font-size: 13px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
   background-color: #cda96f !important;
    outline: none;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
  background-color: #cda96f !important;
}
.icon-country {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 5px;
    vertical-align: middle;
}
.icon-country.en {
    background: url(../images/lang/england.png);
}
.icon-country.tr {
    background: url(../images/lang/turkey.png);
}
.cover.banner-item{
  box-shadow: 0px 4px 5px 0px #e0e0e0;
}
.cover .cover__title {
    max-height: fit-content;
    width: 60%;
}
.cover.banner-item .cover__img{
  float: right;
  max-width: 300px;
  padding: 15px 0;
}
.small-banner{
    background: #fff;
    padding: 50px 0;
}
.home-slider.type1 .slider-banner .slide-type-2 {
    padding: 100px 0;
}
.home-slider.type1 .slider-banner .slide-type-2 .content-block{
  padding-top: 10%;
}
.home-slider.type1 .slider-banner .slide-type-2 h1 {
    letter-spacing: 5.6px;
    color: #000;
    line-height: 100%;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.home-slider.type1 .slider-banner .slide-type-2 span {
    margin-top: -22px;
    margin-left: -3px;
    display: inline-block;
    letter-spacing: 5.6px;
    color: #000;
}
.home-slider.type1 .slider-banner .slide-type-2 a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 12px 47px;
    display: inline-block;
    margin-top: 28px;
    margin-left: 3px;
    letter-spacing: 2px;
}

.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -9px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:before {
  content: "01";
  font-family: 'Elsie';
  color: #505050;
  font-size: 19px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  }
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot.active::before {
  opacity: 1;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev {
  position: absolute;
  display: inline-block;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -45px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev i {
  position: relative;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev i:before {
  color: #979797;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev:hover i:before {
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next {
  position: absolute;
  display: inline-block;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 42px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i {
  position: relative;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i:before {
  color: #979797;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i:after {
  left: -35px;
  position: absolute;
  font-family: 'Elsie';
  color: #979797;
  font-size: 19px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next:hover i:before {
  color: #505050;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .title-product-star {
    padding: 5px;
}

.star-picks .star-picks-slider .owl-item ul{
  padding: 0;
}
.dark-border {
    border-top: 1px #3b3b3b solid;
    border-bottom: 1px #3b3b3b solid;
}
.newest-items{
  padding: 70px 0;
}
.newest-items .owl-carousel .owl-item img {
    max-height: 265px;
}
.latest-post {
    padding: 70px 0;
}
.logo-footer {
  text-align: center;
}
.logo-footer img{
  max-width: 170px;
  display: inline-block;
}
/*LISTING PAGE*/
.list-popup .category-text{
  margin-bottom: 70px;
}


.list-popup .item-zoom {
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 6px 5px 0px #bdbdbd;
}
.product-pics.list-popup .item-zoom {
  min-height: 330px;
  max-height: 330px;
}
.list-popup .item-zoom:hover {
  box-shadow: 0 1px 19px #bbbbbb;
  transition: all 0.7s ease 0s;
}
.contact-list{
  padding: 70px 0;
}
.contact-list .banner-content{
  padding-bottom: 30px;
}
.contact-list .contact-box{
  background: #fff;
  box-shadow: 0 1px 19px #bbbbbb;
  padding: 20px;
  min-height: 200px;
  margin-bottom: 20px;
}
.contact-list .contact-box .contact-row{
  display: block;
  margin-bottom: 3px;
}
.contact-list .contact-box .contact-row i{
  width: 25px;
  color: #333;
  padding-right: 10px;
}
.contact-list .contact-box .contact-row a{
  color: #333;
  text-decoration: none;
}
.contact-button{
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 3px;
    padding: 16px 85px;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.contact-button:hover {
    background-color: #cda96f;
    color: #fff;
    transition: all 300ms ease 0s;
}
.page-blog-single .layout-blog-single .blog-info .link-blog a {
    display: inline-block;
    margin-bottom: 10px;
}
@media(min-width: 767px) AND (max-width: 992px){
  .navbar-default .navbar-nav > li > a {
    padding: 30px 10px;
  }
}
@media(max-width: 992px){
  header .header-logo {
    padding: 10px 0px;
  }
   header .header-logo img {
    height: 50px;
  }
}
@media(max-width: 768px){
   header .header-logo {
    display: none;
  }
  header .mobile-logo {
    padding: 10px 15px;
    display: block;
  }
  .navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #cda96f;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #cda96f;
  }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #fff;
  }
  .navbar-default .navbar-nav > li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .navbar-default .navbar-nav > li:last-child{
    border-bottom: none;  
  }
  .navbar-default .navbar-nav > li:last-child span {
    display: inline-block;
    padding-left: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff  !important;
    
  }
  .navbar-nav .open .dropdown-menu li{
    border-bottom: 1px solid rgba(205, 169, 111, 0.5);
  }
   .navbar-nav .open .dropdown-menu li:last-child{
    border-bottom: none;
  }
  .navbar-nav .open .dropdown-menu li:hover, .navbar-nav .open .dropdown-menu li:focus{
    background: #000;
  }

  .navbar-nav .open .dropdown-menu li a{
    line-height: 2;
  }
  .navbar-nav .open .dropdown-menu li:hover a, .navbar-nav .open .dropdown-menu li:focus a{
    color: #fff !important;
  }
}