/*
===============================================================================================
Haravan theme base
Version: 1.0.0
Author: AwesomeTeam
Create at: 19/9/2016
Last update: 1/1/2017
===============================================================================================
*/
/*	################################################################
1. MIXIN
2. TYPOGRAPHY VARIABLE
3. VARIABLE
4. RESERT	
4.1 Gerenal
4.2 Partials | Typography styles
4.3 Use em() Sass function to declare font-size
4.4 Partials | Lists
4.5 Partials | Tables
4.6 Partials | Links and Buttons
4.7 Partials | Images, SVG, and iframes
4.8 Partials | Forms
4.9 Input width and border
4.10 Form labels
4.11 We don't want the same label treatment for checkboxes/radios
4.12 Horizontal Form
4.13 Error styles
4.14 Input Group
4.15 Module | Rich Text Editor
5. HELP		
6. BUTTON
7. POPUP		
8. SWATCH VARIANT		
9. CUSTOM OWL CAROUSEL
10. TAB
11. ACCORDION
12. QUICKVIEW
13. FILTER
14. POPUP CART NEW
15. CSS FOR CONFIG

################################################################# */
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
#Reset
==============================================================================*/
/*================ Gerenal ================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

html, body {
  padding: 0;
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  margin: 0 0 19px;
  min-height: 40px;
  padding: 0 20px; }

a {
  color: #363636;
  text-decoration: none; }
  a:hover {
    color: #47bd2a;
    text-decoration: none; }

.remove {
  color: #999;
  font-size: 1.16667em; }
  .remove:hover {
    color: #47bd2a; }

.dropdown-menu {
  box-shadow: none; }

.dropdown-menu > li > a {
  white-space: inherit; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none; }

/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  line-height: 1.7;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25px; }

body {
  font-size: 12px;
  color: #363636;
  overflow-x: hidden; }

header nav {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  a:focus {
    outline: none; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 2.33333em; }

h3, .h3 {
  font-size: 2em; }

h4, .h4 {
  font-size: 1.5em; }

h5, .h5 {
  font-size: 1.33333em; }

h6, .h6 {
  font-size: 1.33333em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #323c3f;
  letter-spacing: .01em; }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e1e1e1; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: "\2014 \0020"; }

code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

/*================ Partials | Lists ================*/
ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul.square, .rte ul ul ul {
  list-style: square outside; }

ul.disc, .rte ul {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.inline-list li {
  display: inline-block;
  margin-bottom: 0; }

/*================ Partials | Tables ================*/
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e1e1e1;
  color: #1c1c1c; }

/*================ Partials | Links and Buttons ================*/
a,
.text-link {
  color: #363636;
  text-decoration: none;
  background: transparent; }

button {
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

/*================ Partials | Images, SVG, and iframes ================*/
img {
  border: 0 none;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

/*================ Partials | Forms ================*/
form {
  margin-bottom: 30px; }
  form a {
    color: #363636; }

input,
textarea,
button,
select {
  font-size: 1em; }
  input:focus,
  textarea:focus,
  button:focus,
  select:focus {
    outline: none; }

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 0;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

fieldset {
  border: 1px solid #e1e1e1;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #c8c8c8; }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd; }

textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.hstatic.net/themes/1000027659/1001396919/14/ico-select.png?v=31");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select,
  .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
label,
legend {
  display: block;
  margin-bottom: 2px; }
  label.inline,
  legend.inline {
    display: inline; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: red;
  color: red; }

label.error {
  color: red; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group input[type="submit"],
.input-group .input-group-field {
  height: 40px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

.form-group {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0; }
  .form-group .form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: .375rem 20px;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #f7f7f7;
    background-image: none;
    margin: 0;
    border: none !important;
    border-radius: 0px;
    box-shadow: none !important; }
  .form-group input, .form-group select, .form-group text-area {
    height: 40px;
    box-sizing: 0;
    box-shadow: none; }
    .form-group input:active, .form-group input:focus, .form-group select:active, .form-group select:focus, .form-group text-area:active, .form-group text-area:focus {
      box-shadow: none;
      border: 1px solid #ebebeb; }
  .form-group text-area {
    padding: 20px; }
  .form-group select {
    background-color: #f7f7f7 !important; }

/*================ Module | Rich Text Editor ================*/
.product-summary img {
  display: none; }

.rte {
  color: #898989; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 2em; }
    .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
  .rte h5, .rte .h5,
  .rte .h5 {
    text-transform: uppercase; }
  .rte > div {
    margin-bottom: 15px; }
  .rte ul, .rte ol {
    padding-left: 17px; }
  .rte ul ul {
    list-style: circle outside; }
  .rte li {
    margin-bottom: 0.4em; }
  .rte img {
    max-width: 100%;
    height: auto !important; }
  .rte table {
    table-layout: fixed; }
  .rte.rte-summary img {
    display: none; }

/*============================================================================
5. HELP
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.clearboth {
  clear: both; }

.no-background {
  background: none !important; }

.flexbox, .awe-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.list-inline {
  *zoom: 1; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline li {
    float: left;
    margin: 0; }

.d-list > div {
  position: relative;
  margin-right: 15px; }
  .d-list > div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 13px;
    margin: auto;
    z-index: 9;
    background: #e1e1e1; }
  .d-list > div:first-child {
    margin: 0; }
    .d-list > div:first-child:before {
      display: none; }

.a-center {
  text-align: center !important; }

.a-left {
  text-align: left !important; }

.a-right {
  text-align: right !important; }

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.f-none {
  float: none !important; }

.inline {
  display: inline !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .flexbox > div {
    flex: 1; }

.page {
  padding-bottom: 30px; }

.background-none {
  background: none !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: none !important; }

.ov-h {
  overflow: hidden !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

/* Margin and padding helpers */
/* Margin */
.margin-0 {
  margin: 0px !important; }

.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.margin-horizontal-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

/* Padding */
.padding-0 {
  padding: 0px !important; }

.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.padding-horizontal-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

/* Margin */
.margin-5 {
  margin: 5px !important; }

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

/* Padding */
.padding-5 {
  padding: 5px !important; }

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

/* Margin */
.margin-10 {
  margin: 10px !important; }

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

/* Padding */
.padding-10 {
  padding: 10px !important; }

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

/* Margin */
.margin-15 {
  margin: 15px !important; }

.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.margin-horizontal-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

/* Padding */
.padding-15 {
  padding: 15px !important; }

.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

/* Margin */
.margin-20 {
  margin: 20px !important; }

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

/* Padding */
.padding-20 {
  padding: 20px !important; }

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

/* Margin */
.margin-25 {
  margin: 25px !important; }

.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.margin-horizontal-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

/* Padding */
.padding-25 {
  padding: 25px !important; }

.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

/* Margin */
.margin-30 {
  margin: 30px !important; }

.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.margin-horizontal-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

/* Padding */
.padding-30 {
  padding: 30px !important; }

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

/* Margin */
.margin-35 {
  margin: 35px !important; }

.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.margin-horizontal-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

/* Padding */
.padding-35 {
  padding: 35px !important; }

.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

/* Margin */
.margin-40 {
  margin: 40px !important; }

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

/* Padding */
.padding-40 {
  padding: 40px !important; }

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

/* Margin */
.margin-45 {
  margin: 45px !important; }

.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.margin-horizontal-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

/* Padding */
.padding-45 {
  padding: 45px !important; }

.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.padding-horizontal-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

/* Margin */
.margin-50 {
  margin: 50px !important; }

.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

/* Padding */
.padding-50 {
  padding: 50px !important; }

.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padding-horizontal-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

/* Margin */
.margin-55 {
  margin: 55px !important; }

.margin-vertical-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.margin-horizontal-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-left-55 {
  margin-left: 55px !important; }

.margin-right-55 {
  margin-right: 55px !important; }

/* Padding */
.padding-55 {
  padding: 55px !important; }

.padding-vertical-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.padding-horizontal-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.padding-top-55 {
  padding-top: 55px !important; }

.padding-bottom-55 {
  padding-bottom: 55px !important; }

.padding-left-55 {
  padding-left: 55px !important; }

.padding-right-55 {
  padding-right: 55px !important; }

/* Margin */
.margin-60 {
  margin: 60px !important; }

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

/* Padding */
.padding-60 {
  padding: 60px !important; }

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

/* Margin */
.margin-65 {
  margin: 65px !important; }

.margin-vertical-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.margin-horizontal-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-left-65 {
  margin-left: 65px !important; }

.margin-right-65 {
  margin-right: 65px !important; }

/* Padding */
.padding-65 {
  padding: 65px !important; }

.padding-vertical-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.padding-horizontal-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.padding-top-65 {
  padding-top: 65px !important; }

.padding-bottom-65 {
  padding-bottom: 65px !important; }

.padding-left-65 {
  padding-left: 65px !important; }

.padding-right-65 {
  padding-right: 65px !important; }

/* Margin */
.margin-70 {
  margin: 70px !important; }

.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.margin-horizontal-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

/* Padding */
.padding-70 {
  padding: 70px !important; }

.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.padding-horizontal-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

/* Margin */
.margin-75 {
  margin: 75px !important; }

.margin-vertical-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.margin-horizontal-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-left-75 {
  margin-left: 75px !important; }

.margin-right-75 {
  margin-right: 75px !important; }

/* Padding */
.padding-75 {
  padding: 75px !important; }

.padding-vertical-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.padding-horizontal-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.padding-top-75 {
  padding-top: 75px !important; }

.padding-bottom-75 {
  padding-bottom: 75px !important; }

.padding-left-75 {
  padding-left: 75px !important; }

.padding-right-75 {
  padding-right: 75px !important; }

/* Margin */
.margin-80 {
  margin: 80px !important; }

.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.margin-horizontal-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

/* Padding */
.padding-80 {
  padding: 80px !important; }

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.padding-horizontal-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

/* Margin */
.margin-85 {
  margin: 85px !important; }

.margin-vertical-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.margin-horizontal-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-left-85 {
  margin-left: 85px !important; }

.margin-right-85 {
  margin-right: 85px !important; }

/* Padding */
.padding-85 {
  padding: 85px !important; }

.padding-vertical-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.padding-horizontal-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.padding-top-85 {
  padding-top: 85px !important; }

.padding-bottom-85 {
  padding-bottom: 85px !important; }

.padding-left-85 {
  padding-left: 85px !important; }

.padding-right-85 {
  padding-right: 85px !important; }

/* Margin */
.margin-90 {
  margin: 90px !important; }

.margin-vertical-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.margin-horizontal-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

/* Padding */
.padding-90 {
  padding: 90px !important; }

.padding-vertical-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.padding-horizontal-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

/* Margin */
.margin-95 {
  margin: 95px !important; }

.margin-vertical-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.margin-horizontal-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-left-95 {
  margin-left: 95px !important; }

.margin-right-95 {
  margin-right: 95px !important; }

/* Padding */
.padding-95 {
  padding: 95px !important; }

.padding-vertical-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.padding-horizontal-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.padding-top-95 {
  padding-top: 95px !important; }

.padding-bottom-95 {
  padding-bottom: 95px !important; }

.padding-left-95 {
  padding-left: 95px !important; }

.padding-right-95 {
  padding-right: 95px !important; }

/* Margin */
.margin-100 {
  margin: 100px !important; }

.margin-vertical-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.margin-horizontal-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

/* Padding */
.padding-100 {
  padding: 100px !important; }

.padding-vertical-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.padding-horizontal-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.row.row-noGutter {
  margin-left: 0;
  margin-right: 0; }
  .row.row-noGutter > div[class^="col"] {
    padding-right: 0px;
    padding-left: 0px; }

.row.row-12Gutter {
  margin-left: -6px;
  margin-right: -6px; }
  .row.row-12Gutter > div[class^="col"] {
    padding-right: 6px;
    padding-left: 6px; }

.row.row-14Gutter {
  margin-left: -7px;
  margin-right: -7px; }
  .row.row-14Gutter > div[class^="col"] {
    padding-right: 7px;
    padding-left: 7px; }

.row.row-8Gutter {
  margin-left: -4px;
  margin-right: -4px; }
  .row.row-8Gutter > div[class^="col"] {
    padding-right: 4px;
    padding-left: 4px; }

/*============================================================================
6. BUTTON
==============================================================================*/
.btn, input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: none !important;
  cursor: pointer;
  border: none;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
    cursor: default;
    background-color: #e1e1e1; }
  .btn.btn-primary, input.btn-primary[type="submit"] {
    background: #47bd2a;
    color: #fff; }
    .btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
      background: #4fd130; }
  .btn.btn-circle, input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0; }
  .btn.btn-large, input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px; }
  .btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: 1em; }
  .btn.btn-dark, input.btn-dark[type="submit"] {
    background: #2a2a2a;
    color: #fff; }
  .btn.btn-white, input.btn-white[type="submit"] {
    background: #fff;
    color: #363636;
    border: 1px solid #e1e1e1;
    font-weight: 400; }
    .btn.btn-white:hover, input.btn-white[type="submit"]:hover {
      background: #4fd130;
      color: #fff; }
  .btn.btn-gray, input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff; }
    .btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
      background: #47bd2a; }
    .btn.btn-gray a, input.btn-gray[type="submit"] a {
      color: #fff; }
  .btn.btn-full, input.btn-full[type="submit"] {
    display: block;
    width: 100%; }

.btn-link {
  line-height: 40px;
  color: #47bd2a; }
  .btn-link:hover {
    text-decoration: underline; }

/*============================================================================
7. POPUP
==============================================================================*/
.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden; }
  .ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff; }
  .awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto; }
    .awe-popup.active .content {
      max-height: calc(100% - 60px);
      opacity: 1;
      background: transparent;
      padding: 0; }
      .awe-popup.active .content .info {
        background: #fff;
        min-width: 500px; }
    .awe-popup.active .overlay {
      width: 100%;
      height: 100%; }

.close-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%; }
  .close-window .fa {
    display: block;
    font-size: 1.66667em;
    line-height: 25px;
    color: #47bd2a; }

.awe-popup.loading {
  z-index: 9998; }
  .awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.awe-popup.loaded-content .loader {
  display: none; }

.awe-popup.addcart-popup .content {
  min-width: auto; }

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0; }

.product-popup .product-info {
  overflow: hidden;
  position: relative; }
  .product-popup .product-info p {
    margin-bottom: 0px;
    line-height: 24px; }

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0; }
  .product-popup .popup-title i {
    margin-right: 5px; }

.product-popup .product-name {
  color: #47bd2a; }

.product-popup .product-info p.total-money {
  margin-bottom: 15px; }

.product-popup h3, .product-popup .h3 {
  color: #52b249;
  margin-bottom: 25px; }
  .product-popup h3 .fa, .product-popup .h3 .fa {
    margin-right: 4px; }

.product-popup .pop-right h3, .product-popup .pop-right .h3 {
  color: #333; }

.pop-right {
  background: #f9f9f9; }

.awe-popup.product-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  padding: 0; }

@media (max-width: 1199px) {
  .awe-popup .content {
    max-width: 700px;
    min-width: auto; } }

@media (max-width: 543px) {
  .product-popup .product-image {
    width: 120px;
    height: 120px; }
  .product-popup .product-image img {
    max-width: 120px !important; }
  .awe-popup.product-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    margin: 0 20px; }
  .addcart-popup .col-xl-6 {
    padding: 0 !important; }
  .product-popup h3, .product-popup .h3 {
    font-size: 1.5em;
    margin-bottom: 0; } }

/*============================================================================
8. SWATCH VARIANT
==============================================================================*/
/* 
Swatches Styles
*/
.swatch {
  margin: 1em 0; }
  .swatch .header {
    margin: 0.1em 0;
    text-align: left;
    float: left;
    min-width: 100px;
    font-weight: 700; }
  .swatch input {
    display: none; }

/* Label */
/* Hide radio buttons.*/
.swatch label {
  /* Rounded corners */
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 26px !important;
  height: 26px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: #e4e4e4 2px solid;
  /* Background color */
  background-color: #fff;
  /* Styling text */
  font-size: 1.08333em;
  text-align: center;
  line-height: 26px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0; }

.swatch-element label {
  padding: 0 5px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  background: #f94e3f;
  border-color: #f94e3f;
  color: #fff; }

.swatch .color input:checked + label {
  position: relative; }
  .swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }
  .swatch .swatch-element.color .tim {
    background-color: #db23b6; }
  .swatch .swatch-element.color .xanh {
    background-color: #0554ff; }
  .swatch .swatch-element.color .vang {
    background-color: #e6fa0a; }
  .swatch .swatch-element.color .nau {
    background-color: #594f4f; }
  .swatch .swatch-element.color .do {
    background-color: #f20808; }
  .swatch .swatch-element.color .cam {
    background-color: #fc9905; }
  .swatch .swatch-element.color .xam {
    background-color: #615a5a; }
  .swatch .swatch-element.color .van-go {
    background-color: #3a40fa; }
  .swatch .swatch-element.color .green {
    background-color: #00ff15; }
  .swatch .swatch-element.color .white {
    background-color: #e9e9e9; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#quick-view-product .selector-wrapper {
  display: none !important; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -35px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
  .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }
  .swatch.error p {
    margin: 0.7em 0; }
    .swatch.error p:first-child {
      margin-top: 0; }
    .swatch.error p:last-child {
      margin-bottom: 0; }
  .swatch.error code {
    font-family: monospace; }

/*============================================================================
9. CUSTOM OWL CAROUSEL
==============================================================================*/
.owl-theme .owl-nav {
  margin-top: 0; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  padding: 0;
  background: transparent !important;
  outline: none;
  text-indent: 1010%;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 0;
  margin-left: 0;
  font-size: 0; }
  .owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-prev:hover:after,
  .owl-carousel .owl-nav .owl-next:hover:before,
  .owl-carousel .owl-nav .owl-next:hover:after {
    color: #47bd2a;
    border-color: #47bd2a; }

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23.5px;
  font-size: 16px;
  background: #f5f5f5;
  color: #929292;
  border: 1px solid #e1e1e1; }

.owl-carousel .owl-nav .owl-prev {
  left: 0; }
  .owl-carousel .owl-nav .owl-prev:before {
    padding-right: 1px; }

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104"; }

.owl-carousel .owl-nav .owl-next {
  right: 0; }
  .owl-carousel .owl-nav .owl-next:before {
    padding-left: 1px; }

.owl-carousel .owl-nav .owl-next:before {
  content: "\f105"; }

.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 14px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .owl-carousel .owl-nav .owl-next {
    right: 0; } }

.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
  bottom: 10px;
  width: 100%; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px; }
  .owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #9c9c9c; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #47bd2a; }

.owl-carousel-inset .owl-nav .owl-prev {
  left: 0; }

.owl-carousel-inset .owl-nav .owl-next {
  right: 0; }

.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px; }

.owl-carousel-inset .owl-prev,
.owl-carousel-inset .owl-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.owl-carousel-inset:hover .owl-prev,
.owl-carousel-inset:hover .owl-next {
  opacity: 1;
  visibility: visible; }

.owl-carousel-inset:hover .owl-prev.disabled,
.owl-carousel-inset:hover .owl-next.disabled {
  opacity: .5; }

.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px; }

.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px; }

.owl-carousel .owl-item img {
  width: auto; }

.owl-carousel.bg-white .owl-nav .owl-next:before {
  background: #fff; }

.owl-carousel.bg-white .owl-nav .owl-prev:before {
  background: #fff; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #47bd2a; }

.fix-owl-image.owl-carousel .owl-nav .owl-prev {
  top: calc(50% - 100px); }

.fix-owl-image.owl-carousel .owl-nav .owl-next {
  top: calc(50% - 100px); }

.top-right-owl.owl-carousel .owl-nav .owl-next {
  right: 8px;
  top: -49px; }

.top-right-owl.owl-carousel .owl-nav .owl-prev {
  left: auto;
  right: 40px;
  top: -49px; }

/********************************************************
10. TABS
********************************************************/
.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px; }
  .tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both; }
  .tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left; }
    .tab-wrap .tabs-title li:before {
      content: "|";
      color: #c9c9c9;
      padding: 0 16px;
      color: #1c1c1c; }
    .tab-wrap .tabs-title li:first-child:before {
      display: none; }
    .tab-wrap .tabs-title li.current {
      color: #212121; }

.tab-wrap .tab-content {
  position: relative; }

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer; }
  ul.tabs li.current {
    color: #000; }

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

/********************************************************
11. ACCORDION
********************************************************/
.accordion .nav-item .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.accordion .nav-item.active .tab-pane {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/*============================================================================
12. QUICKVIEW
==============================================================================*/
#quickview button.btn.btn-close.btn-default {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  font-size: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  padding: 0; }

#quickview .modal-body {
  position: relative;
  padding: 30px; }

#quickview .modal-dialog {
  width: 910px;
  border-radius: 0; }

#quickview .status {
  font-size: 1.07143em;
  margin-bottom: 30px;
  font-weight: 400; }

#quickview .inventory {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  color: #fff;
  background: #47bd2a; }

#quickview .selector-wrapper select {
  height: 40px; }

#quickview .info-other {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }
  #quickview .info-other p {
    margin-bottom: 0; }

#quickview span.discount {
  color: #fca901; }

#quickview .product-price {
  font-size: 2.5em;
  display: inline-block; }

#quickview .price-box {
  margin: 10px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }
  #quickview .price-box .special-price span {
    color: #fca901; }
  #quickview .price-box .old-price {
    display: block;
    color: #adadad;
    font-size: 1.25em;
    margin-top: 7px;
    margin-top: 7px;
    clear: left; }

#quickview .product-description.rte {
  padding-bottom: 15px; }

#quickview #thumbnail_quickview {
  opacity: 0;
  visibility: hidden;
  height: 0; }
  #quickview #thumbnail_quickview.op1 {
    opacity: 1;
    visibility: visible;
    height: auto; }
  #quickview #thumbnail_quickview .item {
    border: 1px solid #ebebeb; }

#quickview .image {
  border: 1px solid #ebebeb; }

#quickview .rte img {
  display: none; }

#quickview .quantity_wanted_p {
  margin-top: 15px; }
  #quickview .quantity_wanted_p label {
    display: inline-block;
    line-height: 45px; }
  #quickview .quantity_wanted_p input {
    margin: 0 5px;
    height: 40px;
    padding: 0;
    width: 40px;
    display: inline-block;
    border-radius: 3px; }
  #quickview .quantity_wanted_p .btn, #quickview .quantity_wanted_p input[type="submit"] {
    font-size: 20px;
    padding: 0 45px;
    border-radius: 3px;
    display: inline-block;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }

#quickview .swatch {
  display: none; }

#quickview .hasswatch .swatch {
  display: block; }

#quickview .hasswatch .selector-wrapper {
  display: none; }

/*============================================================================
13. FILTER
==============================================================================*/
.filter-container {
  margin-bottom: 30px; }

.filter-group {
  margin-bottom: 20px; }
  .filter-group ul {
    max-height: 246px;
    overflow-y: auto; }
    .filter-group ul::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #dddddd; }
    .filter-group ul::-webkit-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #dddddd; }
    .filter-group ul::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #a6a6a6; }

.filter-group-title {
  display: block;
  font-size: 1.5em;
  margin-bottom: 10px; }

.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 2.5em;
  min-width: 100%;
  float: left;
  padding-right: 8px; }
  .filter-item * {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 1.16667em;
    font-weight: normal; }
  .filter-item.color {
    min-width: 20px; }
    .filter-item.color a, .filter-item.color label {
      width: 100%;
      height: 100%;
      display: inline-block;
      font-size: 0; }
    .filter-item.color .fa {
      width: 20px;
      height: 20px;
      background: red;
      border-radius: 50%;
      position: relative; }
      .filter-item.color .fa:before {
        display: none; }
      .filter-item.color .fa.trang:hover:before {
        display: block;
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        left: -4px;
        top: -4px;
        border: 1px solid #e2e2e2;
        border-radius: 50%; }
      .filter-item.color .fa:hover:before {
        display: block;
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        left: -3px;
        top: -3px;
        border: 1px solid #e2e2e2;
        border-radius: 50%; }
    .filter-item.color input:checked + .fa:before {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      left: -3px;
      top: -3px;
      border: 1px solid #e2e2e2;
      border-radius: 50%; }
    .filter-item.color input:checked + .fa.trang:before {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      left: -4px;
      top: -4px;
      border: 1px solid #e2e2e2;
      border-radius: 50%; }

.filter-item--green *:hover {
  color: #47bd2a; }

.filter-item--half {
  display: inline-block;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px; }

.filter-item--check-box input {
  display: none; }

.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px; }

.filter-item--check-box input + .fa:before {
  content: "\f096"; }

.filter-item--check-box input:checked + .fa:before {
  content: "\f14a";
  color: #47bd2a; }

#sort-by {
  float: right;
  font-size: 12px;
  text-align: left; }
  #sort-by .button-asc, #sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px; }
  #sort-by label {
    float: left;
    line-height: 30px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 400; }
  #sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right; }
  #sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none; }
  #sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 28px;
    width: 151px; }
  #sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    width: 240px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px; }
    #sort-by li > a {
      display: inline-block;
      width: 100%;
      line-height: 36px; }
    #sort-by li li {
      width: 100%;
      margin-top: 0px;
      border-top: none;
      border-right: none;
      border-left: none; }
      #sort-by li li a:hover {
        color: #007fb8; }
    #sort-by li:hover {
      background-color: #fff; }
    #sort-by li li:hover {
      background-color: #fff;
      color: #007fb8; }
  #sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 28px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid; }
    #sort-by ul ul ul {
      position: absolute;
      left: 100%;
      top: -2px;
      border: solid 1px transparent; }
  #sort-by li:hover > ul {
    display: block; }

.filter-container__selected-filter {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }

.filter-container__selected-filter-header {
  margin-bottom: 5px; }

.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #47bd2a; }

.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px; }

.filter-container__selected-filter-item {
  padding: 6px 0; }
  .filter-container__selected-filter-item > a {
    color: #333;
    font-size: 1.08333em; }
  .filter-container__selected-filter-item .fa {
    margin-right: 10px;
    color: #F44336; }

.filter-container__selected-filter-list ul {
  margin-bottom: 15px; }

/*============================================================================
14. POPUP CART NEW
==============================================================================*/
#popup-cart-desktop {
  width: 700px;
  background: #fff;
  float: none;
  margin: 0 auto;
  padding: 20px;
  position: relative; }
  #popup-cart-desktop .title-popup-cart {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    padding-right: 15px; }
    #popup-cart-desktop .title-popup-cart i {
      color: #47bd2a; }
  #popup-cart-desktop .title-quantity-popup {
    font-size: 17px;
    margin-bottom: 10px;
    cursor: pointer; }
    #popup-cart-desktop .title-quantity-popup .fa-shopping-cart {
      color: #47bd2a;
      font-size: 25px; }
    #popup-cart-desktop .title-quantity-popup .fa-caret-right {
      font-size: 14px; }
  #popup-cart-desktop .content-popup-cart .thead-popup {
    background: #f7f7f7;
    float: left;
    width: 100%;
    clear: both; }
    #popup-cart-desktop .content-popup-cart .thead-popup > div {
      float: left;
      padding: 6px 10px;
      text-transform: uppercase;
      font-size: 13px;
      border-left: 2px solid #fff; }
      #popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
        border-left: none; }
  #popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 280px;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none; }
    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
      width: 100%;
      float: left;
      clear: both;
      border-bottom: 1px dotted #ddd; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
        float: left; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
        padding: 10px;
        float: left; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
          border: 1px solid #d2d2d2; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
        padding: 10px 0; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
          display: block;
          margin-bottom: 5px;
          font-weight: bold; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
            color: #47bd2a; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
          font-size: 13px;
          margin-bottom: 5px;
          color: #333333; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
          font-size: 13px;
          color: #888; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
        padding: 10px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
          display: block; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
          color: #333;
          font-size: 12px;
          font-weight: 500; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
          color: #333;
          font-size: 12px;
          text-decoration: line-through;
          font-weight: 500; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
          font-size: 12px;
          color: #d71515; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
        border: 1px solid #ddd;
        outline: none;
        background: #fff;
        height: 24px;
        margin-top: 10px;
        width: 23px;
        text-align: center;
        vertical-align: top;
        padding: 0; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
        border: 1px solid #ddd;
        height: 24px;
        margin-left: -1px;
        text-align: center;
        width: 24px;
        vertical-align: top;
        margin-right: -1px;
        margin-top: 10px;
        display: inline-block;
        min-height: 24px;
        padding: 0; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
        display: block;
        font-weight: 500;
        padding: 10px; }
  #popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
      padding: 10px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
        font-size: 13px;
        width: 320px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
          float: left;
          margin-right: 10px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
          line-height: 20px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0;
        padding-bottom: 0; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
          color: #47bd2a; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
      cursor: pointer; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
      margin: 10px;
      background: transparent;
      font-size: 13px;
      float: left;
      border: none;
      outline: none;
      color: #47bd2a; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
      background: #47bd2a;
      font-size: 15px;
      float: right;
      display: block;
      margin-right: 15px;
      padding: 6px 10px;
      border-radius: 5px;
      color: #fff;
      margin-bottom: 10px; }

.fancybox-skin {
  background: #fff !important; }

.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-header {
  background-color: #fbbf22;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-header .close {
  margin-top: -2px; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.modal-header .modal-title {
  padding-left: 6rem;
  position: relative;
  min-height: 44px;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  margin: 0; }
  .modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #fbbf22;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff; }

.media:first-child {
  margin-top: 0; }

.btn-outline-red {
  background: #fff;
  color: #c63829 !important;
  font-size: 17px;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 0.5rem;
  border: 1px solid #c63829;
  text-align: center;
  margin-top: 1.5rem; }

.btn-red {
  background: #47bd2a;
  color: #fff !important;
  font-size: 17px;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 0.5rem;
  border: none;
  text-align: center;
  margin-top: 1.5rem; }

.media .media-left {
  padding-right: 1em; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media .thumb-1x1 {
  width: 7.7rem; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none; }

/**/
.suntory-alo-phone {
  top: auto !important;
  background-color: transparent;
  cursor: pointer;
  height: 40px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 40px;
  z-index: 100 !important;
  display: none;
  left: 20px;
  bottom: calc(50% - 20px); }
  @media (max-width: 1200px) {
    .suntory-alo-phone {
      display: block !important; } }

.suntory-alo-phone.top-left {
  bottom: auto !important;
  top: 10px !important; }

.suntory-alo-phone.top-right {
  left: auto !important;
  right: 10px !important;
  bottom: auto !important;
  top: 10px !important; }

.suntory-alo-phone.center-right {
  left: auto !important;
  right: 10px !important; }

.suntory-alo-phone.bottom-left {
  bottom: 82px !important;
  z-index: 199; }
  @media (max-width: 767px) {
    .suntory-alo-phone.bottom-left {
      bottom: 88px !important; } }

.suntory-alo-phone.bottom-right {
  left: auto !important;
  right: 10px !important;
  bottom: 10px !important; }

.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
  display: none; }

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px; }

.suntory-alo-ph-img-circle {
  /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
  border: 2px solid transparent;
  border-radius: 100%;
  height: 40px;
  text-align: center;
  transform-origin: 50% 50% 0;
  width: 40px; }

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
  opacity: 1; }

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important; }

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important; }

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5; }

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: red;
  opacity: 1; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #47bd2a;
  opacity: 1; }

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9); }

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
  background-color: red; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: #f56a15; }

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
  background-color: #00aff2; }

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
  background-color: red; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: #47bd2a; }

@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); } }

.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 18px;
  line-height: 36px;
  padding-left: 1px;
  color: #fff; }

/*============================================================================
15. CSS FOR CONFIG
==============================================================================*/
body {
  background: #ffffff; }

/*Home page*/
.awe-section-1 {
  margin-bottom: 0px; }

.awe-section-2 {
  margin-bottom: 30px; }

.awe-section-3 {
  margin-bottom: 10px; }

.awe-section-4 {
  margin-bottom: 10px; }

.awe-section-5 {
  margin-bottom: 20px; }

.awe-section-6 {
  margin-bottom: 10px; }

.awe-section-7 {
  margin-bottom: 10px; }

.awe-section-8 {
  margin-bottom: 20px; }

.awe-section-9 {
  margin-bottom: 10px; }

/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-productApp.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center; }

.modal-productApp .modal-footer .button {
  margin: 0 5px; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  line-height: 30px;
  margin-top: -2px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #47bd2a;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #47bd2a; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program {
  margin: 20px 0;
  border: 2px dotted #47bd2a;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0; }

#buyxgety-program .buyxgety-heading {
  padding: 5px 10px;
  position: relative;
  padding-right: 60px; }

#buyxgety-program .buyxgety-heading h3, #buyxgety-program .buyxgety-heading .h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("https://file.hstatic.net/1000027659/file/gift-icon_06bf836ce0e14ee6a658ff49e7c90863.png");
  background-repeat: no-repeat;
  background-size: contain; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 35px;
  float: left;
  padding-top: 7px; }

.buyxgety_item .buyxgety_image {
  width: 60px;
  float: right; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

/* edit +++  
.pro-loop .product-img .sold-out == bottom:10 
.qty-click input.item-quantity 
table.table-cart tr td.item h3
.selector-actions
*/
.product-thumbnail .product_gift_label img {
  width: 35px;
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 1; }

button.btn-product-gift {
  width: 100%;
  padding: 14px 35px;
  font-size: 16px; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

@media (max-width: 767px) {
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 15px; } }

#buyxgety-program2 {
  padding: 0;
  margin-bottom: 20px; }

#buyxgety-themvaogioheader {
  height: 32px;
  line-height: 32px;
  background-color: #009ae5;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative; }
  #buyxgety-themvaogioheader:before {
    content: "";
    width: calc(100% - 15px);
    background-image: url(//cdn.hstatic.net/themes/1000027659/1001396919/14/light-blur.png?v=31);
    background-repeat: no-repeat;
    background-size: 40px auto;
    top: 0;
    bottom: 1px;
    position: absolute;
    z-index: 2;
    -webkit-animation: cssAnimation 3s infinite ease;
    -moz-animation: cssAnimation 3s infinite ease;
    -o-animation: cssAnimation 3s infinite ease; }

#buyxgety-themvaogioheader img {
  width: 30px;
  position: relative;
  top: -2px; }

#buyxgety-product-list2 {
  background: #f4f4f4;
  font-size: 12px; }
  #buyxgety-product-list2 table tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    #buyxgety-product-list2 table tbody tr {
      flex: 0 0 100%; }
      #buyxgety-product-list2 table tbody tr:nth-child(2n+1) {
        border-right: 1px solid #ddd; }
      #buyxgety-product-list2 table tbody tr td {
        border: 0;
        border-bottom: 1px solid #dddddd; }
      #buyxgety-product-list2 table tbody tr td.img-box {
        width: 100px;
        padding: 10px 0; }

#buyxgety-product-list2 span {
  padding: 0 2px; }

#buyxgety-product-list2 td:first-child {
  padding: 10px; }

#buyxgety-product-list2 .buyx-img {
  width: 100px; }

/* search */
@media (max-width: 991px) {
  .logo.inline-block a.logo-wrapper {
    max-width: 150px; }
  .wrapper-search.search-mobile {
    right: 60px;
    position: absolute;
    top: 38px; }
    .wrapper-search.search-mobile .icon-search {
      font-size: 23px; }
      .wrapper-search.search-mobile .icon-search .action-linkmob:hover, .wrapper-search.search-mobile .icon-search .action-linkmob:focus {
        color: #363636; }
  .wrap-content-search {
    max-height: 0;
    overflow: hidden;
    background: #f2f2f2;
    -webkit-transition: max-height .5s ease 0s;
    transition: max-height .5s ease 0s; }
    .wrap-content-search.active {
      max-height: 2000px;
      border-bottom: 2px solid #979797; }
  .wrap-content-search {
    position: absolute;
    left: 0;
    top: 85%;
    width: 100%;
    z-index: 999; }
    .wrap-content-search .content-inner {
      width: 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; }
      .wrap-content-search .content-inner .search-content form.searchform-categoris {
        padding: 30px 15px;
        width: 100%;
        margin-bottom: 0; }
        .wrap-content-search .content-inner .search-content form.searchform-categoris .wpo-search-inner {
          position: relative;
          max-width: 650px;
          margin: 0 auto; }
          .wrap-content-search .content-inner .search-content form.searchform-categoris .wpo-search-inner input {
            width: 100%;
            height: 50px;
            border-radius: 0;
            font-size: 16px;
            background-color: #fff;
            border: 1px solid #bebdbd;
            padding: 0 10px;
            margin-bottom: 0; }
          .wrap-content-search .content-inner .search-content form.searchform-categoris .wpo-search-inner i.clear-form {
            position: absolute;
            right: 10px;
            top: 14px;
            display: none;
            font-size: 22px; }
        .wrap-content-search .content-inner .search-content form.searchform-categoris button#search-header-btn-mb {
          border-radius: 0 0;
          width: 100%;
          margin-top: 10px;
          background: #47bd2a;
          color: #fff;
          font-weight: 700;
          outline: 0;
          border: 2px solid #47bd2a;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .wrap-content-search .content-inner #ajaxSearchResults-mb {
        margin: 0 -15px;
        background: #fff; }
        .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent {
          width: 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: auto;
          margin-right: auto; }
          .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 100%;
            padding-bottom: 50px; }
            .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye {
              position: relative;
              min-height: 1px;
              width: 100%;
              padding: 0 10px; }
              .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .heading-searchsmart {
                padding: 10px 0; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .heading-searchsmart .text-bold.text-big {
                  font-size: 18px;
                  line-height: 28px;
                  font-weight: bold; }
                  .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .heading-searchsmart .text-bold.text-big.title-art {
                    position: relative; }
                    .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .heading-searchsmart .text-bold.text-big.title-art:before {
                      content: "\f107";
                      display: inline-block;
                      font: normal normal normal 14px/1 FontAwesome;
                      font-size: inherit;
                      text-rendering: auto;
                      -webkit-font-smoothing: antialiased;
                      -moz-osx-font-smoothing: grayscale;
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      font-weight: bold; }
                    .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .heading-searchsmart .text-bold.text-big.title-art.active:before {
                      content: "\f106"; }
              .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult {
                padding-bottom: 15px;
                padding-right: 10px; }
              .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult {
                display: flex;
                align-items: center;
                justify-content: flex-start; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult .thumbs {
                  width: 33.333%;
                  flex: 0 0 33.3333%;
                  padding-right: 10px; }
                  .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult .thumbs a {
                    display: block; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult .title {
                  font-size: 15px;
                  text-transform: uppercase;
                  font-weight: 500; }
                  .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult .title a {
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .item-ult.item-article .title a {
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis; }
              .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .list-searchsmart {
                max-height: 350px;
                overflow-y: auto; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .list-searchsmart.list-article-samrt {
                  display: none; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .list-searchsmart p.dataEmpty {
                  font-size: 14px;
                  text-transform: uppercase; }
              .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .resultsMore a {
                font-size: 13px;
                text-transform: uppercase;
                padding: 0;
                margin: 10px 0;
                display: block; }
                .wrap-content-search .content-inner #ajaxSearchResults-mb .resultsContent .search-suggestion-wrapper .item-search-stlye .resultsMore a i {
                  font-size: 20px;
                  padding-right: 7px; } }

@media (min-width: 992px) {
  .wrap-content-search {
    display: none !important; } }
