/* BASE - Base tyles, Variables, Mixins, etc. */
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #212121;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.4;
}

.no-padding {
  padding: 0;
}

/* MODULES - Individual site components */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

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

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

img {
  border: none;
}

.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: #fff;
  font-size: 16px;
  padding: 10px 22px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms--border-radius: 5px;
  border-radius: 5px;
  -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: 14px;
    padding: 8px 20px;
  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;
  border-radius: 5px;
}
.aa-browse-btn span {
  margin-left: 5px;
}
.aa-browse-btn:hover,
.aa-browse-btn:focus {
  background-color: #fff;
}

.aa-add-to-buy-btn,
.aa-add-to-buy-btn:hover,
.aa-add-to-buy-btn:focus {
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  text-align: center;
  background: #55c16b;
  border-radius: 100px;
  cursor: pointer;
}
.aa-add-to-cart-btn,
.aa-add-to-cart-btn:hover {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: calc(50% - 10px);
  text-align: center;
  background: #55c16b;
  border-radius: 2px;
}
.aa-add-to-cart-btn span {
  margin-right: 5px;
}
.aa-addpro-to-cart-btn,
.aa-addpro-to-cart-btn:hover {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: calc(50% - 10px);
  margin-right: 10px;
  text-align: center;
  background: #20c0e0;
  border-radius: 2px;
}
.aa-addpro-to-cart-btn span {
  margin-right: 5px;
}
.aa-filter-btn {
  color: #fff;
  font-size: 15px;
  height: 30px;
  width: 60px;
}

.aa-cart-view-btn {
  float: right;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 25px;
  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
====================*/
/*---- 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%;
  background: linear-gradient(90deg, #00cde0 50%, #0090ff 100%);
}
#aa-header .aa-header-top {
  display: inline;
  float: right;
  width: 35%;
}
#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 img {
  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 img {
  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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0px 20px;
  text-align: left;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li .fa-fsize { 
  font-size:22px;
}
#aa-header .aa-header-bottom {
  float: left;
  display: inline;
  width: 100%;
  padding: 0;
}
#aa-header .aa-header-bottom .aa-header-bottom-area {
  float: left;
  display: inline;
  width: 65%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
  float: left;
  margin-top: 1px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
  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-top: 10px;
  position: relative;
  width: 650px;
}
#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: 42px;
  padding: 10px 55px 10px 10px;
  width: 100%;
  display: inline-block;
  float: left;
  border-radius: 4px 4px 4px 4px;
  outline:none;
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box select {
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;

  height: 42px;
  padding: 10px;
  width: 35%;
  display: inline-block;
  float: left;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
  border: medium none;
  color: #000;
  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;
  background: transparent;
}
#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: 39%;
  top: -15px;
  z-index: 10;
  -webkit-animation-name: cartbox-transition;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: cartbox-transition;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#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-img {
  display: block;
  float: left;
  height: 95px;
  width: 80px;
}
#aa-header
  .aa-header-bottom
  .aa-cartbox
  .aa-cartbox-summary
  ul
  li
  .aa-cartbox-img
  img {
  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;
  font-family: "Lato", sans-serif;
  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;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}

/*==================
 NAVBAR SECTION
====================*/
.navbar-default .navbar-collapse {
  padding: 0;
}
#menu {
  display: inline;
  float: left;
  width: 100%;
  box-shadow: 0 1px 1px 0 #d7d7d7;
}
#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 !important;
  width: 100%;
}
#menu .menu-area .navbar-default .navbar-nav li a {
  color: #212121;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 0 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;
}
#menu .menu-area .navbar-default .navbar-nav .open a {
  background-color: #fff;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 10px;
  color: #212121;
  font-size: 14px;
  font-weight: normal;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li:first-child {
  border-top: none;
}
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li {
  border-top: 1px solid #ebebeb;
}
#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;
}

/* ALL SECTION */
/*scrol to top*/
.scrollToTop {
  bottom: 5px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  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: #fff;
  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;
}
#wpf-loader-two .wpf-loader-two-inner {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100px;
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
  text-align: center;
}

#wpf-loader-two .wpf-loader-two-inner:before {
  content: "";
  height: 57%;
  left: -204px;
  position: absolute;
  top: -5px;
  transition: all 0.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:after {
  content: "";
  height: 57%;
  left: 104%;
  position: absolute;
  top: 50%;
  transition: all 0.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 span {
  color: #fff;
  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 {
  left: 19%;
  margin-right: 0;
  position: absolute;
  top: 70%;
  width: 57%;
  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 {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  display: inline-block;
  float: none;
  font-size: 50px;

  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;
  border: 2px solid #217fff;
}
#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-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 {
  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 img {
  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 img {
  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
====================*/

#dcc-product {
  display: inline;
  float: left;
  width: 100%;
}
#dcc-product .dcc-product-area {
  display: inline;
  float: left;
  width: 100%;
}
#dcc-product .dcc-product-area .dcc-product-inner {
  display: inline;
  float: left;
  width: 100%;
}
#dcc-product .dcc-product-area .dcc-product-inner .dcc-product-catg {
  float: left;
  width: 100%;
  padding-left: 3px;
}
#dcc-product .dcc-product-area .dcc-product-inner #men {
  text-align: center;
  padding-bottom: 35px;
}
#dcc-product .dcc-product-area .dcc-product-inner #electronics {
  text-align: center;
  padding-bottom: 35px;
}
#dcc-product .dcc-product-area .dcc-product-inner #women {
  text-align: center;
  padding-bottom: 35px;
}

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

.dcc-product-content {
  margin-left: -30px;
  margin-top: 20px;
}
.dcc-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;
}

.dcc-product-img img {
  max-width: 150px;
  max-height: 150px;
  text-align: center;
  display: inline-block;
}

.dcc-product-catg li {
  display: block;
  float: left;
  text-align: center;
  width: 16.66%;
  position: relative;
  margin-bottom: 20px;
}
.dcc-product-catg1 li {
  display: block;
  float: left;
  text-align: center;
  width: 25%;
  position: relative;
  /*margin-bottom: 20px;*/
}
.dcc-product-catgli {
  display: block;
  float: left;
  min-height: 280px;
  text-align: center;
  margin: 0 0 10px 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: calc(100% - 10px);
}

.wishlistbtn {
  float: right;
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 20px;
  z-index: 999;
}
.mainwishlistbtn span.active,
.wishlistbtn span.active {
  color: #217fff;
}
.cardcount {
  position: absolute;
  top: 17px;
  right: 10px;
  border-radius: 100%;
  background: #f00;
  padding: 2px 5px;
  font-size: 8px;
}
.dcc-product-catgli:hover figure .dcc-product-img {
  /* background-color: rgba(0, 0, 0, 0.5);*/
}

.dcc-product-catgli:hover .dcc-product-hvr-content {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.dcc-product-catgli figure {
  position: relative;
}
.dcc-product-catgli figure .dcc-product-img {
  padding-top: 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;
  min-height: 160px;
  width: 100%;
  display: table;
  overflow: hidden;
}

.dcc-product-img span {
  display: table-cell;
  vertical-align: middle;
}
.aa-add-btn-class {
  margin-top: 12px;
}
.ratingview {
  float: right;
  padding-right: 5px;
}
.dcc-product-catgli figure .aa-add-card-btn {
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  width: 50%;
  float: left;
  border-right: 1px solid #fff;
}
.dcc-product-catgli figure .aa-add-buy-btn {
  background: #217fff;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  width: 50%;
  float: left;
}
.dcc-product-catgli figure .aa-add-card-btn span,
.dcc-product-catgli figure .aa-add-buy-btn span {
  margin-right: 5px;
}
.dcc-product-catgli .dcc-product-title {
  color: #333;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px;
  padding: 2px;
  line-height: 1.2;
}
.dcc-product-fulltitle {
  position: relative;
  cursor: pointer;
}
.dcc-product-desc {
  display: none;
}
.dcc-product-desc.active {
  display: block !important;
  position: absolute;
  background: #fff;
  top: 0;
  min-height: 60px !important;
  border: 1px solid #ebebeb;
  width: calc(100% - 4px) !important;
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px !important;
  background: #f9f9f9;
}
.dcc-product-desc:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: -7px;
  transform: rotate(180deg);
  left: 45%;
}
.dcc-product-catgli .dcc-product-desc {
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 13px;

  min-height: 40px;
  padding: 2px;
  line-height: 1.2;
}
.dcc-product-pricediv {
  font-size: 12px;
  line-height: 1.2;
}
.dcc-product-catgli .dcc-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;
}
.dcc-product-catgli .dcc-product-price {
  letter-spacing: 0.5px;
  font-size: 14px;
}
.dcc-product-catgli .dcc-product-price {
  margin-left: 5px;
}
.dcc-product-catgli .dcc-product-hvr-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  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%);
}
.dcc-product-catgli .dcc-product-hvr-content a {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
}
.dcc-product-catgli .aa-badge {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
.dcc-product-catgli .aa-sale {
  background-color: #008000;
}
.dcc-product-catgli .aa-sold-out {
  background-color: #ff0000;
}
.dcc-product-catgli .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
  .dcc-product-view-slider
  .simpleLens-container {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-slider
  .simpleLens-container
  .simpleLens-big-image-container {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-slider
  .simpleLens-container
  .simpleLens-big-image-container
  .simpleLens-lens-image {
  width: 100%;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-slider
  .simpleLens-thumbnails-container {
  text-align: center;
}
#quick-view-modal .modal-content .dcc-product-view-content {
  padding-right: 10px;
  padding-bottom: 10px;
}
#quick-view-modal .modal-content .dcc-product-view-content h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
#quick-view-modal .modal-content .dcc-product-view-content h4 {
  font-weight: bold;
  letter-spacing: 1px;
}
#quick-view-modal .modal-content .dcc-product-view-content > p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
#quick-view-modal .modal-content .dcc-product-view-content .aa-price-block {
  position: relative;
  margin-bottom: 5px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-price-block
  .dcc-product-view-price {
  font-size: 18px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-price-block
  .dcc-product-avilability {
  position: absolute;
  right: 0;
  top: 0;
}
#quick-view-modal
  .modal-content
  .dcc-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 .dcc-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-quantity
  form {
  display: inline-block;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-quantity
  form
  select {
  height: 25px;
  width: 40px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-quantity
  .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-quantity
  .aa-prod-category
  a {
  font-size: 14px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#quick-view-modal
  .modal-content
  .dcc-product-view-content
  .aa-prod-view-bottom
  a:last-child {
  margin-left: 10px;
}

/*==================
  BANNER SECTION
====================*/

#aa-banner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area a {
  display: block;
}
#aa-banner .aa-banner-area a img {
  width: 100%;
}

/*==================
  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
====================*/

#dcc-support {
  display: inline;
  float: left;
  width: 100%;
}
#dcc-support .dcc-support-area {
  display: inline;
  float: left;
  padding: 0 100px 50px;
  width: 100%;
}
#dcc-support .dcc-support-area .dcc-support-single {
  display: inline;
  text-align: center;
  padding: 0 10px;
  float: left;
  width: 100%;
}
#dcc-support .dcc-support-area .dcc-support-single span {
  font-size: 80px;
}
#dcc-support .dcc-support-area .dcc-support-single h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#dcc-support .dcc-support-area .dcc-support-single p {
  font-size: 16px;
  text-transform: uppercase;
  color: #217fff;
}

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

#aa-testimonial {
  background-attachment: fixed;
  background-image: url("../img/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-img {
  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-img {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.aa-latest-blog-single .aa-blog-img:hover img {
  -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-img img {
  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-img .aa-blog-img-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-img .aa-blog-img-caption a,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span {
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  font-weight: bold;
}
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a i,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-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%;
}
#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 img {
  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;
}

#aa-subscribe {
  display: inline;
  float: left;
  width: 100%;
}

#aa-subscribe .aa-subscribe-area p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form {
  margin: 20px 0;
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="text"],
#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%;
  outline: none;
}
#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 {
  width: 100%;
  vertical-align: middle;
  display: table;
  overflow: hidden;
  background: #edf7fb;
  border-bottom: 1px solid #d9e9ef;
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: 100%;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  line-height: 1.5;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb {
  border-radius: 0;
  background-color: transparent;
  text-align: right;
  margin-bottom: 0;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb
  a {
  color: #0091fe;
}
#dcc-product-category {
  display: inline;
  float: left;
  width: 100%;
}
#dcc-product-category .aa-sidebar {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  /* category */
  /* tags */
  /* price range  */
  /* price by color */
}
.Filterdivtitle {
  background: #fff !important;
  font-size: 18px !important;
}

#dcc-product-category .aa-sidebar .aa-sidebar-widget h3 {
  margin: 0;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

#dcc-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;
  font-size: 12px;
}

#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a:hover {
  color: #000;
  font-weight: bold;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a.active {
  color: #217fff;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
  padding: 5px;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
  cursor: pointer;
  font-size: 12px;
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px 0 hsl(0deg 0% 100% / 50%);
  border-radius: 3px;
  margin: 2px 4px;
  overflow: hidden;
  max-width: 200px;
  padding: 8px;
  display: inline-block;
  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;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  .noUi-connect {
  box-shadow: none;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  input,
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  margin-right: 5px;
  margin-top: 20px;
  padding: 5px;
  line-height: 1.5;
  width: 70px;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  span {
  cursor: pointer;
}
.filterpopup .aa-color-tag,
#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
  display: block;
  width: 100%;
  padding: 10px;
}
.filterpopup .aa-color-tag a,
#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-red {
  background-color: #ff0000;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-green {
  background-color: #008000;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-yellow {
  background-color: #ffff00;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-pink {
  background-color: #ffc0cb;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-purple {
  background-color: #800080;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-blue {
  background-color: #0000ff;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orange {
  background-color: #ffa500;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-gray {
  background-color: #bebebe;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-black {
  background-color: #000;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-cyan {
  background-color: #00ffff;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-olive {
  background-color: #00ffff;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orchid {
  background-color: #da70d6;
}
#dcc-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#dcc-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;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li:last-child {
  border: none;
  margin-bottom: 0px;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img {
  display: block;
  float: left;
  height: 95px;
  width: 100px;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img
  img {
  width: 100%;
  height: 100%;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#dcc-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;
}
#dcc-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;
}
#dcc-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  p {
  font-size: 16px;
}
#dcc-product-category .dcc-product-catg-content {
  display: inline;
  float: left;
  padding: 30px 5px 0 15px;
  width: 100%;
}
#dcc-product-category .dcc-product-catg-content .dcc-product-catg-head {
  display: inline;
  float: left;
  padding: 0;
  width: calc(100% - 10px);
  border-bottom: 1px solid #f3f3f3;
  margin-left: 5px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left {
  float: left;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  label {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-sort-form {
  float: left;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-sort-form
  select {
  border: 1px solid #ccc;
  text-align: left;
  min-width: 60px;
  height: 30px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-sort-form
  select
  option {
  padding: 4px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-show-form {
  float: left;
  margin-left: 25px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-show-form
  select {
  border: 1px solid #ccc;
  text-align: left;
  min-width: 60px;
  height: 30px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-left
  .aa-show-form
  select
  option {
  padding: 4px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-product-catg-head-right {
  float: right;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-head
  .dcc-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;
}
#dcc-product-category .dcc-product-catg-content .dcc-product-catg-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 10px;
}

#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .dcc-product-catgli
  .dcc-product-descrip {
  display: none;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li {
  width: 100%;
  height: 345px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li
  figure
  .dcc-product-img {
  float: left;
  width: 35%;
  margin-right: 40px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li
  figure
  .aa-add-card-btn {
  bottom: 35%;
  left: 40%;
  font-size: 14px;
  transform: scale(1);
  width: 150px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li
  figure
  figcaption {
  text-align: left;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li
  figure
  .dcc-product-descrip {
  display: block;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-body
  .list
  li
  .dcc-product-hvr-content {
  width: 35%;
}
#dcc-product-category .dcc-product-catg-content .dcc-product-catg-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li:first-child
  a,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li:first-child
  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li:last-child
  a,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li:last-child
  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li.active
  a,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li.active
  span {
  border: none;
  color: #fff;
  margin-left: 0px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  a,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  span {
  border: none;
  color: #888;
  margin-left: 0px;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  a:hover,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  span:hover {
  opacity:.8;
}
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  a:focus,
#dcc-product-category
  .dcc-product-catg-content
  .dcc-product-catg-pagination
  .pagination
  li
  span:focus {
  color: #000;
}

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

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

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

#cart-view {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area {
  display: inline;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  min-height: 170px;
}
#cart-view .cart-view-area .cart-view-table .table  {
  /*border: 1px solid #ddd;*/
} 
.dataTables_scrollBody table{
    border-bottom: 2px dotted lightgrey;;
}
.dataTables_scrollHeadInner .dataTable {
    border-top: 1px solid lightgrey!important; 
    border-left: none !important;
    border-right: none !important;
}
.dataTable > thead > tr > th {
  border-bottom: none !important;
}
.dataTable > tbody > tr > td{
  border-top: 2px dotted lightgrey!important;;
}
#cart-view .cart-view-area .cart-view-table .table thead tr th {
  border-bottom: none;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td {
  vertical-align: middle;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove {
  color: #ff0000;
  padding: 5px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove:hover {
  color: #555;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td img {
  max-width: 100px;
  max-height: 100px; 
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-quantity {
  padding: 5px;
  width: 50px;
  text-align: center;
  border: 1px solid #d7d7d7;
  line-height: 1;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-quantitybtn {
  padding: 5px;
  border: 1px solid #d7d7d7;
  margin: 5px;
}

#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-quantitybtn.active {
  background: #217fff;
  color: #fff;
  cursor: pointer;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  td
  .aa-cart-quantitybtn.enable {
  padding: 5px;
  border: 1px solid #d7d7d7;
  margin: 5px;
  background: #fff;
}

#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom {
  padding: 50px;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom
  .aa-cart-coupon {
  float: left;
}
#cart-view
  .cart-view-area
  .cart-view-table
  .table
  tbody
  tr
  .aa-cart-view-bottom
  .aa-cart-coupon
  .aa-coupon-code {
  border: 1px solid #e5e5e5;
  color: #505050;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  margin-right: 20px;
  min-width: 250px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total {
  width: 280px;
  margin: 0;
  text-align: center;
  float: right;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  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;
}
span.fl {
    display: inline-block;
    float: left;
    vertical-align: middle;
    max-width:300px;
}
/*==================
 CHECKOUT PAGE
====================*/

#checkout {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area {
  display: inline;
  float: left;
  padding: 15px 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: 5px;
}
#checkout
  .checkout-area
  .checkout-left
  .panel-group
  .panel-default
  .panel-heading {
  background-color: transparent;
  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-left
  .panel-group
  .aa-checkout-coupon
  input[type="submit"] {
  font-size: 14px;
}  
  .checkout-left
  .panel-group
  .aa-checkout-login
  input[type="text"],  
  .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-left .panel-group .aa-checkout-login label {
  cursor: pointer;
  font-weight: normal;
  margin-top: 8px;
} 
  .checkout-left
  .panel-group
  .aa-checkout-login
  input[type="checkbox"] {
  margin-top: 5px;
}
  .checkout-left .panel-group .aa-checkout-login button {
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 5px;
  float: left;
} 
  .checkout-left
  .panel-group
  .aa-checkout-login
  .aa-lost-password {
  color: #555;
  float: left;
  margin-top: 10px;
  width: 100%;
} 
  .checkout-left
  .panel-group
  .aa-checkout-login
  .aa-lost-password
  a {
  color: #555;
} 
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill {
  display: inline;
  width: 100%;
  margin-bottom: 15px;
  float: left;
} 
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  input {
  border: 1px solid #ccc;
  height: 40px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
} 
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  input[type="checkbox"] {
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 5px;
} 
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  textarea,
.ordernote {
  border: 1px solid #ccc;
  color: #999;
  height: 90px;
  padding: 10px;
  width: 100%;
  resize: none;
  border-radius: 5px;
} 
  .checkout-left
  .panel-group
  .aa-checkout-billaddress
  .aa-checkout-single-bill
  select {
  border: 1px solid #ccc;
  color: #999;
  height: 40px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
#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: 0px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#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;
  border-radius: 5px;
}
#checkout .checkout-area .checkout-right .aa-payment-method label {
  width: 100%;
  font-weight: normal;
}
#checkout .checkout-area .checkout-right .aa-payment-method img {
  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%;
}

/*==================
 MY ACCOUNT  PAGE
====================*/

#aa-myaccount {
  display: inline;
  float: left;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area {
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area h4 {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 6px;
  color: #181818;
}
#aa-myaccount .aa-myaccount-area .aa-myaccount-login {
  display: inline;
  float: left;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area .aa-myaccount-register {
  display: inline;
  float: left;
  width: 100%;
}

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

.aa-login-form input[type="text"],
.aa-login-form input[type="password"] {
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.aa-login-form textarea {
  font-size: 16px;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  resize: none;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.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 button {
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 5px;
  margin-top: 10px;
  float: left;
}
.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-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-img {
  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-img:hover
  img {
  opacity: 1;
}
#aa-blog-archive
  .aa-blog-archive-area
  .aa-blog-content
  .aa-blog-content-single
  .aa-blog-img
  img {
  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-img {
  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-img
  img {
  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-img
  .aa-blog-img-caption
  a {
  margin-right: 8px;
}
#aa-blog-archive
  .aa-blog-archive-2
  .aa-latest-blog-single
  .aa-blog-img
  .aa-blog-img-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-img {
  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: 10px 0;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px 100px;
  text-align: center;
  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-bottom: 20px;
  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;
  -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 {
  font-size: 16px;
  height: 200px;
  padding: 10px;
  width: 100%;
  resize: none;
}
#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;
}

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

#aa-error {
  display: inline;
  float: left;
  width: 100%;
}
#aa-error .aa-error-area {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 30px 60px 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
#aa-error .aa-error-area h2 {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px #ddd;
}
#aa-error .aa-error-area span.color1 {
  color: #0092ff;
}
#aa-error .aa-error-area span.color2 {
  color: #4dc247;
}
#aa-error .aa-error-area span { 
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #ddd;
}
#aa-error .aa-error-area div.emailaddress { 
  color: #0092ff;
    display: inline-block;
} 
.error-areaclass1{ 
    background: #fff6e5; 
    border-radius: 4px;
}
.error-areaclass2 {
    background: #e1f8e1;
    border-radius: 4px;
}
#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;
}

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

#aa-footer {
  background-color: #111;
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-top {
  display: inline;
  float: left;
  width: 100%;
  min-height: 75px;
  padding: 30px 0;
}
#aa-footer .aa-footer-top .aa-footer-top-area {
  display: inline;
  float: left;
  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: #fff;
  margin: 10px 0 10px;
  font-size: 14px;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li {
  padding-bottom: 10px;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a {
  color: #888;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
  font-size: 12px;
}
#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: #fff;
}
#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 {
  text-align: center;
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
  background: #fff;
}
#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: #000;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
  color: #000;
  -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;
}

/*==================
 RESPONSIVE DESIGN
====================*/

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

  .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;
  }

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

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

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

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 5% 0;
  }
}
@media (max-width: 991px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
  }

  #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%;
  }

  .dcc-product-catg {
   /* margin-left: -20px;*/
  }

  .slick-prev {
    left: 91%;
  }

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

  #dcc-product-category
    .dcc-product-catg-content
    .dcc-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;
  }

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

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

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

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

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

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

  .dcc-product-details-content
    .dcc-product-view-slider
    .simpleLens-big-image-container {
    width: 100%;
  }
  .dcc-product-details-content
    .dcc-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) {
  .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;
  }

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

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

  #dcc-support .dcc-support-area .dcc-support-single {
    margin-bottom: 0;
  }

  #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-img {
    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;
  }

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

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

  #dcc-product-details
    .dcc-product-details-area
    .dcc-product-details-content
    .dcc-product-view-content {
    padding: 0 5px; 
  }

  #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;
  }

  .nav li ul ul {
    margin-left: 0 !important;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
 
  #dcc-support .dcc-support-area .dcc-support-single {
    margin-bottom: 0px!important;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
    width: 100%;
  }

  .dcc-product-catg {
   /* margin-left: -20px;*/
  }

  .slick-prev {
    left: 89%;
  }

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

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

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

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

  #cart-view .cart-view-area .cart-view-table .table thead tr th {
    font-size: 14px; 
    white-space: nowrap;
  }

  #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 td:last-child {
      white-space: nowrap;
  }
 
  #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;
  }

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

  .dcc-product-catgli {
    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%;
  }

  #dcc-product .dcc-product-area {
    margin-top: 10px;
  }

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

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

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

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

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

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

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

  #dcc-product-category
    .dcc-product-catg-content
    .dcc-product-catg-body
    .list
    li
    .dcc-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 img {
    height: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 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 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 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-img {
    height: 250px;
  }

 

  #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
    width: 100%;
    text-align: center;
  }
  #quick-view-modal
    .modal-content
    .dcc-product-view-content
    .aa-prod-view-bottom {
    text-align: center;
  }

  #quick-view-modal
    .modal-content
    .dcc-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 .dcc-product-view-content {
    text-align: center;
    margin-top: 10px;
  }

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

  #quick-view-modal .modal-content .dcc-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: 0;
  }

  #dcc-product-details
    .dcc-product-details-area
    .dcc-product-details-content
    .dcc-product-view-content {
    padding: 0 10px;
  }
  #dcc-product-details
    .dcc-product-details-area
    .dcc-product-related-item
    .slick-prev,
  #dcc-product-details
    .dcc-product-details-area
    .dcc-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 .table tbody tr td img {
    height: 40px;
    width: 40px;
  }

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

  #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;
  }

  #cart-view .cart-view-area .cart-view-table .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 .table thead tr th {
    font-size: 10px;
    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;
  }

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

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

  #cart-view .cart-view-area .cart-view-table .table 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
    .table
    tbody
    tr
    .aa-cart-view-bottom
    .aa-cart-coupon
    .aa-coupon-code {
    font-size: 10px;
    min-width: auto;
    padding: 6px;
    width: 90px;
  }
}

.nav li {
  /*  position: relative;*/
  padding: 0px 10px 10px 10px;
}
.nav li ul ul {
  margin-left: 198px;
  margin-top: -40px;
}

.dropdown-menu li {
  padding: 0px !important;
  position: relative;
}
/***** brand***/
.dcc-branddiv {
  text-align: center;
  margin-top: 25px;
  margin-left: 40px;
}
.dcc-branddiscdiv {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.dcc-branddiv img {
  max-width: 170px;
  padding: 10px;
  /*  max-height: 100px;*/
}

.dcc-brandprodiv {
  margin-bottom: 23px;
  text-align: center;
  /*  display: inline-block;*/
  border-radius: 3px;
}

/*****  featured brand ***/
.headingdiv {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
}

p {
  margin: 0;
}
.dcc-inner-info {
  color: #000;
  display: inline;
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 11px;
}
.dcc-innertop-info {
  background: #f0f4f7;
  border: 1px solid #e8e8ea;
}
.dcc-inner-info h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
.dcc-info {
  color: #fff;
  background-color: #333333;
  display: inline;
  float: left;
  width: 100%;
  padding: 20px 0;
}

.dcc-info h2 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dcc-info p {
  margin-top: 10px;
  font-size: 13px;
  color: #c2c2c2;
}
.dcc-info a {
  color: #c2c2c2;
  text-decoration: underline;
}
.clearFix {
  clear: both;
}
.boxheding {
  padding: 10px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.boxcontext {
  padding: 10px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.prodfixdiv {
  position: sticky;
  top: 10px;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
}
.aa-prod-view-bottom {
  margin-left: 82px;
}

.breadcrumb > .active,
.breadcrumb > li + li:before,
.breadcrumb > li {
  color: #878787;
}
.aa-catg-head-banner-area {
  display: table-cell;
  vertical-align: middle;
}
.tabset {
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.tabset.active {
  border-bottom: 2px solid #217fff;
  color: #217fff;
}

.inputclass {
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  height: 42px;
  padding: 10px;
  width: 100%;
  display: inline-block;
  float: left;
  border-radius: 6px;
}
.padding_top10 {
  padding-top: 10px;
}

/*---- stores MODAL ----*/
#show-stores .modal-dialog {
  width: 340px;
}
.dcc-showroom {
  padding: 20px 0;
}

/*---- brand ----*/
.brandlogo {
  width: 100%;
}
.brandnav {
  margin: 15px 0;
}
.brandnav > li {
  display: inline-block;
}
.brandnav > li > a {
  position: relative;
  display: block;
  padding: 10px;
}
.dcc-search-box {
  margin-top: 15px;
}
.dcc-search-box input[type="text"] {
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  height: 42px;
  padding: 10px 55px 10px 10px;
  width: 100%;
  display: inline-block;
  float: left;
  border-radius: 6px;
}
.dcc-search-box button {
  border: medium none;
  color: #000;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 8px;
  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;
  background: transparent;
}
.brandpimg {
  border: 2px solid #fff;
}
.brandpimg:hover {
  border: 2px solid #217fff;
}
.brandpimg img {
  width: 100%;
}
.padding0 {
  padding: 0;
}
.padding0imp{
  padding: 0!important; 
}
.padding-left0 {
  padding-left: 0;
}
.margin0 {
  margin: 0;
}
.footimg {
  max-width: 100%;
  margin-bottom: 5px;
}

/**** comp product ***/
.dcc-comp-product {
  padding-top: 25px;
}
.dcc-min-height40 {
  min-height: 40px;
}

.borderBtmerror {
  border-bottom: 1px solid #ff0000 !important;
  outline: none;
}
.bordererror {
  border: 1px solid #ff0000 !important;
  outline: none;
}
.bordererror::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.bordererror::-moz-placeholder {
  color: #ff0000 !important;
}
.bordererror::-webkit-input-placeholder,
.bordererror:-ms-input-placeholder,
.bordererror::-moz-placeholder {
  color: #ff0000 !important;
}

.error_msg {
  display: none;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  border: 1px dashed #ff0000;
  background-color: #ffdac8;
  padding: 8px;
}
.success_msg {
  display: none;
  text-align: center;
  margin-top: 10px;
  border: 1px dashed #72bc0c;
  color: #008000;
  background-color: #ceff8c;
  padding: 8px;
}
.reviewbtn {
  padding: 7px 24px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #20c0e0;
  border-radius: 5px;
  color: #ffffff;
}

.displaynone {
  display: none;
}
.mobmenu,
.mobshow {
  display: none !important;
}
.locationdivs {
  padding-top: 10px;
}
.locationdiv span {
  display: inline-block;
  line-height: 1.2;
  float: left;
  padding-left: 5px;
}
.dcc-prodiv .slick-next {
  right: -50px !important;
}
.seq .seq-pagination li.seq-current {
  background: #217fff;
}
.seq .seq-pagination li {
  margin: 0 5px;
  background: #fff;
  padding: 2px;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.dcc-product-viewfinal-price {
  font-size: 14px;
}
.dcc-product-viewfinal-price .span0 {
  font-size: 40px;
  color: #d01946;
}
.dcc-product-viewfinal-price .span1 {
  vertical-align: top;
  font-size: 24px;
  line-height: 2;
}
.dcc-product-viewfinal-price .span2 {
  font-size: 40px;
}

.dcc-product-view-price {
  font-size: 20px;
  color: #6a6c6b;
}
.dcc-prodiv .slick-prev,
.dcc-branddiv .slick-prev {
  left: -35px !important;
  top: 45% !important;
}
.dcc-prodiv .slick-next,
.dcc-branddiv .slick-next {
  top: 45% !important;
}

.waaicon {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 60px;
  right: 15px;
  z-index: 100;
  border-radius: 100%;
  background: #4dc247;
}
.waaicon svg {
  fill: #fff;
}
.header-scrolled {
  position: fixed;
  background: #fff;
  z-index: 99999;
  width: 100%;
}

.sharebtn {
  right: 20px;
  top: 8px;
  z-index: 11111;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #7a7c7c;
  cursor: pointer;
}

.sharebtnlist {
  border: 1px solid #bbbfbf;
  border-color: #bbbfbf;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgb(15 17 17 / 15%);
  background-color: #fff;
  position: absolute;
  right: 20px;
  width: 150px;
  z-index: 1111;
  top: 33px;
  display: none;
}
.sharebtnlist.show {
  display: block;
}

.sharebtnlist ul::before {
  content: " " !important;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 75%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
  -webkit-filter: drop-shadow(0 -2px 0px #bbbfbf);
  filter: 0 -2px 1px #bbbfbf;
  z-index: 111;
  color: #bbbfbf;
}

.sharebtnlist ul li:hover {
  background: #217fff;
  color: #fff;
}
.sharebtnlist ul li:hover a {
  color: #fff;
}
.sharebtnlist ul li:last-child {
  border-bottom: none;
}
.sharebtnlist ul li {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ebebeb;
}
.mymenus li {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}

.mymenus::before {
  content: " " !important;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 75%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
  -webkit-filter: drop-shadow(0 -2px 0px #bbbfbf);
  filter: 0 -2px 1px #bbbfbf;
  z-index: 111;
  color: #bbbfbf;
}

.mymenus li a,
.mymenus li {
  background: #fff !important;
  text-align: left !important;
  display: block !important;
  color: #000000 !important;
}
.mymenus li:hover,
.mymenus li:hover a {
  background: #217fff !important;
  color: #fff !important;
  border-right: none !important;
}

.mymenus li a {
  background: #fff !important;
  padding: 0 !important;
  font-size: 13px !important;
  overflow: hidden;
}
.mymenus ul {
  border-color: #bbbfbf;
  border-radius: 8px;
  overflow: hidden;
}
.mymenus {
  display: none;
  position: absolute;
  right: 158px;
  width: 130px;
  z-index: 1111;
  top: 50px;
}
.openmymenus,.cursorpointer {
  cursor: pointer;
}
.waaicon a {
  z-index: 11;
  position: relative;
}
.animate-ping {
  position: absolute;
  background-color: #ccdcf3;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.card-header h5 {
  font-size: 20px;
  font-weight: bold;
}
.width100 {
  width: 100% !important;
}
.borderpadd10 {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
}
.bortoppadd5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.headingtitle {
  font-size: 24px;
  margin-top: 30px;
}
#loadaddress li:last-child {
  margin-bottom: 0;
}
#loadaddress li {
  border: 1px solid #217fff;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 10px;
  background: #e5effd;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
}
#loadaddress li label {
  cursor: pointer;
}
#loadaddress li label a {
  color: #217fff;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

#loadaddress li label input[type="radio"] {
  float: left;
  margin: 4px;
}

#loadaddress li label span {
  display: inline-block;
  text-transform: capitalize;
  float: left;
  width: calc(100% - 21px);
  margin: 0;
}
.serchdivs  {
  z-index: 1111;
  position: absolute;
  top: 42px;
  width: 100%;
  max-height: 310px;
  overflow-x: hidden;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-shadow: 0 0 0 0px #fff, 0px 5px 5px 1px #ccc;
}
.serchdivs li { 
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.serchdivs li:hover { 
  background: #eee;
}
.mymenus li:last-child {
  border: none;
}

.onedcc-product-catg li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}
.onedcc-product-catg {
  text-align: center;
  width: 350px;
  margin: 10px auto;
  overflow: hidden;
}
.onedcc-product-catg .dcc-product-catgli {
  min-height: 250px;
}
.sgbgdataclass img,
.sgtdclass img {
  max-width: 100%;
}
.webfullbgdivclass {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.webfullbgdivclass .row {
  margin: 0 !important;
}
#brandScrolled {
  top: 0;
  width: 100%;
}
.inblock {
  display: inline-block;
}

.sprotitle {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.dcc-product-catgli .sproprice {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.sproprice {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
.sprobtn:hover {
  color: #fff;
  opacity: 0.6;
}
.sprobtn {
  display: inline-block;
  font-size: 16px;
  padding: 12px 18px;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #217fff;
  border: 1px solid #217fff;
}

.sproimg {
  max-height: 350px;
  margin: 0 auto;
}
.sprodescription {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
}

.minhautopx {
  overflow: hidden;
  height: 20px;
  -webkit-mask-image: linear-gradient(to top, transparent, currentColor 20px);
}

.sprodescchange {
  font-size: 14px;
  color: #0f72ee;
  cursor: pointer;
}

.arrowss {
  border: solid #0f72f1;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  height: 8px;
  width: 8px;
}

.arrowss.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrowss.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrowss.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrowss.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
}

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

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

.modal-open .modal {
  z-index: 100001;
}

.modal.fade.in {
  z-index: 100000;
}
.tableclass {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
td.box-shadow {
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 5px;
  width: 25%;
}
ul.aa-catg-nav {
  padding: 5px;
}
.dcc-product-catg-head-right select {
  border: 1px solid #ddd;
  height: 30px;
  margin-top: -10px;
  border-radius: 5px;
}

.dcc-product-catg-head-left span {
  margin-right: 15px;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  line-height: 2;
  padding-bottom: 0px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.dcc-product-catg-head-left span.active {
  color: #217fff;
  font-weight: bold;
  border-bottom: 2px solid #217fff;
}
.aa-show-form {
  margin: 0;
}
.col-80per {
  width: 80%;
}
.col-20per {
  width: 20%;
}
.Filterdiv {
  margin: 2px;
  display: block;
  position: relative;
}
.Filterdiv .mainspan,
.cattags {
  cursor: pointer;
  font-size: 12px;
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px 0 hsl(0deg 0% 100% / 50%);
  border-radius: 3px;
  margin: 2px 4px;
  overflow: hidden;
  transition: background-color 0.1s;
  max-width: 200px;
  padding: 8px;
  display: inline-block;
}
.mainspan span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
}

.filterspan {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #217fff;
  line-height: 1.5;
  cursor: pointer;
}
.fonts22 {
  font-size: 22px;
}
.fonts40 {
  font-size: 40px;
}
.paddright5 {
  padding-right: 5px;
}

.dcbrprodiv {
  width: 20%;
  float: left;
}
.mrgntop22 {
  margin-top: 22px;
}
@media screen and (max-width: 900px) AND (min-width: 450px) {
  .dcbrprodiv {
    width: 33%;
    float: left;
  }
}

.colorclass1 {
  color: #fff;
}

.colorclass2 {
  color: #008000;
}
.btnexploer {
  background: #fff;
  margin-top: 224px;
  padding: 5px;
  font-size: 14px;
  text-transform: none;
  border: none;
  border-radius: 5px;
  color: #555;
  display: inline-block;
}

.dcc-ratingview .fa-star {
  font-size: 16px;
  color: #b6b6b4;
}
.dcc-ratingview .fa-star.active {
  color: #fdaf00;
  font-size: 16px;
}
.margin_top5 {
  margin-top: 5px;
}
.margin_top10 {
  margin-top: 10px;
}
.margin_top20 {
  margin-top: 20px;
}
.margin_bot20 {
  margin-bottom: 20px;
}
.margin_left10 {
  margin-left: 10px;
}
.padding-right0 {
  padding-right: 0px;
}
.positionrelative {
  position: relative;
  display: inline-block;
}
.deliveryaddress-title {
  font-size: 20px;
  color: #08ac4d;
  font-weight: bold;
}
.deliveryaddress-location {
  vertical-align: bottom;
  display: inline-block;
  font-size: 15px;
}

.deliveryaddress-location input[type="text"] {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  height: 30px;
  width: 300px;
  outline: none;
}
.deliveryaddress-dates {
  font-size: 16px;
}
.Comparetable {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.Comparetable tr td,
.Comparetable tr th {
  border: 1px solid #ebebeb;
  padding: 5px;
}
.comparetablediv {
  position: relative;
}
.closecamp {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 1;
  font-size: 25px;
  font-weight: normal;
  cursor: pointer;
}
.closecampdiv0 {
  background: #fff9f3;
}

.campdivbg {
  background: #f3f4f6;
}

.comparetablediv .dcc-product-title {
  font-size: 14px;
  font-weight: bold;
  min-height: 20px;
  line-height: 1.2;
}
.comparetablediv .dcc-product-pricediv {
  font-size: 14px;
  line-height: 1.2;
}
.boxcontext img {
  max-width: 100%;
}
.descdiv {
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.2;
}
.tdbgclr {
  background-color: #f9fafc;
}
.loginprobg {
  margin-left: 15px;
  margin-top: 8px;
  color: #fff;
}
.margin_top7 {
  margin-top: 7px;
}

.off .toggle-handle {
  left: 11px;
}
.toggle-handle {
  height: 16px !important;
  left: -11px;
  width: 16px !important;
  padding: 3px;
  border-radius: 20px;
  top: -1px;
  background-color: #55c16b !important;
}
.toggle.btn {
  width: 45px !important;
  height: 20px !important;
  border-radius: 100px;
}
.toggle .btn-success:active:hover,
.toggle .btn-success.active:hover,
.toggle .btn-success:active:focus,
.toggle.btn-success,
.toggle .btn-success {
  background-color: transparent !important;
  border-color: #000;
  color: transparent !important;
}

.toggle .btn-danger:active:hover,
.toggle .btn-danger.active:hover,
.toggle .btn-danger:active:focus,
.toggle.btn-danger,
.toggle .btn-danger {
  background-color: transparent !important;
  border-color: #000;
  color: transparent !important;
}
.aa-logo img {
  max-width: 60px;
  margin-top: 1px;
}
.mar-topbot-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.aa-contact-map {
  margin-bottom: -5px;
}
.catbgclass  {
 /* background: url("../img/laptopbg.png");
  background-position: top;
  background-size: cover;
  border: none;*/
}
.catbgclass img{
  height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}
.paddingbot50 {
  padding-bottom: 50px;
}
.starrr a {
  color: #fdaf00 !important;
}
.form-text {
  resize: none;
  width: 100%;
  font-family: arial;
}
.rrformdiv {
  border-radius: 5px;
  border: 1px #ebebeb solid;
  opacity: 1;
  margin-bottom: 20px;
}
#reviewsuccess {
  padding: 8px;
  font-size: 18px;
  color: #000;
  display: none;
}
.padding7 {
  padding: 7px;
}
.loginprobg img {
  border-radius: 100px;
  width: 30px;
}
.displayinbloleft {
  display: inline-block;
  float: left;
}
.displayblock {
  display: block !important;
}
.registrmsg {
  text-align: center;
  margin-top: 10px;
  border: 1px dashed #72bc0c;
  color: #008000;
  background-color: #ceff8c;
  padding: 8px;
}
#errormsg {
  text-align: center;
  margin-top: 10px;
  border: 1px dashed #ff0000;
  color: #ff0000;
  padding: 8px;
  display: none;
}

@media screen and (max-width: 1199px) AND (min-width: 1000px) {
  .simpleLens-big-image-container {
    width: calc(100% - 7px);
    padding: 20px;
    display: block;
  }
  .slick-slide .dcc-product-catgli {
    width: 300px;
  }
  .simpleLens-container {
    display: block;
    position: relative;
    margin: 0;
    width: calc(100% - 80px);
    float: right;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    width: 450px;
  }
  .nav li {
    padding: 0px 5px 5px 5px;
  }
  .dcc-ratingview .fa-star.active,
  .dcc-ratingview .fa-star {
    font-size: 14px;
  }
  .dcc-product-catgli .dcc-product-price {
    margin-left: 5px;
  }
  .deskpadd0 {
    padding: 0;
  }
  .dcc-product-img img {
    max-width: 120px;
    max-height: 120px;
  }
}

@media screen and (max-width: 900px) AND (min-width: 700px) {
  .nav li {
    padding:  0px;
  }
  #menu .menu-area .navbar-default .navbar-nav li a {
    font-size: 13px;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    width: 320px;
    margin-bottom: 5px;
  }
  .dcc-product-catg {
    margin-left: 0px;
  }
}

.info-msg-popdiv {
  position: fixed;
  bottom: 10px;
  margin: 0 auto;
  width: 300px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px #d7d7d7;
  left: calc(50% - 150px);
  font-size: 14px;
  display: none;
}
.info-msg-popdiv1 { 
  bottom: 10px;
  margin: 10px auto;
  width: 300px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px #d7d7d7;
  left: calc(50% - 150px);
  font-size: 14px;
  display: none;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.has-submenu:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  font-weight: normal !important;
  font-size: 13px !important;
}

.borderRadius {
  border-radius: 5px;
}

.page_description table {
  width: 100%;
}
.page_description table td,
.page_description table th {
  border: 1px solid #ebebeb;
  padding: 5px;
}
.boxcontext ul,
.boxcontext1 ul {
  list-style-position: inside;
}
.breadcrumb {
  font-size: 13px;
}
.breadcrumb a {
  text-decoration: none;
  color: #217fff;
}
.boxcontext1 {
  padding: 10px 0;
  margin-bottom: 20px;
}
.boxheding1 {
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: 500;
}

#storedetails {
  max-height: 350px;
  overflow-x: hidden;
}
/* width */
#storedetails::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#storedetails::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#storedetails::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Handle on hover */
#storedetails::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.dccmorecompare {
  float: right;
  position: absolute;
  right: 30px;
  top: 5px;
  font-size: 12px;
  z-index: 999;
  line-height: 1;
}
.dccmorecompare span {
  vertical-align: top;
  display: inline-block;
  line-height: 1.5;
  font-size: 13px;
}

.comparetablediv .dcc-product-img {
  min-height: 150px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.dcc-product-related-item .dcc-prodiv .slick-next {
  right: -22px !important;
} 
.dcc-product-related-item .dcc-branddiv .slick-prev {
  left: -22px !important;
  
}
@media (max-width: 1000px) {
  .dcc-product-catg li {
    width: 33%;
  }
 
#dcc-support .dcc-support-area { 
    padding: 0 10px 50px;
}
.slick-next {
    right: -25px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area { 
    width: 55%;
}
#aa-header .aa-header-top
{
  width: 45%;  
}
}

@media (max-width: 600px) {
  .tab-content .dcc-product-catg li {
    width: 50%;
  } 
  .mobhide {
    display: none !important;
  }
  .mobshow {
    display: block !important;
  }
  .resfonts25 {
    font-size: 25px !important;
  }

  .aa-search-box.fixeds {
    position: fixed !important;
    background: #fff;
    left: 0;
    z-index: 111;
    margin-top: 0px !important;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .serchdivs {
    height: 100vh !important;
    max-height: 100vh !important;
    padding-bottom: 85px;
  }
}

@media (max-width: 480px) and (min-width: 450px) {
.tab-content .dcc-product-catg li {
   width: calc(50% - 10px);
    margin: 0 5px;
} 
}
@media (max-width: 450px) {
	.tab-content .dcc-product-catg1 li,
  .tab-content .dcc-product-catg li {
    width: 100%!important;
  } 
  .dcc-product-catgli {  
    min-height: 230px!important;
	}
}

@media (max-width: 760px) { 
  #aa-header .aa-header-bottom .aa-header-bottom-area,
  #aa-header .aa-header-top {
    width: 100%;
  }
	.seq .seq-model{
		bottom:0
	}
	.dcc-product-catgli {  
    min-height: 245px; 
	}
	.btnexploer { 
    margin-top: 165px;
	}
} 
.aa-sidebarmobile{
    display:none;
}

.sortpopup,.filterpopup {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 111111;
    padding: 5px; 
    width: 100%;
    font-size: 13px;
    display: none;
}

@media (max-width: 800px) {
	#cart-view .cart-view-area .cart-view-table .cart-view-total {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    float: left;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
	html{ 
    overflow-x: hidden;
	}
	.dcc-supportdiv{
		    width: 25%;
    padding: 0;
	}
	#dcc-support .dcc-support-area .dcc-support-single h4 {
    font-size: 9px;    margin: 0;
	}
	.dcc-product-catgli figure .dcc-product-img { 
    min-height: 100px;
	}
	.dcc-product-img img {
    max-width: 100px;
    max-height: 100px;
	}
	.deskmenu {
    display: none !important;
  }
  .mobmenu {
    display: block !important;
  }
  .dcc-product-catg1 li {
       width: calc(50% - 10px);
    margin: 0 5px;
  }
	.page_description table, .boxcontext table, .boxcontext1 table {
    text-align: left;
    max-width: 100%;
	}
	.simpleLens-lens-element{
		left:0;
		top:400px;
	}
	.reswidth100{
		width:100%;
	}
	.navbar-nav .open .dropdown-menu {
    display: none;
	}
    .reshide {
    display:none;
}
.tableclass { 
    margin-bottom:  0px;
}
.tableclass td.box-shadow { 
    border:none;  
    width: 100%;
    display: block;
}
#cart-view  .text-right{
    text-align:left!important;
} 
#cart-view .p-t-10 {
    padding-top: 0;
}
#cart-view .margin_left10{
    margin-left:0;
}
  #aa-error .aa-error-area {
    padding: 20px;    margin: 0;
  }
  #cart-view img,
  #aa-error .aa-error-area img{
    max-width:100px;
  }
    .aa-sidebarmobile{
        display:block;
           margin: 5px 5px 0;
    position: relative;
    width: calc(100% - 10px);
    height: auto;
    float: left;
    border-radius: 5px;
    overflow: hidden;
     }
    .aaheadermar0,.res0{
        margin:0px;
    } 
    .aaheaderpadd0{ 
        padding:0px;
    } 
    .aa-sidebar, .dcc-product-catg-head{ display:none!important;
    }
     .breadcrumb,
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret,.navbar-header{
        display:none;
    }
    .navbar-collapse {
        display:block;
    } 
    .loginprobg {
    margin-left: 5px;
    margin-top: 0px; 
}
    .mymenus { 
    right: 107px; 
    top: 45px;
}
.mymenus li { 
    padding: 0px 5px;
}
  .cardcount {
    top: 8px;
    right: 5px;
  }
  .modal-dialog {
    width: calc(100% - 20px);
  }
  .dcc-prodiv .slick-next {
    right: 0px !important;
    display: none !important;
  }
  img {
    width: 100%;
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    padding: 5px !important;
    font-size: 12px;
  }
  .dcbrprodiv,
  .mobcenter {
    text-align: center;
  }
  .headingdiv {
    text-align: center;
    padding: 5px;
    font-size: 23px;
    line-height: 1.2;
  } 
  .aa-addpro-to-cart-btn,
  .aa-addpro-to-cart-btn:hover,
  .aa-add-to-cart-btn,
  .aa-add-to-cart-btn:hover {
    padding: 10px;
  }
  .dcc-product-viewfinal-price .span1 {
    vertical-align: top;
    font-size: 15px;
  }
  .dcc-product-viewfinal-price .span0,
  .dcc-product-viewfinal-price .span2 {
    font-size: 28px;
  }
  .Comparetable {
    width: 900px !important;
  }
  .tscroll {	  
    width: 100%;
    min-width: 320px;
    overflow-x: scroll;
    margin-bottom: 2px;
  }

  .tscroll table td:first-child {
    position: sticky;
    left: 0;
    background-color: #f3f4f6;
    z-index: 1;
  }

  .tscroll td,
  .tscroll th {
    border-bottom: dashed #888 1px;
  }
  .rrformdiv {
    margin-top: 25px;
  }
  .mrgntop52,
  .mrgtop22 {
    margin-top: 0 !important;
  }
  .reviewbtnbg {
    position: relative !important;
    z-index: 100;
    margin-left: 0 !important;
    text-align: center !important;
  }
  .aa-prod-view-bottom {
    margin-left: 0;
  }
  .dcc-product-details-content
    .dcc-product-view-slider
    .simpleLens-big-image-container {
    width: calc(100% - 10px);
    height: 100%;
    padding: 5px;
    display: inline-block;
    float: left;
  }
  .dcc-product-view-content h3 {
    line-height: 1.2;
    font-size: 18px;
    padding: 5px;
    margin: 0;
  }
  .simpleLens-thumbnails-container a {
    min-height: 55px;
    width: 55px;
    max-height: 55px;
  }
  .simpleLens-thumbnails-container a img {
    display: block;
    width: 45px;
    height: 45px;
  }
  .dcc-product-catg li {
    margin-bottom: 5px;
  }
  #menu .menu-area .navbar-default .navbar-nav li a {
    text-align: center;
	cursor:pointer;
  }
  #aa-header
    .aa-header-bottom
    .aa-header-bottom-area
    .aa-search-box
    input[type="text"] {
    line-height: 1.5;
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    height: 37px;
    padding: 0px 35px 0px 10px;
    width: 100%;
    display: inline-block;
    float: left;
    border-radius: 20px;
    margin-bottom: 4px;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 5px!important;
 }
 #menu .menu-area .navbar-default .navbar-nav {
    display: block;
    float: left;
    margin: 0;
    max-height: 38px;
    overflow-y: hidden;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

/* height */
#menu .menu-area .navbar-default .navbar-nav::-webkit-scrollbar {
  height: 3px;
}

/* Track */
#menu .menu-area .navbar-default .navbar-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#menu .menu-area .navbar-default .navbar-nav::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Handle on hover */
#menu .menu-area .navbar-default .navbar-nav::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

#menu .menu-area .navbar-default .navbar-nav li a {
    font-size: 13px;
    padding: 10px;
}
.paddingbot50 {
    padding-bottom: 0;
}#dcc-product { 
    padding-top: 10px;
}
.dcc-product-catg li:last-child .dcc-product-catgli{
   margin: 0 0 0px 5px;
}
  .nav li {
    padding: 0px 0px 0px 0px;
    display: inline-block;
  }
  .footimg {
    max-width: 160px;
  }

  .aa-logo {
    width: 30%;
    position: absolute;
    top: 0;
  }
  .aa-logo img {
    max-width: 45px;
    margin-top: 5px;
    margin-left: 5px;
  }
  #aa-catg-head-banner
    .aa-catg-head-banner-area
    .aa-catg-head-banner-content
    h2,
  #aa-catg-head-banner
    .aa-catg-head-banner-area
    .aa-catg-head-banner-content
    .breadcrumb {
    text-align: center;
  }
  #aa-catg-head-banner {
    min-height: 35px;
  }
  #dcc-product-category .aa-sidebar {
    margin: 10px 0;
  }

  .col-20per,
  .col-80per {
    width: 100%;
  }
  #dcc-product-category .dcc-product-catg-content {
    padding: 10px 10px 0;
  }
  .noUi-target {
    margin: 10px auto;
    display: block;
  }
  .aa-sidebar-price-range .aa-filter-btn {
    margin-top: 0;
  }
  #dcc-product-category .dcc-product-catg-content {
    padding: 5px;
  }
  #dcc-product-category
    .aa-sidebar
    .aa-sidebar-widget
    .aa-sidebar-price-range
    span {
    margin-top: 0;
  }
  .slick-slide {
    width: 100%;
    padding: 0 10px;
    margin-right: 0px;
  }
  #dcc-product-details .dcc-product-details-area {
    padding: 0;
  }
  #dcc-product-details .dcc-product-details-area .dcc-product-related-item h3 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 22px;
    margin-top: 0;
  }
  #dcc-product-details .dcc-product-details-area {
    padding: 10px;
  }
  #dcc-product-details .col-md-12 {
    padding: 0;
  }
  .simpleLens-thumbnails-container {
    position: relative;
    top: 5px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .prodfixdiv {
    position: relative;
    top: 0;
    padding: 0 10px;
  }
  .aa-add-to-cart-btn {
    min-width: 130px;
  }
  .mymenus li a {
    padding: 0px !important;
  }
  #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
    margin-top: 50%;
  }
  .dcc-brandprodiv {
    margin-bottom: 0;
  }
  .dcc-branddiscdiv {
    text-align: center;
    margin: 5px;
  }
  .dcc-branddiv {
    margin-top: 0;
    margin-left: 0;
  }
   .dcc-branddiv .slick-prev {
      left:-10px!important;
  }
  .dcc-branddiv .slick-next{
      right:-10px;
  }
  .dcc-branddiv img {
    text-align: center;
    margin: 0 auto;
  }
  .seq {
   /*  height:100vh; */
  max-height:150px;  
  }
  #dcc-support .dcc-support-area {
    padding: 0 0px 10px!important; 
}
  .dcc-support-single img{
      width:auto;
	  max-height:70px;
  }
  .sortpopuptop{  
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd; 
    font-weight: bold; 
  }
  .btnmobsortfiler{
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    background: #ebebeb;
    border: 1px solid #ddd;
    cursor:pointer; 
    font-size: 14px; 
  }
  .closesortpopuptop svg,.closefilterpopup svg {
    width: 20px;
    float: right;
}
.filterpopupleft{
        width: 50%;
    float: left;
    display: inline-block;
    height:100vh;
}
.filterpopupleftfirstchild{
    border-right:1px solid #ddd;
}
.filerpopupdivsli,
.filerpopupdivs li { 
  padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
}
.filterpopupul li{
    padding:5px 0;
    border-bottom:1px solid #ddd;
    font-size: 14px;
    cursor:pointer;
}
.filterpopupul li.open,
.filterpopupul li.active{
    color:#217fff;
}
.filerpopupdivs .aa-sidebar-price-range span{
     display: block; 
  margin-top: 5px;
  padding: 5px;
  line-height: 1.5;
}
.filerpopupdivs .aa-sidebar-price-range input{ 
     border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  margin-right: 5px;
  margin-top: 20px;
  padding: 5px;
  line-height: 1.5;
  width: 70px;
}
.filerpopupdivs{
    display:none;
        padding: 5px;
    height: 100%;
    max-height: calc(100vh - 50px);
   /* max-height: 300px;*/
    width: 100%;
    overflow-x: hidden;
}
.dcc-product-catg-body .noproductfound img{
    width:auto;
}
} 
.dcc-product-price .fa-inr{
    font-size:13px;
}

.dcc-textarea{
        width: 100%;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
}

.dcc-radiocc {
    line-height: 1!important;
    margin-bottom: 2px!important;
    vertical-align: middle!important;
    padding: 0!important;
    border: 0;
    margin-top: 0px!important;
}

.colorclass3 {
    color: #217fff;
}

.colorclass4 {
    color:  #ff0000;
}
.boxcontext1 p,.boxcontext1 span, .boxcontext1 a, .boxcontext1 li{
    font-family: Arial, sans-serif!important;
}
div#sharelist a {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 900px){
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    width: 415px;
}
.aa-catg-head-banner-content .col-md-6{
    width:50%;
    float: left;
}
} 
.emailclass{
    border: 0px !important;
    letter-spacing: 0px !important;
    padding: 0px !important;
}



/*  tab  */  

@media screen and (min-width:680px) and (max-width:761px) {
 .dcc-product-catg1 li {
    width: 50%;
  }
.dcc-branddiv {
  margin-top:25px!important;  
} 
.dcc-support-area .col-xs-12 {
    width: 25%;
    padding:0;
}
.aa-footer-top-area .col-sm-3{
   width: 25%;
    float: left;
}
.dcc-min-height40 {
    min-height: 15px;
}
.dcc-product-catgli .dcc-product-title{
    margin:5px 0;
}
.dcc-product-catgli { 
    min-height: 265px;
}
#dcc-product-details .boxheding1, #dcc-product-details .boxcontext1{
    text-align:left;
}
#compareajax{
    width:100%;
}
#compareajax .boxheding{
   width: calc(100% + 170px);
}  
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    padding: 0px 5px !important;
    font-size: 12px;
}
.mobweight100px{
    width:100px!important;  
    font-size: 10px;

}
.tableclass td.box-shadow {
    border: none;
    width: 50%!important;  
    display: block;
    float: left;
}
 .mobp-t-10 {
    padding-top: 10px!important;  
}
.view-table .table > thead > tr > th,
.view-table .dataTable > tbody > tr > td{ 
    white-space: nowrap;
}
}
.nowrapspace
{
        white-space: nowrap;
}
.marginbot10
{
        margin-bottom: 10px!important;
}

@media (max-width: 900px) {
	 .smpadd0
{
     padding:0px!important;  
} 
	
}
/* mobile */
@media (max-width: 640px) { 
  .smwidthtext
{
   font-size: 12px;
    width: 160px;
}   
  
.seq .seq-in .seq-model img,
.seq .seq-out .seq-model img{
     width:100%;
}
.boxcontext ul, .boxcontext1 ul { 
    text-align: left;
}

.page_description table,
 .boxcontext table, .boxcontext1 table{
    text-align: left;
    max-width: 100%;
}

.page_description table td span{ 
   font-size: 12px!important;  
}
.scrollToTop .fa-chevron-up{ 
    padding-top: 6px;
}
}

@media (max-width: 320px){
.dcc-supportdiv {
     width: 100%!important;   
}
}