

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
  font-family: 'Poppins', sans-serif;
  color: #4A4E5A;
  overflow-x: hidden;
  /*background: #ececec;*/
 
}
.bg-gray
{
    background-color:#e9eaef !important;
}
body.section,.mainsection
{
  background:#f4f4f4 !important; 
}
.productimage
{
    width:100% !important;
    }

h1, h2, h3, h4, h5, h6 {
  color: #000; #30323A;
  margin: 0 0 10px;
  font-weight: 700;
}

a {
  color: #30323A;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #F8694A;
  text-decoration: none;
  outline: none;
}

.primary-color {
  color: #F8694A;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #30323A;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

@media (min-width: 1200px){
.container {
    width: 1230px;
}
#header .container
{
    width: 1330px;
}
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600; 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  /*margin-top:-2px;*/
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
  margin-right:7px;
  /*margin-top:-10px;*/
  display: inline-block;
}

.shopping-cart-table>tbody>tr:last-child>td .icon-btn.main-btn
{
    width: 30px;
    height: 30px;
}

.shopping-cart-table>tbody>tr:last-child>td .icon-btn.main-btn i
{
    margin-top: 8px;
}

.icon-btn.main-btn i, .icon-btn.primary-btn i
{
    margin-top:12px;
}

.main-btn {
  color: #30323A;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #b1b1b1 inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #b1b1b1 inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus, .main-btn.active {
  color: #24a3b5; #F8694A;
  -webkit-box-shadow: 0px 0px 0px 1px #24a3b5 inset, 0px 0px 0px 0px #24a3b5;
  box-shadow: 0px 0px 0px 1px #24a3b5 inset, 0px 0px 0px 0px #24a3b5;
}

.primary-btn {
  color: #FFF;
  /*background-color: #F8694A;*/
  background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
  
}

.aspNetDisabled.primary-btn
{
    opacity: 0.7;
    cursor:not-allowed;
    background-color: #30323A;
}

/*----------------------------*\
	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
, .input-checkbox input[type="radio"]:checked+label+a+.caption {
  max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  font-size: 13px; 16px;
  color:#353535;
}

.custom-menu .list-links li>a
{
    color:#757575;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  /*text-transform: uppercase;*/
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size:13px;
  color:#fff; #757575;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #24a3b5; #F8694A;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.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: 30px;
  padding-bottom: 30px;
}

.section-grey {
  background-image:url('../img/footer-bg.png');
  background-color: #04272d; #eff7fa; #e5e5e5; #F6F7F8;
  padding:30px 0 15px 0; 
}

.section-grey .container hr
{
    border-color:#094246; #e8e8e8;
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  /*border-bottom: 1px solid #DADADA;*/
  z-index: 10;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*----------------------------*\
	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 0px;
  margin: 0;
}

.breadcrumb>.active {
  color: #F8694A;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
  /*padding-top: 8px;
  padding-bottom: 8px;*/
  background:#fff;
}

/*----------------------------*\
	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;
}

@media only screen and (max-width: 480px)
{
    .header-logo
    {
        width:100%;
        text-align:center;
    }
    .header-logo .logo>img
    {
        width:auto;
        text-align:center;
    }
}

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  display: inline-block;
  padding: 15px 0px;
  /*max-width: 400px;*/
}

.header-search>.form {
  position: relative;
  background:#e9f6f7;
  /*border: #dbf0f2 solid 1px;*/
}

.header-search>.form .search-input {
  padding-left:185px; 208px; 150px; 
  padding-right: 45px;
  border:0px;
  box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  -ms-box-shadow:none;
  border: #dbf0f2 solid 1px;
}

.header-search>.form .search-input:focus, .header-search>.form .search-input:active
{
    border: #dbf0f2 solid 1px;
    box-shadow:none;
}

.header-search>.form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px; 135px;
  border:0px;
  box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  -ms-box-shadow:none;
  border-right:#dbf0f2 solid 1px;
}

.header-search>.form .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color:White;
      background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
}

.header-search>.form .search-btn i
{
    top:36%;
        left: 36%;
        position:relative;
}

/*----------------------------*\
	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 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #30323A;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns>li .header-btns-icon i
{
    margin-top:11px;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #F8694A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  /*background: #F8694A;*/
  background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  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);
}

#shopping-cart .shopping-cart-btns>a {
  width: calc(50% - 2px);
  text-align:center;
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
  background-color:#24a3b5; #30323A;
}

#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: 600;
    background-image: linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
    background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 1002; 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.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-top: 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: 18.6px; 16.7px; 15px;
  text-transform: uppercase;
}

.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 {
  display: block;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
  cursor:pointer;
  -webkit-transition: 0s color;
  transition: 0s color;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #24a3b5; #F8694A;
  background:white;
}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  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:1006;  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:34%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown>.custom-menu.cart-menu
{
    left:-13%;
}

@media only screen and (max-width: 480px)
{
    .dropdown.default-dropdown>.custom-menu
    {
        left: 34%; 101%;
    }
    .dropdown.default-dropdown>.custom-menu.cart-menu
      {
          left: 119%;
      }
    .dropdown-backdrop
    {
        position:static;
    }
}


.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: 10px 0px;
  text-transform: uppercase;
}

/*-- 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%;
  
  background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 27px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 9px 27px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 9px 27px 0px rgba(0,0,0,0.23);
    border-top: none !important;
    border: 1px solid #e8e8e8;
}

.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) {
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: left !important;
  }
  header .pull-right {
    /*margin-top: 10px;*/
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    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;
  }
  #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: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    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;
  }
  .icon-btn.main-btn, .icon-btn.primary-btn
  {
      margin-left:15px;
  }
  
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner:before
{
     content: ":";
    /*background:rgba(0, 0, 0, 0.4);*/
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.shop-by-category .banner:before
{
    content: ":";
    background:rgba(0, 0, 0, 0.4);
     
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  /*top: 50%;*/
  bottom:10%;
  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;
}

#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: #24a3b5; #F8694A;
  border-radius:50%;
  height:53px;
  width:53px;
  padding:13px 6px;
    text-align: center;
    font-weight:normal;
        line-height: 13px;
    font-size: 13px;
}

.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;
  background:#fff;
  /*border: 1px solid #ececec;*/
  
  z-index: 1001;
  position: relative;
  
}

.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
{
    margin: 0 auto;
    float: none;
    display: block;
}
.product.product-single .product-thumb>img {
  width: 100%;
  margin:0 auto;
}

.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: 70%; 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 .quick-view
{
    border-bottom: 1px solid #30323A;
    /*box-shadow: 2px 3px #7c7d84;*/
    z-index:1000;
}

.product.product-single .full-block
{
    display:block;
    z-index:999;
    position: relative;
}

.product.product-single .product-label {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index:1001;
}

.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;
  font-size:17px;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  font-size: 15px;
}

.product.product-single .product-name a
{
    display:block;
    min-height:40px; 51px;
        line-height: 20px;
        
        height: 40px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product.product-single .product-btns {
  margin-top: 10px;
  opacity:0; 0.7;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display:;
}

.product.product-single .product-btns:before, .product.product-single .product-btns:after
{
    display: table;
    content: " ";
}

.product.product-single .product-btns:after
{
    clear: both;
}

.product.product-single .product-btns a:first-child
{
    width:18%;
    float:left;   
}

.product.product-single .product-btns a:last-child
{
    width:78%;
    float:left;  
    text-align:center;
}

.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.7;
}

#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-views-count {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
}

.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; /*!important*/
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
}

.shopping-cart-table>thead>tr>th, .shopping-cart-table>tbody>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>tbody>tr>td .p_breakup
{
    width:100%;
    display:block;
}
.shopping-cart-table>tbody>tr>td.details
{
    max-width:250px;
}
.shopping-cart-table>tbody>tr>td .p_breakup ul li span
{
    text-align: right;
    padding-top: 5px;
    width: 50%;
    float: left;
}

.shopping-cart-table>tbody>tr>td .p_breakup ul li span:nth-child(2)
{
    padding-left: 10px;
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.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: 14px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 70px;
  text-align:center;
  box-shadow:none;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 14px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 14px;
}

.shopping-cart-table>tbody>tr>.qty .btn
{
    border-radius: 58px;
    height: 25px;
    width: 25px;
    padding: 2px; 
    background:#b1b1b1; #f8694a; #f0f0f0;
    color:White;
    font-size: 18px;
    font-weight:400;
    text-align:center;
}
.shopping-cart-table>tbody>tr>.qty .btn .glyphicon
{
    text-align:center;
    font-family: 'Poppins', sans-serif;
    
}
.shopping-cart-table>tbody>tr>.qty .btn:hover
{
    background:#c5c5c5;
    color:Black;
    -webkit-transition: background-color 0.5s ease; /* Safari */
    transition: background-color 0.5s ease;
}
.shopping-cart-table>tbody>tr>.qty .btn .glyphicon
{
    
    }

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #F8694A;
}
.shopping-cart-table>tbody>tr>td .total .print-invoice
{
    
}

.input-group-btn
{
    display:inline;
}
.panel-group .myorder-panel-label
{
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:5px;
}
.panel-group .myorder-panel-base h4.panel-title, .panel-group .myorder-panel-base
{
    font-size:13px;
    font-weight: 500;
    line-height: 20px;
}
.panel-group .myorder-panel-base a
{
    color:#F8694A;
}
.panel-group .myorder-panel-base .myorder-ordernumber a
{
    display:block;
    color:#F8694A;
}
.panel-group .myorder-panel-base .myorder-ordernumber
{
    text-align:center;
}

.order-detail-main .order-date-invoice-item
{
    margin-bottom:15px;
}
.order-detail-main .order-date-invoice-item li
{
    display:inline-block;
    border-right:1px solid #333;
    font-size:13px;
    padding:0 15px;
    float:left;
}
.order-detail-main .order-date-invoice-item li:first-child
{
    padding-left:0px;
}
.order-detail-main .order-date-invoice-item li:nth-child(2)
{
    border-right:0px;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
}

.footer .footer-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom:10px; 30px;
  color:#a8f2ff; #e9f6f7; #24a3b5;
  position: relative;
  padding-bottom:12px;
}

.footer .footer-header:before
{
    position: absolute;
    z-index: 3;
    content: '';
    width: 35px;
    height: 3px;
    background-color: #ff6061;
    bottom: 0px;
}

.footer p
{
    color:#fff; #757575;
    font-size:13px;
}

.footer .form-group .input
{
    background: #e9f6f7;
}

.footer-logo {
  margin-bottom:15px; 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 a i
{
    color:#fff; #24a3b5; 
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  /*margin-top: 15px;*/
  text-transform: uppercase;
  font-size: 14px;
  color:#bbe5ec; #737373; #b1b1b1;
}

.footer-copyright a
{
    color:#ff6061;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #30323A;
  z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #F8694A;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.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;
  }
}

@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;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'],[class*='col-xs'] {
    width: 100%;
    float:left;
  }

    .latest-products  [class*='col-xs']
    {
        width: 100%;
        float:left;
    }
    #header .col-lg-7
    {
        padding:0px;
    }
    #header .col-lg-7, #header .col-lg-5
    {
        width:100%;
    }
    #header .header-btns li.col-lg-5, #header .header-btns li.nav-toggle
    {
        float:left;
        width:50%;
    }
    #header .header-btns li.nav-toggle .main-btn i
    {
        margin-top:0px;
    }
    
}





/*************************************/


.a-modal-scroller {
    -webkit-transform: translateZ(0);
}
.a-modal-scroller {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: auto;
    position: fixed;
    visibility: visible;
    z-index: 1009;
}
.a-popover-modal {
    position: absolute;
    min-width: 0;
    max-width: 80%;
    padding: 0;
}
.a-popover {
    display: inline-block;
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 1010;
    padding: 8px;
    max-width: 440px;
    
    width: 90%;
    max-width: 900px;
    max-height: none;
    visibility: visible;
    position: relative;
    margin: 33.1px 0px 33.1px 233px;
    top: 0px;
    left: 0px;
}
.a-popover-modal-fixed-height .a-popover-wrapper {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.a-popover-modal-fixed-height .a-popover-wrapper {
    position: relative;
}
.a-popover-modal .a-popover-wrapper {
    border: 1px solid;
    border-color: rgba(0,0,0,.75);
    box-shadow: 0 4px 6px rgba(0,0,0,.25);
    height: 100%;
}
.a-popover-wrapper {
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.2);
    height: 100%;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    background-color: #fff;
}

#gw-asin-popover .content, #gw-asin-popover .detailblock, #gw-popover-wrapper {
    height: 100%;
}
#gw-asin-popover {
    height: 70%;
}
#gw-asin-popover {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 3%;
    overflow: hidden;
    position: relative;
}

#gw-asin-popover .close-icon {
    height: 36px;
    width: 36px;
    background-position: -96px -46px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .5;
    z-index: 4;
}
.gw-icon {
    background-size: 132px 235px;
    background-image: url(../img/V2_.png);
}

#gw-asin-popover .imgblock {
    background: #FFF;
    display: block;
    margin-right: 3%;
    width: 60%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 3;
}
#gw-asin-popover .detailblock {
    position: relative;
    z-index: 2;
}
#gw-asin-popover .content, #gw-asin-popover .detailblock, #gw-popover-wrapper {
    height: 100%;
}
#gw-asin-popover .detailblock:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#gw-asin-popover .details {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5%;
}
#gw-asin-popover .byline {
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.a-color-tertiary {
    color: #767676!important;
}
#gw-asin-popover .title {
    display: block;
    color: #111;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 12px;
    overflow: hidden;
    max-height: 4em;
}
#gw-asin-popover .pricing {
    font-size: 22px;
    margin-bottom: 28px;
}
#gw-asin-popover .pricing .price, #gw-asin-popover .pricing .price .a-color-price {
    color: #111!important;
}
#gw-asin-popover .pricing .prime {
    vertical-align: center;
}
.a-icon-prime, .a-prime-logo {
    height: 15px;
    width: 54px;
    background-position: -5px -490px;
    vertical-align: baseline;
}
.a-icon, .a-link-emphasis:after {
    background-image: url(../img/V2_.png);
    -webkit-background-size: 400px 900px;
    background-size: 400px 900px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
#gw-asin-popover .pricing .price, #gw-asin-popover .pricing .price .a-color-price {
    color: #111!important;
}
.a-color-price {
    color: #B12704!important;
}
#gw-asin-popover .pricing .currencyINR, #gw-asin-popover .pricing .gwCurrencyINR {
    padding-left: 15px;
    padding-top: 1px;
}
.currencyINR, .gwCurrencyINR {
    color: #444;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAABGdBT…mYTWfOnIH7BxQgMHFwxME4yDQoskChdfHiRYbLl67DpQCuoZHobQGsRAAAAABJRU5ErkJggg==) center center no-repeat;
    display: inline-block;
    width: 10px;
    padding-left: 10px;
    padding-top: 2px;
    text-indent: -10000px;
}
#gw-asin-popover .pricing .prime {
    vertical-align: center;
}
.a-icon-prime, .a-prime-logo {
    height: 15px;
    width: 54px;
    background-position: -5px -490px;
    vertical-align: baseline;
}
.a-icon, .a-link-emphasis:after {
    background-image: url(../img/V2_.png);
    -webkit-background-size: 400px 900px;
    background-size: 400px 900px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
#gw-asin-popover .a-button {
    width: 100%;
    max-width: 210px;
}
.a-button-primary {
    background: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}
.a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
}
.a-popover .a-button * {
    box-sizing: border-box;
}
.a-button-primary .a-button-inner {
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
}
.a-button-primary .a-button-inner {
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}
.a-button .a-button-inner {
    background: #eff1f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
.a-button-inner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 29px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}
.a-popover .a-button * {
    box-sizing: border-box;
}
.a-button-primary .a-button-text {
    color: #111;
}
.a-button .a-button-text {
    color: #111;
}
/*a, a:active, a:link, a:visited {
    text-decoration: none;
    color: #0066c0;
}*/
.a-button a, .a-button:hover a {
    color: #111;
    text-decoration: none!important;
}
a.a-button-text, button.a-button-text {
    width: 100%;
    height: 100%;
}
.a-button-text {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
}

#ContentPlaceHolder1_div_QuickViewBlack, .a-modal {
    opacity: .75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.bg-category
{
    background:#fff;
    padding:20px;
}

.bg-category ul li>a:before {
    content: "\f105";
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.bg-category ul li>a:hover, .bg-category ul li>a:focus, .bg-category ul li.active>a {
    color: #F8694A;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/*.bg-category ul li>a:hover:before, .bg-category ul li>a:focus:before, .bg-category ul li.active>a:before {
    opacity: 1;
    visibility: visible;
}*/

.bg-category ul li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 2px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    
}

.bg-category ul li a img
{
    width:100%;
}

.bg-category ul li a h4
{
    text-align:center;
    font-size:15px;
    margin-top:10px;
}


.contact-details {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top:30px;
}

.contact-details li {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    color: #555;
}
.contact-details li i {
    position: absolute;
    left: 0;
    color: #2c2e2e;
    top: 3px;
    font-size: 25px;
}
.contact-details li a {
    color: #555;
    font-size:20px;
}
#product-main-view
{
    border: 1px solid #eaeaea;
}


.latest-products .col-lg-1,.latest-products .col-lg-10,.latest-products .col-lg-11,.latest-products .col-lg-12,.latest-products .col-lg-2
,.latest-products .col-lg-3,.latest-products .col-lg-4,.latest-products .col-lg-5,.latest-products .col-lg-6,.latest-products .col-lg-7
,.latest-products .col-lg-8,.latest-products .col-lg-9,.latest-products .col-md-1,.latest-products .col-md-10,.latest-products .col-md-11
,.latest-products .col-md-12,.latest-products .col-md-2,.latest-products .col-md-3,.latest-products .col-md-4,.latest-products .col-md-5
,.latest-products .col-md-6,.latest-products .col-md-7,.latest-products .col-md-8,.latest-products .col-md-9,.latest-products .col-sm-1
,.latest-products .col-sm-10,.latest-products .col-sm-11,.latest-products .col-sm-12,.latest-products .col-sm-2,.latest-products .col-sm-3
,.latest-products .col-sm-4,.latest-products .col-sm-5,.latest-products .col-sm-6,.latest-products .col-sm-7,.latest-products .col-sm-8
,.latest-products .col-sm-9,.latest-products .col-xs-1,.latest-products .col-xs-10,.latest-products .col-xs-11,.latest-products .col-xs-12
,.latest-products .col-xs-2,.latest-products .col-xs-3,.latest-products .col-xs-4,.latest-products .col-xs-5,.latest-products .col-xs-6
,.latest-products .col-xs-7,.latest-products .col-xs-8,.latest-products .col-xs-9
{
    padding-right: 4px;
    padding-left: 4px;
}


/***********Start Scroll Bar Design****************/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/***********End Scroll Bar Design****************/


/***********Start Loader Design****************/

.loader {
            top: 0;
            left: 0;
            position: fixed;
            opacity: 0.9;
            z-index: 10000000;
            background: #fff;
            height: 100%;
            width: 100%;
            margin: auto;
        }

        .inner-loader {  
            top: 50%;  
            -webkit-transform: translateY(-50%);  
            -ms-transform: translateY(-50%);  
            transform: translateY(-50%);  
            left: 43%;  
            position: relative;  
        }  
        
@media only screen and (max-width: 480px)
{ 
 .inner-loader
    {
        left: 11%;
    }
    .header-search>.form .search-categories
    {
        width: 150px;
    }
    .header-search>.form .search-input
    {
        padding-left: 165px;
    }
}
        
/***********End Loader Design****************/

/***********Start detail video Loader Design****************/

video::-webkit-media-controls {
  /*display: none;*/
}

video {
  /*pointer-events: none;*/
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button 
{
    display:block;
    }

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}


/***********No Search result****************/

.no-search-result
{
    text-align:center;
}
.no-search-result h1
{
    color:Red;
    
    font-weight:normal;
}
.no-search-result p
{
    color:#777777;
}

.product-body .side-image-view
{
    display:block;
        position: relative;
    margin-top: 112px;
}