/*=======================----------------------------------------------------------------
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.otf");
}
/* #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 .nav {
  float: left;
  margin: 0;
  width: 100%;
}
.main-menu .nav .menu-item {
  display: inline-block;
  float: none;
  -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.type1 .mega-mobile li h4 a, .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.type1 .mega-mobile li h4 a:hover, .header-container.type1 .mega-mobile li h4 a:active, .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.type1 .mega-mobile li a, .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.type1 .mega-mobile li a:hover, .header-container.type1 .mega-mobile li a:active, .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.type1 .mega-mobile .mean-expand, .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: 2;
  left: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
  padding: 23px 0 47px 0;
  display: none;
  left: -370px;
}
.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;
}
@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, .header-container.type4 .header-middle .main-menu .nav .menu-item a {
    padding: 30px 15px 29px 15px ;
  }
}
@media (max-width: 992px) {
  .header-container.type1 .header-middle .box__item {
    text-align: center;
  }
  .header-container.type1 .header-middle .box__item .group-social {
    width: 100%;
  }
  .header-container.type1 .header-middle .group-account {
    float: right;
  }
  .header-container.type1 .mega-menu .img-menu {
    display: none;
  }

  .header-container.type2 .header-middle, .header-container.type4 .header-middle {
    height: auto ;
  }
  .header-container.type2 .header-middle .main-menu .nav .menu-item a, .header-container.type4 .header-middle .main-menu .nav .menu-item a {
    padding: 30px 15px 29px 15px ;
  }
  .header-container.type2 .header-middle .logo, .header-container.type4 .header-middle .logo {
    text-align: center;
  }
  .header-container.type2 .header-middle .logo img, .header-container.type4 .header-middle .logo img {
    display: inline-block ;
  }
  .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: 992px) {
  .header-container.type1 .header-middle .box__item {
    text-align: right;
  }
}
@media (max-width: 786px) {

  .filter-product .filter-mobile ul .item {
    padding:10px 10px;
    font-family: 'Montserrat Light';
  }

  .header-container.type1 .header-middle .box__item {
    text-align: right;
  }

  .header-container.type2, .header-container.type4 {
    position: relative;
    width: 100%;
  }
  .header-container.type2 .header-middle, .header-container.type4 .header-middle {
    height: auto ;
  }
  .header-container.type2 .header-middle .logo, .header-container.type4 .header-middle .logo {
    padding: 5px 0;
    text-align: left;
  }
  .header-container.type2 .header-middle .logo img, .header-container.type4 .header-middle .logo img {
    display: inline-block ;
  }
  .header-container.type2 .header-middle .group-social, .header-container.type4 .header-middle .group-social {
    float: right ;
  }
  .header-container.type2 .header-middle .group-social li, .header-container.type4 .header-middle .group-social li {
    padding: 0 ;
  }
  .header-container.type2 .header-middle .group-social .top-search, .header-container.type4 .header-middle .group-social .top-search {
    padding: 0 ;
  }

}
.header-container.type1 {
  position: relative;
  z-index: 10;
}
.header-container.type1 a {
  color: #000;
}
.header-container.type1 .group-account {
  color: #000;
}
.header-container.type1 .group-account .top-account {
  margin-left: -1px;
}
.header-container.type1 .group-account .top-account a {
  color: #000;
}
.header-container.type1 .group-account .top-account a:hover, .header-container.type1 .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.type1 .header-middle {
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
}
.header-container.type1 .header-middle .group-social {
  float: right;
}
.header-container.type1 .header-middle .group-social li:hover i {
  color: #cda96f;
}
.header-container.type1 .header-middle .group-social li:hover .flaticon-commerce {
  color: #cda96f;
}
.header-container.type1 .top-mini-cart {
  padding-bottom: 10px ;
}

.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 .logo {
  padding: 20px 0;
}
.header-container.type2 .header-middle {
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
}
.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 {
  margin-left: -9px;
}
.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 {
  position: absolute;
  display: inline-block;
  z-index: 2;
  left: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
  display: none;
  padding: 23px 0 47px 0;
}
.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: 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 .header-middle, .header-container.type4 .header-middle{
    height:58px;
  }
  .header-container.type2 .header-middle .box__item{
    margin-top: 0px;
  }
    .header-container.type2 .box__middle, .header-container.type4 .box__middle {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-container.type2 .logo-mobile, .header-container.type4 .logo-mobile {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 33.3% ;
    text-align: center;
  }
  .header-container.type2 .logo-mobile .logo, .header-container.type4 .logo-mobile .logo {
    text-align: center;
  }
  .header-container.type2 .mobile-menu, .header-container.type4 .mobile-menu {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 33.3% ;
  }
  .header-container.type2 .box__item, .header-container.type4 .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.type4 .header-middle{
    height:58px!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;
  }
}
.header-container.header3 .group-account .top-account a {
  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.header3 .group-account .top-account a:hover {
  -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;
  color: #cda96f;
}
.header-container.header3 .header-middle .group-account {
  padding: 22px 0px;
}
.header-container.header3 .header-middle .box__logo {
  padding: 6px;
}
.header-container.header3 .header-middle .box__item .flaticon-list-menu {
  padding: 23px 0;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header3 {
    position: relative ;
    width: 100%;
  }
}
.header-container.type4 {
  z-index: 100;
  background-color: transparent;
}
.header-container.type4 .header-middle {
  height: 79px;
}
.header-container.type4 a {
  color: #000;
}
.header-container.type4 .group-account {
  color: #000;
  padding: 23px 0px;
  float: right;
}
.header-container.type4 .group-account .top-account {
  margin-left: -1px;
}
.header-container.type4 .group-account .top-account a {
  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.type4 .group-account .top-account a:hover, .header-container.type4 .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.type4 .logo {
  padding: 20px 0;
}
.header-container.type4 .header-middle .group-social {
  margin: 0;
  float: left;
  padding-left: 9px;
}
.header-container.type4 .header-middle .group-social li {
  padding: 21px 6.7px;
}
.header-container.type4 .header-middle .group-social li:hover i {
  color: #cda96f;
}
.header-container.type4 .header-middle .group-social li:hover .flaticon-commerce {
  color: #cda96f;
}
.header-container.type4 .header-middle .group-social .top-wishlist {
  margin-left: -12px;
  margin-right: 7px;
}
.header-container.type4 .header-middle .group-social .top-mini-cart {
  margin-left: 5px;
}
.header-container.type4 .header-middle .group-social .top-mini-cart .cart-dd {
  right: 0;
}
.header-container.type4 .main-menu .nav {
  margin-left: -9px;
}
.header-container.type4 .main-menu .nav .menu-item a {
  padding: 30px 21px 29px 20px;
  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.type4 .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.type4 .main-menu .nav .menu-item:last-child > a {
  color: #cda96f;
}
.header-container.type4 .main-menu .nav .menu-item:last-child:hover > a {
  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.type4 .mega-menu {
  position: absolute;
  display: inline-block;
  z-index: 2;
  left: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
  display: none;
  padding: 23px 0 47px 0;
}
.header-container.type4 .mega-menu .title-menu {
  padding-left: 29px;
}
.header-container.type4 .mega-menu .title-menu h2 {
  margin-top: 17px;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}
.header-container.type4 .mega-menu .links-mega {
  padding-left: 59px;
}
.header-container.type4 .mega-menu .links-mega .item__menu {
  padding-left: 30px;
}
.header-container.type4 .mega-menu .links-mega .item__menu a {
  text-decoration: none;
  padding: 0;
}
.header-container.type4 .mega-menu .links-mega .item__menu .list-item {
  margin-bottom: 13px;
}
.header-container.type4 .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.type4 .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.type4 .mega-menu .links-mega .item__menu .list-item a {
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.header-container.type4 .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.type4 .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.type4 .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.type4 .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.type4 .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.type4 .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: 1200px) {
  .type4 .col-lg-8 {
    width: 67% ;
  }
  .type4 .col-lg-3 {
    width: 23.1% ;
    padding-left: 0;
  }
  .type4 .col-lg-1 {
    width: 9.9% ;
    padding-right: 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-item .item > ul {
  display: inline-block;
  width: 100%;
  padding-right: 8px;
}
.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 .owl-carousel .owl-item {
  padding-right: 30px;
}
.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;
  margin-top: 68px;
}
.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.type1 .slider-banner {
  /* slider style 1 */
  /* slider style 2 */
  /* slider style 4 */
}
.home-slider.type1 .slider-banner .slide-type-1 {
  background-color: #eee;
}
.home-slider.type1 .slider-banner .slide-type-1 .content-block {
  margin-left: -21px;
}
.home-slider.type1 .slider-banner .slide-type-1 h1 {
  margin: 0;
  letter-spacing: 5.6px;
  color: #000;
  line-height: 100%;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 5px;
  margin-left: 42px;
  margin: -10px 0 5px 42px;
}
.home-slider.type1 .slider-banner .slide-type-1 span {
  margin-top: -22px;
  display: inline-block;
  letter-spacing: 5.6px;
  color: #000;
  margin-left: 20px;
}
.home-slider.type1 .slider-banner .slide-type-1 p {
  color: #505050;
  margin-top: -6px;
  letter-spacing: 0.6px;
}
.home-slider.type1 .slider-banner .slide-type-1 a {
  text-decoration: none;
  display: inline-block;
  margin-top: 23px;
  letter-spacing: 2px;
  margin-left: 132px;
}
.home-slider.type1 .slider-banner .slide-type-1 .layout-slide {
  padding-top: 30px;
}
.home-slider.type1 .slider-banner .slide-type-1 .owl-item {
  overflow: hidden;
}
.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:nth-child(1)::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:nth-child(2)::before {
  content: '02';
  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:nth-child(3)::before {
  content: '03';
  font-family: 'Elsie';
  color: #505050;
  font-size: 17px;
  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;
  content: '/03';
  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;
}
.home-slider.type1 .slider-banner .slide-type-3 h1 {
  letter-spacing: 4.6px;
  margin: 0;
  margin-bottom: 32px;
  color: #000;
}
.home-slider.type1 .slider-banner .slide-type-3 a {
  text-decoration: none;
  padding: 17px 49px;
  letter-spacing: 1.7px;
  display: inline-block;
}
.home-slider.type1 .slider-banner .slide-type-2 {
  background-color: #eee;
}
.home-slider.type1 .slider-banner .slide-type-2 .content-block {
  margin-left: -21px;
}
.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 p {
  color: #505050;
  margin-top: -6px;
  letter-spacing: 0.6px;
}
.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 .slide-type-2 .layout-slide {
  padding-top: 30px;
}
.home-slider.type1 .slider-banner .slide-type-2 .owl-item {
  overflow: hidden;
}

.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 {
  margin-top: 40px;
}
.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%;
}
.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 .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;
  padding-bottom: 25px;
}
.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: 23px;
  font-family: 'Montserrat Light';
}
@media (min-width: 1200px) {
  .checkout-form .payment-left .form-box {
    width: 80%;
    float: left;
  }
}
@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;
  margin-right: 15px;
  padding-top: 88px;
}
.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 */
