﻿@charset "utf-8";
/*
   usage
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 360px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/* =============================================================== */
/*  TABLE CONTENT

1.   IMPORT
2.   GENERAL FOUNDATION
3.   TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4.   CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5.   CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7.   HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8.   HOME PAGE LOOK 2
9.   HOME PAGE LOOK 3
10.  MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View]
20.  SUBSCRIBE | PROMOTIONAL MODAL
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */
/* IMPORT CSS
/* =============================================================== */
/*@import url("../less/owl.carousel.css");*/
/* owl.carousel */
/*@import url("../less/owl.theme.css");*/
/* owl.carousel */
/*@import url("../less/font-awesome.css");*/
/* Font Awesome Icon */
/*@import url("../less/animate.min.css");*/
/* css3 animation */
/*@import url("../less/jquery.mCustomScrollbar.css");*/
/* mCustomScrollbar */
/*@import url("../less/alpha.css");*/
/* Background opacity IE fix */
/*@import url("../../plugins/select2/css/select2.min.css");*/
/* jQuery Custom Select by select2 */
/*@import url("../less/smoothproducts.css");*/
/* Product zoom  */
/*@import url("../../plugins/icheck-1.x/skins/all.css");*/
/* ion.checkRadio.min.js || customs checkbox and radio plugin  */
/*@import url("../less/gray-look.css");*/
/*@import url("../less/skin-1.css");*/
/* btn styled from btn.less  */
/*@import url("../less/btn.css");*/
/* Template Theme color skin */
/*@import url("../less/font-source-sans-pro.css");*/
/*@import url("../less/font-oswald.css");*/
/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
a {
  color: #454545 /*@Color-03*/;
  text-decoration: none;
  outline: none !important;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #454545 /*@Color-03*/;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background: #FFFFFF /*@Color-10*/;
  overflow-anchor: none;
}
input[readonly],
select[readonly] {
  pointer-events: none;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 17px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
p.lead {
  font-size: 20px;
  line-height: 1.4;
}
h3 code {
  font-size: 14px;
  font-weight: normal;
}
table tr td.table-valign-top {
  vertical-align: top;
}
table tr td.table-valign-bottom {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.block-title-1 {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 15px 20px 0 0;
  text-transform: uppercase;
}
.block-title-2 {
  border-bottom: 1px solid #CECECE /*@Color-80*/;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.block-title-3 {
  border-bottom: 1px solid #CECECE /*@Color-80*/;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0 10px;
  position: relative;
  text-transform: uppercase;
}
.block-title-4 {
  display: inline;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 0 12px;
  text-transform: uppercase;
}
.block-title-5 {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0;
  text-transform: uppercase;
}
.border-title {
  border-bottom: 1px solid #CECECE /*@Color-80*/;
  margin: 0 0 15px;
  padding: 10px 0 10px;
}
/* Helper class */
.error label.error {
  color: red;
}
.section-block {
  margin-bottom: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-5 {
  margin: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.padding-5 {
  padding: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.no-border {
  border: 0;
}
.width100,
.w100 {
  width: 100%;
}
.width50,
.w50 {
  width: 100%;
  display: block;
}
.full-container {
  width: 100%;
  display: block;
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.maxheight100 {
  max-height: 100px;
}
.maxheight200 {
  max-height: 200px;
}
.maxheight300 {
  max-height: 300px;
}
.maxheight400 {
  max-height: 400px;
}
.maxheight500 {
  max-height: 500px;
}
.maxheight600 {
  max-height: 600px;
}
.maxheight700 {
  max-height: 700px;
}
.maxwidth100 {
  max-width: 100px;
}
.maxwidtht200 {
  max-width: 200px;
}
.maxwidth300 {
  max-width: 300px;
}
.maxwidth400 {
  max-width: 400px;
}
.maxwidth500 {
  max-width: 500px;
}
.maxwidth600 {
  max-width: 600px;
}
.maxwidth700 {
  max-width: 700px;
}
.h10 {
  height: 10%;
}
.h20 {
  height: 20%;
}
.h30 {
  height: 30%;
}
.h40 {
  height: 40%;
}
.h50 {
  height: 50%;
}
.h60 {
  height: 60%;
}
.h70 {
  height: 70%;
}
.h80 {
  height: 80%;
}
.h90 {
  height: 90%;
}
.h100 {
  height: 100%;
}
.padd {
  margin-top: 60px;
}
.globalPadding {
  padding: 50px 0;
}
.globalPaddingTop {
  padding: 50px 0 0;
}
.globalPaddingBottom {
  padding-bottom: 50px;
}
.globalMargin {
  margin: 50px 0;
}
.globalMarginTop {
  margin: 50px 0 0;
}
.globalMarginBottom {
  margin-bottom: 50px;
}
.hr2 {
  border-width: 2px;
  border-color: #DDDDDD /*@Color-06*/;
}
.hr3 {
  border-width: 4px;
  border-color: #DDDDDD /*@Color-06*/;
}
ul.list-dot > li {
  list-style: inside disc;
}
ul.list-number > li {
  list-style: inside decimal;
}
ul.list-lower > li {
  list-style: inside lower-latin;
}
ul.list {
  list-style: disc;
  padding: 0 40px;
  list-style-position: outside;
}
ul.list ul {
  list-style: circle;
  padding: 5px 40px;
}
ul.list > li {
  list-style-position: outside;
}
ul.list-check {
  list-style: none;
}
ul.list-border li {
  border-bottom: 1px solid #E0EDED /*@Color-81*/;
  display: block;
  padding: 10px 15px;
}
ul.list-border li:hover {
  background: #EBEBEB /*@Color-82*/;
}
.transitionfx {
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
}
.hw100 {
  height: 100%;
  width: 100%;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
  overflow: auto;
}
.signUpContent .modal-dialog {
  max-width: 460px;
}
.modal-dialog.modal-xs {
  max-width: 400px;
}
.modal-dialog.modal-sm {
  max-width: 500px;
}
.modal-dialog.modal-lg {
  max-width: 960px;
}
.modal-dialog.modal-normal {
  max-width: 620px;
}
#product-details-modal .modal-dialog {
  background: #FFFFFF /*@Color-10*/;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}
.modal-dialog .product-share {
  border-top: 0 none;
  margin-top: 0;
}
.modal-dialog .modal-product-thumb {
  padding-top: 15px;
}
.modal-dialog {
  background: #FFFFFF /*@Color-10*/;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}
.modal-header {
  border-bottom: 1px solid #E5E5E5;
  color: #FFFFFF /*@Color-10*/;
  padding: 0px 15px;
}
.modal-header .close {
  margin-top: 5px;
  padding: 10px;
}
.modal-title-site {
  font-family: Oswald;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  padding: 13px 0;
  text-transform: uppercase;
}
.modal-content {
  border: 0 solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.modal-footer {
  background: #eee;
  border-top: 1px solid #E5E5E5;
  padding: 10px 20px;
}
.form-control:focus {
  box-shadow: NONE;
  outline: 0 none;
  border-color: #bfc9ca /*@Color-65*/;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"] {
  border-color: #DDDDDD /*@Color-06*/;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #888888;
  font-size: 14px;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder {
  color: #888888 !important;
  opacity: 1;
  /* Firefox */
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888 !important;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888 !important;
}
input[type="text"].input-xs,
input[type="password"].input-xs,
input[type="email"].input-xs,
input[type="number"].input-xs,
input[type="search"].input-xs {
  font-size: 12px !important;
  height: 26px !important;
  line-height: 26px !important;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC /*@Color-35*/;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC /*@Color-35*/;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC /*@Color-35*/;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC /*@Color-35*/;
}
/*

btn style moved to btn.css in V.5
@import (btn.css);
also less file available btn.less

*/
p.required,
.required sup {
  color: #E74C3C;
  font-size: 16px;
  top: -0.3em;
}
.pagination li.active a {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}
.checkbox {
  padding-left: 0;
  margin-left: 0;
}
legend {
  padding-bottom: 10px;
}
.alert {
  border: none;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.alert .close {
  font-size: 30px;
  line-height: 20px;
}
.input-group-btn .btn {
  font-size: 14px;
  padding: 8px 12px;
}
/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}
.navbar-tshop {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 30;
}
.menuWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar-brand {
  padding: 10px;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}
.navbar .navbar-top {
  height: 30px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
}
.navbar .navbar-top .userMenu .dropdown span i {
  display: none;
}
.navbar.stuck .navbar-top {
  margin-top: -30px;
}
.brandWrap {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: auto;
}
/***  ------- Mega Menu Start ------- ***/
.megamenu .nav,
.megamenu .dropup,
.megamenu .dropdown,
.megamenu .collapse {
  position: static;
}
.megamenu .navbar-inner,
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .dropdown-menu > li {
  display: block;
}
.megamenu .nav.pull-right .dropdown-menu {
  right: 0;
}
.megamenu .megamenu-content {
  padding: 20px 30px;
  *zoom: 1;
}
.megamenu .megamenu-content:before,
.megamenu .megamenu-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu .megamenu-content:after {
  clear: both;
}
.megamenu.navbar .nav > li > .dropdown-menu:after,
.megamenu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
  width: 80%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
  width: 80%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
  width: 50%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
  width: 40%;
  left: 0;
  right: 0;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: auto;
  }
  .megamenu .megamenu-content {
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .dropdown-menu > li > ul {
    display: block;
  }
}
/* megamenu end */
.megamenu-content img {
  max-width: 100%;
}
.megamenu-content ul li {
  border-bottom: 1px solid #EDEDED /*@Color-83*/;
}
.megamenu-content ul li a {
  font-size: 12px;
  display: block;
}
.megamenu-content ul li a:hover {
  color: #007d78 /*@Color-78*/;
}
.itemInMenu {
  margin-bottom: 0 !important;
}
.itemInMenu .image {
  max-height: 170px !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: auto;
  margin-left: 0;
  padding: 6px 9px;
  position: relative;
  text-align: center;
  z-index: 10;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) inset;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
}
.social-icon li a:hover {
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
.navbar-toggle .icon-bar {
  border: solid 2px #FFFFFF /*@Color-10*/;
}
.userMenu > li {
  display: block;
  float: left;
}
.userMenu > li > a {
  color: #58595B /*@Color-05*/;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px 0 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  -webkit-transition: opacity 0.21s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
}
.userMenu > li > a:hover {
  opacity: 0.9;
}
.phone-number span {
  float: left;
}
.hasUserMenu > .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  left: auto !important;
  right: 0 !important;
}
.hasUserMenu > .dropdown-menu > li > a {
  color: #454545 /*@Color-03*/;
  font-size: 12px;
  padding: 5px 15px;
}
.hasUserMenu > .dropdown-menu > li > a i {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #007d78 /*@Color-78*/;
  color: #FFFFFF /*@Color-10*/;
}
/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/
@media (min-width: 979px) {
  .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu,
  div.cartMenu.dropdown:hover div.dropdown-menu {
    display: block;
    filter: none;
    opacity: 1;
  }
  .megamenu-content ul li a {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: block;
  }
  .megamenu-content ul li a:hover {
    padding-left: 5px;
  }
  .megamenu-content ul li.productPopItem a:hover,
  .megamenu-content ul li a.newProductMenuBlock:hover {
    padding-left: 0;
  }
  .navbar.stuck .brandWrap {
    height: 0;
    overflow: hidden;
  }
}
.navbar-nav > li > a {
  color: #58595B /*@Color-05*/;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
html.de .navbar-nav > li > a {
  font-size: 13px;
  padding: 10px 10px;
}
.navbar-nav > li.active > a {
  color: #FFFFFF /*@Color-10*/;
}
.navbar-cart {
  border-top: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  max-height: 340px;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar-cart.in .cartMenu {
    display: none;
  }
}
.colorWhite,
.colorWhite i {
  color: #fff !important;
}
.promo-1 {
  color: #FFFFFF;
  font-family: Oswald, Helvetica Neue;
  margin-bottom: 15px;
  font-weight: lighter;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.promo-1sub {
  background: #F2F2F2;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
/***  ------- Cart Dropdown Menu Style ------- ***/
.dropdown-left .dropdown-menu {
  left: 0;
}
.cartMenu {
  float: left;
  display: block;
}
.cartMenu a.dropdown-toggle,
.cartMenu a#cart-sidebar-toggle {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #58595B /*@Color-05*/;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
}
.cartMenu .dropdown-menu {
  padding-bottom: 0;
  border-radius: 0;
  margin-top: 0;
}
.cartMenu img {
  width: 50px;
}
.cartMenu h4 {
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.old-price {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.cartMenu table {
  width: 100%;
  height: auto;
}
.cartMenu table tr {
  border-bottom: solid 1px #ddd;
}
.cartMenu table tr td {
  padding: 5px 0;
}
.newProductMenuBlock {
  display: block;
  position: relative;
}
.ProductMenuCaption {
  position: absolute;
  bottom: 0;
  color: #FFFFFF /*@Color-10*/;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  background: #000000;
  background: transparent \9;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  /* IE FIX */
  zoom: 1;
}
.ProductMenuCaption:nth-child(n) {
  filter: none;
}
.ProductMenuCaption i {
  font-size: 0;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
}
.newProductMenuBlock:hover i {
  font-size: 16px;
}
.newCollectionUl li {
  font-weight: 600;
}
.productPopItem {
  border: solid 1px #ddd;
}
.productPopItem .productInfo {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-top: -50px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 4;
}
.popProImg a {
  display: block;
  max-height: 270px;
  overflow: hidden;
}
.productPop h4 {
  bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal !important;
  padding: 3px 0 0 !important;
  position: absolute;
  width: 100%;
  background: #000000;
  background: transparent \9;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  /* IE FIX */
  zoom: 1;
}
.productPop h4:nth-child(n) {
  filter: none;
}
.productPop h4 a {
  color: #fff !important;
}
/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */
.section-block {
  margin-bottom: 30px;
}
.section-title {
  border-bottom: 2px solid #DDDDDD /*@Color-06*/;
  border-top: 2px solid #DDDDDD /*@Color-06*/;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding: 0;
}
.section-title span {
  color: #454545 /*@Color-03*/;
  display: inline-block;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  width: auto;
}
/***  -------  Style 2  ------- ***/
.style2 .section-title,
.section-title.style2 {
  font-size: 42px;
  font-weight: lighter;
  line-height: 44px;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
  border: none;
}
.section-title-style2,
.section-title.style2 {
  position: relative;
}
.style2 .section-title:after,
.section-title-style2:after,
.section-title.style2:after,
.section-title-style2:after {
  background: #DDDDDD /*@Color-06*/;
  content: "";
  display: block;
  height: 1px;
  margin-left: 20%;
  position: absolute;
  top: 28px;
  width: 60%;
  z-index: 1;
}
.section-title-style2 span,
.section-title.style2 span {
  background: #FFFFFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}
.style2 .section-title span,
.section-title.style2 span {
  color: #454545 /*@Color-03*/;
  display: table;
  position: relative;
  z-index: 2;
  background: #FFFFFF /*@Color-10*/;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}
.productslider {
  width: 100%;
  display: block;
}
#productslider .item {
  margin: 0 15px 15px;
}
.item {
  display: block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  margin-bottom: 15px;
  height: auto;
}
#SimilarProductSlider .item {
  height: auto !important;
}
.product {
  display: block;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border: 1px solid #CCCCCC /*@Color-35*/;
  text-align: center;
}
.product:hover {
  background: #FFFFFF /*@Color-10*/;
}
.add-fav {
  border: 1px solid;
  border-radius: 50%;
  height: 30px;
  line-height: 31px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 10;
  transform: scale(1.15);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.3s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.3s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.3s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.3s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.list-view .product .add-fav {
  right: 40px;
  top: 8px;
}
.product:hover .add-fav {
  opacity: 1;
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.add-fav i {
  webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease;
}
.add-fav:active i {
  webkit-transform: scale(0.85) rotate(0deg);
  -moz-transform: scale(0.85) rotate(4deg);
  -o-transform: scale(0.85) rotate(0deg);
  -ms-transform: scale(0.85) rotate(0deg);
  transform: scale(0.85) rotate(4deg);
}
.item.list-view .grid-description {
  display: none;
}
.list-description {
  display: none;
}
.item.list-view .list-description {
  display: block;
}
.item.list-view {
  display: block;
  height: auto !important;
  width: 100% !important;
  width: 100%;
  margin-bottom: 20px;
}
.item.list-view:not(.list-view-without-overflow) {
  overflow: hidden;
}
.item.list-view .image a {
  display: block;
  max-height: 100%;
  height: 100%;
  max-height: 100% !important;
}
.item.list-view h4 {
  height: auto;
  margin: 45px 0 5px;
  font-size: 24px;
}
.item.list-view h4 a {
  font-weight: 600;
}
.item.list-view .description p {
  text-align: right;
  max-height: 200px;
  min-height: 10px;
}
.item.list-view .action-control {
  text-align: right;
}
.item:hover .action-control {
  border-bottom-color: #FFFFFF /*@Color-10*/;
}
.product-box .item {
  margin: 0 10px;
}
.product-box .item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #FFFFFF /*@Color-10*/;
}
.image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.image a {
  display: block;
  overflow: hidden;
}
.image a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  max-height: 240px;
  margin: 0 auto;
}
.product:hover .image a img,
.image.rotate:hover a img {
  transform: scale(1.2) rotate(-2deg);
  -webkit-transform: scale(1.2) rotate(-2deg);
  -moz-transform: scale(1.2) rotate(-2deg);
  -ms-transform: scale(1.2) rotate(-2deg);
  -o-transform: scale(1.2) rotate(-2deg);
}
.promotion {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 18px;
}
.promotion.pro .pro {
  display: inline-block;
  float: left;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
  padding: 3px 10px;
}
.new-product {
  background: #007d78 /*@Color-78*/;
  color: #FFFFFF /*@Color-10*/;
}
.bundle {
  background: #2c81ba /*@Color-34*/;
  color: #FFFFFF /*@Color-10*/;
}
.sale {
  background: #e74c3c /*@Color-19*/;
  color: #FFFFFF /*@Color-10*/;
}
.discount {
  background: #FF8C00 /*@Color-41*/;
  color: #FFFFFF /*@Color-10*/;
}
a.discount:hover {
  background: #FF9900 /*@Color-59*/;
  color: #FFFFFF /*@Color-10*/;
}
.special-offer {
  background: #f1c40f /*@Color-25*/;
  color: #FFFFFF /*@Color-10*/;
}
.daily-sales-limit {
  background-color: #858585 /*@Color-73*/;
  color: #FFFFFF /*@Color-10*/;
}
.bonus-program {
  background-color: #9F6FB4 /*@Color-85*/;
  color: #FFFFFF /*@Color-10*/;
}
.item h4 {
  margin: 0;
  min-height: 45px;
  max-height: 80px;
  overflow: hidden;
  display: block;
  line-height: 18px;
  margin: 25px 0 0;
  padding: 0;
}
.item h4 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #58595B /*@Color-05*/;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
}
.item .okazja h4 a,
.item .okazja .price {
  color: #fd9264;
}
.description p {
  color: #888888;
  font-size: 14px;
  min-height: 55px;
  max-height: 90px;
  overflow: hidden;
  line-height: 18px;
}
.price {
  font-size: 18px;
  font-weight: bold;
  color: #454545 /*@Color-03*/;
  text-align: left;
}
.product-price-wrapper span.price-margin {
  color: #0a00a0 /*@Color-66*/;
}
.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0 15px;
  width: 100%;
}
.action-control a {
  cursor: pointer;
}
.cart a {
  font-size: 20px;
  color: #454545 /*@Color-03*/;
  margin: 0 0;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.13s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.load-more-block {
  padding-bottom: 30px;
  position: relative;
}
.load-more-block .btn-thin {
  background: #FFFFFF /*@Color-10*/;
  z-index: 2;
  position: relative;
  box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}
.load-more-block:after {
  background: none repeat scroll 0 0 #DDDDDD /*@Color-06*/;
  content: "";
  display: block;
  height: 1px;
  margin-left: 30%;
  position: absolute;
  top: 18px;
  width: 40%;
  z-index: 1;
}
.featureImg a {
  display: block;
  overflow: hidden;
}
.featureImg a img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.featureImg a img:hover {
  transform: scale(1.1) rotate(-1.1deg);
  -webkit-transform: scale(1.1) rotate(-1.1deg);
  -moz-transform: scale(1.1) rotate(-1.1deg);
  -ms-transform: scale(1.1) rotate(-1.1deg);
  -o-transform: scale(1.1) rotate(-1.1deg);
}
/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
  width: 100%;
  display: block;
  clear: both;
  height: auto;
}
.parallax-image-1 {
  background: url(../../images/parallax/parallax.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  /* IE FIX */
}
.parallax-image-1.ismobile,
.parallax-image-2.ismobile,
.parallax-image-aboutus.ismobile,
.parallax-section.ismobile {
  background-attachment: scroll !important;
}
.parallax-image-1.isios,
.parallax-image-2.isios,
.parallax-image-aboutus.isios,
.parallax-section.isios,
.blog-intro.isios {
  background-size: 100% auto !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.parallax-image-1.isandroid,
.parallax-image-2.isandroid,
.parallax-image-aboutus.isandroid,
.parallax-section.isandroid {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.parallax-image-1.isios {
  background-color: #734e48;
  background-repeat: no-repeat;
}
.parallax-image-2.isios {
  background-size: auto 100% !important;
}
.parallaxPrce {
  font-size: 64px;
  color: #FFFFFF /*@Color-10*/;
  font-weight: lighter;
  margin-bottom: 10px;
}
.parallax-content h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto;
  max-width: 900px;
  padding: 5px 10px;
  text-align: center;
}
.parallax-content h3 {
  color: #DDDDDD /*@Color-06*/;
  display: inline-block;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px;
  max-width: 900px;
  padding: 0 10px;
  text-align: center;
}
.btn-discover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 60px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-discover:hover {
  color: #FFFFFF /*@Color-10*/;
  border-color: rgba(255, 255, 255, 0.7);
}
.parallax-content {
  text-align: center;
  padding: 100px 0;
}
.brand-carousel li {
  float: left;
  display: inline-block;
}
.brand-carousel li img {
  max-width: 100%;
  width: 100%;
}
.carousel-nav {
  font-size: 26px;
  margin-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}
/***  -------  Parallax section 2  ------- ***/
.parallax-image-2 {
  background: url(../../images/parallax/people-collage.jpg) fixed;
  background-attachment: fixed;
  /* IE FIX */
}
.parallax-section-overley {
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
h1.xlarge {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  padding-bottom: 0;
  line-height: normal;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
  text-transform: uppercase;
}
h1.x2large {
  color: #FFFFFF;
  font-size: 56px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
  text-transform: uppercase;
}
h5.parallaxSubtitle {
  font-size: 20px;
  font-weight: 200;
  color: #FFFFFF /*@Color-10*/;
}
/* =============================================================== */
/*  FOOTER
/* =============================================================== */
.gap {
  height: 40px;
  width: 100%;
  clear: both;
  display: block;
}
.footer {
  background: #f2f2f2;
  /*height: auto;*/
  /*padding-bottom: 30px;*/
  padding: 30px 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #DDDDDD /*@Color-06*/;
}
.footer p {
  margin: 0;
}
.footer img {
  max-width: 100%;
}
.footer h3 {
  border-bottom: 1px solid #DDDDDD /*@Color-06*/;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 40px 0 15px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  /*margin-top: 20px;*/
  color: #888888;
}
.footer ul li a {
  padding: 0 10px 0 0;
  display: block;
}
.footer a {
  color: #888888;
}
.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.supportLi h4 a {
  color: #454545 /*@Color-03*/;
}
.newsLatterBox input#appendedInputButton {
  background: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}
.newsLatterBox .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: medium none;
  color: #FFFFFF /*@Color-10*/;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.newsLatterBox {
  overflow: hidden;
}
.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
  color: #EDEFF1;
}
.social li:hover {
  border: 2px solid #454545 /*@Color-03*/;
  background: #454545 /*@Color-03*/;
}
.social li a i {
  font-size: 16px;
  margin: 0 0 0 8px;
  color: #EDEFF1 !important;
}
.footer-bottom {
  background: #E3E3E3;
  border-top: 1px solid #DDDDDD /*@Color-06*/;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.footer-bottom p.pull-left {
  padding-top: 6px;
}
.paymentMethodImg img {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom p.pull-left {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .paymentMethodImg {
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .paymentMethodImg img {
    display: inline-block;
    float: none !important;
    max-height: 24px;
  }
}
/* =========================HOMEPAGE END==========================*/
/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */
.scroll-to-fixed-fixed {
  /*&#change-view-wrapper {
        padding-right: 15px;
        padding-left: 0;
    }*/
}
.scroll-to-fixed-fixed .breadcrumb {
  border: none !important;
  background: #EDEEF0 /*@Color-39*/ !important;
  margin: 0;
}
/*#change-view-wrapper {
    padding-left: 15px;
}*/
.breadcrumb {
  border: 1px solid #CCCCCC /*@Color-35*/;
  background: none;
}
.main-container {
  min-height: 100%;
  margin-top: -80px;
  /* tyle ile ma header */
  padding-top: 170px;
  /* tyle ile ma header */
  margin-bottom: 0px;
  /* stick footer - tyle ile ma footer*/
  padding-bottom: 20px;
  /* stick footer - tyle ile ma footer + padding normalny*/
}
@media print {
  .main-container {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1046px) {
  .main-container {
    /*margin-top: -30px; /* tyle ile ma header */
    margin-top: 0;
    /* na rozdzielczosci ipada nie widac bylo guzika do akceptacji regulaminu */
  }
}
.headerOffset {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .headerOffset {
    padding-top: 0px;
  }
}
.category-top > h2 {
  color: #303030;
  font-weight: 700;
  letter-spacing: 0;
}
.subCategoryList .thumbnail {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tree .dropdown-menu {
  position: relative !important;
  float: none !important;
  box-shadow: none !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.open-tree > .dropdown-menu {
  display: block;
}
.dropdown-menu-tree {
  display: none;
  margin-bottom: 20px;
}
.open-tree > .dropdown-menu-tree {
  display: block;
}
.tree > li.active > a,
.tree > li.active > a:hover,
.tree > li.active > a:focus {
  background: none;
  color: #454545 /*@Color-03*/;
}
.nav-stacked.tree > li a:hover {
  color: #454545 /*@Color-03*/;
  font-weight: bold;
}
.tree > .active > a > .badge {
  background: #999999;
  color: #FFFFFF /*@Color-10*/;
}
.category-level-2 {
  border-left: 1px solid #DDDDDD /*@Color-06*/ !important;
  margin-left: 13px;
}
.category-level-2 li {
  margin-top: 2px;
}
.category-level-2 li a {
  font-weight: normal !important;
  padding: 2px 15px;
}
.category-level-2 li a.active,
.category-level-2 .dropdown-tree.active .dropdown-tree-a,
.category-level-2 .open-tree .dropdown-tree-a {
  font-weight: bold !important;
}
.priceFilterBody {
  line-height: 26px;
}
.priceFilterBody .form-group:nth-child(1) {
  width: 70%;
  display: inline-block;
  float: left;
}
.priceFilterBody .form-group:nth-child(1) input {
  padding-right: 10px !important;
  text-align: center !important;
  height: 26px;
  line-height: 26px;
}
.priceFilterBody .form-group:nth-child(2) {
  display: inline-block;
  width: 30%;
  padding-left: 10px;
}
.priceFilterBody .form-group:nth-child(2) button {
  font-size: 13px;
  padding: 0;
  line-height: 26px;
  height: 26px;
}
.subCategoryThumb {
  height: 80px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.subCategoryThumb img {
  max-width: 100%;
}
.subCategoryList {
  margin-top: 30px;
  overflow: hidden;
}
.color-details {
  border-top: 1px solid #DDDDDD /*@Color-06*/;
  padding-top: 10px;
}
.productFilter {
  border-bottom: 1px solid #DDDDDD /*@Color-06*/;
  border-top: 1px solid #DDDDDD /*@Color-06*/;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-top: 20px;
}
.productFilter p {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.change-view {
  margin-right: 10px;
}
.subCategoryTitle {
  font-size: 13px;
  color: #444;
  font-weight: 600;
}
.change-view a {
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 34px;
  line-height: 23px;
  margin-left: 5px;
  overflow: hidden;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.productFilter select,
.productFilter input {
  font-size: 13px;
}
.categoryFooter {
  border-top: solid 1px #eee;
  padding-top: 10px;
  margin-top: 0;
  background-color: #EDEEF0 /*@Color-39*/;
}
.nav-stacked > li {
  border-bottom: solid 1px #eee;
}
.nav-stacked > li a {
  font-size: 13px;
}
.nav-stacked > li a:hover {
  color: #FFFFFF /*@Color-10*/;
}
.nav-stacked > li.active a,
.nav-stacked > li.active {
  background: none;
  color: #454545 /*@Color-03*/;
  font-weight: bold;
}
/***  -------  according panel style  ------- ***/
.panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  color: #454545 /*@Color-03*/;
  font-size: 15px;
}
.panel-heading,
.panel-group .panel {
  border-radius: 0;
}
.clearFilter {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 10px;
  line-height: normal;
  padding: 2px 5px;
  text-transform: capitalize;
}
.labelRounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.clearFilter:hover {
  opacity: 0.7;
}
.collapseWill i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.collapseWill.pressed i,
.collapseWill.active i {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.minus {
  display: block;
}
.collapseWill .minus {
  display: none !important;
}
.collapseWill.collapsed .minus {
  display: none !important;
}
.color-filter small {
  border: 1px solid #DDDDDD /*@Color-06*/;
  display: inline-block;
  height: 14px;
  margin: 0 3px 0 1px;
  width: 14px;
}
/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */
.nav-tabs > li.active,
.nav-tabs > li {
  background: none;
}
.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  color: #fff !important;
  border: 0;
  border-radius: 0;
}
/* -------- zoom ------- */
.sp-wrap {
  border: none !important;
}
.sp-thumbs {
  text-align: center !important;
}
.sp-large a img {
  width: 100%;
}
.sp-wrap {
  z-index: 10;
  width: 100%;
  background: none !important;
}
.sp-large {
  max-width: 90%;
}
.sp-thumbs {
  position: absolute;
  right: 0 !important;
  text-align: left;
  bottom: 140px !important;
  width: 100px !important;
  z-index: 70;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  border: 2px solid #EEEEEE;
  display: inline-block;
  margin-bottom: 10px;
  float: right;
  transition: margin 0.2s ease 0s;
}
.main-image .sp-thumbs a:link,
.sp-thumbs a:visited {
  margin-right: 0 !important;
}
.sp-thumbs a:hover {
  margin-right: 4px !important;
}
.sp-thumbs img {
  height: auto !important;
  width: 60px !important;
}
/***  -------  Product details style 2   ------- ***/
.product-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.product-price {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.price-standard {
  color: #999999;
  font-size: 18px;
  text-decoration: line-through;
}
.product-code {
  font-family: oswald, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
.rating span {
  display: inline-block;
}
.ratingInfo {
  margin-left: 10px;
}
/*------- product-details style 4 ------- */
.zoomThumb {
  text-align: center;
  margin-top: 10px;
}
.zoomThumb a {
  width: 120px;
  margin-bottom: 10px;
  border: 2px solid #eee;
  display: inline-block;
  margin-right: 5px;
}
.zoomThumb a img {
  max-width: 100%;
}
.zoomImg {
  cursor: crosshair;
}
/*------- product tab ------- */
.nav-tabs {
  margin-bottom: 20px;
}
.product-tab {
  width: 100%;
  display: inline-block;
  clear: both;
}
.nav-tabs li a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.color-details {
  margin-top: 14px;
}
.swatches {
  margin: 0.5em 0;
  padding-left: 0;
}
.swatches li {
  border: 2px solid #FFFFFF;
  display: inline-block;
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
}
.swatches .selected,
.swatches li:hover {
  border: 2px solid #ddd;
}
.swatches a {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  box-shadow: 1px 1px 2px #C5C5C5;
  display: block;
  height: 33px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 33px;
}
.swatches a img {
  height: 29px;
  width: 29px;
}
.swatches li a:after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0;
  font-weight: lighter;
  color: #FFFFFF /*@Color-10*/;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.swatches .selected a:after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 100%;
  font-weight: lighter;
  color: #FFFFFF /*@Color-10*/;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/***  ------- filterBox ------- ***/
.filterBox {
  display: inline-block;
}
.productFilterLook2 .filterBox {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
}
.cart-actions {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD /*@Color-06*/;
  padding-bottom: 12px;
  clear: both;
}
.cart-actions button,
.cart-actions .btn-cart,
.cart-actions .wishlist {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1em;
  margin: 0 20px 0 0;
  padding: 14px 20px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
}
button.first {
  margin-right: 20px;
  margin-bottom: 10px;
}
.cart-actions .wishlist {
  background: #CCCCCC;
  line-height: 1em;
  text-decoration: none;
  border: solid 2px #CCCCCC;
  text-align: center;
}
.cart-actions .wishlist:hover {
  background: #FFFFFF /*@Color-10*/;
  color: #666;
  border: solid 2px #CCCCCC;
}
.incaps {
  display: block;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 15px 20px 0 0;
  text-transform: uppercase;
}
.incaps i {
  font-size: 20px;
}
.color-in {
  color: #4CC94A;
}
.color-out {
  color: red;
}
.product-share {
  border-top: 1px solid #DDDDDD /*@Color-06*/;
  clear: both;
  display: inline-block;
  margin-top: 20px;
  padding-top: 14px;
  width: 100%;
}
.socialIcon a {
  background: #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  font-size: 22px;
  padding: 6px 3px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
}
.socialIcon a:hover {
  color: #FFFFFF /*@Color-10*/;
}
/***  ------- You may also like ------- ***/
.recommended {
  border-top: solid 2px #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.recommended h1 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
#SimilarProductSlider .item {
  padding: 30px 0px 0;
  margin: 10px;
  color: #FFFFFF /*@Color-10*/;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.recommended .description {
  min-height: 70px;
}
.product-image {
  max-width: 100%;
}
.product-image img {
  max-width: 100%;
}
#SimilarProductSlider .product-image img {
  max-height: 200px;
}
/* =============================================================== */
/* CART PAGE
/* =============================================================== */
.quanitySniper {
  height: 30px;
  padding: 0;
  text-align: center;
  width: 40px;
}
tr.CartProduct td,
tr.CartProduct th {
  text-align: center;
}
tr.CartProduct td:nth-child(2) {
  text-align: left;
}
.cartTable {
  border-top: solid 1px #EBEDEF;
}
.cartTableHeader {
  background: #EBEDEF;
}
.cartFooter {
  padding: 20px;
  border-top: solid 1px #eee;
  background: #EBEDEF;
  display: inline-block;
  width: 100%;
}
#cart-summary tr td:nth-child(2) {
  text-align: right;
}
/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */
label.error {
  color: #e74c3c;
  font-size: 90%;
}
.orderStep {
  clear: both;
  display: inline-block;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}
.orderStep li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 20%;
}
.orderStep li.active a {
  color: #FFFFFF /*@Color-10*/;
}
.orderStep li.active a {
  position: relative;
}
.orderStep li.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-left: -10px;
}
.orderStep li a {
  background: #EFF0F2;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: normal;
  padding: 20px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
}
.orderStep li a i {
  background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active a i {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}
.orderStep li a i {
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: auto;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  text-align: center;
  width: auto;
  float: none !important;
}
.orderStep li a span {
  display: block;
  padding: 5px 0;
}
/* payment */
.paymentBox {
  margin-bottom: 30px;
  display: block;
}
.checkoutReview .CartProductThumb a img,
.checkoutReview .CartProductThumb a img {
  width: 50px;
}
.paymentBox .panel {
  box-shadow: none;
}
/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */
.myAccountList li {
  text-align: center;
}
.myAccountList li a {
  font-size: 14px;
  display: block;
}
.myAccountList .thumbnail {
  padding: 10px 0 0;
}
.myAccountList .thumbnail:hover {
  background: #F5F5F5;
}
.myAccountList li a i {
  display: block;
  clear: both;
  font-size: 44px;
  margin-bottom: 10px;
}
h2.block-title-2,
.formBox h3,
.block-title-2 {
  border-bottom: 1px solid #CECECE /*@Color-80*/;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.panel-footer-address .btn {
  margin-right: 5px;
}
/***  ------- Cart & Wisth list ------- ***/
.CartProductThumb a img,
.CartProductThumb a img {
  width: 86px;
  max-width: 100%;
}
tr.CartProduct {
  border-bottom: 1px solid #E7E9EC;
}
tr.CartProduct td,
tr.CartProduct th {
  padding: 10px 0;
}
/* mycart */
.cartTableHeader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
/* =============================================================== */
/* PRODUCT DETAILS POPUP MODAL
/* =============================================================== */
/* quick view btn */
div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}
.product:hover div.quickview {
  visibility: visible;
}
.btn-quickview {
  border-radius: 2px;
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  color: #454545 /*@Color-03*/ !important;
  text-transform: uppercase;
  background: #FFFFFF /*@Color-10*/;
  /* old borwser */
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: auto;
  min-width: 100px;
  max-height: 40px;
  height: 40px !important;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  padding: 10px;
  visibility: hidden;
  width: auto;
  display: inline-block !important;
  z-index: 2;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.product:hover .btn-quickview {
  visibility: visible;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -ms-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
.list-view .product:hover div.quickview {
  margin-top: 45%;
}
@media (max-width: 460px) {
  div.quickview {
    margin-top: 25%;
  }
}
@media (max-width: 400px) {
  div.quickview {
    margin-top: 35%;
  }
}
.product > .btn-quickview:hover {
  opacity: 0.95;
}
/* quick view btn end */
#product-details-modal .modal-dialog {
  background: #FFFFFF /*@Color-10*/;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}
#product-details-modal .close,
#productSetailsModalAjax .close {
  color: #454545 /*@Color-03*/;
  display: block;
  font-size: 34px;
  font-weight: lighter;
  line-height: 10px;
  opacity: 0.6;
  padding: 12px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 1;
}
#productSetailsModalAjax .main-image {
  margin-top: 40px;
}
#product-details-modal .close:hover,
#productSetailsModalAjax .close:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  #product-details-modal .modal-dialog,
  #productSetailsModalAjax .modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }
}
@media (min-width: 840px) {
  .modal-details-inner {
    min-height: 552px;
  }
}
@media (max-width: 600px) {
  #product-details-modal .modal-dialog {
    max-width: 96%;
    margin: 20px auto;
  }
}
#product-details-modal .modal-content {
  background: #FFFFFF /*@Color-10*/;
  display: block;
  height: auto;
  padding: 0;
  box-shadow: none;
}
.modal-details-inner {
  padding: 30px;
}
#product-details-modal .productFilter {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#product-details-modal .filterBox {
  display: inline-block;
}
#product-details-modal .cart-actions {
  margin-bottom: 0;
  margin-top: 0;
}
#product-details-modal .color-details {
  margin-top: 5px;
}
#product-details-modal .product-share {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
.modal-product-thumb {
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  text-align: center;
}
.modal-product-thumb a {
  border: 1px solid #ccc;
  display: inline-block;
  float: none;
  margin-right: 10px !important;
  margin-top: 5px;
  height: 75px;
  overflow: hidden;
  width: 60px !important;
}
.modal-product-thumb a.selected,
.modal-product-thumb a:hover {
  border: 1px solid #000 !important;
}
.modal-product-thumb a img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 75px;
  width: 60px !important;
}
/* =============================================================== */
/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */
#modalAds .modal-bg-1 {
  background: url(../../images/site/modal-img-1.jpg) right bottom no-repeat;
  background-color: #F3F6FB;
}
.modal-bg-1 .close {
  color: #454545 /*@Color-03*/;
  display: block;
  font-size: 34px;
  font-weight: lighter;
  line-height: 10px;
  opacity: 0.6;
  padding: 12px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 1;
}
#modalAds .modal-dialog {
  max-width: 660px;
  min-height: 340px;
  display: block;
  overflow: auto;
  padding: 15px;
  position: relative;
}
#modalAds h3 {
  color: #444;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
}
.discountLg {
  color: #000;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 46px;
  text-transform: uppercase;
}
#modalAds h4 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}
.newsletter {
  border: 2px solid #ddd;
  display: inline-block;
  width: auto;
}
.newsletter input[type="text"] {
  background: #FFFFFF /*@Color-10*/;
  border: medium none;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.newsletter input[type="text"]:focus {
  text-shadow: none;
  color: #666;
}
.newsletter .subscribe-btn {
  background: #ddd;
  border: 0 none;
  border-radius: 0;
  color: #3a3a3a;
  float: left;
  font-weight: normal;
  height: 40px;
  line-height: normal;
  padding: 0 10px;
}
@media (max-width: 442px) {
  .discountLg {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 40px;
  }
  #modalAds h3 {
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .newsletter input[type="text"] {
    width: 100%;
  }
  .newsletter .subscribe-btn {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
.newsletter .subscribe-btn:hover {
  background: #b7b7b7;
}
.shoplink {
  color: #000;
  display: inline-block;
  clear: both;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  left: 2px;
  margin-top: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}
/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */
.pace .pace-progress {
  background: #FFFFFF /*@Color-10*/;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */
@media (min-width: 1800px) {
  .banner,
  .slider-content,
  .slider,
  .slider-v2 {
    max-height: 700px;
  }
  .sliderImg {
    width: 100%;
  }
}
@media only screen and (max-width: 1224px) {
  input.quanitySniper {
    width: 35px !important;
  }
}
@media (max-width: 1024px) {
  .navbar.stuck .navbar-top {
    margin-top: 0 !important;
  }
  .banner {
    margin-top: 70px !important;
  }
  .header-version-2 .banner {
    margin-top: 130px !important;
  }
  .social li {
    margin: 0 6px 0 0;
  }
  .cartMenu.static-search-box a.dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-box.static-search .form-control {
    max-width: 104px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .cartMenu a.dropdown-toggle {
    height: 50px;
  }
  .cartRespons {
    display: none;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    font-size: 13px;
  }
  .cartMenu a.dropdown-toggle {
    font-size: 13px;
    padding: 15px 15px;
  }
}
/* // NEW  */
@media (max-width: 992px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    font-size: 12px;
  }
  .cartMenu a.dropdown-toggle {
    font-size: 12px;
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  /*** iPads (portrait and landscape) ***/
  .subCategoryThumb img {
    height: 100% !important;
  }
  .container {
    width: 100% !important;
    max-width: 992px !important;
  }
  .category-top {
    margin-top: 30px;
  }
  .cartRespons {
    font-size: 0;
  }
  .hidden-xs .cartMenu .dropdown-toggle {
    /*padding-bottom: 9px;
        padding-top: 16px;*/
  }
  .sliderText {
    margin-top: 6%;
  }
  .header-version-2 .sliderText {
    margin-top: 10%;
  }
  .sliderText .inner {
    padding: 15px;
  }
  .sliderText h1 {
    font-size: 30px;
  }
  .sliderText.white h1 {
    padding-bottom: 0;
  }
  .sliderText.white h3.price {
    font-size: 18px;
    padding-bottom: 0;
  }
  .sliderText.white .inner {
    padding: 5px 0;
  }
  h1.xlarge {
    font-size: 36px;
  }
  .sliderTextFull h3 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .sliderInfo .btn-lg,
  .sliderText.white .btn {
    font-size: 14px;
    line-height: 1.471;
    padding: 5px 15px;
  }
  #pager2 {
    bottom: 0;
  }
  #pager2 span {
    border-width: 1px;
    height: 10px;
    width: 10px;
  }
  .sliderControl {
    border-radius: 2px;
    padding: 0 2px;
    top: 45%;
  }
  .sliderControl .fa-3x {
    font-size: 2.5em;
  }
  #pager a {
    font-size: 14px;
    padding: 5px 0;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .megamenu-content.has20 {
    width: 202px;
  }
  .megamenu-content.has40 {
    width: 460px;
  }
  .megamenu-content.has60 {
    width: 670px;
  }
  .megamenu-content.has4col {
    width: 700px;
  }
  .hasMega {
    position: relative !important;
  }
  .hasMega .dropdown-menu {
    min-width: 202px;
  }
  .hasMega.megamenu-20width .dropdown-menu {
    min-width: 202px;
  }
  .hasMega.megamenu-40width .dropdown-menu {
    min-width: 460px;
  }
  .hasMega.megamenu-60width .dropdown-menu {
    min-width: 670px;
  }
  .hasMega.megamenu-70width .dropdown-menu {
    min-width: 700px;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  /***  ipad 4 , iphone 4 fixed  ***/
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  /* phones */
  .static-search.navbar-formbox {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .static-search.navbar-formbox {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .static-search.navbar-formbox .navbar-form {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .search-box.static-search .input-group {
    max-width: 100%;
    width: 100%;
  }
  .search-box.static-search .form-control {
    max-width: 100%;
    width: 100%;
  }
  .search-box.static-search:hover .form-control {
    max-width: 100%;
    width: 100%;
  }
  .phone-number i.glyphicon-phone-alt {
    padding-top: 2px !important;
  }
  .navbar-brand {
    /*padding: 15px;*/
  }
  .search-box .input-group {
    margin-top: 9px;
  }
  .search-box .input-group .btn {
    box-shadow: none;
    padding: 9px 10px;
  }
  .cartMenu table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .cartRespons {
    font-size: 14px;
  }
  .navbar-cart {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #FFFFFF /*@Color-10*/;
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .searchInputBox {
    max-width: 80%;
  }
  .megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  /*.megamenu-content ul {
        margin-bottom: 15px;
    }*/
  .megamenu-content ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  /***  banner slider responsive  ***/
  .banner {
    margin-top: 70px !important;
  }
  .sliderTextFull .inner.dark {
    max-width: 100%;
    padding: 5px;
  }
  .parallaximg.ismobile {
    margin-top: 0 !important;
  }
  h1.xlarge {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 0;
  }
  .sliderTextFull h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .sliderText h1 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .sliderInfo .btn-lg {
    font-size: 12px;
    padding: 5px 10px;
  }
  .sliderText .inner {
    padding: 5px;
  }
  .sliderText h3.price {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .featureImg a {
    margin-bottom: 20px;
  }
  .navbar-top i {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 3px 0 0;
  }
  .text-left-xs {
    text-align: left !important;
  }
  /* Home v5 Slider */
  .ps-nav {
    top: 34%;
  }
  .ps-nav img {
    width: 80px;
  }
  .cart-actions button,
  .cart-actions .btn-cart,
  .cart-actions .wishlist {
    margin-bottom: 15px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .cart-actions button,
  .cart-actions .btn-cart,
  .cart-actions .wishlist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  /* phones (portrait and landscape) ----------- */
  .xs3Response {
    width: 50% !important;
  }
  .sliderTextFull {
    color: #FFFFFF;
  }
  .parallax-content h2 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
  }
  .parallax-content h3 {
    font-size: 16px;
    line-height: normal;
  }
  .style2 .section-title,
  .section-title.style2 {
    font-size: 24px;
  }
  .style2 .section-title:after,
  .section-title-style2:after,
  .section-title.style2:after,
  .section-title-style2:after {
    margin-left: 10%;
    top: 32px;
    width: 80%;
  }
  .orderStep li a span {
    font-size: 11px;
  }
  .categoryFooter .pagination {
    margin-bottom: 10px;
  }
  .sp-thumbs {
    bottom: 0 !important;
  }
  .CartProductThumb a img {
    margin-right: 5px;
  }
  #pager2 {
    bottom: 0;
  }
  #pager2 span {
    border-width: 1px;
    height: 10px;
    width: 10px;
  }
  .sliderControl {
    border-radius: 2px;
    padding: 0 2px;
    top: 45%;
  }
  .sliderControl .fa-3x {
    font-size: 2em;
  }
  #pager a {
    font-size: 14px;
    padding: 5px 0;
    font-weight: normal;
  }
  /* Home v5 Slider */
  .ps-nav {
    top: 28%;
  }
  .ps-nav img {
    width: 80px;
  }
  #imageShowCase .product-slide h1 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .newsletter {
    border: 0;
  }
  #subscribe {
    border: solid 1px #ddd;
  }
  .modal-dialog {
    background: #fff none repeat scroll 0 0;
    margin: 6% auto;
    max-width: 95%;
    overflow: auto;
    width: 100%;
  }
  #modalAds .modal-dialog {
    display: block;
    margin: 10% auto;
    max-width: 94%;
    min-height: 340px;
    overflow: auto;
    padding: 10px 0;
    position: relative;
  }
  .navbar-top .userMenu .dropdown span span {
    display: none;
  }
  .navbar-top .userMenu .dropdown span i.fa {
    font-size: 10px;
    display: inline;
  }
}
@media (max-width: 480px) {
  #pager a {
    font-size: 12px;
  }
  .navbar-toggle {
    /*background: none !important;*/
  }
  .navbar-header .navbar-brand:nth-last-child(1) {
    display: none;
  }
  h1.xlarge {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 0;
  }
  h1.x2large {
    font-size: 38px;
  }
  .title-big {
    font-size: 38px;
  }
  .sliderTextFull h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 2px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .sliderText h1 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .sliderInfo .btn-lg {
    font-size: 12px;
    padding: 4px 8px;
  }
  .sliderText .inner {
    padding: 2px;
  }
  .sliderText h3.price {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .supportLi h4 {
    font-size: 14px;
  }
  .cartTableHeader {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .CartProduct .delete i {
    font-size: 16px !important;
  }
  .CartProductThumb a img {
    max-width: 60px !important;
  }
  .CartDescription h4 a {
    font-size: 14px !important;
    line-height: normal;
  }
  .cart-actions button,
  .cart-actions .wishlist {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .navbar-brand.windowsphone {
    display: block;
    float: left;
  }
  .navbar-brand.windowsphone img {
    max-width: 65px;
  }
  .featuredPostContainer.globalPadding {
    padding: 10px 0 !important;
  }
  .breadcrumb > li {
    font-size: 12px;
  }
  .item.list-view h4 {
    font-size: 20px;
    line-height: 18px;
  }
  .item.list-view .description {
    clear: both;
    display: block;
    float: none;
    padding-top: 5px;
  }
  .item.list-view .image {
    display: block;
    float: none;
    max-height: 500px;
    max-width: 100%;
    overflow: hidden;
    padding-right: 0;
    text-align: center;
  }
  .item.list-view h4,
  .item.list-view .description,
  .item.list-view h4,
  .list-description,
  .item.list-view .price,
  .item.list-view .action-control,
  .item.list-view .description p {
    text-align: center;
  }
  .item.list-view h4 {
    min-height: 24px;
  }
  .col-xs-mini-6 {
    width: 50%;
  }
  .col-xs-min-12,
  .col-xxs-12 {
    width: 100%;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs .caps {
    font-size: 14px;
    text-align: center;
  }
  .home-intro h2 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .no-float-xs {
    float: none !important;
  }
}
@media (max-width: 400px) {
  #pager a {
    font-size: 10px;
  }
  .container,
  .container-fluid {
    min-width: 310px;
  }
  .cartFooter .box-footer div {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .navbar-brand {
    padding: 17px 0 0 10px;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .navbar-header.isios .navbar-brand img {
    max-width: 60px !important;
  }
  .xsResponse .item,
  .xs3Response .item {
    width: 100% !important;
  }
  .cartFooter {
    padding: 5px 0;
  }
  .checkoutReview th {
    font-size: 13px;
  }
  .col-xs-mini-6 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .container {
    width: 100% !important;
    max-width: 320px !important;
  }
  .banner {
    width: 100% !important;
    max-width: 320px !important;
    overflow: hidden !important;
  }
}
/* IMAGE HOVER */
.itemauto {
  height: auto;
  max-height: none;
}
.imageHover {
  display: block;
  max-height: 404px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.imageHover a {
  display: block;
  overflow: hidden;
}
.img-responsive.primaryImage {
  position: relative;
  z-index: 1;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  transform-style: preserve-3d;
  opacity: 1;
}
.secondaryImage {
  left: 0;
  position: absolute;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  top: 0;
  opacity: 0;
}
.imageHoverFlip .primaryImage {
  transform-style: preserve-3d;
  transform: rotateY(0);
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.imageHoverFlip .secondaryImage {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.product:hover .secondaryImage {
  opacity: 1;
}
.product:hover .img-responsive.primaryImage {
  opacity: 0;
}
.product:hover .imageHoverFlip .img-responsive.primaryImage {
  transform: rotateY(180deg);
}
.product:hover .imageHoverFlip .img-responsive.secondaryImage {
  opacity: 1;
  transform: rotateY(0deg);
}
.item.list-view .imageHover {
  background: #FFFFFF /*@Color-10*/;
  display: block;
  float: left;
  max-height: 260px;
  max-width: 200px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
/* carousel-inner */
.carousel-inner > .item {
  height: auto;
  margin-bottom: 0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
  display: block;
}
.imageHover .glyphicon-chevron-right::before {
  content: "\f105";
  font-family: 'FontAwesome' !important;
  text-shadow: none;
  border: 1px solid #999;
  color: #999 !important;
  display: block;
  height: 31px;
  width: 31px;
  padding: 0;
}
.imageHover .glyphicon-chevron-left::before {
  content: "\f104";
  font-family: 'FontAwesome' !important;
  text-shadow: none;
  border: 1px solid #999;
  color: #999 !important;
  display: block;
  height: 31px;
  width: 31px;
  padding: 0;
}
.imageHover .carousel-control.left {
  background-image: none !important;
  z-index: 5;
}
.imageHover .carousel-control.right {
  background-image: none !important;
  z-index: 5;
}
.hoverNav .carousel-control {
  transform: scale(0.1);
  visibility: hidden;
  transition: all 0.3s ease 0.1s;
}
.product:hover .hoverNav .carousel-control {
  transform: scale(1);
  visibility: visible;
}
.imageHover div.quickview {
  margin-top: 60%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 767px) {
  .imageHover .glyphicon-chevron-right::before {
    height: 25px;
    width: 25px;
  }
  .imageHover .glyphicon-chevron-left::before {
    height: 25px;
    width: 25px;
  }
}
/* ORDER STATUS */
.order-box {
  background: #FFFFFF /*@Color-10*/;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}
.order-box-header {
  background: #ebeded;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
.order-box-content {
  padding: 15px;
}
.order-box-content table td {
  padding: 5px;
}
.statusTop {
  margin-bottom: 20px;
}
.statusTop p {
  font-size: 16px;
  margin-bottom: 5px;
}
.order-details-cart {
  width: 100%;
}
.order-details-cart tr {
  border-bottom: solid 1px #ddd;
}
.order-details-cart img {
  width: 80px;
}
.cartTotalTr {
  border: none !important;
}
.cartTotalTr td {
  text-align: right;
}
/* Thanks Page */
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.thanxContent {
  padding: 70px 0 30px;
}
.thanxContent a {
  color: #A2C15A;
}
.thanxContent h1 {
  margin-bottom: 0;
  font-size: 40px;
}
.thanxContent h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.cartTableBorder {
  border: solid 1px #EBEDEF;
}
/* review modal */
.rating-here .fa,
.rating .fa {
  color: #E7711B;
}
/* NAV TREE */
.nav-category {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.nav-category li a {
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 10px 20px;
}
.nav-category li a:hover {
  background: #f5f5f5;
}
.nav-category li a.child-has-open:hover {
  background: #FFFFFF /*@Color-10*/;
}
.nav-category a span {
  padding-right: 5px;
  display: inline-block;
}
.nav-category li ul {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.nav-category ul a {
  padding-left: 30px;
  font-size: 13px;
}
.nav-category ul ul a {
  padding-left: 45px;
}
.nav-category ul ul ul a {
  padding-left: 60px;
}
.nav-category ul ul ul ul a {
  padding-left: 75px;
}
.nav-category li a.child-has-open {
  font-weight: bold;
}
.child-has-open::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.child-has-close::after {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
/* SELECT 2 PLUGIN CUSTOMIZE */
.select2-container .select2-selection--single {
  height: 37px;
}
.select2-container--default .select2-selection--single {
  background-color: #FFFFFF /*@Color-10*/;
  border: 1px solid #DDDDDD /*@Color-06*/;
  border-radius: 3px 3px;
  border-style: solid;
  border-width: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #A1A6A9 /*@Color-13*/;
  line-height: 36px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007d78 /*@Color-78*/;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.productFilter .select2-container,
.form-group .select2-container {
  width: 100% !important;
}
/* iCheck Customize */
.radio-inline,
.checkbox-inline,
.radio label,
.checkbox label {
  padding-left: 0;
}
/* MENU OVERLAPPED */
@media screen and (min-width: 768px) {
  .ProductDetailsList.megamenu-content ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ProductDetailsList.megamenu-content ul li a {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* ONEPAGE PAYMENT */
.payment-method {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}
/* OWL PAGINATION ARROW */
.owl-theme .owl-controls .owl-has-nav {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 22px;
  position: relative;
  width: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}
.owl-has-nav:hover {
  opacity: 0.5;
}
.owl-has-nav i {
  position: absolute;
  top: 0;
}
.owl-has-nav.owl-next i {
  right: 0;
}
.owl-has-nav.owl-prev i {
  left: 0;
}
/* PAGE v-7.1 MENU  */
.container.static,
.static {
  position: static;
}
.container.static .megamenu-content.container {
  padding-left: 0;
  padding-right: 0;
}
/* PAGE About 3   */
.about-3 {
  height: auto;
  max-height: none;
  background-position: 50% center;
  background-size: cover;
}
.about-3 .parallax-content {
  padding: 60px 0;
}
.about-3 .w100 {
  background: rgba(0, 0, 0, 0.3);
}
.about-3 .intro-heading {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  padding: 150px 0;
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
  clear: both;
}
.lead-2 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4;
}
.about-content .lead-2 {
  margin: 50px 0;
}
.abt-img {
  width: 350px;
  margin: 0 auto;
}
.about-content-text {
  max-width: 380px;
  margin: 0 auto;
}
.about-content-text h3 {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}
.about-content-text > h3::after {
  border-bottom: 2px solid #888888;
  content: "";
  display: block;
  height: 2px;
  margin-top: 30px;
  width: 50px;
}
.about-content-text p {
  color: #888888;
  font-size: 16px;
  line-height: 24px;
}
.preson-row {
  text-align: center;
}
.preson-row .preson {
  display: inline-block;
  width: 230px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.preson-row .preson:last-child {
  margin-right: 0;
}
.preson-row .preson img {
  max-width: 80%;
  margin: 0 auto;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  opacity: 1;
}
.preson-row .preson:hover img {
  opacity: 0.8;
}
.preson-details {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.preson-details p {
  font-size: 16px;
  color: #303030;
  font-weight: 700;
}
.preson-details p span {
  color: #888888;
  font-size: 14px;
}
.about-title {
  color: #888888;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.about-title::after {
  border-bottom: 2px solid #888888;
  content: "";
  display: block;
  height: 2px;
  margin: 15px auto 0;
  width: 50px;
}
.section-people {
  margin-top: 60px;
}
.section-about-bottom {
  padding: 60px 0 200px;
}
@media screen and (max-width: 1200px) {
  .preson-row .preson {
    margin-right: 15px;
    width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .section-about-bottom {
    background-position: top center !important;
  }
}
@media screen and (max-width: 991px) {
  .preson-row .preson {
    margin-right: 15px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .section-about-bottom {
    padding: 30px 0 80px;
  }
  .about-content-text h3 {
    margin-top: 15px;
    font-size: 18px;
  }
  .about-3 .intro-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 0;
  }
  .about-content-text p {
    font-size: 14px;
  }
  .lead-2 {
    font-size: 16px;
  }
  .about-content .lead-2 {
    margin: 0 0 15px;
  }
  .navbar-header {
    margin-left: 0 !important;
  }
}
.white-bg {
  background: #FFFFFF /*@Color-10*/;
}
@media (max-width: 358px) {
  .container {
    min-width: 320px !important;
  }
  .navbar .container .navbar-header {
    min-width: 320px;
  }
}
.opacity10 {
  opacity: 0.1;
}
.opacity20 {
  opacity: 0.2;
}
.opacity30 {
  opacity: 0.3;
}
.opacity40 {
  opacity: 0.4;
}
.opacity50 {
  opacity: 0.5;
}
.opacity60 {
  opacity: 0.6;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.opacity90 {
  opacity: 0.9;
}
.opacity100 {
  opacity: 1;
}
.product-parameter-stair-delivery {
  width: 16px;
  height: 14px;
  background-image: url('/Content/images/StairsIcon.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center 3px;
}
/* 
 Zadbano
------------------------------------------------- */
.zadbano-date-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #fff;
  padding: 8px;
  margin: 6px;
  text-align: center;
  cursor: pointer;
}
.zadbano-date-box:hover {
  border-color: #aaa;
}
.zadbano-date-box.active {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}
.zadbano-date-box--unavailable {
  color: #999;
  border-color: #ccc;
  background-color: #f9f9f9;
  pointer-events: none;
}
.zadbano-unavailable-text {
  font-size: 10px;
  margin-top: 4px;
  display: block;
  color: #999;
}
.zadbano-weekday {
  font-size: 12px;
  color: #7a7a7a;
}
.zadbano-day-number {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 4px;
}
.zadbano-time-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #fff;
  padding: 8px 12px;
  margin: 6px;
  text-align: center;
  cursor: pointer;
}
.zadbano-time-box:hover {
  border-color: #aaa;
}
.zadbano-time-range {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.zadbano-time-box.active {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}
#calendar {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(80px, auto));
  justify-content: center;
}
.zadbano-time-cost {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.time-separator {
  width: 80%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 4px 0;
}
.neo-search-ai {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 90%;
}
.section-outlet-legend {
  margin-top: 15px;
}
.outlet-legend-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.outlet-legend-header {
  padding: 12px 15px;
  font-weight: 600;
  color: #2b2b2b;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  gap: 8px;
}
.outlet-legend-header i {
  color: #4aa3df;
  font-size: 16px;
}
.outlet-legend-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.outlet-legend-table thead th {
  text-align: left;
  font-size: 12px;
  color: #7a7a7a;
  font-weight: 600;
  padding: 12px 15px;
  border-bottom: 1px solid #efefef;
}
.outlet-legend-table tbody td {
  padding: 14px 15px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-size: 13px;
}
.outlet-legend-grade {
  width: 180px;
  color: #d9534f;
  font-weight: 700;
  text-transform: uppercase;
}
.outlet-legend-desc {
  color: #2b2b2b;
  font-weight: 600;
}
.outlet-legend-note {
  margin: 12px 15px 15px 15px;
  padding: 12px;
  background: #eef6ff;
  border-left: 4px solid #4aa3df;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.45;
}
.section-outlet-products {
  margin-top: 15px;
  margin-bottom: 30px;
}
.outlet-products-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.outlet-products-header {
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  color: #6b6b6b;
  background: #fafafa;
}
.outlet-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.outlet-row:last-child {
  border-bottom: none;
}
.outlet-left {
  flex: 1 1 auto;
  min-width: 0;
}
.outlet-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
}
.outlet-grade-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.outlet-grade {
  color: #d9534f;
  font-weight: 800;
  text-transform: uppercase;
}
.outlet-grade-desc {
  color: #2b2b2b;
  font-weight: 600;
}
.outlet-name {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outlet-reason {
  font-size: 12px;
  color: #7a7a7a;
}
.outlet-price {
  text-align: right;
}
.outlet-discount {
  color: #d9534f;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.outlet-price-value {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  white-space: nowrap;
  line-height: 1;
}
.outlet-price-value small {
  display: inline;
  margin-left: 6px;
  vertical-align: baseline;
}
.outlet-availability {
  text-align: center;
  min-width: 120px;
}
.outlet-availability-title {
  font-size: 12px;
  font-weight: 700;
  color: #7a7a7a;
  text-transform: uppercase;
}
.outlet-availability-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 15px;
  background: #007d78;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 0;
  line-height: 1;
  white-space: nowrap;
}
.outlet-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  line-height: 1;
  white-space: nowrap;
}
.outlet-price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1;
}
.outlet-currency {
  font-size: 11px;
  font-weight: 700;
  color: #7a7a7a;
  line-height: 1;
  letter-spacing: 0.2px;
}
.outlet-price-line {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}