/*** uncss> filename: http://localhost:7002/styles/style.css ***/

@charset 'UTF-8';

/**
 * ======================
 * - VnCharm Stylesheet -
 * ====================== 
 */

/**
 * =====================
 * - Include libraries -
 * ===================== 
 */

/*
 * Bootstrap
 */

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

.container:before,
.container:after,
#home__section-blog #home__section-blog__list:before,
#home__section-blog #home__section-blog__list:after {
  content: " ";
  display: table;
}

.container:after,
#home__section-blog #home__section-blog__list:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

/**
 * Bootstrap-Select
 */

/**
 * Magic Suggest
 */

/**
 * Multiple Selection Component for Bootstrap
 * Check nicolasbize.github.io/magicsuggest/ for latest updates.
 *
 * Author:       Nicolas Bize
 * Created:      Feb 8th 2013
 * Last Updated: Oct 16th 2014
 * Version:      2.1.4
 * Licence:      MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
 */

.ms-ctn input::-ms-clear {
  width: 0;
  height: 0;
}

/** Outer and global tags **/

/** For inner tags **/

/**
 * Slick 
 */

/* Slider */

/* Slider */

/* Icons */


/* Arrows */

/* Dots */

/**
 * Bootstrap Datetime Picker
 */

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

/**
 * DataTables with Bootstrap intergration
 */

/**
 * =============
 * - Overrides -
 * =============
 */

/**
 * =======================
 * - Override: Bootstrap -
 * =======================
 */

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  transition: none;
}

/**
 * - Override: Countdown -
 * ----------------------- 
 */

/**
 * ============
 * - Settings -
 * ============ 
 */

/**
 * ===================
 * - Setting: Colors -
 * =================== 
 */

/**
 * ==================
 * - Setting: Fonts -
 * ================== 
 */

/**
 * ==================
 * - Setting: Fonts -
 * ================== 
 */

/**
 * ==============
 * - Components -
 * ============== 
 */

/**
 * - Component: Text -
 * -------------------
 */

/**
 * ====================
 * - Component: Icons -
 * ==================== 
 */

/**
 * Icon size variants
 * 8-[16]-24-32-40-48-56-64 
 */

/**
 * Icons 
 */

/**
 * - Component: Block -
 * --------------------
 */

/**
 * - Component: Message -
 * ----------------------
 */

/**
 * =====================
 * - Component: Button -
 * =====================
 */

/**
 * =======================
 * - Component: Checkbox -
 * =======================
 */

/**
 * =======================
 * - Component: Dropdown -
 * =======================
 */

/**
 * ===================
 * - Component: Card -
 * =================== 
 */

.vncharm.card:before,
.vncharm.card:after {
  content: " ";
  display: table;
}

.vncharm.card:after {
  clear: both;
}

.vncharm.card:before,
.vncharm.card:after {
  content: " ";
  display: table;
}

.vncharm.card:after {
  clear: both;
}

.vncharm.card > .thumbnail {
  background-color: transparent!important;
  border-radius: 0;
  border: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
}

.vncharm.style3.card > .thumbnail {
  float: left !important;
  width: 180px;
  margin-right: 15px;
}

.vncharm.style3.card > .description > .title {
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vncharm.style3.card > .description > .subtitle {
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**
 * =======================
 * - Component: Carousel -
 * ======================= 
 */

/**
 * ==============================
 * - Component: Pagination Menu -
 * ==============================
 */

/**
 * - Component: Menu -
 * ------------------- 
 */

/**
 * ===========
 * - Modules -
 * =========== 
 */

/**
 * ==================
 * - Module: Header -
 * ================== 
 */

#header #form_search #form_search__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

#header #form_search #form_search__input:-ms-input-placeholder {
  color: #999999;
}

/**
 * ==================
 * - Module: Footer -
 * ================== 
 */

/**
 * - Module: Loading -
 * -------------------
 */

/**
 * ================
 * - Module: List -
 * ================
 */

.vncharm.list:before,
.vncharm.list:after {
  content: " ";
  display: table;
}

.vncharm.list:after {
  clear: both;
}

.vncharm.list:before,
.vncharm.list:after {
  content: " ";
  display: table;
}

.vncharm.list:after {
  clear: both;
}

.vncharm.list > .item {
  display: block;
}

/**
 * ===============
 * - Module: Box -
 * ===============
 * Consist of header, body & footer 
 */

/**
 * =================
 * - Module: Panel -
 * ================= 
 */

/**
 * ========================================
 * - Modules: Homepage - Featured Section -
 * ======================================== 
 */

/**
 * ========================================
 * - Module: Homepage - Hot Deals Section -
 * ======================================== 
 */

/**
 * ======================================
 * - Module: Homepage - Banners Section -
 * ====================================== 
 */

/**
 * ======================================
 * - Module: Homepage - Slogans Section -
 * ====================================== 
 */

/**
 * ======================================
 * - Module: Homepage - Blog Section -
 * ====================================== 
 */

#home__section-blog {
  padding-top: 40px;
}

#home__section-blog #home__section-blog__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}

#home__section-blog #home__section-blog__list {
  margin-left: -15px;
  margin-right: -15px;
}

#home__section-blog #home__section-blog__list > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #home__section-blog #home__section-blog__list > .item {
    float: left;
    width: 33.33333333%;
  }
}

/**
 * - Module: Viewed Items -
 * ------------------------ 
 */

/**
 * - Module: Viewed Items -
 * ------------------------ 
 */

/**
 * ======================
 * - Module: Breadcrumb -
 * ======================
 */

/**
 * =========================
 * - Module: Category Tree -
 * =========================
 */

/**
 * ===========================
 * - Module: Category Filter -
 * ===========================
 */

/**
 * =====================================
 * - Module: Category Level 1 - Banner -
 * =====================================
 */

/**
 * =================================
 * - Module: Product Details' Info -
 * =================================
 */

/**
 * ========================================
 * - Module: Product Details' Description -
 * ========================================
 */

/**
 * =============================================
 * - Module: Product Details' Related Products -
 * =============================================
 */

/**
 * - Module: Comments -
 * --------------------
 */

/**
 * - Module: Section Order Details -
 * --------------------------------- 
 */

/**
 * - Module: My account Menu -
 * --------------------------- 
 */

/**
 * - Module: Search Order -
 * ------------------------
 */

.segment#segment_order_search input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.segment#segment_order_search input:-ms-input-placeholder {
  color: #999999;
}

/**
 * - Module: Table Orders -
 * ------------------------ 
 */

/**
 * - Module: Table Coupons -
 * ------------------------- 
 */

/**
 * - Module: Login/Signup Modal -
 * ------------------------------
 */

/**
 * - Module: Modal Cart -
 * ----------------------
 */

/**
 * - Module: Modal Product Preview -
 * ---------------------------------
 */

/**
 * - Module: Segment Related Products -
 * ------------------------------------
 */

/**
 * ===========================
 * - Module: Checkout Header -
 * ===========================
 */

/**
 * ===========================
 * - Module: Checkout Footer -
 * ===========================
 */

/**
 * - Module: Product list -
 * ------------------------ 
 */

/**
 * - Section: 404 -
 * ----------------
 */

/**
 * - Module: Hot Deals Menu -
 * -------------------------- 
 */

/**
 * - Module: Static Pages' Menu -
 * ------------------------------ 
 */

/**
 * - Module: Brands list -
 * ----------------------- 
 */

/**
 * ===========
 * - Layouts -
 * =========== 
 */

/**
 * ================
 * - Layout: Base -
 * ================ 
 */

.container {
  width: 1170px !important;
  padding: 0;
}

body {
  color: #333333;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
}

/**
 * ====================
 * - Layout: Checkout -
 * ====================
 */

/**
 * - Layout: Static -
 * ------------------ 
 */

/**
 * =========
 * - Pages -
 * ========= 
 */

/**
 * ==============
 * - Page: Home -
 * ==============
 */

/**
 * ==========================
 * - Page: Category Level 1 -
 * ==========================
 */

/**
 * =======================
 * - Page: Products List -
 * =======================
 */

/**
 * ==========================
 * - Page: Products Details -
 * ==========================
 */

/**
 * ===========================
 * - Page: Checkout - Step 1 -
 * ===========================
 */

/**
 * =========================
 * - Page: Checkout Step 2 -
 * =========================
 */

/**
 * =========================
 * - Page: Checkout Step 3 -
 * =========================
 */

/**
 * - Page: Thank you -
 * -------------------
 */

/**
 * - Page: 404 -
 * -------------
 */

/**
 * - Page: Campaign -
 * ------------------
 */

/**
 * - Page: Hot Deal -
 * ------------------
 */

/**
 * - Page: Hot Deal -
 * ------------------ 
 */

/**
 * - Page: Order Tracking -
 * ------------------------ 
 */

/**
 * - Page: My Account Pages -
 * -------------------------- 
 */

/**
 * - Page: My Account - User Info -
 * -------------------------------- 
 */

/**
 * - Page: My Account - Address Book -
 * -----------------------------------
 */

/**
 * - Page: My Account - Reviews & Comments -
 * -----------------------------------------
 */

/**
 * - Page: My Account - Reviews & Comments -
 * -----------------------------------------
 */

/**
 * - Page: Brands Lists -
 * ---------------------- 
 */

