/*
Colors:
	Body 		  : #4A4E5A
	Headers 	: #30323A
	Primary 	: #F8694A
	Dark 		  :	#30323A
	Grey 		  : #DADADA #F6F7F8

Fonts: Hind

Table OF Contents
------------------------------------
1 > GENERAL
------ typography
------ Buttons
------ Inputs
------ Lists
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search header
------ Account header
------ Cart header
3 > NAVIGATION
------ Category nav
------ Menu nav
------ Dropdowns
------ Mobile Nav
4 > BANNERS
5 > HOME SLIDER
6 > PRODUCT
------ Single product
------ Widget product
------ Product slick
7 > PRODUCTS PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > FOOTER
11 > SLICK
------ Arrows
------ Dots
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

/* font Museo */
@font-face {
font-family:'MuseoSans-100';
    src: url('fonts/museo/museosans-100-webfont.eot')format("embedded-opentype"), url('fonts/museo/museosans-100-webfont.ttf') format('truetype'), url('fonts/museo/museosans-100-webfont.woff')format("woff");
}
@font-face {
    font-family:'MuseoSans-300';
    src: url('fonts/museo/museosans-300-webfont.eot')format("embedded-opentype"), url('fonts/museo/museosans-300-webfont.ttf') format('truetype'), url('fonts/museo/museosans-300-webfont.woff')format("woff");
}
@font-face {
    font-family:'MuseoSans-500';
    src: url('fonts/museo/museosans-500-webfont.eot')format("embedded-opentype"), url('fonts/museo/museosans-500-webfont.ttf') format('truetype'), url('fonts/museo/museosans-500-webfont.woff')format("woff");
}
@font-face {
    font-family:'MuseoSans-700';
    src: url('fonts/museo/museosans-700-webfont.eot')format("embedded-opentype"), url('fonts/museo/museosans-700-webfont.ttf') format('truetype'), url('fonts/museo/museosans-700-webfont.woff')format("woff");
}	
@font-face {
    font-family:'MuseoSans-900';
    src: url('fonts/museo/museosans-900-webfont.eot')format("embedded-opentype"), url('fonts/museo/museosans-900-webfont.ttf') format('truetype'), url('fonts/museo/museosans-900-webfont.woff')format("woff");
}

body {
  /*font-family: 'Hind', sans-serif; */

  font-family: 'Prompt', sans-serif;
/* font-family: 'Roboto', 'Prompt', sans-serif;*/
 
  unicode-range: U+0E00–U+0E7F; /*อันนี้คือโคตแบ่งว่า ภาษาไทย ให้ใช้ Prompt*/
  color: #4A4E5A;
  overflow-x: hidden;
  background: #eee;
}

h1, h2, h3, h4, h5, h6 {
  color: #30323A;
  margin: 0 0 10px;
}

a {
  color: #30323A;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #F8694A;
  text-decoration: none;
  outline: none;
}

img {
    /* max-width: 100%;*/
}

.primary-color {
  color: #F8694A;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #30323A;
}
strong:hover {
  color: #F8694A;
  transition: 0.3s color;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 5px 5px;
    font-weight: 300;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
    /*font-size: 12px;*/
}
.primary-btn-right {
    display: inline-block;
    padding: 5px 5px;
    font-weight: 300;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
    margin-right: 4px;
    /*font-size: 12px;*/
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
  font-size: 2.4em;
}

.main-btn {
  color: #30323A;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0px 0px 0px 1px #F7F7F7 inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #F7F7F7 inset, 0px 0px 0px 6px transparent; 
}

.main-btn:hover, .main-btn:focus {
  color: #f68e27;
  -webkit-box-shadow: 0px 0px 0px 1px #eee inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #eee inset, 0px 0px 0px 0px #F8694A; 
}

.primary-btn {
  color: #eee;
  background-color: #fe6703;
}
.primary-btn-right {
  color: #eee;
  background-color: #333;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #7EC142 !important;
}
.primary-btn-right:hover, .primary-btn-right:focus {
  color: #FFF;
  background-color: #7EC142 !important;
}
.primary-btn:visited {
  color: #FFF;
  background-color: red !important;
}
.primary-btn-right:visited {
  color: #FFF;
  background-color: red !important;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #30323A;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 0.9em;
}


.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #F8694A;
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section-grey {
  background: #F6F7F8;
}

.section-title {
  position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
/*.compare-1 {
    display: inline-block;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    background-color: #F7F7F7;
    border-radius: 2px;
    border-bottom: solid 3px #F7F7F7;
    color: #fff;
    margin: 0 0 0;
    float: right;
    font-size: 18px;
}*/
.compare-1 {
    /*display: inline-block; */
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    background-color: #F7F7F7;
    border-radius: 2px;
    border-bottom: solid 3px #F7F7F7;
    color: #fff;
    /* margin: 0 0 0; */
    float: right;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 140px;
    z-index: 99;
}
.compare-2 {
    float: right;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
}
.section-title .compare-1 {
    display: inline-block;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
    background-color: #F7F7F7;
    border-radius: 2px;
    border-bottom: solid 3px #F7F7F7;
    color: #fff;
    margin: 0 0 0;
    float: right;
    font-size: 15px;
}
.section-title .title {
    display: inline-block;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #00b4a9;
    border-radius: 4px;
    border-bottom: solid 3px #00b4a9;
    color: #fff;
    margin: 0 0 0;
}
.section-title:after {
  content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 3px;
    width: 100%;
    background-color: #ceccca;
    z-index: -1;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 15px;
  margin: 0;
}

.breadcrumb>.active {
  color: #30323a;
  font-weight: bold;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
    padding-top: 0.5em;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #F7F7F7;
    top: 0;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
}

.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  text-transform: uppercase;
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-right: 15px;
}

.header-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  display: inline-block;
  padding: 5px 0px;
  max-width: 400px;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
  padding-left: 10px;
  padding-right: 40px;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 135px;
}

.header-search>form .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  float: right;
    /* margin-right: 1.0em; */
    /* margin-top: 0.6em; */
    width: 2.0em;
    /* height: 40px; */
    /* line-height: 40px; */
    text-align: center;
    color: #30323A;
  
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #F8694A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.qty {
    /* position: absolute; */
    width: 2em;
    height: 2em;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background: #F8694A;
    color: #FFF;
    border-radius: 50%;
    padding: 2px;
}
.header-cart {
    width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
    background-color: #3469E9;
    position: fixed;
    z-index: 1000;
    width: 100%;
    /*top: 5.2em;*/
    /*top: 6.5em;*/
}

#navigation .container {
  position: relative;
}

/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
  float: left;
  /* width: 270px; */
}

.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  background: #F8694A;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  /* position: absolute; */
  width: 100%;
  background-color: #FFF;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  /* padding-right: 1.0em; */
}

.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-bottom: 1px solid #DADADA;
}
li.side-dropdown {
    border-bottom: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 0.6em;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #F8694A;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #30323A;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
}
.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #f9ff01;
}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #F8694A;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 2px 0px;
  
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 2px solid #F8694A;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #F8694A;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  .nav-toggle {
    position: fixed;
    top: 1.4em;
    left: 1.0em;
    z-index: 99;
  }
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 5.5em;
    bottom: 0;
    max-width: 180px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
    padding-left: 1.0em;
    padding-right: 1.0em;
    border: 1px solid #ccc;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #F8694A;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    /* display: none; */
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: fixed;
    left: 0;
    padding-right: 0px;
    overflow-y: hidden;
    margin-top: 1.0em;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #30323A;
  }
  /* #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  } */
  .cart-m {
    position: fixed;
    top: 2.1em;
    right: 1.2em;
    z-index: 99;
  }
  .register-m {
    position: fixed;
    top: 2.1em;
    right: 3.2em;
    z-index: 99;
  }
  .logo-center {
      text-align: center;
  }
}
/* / @media only screen and (max-width: 991px)

/*=========================================================
	04 -> BANNERS
===========================================================*/

 .banner {
  display: block;
  position: relative;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
  margin-left: 270px;
  float: right;
}

#home-slick .banner {
  margin: 0px;
}
/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
  color: #F8694A;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #30323A;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #F8694A;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #F8694A;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product.product-single .product-thumb {
  position: relative;
  margin-bottom: 15px;
}

.product.product-single .product-thumb>img {
  width: 100%;
}

.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {
  opacity: 0.7;
  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 15px;
}

.product.product-single .product-price {
  display: inline-block;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  font-size: 16px;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #F8694A;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 75px;
  padding-top: 10px;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #30323A;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #30323A;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #F8694A;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #30323A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FFF;
  background: #30323A;
  border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #30323A;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #F8694A;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #F8694A;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #F8694A inset;
  box-shadow: 0px 0px 0px 2px #F8694A inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 15px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #F8694A;
  border-color: #F8694A;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 90px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #F8694A;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #F8694A;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #F8694A;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #30323A;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #F8694A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
    /* height: 14.0em; */
    /* padding-left: 10px; */
    /* border-left: 1px solid #ccc; */
}
.line-foot {
   border-left: 1px solid #ccc;
   padding-left: 10px;
}

.footer .footer-header {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

.footer-social>li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #fff;
  opacity: 0.8;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
}

.slick-prev {
  left: 15px;
  padding-right: 0.05em;
}

.slick-next {
  right: 15px;
  padding-left: 0.05em;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #F8694A;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
  }
  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
  .section-title:after {
        bottom: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  }
}

/*
    breakpoint-sm: 576px;
    breakpoint-md: 768px;
    breakpoint-lg: 992px;
    breakpoint-xl: 1200px;
*/

@media (min-width: 0px) and (max-width: 575px) {
    .img-head-1 {
        position: absolute;
        z-index: 99;
        top: -45px;
        right: 20%;
        width: 55%;
    }
    .text-short-detail {
        font-size: 0.90em !important;
    }
    .line-text-top {
        padding-bottom: 0.3em;
        width: 100%;
    }
    .text-top-red {
        font-size: 1.1em;
        line-height: 1.2;
        color: #ff0;
        
        }
    .text-top-green {
        font-size: 1.1em;
        line-height: 1.2;
        color: #fff;
    }
    .home-shop {
        margin-top: 4em;
        margin-bottom: 1.0em;
    }
    .hide-slogan {
        display: none;
    }
    .img-size {
        width: 100%; /* width: 320px */
        height: auto;
        /* min-height: 260px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }

div.iconStock {
    position: absolute;
    top: 0px;
    left: 0px;
    
}
.img-size .iconP{
position:absolute;
top:20px;
right:0;
}

    /*.footer {
        height: 12.0em;
    } */
    .black1 {
        font-size: 0.6em;
    }
    .iconL {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    .iconP-product {
        position: absolute;
        top: 0;
        left: 0;
    }
    .bg-inside {
        background: #fff;
        /* margin-top: 80px; */
    }
    .text-des-product {
        font-size: 12px !important;
    }
    .nav-tabs>li {
        width: 100%;
        padding-bottom: 5px;
    }
    .hide-mobile2 {
        display: none !important;
    }
    .pos-1 {
        text-align: left;
    }
    .width-m {
        width: 109px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 20%;
    }
    .line-text-top {
        padding-bottom: 0.3em;
        width: 100%;
    }
    .text-top-red {
        font-size: 1.1em;
        line-height: 1.2;
        color: #ff0;
        }
    .text-top-green {
        font-size: 1.1em;
        line-height: 1.2;
        color: #fff;
    }
    .home-shop {
        margin-top: 5.4em;
        margin-bottom: 1.0em;
    }
    .hide-slogan {
        display: none;
    }
    .img-size {
        width: 100%; /* width: 480px; */
        height: auto;
        /* min-height: 260px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }
    .pos-1 {
        text-align: left;
    }
div.iconStock {
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-size .iconP  {
position:absolute;
top:20px;
right:0;

}
    /*.footer {
        height: 11.0em;
    } */
    .black1 {
        font-size: 0.8em;
    }
    .text-des-product {
        font-size: 12.9px !important;
    }
    .iconL {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    .nav-tabs>li {
        width: 100%;
        padding-bottom: 5px;
    }
    .hide-mobile2 {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 30%;
    }
    .line-text-top {
        padding-bottom: 0.3em;
    }
    .text-top-red {
        font-size: 1.0em;
        line-height: 1.2;
        color: #ff0;
        }
    .text-top-green {
        font-size: 1.0em;
        line-height: 1.2;
        color: #fff;
    }
    .home-shop {
        margin-top: 11.0em;
        margin-bottom: 1.0em;
    }
    #header {
        border-bottom: 1px solid #ccc;
    }
    .img-size {
        width: 100%; /* width: 320px; */
        height: auto;
        /* min-height: 290px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }
    .pos-1 {
        text-align: left;
    }
div.iconStock {
position:absolute;
top:0px;
left:0px;
}
.img-size .iconP  {
position:absolute;
top:20px;
right:0;

}
    /* .footer {
        height: 11.0em;
    } */
    .black1 {
        font-size: 0.8em;
    }
    .text-des-product {
        font-size: 12.9px !important;
    }
    .iconL {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 40%;
    }
    .text-top-red {
        font-size: 0.8em;
        line-height: 1.2;
        color: #ff0;
        
    }
    .text-top-green {
        font-size: 0.8em;
        line-height: 1.2;
        color: #fff;
    }
    .icon-top {
        width: 2.5em;
        margin-right: 0.3em;
    }
	.icon-top-1 {
        width: 1.5em;
        margin-right: 0.3em;
    }
    .left-links-img-l {
         padding-top: 5px; 
         padding-right: 5px;
         width: 50%;
         height: auto;
     }
     .left-links-img-r {
         padding-top: 5px; 
         padding-left: 5px;
         width: 50%;
         height: auto;
     }
     .register-top {
        font-size: 0.8em;
        padding-bottom: 0.3em;
        border-bottom: 1px solid #555;
        text-align: right;
        margin-left: 1.0em;
        padding-top: 0.3em;
    }
    .img-size {
        width: 100%; /* width: 320px; */
        height: auto;
        /* min-height: 290px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }
    .img-top {
         width: 90%; padding-top: 2px;
    }
div.iconStock {
position:absolute;
top:0px;
left:0px;
}
.img-size .iconP  {
position:absolute;
top:20px;
right:0;

}
    .black1 {
        font-size: 0.8em;
    }
    .line-size {
        font-size: 12px !important;
    }
    .iconL {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    .iconP-product {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 40%;
    }
    .text-top-red {
        font-size: 0.9em;
        line-height: 1.2;
        color: #ff0;
        
    }
    .text-top-green {
        font-size: 0.9em;
        line-height: 1.2;
        color: #fff;
    }
    .icon-top {
        width: 2.5em;
        margin-right: 0.3em;
    }
	.icon-top-1 {
        width: 1.5em;
        margin-right: 0.3em;
    }
     .left-links-img-l {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .left-links-img-r {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .img-size {
        width: 100%;
        /* width: 260px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }
div.iconStock {
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-size .iconP  {
position:absolute;
top:20px;
right:0;

}
    /* .footer {
        height: 12.0em;
    } */
    .black1 {
        font-size: 0.8em;
    }
    .line-size {
        font-size: 12px !important;
    }
    .iconL {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    .iconP-product {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (min-width: 1401px) and (max-width: 2500px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 40%;
    }
    .text-top-red {
        font-size: 0.95em;
        line-height: 1.2;
        color: #ff0;
        
    }
    .text-top-green {
        font-size: 0.95em;
        line-height: 1.2;
        color: #fff;
    }
    .icon-top {
        width: 2.5em;
        margin-right: 0.3em;
    }
	.icon-top-1 {
        width: 1.5em;
        margin-right: 0.3em;
    }
    .left-links-img-l {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .left-links-img-r {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .img-size {
        width: 100%; /* width: 260px; */
        margin: 0 auto;
        border: 2px solid #fb7e02;
    }
div.iconStock {
position: absolute;
    top: 0px;
    left: 0px;
    
}
.img-size .iconP  {
position:absolute;
top:20px;
right:0;
}
.iconP-product {
    position: absolute;
    top: 0;
    left: 0;
}
.iconL {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
    /* .footer {
        height: 12.0em;
    } */
    .black1 {
        font-size: 0.8em;
    }
    .line-size {
        font-size: 14px !important;
    }
}
@media (min-width: 2501px) and (max-width: 5000px) {
    .img-head-1 {
        position: absolute;z-index: 99;top: -60px;right: 40%;
    }
    .text-top-red {
        font-size: 1.1em;
        line-height: 1.2;
        color: #ff0;
    }
    .text-top-green {
        font-size: 1.1em;
        line-height: 1.2;
        color: #fff;
    }
    .icon-top {
        width: 3.0em;
        margin-right: 0.3em;
    }
	.icon-top-1 {
        width: 2.0em;
        margin-right: 0.3em;
    }
    .left-links-img-l {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .left-links-img-r {
         padding-top: 5px;
         width: 80%;
         height: auto;
     }
     .img-size {
        width: 100%; /* width: 260px; */
        height: auto;
        min-height: 230px;
        margin: 0 auto;
    }
    .line-size {
        font-size: 14px !important;
    }
div.iconStock {
position:absolute;
top:0px;
left:0px;
}
.img-size .iconP  {
position:absolute;
top:10px;
right:25px;

}
    /* .footer {
        height: 12.0em;
    } */
    .black1 {
        font-size: 0.8em;
    }
}
/* --  Button Toggle  --*/
#butttogle {
    /* padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px; */
}
@media (min-width: 992px) and (max-width: 5000px) {
    .close {
        text-decoration: none;
        float: right;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        z-index: 999999;
        position: absolute;
        top: 20px;
        right: 15px;
        opacity: .8;
    }
    .hide-desktop {
        display: none !important;
    }
    .hide-mobile {
        display: inline-block !important;
    }
    .hide-mobile-menu {
        display: block !important;
    }
    .line-top {
        border-bottom: 0px solid #e2e2e2;
    }
    .home-shop {
        /*margin-top: 9.1em;*/
        margin-top: 7em;
        padding-bottom: 1.0em;
        margin-bottom: 1.0em;
    }
    .logo-center {
        text-align: left;
    }
    .line-right {
        border-right: 1px solid #fff;
        padding-right: 0.8em;
        margin-right: 0.3em;
    }
    .line-text-top {
        padding-bottom: 0.0em;
    }
    #navigation {
    /*
	border-top: 2px solid #f7d7a8;
    border-bottom: 2px solid #f7d7a8;
	*/
    }
    .padding-top-register {
        padding-top: 0.0em;
    }
    .menu-nav .menu-list>li>a {
        font-family: 'Prompt', sans-serif;
        font-size: 1.1em;
        display: block;
        padding: 1.0em;
        padding-left: 0px;
        color: #fff;
        /* text-transform: uppercase; */
      }
      .greyline {
        padding-top: 1.0em !important;
      }
      #header {
          padding-bottom: 0.5em;
      }
      .cart-m {
        padding-top: 0.25em;
        text-align: right;
      }
      .register-top {
        padding-bottom: 0.3em;
        border-bottom: 1px solid #5b803a;
        text-align: right;
        margin-left: 1.0em;
    }
    /* .footer_content3 {
        padding-top: 0.8em;
    } */
    .line-show-top {
        padding-top: 0.8em !important;
        text-align: left;
    }
    .pos-1 {
        text-align: right;
    }
}
@media (min-width: 0px) and (max-width: 991px) {
    .close {
        text-decoration: none;
        float: right;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        z-index: 999999;
        position: absolute;
        top: 20px;
        right: -10px;
        opacity: .8;
    }
    .compare-3 {
        margin: 10px 0 0;
        float: left;
    }
    .hide-mobile {
        display: none !important;
    }
   .hide-desktop {
        display: inline-block;
    }
    .hide-mobile-menu {
        display: none;
    }
    .register-top {
        border-bottom: 0px solid #ccc;
    }
    .line-top {
        border-bottom: 0px solid #F7F7F7;
        padding-bottom: 0.0em;
    }
    .icon-top {
        width: 1.5em;
    }
	.icon-top-1 {
        width: 0.5em;
    }
    .home-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }
    .line-right {
        padding-right: 0.8em;
        margin-right: 0.3em;
    }
    .padding-top-register {
        padding-top: 0.0em;
        border-bottom: 2px solid #F7F7F7;
    }
    .greyline {
        /* border-bottom: 1px solid #ccc; */
        padding-bottom: 0.3em;
    }
    .menu-nav .menu-list>li>a {
        font-family: 'Prompt', sans-serif;
        font-size: 1.1em;
        display: block;
        padding: 0.7em;
        padding-left: 0px;
        color: #333;
        /* text-transform: uppercase; */
        font-weight: 900;
     }
     .footer_content3 {
        padding-top: 1.0em;
    }
    .line-show-top {
        padding-top: 0.0em !important;
        text-align: center;        
        padding-bottom: 0.2em;
    }
    .line-size {
        font-size: 12px !important;
    }
}
/* /@media (min-width: 0px) and (max-width: 991px) */
.inline-b {
    display: inline-block;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    line-height: 1.2em;
}
.padding-top {
    padding-top: 0.5em;
}
.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.line-space-20 {
    padding: 2.0em;
}
.line-space-10 {
    padding: 1.0em;
}
.line-space-5 {
    padding: 0.5em;
}
.line-space-1 {
    padding: 0.2em;
}
.text-title-product {
    color: #0e0e0e;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    min-height: 37px;
    padding: 5px;
}
.text-des-product {
    font-size: 1.0em;
    /* width: 100%; */
    color: #0034fb;
    /* height: 25px; */
    overflow: hidden;
    /* font-weight: bold; */
    text-align: center;
    padding-top: 0.8em;
    /* border-top: 1px solid #ddd; */
    background: #fff;
    /* margin-left: 5px; */
    /* padding: 5px; */
    /* border: 1px solid #ddd; */
    /* margin-left: 1px; */
    /* width: 15.8%; */
    background: #fff;
    /* margin-right: 1px; */
    width: 95%;
    margin: 0 auto;
}
.text-price-or-product {
    font-size: 0.85em;
    line-height: 1.2;
    color: #727373;
    padding: 10px 10px 10px 0px;
}
.text-price-or-detail {
    font-size: 1.2em;
    line-height: 1.2;
    color: #727373;
    padding: 10px 10px 10px 0px;
}
.text-short-detail {
    font-family: Roboto-Regular,'Helvetica Neue',Helvetica,Tahoma,Arial,Sans-serif;
    font-size: 0.95em;
    line-height: 1.5;
    color: #4080ff;
    padding-top: 9px !important;
    padding: 5px;
    padding-bottom: 8px;
    background: #fefefe;
    height: 114px !important;
    overflow-y: hidden;    
    border-top: 1px solid #ddd;
}
.text-price-product {
    font-size: 1.0em;
    line-height: 1.2;
    color: #e30614;
    font-weight: 900;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}
.text-price-detail {
    font-size: 2.6em;
    line-height: 1.2;
    color: #fe6703;
    font-weight: 900;
}
.text-heart-product {
    font-size: 0.7em;
    color: #ccc;
    padding-top: 0.3em;
}
.text-heart-product a {
    color: #e2e2e2;
}
.text-heart-product a:hover {
    color: #f00;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
    padding-top: 0.3em;
}
.price-right {
    font-size: 12px;
    padding-left: 5px;
}
h2.background {
    position: relative;
    z-index: 1;
    text-align: center;
}
h2 span {
    background: #fff;
    padding: 0 15px;
    color: #222;
    font-size: 2.0rem;
    font-weight: 700;
}
h2.background:before {
    border-top: 1px solid #555;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.footer-1 {
    background-color: #fff;
    width: 100%;
    padding-top: 1.0em;
    border-top: 5px solid #3469E9;
    padding-bottom: 0px;
}
.form-group {
    margin-bottom: 0px;
}
.text-small-1 {
    padding-top: 0.8em;
    font-size: 0.8em;
    line-height: 1.2;
    color: #555;
}
.footer_content3 {
    text-align: left;
    margin: 0 auto;
    color: #ccc;
}
.black1 {
    color: #fff;
    line-height: 1.2em;
}
.foot-copy-1 {
    background: #333;
}
.boxProductD{
position:relative;
background: #fff;
width:100%;
border:2px solid #fe6703;
padding:20px;
box-shadow: 0px 3px 8px 3px rgba(0,0,0,0);
margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 2.9em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 0.5em;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125); 
}
.btn {
    width: 100%;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 2.9em;
    margin-top: 0.55em;
    /*background: #ccc;*/
    border-radius: 8px;
    box-shadow: 0px 5px 0px 0px #333;
}
/*.btn:active {
    color: #FFF;
    background-color: #fe6703;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 0px 0px #333;
    border-radius: 8px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.btn:hover {
    color: #FFF;
    background-color: #F7F7F7;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 0px 0px #333;
    border-radius: 8px;
}
.btn:focus {
    color: #FFF;
    background-color: #fe6703;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 0px 0px #333;
    border-radius: 8px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.btn:visited {
    color: #333;
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 0px 0px #333;
    border-radius: 8px;
    line-height: 1.42857143;
    white-space: nowrap;
}*/
.p-hightlight:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.176);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.176);
    z-index: 997;
    border-radius: 3px;
}
.p-hightlight {
    padding: 5px;
    /* border: 1px solid #ddd; */
    margin: 5px;
    /* width: 15.8%; */
    background: #fff;
}


/* Left Menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0 0;
    border: 1px solid #ccc;
    border-left: 2px solid #F8694A;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu {
        width: 100%;
        z-index: 50;
        display: none;
        float: left;
        /* min-width: 160px; */
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #ccc;
        border: 0px solid rgba(0,0,0,.15);
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
@media (min-width: 0px) and (max-width: 991px) {
    .dropdown-menu {
        position: fixed;
        top: 16.6em;
        left: 0;
        padding: 0 0;
    }
    .size-author{
        font-size: 11px;
        bottom: 50px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;        
    }
}
@media (min-width: 1200px) and (max-width: 5000px) {
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        height: 345px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu {
        position: fixed;
        top: 12.9em;
        left: 0;
        padding: 0 0;
    }
}
.left-links {
    position: absolute;
    z-index: 50;
    left: 1.0em;
    top: 24.8em;
}
.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    display: block;
    padding: 0.5em;
}
.dropdown-menu>li>a:hover {
    color: #F8694A;
}
/* /Left Menu */

.single-product {
    margin: 0.8em;        
}
.msg {
    display: none;
}
.error {
    color: red;
    display: none;
}
.success {
    color: green;
}
/* Video banner*/
/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
    /*position: fixed; */
    /* position: fixed; */
    right: 0;
    bottom: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: auto;
    z-index: -100;
    border: 1px solid #ccc;;
}

/* These just style the content */
article {
/*  just a fancy border  */
    position: relative;
    top: 25px;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* border: 10px solid rgba(255, 255, 255, 0.5); */
    /* margin: 10px; */
    padding-left: 10px;
    /* font-weight: bold; */
}

h1 {
  position: absolute;
  top: 60%;
  width: 100%;
  font-size: 36px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
}

h1 span {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

h1 span a {
  color: #fff;
}
/* /Video banner*/

a:hover, a:focus{
 outline: none;
 text-decoration: none;
}
#accordion .panel{
 border:0px none;
 box-shadow:none;
}
#accordion .panel-heading{
 padding:0;
 background: #fff;
}
#accordion .panel-title a{
 display: block;
 position: relative;
 background:transparent;
 color:#F68E27;
 font-size:14px;
 font-weight: bolder;
 text-transform:uppercase;
 margin-bottom:15px;
 padding:15px 20px;
 border-bottom:1px solid #F68E27;/*de4d4e*/
 border-radius: 0px;/* 15px 0 15px*/
 transition:all 0.10s linear 0s;
}
#accordion .panel-title a.collapsed{
 color:#808080;
 border-bottom:1px solid #d3d3d3;
 margin: 0;
}
#accordion .panel-title a i{
 color:#F68E27;
 position: absolute;
 top: 14px;
 left:25px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
 content:"";
 position: absolute;
 bottom:-15px;
 left:36px;
 border:0px solid transparent;
 border-top:7px solid #de4d4e;
}
#accordion .panel-title a.collapsed:before{
 content:"";
 border: 0px none;
}
#accordion .panel-title a.collapsed:hover{
 color: #6a6060;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
 content: "\f106";
 font-family: FontAwesome;
 color: #de4d4e;
 font-size: 20px;
 line-height: 20px;
 position: absolute;
 top: 14px;
 right:25px;
}
#accordion .panel-title a.collapsed:after{
 content: "\f107";
 color:#808080;
}
#accordion .panel-body{
 border-top:0 none;
 color:#808080;
}
.padding-5 {
    padding: 0px !important;
}
.padding-logo-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    margin: 0 auto;
}
/*
.bg-top-home {
    background: url(../img/bg-top-home.jpg) no-repeat center 0;
    background-size: cover; 
}*/
.kspHead h3 {
    color: #f00;
    padding-top: 10px;
}
.bg-inside {
    background: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: #F7F7F7 !important;
    border: 2px solid #F7F7F7 !important;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 2px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
    background: #ccc !important;
    color: #333;
    margin-bottom: 2px;
    cursor: pointer;
}
.nav-tabs>li>a:hover {
    background: #F7F7F7 !important;
    color: #fff !important;
}
.nav-tabs {
    border-bottom: 2px solid #3469E9 !important;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: -2px !important;
}
.tab-content {
    border-left: 2px solid #3469E9 !important;
    border-right: 2px solid #3469E9 !important;
    border-bottom: 2px solid #3469E9 !important;
    background: #fff;
}
.icon-promo {
    position: relative;
    top: 0;
    left: 0;
    width: 70%
}
/* color butt */
.butt-color {
    cursor: pointer;
    /* display: inline-block; */
    /* min-width: 5rem; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    padding: 1.5rem;
    /* height: 2.125rem; */
    line-height: 0.5;
    margin: 0 8px 8px 0;
    /* color: rgba(0,0,0,.8); */
    text-align: center;
    /* white-space: nowrap; */
    border-radius: 2px;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    /* outline: 0; */
}
.butt-color:hover {
    border: 1px solid #fe6703;
    cursor: pointer;
    /* display: inline-block; */
    /* min-width: 5rem; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    padding: 1.5rem;
    /* height: 2.125rem; */
    line-height: 0.5;
    margin: 0 8px 8px 0;
    /* color: rgba(0,0,0,.8); */
    text-align: center;
    /* white-space: nowrap; */
    border-radius: 2px;
    position: relative;
    background: #fff;
    /* outline: 0; */
}
.v-middle {
    vertical-align: middle;
    height: 40px;
}
.v-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* class Payment */
.containerPay {
    display: block;
    position: relative;
    padding-left: 40px;
    /* padding-top: 15px; */
    /* margin-bottom: 5px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
}

/* Hide the browser's default radio button */
.containerPay input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 12px;
    height: 30px;
    width: 30px;
    border-radius: 0px;
}
.container-checkbox .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
/* On mouse-over, add a grey background color */
.containerPay:hover input ~ .checkmark {
    background-color: #F7F7F7;
}

/* When the radio button is checked, add a blue background */
.containerPay input:checked ~ .checkmark {
    background-color: #6aab11;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerPay input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerPay .checkmark:after {
    left: 12px;
    top: 10px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
@media (min-width: 0px) and (max-width: 575px) { 
    .h1-head {
        text-align: center !important;
    }
    .input-textbox {
        width: 100% !important;
    }
    .radio-left {
        text-align: left !important;
    }
}
.h1-head {
    text-align: left;
    color: #71b119;
}
.radio-left {
       text-align: center; 
    }
@media (min-width: 992px) and (max-width: 1200px) {
    .select-arrow {
        cursor: pointer;
        position: absolute;
        pointer-events: none;
        right: 3.2em;
        top: 4.5em;
    }
}   
@media (min-width: 409px) and (max-width: 575px) {
    .select-arrow {
        cursor: pointer;
        position: absolute;
        pointer-events: none;
        right: 0.8em !important;
        top: 1.1em !important;
    }
}  
@media (min-width: 768px) and (max-width: 991px) {
    .select-arrow {
        cursor: pointer;
        position: absolute;
        pointer-events: none;
        right: 6.2em;
        top: 4.5em;
    }
}
.sku-prop-content .sku-variable-img-wrap {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-top: 8px;
    margin-right: 12px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #eff0f5;
    border-radius: 2px;
    padding: 1px;
}
.sku-prop-content .sku-variable-img {
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.pdp-common-image {
    display: inline-block;
    /* width: 100%;
    height: 100%; */
    text-align: center;
}
.pdp-common-image:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.pdp-common-image .image {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.pdp-common-image .image:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #fe6703;
}
.sku-prop-content .sku-variable-img-wrap-disabled:after, .sku-prop-content .sku-variable-img-wrap-selected:after, .sku-prop-content .sku-variable-img-wrap:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
}
/* rating */
* {
  box-sizing: border-box;
}
.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}
a.a-link-top {
    color: #fff;    
}
a.a-link-top:hover {
    color: #f8694a;    
}
.iconL img{
    width: 100%;
}
.tab-pane p img {
    width: 100% !important;
    height: auto !important;
}
.tab-pane center img {
    max-width: 100%;
}
.img-size img {
    width: 100% !important;
    height: auto !important;
}
div.iconY {
    position: absolute;
    bottom: 2px;
    right: 2px;
}
div.iconRe {
    position: absolute;
    top: -1px;
    left: -1px;
}
.img-size {
    position: relative;
}
a img {
    max-width: 100%;
}
.iconStock {
    width: 45%;
}
.form-inline center img {
    max-width: 100%;
}
.dropdown-backdrop {
    position: relative !important;
}
.size-author{
        background: #fdffa7; bottom: 60px; text-align: center; padding-top: 10px; padding-bottom: 10px;
    }
    .hover14 {
        position: relative;
    }
.icon-new {
    position: absolute;
    top: -22px;
    left: -22px;
}
.icon-new-s {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 35%;
}
.logout-1 {
    cursor:pointer;position:absolute;padding:5px;background:#f59332;color:white;border-radius:5px;top:10px;right:-50px;
}
.logout-1:hover {
    cursor:pointer;position:absolute;padding:5px;background:red;color:white;border-radius:5px;top:10px;right:-50px;
}
/* Custom Check box */
input[type=checkbox] {
    padding-left:5px;
    padding-right:5px;
    border-radius:15px;

    /*-webkit-appearance:button;

    border: double 2px #00F;

    background-color:#0b0095;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden; */

    width:20px;
    height:20px;
}
/*
input[type=checkbox]:checked {
    background-color:#000;
    border-left-color:#06F;
    border-right-color:#06F;
}

input[type=checkbox]:hover {
    background: #ccc;
}
*/
/* Card Upgrade */
.text-upgrade {
    border: 3px solid #00b4a9;
    vertical-align: middle;
    margin: auto;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15%;
}
@media only screen and (max-width: 991px) {
  .text-upgrade {
    font-size: 14px;
  }
}