/* BASE - Base tyles, Variables, Mixins, etc. */
@font-face {
  font-family: 'Avenir Black';
  src: url('/fonts/Avenir/Avenir-Black-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Avenir/Avenir-Black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Avenir/Avenir-Black-webfont.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Avenir/Avenir-Black-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/Avenir/Avenir-Black-webfontfont.svg#svgAvenirBlack') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Avenir';
  src: url('/fonts/Avenir/Avenir-Medium-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Avenir/Avenir-Medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Avenir/Avenir-Medium-webfont.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Avenir/Avenir-Medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/Avenir/Avenir-Medium-webfontfont.svg#svgAvenirMedium') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Avenir Light';
  src: url('/fonts/Avenir/Avenir-Light-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Avenir/Avenir-Light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Avenir/Avenir-Light-webfont.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Avenir/Avenir-Light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/Avenir/Avenir-MediLightum-webfontfont.svg#svgAvenirLight') format('svg'); /* Legacy iOS */
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.mb-15 {
  margin-bottom: 15px;
}

.h50 {
  height: 50px;
}

.h120 {
  height: 120px;
}

/* image hover effect */
.aa-highlight-area div.img-hover {
    height: 260px;
    width: 360px;}

.img-hover img {
  display: block;
  position: absolute;
}

.dkgrey {
  color: #555;
}

.fs14 {
    font-size: 14px;
}

.middle {
  transition: .10s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left:0;
  /*padding: 10px 10px;
  top: 50%;
  width: 50%;
  left: 50%; */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fadetext {
  background-color: rgb(248, 225, 175);
  border-radius: 7px;
  color: #0054a6;
  font-size: 16px;
  padding: 8px 8px;
}

.fadecontainer {
  position: relative;
  width: 100%;
}
.fadecontainer:hover .image {
  opacity: .7;
}

.fadecontainer:hover {
  background-color: rgba(0, 54, 115, 0.82);
}

.fadecontainer:hover .middle {
  opacity: 1;
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  margin:auto;
}

.imageswap img:last-child{display:none}
.imageswap:hover img:first-child{display:none}
.imageswap:hover img:last-child{display:inline-block}

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height:8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* body {
  background-color: #ffffff;
  font-family: 'Avenir Light', sans-serif;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
} */

.no-padding {
  padding: 0;
}

/* MODULES - Individual site components */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.disc {
  list-style-type: disc;
  padding-left: 15px;
}

/* a {
  text-decoration: none;
  color: #2889d4;
} */

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
*/
/* h2.about { color:#000; }

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  /*padding-bottom: 10px;*/
} */

.pagecontent h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
    /* padding-bottom: 10px; */
  }

images {
  border: none;
}

/* video background */
.fullscreen-bg {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg_video {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url('/images/news.jpg') no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('/images/news.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg_video {
    display: none;
  }
}

.form-group {
    padding: 15px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.aa-primary-btn {
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aa-primary-btn:hover, .aa-primary-btn:focus {
  text-decoration: none;
}
.aa-primary-btn span {
  margin-right: 5px;
}

.aa-secondary-btn {
  background-color: #337ab7;
  color: #fff;
  font-size: 16px;
  padding: 10px 22px;
  margin-top: 10px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms--border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aa-secondary-btn:hover, .aa-secondary-btn:focus {
  text-decoration: none;
  color: #fff;
}

.aa-browse-btn {
  display: inline-block;
  font-size: 16px;
  padding: 12px 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-browse-btn span {
  margin-left: 5px;
}
.aa-browse-btn:hover, .aa-browse-btn:focus {
  background-color: #fff;
}

.aa-add-to-cart-btn {
  border: 1px solid #ccc;
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.aa-add-to-cart-btn span {
  margin-right: 5px;
}

.aa-filter-btn {
  color: #fff;
  font-size: 15px;
  height: 30px;
  width: 80px;
}

.aa-cart-view-btn {
  float: right;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-cart-view-btn:hover {
  background-color: #000;
  color: #fff;
}

/* LAYOUTS - Page layout styles */
/*==================
 HEADER SECTION
====================*/
.profile-img {
    float: left;
    background-size: auto 100%; /* Interchange this value depending on prefering width vs. height */
    height: 20px;
    padding-right: 5px;
}
.top-bar ul li.profile a span {
    float: none;
    margin-right: 0;
    line-height: 1.6;
}
.top-bar ul li.profile img { width:30px; }

/*---- Cartbox transition ----*/
@-webkit-keyframes cartbox-transition {
  33.33% {
    top: -13px;
  }

  66.66% {
    top: -17px;
  }

  100% {
    top: -15px;
  }
}

@keyframes cartbox-transition {
  33.33% {
    top: -13px;
  }

  66.66% {
    top: -17px;
  }

  100% {
    top: -15px;
  }
}

#aa-header {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top {
  border-bottom: 1px solid #E8E8E8;
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top .aa-header-top-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top .aa-header-top-left {
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language {
  border-right: 1px solid #ccc;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .btn images {
  display: inline;
  height: 10px;
  margin-right: 5px;
  margin-top: -2px;
  width: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu {
  border-radius: 0;
  min-width: 110px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu a {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu a images {
  height: 10px;
  margin-right: 5px;
  margin-top: -2px;
  width: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:after, #aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 0px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -2px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency {
  border-right: 1px solid #ccc;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn i {
  display: inline;
  font-size: 12px;
  margin-right: 3px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu {
  border-radius: 0;
  min-width: 110px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a {
  font-size: 12px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a i {
  display: inline;
  font-size: 12px;
  margin-right: 3px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:after, #aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:before {
  bottom: 100%;
  left: 43%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 0px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -2px;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone {
  border-right: 1px solid #ddd;
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 10px;
}
#aa-header .aa-header-top .aa-header-top-left .cellphone p span {
  margin-right: 5px;
}
#aa-header .aa-header-top .aa-header-top-right {
  float: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right {
  display: inline-block;
  text-align: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li {
  display: inline-block;
  text-align: right;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
  display: inline-block;
  color: #333333;
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 8px;
}
#aa-header .aa-header-bottom {
  float: left;
  display: inline;
  width: 100%;
  padding: 20px 0;
}
#aa-header .aa-header-bottom.skinny {
    float: left;
    display: inline;
    width: 100%;
    padding: 0;
}
#aa-header .aa-header-bottom .aa-header-bottom-area {
  float: left;
  display: inline;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
  float: left;
  margin-top: 4px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a:hover {
  color: #333;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a > span {
  display: inline-block;
  float: left;
  font-size: 50px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
  display: inline-block;
  float: left;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: -5px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
  float: right;
  margin-right: 5%;
  position: relative;
  width: 250px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box input[type="text"] {
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  height: 40px;
  padding: 10px 55px 10px 10px;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
  border: medium none;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button:hover {
  opacity: 0.8;
}
#aa-header .aa-header-bottom .aa-cartbox {
  float: right;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
  font-size: 22px;
  position: relative;
  width: 120px;
  height: auto;
  display: block;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .fa-shopping-basket {
  z-index: 99;
  position: relative;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-title {
  color: #555;
  display: block;
  font-size: 14px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify {
  background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 9px;
    position: absolute;
    right: 15%;
    top: 4px;
    z-index: 10;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:after, #aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:after {
  border-color: rgba(255, 102, 102, 0);
  border-width: 5px;
  margin-left: -5px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 6px;
  margin-left: -6px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary {
  background-color: #fff;
  border: 1px solid #E9E9E9;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 9999;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:after, #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:before {
  bottom: 100%;
  left: 81%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:before {
  border-color: rgba(233, 233, 233, 0);
  border-bottom-color: #e9e9e9;
  border-width: 11px;
  margin-left: -11px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li:last-child {
  border: none;
  margin-bottom: 0px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-images {
  display: block;
  float: left;
  height: 95px;
  width: 80px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-images images {
  width: 100%;
  height: 100%;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 10px;
  width: 55%;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 a {
  color: #333333;
  letter-spacing: 0.5px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info p {
  font-size: 16px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #c0c0c0;
  font-size: 12px;
  height: 20px;
  line-height: 17px;
  position: absolute;
  right: 0;
  top: 30%;
  width: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:hover, #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:focus {
  color: #333;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-title {
  float: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-price {
  float: right;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*==================
 NAVBAR SECTION
====================*/

#menusection { padding-bottom: 20px; }

#menu {
  display: inline;
  float: left;
  width: 100%;
}
#menu .menu-area {
  float: left;
  display: inline;
  width: 100%;
}
#menu .menu-area .navbar-default {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}
#menu .menu-area .navbar-default .navbar-nav {
  display: inline-block;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}
#menu .menu-area .navbar-default .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menu .menu-area .navbar-default .navbar-nav .open a {
  background-color: #fff;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 8px 15px;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:hover, #menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:focus {
  color: #fff;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu .dropdown-header {
  color: #555;
  display: block;
  font-size: 16px;
  padding: 3px 20px;
  text-transform: uppercase;
}
.menu-area {
  /*background-color: #337ab7;
  background-color: transparent;
  height: 35px;*/
  margin-top: 10px;
}

/* ALL SECTION */
/*scroll to top*/
.scrollToTop {
  bottom: 60px;
  color: #fff;
  background-color: #003673;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
}

.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #3d6889;
  text-decoration: none;
  outline: none;
}

/*Preloader*/
@-webkit-keyframes loader-two-before-transition {
  50% {
    left: -154px;
  }

  100% {
    left: -97px;
  }
}

@keyframes loader-two-before-transition {
  50% {
    left: -154px;
  }

  100% {
    left: -97px;
  }
}

@-webkit-keyframes loader-two-after-transition {
  50% {
    left: 54px;
  }

  100% {
    left: -4px;
  }
}

@keyframes loader-two-after-transition {
  50% {
    left: 54px;
  }

  100% {
    left: -4px;
  }
}

#wpf-loader-two {
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color:#6399c7;
  -webkit-filter: opacity(30%); /* Chrome, Safari, Opera */
  filter: opacity(30%);

}
#wpf-loader-two .wpf-loader-two-inner {
  border: 4px solid #fff; /* #777777; */
  border-radius: 50%;
  height: 100px;
  left: 46%;
  position: absolute;
  top: 40%;
  width: 100px;
  text-align: center;
}

#wpf-loader-two .wpf-loader-two-inner:before {
  content: "";
  height: 57%;
  left: -204px;
  position: absolute;
  top: -5px;
  transition: all 1.5s ease 0s;
  width: 200px;
  -webkit-animation-name: loader-two-before-transition;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: loader-two-before-transition;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#wpf-loader-two .wpf-loader-two-inner:before {
    background: #6399c7;
}

#wpf-loader-two .wpf-loader-two-inner:after {
  content: "";
  height: 57%;
  left: 104%;
  position: absolute;
  top: 50%;
  transition: all 1.5s ease 0s;
  width: 200px;
  -webkit-animation-name: loader-two-after-transition;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: loader-two-after-transition;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#wpf-loader-two .wpf-loader-two-inner:after {
    background: #6399c7;
}

#wpf-loader-two .wpf-loader-two-inner span {
  color: #fff;  /* #777777; */
  font-weight: bold;
  display: inline-block;
  margin-top: 42%;
}

/*==================
  SLIDER SECTION
====================*/

#aa-slider {
  float: left;
  display: inline;
  width: 100%;
}
#aa-slider .aa-slider-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-slider .aa-slider-area .seq-title {
  right: 3%;
  position: absolute;
  top: 40%;
  width: 40%;
  text-align: center;
}
#aa-slider .aa-slider-area .seq-title span {
  background-color: #fff;
  display: inline-block;
  padding: 6px 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
#aa-slider .aa-slider-area .seq-title h2 {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    /*text-transform: uppercase;*/
    width: 100%;
}
#aa-slider .aa-slider-area .seq-title p {
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
}
#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
  margin-top: 25px;
}
#aa-slider .aa-slider-area .seq .seq-next {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-next:hover, #aa-slider .aa-slider-area .seq .seq-next:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}
#aa-slider .aa-slider-area .seq .seq-prev {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-prev:hover, #aa-slider .aa-slider-area .seq .seq-prev:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}

/*==================
  PROMO SECTION
====================*/

#aa-promo {
  float: left;
  display: inline;
  width: 100%;
}
#aa-promo .aa-promo-area {
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-left {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
  top: 40% !important;
}
#aa-promo .aa-promo-area .aa-promo-middle {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
  background-color: #ddd;
}
#aa-promo .aa-promo-area .aa-promo-right {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
}
#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
  width: 50%;
  height: 50%;
  float: left;
}
#aa-promo .aa-promo-area .aa-promo-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#aa-promo .aa-promo-area .aa-promo-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover images {
  height: 120%;
  width: 120%;
  margin-left: -10%;
  margin-top: -10%;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
#aa-promo .aa-promo-area .aa-promo-banner images {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
  position: absolute;
  left: 0;
  top: 35%;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
  background-color: #FFF;
  padding: 5px 10px;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*==================
  PRODUCT SECTION
====================*/

#aa-affiliate {
    height: 70px;
    clear: both;
    /* background-color: #eee; */
    text-align: center;
}
@media (max-width: 767px) {
		.hide-xs { display:none; }
		.hide-sm { display:none; }
}

#aa-product {
  float: left;
  /*display: inline;
  width: 100%;*/
}
#aa-product .aa-product-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
  float: left;
}

.aa-product-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.aa-product-nav li {
  display: inline-block;
}
.aa-product-nav li a {
  color: #333;
  display: inline-block;
  padding: 8px 15px;
}

.aa-product-content {
  margin-left: -30px;
  margin-top: 20px;
}
.aa-product-content li {
  background-color: #ccc;
  display: block;
  float: left;
  height: 250px;
  margin: 0 0 0 30px;
  width: 22.5%;
  margin-bottom: 20px;
}
.aa-products-tab {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 20px;
}
.aa-products-tab li {
  border: none;
  float: none;
  display: inline-block;
}
.aa-products-tab li a {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  margin: 0 6px;
  padding: 10px 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-products-tab li a:hover, .aa-products-tab li a:focus {
  color: #333;
  background-color: inherit;
}
.aa-products-tab li.active a {
  border: none;
  background-color: inherit;
  font-size: 16px;
}
.aa-products-tab li.active a:hover, .aa-products-tab li.active a:focus {
  border: none;
  background-color: inherit;
}
.aa-product-catg {
  /* margin-left: -54px; */
}
.aa-product-catg li {
  display: block;
  float: left;
  height: 380px;
  text-align: center;
  margin: 0 0 20px 55px;
  /*width: 20.5%;*/
  position: relative;
  overflow: hidden;
}
.aa-product-catg li:hover figure .aa-product-images {
  background-color: rgba(0, 0, 0, 0.5);
}
.aa-product-catg li:hover figure .aa-add-card-btn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aa-product-catg li:hover .aa-product-hvr-content {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.aa-product-catg li figure {
  position: relative;
  height: 300px;
}
.aa-product-catg li figure .aa-product-images {
  background-color: #f9f9fb;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li figure .aa-add-card-btn {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.aa-product-catg li figure .aa-add-card-btn span {
  margin-right: 5px;
}
.aa-product-catg li .aa-product-title {
  color: #333;
  margin-bottom: 5px;
}
.aa-product-catg li .aa-product-title a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li .aa-product-price {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.aa-product-catg li .aa-product-price del {
  margin-left: 5px;
}
.aa-product-catg li .aa-product-hvr-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.aa-product-catg li .aa-product-hvr-content a {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
}
.aa-product-catg li .aa-badge {
  position: absolute;
  top: 5%;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
.aa-product-catg li .aa-sale {
  background-color: #008000;
}
.aa-product-catg li .aa-sold-out {
  background-color: #FF0000;
}
.aa-product-catg li .aa-hot {
  background-color: #ff6600;
}

/*=== modal window ===*/

#quick-view-modal .modal-dialog {
  margin: 10% auto;
  width: 800px;
}
#quick-view-modal .modal-content {
  border-radius: 0;
}
#quick-view-modal .modal-content button.close {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#quick-view-modal .modal-content button.close:hover {
  opacity: 1;
}
#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container {
  width: 100%;
}
#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container {
  width: 100%;
}
#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container .simpleLens-lens-image {
  width: 100%;
}
#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-thumbnails-container {
  text-align: center;
}
#quick-view-modal .modal-content .aa-product-view-content {
  padding-right: 10px;
  padding-bottom: 10px;
}
#quick-view-modal .modal-content .aa-product-view-content h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
#quick-view-modal .modal-content .aa-product-view-content h4 {
  font-weight: bold;
  letter-spacing: 1px;
}
#quick-view-modal .modal-content .aa-product-view-content > p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
  position: relative;
  margin-bottom: 5px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-view-price {
  font-size: 18px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-avilability {
  position: absolute;
  right: 0;
  top: 0;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form {
  display: inline-block;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form select {
  height: 25px;
  width: 40px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
  font-size: 14px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
  margin-left: 10px;
}

.modal-content {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}


/*==================
  HIGHLIGHT SECTION
====================*/

#aa-highlight {
  /*display: inline;
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  */padding: 50px 0;/*
  text-align:center;*/
}
#aa-highlight .aa-highlight-area {
  display: inline;
  float: left;
}
#aa-highlight .aa-highlight-area a {
  display: block;
}
#aa-highlight .aa-highlight-area a images {
  max-width: 100%;
}
#aa-highlight .aa-highlight-area h3 {
    color: #958a8e;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
#aa-highlight h2 {
  text-align: center;
  color: #333;
}

#direct-mail-solutions, #postcard-highlights, #keep_up_with_us {
  font-family: 'Montserrat', sans-serif;
}

#direct-mail-solutions {
  padding: 25px 0 0 0;
}

#direct-mail-solutions h2, #postcard-highlights h2, #keep_up_with_us h2 {
  text-align: center;
  color: #2fadac;
}

#postcard-highlights {
  padding: 25px 0 15px 0;
  background-color: #2fadac;
}

#postcard-highlights h2 {
  color: #FFF;
  padding-bottom: 0;
}

#postcard-highlights p {
  color: #FFF;
}

#postcard-highlights .row {
  margin-bottom: 30px;
}

#postcard-highlights img {
  margin-top: 10px;
  border: 1px solid #000;
  width: 280px;
}

#keep_up_with_us {
  padding: 25px 0 0 0;
  background-image: url("../images/keep_up_with_us_background.png");
  background-position: 0 -100px;
}

.dms-info {
  margin: 20px 0;
  padding: 0 20px;
}

.dms-info h5, .dms-info h5 a {
  color: #f36b24;
}

.dms-info h5 a:hover {
  color: #722e00;
}

.badge { background-color: #337ab7; font-weight:normal; }
.badge a { color:#fff; text-decoration:none; }

.centerphoto{
    margin: auto;
    /*width: 32%;*/
    height: 355px;
}

.ls-125 {
    line-height: 105% !important;
}

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

/*==================
  SUBSCRIBE SECTION
====================*/

#aa-banner {
  display: inline;
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 430px;
  /*padding: 50px 0;*/
  text-align:center;
}
#aa-banner {
  background-image: url("../images/s4_map.jpg");
}
#aa-banner .aa-banner-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area p.intro {
  color: #000;
  font-size: 24px;
  font-family: 'Avenir Black';
  text-align:left;
}
#aa-banner .aa-banner-area p.links {
  color: #000;
  font-size: 16px;
  font-family: 'Avenir';
  text-align: left;
  text-decoration: none;
}
#aa-banner .aa-banner-area p.links a:hover {
  color: #43e3f1;
}
#aa-banner .aa-banner-area a {
  color:#000;
  font-family: 'Avenir Light';
}
#aa-banner .aa-banner-area a images {
  max-width: 100%;
}
#aa-banner .aa-banner-area h3 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
#aa-banner h2 {
  color: #000;
  font-family: 'Avenir Light';
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align:left;
}
#aa-banner h2 {
  color: #000;
}

/* image hover effect */
#aa-banner .aa-banner-area div.img-hover img { height: 359px; width: 297px; }

.color-left {
  position: absolute;
  left: 95px;
  top: 30px;
}
.color-right {
    position: relative;
    top: 60px;
    left: 80px;
}
.base-width {
    width: 960px;
    margin: auto;
}

/*==================
  POPULAR SECTION
====================*/

#aa-popular-category {
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}
#aa-popular-category .aa-popular-category-area {
  display: inline;
  float: left;
  width: 100%;
  /* bootstrap hack:fix content width inside hidden tabs */
  /* bootstrap hack end */
}
#aa-popular-category .aa-popular-category-area .tab-content > .tab-pane:not(.active),
#aa-popular-category .aa-popular-category-area .pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}
#aa-popular-category .aa-popular-category-area #popular,
#aa-popular-category .aa-popular-category-area #featured,
#aa-popular-category .aa-popular-category-area #latest {
  text-align: center;
}

.slick-arrow {
  height: 30px;
  width: 30px;
}

/*==================
 SUPPORT SECTION
====================*/

#aa-support {
display: inline;
    float: left;
    width: 100%;
    /* padding: 50px 0; */
    background: #dbf3e5;
    min-height: 220px;
}
#aa-support .aa-support-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single {
  display: inline;
  text-align: center;
  padding: 0 10px;
  float: left;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single span {
  font-size: 30px;
}
#aa-support .aa-support-area .aa-support-single h4 {
  color: #337ab7;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#aa-support .aa-support-area .aa-support-single p {
  color: #232524;
  font-size: 15px;
  margin-bottom: 0;
}

.featured-topic:nth-child(1), .featured-topic:nth-child(2) {
    margin-bottom: 40px;
}
.featured-topic:nth-child(2), .featured-topic:nth-child(4) {
    padding-right: 0;
}
.featured-topic {
    width: 49%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    vertical-align: top;
    position: relative;
    color: #666;
    padding-right: 25px;
}
.featured-topic.one:before {
    content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.featured-topic.two:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.featured-topic.three:before {
    content: "\f29c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.featured-topic.four:before {
    content: "\f187";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.support-body h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.featured-topic h3 {
    font-weight: bold;
    margin-bottom: 6px !important;
}
.featured-topic p {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}


/*==================
 TESTIMONIAL SECTION
====================*/

#aa-testimonial {
  background-attachment: fixed;
  background-image: url("../images/testimonial-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
#aa-testimonial:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#aa-testimonial .aa-testimonial-area {
  display: inline;
  float: left;
  padding: 100px 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 99;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single {
  color: #fff;
  padding: 50px 0;
  position: relative;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:before {
  border: 1px solid #fff;
  content: "";
  height: 100px;
  left: 0;
  top: 0;
  width: 100px;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 0px 0px 100% 0px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:after {
  border: 1px solid #fff;
  content: "";
  height: 100px;
  right: 0;
  bottom: 0;
  width: 100px;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 100% 0 0;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single > p {
  padding: 0 15%;
  margin-bottom: 20px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-images {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-quote {
  color: #fff;
  display: block;
  font-size: 35px;
  margin-top: 30px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info span {
  color: #f8f8f8;
  display: block;
  letter-spacing: 1px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info a {
  color: #f8f8f8;
  letter-spacing: 1px;
}
#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .slick-dots li {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  height: 6px;
  width: 20px;
}


/*==================
 LATEST BLOG SECTION
====================*/

#aa-latest-blog {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-latest-blog .aa-latest-blog-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-latest-blog .aa-latest-blog-area > h2 {
  margin-bottom: 20px;
  text-align: center;
}

.aa-latest-blog-single {
  display: block;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-images {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.aa-latest-blog-single .aa-blog-images:hover images {
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.aa-latest-blog-single .aa-blog-images images {
  height: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-images .aa-blog-images-caption {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-images .aa-blog-images-caption a,
.aa-latest-blog-single .aa-blog-images .aa-blog-images-caption span {
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  font-weight: bold;
}
.aa-latest-blog-single .aa-blog-images .aa-blog-images-caption a i,
.aa-latest-blog-single .aa-blog-images .aa-blog-images-caption span i {
  margin-right: 5px;
}
.aa-latest-blog-single .aa-blog-info {
  display: inline;
  width: 100%;
}
.aa-latest-blog-single .aa-blog-info .aa-blog-title {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.aa-latest-blog-single .aa-blog-info .aa-blog-title a {
  color: #222;
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.aa-latest-blog-single .aa-blog-info p {
  font-size: 15px;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover, .aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus {
  color: #222;
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover span, .aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus span {
  opacity: 1;
  transform: translateX(10%);
}
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-200%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*==================
 CLIENT BRAND SECTION
====================*/

#aa-client-brand {
  background-color: #333;
  display: inline;
  float: left;
  padding: 40px 0;
  width: 100%;
  padding: 50px 0;
}
#aa-client-brand .aa-client-brand-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider {
  margin-left: -35px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-left: 35px;
  text-align: center;
  width: 17%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a {
  display: block;
  padding: 20px 0;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a images {
  display: inline-block;
  max-width: 100%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  top: 44%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
  left: -15px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  right: -45px;
}
#aa-client-brand .aa-client-brand-area .slick-dots {
  display: none!important;
}

/*==================
 SUBSCRIBE SECTION
====================*/

#aa-subscribe {
  display: inline;
  float: left;
  width: 100%;
  /*padding: 50px 0;*/
  background: #dbf3e5;
  /*
  background: -webkit-linear-gradient(-45deg, #5aada2, #87e2d6);
  background: -o-linear-gradient(-45deg, #5aada2, #87e2d6);
  background: -moz-linear-gradient(-45deg, #5aada2, #87e2d6);
  background: linear-gradient(-45deg, #5aada2, #87e2d6);
  */
  height: 250px;
}
#aa-subscribe .aa-subscribe-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
#aa-subscribe .aa-subscribe-area h3 {
  color: #222;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
#aa-subscribe .aa-subscribe-area p {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form {
  margin: 20px auto 0;
  position: relative;
  width: 450px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="email"] {
  border: 1px solid #ccc;
  color: #555;
  height: 40px;
  padding: 5px 125px 5px 10px;
  width: 100%;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 120px;
}

/*==================
 PRODUCT PAGE
====================*/

#aa-catg-head-banner {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  padding-top: 20px;
}
#aa-catg-head-banner .aa-catg-head-banner-area {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
  display: inline-block;
  float: left;
  padding: 10% 0;
  text-align: center;
  width: 100%;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb {
  border-radius: 0;
  background-color: transparent;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb a {
  color: white;
}
#aa-product-category {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  width: 100%;
  /* category */
  /* tags */
  /* price range  */
  /* price by color */
}
#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
  padding-bottom: 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a {
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
  box-shadow: none;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li:last-child {
  border: none;
  margin-bottom: 0px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-images {
  display: block;
  float: left;
  height: 95px;
  width: 100px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-images images {
  width: 100%;
  height: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
  color: #333333;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info p {
  font-size: 16px;
}
#aa-product-category .aa-product-catg-content {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head {
  background-color: #f3f3f3;
  display: inline;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left {
  float: left;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: normal;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form {
  float: left;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
  border: 1px solid #ccc;
  text-align: center;
  width: 150px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select option {
  padding: 4px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
  float: left;
  margin-left: 25px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
  border: 1px solid #ccc;
  text-align: center;
  width: 80px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select option {
  padding: 4px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right {
  float: right;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a {
  color: #555;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 30px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
  margin-left: -30px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
  margin: 0 0 20px 30px;
  width: 29.916%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li .aa-product-descrip {
  display: none;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
  width: 100%;
  height: 345px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-images {
  float: left;
  width: 35%;
  margin-right: 40px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
  bottom: 35%;
  left: 40%;
  font-size: 14px;
  transform: scale(1);
  width: 150px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure figcaption {
  text-align: left;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
  display: block;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
  width: 35%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child a, #aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child a, #aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span {
  border: none;
  color: #888;
  margin-left: 0px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:hover,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:hover {
  background-color: #fff;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:focus,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:focus {
  color: #fff;
}

.product-item .product-thumb {
    position: relative;
}
.product-thumb {
    overflow: hidden;
}
.product-item .fav {
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #ce2727;
    border: 1px solid #f1f3f6;
    font-size: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 26px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 15px;
    text-align: center;
    z-index: 2;
}
.product-item .group-button {
    left: 0;
    right: 0;
    padding-top: 5px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 3;
}
.product-item:hover .group-button {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
    z-index: 3;
}
.product-item .group-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-item .add_to_cart_button {
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
    padding: 5px 20px;
    vertical-align: top;
}
.product-item .compare, .product-item .quick-view {
    border: 1px solid #c7c0c0;
    color: #c7c0c0;
    border-color: #c7c0c0;
}
.product-item .compare, .product-item .quick-view:hover {
    color: #ce2727;
}
.product-item .wishlist, .product-item .wishlist-login, .product-item .view-added-wishlist, .product-item .added-wishlist, .product-item .compare, .product-item .quick-view {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    margin: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.product-item .wishlist, .product-item .added-wishlist, .product-item .view-added-wishlist, .product-item .wishlist-login, .product-item .compare, .product-item .btn-primary { border: 1px solid transparent; }
.product-item .wishlist, .product-item .added-wishlist, .product-item .view-added-wishlist, .product-item .wishlist-login, .product-item .compare, .product-item .quick-view {
    position: relative;
    width: 35px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    color: #222;
    cursor: pointer;
}
.product-item:hover .wishlist, .product-item:hover .added-wishlist, .product-item:hover .view-added-wishlist, .product-item:hover .wishlist-login, .product-item:hover .compare, .product-item:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*==================
 PRODUCT DETAILS PAGE
====================*/

#aa-product-details {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-details .aa-product-details-area {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-details-content {
  margin: 0 auto;
  width: 80%;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-slider {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
  padding-bottom: 10px;
  padding-right: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-size a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form {
  display: inline-block;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form select {
  height: 25px;
  width: 40px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
  font-size: 14px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom a {
  margin-right: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-green {
  background-color: #008000;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-yellow {
  background-color: #ffff00;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-pink {
  background-color: #ffc0cb;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-black {
  background-color: #000;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs {
  text-align: center;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a {
  border-radius: 0;
  border: none;
  font-size: 18px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:hover, #aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:focus {
  background-color: transparent;
  border: none;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom #description {
  padding: 20px 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul li {
  color: #555;
  list-style: outside none square;
  margin-top: 5px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area {
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area > h4 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li {
  margin-bottom: 20px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-object {
  display: block;
  height: 60px;
  width: 60px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body {
  border: 1px solid #ccc;
  padding: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .media-heading {
  font-size: 16px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .aa-product-rating span {
  color: #ff6600;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form {
  margin-top: 20px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form label {
  color: #555;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form textarea {
  height: 200px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form input {
  height: 45px;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit {
  border-radius: 0;
  font-size: 18px;
  height: 45px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit:hover {
  background-color: #000;
  border-color: #000;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control {
  box-shadow: none;
  border-radius: 0;
}
#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control:focus {
  box-shadow: none;
}
#aa-product-details .aa-product-details-area .aa-product-related-item {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-related-item h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
#aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev, #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
  top: -65px;
}
#aa-product-details .aa-product-details-area .aa-product-related-item .slick-dots {
  display: none !important;
}

/*==================
 CART VIEW PAGE
====================*/

#cart-view {
  display: inline;
  float: left;
  width: 100%;
  min-height: 320px;
}
#cart-view .cart-view-area {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table .table2 {
  border: 1px solid #ddd;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table .table2 thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr td {
  vertical-align: middle;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  height: 50px;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr td .remove {
  color: #ff0000;
  padding: 5px;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr td .remove:hover {
  color: #555;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr td images {
  width: 80px;
  /*height: 100px;*/
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr td .aa-cart-quantity {
  padding: 5px;
  width: 50px;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr .aa-cart-view-bottom {
  padding: 50px;
  border-top: 1px solid #ddd;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr .aa-cart-view-bottom .aa-cart-coupon {
  float: left;
}
#cart-view .cart-view-area .cart-view-table .table2 tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
  border: 1px solid #e5e5e5;
    /* color: #505050; */
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
    min-width: 250px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
  border: 1px solid #ccc;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total a {
  margin-top: 30px;
  display: inline-block;
  float: none;
}

/*==================
 CHECKOUT PAGE
====================*/

#checkout {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#checkout .checkout-area .checkout-left {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default {
  border-radius: 0;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading {
  background: #c4e6cc;
  color: #666;
  padding: 0;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title {
  font-size: 18px;
  padding: 20px 15px;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title a {
  display: block;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon .aa-coupon-code {
  border: 1px solid #e5e5e5;
  color: #505050;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-right: 20px;
  min-width: 250px;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon input[type="submit"] {
  font-size: 14px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="text"],
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="password"] {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login label {
  cursor: pointer;
  font-weight: normal;
  margin-top: 8px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="checkbox"] {
  margin-top: 5px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login button {
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 5px;
  float: left;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password {
  color: #555;
  float: left;
  margin-top: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password a {
  color: #555;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill {
  display: inline;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill input {
  border: 1px solid #ccc;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill textarea {
  border: 1px solid #ccc;
  color: #999;
  height: 150px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill select {
  border: 1px solid #ccc;
  color: #999;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-right {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-right h4 {
  margin-top: 0px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area {
  margin-bottom: 30px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
  border: 1px solid #ccc;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table thead tr th {
  border: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td strong {
  margin-left: 5px;
  font-size: 14px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr th {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr td {
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-payment-method {
  border: 1px solid #ccc;
  padding: 15px;
}
#checkout .checkout-area .checkout-right .aa-payment-method label {
  width: 100%;
  font-weight: normal;
}
#checkout .checkout-area .checkout-right .aa-payment-method images {
  margin-top: -10px;
  width: 80%;
}
#checkout .checkout-area .checkout-right .aa-payment-method input[type="submit"] {
  display: block;
  margin-top: 15px;
  padding: 8px 12px;
  width: 100%;
}

/*==================
page section holder div
====================*/

#section-holder {
  display: block;
  width: 100%;
}
#section-holder .section-holder-area {
  display: inline;
  float: left;
  padding: 40px 0;
  width: 100%;
}
#section-holder .section-holder-area h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#section-holder .section-holder-area .section-holder-login {
  display: inline;
  float: left;
  width: 100%;
}
#section-holder .section-holder-area .section-holder-register {
  display: inline;
  float: left;
  width: 100%;
}
#section-holder .section-holder-area i:before {
  margin-left:0;
}
#section-holder .section-holder-area span.highlight {
    text-align: left;
    font-size: 14px;
    padding: 10px;
    background: #f0f0f0;
}

#section-holder .templates img {
  width: 15%;
  margin-right: 10px;
  border: 1px solid #fff;
  padding:3px;
}


/*---- Login form ----*/

.aa-login-form input[type="text"],
.aa-login-form input[type="password"] {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.aa-login-form label {
  font-weight: normal;
  margin-top: 8px;
}
.aa-login-form label span {
  color: red;
}
.aa-login-form .rememberme {
  cursor: pointer;
  margin-top: 18px;
}
.aa-login-form input[type="checkbox"] {
  margin-top: 5px;
}
.aa-login-form .aa-lost-password {
  color: #555;
  margin-top: 10px;
  width: 100%;
}
.aa-login-form .aa-lost-password a {
  color: #555;
}

/*---- LOGIN MODAL ----*/

#login-modal .modal-content {
  border-radius: 0;
}
#login-modal .modal-dialog {
  margin: 100px auto;
  width: 320px;
}
#login-modal .modal-dialog h4 {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
#login-modal .modal-dialog .aa-register-now {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  font-size: 14px;
  padding-top: 10px;
}
#login-modal .modal-dialog .aa-register-now a {
  margin-left: 5px;
}

/*==================
 BLOG ARCHIVE  PAGE
====================*/

#aa-blog-archive {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 a {
  color: #5555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single p {
  font-size: 14px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-images {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-images:hover images {
  opacity: 1;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-images images {
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom .aa-post-author {
  font-size: 12px;
  float: left;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom .aa-post-date {
  font-size: 12px;
  float: left;
  margin-left: 10px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 100%;
  /* category */
  /* tags */
  /* price range  */
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget h3 {
  margin-top: 5px;
  padding-bottom: 10px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-catg-nav li a {
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:hover, #aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:focus {
  color: #fff;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
  box-shadow: none;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li:last-child {
  border: none;
  margin-bottom: 0px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-images {
  display: block;
  float: left;
  height: 80px;
  width: 90px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-images images {
  width: 100%;
  height: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 0;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
  color: #333333;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info p {
  font-size: 12px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:first-child a, #aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:last-child a, #aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span {
  border: none;
  color: #888;
  margin-left: 0px;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:hover {
  background-color: #fff;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:focus,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:focus {
  color: #fff;
}
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination .active a {
  color: #fff;
}
#aa-blog-archive .aa-blog-archive-2 .aa-blog-content {
  margin-top: 10px;
}
#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single {
  margin-bottom: 30px;
}
#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single .aa-blog-images .aa-blog-images-caption a {
  margin-right: 8px;
}
#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single .aa-blog-images .aa-blog-images-caption span {
  margin-right: 8px;
}

/*==================
 BLOG DETAILS  PAGE
====================*/

.aa-blog-details h2 {
  color: #555;
}
.aa-blog-details h2 a {
  color: #555;
}
.aa-blog-details .aa-blog-content-single p {
  font-size: 17px !important;
}
.aa-blog-details .aa-blog-content-single ul {
  margin-left: 52px;
}
.aa-blog-details .aa-blog-content-single ul li {
  list-style: outside none disc;
  margin-bottom: 5px;
}
.aa-blog-details .aa-blog-content-single .blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag {
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: left;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag span {
  font-size: 20px;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag a {
  margin-left: 5px;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-content-single .blog-single-tag a:hover, .aa-blog-details .aa-blog-content-single .blog-single-tag a:focus {
  text-decoration: none;
  outline: none;
}
.aa-blog-details .aa-blog-content-single .blog-single-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}
.aa-blog-details .aa-blog-content-single .blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-content-single .blog-single-social a:hover, .aa-blog-details .aa-blog-content-single .blog-single-social a:focus {
  text-decoration: none;
  outline: none;
}
.aa-blog-details .aa-article-bottom {
  margin-bottom: 20px;
}
.aa-blog-details .aa-article-bottom .aa-post-author {
  font-size: 14px;
}
.aa-blog-details .aa-article-bottom .aa-post-date {
  font-size: 14px;
}
.aa-blog-details .aa-blog-navigation {
  border-top: 1px solid #ccc;
  display: inline;
  float: left;
  padding-top: 25px;
  width: 100%;
}
.aa-blog-details .aa-blog-navigation .aa-blog-prev {
  float: left;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.aa-blog-details .aa-blog-navigation .aa-blog-prev span {
  margin-right: 10px;
}
.aa-blog-details .aa-blog-navigation .aa-blog-next {
  float: right;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.aa-blog-details .aa-blog-navigation .aa-blog-next span {
  margin-left: 10px;
}
.aa-blog-details .aa-blog-comment-threat {
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}
.aa-blog-details .aa-blog-comment-threat h3 {
  margin-bottom: 20px;
  margin-top: 0px;
}
.aa-blog-details .aa-blog-comment-threat .comments {
  float: left;
  display: inline;
  width: 100%;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li {
  border: 1px solid #ddd;
  display: inline;
  float: left;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .news-images {
  height: 70px;
  margin-right: 10px;
  width: 70px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .media-body .author-name {
  margin-bottom: 0px;
  margin-top: 0;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .comments-date {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 16px;
  padding: 8px 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .children {
  margin-left: 50px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-tag {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 6px;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-comments {
  background-color: #f8f8f8;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination {
  display: inline-block;
  text-align: left;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li {
  display: inline-block;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li a {
  border: 1px solid #f8f8f8;
  color: #ccc;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.aa-blog-details .aa-blog-comment-threat .comments .commentlist > li:last-child {
  margin-bottom: 0px;
}
.aa-blog-details .aa-blog-comment-threat .aa-blog-archive-pagination .pagination {
  border: none !important;
}
.aa-blog-details #respond {
  border: 1px solid #ccc;
  padding: 20px;
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}
.aa-blog-details #respond .reply-title {
  font-size: 25px;
  margin-top: 0;
}
.aa-blog-details #respond .comment-notes {
  font-size: 15px;
}
.aa-blog-details #respond .required {
  color: red;
}
.aa-blog-details #respond label {
  display: block;
}
.aa-blog-details #respond input[type="text"],
.aa-blog-details #respond input[type="email"],
.aa-blog-details #respond input[type="url"] {
  color: #555;
  margin-bottom: 10px;
  height: 35px;
  padding: 5px;
  width: 65%;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details #respond textarea {
  border: 1px solid #ccc;
  color: #555;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details #respond .form-submit input {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-blog-details #respond .form-submit input:hover {
  background-color: #fff;
}

/*==================
 CONTACT  PAGE
====================*/

#aa-contact {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top {
  /8background-color: #FFF;*/
  display: inline;
  float: left;
  /*padding: 0 0 0 50px;*/
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top h2 {
  color: #555;
  padding-bottom: 0px;
}
#aa-contact .aa-contact-area .aa-contact-top p {
  color: #555;
}
#aa-contact .aa-contact-area .aa-contact-map {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-map iframe {
  margin-bottom: -6px;
}
#aa-contact .aa-contact-area .aa-contact-address {
  /*background-color: #FFF;*/
  display: inline;
  float: left;
  padding-top: 30px;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form {
  margin-top: 10px;
}
/*
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form input {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
*/
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form textarea {
    /* border-radius: 0; */
    font-size: 16px;
    height: 200px;
    padding: 10px;
    /* width: 70%; */
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-control:focus {
  box-shadow: none;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-group {
  margin-bottom: 20px;
  float: left;
  width: 100% !important;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form button {
  width: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right address h4 {
  font-size: 22px;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right address span {
  margin-right: 10px;
}

/*==================
 FAQ PAGE
====================*/

#aa-faq{
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

/*==================
 ERROR  PAGE
====================*/

#aa-error {
  display: inline;
  float: left;
  width: 100%;
}
#aa-error .aa-error-area {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 100px 100px 130px;
  text-align: center;
  width: 100%;
}
#aa-error .aa-error-area h2 {
  display: inline-block;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px #ddd;
}
#aa-error .aa-error-area span {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #ddd;
}
#aa-error .aa-error-area p {
  font-size: 18px;
}
#aa-error .aa-error-area a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*==================
 PAYMENT  PAGE
====================*/

#aa-payment, #split-payment {
    display: inline;
    float: left;
    width: 100%;
    background-color:#fff;
}
#aa-payment .aa-payment-area, #split-payment .split-payment-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}



/*==================
 FOOTER SECTION
====================*/

#aa-footer {
  /* background: #e3e8e5; */
  display: block;
  width: 100%;
/*   margin-top: 30px; */
}
#aa-footer .aa-footer-top {
  display: block;
  padding: 50px 0;
  width: 100%;
  min-height: 100px;
}
#aa-footer .aa-footer-top .aa-footer-top-area {
  display: block;
  width: 100%;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
  display: block;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget h3 {
/*   color: #5d5c5c; */
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a {
/*   color: #888; */
/*   text-decoration: none !important; */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:hover, #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:focus {
/*   color: #5d5c5c; */
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
  margin-bottom: 5px;
/*   color: #888; */
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
  margin-right: 5px;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a {
  border: 1px solid #888;
  color: #888;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  padding: 2px 0;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a:hover {
  color: #fff;
  border-color: #fff;
}
#aa-footer .aa-footer-bottom {
  border-top: 1px solid #333;
  display: block;
  padding: 15px 0;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
/*   color: #888; */
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
/*   color: #888; */
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
  float: right;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span {
/*   color: #888; */
  margin-left: 8px;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span:hover {
  color: #fff;
}


/* megamenu overrides*/
.h_nav {
    border-right: 1px solid #ccc;
    padding: 0 5px 0 0;
    font-size: 14px;
    line-height: 1.3;
}
.h_nav.no-border {
    border-right: 0;
}
.megapanel .row .col1 {
    width: 18%;
}
.megapanel .row [class*="col"]:first-child {
    /*margin-left: 15px;*/
}
.megapanel .row [class*="col"]:last-child {
    border-right: 0;
}
.megapanel666666 {
  text-align: center;
}
.megapanel .h_nav p {
    /*position: absolute;
    bottom: 10px;*/
}
.megapanel .h_nav span {
    font-size: 14px;
    line-height: 1;
}
.megapanel h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.megamenu>li>.megapanel {
    padding: 20px 30px 20px;
}
.h_nav ul li a {
    color: #504b4b;
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.megamenu>li>.megapanel {
    top: 40px;
}

.padTop10 {
  padding-top: 10px;
}
.padTop20 {
  padding-top: 20px;
}
.padTop40 {
  padding-top: 40px;
}
.padTop60 {
  padding-top: 60px;
}

.separator {
  border-top: 1px dashed #dedbdb;
}


/* ------------*/
/* Helpers */
/* ----------- */


.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-15 {
  padding-right: 15px;
}
.p-r-10 {
  padding-right: 10px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

/*
.p-t-5 {
  padding-top: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-15 {
  padding-right: 15px; }

.p-l-5 {
  padding-left: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-30 {
  padding-left: 30px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }
*/

/* Modal body */
.modal-body h3 {
  text-align: center;
  color: #333;
  font-weight: 600;
  padding-top:15px;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* svg banner image button classes */
.cls-1 {
  fill: #dc6227;
}

.cls-1:hover {
  fill: #cc6633;
}

.cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
/* ------------------------------- */

.btn {
    display: inline-block;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
.btn-small {
    display: inline-block;
    padding: 2px 10px;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
.btn-primary {
    color: #fff;
    background-color: #dc6227;
    border-color: #dc6227;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #dc7949;
    border-color: #dc7949;
}
.btn-default {
    color: #fff;
    background-color: #C1C1C1;
    border-color: #cec9c9;
}
.btn-default:hover {
    color: #C1C1C1;
    background-color: #fff;
    border-color: #C1C1C1;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #C1C1C1;
    background-color: #fff;
    border-color: #C1C1C1;
}
.btn-default:focus, .btn-default.focus {
    color: #C1C1C1;
    background-color: #fff;
    border-color: #C1C1C1;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-defaultprimary:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #C1C1C1;
    background-color: #fff;
    border-color: #C1C1C1;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #eee;
    border-color: #ccc;
    color: #ccc;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-black:hover {
    color: #fff;
    background-color: #232222;
    border-color: #232222;
}
.btn-black:active, .btn-black.active, .open > .dropdown-toggle.btn-black {
    color: #fff;
    background-color: #232222;
    border-color: #232222;
}
.btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: #232222;
    border-color: #232222;
}
.btn-black:active:hover, .btn-black.active:hover, .open > .dropdown-toggle.btn-black:hover, .btn-black:active:focus, .btn-black.active:focus, .open > .dropdown-toggle.btn-black:focus, .btn-black:active.focus, .btn-black.active.focus, .open > .dropdown-toggle.btn-black.focus {
    color: #fff;
    background-color: #232222;
    border-color: #232222;
}

.price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}


/* login page */
.u-grid__col {
    padding-left: 24px;
    padding-right: 24px;
}
.c-checkout-container__content.-layout-wide {
    max-width: 696px;
}
.c-checkout-container__content {
    max-width: 348px;
    margin: 0 auto;
}
.react-mounted .u-template__content {
    visibility: visible;
}
.u-grid__row {
    margin-left: -24px;
    margin-right: -24px;
}
.u-grid__row {
    font-size: 0;
    display: block;
    margin-left: -12px;
    margin-right: -12px;
}
.u-tac--600 {
    text-align: center;
}
.u-mt72--600 {
    margin-top: 0;
}
.u-grid__col {
    padding-left: 24px;
    padding-right: 24px;
}
.u-grid__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}
.u-w6c--600 {
    width: 50%;
}
.u-pb0--600 {
    padding-bottom: 0;
}
.u-pr24--600 {
    padding-right: 24px;
}
.u-fs24.u-ffs, .u-fs24.u-heading-xs, .u-fs24.u-heading-xs--invert, .u-fs24.u-heading-sm, .u-fs24.u-heading-sm--invert, .u-heading-md, .u-heading-md--invert, .u-fs24.u-heading-lg, .u-fs24.u-heading-lg--invert {
    line-height: 30px;
}
.u-mb24 {
    margin-bottom: 24px;
}
.u-mt0 {
    margin-top: 0;
}
.u-fs24, .u-heading-md, .u-heading-md--invert {
    font-size: 24px;
}
.u-fws {
    font-weight: 600;
}
.u-blw1--600 {
    border-left-width: 1px;
}
.u-btw0--600 {
    border-top-width: 0;
}
.u-blss--600 {
    border-left-style: solid;
}
.u-bc--dark-gray-alt-2 {
    border-color: #a1a4a6;
}
.u-btss {
    border-top-style: solid;
}
.u-color--dark-gray-alt-2 {
    color: #a1a4a6;
}
.u-icon.-icon-inline {
    margin: 0 8px;
    vertical-align: middle;
}
.c-icon--right-arrow {
    width: 8px;
}
.u-fill--blue {
    fill: #337ab7;
}
.u-grid__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}
.u-grid__col {
    padding-left: 40px;
    padding-right: 40px;
}
.c-formgroup {
    position: relative;
    margin-bottom: 24px;
    vertical-align: top;
}
.c-field-container {
    position: relative;
    display: block;
    width: 100%;
    min-height: 72px;
    padding: 0;
    margin: 0;
    transition: border-color .3s;
    text-overflow: ellipsis;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.u-fs16, .u-body-standard, .u-body-standard--invert {
    font-size: 16px;
}
.c-field-container__label.-empty:not(.-focus):not(.-sticky) {
    width: calc(100% - 24px);
    transform: translateY(34px);
}
.u-type.-capl {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.c-field-container__label {
    position: absolute;
    top: -8px;
    left: 18px;
    z-index: 70;
    text-align: left;
    padding: 0 6px;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    transition-duration: .3s;
    transition-property: color,transform;
    transform: translateY(0);
    text-overflow: ellipsis;
    pointer-events: none;
    color: #414b56;
    background: #fff;
}
.u-type.-sech {
    font-size: 20px;
    line-height: 30px;
}
.u-type {
    margin-top: 0;
    margin-bottom: 0;
}
.u-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 12px 24px;
    min-height: 72px;
    color: #414b56;
    background-color: transparent;
    background-image: none;
    border: 0;
    text-overflow: ellipsis;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup__actions {
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 85;
    visibility: visible;
    opacity: 1;
    transition-property: visibility,opacity;
    transition-duration: .3s;
    transition-delay: 0s;
}
.c-formgroup-actions {
    text-align: right;
}
.c-formgroup__actions {
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 85;
    visibility: visible;
    opacity: 1;
    transition-property: visibility,opacity;
    transition-duration: .3s;
    transition-delay: 0s;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
.c-clear-input {
    background: none;
    border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button {
    overflow: visible;
}
.c-icon--clear {
    width: 16px;
}
.u-icon {
    vertical-align: text-top;
    display: inline-block;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
.u-fs16, .u-body-standard, .u-body-standard--invert {
    font-size: 16px;
}
.c-formgroup {
    position: relative;
    margin-bottom: 24px;
    vertical-align: top;
}
.c-field-container {
    position: relative;
    display: block;
    width: 100%;
    min-height: 72px;
    padding: 0;
    margin: 0;
    transition: border-color .3s;
    text-overflow: ellipsis;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.u-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 12px 24px;
    min-height: 72px;
    color: #414b56;
    background-color: transparent;
    background-image: none;
    border: 0;
    text-overflow: ellipsis;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
.c-clear-input {
    background: none;
    border: 0;
}
.u-button.-button-gray {
    position: relative;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 1px;
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px #fff;
    text-shadow: none;
}
.u-button.-button-small {
    min-width: 65px;
    padding: 0 12px;
    height: 36px;
}
.c-formgroup-actions__button {
    top: -3px;
}
.u-type {
    margin-top: 0;
    margin-bottom: 0;
}
.u-button {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    border-radius: 1px;
    transition: background-color .3s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #a1a4a6;
    fill: #a1a4a6;
    background-color: #fff;
}
.c-cta--default.-cta-full, .c-cta--primary.-cta-full, .c-cta--secondary.-cta-full, .c-cta--simple.-cta-full {
    width: 100%;
    margin-bottom: 12px;
}
.c-checkout-login__cta {
    min-width: 0;
}
.c-cta--default, .c-cta--primary, .c-cta--secondary, .c-cta--simple {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    border-radius: 1px;
    transition: background-color .3s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #a1a4a6;
    fill: #a1a4a6;
    background-color: #fff;
}
.u-tac {
    text-align: center;
}
.u-link--underline {
    color: #337ab7;
    outline: none;
    font-weight: 600;
    border-bottom: 1px solid #337ab7;
    padding-bottom: 4px;
}
.c-cta--primary:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.c-cta--primary {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
}
.c-cta--primary {
    font-family: utopia-std,Georgia,serif;
    font-size: 20px;
    line-height: 30px;
    min-width: 284px;
    padding: 0 24px;
    height: 60px;
    font-weight: 600;
}
.u-template__main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px 48px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 240px;
}

.animated a.closebtn {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color:#a19d9d;
}


/* overlay */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  z-index: 9999;
  opacity: 1;
  animation-duration: 0.6s;
  background-color: #fff;
}
.overlay nav {
	text-align: center;
  padding-top: 40px;
}

.overlay nav h3 {
	color:#333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.overlay nav h5 {
	color:#9e9a9a;
	font-size: 18px;
	font-weight: bold;
	/*margin-bottom: 10px;*/
  padding: 30px 15px 10px 15px;
}

.overlay nav p {
	color:#777777;
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
}
.overlay .circle-icon, .circle-icon {
    background: #ff8040;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 40px 30px;
}
.overlay [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after,
.icon [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 40px;
    font-style: normal;
    color: #fff;
    margin-left: 0;
    vertical-align: top;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

.overlay ul.inline li {
	display: inline-block;
	height: 100%;
  margin-right: 30px;
}

.overlay ul.inline li img {
  border: 1px solid #787e88;
}

.overlay ul.inline li a:hover,
.overlay ul.inline li a:focus {
    box-shadow: 0px 0px 15px #787e88;
    filter: progid:DXImageTransform.Microsoft.Glow(Color=black, Strength=20);
    cursor: pointer;
}

div.optionbuttonsholder {
    height: 290px;
    /*width: 60%;*/
    display: inline-block;
}

.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33%; }
.w50 { width: 50%; }

.optionbuttonsholder {
  min-height: 275px;
  margin-top: 20px;
  width:80%;
}

div.optionbox p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.1;
  padding: 20px 15px;
}
div.optionbox:hover { border: solid 1px #3a6d98; }
div.optionbox img { width: 100px; }
div.optionbox label { width: 100%; height: 100%; }
div.optionbox input[type=radio]{ display: none; }

.optionbox {
  height:100%;
  min-height: 303px;
  border:1px solid #ddd;
  position: relative;
}
.optionbox .inner {
  padding: 20px 15px 10px 15px;
}

.optionbox .inner p {
  color:#ccc;
  font-size:14px;
}

@media (max-width: 480px) {
  .optionbox {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

.tip {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/explore.svg), none;
    background-size: contain, initial;
    color: transparent!important;
    width: 85px;
    height: 120px;
}

.tip.center {
    margin-left: auto;
    margin-right: auto
}
.flex-deck5 {
    margin: 1rem 0;
}

.flex-deck5 .body,
.flex-deck5 .figure {
    margin-bottom: 1rem
}

.flex-deck .figure>div {
    margin: 0 auto
}

.checkedborder, .checkedborder:hover, .checkedborder.active {
	border: 1px solid #337ab7!important;
}
div.checkedicon {
	display: none;
    font-size: 30px;
    color: #337ab7;
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: -11px;
    z-index: 10;
}

.tiny { font-size:11px; }
.thintext { font-weight:100; color:#aaa; }
.clear, .clearfix { clear:both; }
.w33 { width: 33%; }
.w100 { width: 100%; }

/* build mailer option bar */
#optionbar {
    display: inline-block;
    padding: 6px;
    margin: 20px 10px 10px;
    width: auto;
}
#optionbar .filters {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: -5px;
    display: table-cell;
    padding: 4px 10px 2px;
    border-right: 1px solid #d2d6d9;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .1s;
    color: #5b5959;
    cursor: pointer;
}
#optionbar .filters.active {
    font-weight: 600;
}
#optionbar .filters:after {
    display: block;
    content: attr(data-name);
    font-weight: 600;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}
#optionbar .filters:last-child {
    border-right: 0;
}

.ribbon {
    position: absolute;
    bottom: 10px;
    left: -7px;
    background-color: #d1d7e0;
    color: #777777;
    font-size: 13px;
    padding: 2px 10px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.ribbon:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #d1d7e0 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}


/* sweetalert */
.sweet-alert {
    background-color: white;
    width: 500px;
    padding: 17px;
    border-radius: 0;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    border: 1px solid #ddd;
}
.sweet-alert {
    font-family: "'Avenir Light'", sans-serif;
}
.sweet-alert button55 {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 22px;
    font-weight: 300;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.sweet-alert button {
    display: inline-block;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    color: #fff;
    /*background-color: #337ab7 !important;
    border-color: #337ab7;*/
    box-shadow: none;
}
.sweet-alert .confirm {
    min-width: 150px;
}
.sweet-alert .cancel {
    max-width: 180px;
    background-color: #eee;
}
.sweet-alert button:hover {
    color: #fff;
    background-color: #3a6d98;
    border-color: #3a6d98;
}



.cart-count.empty {
    color: #999;
    background: #e5e5e5;
    position: relative;
    border-color: #e5e5e5;
}
.cart-count {
    color: #fff;
    padding: 4px 0;
    width: 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    background: #e5e5e5;
    position: relative;
    border-color: #e5e5e5;
    font-size: 15px;
}
.cart-count:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #e5e5e5;
}
.cart-count:before {
    top: 50%;
    right: 100%;
    margin-right: -1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e5e5e5;
    border-right-color: inherit;
}


.content-wrapper {
    margin: 0 auto;
    width: 100%;
    /* height: 60px; */
    background-color: #fff;
/*     border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; */
}
.content-wrapper .cartsection {
    float:left;
    text-align:left;
    font-size:14px;
    line-height: 35px;
    padding:10px;
    width:25%;
    height: 100%;
    border-right: 1px solid #eee;
}
.content-wrapper .cartsection:last-child {
    border-right: 0;
}
.content-wrapper .cartsection a {
    color: #666;
    text-decoration: none;
    cursor:pointer;
}
.content-wrapper .cartsection [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 27px;
    vertical-align: top;
    padding-right: 5px;
}
.content-wrapper .cartsection.active {
    background:#f0f0f0;
}
.content-wrapper .cartsection:hover {
    background:#f0f0f0;
}


#optionpanels {
    color:#656363;
    margin-bottom: 10px;
}
#optionpanels55555555555 div {
    min-height: 110px;
}
#optionpanels p {
    color: #b7b7b7;
}
#optionpanels strong {
    color: #656363;
}

#who_recipients.collapse.in {
    display: block;
    min-height: 156px;
    background-color: #f1f3f6;
}

.tablesection {
    float:left;
    padding:10px;
}
.tablesection i.checkedicon {
  font-size: 16px;
  color: #337ab7;
  top: 2px;
}

.w33 { width: 33%; }
.w50 { width: 50%; }
.w100 { width: 100%; }

.gray { background-color: #f1f3f6; }

#config_section.gray,
#config_section.gray #opensearch {
    background-color: #f1f3f6;
}

#config_section.open {
    border-top-color: rgba(0, 0, 0, .2);
}

#config_section {
    position: relative;
    /*background-color: #fff;
    background-color: #f1f3f6;
    border-top: 1px solid rgba(0, 0, 0, .2);*/
    text-align: center;
}

#config_section form {
    margin-top: 25px;
}

#config_section a {
    color: #666;
}

.form-control-large,
.form-control-small {
    width: 345px;
    display: inline-block;
    margin: 0 10px;
}

#config_section .form-control {
    display: inline-block;
    vertical-align: middle;
}

#config_section .chosen-container,
#config_section .form-control {
    text-align: left;
}

.gray .chosen-container-single .chosen-single, .gray .form-control {
    background-color: rgba(255,255,255,.5);
}


/* homepage */
.main-container .page-content {
    color: #666;
    float: left;
    margin: 0 0 30px;
    width: 100%;
}
.row-container {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.vc_col-sm-6 {
    width: 50%;
}
/* .page-content {
    color: #666;
    margin: 0;
    width: 100%;
} */
.wpb_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
}
.wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child {
    margin-bottom: 0;
}
.main-container .home-banners .vc_column_container a {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-container .home-banners .vc_column_container a:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
}
.main-container .home-banners .vc_column_container a images {
    float: left;
    width: 100%;
}
.main-container .home-banners .vc_column_container a:hover:after {
    opacity: 0.15;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-container .home-banners .vc_column_container a:after {
    background: #000;
    bottom: 15px;
    content: "";
    display: block;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 2;
}
.main-container .home-banners .vc_column_container .vc_row {
    margin-bottom: 26px;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_row .row-container {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .vc_row:after {
    clear: both;
}
.home-banners .vc_column_container a {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.carousel-th .item {
  margin: 0 10px 1px 10px;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-portfolio .meta {
  margin-bottom: 10px;
}

#owl-testimonials .item img{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    width:100%;
}

figure a .text-overlay {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background: #222;
  background: rgba(53,53,53,0.93);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-item img {
    width: 100%;
    height: auto;
}
.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.product {
    margin: 0 0 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product .product-wrapper {
    position: relative;
}
.product .product-wrapper {
    position: relative;
}
.product {
    margin: 0 0 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product .product-wrapper .product-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.woocommerce .product-wrapper .onsale, .woocommerce .single-product-image .onsale {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    height: 30px;
    min-height: 30px;
    font-weight: normal;
    max-width: 75px;
    left: auto;
    right: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .product-wrapper .onsale .sale-bg, .woocommerce .single-product-image .onsale .sale-bg {
    display: none;
}
.woocommerce .product-wrapper .onsale, .woocommerce .single-product-image .onsale {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    height: 30px;
    min-height: 30px;
    font-weight: normal;
    max-width: 75px;
    left: auto;
    right: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}
.woocommerce .product-wrapper .onsale .sale-text, .woocommerce .single-product-image .onsale .sale-text {
    color: #fff;
}
.product .product-wrapper .product-image a {
    display: block;
    position: relative;
}
.product .product-wrapper .product-image a images {
    box-shadow: none;
    float: none;
    margin: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce images, .woocommerce-page images {
    height: auto;
    max-width: 100%;
}
.woocommerce images, .woocommerce-page images {
    height: auto;
    max-width: 100%;
}
.product .product-wrapper .product-image a images.secondary_image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.product .product-wrapper .product-image .shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/bkg-products.png);
    pointer-events: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 1;
}
.product .product-wrapper .quickviewbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -20px auto 0;
    text-align: center;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.product .product-wrapper .quickviewbtn .quickview {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 11px;
}
.product .product-wrapper .product-image a {
    display: block;
    position: relative;
}
.product-wrapper .list-col4 .actions {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 11;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product .product-wrapper .actions ul.add-to-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product ul, ul.product {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}
.product .product-wrapper .actions ul.add-to-links li:nth-child(1) {
    min-width: 125px;
}
.product .product-wrapper .actions ul.add-to-links li {
    float: left;
    position: relative;
    height: 35px;
    text-align: center;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none;
}
.product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline {
    border: none !important;
    margin: 0;
    padding: 0 !important;
    font-size: 0;
    color: transparent;
    position: relative;
}
.product {
    margin: 0 0 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline del, .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline ins, .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline .amount {
    font-size: 0;
    display: none;
}
.product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline {
    border: none !important;
    margin: 0;
    padding: 0 !important;
    font-size: 0;
    color: transparent;
    position: relative;
}
.product .product-wrapper .actions ul.add-to-links li {
    float: left;
    position: relative;
    height: 35px;
    text-align: center;
}
.product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline del, .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline ins, .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline .amount {
    font-size: 0;
    display: none;
}
.product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}
.product .product-wrapper .product-image a {
    display: block;
    position: relative;
}
.woocommerce .button, .main-wrapper .woocommerce .button.alt, .main-wrapper .woocommerce #submit {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.products-info {
    display: none;
}
.product .product-wrapper h2.product-name {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.product .product-wrapper h2.product-name a {
    color: #181818;
}

.product .product-wrapper .product-image a {
    display: block;
    position: relative;
}
.product .product-wrapper .price-box {
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    position: relative;
    z-index: 2;
}
.product .product-wrapper .price-box del {
    display: inline-block;
}
.shop-products.grid-view .product-wrapper .list-col8 {
    margin: 10px 0 0;
    overflow: hidden;
}
.product .product-wrapper .list-col8 .gridview {
    display: block;
}
.shop-products.grid-view .product-wrapper .list-col8 .gridview .ratings {
    float: right;
}
.woocommerce .ratings, .woocommerce-page .ratings, .woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    margin: 10px 0 0;
    line-height: 1;
}
.shop-products.grid-view .product-wrapper .list-col8 .gridview .price-box {
    float: left;
}
.product .product-wrapper .price-box del {
    display: inline-block;
}
.product .product-wrapper .price-box ins {
    display: inline-block;
    text-decoration: none;
    background: none;
    color: #1bb2c0;
}
.product .product-wrapper .price-box del .amount {
    color: #2f2f2f;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-wrapper .list-col8 {
    margin: 10px 0 0;
    overflow: hidden;
}
.product-wrapper .list-col8 .gridview .ratings {
    float: right;
}
.product-wrapper .list-col8 .gridview .price-box {
    float: left;
}


/* new header */
#header2 {
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    */
    width: 100%;
    /*background-color: rgba(37, 37, 37, 0.35); */
    background-color: rgba(255, 255, 255, 1)
}
.header-container {
    padding: 0;
    position: relative;
}
.top-bar {
    border-bottom: 1px solid rgba(235, 235, 235, 0.1);
}
.top-bar .top-bar-left {
    text-align: left;
}
.top-bar .list-inline {
    margin-bottom: 0;
}
.top-bar ul {
    padding-left: 0;
    margin: auto;
}
.top-bar .top-bar-list .language {
    padding-left: 0;
}
/*
.top-bar ul .language, .top-bar ul .customer-login {
    background: url("../images/bg_item.jpg") no-repeat right center;
}*/
.top-bar ul .language, .top-bar ul .customer-login {
    float:right;
    text-align:right;
}
.top-bar ul .language, .top-bar ul .customer-phone {
    font-size: 14px;
    font-weight: 600;
    padding-right: 40px;
}
.top-bar ul li {
    list-style: none;
    position: relative;
}
.top-bar .top-bar-list .language > a {
    padding-left: 0;
}
.top-bar ul li a {
    padding: 8px 20px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    color: #666;
    padding: 8px 0 8px 20px;
}
.top-bar ul li a:last{ text-align:right; float:right; }
.top-bar ul li a:hover {
    color: #1d1616;
}
.top-bar ul li a span {
    float: left;
    margin-right: 4px;
    line-height: 1.6;
}
.top-bar ul li a .fa.fa-sort-desc {
    font-size: 10px;
    margin-left: 2px;
}
.top-bar ul li .dropdown-menu {
    min-width: 170px;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-bar ul li {
    list-style: none;
    position: relative;
}
top-bar .currency a {
    padding-right: 0 !important;
}
.top-bar .top-bar-right {
    text-align: right;
}
.top-bar .list-inline {
    margin-bottom: 0;
}
.top-bar .checkout {
    padding-right: 0;
}
.top-bar .checkout a {
    padding-right: 0 !important;
}
#header2 .header-main, #header2 .header-right {
    height: 75px;
}
#header2 .header-main .header-logo, .header-logo {
    max-width: 230px;
}

.header-main .header-logo a {
    display: block;
    /*padding: 20px 0px; */
    padding: 5px 0 0 0;
}
#header2 .header-right {
    float: right;
    position: static;
}
#header2 .sidemenu-holder {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 86%;
    float: left;
}
#header2 .navbar {
    margin-bottom: 0;
    position: static;
}
#header2 .navbar {
    border-radius: 4px;
}
#header2 .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.sidemenu-holder .main-nav {
    text-align: right;
}
.sidemenu-holder ul {
    margin: 0;
    padding-left: 0;
}
.menu-lv-01.dropdown {
    text-align: left !important;
}
#header2 .menu-lv-01 > a {
    color: #666;
    line-height: 40px;
    padding: 10px 15px;
}
@media (min-width: 1200px) {
    .top-header-cart .cart-target .number .item, .main-nav .menu-lv-01 > a {
        font-size: 16px;
    }
}
.sidemenu-holder .sign-menu {
    position: relative;
}
.sidemenu-holder ul li {
    list-style: none;
    position: static;
}
.menu-lv-01 {
    float: none;
    display: inline-block;
}
.menu-lv-01 > a {
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 600;
    line-height: 2.2;
    display: inline-block;
}
#header2 .navbar {
    margin-bottom: 0;
    position: static;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
#header2 .menu-sidebar {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
@media (min-width: 992px) {
    #header2 .menu-sidebar {
        width: 14%;
    }
}
@media (min-width: 992px) {
    #header2 .col-search {
        position: relative;
        display: inline-block;
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    #header2 .header-main .searchbox {
        padding: 15px 0 2px;
    }
}
@media (min-width: 992px) {
    #header2 .col-search .searchbox {
        text-align: center;
    }
}
@media (min-width: 992px) {
    #header2 .col-search a {
        font-size: 20px;
        color: #666;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    #header2 .col-search .searchbox .search-link .fa-search {
        background-image: url("/images/search.png");
        cursor: pointer;
        padding: 3px 10px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media (min-width: 992px) {
    #header2 .col-search .drop-down-search {
        top: 99%;
        left: auto;
        right: -85px;
        padding: 0;
        background-color: transparent;
        box-shadow: 0px 0px 0px transparent !important;
        border: none !important;
    }
}
@media (min-width: 992px) {
    #header2 .col-search .searchbox {
        text-align: center;
    }
}
.header-main .searchbox .search {
    margin-top: 0 !important;
}
.header-main .searchbox .search {
    margin-top: 20px;
    display: block;
    float: right;
    padding-right: 0;
}
/*.header-main .searchbox .search*/ .input-search {
    color: #393641;
}
/*.header-main .searchbox .search*/ .input-search {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: 300;
    width: 325px;
    height: 45px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    display: inline-block;
    margin-right: 45px;
    float: right;
    font-size: 12px;
}
@media (min-width: 992px) {
    /*#header2 .col-search*/ .search button, .design-search button {
        height: 45px;
        font-size: 18px;
        font-weight: normal;
        background: #ebebeb;
        border: 1px solid #ebebeb;
        width: 45px;
        position: absolute;
        right: 0px;
        z-index: 999;
        border-left: 1px solid #c2c2c2;
        top: 0px;
    }
}
@media (min-width: 992px) {
    #header2 .top-header-cart {
        position: relative;
        display: inline-block;
        padding: 5px 0 0;
        height: 75px;
        width: 50%;
        float: right;
    }
}
.top-header-cart {
    cursor: pointer;
}
.top-header-cart .cart-target {
    float: none !important;
    text-align: center;
}
.top-header-cart .cart-target {
    padding: 12px 0;
    line-height: 2.2;
    text-align: right;
    float: right;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-header-cart .cart-target:before, .top-header-cart .cart-target:after {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
}
.top-header-cart .cart-target:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #e7e7e7;
    border-width: 7px;
    margin-left: -7px;
}
.top-header-cart .cart-target a {
    position: relative;
}
@media (min-width: 992px) {
    #header2 .top-header-cart .tfs-icon {
        background: url("../images/icon-bag.png") no-repeat;
    }
}
.top-header-cart .dropdown-parent span {
    cursor: default;
}
.top-header-cart .dropdown-parent a span {
    cursor: pointer;
}
.top-header-cart .cart-target a .number .tfs-icon,
.top-header-cart .cart-target span .number .tfs-icon {
    font-size: 16px;
    background: url("../images/icon-bag.png") no-repeat;
    padding: 10px;
    display: inline-block;
    position: absolute;
}
@media (min-width: 992px) {
    .cart-target .tfs-icon {
        position: relative !important;
    }
}
.top-header-cart .cart-target a .number .number-items,
.top-header-cart .cart-target span .number .number-items {
    background-color: #ff8040;
}
.top-header-cart .cart-target a .number .number-items,
.top-header-cart .cart-target span .number .number-items {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .cart-target .number-items {
        right: -6px;
        bottom: 0px;
    }
}
@media (min-width: 1200px) {
    #header2 .top-header-cart .cart-dd {
          right: -57px
    }
}
.top-header-cart .cart-target .cart-dd {
    padding: 20px;
    left: auto;
    right: 15px;
    width: 320px;
    border: 1px solid #e6dfd1;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.top-header-cart .cart-dd {
    margin-top: 0;
}
.dropdown-menu {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.top-header-cart .cart-target {
    padding: 12px 0;
    line-height: 2.2;
    text-align: right;
    float: right;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top-header-cart .cart-target a {
    position: relative;
}
.top-header-cart .cart-target .cart-item-image images {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.top-header-cart .cart-target .cart-item-info {
    float: left;
    /*max-width: 200px;*/
}

.top-header-cart .cart-target .cart-item-title {
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 6px;
}
.top-header-cart .cart-target .cart-item-title a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
}
.top-header-cart .cart-target .cart-item-title a {
    color: #393641;
}

.top-header-cart .cart-target .cart-item-type {
    line-height: 1.3;
    margin-top: 0;
    /* margin-bottom: 10px; */
}
.top-header-cart .cart-target .cart-item-type a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
}
.top-header-cart .cart-target .cart-item-type a {
    color: #393641;
}

.top-header-cart .cart-target a, .top-header-cart .cart-target span {
    position: relative;
}
.top-header-cart .cart-target .star-cart {
    background: url("../images/star-cart.png") no-repeat;
    width: 100px;
    height: 15px;
    padding: 10px 0;
}
.top-header-cart .cart-target .money {
    color: #393641;
}
.top-header-cart .cart-target .money {
    width: 100%;
    float: left;
    margin: 5px 0;
    text-align: right;
}
.top-header-cart .cart-target .cart-item-price {
    float: left;
    width: 100%;
    line-height: 1.3;
}
.top-header-cart .cart-target a.cart-close {
    float: right;
    width: 15px !important;
    height: 15px;
    padding: 2px;
    line-height: 14px;
    background-color: #818181;
    cursor: pointer;
    color: #fff;
}
.top-header-cart .cart-target .items {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.top-header-cart .cart-target .items-inner {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.top-header-cart .cart-target .items-inner:first-child {
    padding-top: 0;
}
.top-header-cart .cart-target .cart-item-image {
    display: block;
    overflow: hidden;
}
.top-header-cart .cart-target .cart-item-image {
    float: left;
    margin-right: 10px;
}
.top-header-cart .cart-target .cart-item-image a {
    display: block;
    border: 1px solid #e7e2d1;
    float: left;
    max-width: 90px;
}
.top-header-cart .cart-target .cart-item-info {
    float: left;
    width: 100%;
}
.top-header-cart .cart-target .shipping-cart {
    display: inline-block;
    width: 100%;
    line-height: 1.3;
}
.top-header-cart .cart-target span.lable-cart {
    float: left;
}
.top-header-cart .cart-target span.cart-item-total-price {
    float: right;
}
.top-header-cart .cart-target .cart-item-total-price {
    color: #1694d6;
}
.top-header-cart .cart-target span.lable-cart {
    float: left;
}
.top-header-cart .cart-target span.cart-item-total-price {
    float: right;
}
.top-header-cart .cart-target .action {
    padding: 0;
    float: right;
    width: 100%;
    text-align: right;
    overflow: hidden;
}
.top-header-cart .cart-target .btn-checkout {
    min-width: 116px;
    padding: 5px 10px;
    /* border: 1px solid #959595; */
    color: #ffffff;
    font-size: 20px;
    /* background: #eee; */
    width: 100%;
    background-color: #3a6d98;
    /* text-transform: uppercase; */
    display: block;
    text-align: center;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-header-cart .cart-target:before, .top-header-cart .cart-target:after {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
}
.top-header-cart .cart-target:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.shop-now-link {
    font-weight: 500;
    padding: 11px 25px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    /*border: 1px solid #c2c2c2;*/
    background-color: #ff8040;
    border: 1px solid #ff8040;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.shop-now-link:hover, .shop-now-link:focus, .shop-now-link:active {
    text-decoration: none;
    background-color: #ff8040;
    border: 1px solid #ff8040;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tfs-block {
    width: 100%;
    display: block;
}

div.owl-nav.disabled, div.owl-dots.disabled {
  display: none;
}

#home-slideshow {
    /* height: 550px; */
    overflow: hidden;
}
.home-slider1 {
    /*height: 340px;*/
    height: 550px;
    position: relative;
}
.home-slider2 {
    height: auto;
    position: relative;
}
.home-slider1.veryshort {
    height: 220px;
    position: relative;
}
.home-slider1.short {
    height: 340px;
    position: relative;
}
#home-slideshow .owl-caption {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#home-slideshow.home-slider2 .container {
  width: 673px;
  height: 368px;
  float: right;
  margin: 155px 60px 0 0;
}
#home-slideshow.home-slider2 .container {
  width: 673px;
  height: 410px;
  float: right;
  margin: 50px 85px 0 0;
}
#home-slideshow .container.rockroll {
  background: url(../images/themes/rockroll/torn_paper2.png);
}
#home-slideshow .container h2,
#home-slideshow .container h3,
#home-slideshow .container h4,
#home-slideshow .container h5,
#home-slideshow .container p {
  font-family: 'Avenir Black';
  /*color: #000; */
  color: #fff;
  line-height: 1;
}
#home-slideshow .container.rockroll h2,
#home-slideshow .container.rockroll h3,
#home-slideshow .container.rockroll h4,
#home-slideshow .container.rockroll h5,
#home-slideshow .container.rockroll p {
  font-family: 'Avenir Black';
  color: #000;
  line-height: 1;
}
#home-slideshow .container.rockroll .btn {
  font-family: 'Avenir';
}
.home-slider2 .container {
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    #home-slideshow .content-block {
        top: 65px;
    }
}
@media (min-width: 1200px) {
    #home-slideshow .content-block {
        max-height: 300px;
    }
}

#home-slideshow .content-block {
  /*top: 170px;*/
  width: 80%;
  position: relative;
  left: 80px;
  height: 100%;
  text-align: center;
}
#home-slideshow .content-block {
  /* top: 170px; */
  width: 80%;
  position: relative;
  left: 90px;
  height: 100%;
  text-align: center;
}
#home-slideshow.home-slider2 .content-block {
  top: 75px;
}

.home-slider1 .content-block {
    width: 100%;
}
.tfs-sliders-wrap .center-slider {
    left: 0;
    right: 0;
}
.tfs-sliders-wrap .right-slider {
    /*left: 0;  uncomment to center the div */
    right: 0;
}
@media (min-width: 992px) {
    #home-slideshow .content-block h5 {
        font-size: 30px;
    }
}
#home-slideshow .content-block h5 {
    margin: 0;
}
@media (min-width: 1200px) {
    #home-slideshow .content-block h2 {
        font-size: 40px;
        padding-bottom: 30px;
        padding-top: 0;
        color: #fff;
        line-height: 1.1;
    }
    #home-slideshow .rockroll .content-block h2 {
        color:#000;
    }
    #home-slideshow .content-block.color2 h2 {
        color:#337ab7;
    }
}
#home-slideshow .content-block h2 {
    font-weight: 700;
    position: relative;
    margin: 0;
}
@media (min-width: 1200px) {
    #home-slideshow .content-block p {
        padding-top: 0;
    }
}
#home-slideshow .content-block p {
    margin: 0;
    font-size: 25px;
    color: #fff;
}
#home-slideshow .content-block.color2 p {
    color:#337ab7;
}
#home-slideshow .rockroll .content-block p {
    color: #000;
}
@media (min-width: 1200px) {
    #home-slideshow .shop-now-link {
        margin-top: 50px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#home-slideshow .item {
    float: left;
    position: relative;
    width: 100%;
}

.home-slider2 .item {
    z-index: 1;
}

#home-slideshow .item images {
    width: 100%;
}

.owl-carousel .owl-item images {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.tfs-banner-sellection {
    padding: 40px 0 15px;
}

.tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 30px;
}

.tfs-banner-sellection a {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tfs-banner-sellection .col-sel a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    z-index: 9;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tfs-banner-sellection .col-sel a images {
    width: 100%;
}

.tfs-banner-sellection .col-sel-1 .box-text-sel,
.tfs-banner-sellection .col-sel-2 .box-text-sel,
.tfs-banner-sellection .col-sel-4 .box-text-sel {
    display: none;
}

.tfs-banner-sellection div.img-hover { height: 209px; }

.tfs-banner-sellection .text-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-table;
    color: #fdfcfc;
}

.tfs-banner-sellection .text-position {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-table;
    color: #fdfcfc;
}
.tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 30px;
}
/* image hover effect */
.tfs-banner-sellection div.img-hover { height: 450px; }
.tfs-banner-sellection div.img-hover { height: 209px; }

.col-sel-3 {
    border: 5px solid #ff8040;
    height: 209px;
}

.col-sel-3 .box-text-sel {
    color: #ff8040;
}

.col-sel-3 .box-text-sel {
    /*padding: 23px 0;*/
}

.col-sel-3 .box-text-sel h2 {
    font-weight: 700;
    font-size: 33px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ff8040;
    line-height: 1.1;
}

.col-sel-3 .box-text-sel h2:before {
    content: "";
    background-color: #ff8040;
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.col-sel-3 .box-text-sel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
}

.tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 30px;
}

.tfs-banner-sellection .col-sel-1 .box-text-sel,
.tfs-banner-sellection .col-sel-2 .box-text-sel,
.tfs-banner-sellection .col-sel-4 .box-text-sel {
    display: none;
}


/* mega menu skyblue */
.skyblue li>a, .skyblue>li.showhide span {
    color: #666;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.skyblue li a.color1:hover {
    /* background: #51d270; */
    background: transparent;
    color: #1d1616;
}
.megamenu>li>.megapanel555 {
    position: absolute;
    display: none;
    /*background: #ffffff; */
    background: transparent;
    box-shadow: 0px 2px 4px #777;
    width: 100.2%;
    top: 41px;
    left: -1px;
    z-index: 99;
    padding: 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megapanel .row {
    width: auto;
    margin-top: 15px;
}


.cta-bar {
    padding: 20px 0;
    background-color: #3d6889;
    color: #fff;
    min-height: 80px;
}
.cta-bar p {
    font-size: 20px;
}
.cta-bar h2 a {
  color: #fff;
  text-decoration: underline;
}
.cta-bar h2 a:hover {
  color: #999;
}

.grey-bar {
    background-color: #f2f2f2;
    min-height: 120px;
}

.bluedots-bar {
    min-height: 140px;
    background: #014a8f url(../images/blue_dots_bg.png) repeat;
    color: #fff;
}


/*  homepage shipping section */
.shipping-info {
    border-top: 1px solid #ececec;
    float: left;
    margin: 0;
    padding: 35px 0;
    width: 100%;
}

.shipping-info .widget .fa {
    color: #bababa;
    float: left;
    font-size: 32px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px 0 0;
    text-align: right;
    width: 25%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shipping-info .widget .info {
    float: left;
    width: 75%;
}

.shipping-info .widget .info h3 {
    color: #76787c;
    font-size: 14px;
    margin: 0;
}

.shipping-info .widget .info p {
    color: #bababa;
    margin: 0;
}

/* homepage subscribe section */
.subscribe-area {
    clear: both;
    /*padding: 70px 0 70px;
    background: url(../images/news55.jpg);*/
    /*height:320px;*/
    height:260px;
}

.subscribe-container {
    overflow: hidden;
    display: inline-block;
    margin: 0 0 180px 0;
}

.subscribe-container #subscribe-successmsg {
    color: #fff;
    font-size: 22px;
    background-color: #89836c;
    padding: 5px;
}
.subscribe-container #subscribe-successmsg {
    opacity: 0;
}
.subscribe-container #subscribe-successmsg.show {
    opacity: 1;
}
.subscribe-form { margin-top: 10px; }

.fix {
    overflow: hidden;
}

.subscribe-text h2 {
    color: #fff;
}

.subscribe-text p {
    color: #e5e5e5;
}

.subscribe-container p {
    line-height: 24px;
}

#frm_NewsleterSignup {
    overflow: hidden;
    display: inline-block;
}

#frm_NewsleterSignup input[type="text"] {
    width: 400px;
}

#frm_NewsleterSignup input[type="text"] {
    background: #fff none repeat scroll 0 0;
    /*border: medium none;*/
    /* color: #666; */
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    padding: 0 15px;
    width: 470px;
}

/*
a,
a::before,
i,
.icon,
.icon::before,
*::before,
*::after,
button,
input,
.search-form,
images {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
*/

#frm_NewsleterSignup input[type="submit"] {
    background: #dc6227 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    height: 50px;
    line-height: 36px;
    width: 140px;
}

#frm_NewsleterSignup input[type="submit"]:hover {
  background: #cc6633 none repeat scroll 0 0;
}


/* footer */
.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #e0e2eb; */
}

footer .copyright {
    font-size: 14px;
    float: left;
/*     color: #878aa1; */
    line-height: 48px;
}

footer .footer-menu {
    float: right;
}

footer .footer-menu ul {
    line-height: 48px;
}

footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 32px;
}

footer .footer-menu li {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
}


/* Pricing table */
.prices-tab-table {
    margin-bottom: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
    vertical-align: bottom;
}
.prices-tab-table thead>tr>th {
    padding: 5px 0 5px 10px;
    padding: .5rem 0 .5rem 1rem!important;
}
.table>thead>tr>th {
    font-weight: 400;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.table>thead>tr>th, .ui-jqgrid-htable>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 20px;
    line-height: 1.38461538;
    vertical-align: top;
    border-top: 1px solid #fff;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #e6e6e6;
}
.prices-tab-table .product-quantity {
    font-size: 13px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.3;
    padding: 20px 10px;
}
.table>tbody>tr>td {
    background-color: #f1f1f1;
    border: 1px solid #fff;
    border-top: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 20px;
    line-height: 1.38461538;
    vertical-align: top;
    border-top: 1px solid #fff;
}
.price-with-tax {
    font-weight: 400;
}
table>tbody>tr>td:empty, .table>tfoot>tr>td:empty {
    padding: 0;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.3;
    padding: 20px 10px;
}
.table>tfoot>tr>td {
    font-size: 14px;
}
.table>tfoot>tr>td a {
    font-size: 14px;
    text-decoration: underline;
    color: #2889d4;
}

.table.table-condensed>tbody>tr>td, .table.table-condensed>tfoot>tr>td {
  line-height: 1.3;
  padding: 10px 5px;
}

/* EDDM page */
.tip {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/explore.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 85px;
    height: 108px;
    margin: 0 auto;
}
.tip {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.pay {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/favorite.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 85px;
    height: 108px;
    margin: 0 auto;
}
.community {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/connections.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 85px;
    height: 108px;
    margin: 0 auto;
}
.one-million-shield {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/money.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 117px;
    height: 106px;
}
.bar-chart {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/bar-chart.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 160px;
    height: 92px;
}
.five-stars-solid {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/map.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 146px;
    height: 92px;
}
.avatar {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/avatar.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 146px;
    height: 92px;
}
.customers {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/users.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 146px;
    height: 92px;
}
.response {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/svg/insight.svg), none;
    background-size: contain, initial;
    color: transparent !important;
    width: 146px;
    height: 92px;
}
.stripe-aside {
    padding: 60px 0;
    background-color: #D8DFE6;
}
.templates images {
    margin-right: 30px;
    width: 150px;
    padding: 5px;
    border: 1px solid #aaa;
}


/* form styles */
.form-control {
    display: block;
    width: 100%;
    /*height: 40px;*/
    padding: 7px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9ea;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%!important;
    margin-bottom: 10px;
    zoom: 1;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 41px;
    background-color: rgba(255,255,255,.1);
    background-clip: padding-box;
    background: transparent;
    color: #b2b4b7;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 41px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
}
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
}
.chosen-container-single .chosen-single div b {
    font-family: FontAwesome;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}
.chosen-container-single .chosen-search:before, .chosen-container-single .chosen-single div b {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.chosen-container-single .chosen-single div b:before {
    content: "\f078";
}
.chosen-container-single .chosen-single div:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    margin-top: 10%;
    /*border-left: 1px solid #E4E4E4;*/
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E2E3E5;
    color: #74777c;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    color: #b6b8ba;
    font-size: 14px;
    line-height: 18px;
    -webkit-touch-callout: none;
    transition: all .2s;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3a6d98;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3a6d98), color-stop(90%, #3a6d98));
    background-image: -webkit-linear-gradient(#3a6d98 20%, #3a6d98 90%);
    background-image: -moz-linear-gradient(#3a6d98 20%, #3a6d98 90%);
    background-image: -o-linear-gradient(#3a6d98 20%, #3a6d98 90%);
    background-image: linear-gradient(#3a6d98 20%, #3a6d98 90%);
    color: #fff;
}

/* Support page */
.pattern_one {
  background-image: url("../images/s4_map.jpg");
}
.pattern_two {
  display: inline;
  float: left;
  width: 100%;
  background-image: url("../images/bg01.png");
}


/* Login page */
.u-grid__col {
    padding-left: 24px;
    padding-right: 24px;
}
.c-checkout-container__content.-layout-wide {
    max-width: 696px;
}
.c-checkout-container__content {
    max-width: 348px;
    margin: 0 auto;
}
.react-mounted .u-template__content {
    visibility: visible;
}
.u-grid__row {
    margin-left: -24px;
    margin-right: -24px;
}
.u-grid__row {
    font-size: 0;
    display: block;
    margin-left: -12px;
    margin-right: -12px;
}
.u-tac--600 {
    text-align: center;
}
.u-mt72--600 {
    margin-top: 0;
}
.u-grid__col {
    padding-left: 24px;
    padding-right: 24px;
}
.u-grid__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}
.u-w6c--600 {
    width: 50%;
}
.u-pb0--600 {
    padding-bottom: 0;
}
.u-pr24--600 {
    padding-right: 24px;
}
.u-fs24.u-ffs, .u-fs24.u-heading-xs, .u-fs24.u-heading-xs--invert, .u-fs24.u-heading-sm, .u-fs24.u-heading-sm--invert, .u-heading-md, .u-heading-md--invert, .u-fs24.u-heading-lg, .u-fs24.u-heading-lg--invert {
    line-height: 30px;
}
.u-mb24 {
    margin-bottom: 24px;
}
.u-mt0 {
    margin-top: 0;
}
.u-fs24, .u-heading-md, .u-heading-md--invert {
    font-size: 24px;
}
.u-fws {
    font-weight: 600;
}
.u-blw1--600 {
    border-left-width: 1px;
}
.u-btw0--600 {
    border-top-width: 0;
}
.u-blss--600 {
    border-left-style: solid;
}
.u-bc--dark-gray-alt-2 {
    border-color: #a1a4a6;
}
.u-btss {
    border-top-style: solid;
}
.u-color--dark-gray-alt-2 {
    color: #a1a4a6;
}
.u-icon.-icon-inline {
    margin: 0 8px;
    vertical-align: middle;
}
.c-icon--right-arrow {
    width: 8px;
}
.u-fill--blue {
    fill: #3a6d98;
}
.u-grid__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}
.u-grid__col {
    padding-left: 40px;
    padding-right: 40px;
}
.c-formgroup {
    position: relative;
    margin-bottom: 24px;
    vertical-align: top;
}
.c-field-container {
    position: relative;
    display: block;
    width: 100%;
    min-height: 72px;
    padding: 0;
    margin: 0;
    transition: border-color .3s;
    text-overflow: ellipsis;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.u-fs16, .u-body-standard, .u-body-standard--invert {
    font-size: 16px;
}
.c-field-container__label.-empty:not(.-focus):not(.-sticky) {
    width: calc(100% - 24px);
    transform: translateY(34px);
}
.u-type.-capl {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.c-field-container__label {
    position: absolute;
    top: -8px;
    left: 18px;
    z-index: 70;
    text-align: left;
    padding: 0 6px;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    transition-duration: .3s;
    transition-property: color,transform;
    transform: translateY(0);
    text-overflow: ellipsis;
    pointer-events: none;
    color: #414b56;
    background: #fff;
}
.u-type.-sech {
    font-size: 20px;
    line-height: 30px;
}
.u-type {
    margin-top: 0;
    margin-bottom: 0;
}
.u-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 12px 24px;
    min-height: 72px;
    color: #414b56;
    background-color: transparent;
    background-image: none;
    border: 0;
    text-overflow: ellipsis;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup__actions {
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 85;
    visibility: visible;
    opacity: 1;
    transition-property: visibility,opacity;
    transition-duration: .3s;
    transition-delay: 0s;
}
.c-formgroup-actions {
    text-align: right;
}
.c-formgroup__actions {
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 85;
    visibility: visible;
    opacity: 1;
    transition-property: visibility,opacity;
    transition-duration: .3s;
    transition-delay: 0s;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
.c-clear-input {
    background: none;
    border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button {
    overflow: visible;
}
.c-icon--clear {
    width: 16px;
}
.u-icon {
    vertical-align: text-top;
    display: inline-block;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
utton, select {
    text-transform: none;
}
.u-fs16, .u-body-standard, .u-body-standard--invert {
    font-size: 16px;
}
.c-formgroup {
    position: relative;
    margin-bottom: 24px;
    vertical-align: top;
}
.c-field-container {
    position: relative;
    display: block;
    width: 100%;
    min-height: 72px;
    padding: 0;
    margin: 0;
    transition: border-color .3s;
    text-overflow: ellipsis;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.u-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 12px 24px;
    min-height: 72px;
    color: #414b56;
    background-color: transparent;
    background-image: none;
    border: 0;
    text-overflow: ellipsis;
}
.c-formgroup__field:not(:focus)~.c-formgroup__actions {
    transition-delay: 0s,.3s;
    visibility: hidden;
    opacity: 0;
    visibility: visible\9;
}
.c-formgroup-actions__clear-input {
    background-color: hsla(0,0%,100%,0);
    line-height: 1px;
    padding: 12px;
    margin-top: 1px;
}
.c-clear-input {
    background: none;
    border: 0;
}
.u-button.-button-gray {
    position: relative;
    color: #414b56;
    border: 1px solid #d2d6d9;
    border-radius: 1px;
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px #fff;
    text-shadow: none;
}
.u-button.-button-small {
    min-width: 65px;
    padding: 0 12px;
    height: 36px;
}
.c-formgroup-actions__button {
    top: -3px;
}
.u-type {
    margin-top: 0;
    margin-bottom: 0;
}
.u-button {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    border-radius: 1px;
    transition: background-color .3s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #a1a4a6;
    fill: #a1a4a6;
    background-color: #fff;
}
.c-cta--default.-cta-full, .c-cta--primary.-cta-full, .c-cta--secondary.-cta-full, .c-cta--simple.-cta-full {
    width: 100%;
    margin-bottom: 12px;
}
.c-checkout-login__cta {
    min-width: 0;
}
.c-cta--default, .c-cta--primary, .c-cta--secondary, .c-cta--simple {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    border-radius: 1px;
    transition: background-color .3s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    color: #a1a4a6;
    fill: #a1a4a6;
    background-color: #fff;
}
.u-tac {
    text-align: center;
}
.u-link--underline {
    color: #3a6d98;
    outline: none;
    font-weight: 600;
    border-bottom: 1px solid #3a6d98;
    padding-bottom: 4px;
}
.c-cta--primary:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.c-cta--primary {
    color: #fff;
    background: #3a6d98;
    border: 1px solid #3a6d98;
}
.c-cta--primary {
    font-family: utopia-std,Georgia,serif;
    font-size: 20px;
    line-height: 30px;
    min-width: 284px;
    padding: 0 24px;
    height: 60px;
    font-weight: 600;
}
.u-template__main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px 48px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 240px;
}


/* Select template page */
.shop-sidebar {
    position: relative;
}
ul.shop-cate li a {
    padding: 0 15px;
}
ul.shop-cate li {
    list-style: none;
}
.shop-cate a {
    position: relative;
    line-height: 38px;
    border-bottom: 1px solid #d1d5db;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    /* padding-left: 10px; */
}
.shop-cate55 a:before {
    content: "";
    height: 3px;
    width: 1px;
    line-height: 38px;
    background: #2d3a4b;
    position: absolute;
    left: 0px;
    top: 17px;
}
.shop-cate a:hover, .shop-cate a.active {
    line-height: 38px;
    background: #f1f3f6;
    color: #337ab7;
    color: #337ab7;
}
.shop-cate a span {
    float: right;
}
.shop-tittle {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-top:20px;
}
.shop-tittle:first {
    margin-top: 0;
}
.shop-tittle5555:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #337ab7;
    position: absolute;
    left: 0px;
    top: 6px;
}
.shop-tittle .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.item-display {
    margin-bottom: 25px;
}
.item-display {
    color: #CCC;
}
.item-display span.product-num {
    display: inline-block;
    width: 100%;
    line-height: 40px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 110px;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: left;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select .btn {
    padding: 8px 10px;
    background: none !important;
    font-size: 16px;
    color: #2d3a4b;
    letter-spacing: 0px;
    line-height: 28px;
    outline: none !important;
    text-transform: none;
    float: left;
    border: 0;
}
.shop-page .btn-default555 {
    background-color: transparent;
    border-color: transparent;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn555 {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 5px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: 46px;
    background: #2d3a4b;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    margin-top: 0px;
    box-shadow: 0 5px 6px rgba(0,0,0,.1);
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
select.bs-select-hidden, select.selectpicker {
    display: none !important;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.item-display .grid-style {
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 20px;
}
.shop-page .item {
    margin-bottom: 50px;
    position: relative;
}
.on-sale {
    background: #ffe115;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    font-size: 18px;
    padding-top: 10px;
}

.papular-block .item-img {
    margin-bottom: 10px;
}
.papular-block .item img {
    width: 100%;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.papular-block .item-images {
    margin-bottom: 10px;
}
.papular-block .item-images {
    position: relative;
    overflow: hidden;
}
.papular-block .item images {
    width: 100%;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.papular-block .overlay {
    background: rgba(255,255,21,0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.papular-block .position-center-center {
    width: 100%;
    text-align: center;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.papular-block .item-name {
    width: 100%;
    text-align: center;
    z-index: 9;
}
.papular-block .item-name a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.papular-block .item-name p {
    font-size: 13px;
    margin: 0px;
    margin-top: 10px;
}
.papular-block p {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.papular-block .price {
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #2d3a4b;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.papular-block .price small {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.pagination {
    float: right;
    border: none;
    border-radius: 0px;
}
.pagination li.active a {
    background: #337ab7;
    color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #909090;
    cursor: default;
    background-color: #f1f3f6;
    border-color: #f1f3f6;
}

.design-search .input-search {
    width: 215px;
    padding: 7px 12px;
    float: left;
    margin-right: 0;
}
.design-search button {
  right:auto;
}

.eddm_reg {
    line-height: 160%;
    vertical-align: top;
    font-size:50%;
}

#ProcessFrame_Id {
    display: none;
    height: 0;
    width: 0;
}

.alert-danger {
    color: #31708f;
    background-color: #d4eafd;
    border-radius: 0;
    border-color: #f1f3f6;
    text-align: left;
    margin-bottom: 0;
}
.alert-info {
    color: #6b5c3b;
    background-color: #fbf2de;
    border-radius: 0;
    border-color: #fbf2de;
    text-align: left;
    margin-bottom: 0;
}


/* register page */
#RegisterContent form input[disabled]{
	opacity: 0.5;
}

#RegisterContent div.row.success p.verify, #RegisterContent div.row.error p.verify  {
	position:absolute;
	top:7px;
	right:20px;
	width:26px;
	height:26px;
	background-image:url(/images/ico_Validation.png);
	background-repeat:repeat-y;
	background-position:0px -3px;
}

#RegisterContent div.row.error p.verify {
	background-position:0px 21px;
}

#RegisterContent form .pass_info {
	position:absolute;
	top:37px;
	left:400px;
	width:320px;
	padding:10px 20px;
	font-size:14px;
	background-color:#fff;
	border:2px solid #003673;
	z-index:10;
}

#RegisterContent form .pass_info p.info {
	margin-top:5px;
	margin-bottom:10px;
	font-size:13px;
}

#RegisterContent form .pass_info p.info #P_Strength {
	padding-left:10px;
	font-weight:bold;
	color:#0000FF;
}

#RegisterContent form .pass_info p.info.suggest {
	position:relative;
	margin-top:0px;
	margin-bottom:3px;
	padding-left:60px;
}

#RegisterContent form .pass_info p.valid span, #RegisterContent form .pass_info p.invalid span {
	position:absolute;
	top:2px;
	left:25px;
	width:26px;
	height:26px;
	background-image:url(/images/ico_Validation.png);
	background-repeat:repeat-y;
	background-position:2px -3px;
}

#RegisterContent form .pass_info p.invalid span {
	background-position:3px 21px;
}

#RegisterContent form .pass_info .triangle {
	position:absolute;
	left:113px;
	top:-16px;
	color:#444;
	font-size:14px;
}

#TCAgreement {
	display:none;
	position:absolute;
	top:0;
	left:-80px;
	padding:20px 20px 0px 20px;
	width:800px;
	border-radius:15px;
	border:2px solid #444;
	background-color:#eee;
	z-index:10;
}

#TCAgreement div.agreement {
	height:400px;
	padding:20px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	background-color:#fff;
	border:1px solid #444;
}

#TCAgreement div.agreement p {
	margin:10px 0;
}

#TCAgreement div.agreement p.heading {
	margin-top:25px;
	font-weight:bold;
}

#TCAgreement div.agreement p.indent {
	padding-left:30px;
}

a.blocked {
  display: block;
}

a.blocked > img {
  width: 100%;
}
.background-cover {
    opacity:1;
    background-color:#fff;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}


/* overide bootstrap pills */
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #2889d4;
    background-color: #dddddd;
}

.wide-pill-buttons {
  width: 100%;
  padding: 20px 0 30px 0;
  margin: 0 auto;
  text-align: center;
}

.wide-pill-buttons .nav-pills > li > a {
    border-radius: 0;
}
.wide-pill-buttons .nav > li > a {
    padding: 10px 45px;
}

.text-muted {
    color: #bbb;
}


.article ul {
    padding: 0 0 0 40px;
    margin: 0;
    list-style: disc;
}
.section-holder-area .radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.nopadding { padding-bottom:0; margin-bottom:0; }

ol.spacing555 {
    font-size: 20px;
    font-weight: bold;
}
ul.spacing li, ol.spacing li {
  margin-bottom: 20px;
}

/* Fade in div */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fade-in.one {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.center-div {
     margin: 0 auto;
     width: 100px;
}

/* header alert */
.header-panel {
	width: 100%;
	min-height: 50px;
	background-color: #e8e8e8;
	padding: 12px 0;
	text-align: center;
	color: #337ab7;
	font-size: 16px;
}
.header-panel.announcement {
	background-color: #aab9d0;
  color: #4e638e;
  min-height: 70px;
  padding: 20px 0;
}
.inner-message {
    margin: 0 auto;
}
.inner-message a {
  text-decoration: underline;
}
.inner-message span {
  padding-right: 5px;
  font-weight: bold;
  font-size: 18px;
}


/*==================
 RESPONSIVE DESIGN
====================*/
@media (max-width: 1199px) {
  .aa-product-catg {
    margin-left: -45px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 45px;
    width: 20.5%;
  }

  .slick-prev {
    left: 93%;
  }

  .aa-popular-category-area .slick-dots {
    display: none !important;
  }

  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
    left: 15px;
  }

  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    right: -15px;
  }

  #aa-slider .aa-slider-area .seq-title h2 {
    line-height: 50px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    width: 29.2%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  .aa-sidebar-price-range .aa-filter-btn {
    margin-top: 10px;
  }

  #aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
    font-size: 22px;
  }

  #aa-catg-head-banner images {
    width: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 5% 0;
  }
}

@media (max-width: 991px) {
	.logo-mobile {
    padding-top: 20px;
  }

	.home-slider2 {
    height: auto;
  }

	#home-slideshow.home-slider2 .container {
		width: 490px;
    height: 300px;
    float: right;
    margin: 85px 165px 0 0;
	}

	.content-block h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 30px;
	    margin: 0;
	    padding-bottom: 10px;
	}

	#home-slideshow .content-block p {
    margin: 0;
    font-size: 16px;
    color: #fff;
	}

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    	margin-right: 0;
  }

	.col-sel-3 {
	    border: 3px solid #ff8040;
	    height: 125px;
	}

	.tfs-banner-sellection .text-position {
		position: absolute;
		top: 5px;
  }
  .tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 0;
}
	.col-sel-3 .box-text-sel h2 {
			font-size: 18px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			line-height: 1.2;
	}

	.col-sel-3 .box-text-sel p {
	    font-weight: 400;
	    font-size: 12px;
	    line-height: 1.1;
	}

	.tfs-banner-sellection div.img-hover { height: 150px; }

	.subscribe-area {
	    clear: both;
	    height: 190px;
	    background-color: #cdeef1;
	}
	.subscribe-container {
	    margin-top: 30px;
	}

	#frm_NewsleterSignup input[type="text"] {
	    font-size: 17px;
	    height: 50px;
	    padding: 0 15px;
	    width: 50%;
	}

  #menu .menu-area .navbar-default .navbar-nav li a {
    font-size: 15px;
    padding: 8px;
  }

  #aa-slider .aa-slider-area .seq-title {
    left: 8%;
    width: 80%;
  }

  .aa-product-catg {
    margin-left: -20px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 30.5%;
  }

  .slick-prev {
    left: 91%;
  }

  #quick-view-modal .modal-dialog {
    margin: 10% auto;
    width: 90%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    width: 44%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 3.5% 0;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
    padding-right: 20px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-images {
    margin-right: 20px;
    width: 42%;
  }
  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-images images {
    max-width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
    padding-right: 25px;
    font-size: 15px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
    bottom: 20%;
    left: 46%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
    width: 42%;
  }

  #aa-product-details .aa-product-details-area .aa-product-details-content {
    margin: 0 auto;
    width: 100%;
  }

  .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container {
    width: 100%;
  }
  .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container .simpleLens-lens-image {
    width: 100%;
  }

  .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
    float: none;
    margin-top: 20px;
  }

  #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
    margin-top: 20px;
  }

  #aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

	.logo-mobile {
    padding-top: 10px;
  }

	.home-slider2 {
    height: auto;
  }

	#home-slideshow.home-slider2 .container {
		width: 490px;
    height: 300px;
    float: right;
    margin: 85px 165px 0 0;
	}

	.content-block h2 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 30px;
	    margin: 0;
	    padding-bottom: 10px;
	}

	#home-slideshow .content-block p {
    margin: 0;
    font-size: 16px;
    color: #fff;
	}

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    	margin-right: 0;
  }

	.col-sel-3 {
	    border: 3px solid #ff8040;
	    height: 125px;
	}

	.tfs-banner-sellection .text-position {
		position: absolute;
		top: 5px;
  }
  .tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 0;
}
	.col-sel-3 .box-text-sel h2 {
			font-size: 18px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			line-height: 1.2;
	}

	.col-sel-3 .box-text-sel p {
	    font-weight: 400;
	    font-size: 12px;
	    line-height: 1.1;
	}

	.tfs-banner-sellection div.img-hover { height: 150px; }

	.subscribe-area {
	    clear: both;
	    height: 190px;
	    background-color: #cdeef1;
	}
	.subscribe-container {
	    margin-top: 30px;
	}

	#frm_NewsleterSignup input[type="text"] {
	    font-size: 17px;
	    height: 50px;
	    padding: 0 15px;
	    width: 50%;
	}

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle {
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    color: #fff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #aa-product .aa-product-area {
    padding: 0 15px;
  }

  #aa-popular-category .aa-popular-category-area {
    padding: 0 15px;
  }

  #aa-support .aa-support-area .aa-support-single {
    margin-bottom: 30px;
  }

  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single {
    margin-bottom: 30px;
  }

  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-images {
    height: 400px;
  }

  #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
    margin-bottom: 30px;
    text-align: center;
  }

  .simpleLens-lens-element {
    display: none;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    width: 45%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  .aa-product-details-content .aa-product-view-slider .simpleLens-container {
    width: 100%;
  }

  #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding: 0 30px;
    text-align: center;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
    float: none;
  }

  .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
    float: none;
    margin-top: 20px;
  }

  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 15px;
    padding: 12px;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
    padding: 15px;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    font-size: 15px;
    margin-right: 15px;
    min-width: 100px;
    padding: 12px;
    width: 150px;
  }

  .aa-blog-details .aa-blog-content-single .blog-single-tag {
    text-align: center;
  }

  .aa-blog-details .aa-blog-content-single .blog-single-social {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 640px) {

	.logo-mobile {
    padding-top: 10px;
  }

	.home-slider2 {
    height: auto;
  }

	#home-slideshow.home-slider2 .container {
	    width: 360px;
	    height: 210px;
	    float: right;
	    margin: 20px 90px 0 0;
	}

	#home-slideshow .content-block {
    left: 50px;
	}

	#home-slideshow .content-block .padTop40 {
    padding-top: 20px;
	}

	.content-block h2 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 30px;
	    margin: 0;
	    padding-bottom: 10px;
	}

	#home-slideshow .content-block p {
    margin: 0;
    font-size: 14px;
    color: #fff;
	}

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    	margin-right: 0;
  }

	.col-sel-3 {
	    border: 3px solid #ff8040;
	    height: 125px;
	}

	.tfs-banner-sellection .text-position {
		position: absolute;
		top: 5px;
  }
  .tfs-banner-sellection .col-sel {
    position: relative;
    margin-top: 0;
}
	.col-sel-3 .box-text-sel h2 {
			font-size: 18px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			line-height: 1.2;
	}

	.col-sel-3 .box-text-sel p {
	    font-weight: 400;
	    font-size: 12px;
	    line-height: 1.1;
	}

	.tfs-banner-sellection div.img-hover { height: 150px; }

	.subscribe-area {
	    clear: both;
	    height: 190px;
	    background-color: #cdeef1;
	}
	.subscribe-container {
	    margin-top: 30px;
	}

	#frm_NewsleterSignup input[type="text"] {
	    font-size: 17px;
	    height: 50px;
	    padding: 0 15px;
	    width: 50%;
	}

	h2.about, #aa-highlight h2, #aa-banner h2 {
    font-size: 20px;
	}

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
    width: 100%;
  }

  .aa-product-catg {
    margin-left: -20px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 46%;
  }

  .slick-prev {
    left: 89%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
    margin-left: 0;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    margin-left: 0px;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr td images {
    height: 40px;
    width: 40px;
  }

  #cart-view .cart-view-area .cart-view-table .table thead tr th {
    font-size: 16px;
    padding: 10px 0;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr td {
    font-size: 14px;
  }

  #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    font-size: 12px;
    margin-right: 10px;
    min-width: 100px;
    padding: 8px;
    width: 100px;
  }

  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 12px;
    padding: 10px;
  }

  #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
    font-size: 20px;
  }

  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 10px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  #aa-slider .aa-slider-area .seq-title {
    left: 2%;
    top: 15%;
    width: 90%;
  }

  #aa-slider .aa-slider-area .seq-title h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
  }

  #aa-slider .aa-slider-area .seq-title span {
    font-size: 12px;
  }

  .seq .seq-next, .seq .seq-prev {
    font-size: 30px;
    line-height: 35px;
    margin-top: -50px;
    padding: 5px 12px;
  }

  .aa-product-catg {
    margin-left: 0;
  }

  .aa-product-catg li {
    margin-left: 0;
    width: 100%;
  }

  .slick-prev {
    left: 84%;
  }

  #aa-promo .aa-promo-area {
    margin-top: -20px;
    padding: 0;
  }

  #aa-promo .aa-promo-area .aa-promo-left {
    height: 250px;
    width: 100%;
  }

  #aa-promo .aa-promo-area .aa-promo-right {
    height: auto;
  }

  #aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
    height: 250px;
    width: 100%;
  }

  #aa-product .aa-product-area {
    margin-top: 20px;
  }

  .aa-products-tab li a {
    margin: 0 4px;
    padding: 6px;
  }

  .scrollToTop {
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    width: 40px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
    width: auto;
    padding: 0 5px 0 0;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
    padding: 0 5px 0 0;
    width: auto;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    height: 500px;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-images {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
    top: 40%;
    width: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb {
    margin-bottom: 0;
    padding: 3px 10px;
  }

  #aa-catg-head-banner {
    height: 100px;
  }

  #aa-catg-head-banner images {
    height: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 6.5% 0;
  }

  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 7px;
    padding: 8px 0;
  }

  #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
    font-size: 14px;
    padding: 10px 0;
  }

  #aa-contact .aa-contact-area .aa-contact-top {
    padding: 20px;
  }

  #aa-contact .aa-contact-area .aa-contact-top h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form textarea {
    width: 100%;
  }

  #aa-contact .aa-contact-area .aa-contact-address {
    padding: 20px;
  }

  #aa-error .aa-error-area {
    padding: 70px 70px 90px;
  }

  #aa-error .aa-error-area h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }

  .aa-blog-details #respond input[type="text"], .aa-blog-details #respond input[type="email"], .aa-blog-details #respond input[type="url"] {
    width: 100%;
  }
}

@media (max-width: 360px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
    display: inline-block;
  }

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
    text-align: left;
  }

  #aa-header .aa-header-bottom .aa-cartbox {
    text-align: center;
    width: 100%;
  }

  #aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
    display: inline-block;
  }

  .aa-popular-category .aa-products-tab {
    text-align: left;
  }

  .aa-popular-category-area .tab-content {
    margin-top: 40px;
  }

  .slick-prev, .slick-next {
    margin-top: 0;
    top: -40px;
  }

  .slick-prev {
    left: 77%;
  }

  #aa-subscribe .aa-subscribe-area .aa-subscribe-form {
    width: 100%;
  }

  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    top: 30%;
  }

  #aa-subscribe .aa-subscribe-area h3 {
    font-size: 20px;
  }

  #aa-subscribe .aa-subscribe-area p {
    font-size: 14px;
  }

  #aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
    font-size: 14px;
  }

  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 45%;
  }

  #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-images {
    height: 250px;
  }

  #wpf-loader-two .wpf-loader-two-inner {
    left: 36%;
  }

  #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
    width: 100%;
    text-align: center;
  }

  #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
    text-align: center;
  }

  #quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .aa-add-to-cart-btn {
    min-width: 150px;
  }

  #quick-view-modal .modal-content .aa-product-view-content {
    text-align: center;
    margin-top: 10px;
  }

  #quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
    text-align: left;
  }

  #quick-view-modal .modal-content .aa-product-view-content h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 8% 0;
  }

  #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding: 0 10px;
  }

  #aa-product-details .aa-product-details-area .aa-product-related-item h3 {
    text-align: left;
  }

  #aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev, #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
    top: -75px;
  }

  #cart-view .cart-view-area .cart-view-table {
    padding: 0 0 20px;
  }

  #cart-view .cart-view-area .cart-view-table .table2 tbody tr td images {
    height: 15px;
    width: 15px;
  }

  #cart-view .cart-view-area .cart-view-table .table2 thead tr th {
    font-size: 10px;
    padding: 7px 0;
  }

  #cart-view .cart-view-area .cart-view-table .table2 tbody tr td {
    font-size: 14px;
  }

  #cart-view .cart-view-area .cart-view-table .table2 tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    font-size: 12px;
    margin-right: 10px;
    min-width: 100px;
    padding: 8px;
    width: 100px;
  }

  #cart-view .cart-view-area .cart-view-table2 .aa-cart-view-btn {
    font-size: 12px;
    padding: 10px;
  }

  #cart-view .cart-view-area .cart-view-table2 .cart-view-total h4 {
    font-size: 20px;
  }

  #cart-view .cart-view-area .cart-view-table2 .cart-view-total {
    width: auto;
  }

  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 7px;
    min-width: auto;
    padding: 8px 0;
  }

  #cart-view .cart-view-area .aa-wishlist-table .table2 thead tr th {
    font-size: 13px;
    padding: 10px 0;
  }

  #aa-error .aa-error-area {
    padding: 10px;
    padding-bottom: 30px;
  }

  .aa-blog-details h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .aa-blog-details .aa-blog-content-single p {
    font-size: 15px !important;
  }

  .aa-blog-details .aa-blog-content-single blockquote {
    font-size: 16px;
  }

  .aa-blog-details .aa-blog-navigation .aa-blog-prev {
    font-size: 14px;
    padding: 6px 10px;
  }

  .aa-blog-details .aa-blog-navigation .aa-blog-next {
    padding: 6px 10px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 52%;
  }

  #aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
    padding: 6px 1px;
    font-size: 10px;
  }

  #aa-header .aa-header-top .aa-header-top-left .aa-language {
    padding-top: 3px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
    margin-left: 5px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
    margin-right: 0;
  }

  #cart-view .cart-view-area .cart-view-table .table2 tbody tr td {
    font-size: 10px;
  }

  #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  #cart-view .cart-view-area .cart-view-table .table2 tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    font-size: 10px;
    min-width: auto;
    padding: 6px;
    width: 90px;
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    padding: 5px 2px;
  }
}

/* Preview PDF */
div.previewPDF {
    margin: 0 auto;
}
div.previewPDF canvas {
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #323435;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50,52,53,1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(50,52,53,1);
    box-shadow: 3px 3px 10px 0px rgba(50,52,53,1);
}
span.pagetitle {
    clear:both;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

/*==================
 END - RESPONSIVE DESIGN
====================*/


.brownbg { display: inline-block; background-color: #f9f6ed !important; }
.greybg { display: inline-block; background-color: #f9f9fb !important; }

.ekko-lightbox .modal-title i {
    color:#aaa;
    font-size: 13px;
    text-transform: italic;
    padding-left: 40px;
}

.shadow {
  border: 1px solid #BBBBBB;
  box-shadow: 5px 5px 5px #d7d7d7;
}
.ekko-lightbox-item {
  border: 1px solid #BBBBBB;
  box-shadow: 5px 5px 5px #d7d7d7;
}
.center {
  text-align: center;
}

.fullheight {
   min-height: 100vh;
 }


#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}



.color2 { color:#337ab7; }
/* .headline { font-size: 2em; line-height: 1.2; }
.subheadline { font-size: 1.6em; line-height: 1.2; } */
.nowrap { white-space: nowrap; }

.zoomtoolbar {
  width: 145px;
  vertical-align: middle;
}
.zoomtoolbar span {
  float: left;    
}
.block-text-bg {
  display: table-cell;
  height: 25px;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  /* border-radius: 9%; */
  background: #ccced2;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
}

#holder {
  position: relative;
  z-index: 1;
}
#holder-toolbar {
  position: relative;
  z-index: 2;
}

.rotate {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -o-transform: rotate(-90deg); /* Opera */
    -moz-transform: rotate(-90deg); /* Firefox */
    margin-top: 160px;
 }

 div.static-alert {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 15px 110px;
  background-image: url('/images/toast-icon-info.png');
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: 20px 10px;
  border-radius: 3px;
}
div.static-alert p {
  margin: 0;
  font-size: 14px;
}
div.static-alert p span.alert-heading {
 color: #166fd7;
 font-weight: bold;
}

.data-warning {
  color: red;
  font-weight: bold;
  font-style: italic;
}

/* HTML: <div class="loader"></div> */
.loader-container {
  position: fixed;
  background-color: #FFF;
  opacity: .6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.loader {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#dc6227 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#dc6227);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
  position: absolute;
  top:  54%;
  left: 55%;
}

@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

/* header and top nav */
.site-header .container {
  display: flex;
  align-items: center;
}
.site-header .logo {
  display: flex;
  justify-content: start;
}
.site-header .nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-nav {
	margin: 1em 0 .5em;
	text-align: center;
}
.main-nav li {
	display: inline;
}
.main-nav a {
	display: inline-block;
	padding: .5em .75em;
}