/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#PROMO SECTION
#PRODUCT SECTION
#BANNER SECTION
#POPULAR SECTION
#SUPPORT SECTION
#TESTIMONIAL SECTION
#LATEST BLOG SECTION
#CLIENT BRAND SECTION
#PRODUCT PAGE
#PRODUCT DETAILS PAGE
#CART VIEW PAGE
#CHECKOUT PAGE
#MY ACCOUNT  PAGE
#BLOG ARCHIVE  PAGE
#BLOG DETAILS  PAGE
#CONTACT  PAGE
#ERROR  PAGE
#FOOTER SECTION
#RESPONSIVE DESIGN

*/

/* BASE - Base tyles, Variables, Mixins, etc. */
body {
  background-color: #ffffff;
  font-family: myFirstFont;
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
}

@font-face {
    font-family: myFirstFont;
    src: url('../fonts/dinnextltarabic.ttf');
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: myFirstFont;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}
p{
    direction: rtl;
}
img {
  border: none;
  width:100%;
}

.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;
  margin-top: 10px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms--border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aa-secondary-btn:hover, .aa-secondary-btn:focus {
  text-decoration: none;
  color: #fff;
}

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

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

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

.aa-cart-view-btn {
  float: right;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-cart-view-btn:hover {
  background-color: #0057a1;
  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%;
}
#aa-header .aa-header-top {
  border-bottom: 1px solid #E8E8E8;
  display: inline;
  float: left;
  width: 100%;
  background:#0057a1;
  color:#fff;
}
#aa-header .aa-header-top .aa-header-top-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-header .aa-header-top .aa-header-top-area .padding{
    padding-right:100px;
    float: right;
    display: block;
}
 .padding .left-app, .padding .right-app{
    border:2px solid #fff;
    padding: 5px;
    border-radius: 5px;
    float: right;
    margin: 5px;
}
.padding .left-app a, .padding .right-app a{
    color:#fff;
}
.padding .left-app img, .padding .right-app img{
    width:auto;
}
 .padding .left-app:hover, .padding .right-app:hover{
    border:2px solid #f68e56;
}
#aa-header .aa-header-top .aa-header-top-area .padding img{
    width:24px;
    height:24px;
    float:right;
    display: block;
    margin-left:5px;
}
#aa-header .aa-header-top .aa-header-top-area .padding a{
    color:#fff;
    font-size: 14px;
    direction: rtl;
}
#aa-header .aa-header-top .aa-header-top-left{
    line-height: 35px;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language {
  float: left;
}
#aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
  font-size: 14px;
  color:#fff;
  border-right: 1px solid #ccc;
}
#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 {
  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 .aa-head-top-nav-right li {
  display: inline-block;
  text-align: right;
  float:right;
  padding: 10px 0;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
  display: block;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #ddd;
   position: relative;
}
#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a i{
  padding: 10px 12px 5px;
}
span.wishlist-header-count{
    position: absolute;
    right: 0px;
    top: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f68e56;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 3px 0px;
    overflow: hidden;
    font-size: 10px;
    text-align: center;
    color: #0057a1;
    line-height: 14px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
    display: none;
}
#aa-header .aa-header-bottom {
  float: left;
  display: block;
  width: 100%;
  background:#fff;
  overflow: hidden;
  box-shadow: 1px 2px 8px #606060;
}

#aa-header .aa-header-bottom .aa-header-bottom-area {
  float: left;
  display: inline;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
  float: left;
  margin-top: 4px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
  text-align: right;
	border-bottom: 1px solid #004e92;
	color:#fff;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a:hover {  
  color:#a5a5a5;
}
#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-logo .col-md-2{
	float:right;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a h3{
    margin: 5px 0;
    text-align: center;
    color:#0057a1;
    font-weight: bold;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo h3 i{
    color:#f68e56;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
  float: right;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box input[type="text"] {
  border: 2px solid #0057a1;
  color: #555;
  font-size: 18px;
  height: 40px;
  padding: 10px 10px 10px 55px;
  width: 100%;
  text-align:right;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
  border: medium none;
  color: #fff;
  height: 100%;
  position: absolute;
  left: 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;
  font-size: 24px;
}
#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;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header{
    float:right;
    line-height: 120px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header span{
    padding: 0 5px;
    font-size:22px;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header span.fa-instagram, .aa-footer-social span.fa-instagram{
    padding-right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5db1), to(#ef017c));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header span.fa-google-plus, .aa-footer-social span.fa-google-plus{
    color:#dc4a38
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header span.fa-twitter, .aa-footer-social span.fa-twitter{
    color:#28aae1;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .social-header span.fa-facebook, .aa-footer-social span.fa-facebook{
    color:#3b589c;
}
#aa-header .sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
  padding:0;
}
#aa-header .sticky img{
	width:70%;
        display: block;
        margin: 0 auto;
}
#aa-header .sticky .aa-header-bottom-area .aa-search-box{
    margin-top: 20px;
}
#aa-header .sticky .aa-header-bottom-area .social-header{
    line-height: 80px;
}
.content{
    display: block;
    float: left;
    width: 100%;
}
/*==================
 NAVBAR SECTION
====================*/
#menu {
  display: inline;
  float: left;
  width: 100%;
}
#menu .menu-area {
  float: right;
  display: inline;
  width: 100%;
}




.offcanvas-menu {
    width: 250px;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    margin-right: -250px;
    background: #222;
    /* Inset Box Shadow */
    -webkit-box-shadow: inset 8px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 8px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: inset 8px 0px 17px 0px rgba(0,0,0,0.75);
    /* Transition */
    transition: margin .3s;
	z-index: 99;
	float:right;
}

.offcanvas-menu h4 {
  margin-left: 10px;
  color: #666;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  text-align:center;
}

.nav-list__item {
    padding: 10px;
}

li.nav-list__item {
	border-bottom:1px solid #323131;
}
/* Checkbox */
input[type=checkbox] {
    left: -9999px;
    opacity: 0;
}


/* Nav Toggle */
.nav-toggle {
    display: block;
    top: 0;
    right: 10px;
    height: 50px;
    width: 60px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 99999;
}

.nav-toggle:hover {border: none;}

.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 40px;
    background: #0057a1;
    transition: all .3s;
	z-index:99999999;
	
    
}
.nav-toggle span:nth-of-type(2) {top: 9px;}
.nav-toggle span:nth-of-type(3) {top: 18px;}

/* Toggle Nav Transition */
input[type=checkbox]:checked ~ .nav-toggle span:nth-of-type(2) {display: none;}

input[type=checkbox]:checked ~ .nav-toggle span:nth-of-type(1) {
    top: 12px;
    transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .nav-toggle span:nth-of-type(3) {
    top: 12px;
    margin-top: -2px;
    transform: rotate(-45deg);
}

input[type=checkbox]:checked ~ #content-wrap {
    margin-left: -250px;
}    

input[type=checkbox]:checked ~ .offcanvas-menu {
    margin-right: 0px;
}  




.menu-wrap {
  position: fixed;
  right: 0;
  z-index: 1001;
  width: 300px;
  height: 100%;
  background-color: #0057a1;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
  transform: translate3d(360px,0,0);
  top:0;
  overflow:scroll;
  overflow-x:hidden;
}
#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a span .left{
	float:left;
}
.menu-wrap.active {
  transform: translate3d(0px,0,0);
}
.icon-list li{
	list-style-type:none;
	text-align: right;
	background:#0057a1;
}
.icon-list .pull-right{
	float:left;
}
.menu-wrap .menu .icon-list a {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #eee;
  font-size: 16px;
  transition: all 0.3s ease;
}
.menu-wrap .menu .icon-list a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  top: 80%;
  transition: all 0.3s ease;
}
.menu-wrap .menu .icon-list a:hover {
  color: #0031D5;
}
.menu-wrap .menu .icon-list a:hover::before {
  width: 50%;
  background-color: #0031D5;
}

.menu-wrap .menu .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: right;
  cursor: pointer;
  outline: none;
}
/* Buttons */
.menu-button, 
.close-button {
  top: 50px;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  float:right;
}
.menu-button {
  right: 0px;
  z-index: 102;
  line-height: 49px;
  color:#f68e56;
  background-color: #0057a1;
}
button.fa-bars{
    font-size: 30px;
}
.close-button {
  left: -50px;
  z-index: 100;
}



.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
/* ALL SECTION */
/*scrol to top*/
.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
}

.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #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: 46%;
  position: absolute;
  top: 40%;
  width: 100px;
  text-align: center;
}

#wpf-loader-two .wpf-loader-two-inner:before {
  content: "";
  height: 57%;
  left: -204px;
  position: absolute;
  top: -5px;
  transition: all 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%;
}
video{
    width:100%;
}
/*==================
  PROMO SECTION
====================*/

#aa-promo {
  float: left;
  display: inline;
  width: 100%;
}
#aa-promo .aa-promo-area {
  display: inline;
  float: left;
  padding: 30px 0 0 0;
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-left {
  display: inline;
  width: 100%;
  height:100%;
}
#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
  top: 20% !important;
  padding: 0 15px;
}
#aa-promo .aa-promo-area .aa-promo-middle {
  display: inline;
  float: left;
  width: 100%;
  height: 100%;
  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;
}

#aa-promo .aa-promo-area .aa-promo-banner > img {
  width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
position: relative;
  width: 100%;
  text-align: center;
  z-index: 99;
  color:#fff;
  text-shadow: 1px 1px 2px #000;
  padding: 0;
}
#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 p{
    margin: 0;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h3 {
  position: absolute;
    z-index: 999999999999999999;
    text-align: center;
    top: 40%;
    left: 45%;
    font-weight: bold;
    font-size: 30px;
    
  /* HOVER OFF */
   -webkit-transition: top .7s;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content:hover h3{
     
     -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 30%;
}
#aa-promo .aa-promo-area .aa-promo-banner .download img{
	width:150px;
}
#aa-promo .aa-promo-area img{
    position: relative;
    height: 430px;
    cursor: pointer;
}

#aa-promo .aa-promo-area .youtube-button img{
    position: absolute;
    width:100px;
    height:100px;
    left: 42%;
    top: 40%;
}




a.hovertext {
    position: relative;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    padding: 45px 0;
  }
 
  a.hovertext::after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 20px;
    width: 100%;
    text-decoration: none !important;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
  }
  a.hovertext:hover::after, a.hovertext:focus::after {
    opacity: 1.0;
  }
  
  
  
  
  
  
  
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    height:100%;
    background-color: #000;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
} 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/*==================
   INTRO SECTION
====================*/
#aa-intro{
    margin: 30px 0;
}
#aa-intro .aa-intro-inner img{
    display: block;
    margin: 5px auto;
    border-radius: 50%;
    width: 280px;
    height: 280px;
}
#aa-intro .aa-intro-inner p{
    text-align: center;
    font-size: 20px;
    color:#0057a1;
    font-weight: bold;
}
#aa-intro .aa-intro-inner p.border{
    border-left:2px solid #0057a1;
    border-right:2px solid #0057a1;
}
#aa-intro .aa-intro-inner .col-md-4{
    float: right;
}

/*==================
  ABOUTUS SECTION
====================*/

#aa-aboutus{
    margin-top:70px;
}
#aa-aboutus .aboutus-inner{
    padding:20px 15px 350px 15px;
    background: #f68e56;
    color:#fff;
    text-align: center;
}
#aa-aboutus .aboutus-inner h3{
    font-weight: bold;
    font-size: 30px;
}
#aa-aboutus .aboutus-inner a{
    color:#fff;
    text-decoration: underline;
}
#aa-aboutus .aboutus-bottom{
    margin-top: -300px;
    width:100%;
    display: block;
    float: right;
    margin-bottom:50px;
}
#aa-aboutus .aboutus-bottom .col-md-offset-2{
    background: #fff;
    box-shadow: 1px 1px 10px #636363;
    color:#0057a1 ;
    text-align: center;
}
#aa-aboutus .aboutus-bottom .col-md-offset-2 h4{
    font-weight: bold;
    margin: 20px 0;
    font-size: 20px;
}
#aa-aboutus .aboutus-bottom .col-md-offset-2 img{
    height:270px;
}
/*==================
  OFFERS SECTION
====================*/
#aa-offer .aa-offer-area{
    padding: 30px 0;
    width:100%;
    display: block;
    float:right;
    text-align: center;
}
#aa-offer .aa-offer-area h2{
    color:#f68e56;
}
h2.title{
    text-align: center;
    font-weight: bold;
    color:#f5821f;
    margin: 10px 0;
    text-shadow:1px 1px 3px #000;
}
/*==================
CONTENT TEXT SECTION
====================*/
#aa-content-text {
    padding: 40px 0 100px 0;
}
#aa-content-text p{
    text-align: right;
}
/*==================
LOGIN SECTION
====================*/
#aa-login{
    padding: 40px 0 100px 0;
}
#aa-login .aa-login-inner .order-button{
    width:100%;
    display: block;
    float:left;
}
#aa-login .aa-login-inner .nav-tabs > li{
    float:right;
}
/* Style the tab */
#aa-login .aa-login-inner .tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

/* Style the buttons inside the tab */
#aa-login .aa-login-inner .tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    width:50%;
}

/* Change background color of buttons on hover */
#aa-login .aa-login-inner .tab button:hover {
    background-color: #f68e56;
    color:#fff;
}

/* Create an active/current tablink class */
#aa-login .aa-login-inner .tab button.active {
    background-color: #f68e56;
    color:#fff;
    font-weight:bold;
}

/* Style the tab content */
#aa-login .aa-login-inner .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.form-w3agile .form-control{
	font-size:16px;
	height: 42px;
	margin:10px 0;
	direction:rtl;
}
.form-w3agile a.button-login{
	background: #f68e56;
	color: #FFFFFF;	
	padding: 12px 20px;
	border-radius: 4px;
	border:none;
	width:100%;
	font-size: 18px;
	display:block;
	text-decoration:none;
}

.form-w3agile .a-login{
	margin:10px 0;
	text-align:left;
	display:block;
	color: #0057a1;
}
.form-w3agile .social-login{
    display: block;
    margin: 0 auto;
    width:100%;
    float: right;
}
.form-w3agile a.social{
	margin:10px 0;
	text-align:center;
	display:block;
	color: #fff;
	padding:10px 5px;
	font-size: 18px;
	border-radius: 4px;
        width: 23%;
        float: right;
        margin:5px;
}
.form-w3agile .social i{
	color:#fff;
	text-align:right;
	font-size:20px;
	float:right;
	padding:4px 20px 0 0;
	height:20px;
        width:20px;
}
.form-w3agile a.fb{
	background:#3b5998;
}

.form-w3agile a.tw{
	background:#48aae6;
}

.form-w3agile a.google{
    background: #dc4a38;
}
.form-w3agile a.insta{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
 
.form-w3agile h4{
	margin:15px 0;
        border-top: 1px solid #ccc;
        padding: 15px 0;

}
.form-w3agile .text-left{
    direction:ltr;
}
.form-w3agile .country{
    width:100%;
    direction: ltr;
}
.check-order{
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    padding-bottom:70px;
}
.check-order h1{
    color:#f68e56;
    font-weight: bold;
    font-size: 40px;
}
.check-order p{
    font-size: 22px;
}
.check-order h3{
    font-weight: bold;
    font-size: 24px;
    color:#0057a1;
}
.btn-map{
	width:100%; 
	background: #0057a1; 
	margin:10px 0; 
	border-radius:4px; 
	color:#fff;
}
.btn-map:hover{
	background: #004886;
        color:#fff;
}
.modal.in .modal-dialog{
    z-index: 999999999999999999;
}
#myModal .modal-header, #myModal .modal-footer{
    background: none;
    color:#fff;
    text-align: center;
    border-bottom: none;
}
#myModal .modal-header .close{
    color: #fff;
    opacity: 100;
    font-size: 50px;
}
#myModal .modal-footer button{
    float: left;
    background:#f68e56;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.order-here{
    padding: 10px 0;
}

.order-here a.button-login{
    background: #0057a1;
}
/*==================
  OFFER SECTION
====================*/
#aa-offer-text{
    padding: 40px 0 100px 0;
}
#aa-offer-text .aa-offer-inner, #aa-offer-text .aa-offer-inner .box .box-cart{
    width:100%;
    display: block;
    float:left;
}
#aa-offer-text .aa-offer-inner .box .box-cart{
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
}
#aa-offer-text .aa-offer-inner .box{
    width:100%;
    display: block;
    float:left;
    box-shadow: 1px 1px 3px #939090;
    padding: 15px 0;
    border-radius: 5px;
    text-align: right;
    margin-top: 20px;
    min-height: 185px;
}
#aa-offer-text .aa-offer-inner .col-md-6{
    float: right;
}
#aa-offer-text .aa-offer-inner .box img{
    width:150px;
    height:120px;
}
#aa-offer-text .aa-offer-inner .box h4 a{
    color:#f5821f;
    font-weight: bold;
    margin-top: 0;
}
#aa-offer-text .aa-offer-inner .box h4 a:hover{
    text-decoration: underline;
}
#aa-offer-text .aa-offer-inner .box .add-cart{
    width:auto;
    display: block;
    float:right;
}
#aa-offer-text .aa-offer-inner .box-cart .fa-cart-arrow-down{
    color:#f5821f;
    font-size: 22px;
    padding-right:5px;
}
#aa-offer-text .aa-offer-inner span.aa-product-view-price{
    margin: 10px 0;
    color:#0057a1;
    width: 100%;
    display: block;
}
#aa-offer-text .aa-offer-inner .box span.sale-offer{
    background: #f68e56;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block; 
    direction: rtl;
    padding: 5px 0;
    color: #fff;
}
span.aa-product-view-price{
    color: #f68e56;
}

.favourite{
    width:auto;
    display: block;
    float: left;
}

.fav{
    float:left;
    width:auto;
    display: block;
}
.fav span{
    font-size: 20px;
    text-shadow: 1px 1px 3px #525252;     
}
.fav .fa-heart{
    color:#fff;
}

.clicked{
    color: #e93731;
    cursor: pointer;
    text-shadow: 1px 1px 3px #444;
}



.buttons {
  position: relative;
}

.like-btn {
  position: absolute;
  top: -15px;
  left: 15px;
  display: inline-block;
  background: url('../img/twitter-heart.png');
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.is-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}



















.delete {
    float: left;
    color:#0057a1;
    display: block;
}
.delete i{
    font-size: 24px;
}

.btn-default:hover{
    border-color: #f68e56;
    background: none;
}
span.fa-check-circle, span.fa-times-circle{
    padding: 0 5px;
}
.shopping {
    padding: 1.7em 20px;
    background: #f8f9fa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 18px;
}
.shop-top h3{
	color: #4e4f53;
    font-size: 16px;
    margin: 5px 0 0 0;
    font-family: 'Montserrat-Bold';
}
.shop-bottom {
    margin-top: 0%;
}
.close1,.close2,.close3{
	background: url('../images/close.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	position: absolute;
    right: 5px;
    top: 45%;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.check-in {
	width:100%;
	margin: 2em 0 2em;
}
ul.unit {
    border-bottom: 1px solid #a7a7a7;
    padding: 10px 10px;
}
ul.unit li {
    display: inline-block;
    width: 25%;
    float: left;
}
ul.unit li span {
    display: inline-block;
    color: #a7a7a7;
    font-size: 12px;
    text-align: center;
}
ul.cart-header, ul.cart-header1, ul.cart-header2 {
    padding: 9px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #a7a7a7;
}
ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li {
    display: inline-block;
    width: 25%;
    float: left;
}
.in-check {
	margin-top: 2%;
}
.cart-header,.cart-header1,.cart-header2{
	position:relative;
}
.cart-items {
	padding: 0 1em;
}
.cart-items h3 {
    font-size: 2em;
    color: #000;
    margin: 0 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.ckeck-top{
	text-align:center;
	margin-bottom:4%;
}







/*==================
  SHOPPING SECTION
====================*/


.shopping-cart {
  width: 100%;
  height: auto;
  background: #FCFCFC;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  text-align: right;
  border: 1px solid #eee;
}

.title {
  height: 60px;
  border-bottom: 1px solid #E1E8EE;
  padding: 20px 30px;
  color: #5E6977;
  font-size: 18px;
  font-weight: 400;
}

.item {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #eee;
}



@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}

/* Product Image */
.image img{
    width:120px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
/* Product Description */
.description {
  padding-top: 10px;
}

.description p {
    display: block;
    font-size: 18px;
    color: #0057A1;
    font-weight: 600;
    padding: 15px;
}

.description span:first-child {
  margin-bottom: 5px;
}
.description span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

/* Product Quantity */
.quantity {
  padding: 20px;
}
.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 70px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
  border:1px solid #eee;
  border-radius: 3px;
  padding: 10px;
}


/* Total Price */
.total-price {
  padding-top: 27px;
  text-align: center;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

.title, .item, .image, .description, .quantity, .total-price, .remove-icon{
    width:100%;
    display: block;
    float:left;
}
.remove-icon a{
    color:#f68e56;
    padding: 20px;
}

/* Responsive */
@media (max-width: 800px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image img {
    width: 50%;
    
  }
  .image,
  .quantity,
  .description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .buttons {
    margin-right: 20px;
  }
}

/*==================
  CATEGORIES SECTION
====================*/

#aa-categories{
    padding: 40px 0 100px 0;
}

.aa-categories-inner{
    width:100%;
    display: block;
    float:left;
}
.aa-categories-inner .col-md-3{
    margin:10px 0 15px;
    float: right;
}
.aa-categories-inner img{
    width:100%;
    height:250px;
    border: 2px solid #0057a1;
    border-radius: 50%;
}
.aa-categories-inner h4{
    text-align: center;
    color:#0057a1;
    font-weight: bold;
}
.aa-categories-inner a:hover img{
    border-color:#f5821f;
    box-shadow:1px 1px 3px #a4a4a4;
}
/*==================
  ORDERS SECTION
====================*/
#aa-order{
    padding: 40px 0 100px 0;
}

#aa-order .aa-order-inner, #aa-order .aa-order-inner .order-header, .card, #aa-order .aa-order-inner .order-body, #aa-order .aa-order-inner .order-footer, #aa-order .aa-order-inner .order-body .order-det{
    display: block;
    float: left;
    width: 100%;
}
#aa-order .aa-order-inner .order-header, #aa-order .aa-order-inner .order-body, #aa-order .aa-order-inner .order-footer, #aa-order .aa-order-inner .order-body .order-det{
    border-bottom:1px solid #ccc;
    padding: 10px;
    text-align: right;
}
#aa-order .aa-order-inner h4{
    color:#0057a1;
    font-weight: 600;
}

#aa-order .aa-order-inner .right{
    float:right;
    text-align: right;
    display: block;
}
#aa-order .aa-order-inner .left{
    float:left;
    text-align: left;
    display: block;
}
#aa-order .aa-order-inner .order-body img{
    width:100%;
    height:100%;
}
#aa-order .aa-order-inner .order-body .order-det:last-child{
    border:none;
}
#aa-order .aa-order-inner .order-footer{
    border:none;
    text-align: center;
}
#aa-order .aa-order-inner .order-footer span{
    color:#f5821f;
    font-weight: bold;
}
#aa-order .aa-order-inner .order-footer a{
    font-weight: bold;
    color:#f5821f;
}
#aa-order .aa-order-inner .order-footer a:hover{
    text-decoration: underline;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
    margin: 10px 0;
    
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

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

#aa-product, #aa-intro, #aa-aboutus, #aa-offer, #aa-breadcrumb, #aa-content-text, #aa-bg, #aa-login, #aa-offer-text, #aa-categories,  #aa-crops, #aa-order {
  display: block;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner , #aa-intro .aa-intro-inner{
  display: inline;
  float: left;
  width: 100%;
}

#aa-product h2, #aa-popular-category h2, .aa-contact-area h2{
	margin: 10px 0;
        text-align: center;
        background: #f68e56;
        padding: 15px 0;
        color: #fff;
}
#aa-product .aa-product-area .aa-product-inner .col-md-6{
    float:right;
}
#aa-product .aa-product-area .aa-product-inner .col-md-6 img{
    width:100%;
    height:100%;
   margin-top: 20px;
}
/* edited v1.1 */
#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
  float: left;
  margin: 0;	
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner .right img{
    height: 445px;
    box-shadow: 1px 1px 3px #bababa;
}
#aa-product .aa-product-area .aa-product-inner .left img{
   height:200px;
   box-shadow: 1px 1px 3px #bababa;
}
#aa-product .aa-product-area .aa-product-inner a{
    text-align: right;
    font-weight: bold;
    color:#0057a1;
    display: block;
    font-size: 18px;
}


.aa-product-content {
  margin-top: 20px;
}
.aa-product-content li {
  background-color: #ccc;
  display: block;
  float: left;
  height: 250px;
  margin: 0 0 0 30px;
  width: 22.5%;
  margin-bottom: 20px;
}
.aa-products-tab {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 20px;
}
.aa-products-tab li {
  border: none;
  float: none;
  display: inline-block;
  float:right;
}
.aa-products-tab li a {
  border: none;
  font-size: 18px;
  font-weight:bold;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  margin: 0 6px;
  padding: 10px 12px;
  color:#002bbc;
  -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: 18px;
  color:#002bbc;
}
.aa-products-tab li.active a:hover, .aa-products-tab li.active a:focus {
  border: none;
  background-color: inherit;
}
.aa-product-catg li {
  display: block;
  float: right;
  text-align: center;
  margin: 0 0 20px 55px;
  width: 20.5%;
  position: relative;
  overflow: hidden;
}
.aa-product-catg li:hover figure .aa-product-img {
  background-color: rgba(0, 0, 0, 0.5);
}
.aa-product-catg li:hover figure .aa-add-card-btn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aa-product-catg li:hover .aa-product-hvr-content {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.aa-product-catg li figure {
  position: relative;
  height: 300px;
  direction:rtl;
}
.aa-product-catg li figure .aa-product-img {
  background-color: #f9f9fb;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li figure img.aa-product-img{
  width:100%;
  height:300px;
}
.aa-product-catg li figure .aa-add-card-btn {
  background: #0057a1 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.aa-product-catg li figure .aa-add-card-btn span {
  margin-left: 5px;
}
.aa-product-catg li .aa-product-title {
  color: #333;
  margin-bottom: 5px;
}
.aa-product-catg li h4.aa-product-title {
color: #fff;
font-weight: bold;
-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: #0057a1;
margin: 0;
padding: 10px 0 20px 0;
border-bottom: 1px solid #0060b3b3;
}
.aa-product-catg li  a h4.aa-product-title:hover{
    color:#f68e56;
}
.aa-product-catg li .aa-product-price {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.aa-product-catg li .aa-product-price del {
  margin-left: 5px;
}
.aa-product-catg li .aa-product-hvr-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.aa-product-catg li .aa-product-hvr-content .fa-shopping-cart{
    color:#aab8c2;
    font-size: 20px;
}
.aa-product-catg li .aa-product-hvr-content a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
}
.aa-product-catg li .aa-product-fav{
    display: block;
    float: left;
    width:100%;
    background: #0057a1;
}
.aa-product-catg li .aa-product-fav .buttons, .aa-product-catg li .aa-product-fav span{
    position: static;
    float:left;
}
.aa-product-catg li .aa-product-fav span.fa-shopping-cart{
    float: right;
    padding: 20px;
    font-size: 22px;
    color: #aab8c2;
}
.aa-product-catg li .aa-product-fav span.fa-shopping-cart:hover{
    color:#fff;
}
.aa-product-catg li:hover .product-bg {
    top:30%;
}
.aa-product-catg li:hover .product-bg p{
    background: #0009 none repeat scroll 0 0;
    color:#fff;
    font-size: 22px;
    width:100%;
    padding: 10px 0;
}
.aa-product-catg li .aa-badge {
  position: absolute;
  top: 5%;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
.aa-product-catg li .aa-sale {
  background-color: #0057a1;
  box-shadow: 1px 1px 3px #262626;
}
.aa-product-catg li .aa-sold-out {
  background-color: #f68e56;
  box-shadow: 1px 1px 3px #262626;
}
.aa-product-catg li .aa-hot {
  background-color: #ff6600;
}
.height .aa-product-catg li{
    height: auto;
}
/*=== modal window ===*/

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

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

#aa-support {
  background-color: #5f5f5f;
  display: inline;
  float: left;
  width: 100%;
}
#aa-support .aa-support-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single {
  display: inline;
  text-align: center;
  padding: 0 10px;
  float: left;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single span {
  font-size: 30px;
}
#aa-support .aa-support-area .aa-support-single h4 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#aa-support .aa-support-area .aa-support-single p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 0;
}

/*==================
 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, #aa-promo .aa-promo-area .aa-subscribe-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
#aa-subscribe .aa-subscribe-area h3, #aa-promo .aa-promo-area .aa-subscribe-area h3 {
  color: #0057a1;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
#aa-subscribe .aa-subscribe-area p, #aa-promo .aa-promo-area .aa-subscribe-area p{
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form,  #aa-promo .aa-promo-area .aa-subscribe-area .aa-subscribe-form{
  margin: 20px auto 0;
  position: relative;
  width: 320px;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="email"], #aa-promo .aa-promo-area .aa-subscribe-area .aa-subscribe-form input[type="email"]{
  border: 1px solid #ccc;
  color: #555;
  height: 40px;
  padding: 5px 125px 5px 10px;
  width: 100%;
  text-align:center;
}
#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"], #aa-promo .aa-promo-area .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;
  top: 0;
  width: 120px;
  background: #0057a1;
  border:0;
}

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

#aa-catg-head-banner {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
#aa-catg-head-banner img{
    height:150px;
}
#aa-catg-head-banner .aa-catg-head-banner-area {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  padding-top:40px;
}

#aa-catg-head-banner .aa-catg-head-banner-content h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}

#aa-product-category {
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
#aa-product-category .aa-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  width: 100%;
  /* category */
  /* tags */
  /* price range  */
  /* price by color */
}
#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
  padding-bottom: 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a {
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
  box-shadow: none;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-red {
  background-color: #FF0000;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-green {
  background-color: #008000;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-yellow {
  background-color: #FFFF00;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-pink {
  background-color: #FFC0CB;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-purple {
  background-color: #800080;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-blue {
  background-color: #0000FF;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-orange {
  background-color: #ffa500;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-gray {
  background-color: #bebebe;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-black {
  background-color: #000;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-white {
  background-color: #FFF;
  border: 1px solid #ccc;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-cyan {
  background-color: #00ffff;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-olive {
  background-color: #00ffff;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-orchid {
  background-color: #da70d6;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li:last-child {
  border: none;
  margin-bottom: 0px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img {
  display: block;
  float: left;
  height: 95px;
  width: 100px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img img {
  width: 100%;
  height: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
  color: #333333;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info p {
  font-size: 16px;
}
#aa-product-category .aa-product-catg-content {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head {
  background-color: #f3f3f3;
  display: inline;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left {
  float: left;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
  margin: 0 10px 10px 0;
    font-weight: normal;
    padding-top: 5px;
    float: right;
    width: 100%;
    text-align: center;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form .form-group .bootstrap-select .dropdown-toggle{
    max-width: 300px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form .form-group .form-control{
    background: none;
    border:none;
    box-shadow: none;
    margin: 0 5px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form {
  float: right;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
  border: 1px solid #ccc;
  text-align: center;
  direction: rtl;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select option {
  padding: 4px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
  float: right;
  margin-left: 25px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
  border: 1px solid #ccc;
  text-align: center;
  direction: rtl;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select option {
  padding: 4px;
  direction: rtl;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right {
  float: right;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a {
  color: #555;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 30px;
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
  margin: 15px;
  width: 29.916%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li .aa-product-descrip {

}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
  width: 100%;
  height: 345px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
  float: left;
  width: 35%;
  margin-right: 40px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
  bottom: 35%;
  left: 40%;
  font-size: 14px;
  transform: scale(1);
  width: 150px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure figcaption {
  text-align: left;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
  display: block;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
  width: 35%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child a, #aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child a, #aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span {
  color: #004f9b;
  margin-left: 0px;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:hover,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:hover {
  background-color: #fff;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:focus,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:focus {
  color: #fff;
}
.product-search{
    float: left;
}
button.filter{
    margin-top: 38px;
    background: #f68e56;
    border: none;
    padding: 5px 15px;
    color: #fff;
}
/*==================
 PRODUCT DETAILS PAGE
====================*/

#aa-product-details {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-details .aa-product-details-area {
  display: inline;
  float: left;
  padding: 30px 0 100px;
  width: 100%;
}
#aa-product-details .aa-product-details-area .aa-product-details-content {
  margin: 0 auto;
  width: 80%;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-slider {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content h3{
    color:#0057a1;
    font-weight: bold;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content span.aa-product-view-price{
    color:#f68e56;
    font-weight: bold;
    font-size: 18px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content span.fa{
    padding: 0 5px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content h4{
     font-weight: bold;
     direction: rtl;
     margin-top: 20px;
     font-size: 16px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-size a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form {
  display: inline-block;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form select {
  height: 25px;
  width: 40px;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
}

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

.weather_1{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;	 
  background:#0057a1;
  width:100%;
  float:left;
  display: block;
}
.weather_1, .strip_1, i.point, .menu_1, .menu_2, .menu_3, .menu_4, .menu_5, ul.menu_7, .search, .g-btnn, .blue, .twitter_widget_1, .twitter_widget_2, .facts, .audio-plyer{
	border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
  -o-border-radius:4px;
}
.strip_1 {
  background:#00437d;
}

h4.head-1{
  color: #fff;
  font-size: 1.5em;
  display: block;
  text-align: center;
  line-height: 3.2em;
  font-weight: 400;
}
.strip_2{
    padding: 1em 0;
    border-bottom: 1px solid #00437D;
}
.strip_2-border{
	width:55%;
	margin:0 auto;
}
.m_1{
	display: inline-block;
    width: 49%;
}
.m_1 span{
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:500;
}
sup {
  top: -.5em;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.m_1 p{
	font-size:70px;
	color:#fff;
	font-weight: 500;
}
.m_1 i{
    color:#fff;
    font-size: 24px;
}
.temp_list li a {
  display: block;
  color: #9099B7;
  font-size:1.1em;
  text-transform: uppercase;
  padding: 20px 25px 15px 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.temp_list li{
    border-bottom: 1px solid #003B6F;
    border-top: 1px solid #0057a1;
}
.temp_list li.last{
	border-bottom:none;
}
.temp_list li a:nth-child(6){
	border-bottom:none;
}
.temp_list li a span {
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.temp_list li a label {
  color: #FFF;
  font-size:1.1em;
  float: right;
  letter-spacing: 1px;
}
.temp_list li a label em {
  font-size: 0.5em;
  vertical-align: top;
}
.temp_list li a label i > img {
  vertical-align: middle;
  margin-top: -5px;
}
.temp_list li a:hover, .temp_list li.active a {
  background: #00437d;
  box-shadow: inset 0 1px 8px #0057A1;
  -webkit-box-shadow: inset 0 1px 8px #0057A1;
  -moz-box-shadow: inset 0 1px 8px #0057A1;
  -o-box-shadow: inset 0 1px 8px #0057A1;
}


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

#cart-view {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0 100px 0;
}
#cart-view .cart-view-area .cart-view-table {
  background-color: #FCFCFC;
  display: inline;
  float: left;
  width: 100%;
  padding: 30px;
  min-height: 350px;
  box-shadow: 1px 1px 3px #939090;
}
#cart-view .cart-view-area .cart-view-table .table {
  border: 1px solid #ddd;
}
#cart-view .cart-view-area .cart-view-table .table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #555;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td {
  vertical-align: middle;
  border-right: 1px solid #ccc;
  text-align: center;
}
#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 {
  width: 100px;
  height: 100px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-quantity {
  padding: 5px;
  width: 50px;
}
#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-total {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-total h4 {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
#cart-view .cart-view-area .cart-view-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-total a {
  margin: 20px 0 0 0;
  display: inline-block;
  float: none;
  border-radius: 3px;
}
#cart-view .cart-view-area .cart-view-total a.del{
    background: #0057a1;
}
/*==================
 CHECKOUT PAGE
====================*/

#checkout {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#checkout .checkout-area .checkout-left {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default {
  border-radius: 0;
}
#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading {
  background-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 .checkout-area .checkout-left .panel-group .aa-checkout-coupon input[type="submit"] {
  font-size: 14px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="text"],
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="password"] {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login label {
  cursor: pointer;
  font-weight: normal;
  margin-top: 8px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="checkbox"] {
  margin-top: 5px;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login button {
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 5px;
  float: left;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password {
  color: #555;
  float: left;
  margin-top: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password a {
  color: #555;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill {
  display: inline;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill input {
  border: 1px solid #ccc;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill textarea {
  border: 1px solid #ccc;
  color: #999;
  height: 150px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill select {
  border: 1px solid #ccc;
  color: #999;
  height: 40px;
  padding: 10px;
  width: 100%;
}
#checkout .checkout-area .checkout-right {
  display: inline;
  float: left;
  width: 100%;
}
#checkout .checkout-area .checkout-right h4 {
  margin-top: 0px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area {
  margin-bottom: 30px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
  border: 1px solid #ccc;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table thead tr th {
  border: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td strong {
  margin-left: 5px;
  font-size: 14px;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr th {
  border-right: 1px solid #ccc;
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr td {
  text-align: center;
}
#checkout .checkout-area .checkout-right .aa-payment-method {
  border: 1px solid #ccc;
  padding: 15px;
}
#checkout .checkout-area .checkout-right .aa-payment-method label {
  width: 100%;
  font-weight: normal;
}
#checkout .checkout-area .checkout-right .aa-payment-method 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: 100px 0;
  width: 100%;
}
#aa-myaccount .aa-myaccount-area h4 {
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#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"] {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.aa-login-form label {
  font-weight: normal;
  margin-top: 8px;
}
.aa-login-form label span {
  color: red;
}
.aa-login-form .rememberme {
  cursor: pointer;
  margin-top: 18px;
}
.aa-login-form input[type="checkbox"] {
  margin-top: 5px;
}
.aa-login-form 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-content {
  border-radius: 0;
}
#login-modal .modal-dialog {
  margin: 100px auto;
  width: 320px;
}
#login-modal .modal-dialog h4 {
  border-bottom: 1px solid #ccc;
  color: #0057a1;
  font-weight: bold;
  padding-bottom: 10px;
  text-align:center;
}
#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;
}
#login-modal form{
	text-align:right;
}
#login-modal form label{
	cursor: pointer;
}

#form-switch {
  display:none
}
#register-form {
  display:none
}
#form-switch:checked~#register-form {
  display:block
}
#form-switch:checked~#login-form {
  display:none
}


/*==================
 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;
  width: 100%;
}
#aa-contact .aa-contact-area h2{
    margin-top:0;
}
#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;
  width: 100%;
  padding: 40px 0 100px 0;
}
#aa-contact .aa-contact-area .aa-contact-address h3{
	text-align:right;
	color:#002bbc;
	font-weight:bold;
}
#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 .contact-details{
    text-align: center;
    font-weight: bold;
}
#aa-contact .aa-contact-area .aa-contact-address .contact-details i{
    color:#f68e56;
    padding: 0 5px;
}
#aa-contact .aa-contact-area .aa-contact-address h4{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #0057a1;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .col-md-6{
	float:right;
}
#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 {
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align:right;
  border: 2px solid #f68e56;
  border-radius: 5px;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form textarea {
  border-radius: 0;
  font-size: 16px;
  height: 200px;
  padding: 10px;
  width: 100%;
  text-align:right;
}
#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: right;
  width: 100% !important;
  text-align:right;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-group .radio-inline + .radio-inline{
	margin-left: 20px;
}
#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 textarea.form-control{
  display: inline;
  float: left;
  width: 100%;
  border: 2px solid #f68e56;
  border-radius: 5px;
  text-align: right;
  font-size: 16px;
}
#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;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form button{
    float:right;
}
#aa-contact .aa-contact-area .map{
    margin-top:20px;
    display: block;
    width: 100%;
    float: left;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .border input{
    border:none;
}
/*==================
 ERROR  PAGE
====================*/

#aa-error {
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
#aa-error .aa-error-area {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 50px 100px 50px;
  text-align: center;
  width: 100%;
  direction: rtl;
}
#aa-error .aa-error-area h2 {
  display: inline-block;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px #ddd;
}
#aa-error .aa-error-area span {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #ddd;
}
#aa-error .aa-error-area p {
  font-size: 18px;
}
#aa-error .aa-error-area a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.caret{
    margin: 0 5px;
    color: #f68e56;
}
.nav .open > a, .nav .open > a:hover, .navbar-nav > li > a:hover{
    background: none;
}
.navbar-nav > li > a{
    color:#fff;
    padding: 12px 35px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.navbar-nav > li{
    float:right;
}
.navbar-nav ul.sm-nowrap > li > a{
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #0057a1;
    font-weight: bold;
}
.navbar-nav ul.sm-nowrap > li > a:hover{
    color: #f68e56;
    background: #f8f8f8;
}
.menu-area .dropdown-menu{
    padding: 0;
}
/*==================
 PROFILE SECTION
====================*/
.profile{
    text-align: justify;
    direction: rtl;
    font-size: 16px;
    color: #3c3d41;
    padding: 40px 0 100px 0;
    color:#0057a1;
    font-weight: 600;
    width: 100%;
    display: block;
    float: left;

}
.profile img{
    display:block;
    margin:10px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-color: #f5821f;
}
.profile table{
	width:100%;
}
.profile table td{
	text-align:right;
	direction: ltr;
}
.profile .buttons{
	margin:20px 0;
}
.profile a{
	margin:10px auto;
	display:block;
	background:#f5821f;
	color: #FFFFFF;
	border-radius: 4px;
	border: none;
	font-size: 18px;
	width:50%;
}
.profile a:hover{
	color:#fff;
}
.profile .map{
	margin:10px 0;
}
.profile .map h4{
	margin:15px 0;
}
.profile a.profile-a{
	background:none;
	color:#f5821f;
	width: 100%;
        padding: 15px 0;
}
.profile table tr{
    border-bottom:1px solid #ccc;
}
.profile .aa-sidebar-widget h3{
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 20px;
    background: #f5821f;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    text-align: right;
    margin: 0;
    border-top-right-radius:3px;
    border-top-left-radius:3px;
    margin-top: 30px;
}
.profile ul{
    border:1px solid #f5821f;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}
.profile ul.aa-catg-nav a{
    display: block;
    width:100%;
    text-align: right;
    color:#f5821f;
    background: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
}
.profile ul.aa-catg-nav a:hover{
    background: #f5f5f5;
}

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

#aa-footer {
  background-color: #222;
  background-image: linear-gradient( #0057a1, #011c78 );
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
#aa-footer .img-footer{
    position: absolute;
    top: -70px;
    margin: 0 auto;
    display: block;
    left: 46%;
}
#aa-footer .img-footer img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}
#aa-footer .aa-footer-top {
  display: inline;
  float: left;
  padding: 70px 0 20px 0;
  width: 100%;
  min-height: 100px;
}
#aa-footer .aa-footer-top .col-md-4{
	float:right;
	text-align:right;
}
#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: #f5821f;
	text-shadow: 1px 1px 1px #413f3f;
	font-size: 26px;
	margin:10px 0 20px 0;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget p{
	color:#fff;
	text-align:justify;
	direction:rtl;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-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:#f5821f;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
  margin-bottom: 5px;
  color: #fff;
  text-align: right;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
  margin-left: 5px;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  padding: 2px 0;
  text-align: center;
  width: 35px;
  height: 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;
  background: #fff;
  border-radius:50%;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a:hover {
  background: #ddd;
}
#aa-footer .aa-footer-bottom {
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area {
  display: inline;
  float: left;
  width: 100%;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-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: #fff;
  margin-left: 8px;
  font-size: 22px;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span:hover {
  color:#f5821f;
}




.carousel {
	position: relative;
	overflow: hidden;
	width: 1080px;
        margin: 0 auto;
}
.roll {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	left:  0px;
}
.project {
	width: 350px;
	height: 320px;
	background-color: #FFF;
	text-align: center;
	margin: 50px 10px 15px 0;
	display: inline-block;
	font-size: 18px;
        position: relative;
}
.project img {
	width:  100%;
	height: 100%;
}
.project span{
    position: absolute;
    top:0;
    color: red;
    font-size: 18px;
    background: #fff;
    width:60px;
    height:60px;
    border-radius: 50%;
}
.project .offer-icon img{
    width:100px;
    height:100px;
    margin: 0 auto;
}
.project .offer-icon{
    position: absolute;
    top: -50px;
    left: 35%;
    
}
.project p {
	margin: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	text-align: left;
	white-space: normal;
}

.sections {
	text-align: center;
	color: #f68e56;
	font-size: 12px;
}

.sections i {
	margin: 0 2px;
	cursor: pointer;
}

.navigation {
	position:  absolute;
	border: none;
	padding: 0;
	background-color: rgb(246, 142, 86);
	height: 34px;
	width: 34px;
	color:  #FFF;
	font-size: 20px;
	text-align: center;
	top: 180px;
	z-index: 10;
}
.navigation:visited  {
	text-decoration: none;
}

.navigation:active {
	text-decoration: none;
}
.navigation:focus {
	outline: none;
}
.navigation:first-of-type {
	left: 0px;
}
.navigation:last-of-type {
	right: 10px;
}

@media screen and (max-width: 950px) {
    .carousel {
		position: relative;
		overflow: hidden;
		width: 620px;
	}
}
@media screen and (max-width: 768px){
 #aa-footer .aa-footer-top .col-md-4, #aa-footer .aa-footer-top .aa-footer-widget, #aa-footer .aa-footer-top .aa-header-top-right{
        display: block;
        width:100%;
        float: left;
    }
    .padding .left-app, .padding .right-app{
        text-align: center;
    }
}
@media screen and (max-width: 655px) {
    .carousel {
		position: relative;
		overflow: hidden;
		width: 310px;
	}
}

.owl-wrapper-outer .item{
    border:none;
}
.owl-wrapper-outer .item img{
    height:145px;
}


.show label{
	float: right;
    margin-left: 10px;
	font-weight: normal;
}
/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

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

  .slick-prev {
    left: 93%;
  }

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

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

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

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

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

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

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

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

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

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 5% 0;
  }
  
  /*   Edited v1.1 */
  #aa-slider .aa-slider-area .seq-title{
	  top: 18%;
  }
  #aa-product .aa-product-area .aa-product-inner #men,
  #aa-product .aa-product-area .aa-product-inner #women,
  #aa-product .aa-product-area .aa-product-inner #sports,
  #aa-product .aa-product-area .aa-product-inner #electronics{
	  margin-left: -45px;	
  }
}
@media (max-width: 991px) {
    .menu2{
        float:none;
    }
    .menu-button{
        line-height:0;
        padding: 5px 0;
        margin: 5px auto;
        display: block;
        width:100%;
    }
    #menu .menu-area{
        padding: 10px 0;
    }
    #aa-offer-text .aa-offer-inner .box img{
        width:100%;
        height:250px;
    }
    .aa-categories-inner img{
        height:380px;
    }
	.border-bottom{
            border-top:2px dotted #0057a1;
            margin-top: 20px;
        }
        #aa-product .aa-product-area .aa-product-inner .right img, #aa-product .aa-product-area .aa-product-inner .left img{
            height: 250px;
        }
	#aa-footer .aa-footer-top .col-md-3{
		float:none;
		text-align:right;
		width:100%;
		display:block;
	}
	#aa-header .sticky img{
		width:50%;
	}
	#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
		margin-right: 0;
		margin-top:0;
	}
        .aa-categories-inner .col-md-3{
            float: none;
            width:100%;
        }
  #menu .menu-area .navbar-default .navbar-nav li a {
    font-size: 15px;
    padding: 8px;
  }

  #menu .menu-area .navbar-default .navbar-nav li a ul{
	  right:0px;
  }
  
  /*   edited v1.2 */
	#aa-slider .aa-slider-area .seq-title {
		left: 8%;
		top: 10%;
		width: 80%;
	}
	
	#aa-slider .aa-slider-area .seq-title h2 {
		font-size: 35px;
		line-height: 35px;
		margin-top: 0;
	}
	
	#aa-slider .seq-canvas .slick-prev {
		left: 20px;
	}
	
	#aa-slider .seq-canvas .slick-next{
		right: 20px;
	}
	#aa-product .aa-product-area .aa-product-inner #men,
	#aa-product .aa-product-area .aa-product-inner #women,
	#aa-product .aa-product-area .aa-product-inner #sports,
	#aa-product .aa-product-area .aa-product-inner #electronics{
		margin-left: -20px;	
	}

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

  .slick-prev {
    left: 91%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  #aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
    margin-top: 30px;
  }
    .weather-bottom .col-md-2, #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .col-md-6{
		float:none;
		width:100%;
	}
        #aa-intro .aa-intro-inner .col-md-4{
        float:none;
    }
    #aa-intro .aa-intro-inner p.border{
            border:none;
        }
    #aa-product .aa-product-area .aa-product-inner .col-md-6, #aa-aboutus .aboutus-bottom .col-md-6, #aa-promo .aa-promo-area .col-md-6, .aa-contact-address .col-md-7, .aa-contact-address .col-md-5, #aa-footer .aa-footer-top .col-md-4, #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment, #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p, #aa-header .aa-header-bottom .aa-header-bottom-area .col-md-3{
        float: none;
        width:100%;
    }
    .carousel{
        width:100%;
    }
    .aa-header-top-right{
        display: block;
    }
    .padding .left-app, .padding .right-app{
        float:right;
        margin:30px 5px;
    }
    #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment{
        margin: 10px 0;
    }
    #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget{
        display: block;
        width: 100%;
        float: left;
    }
    #aa-header .aa-header-top .aa-header-top-area .padding{
        padding-left: 0;
    }
    
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box{
        width: auto;
        float:left;
        margin-top: 40px;
    }
    .aa-header-bottom-area .col-md-7{
        float: left;
        display: block;
    }
}
@media (max-width: 767px) {
    .form-w3agile a.social{
        width: auto;
        float: none;
        margin-top: 10px;
    }
    .project{
        width:100%;
        margin: 50px 0 15px 0;
    }
    .col-md-4, .col-md-6{
        width:100%;
        float:none;
    }
    .col-md-7{
        padding: 0 15px;
    }
    .aa-header-bottom-area .col-md-7{
        float: right;
    }
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box{
        width:auto;
        margin-top: 20px;
    }
.padding .left-app, .padding .right-app{
    float: none;
}
#aa-footer .img-footer{
    left:40%;
}
a.hovertext{
    padding: 50px 0;
}
#aa-intro .aa-intro-inner p.border{
    border:none;
}
.navigation:last-of-type{
    right:0;
}
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle {
    border-radius: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .aa-blog-details .aa-blog-content-single .blog-single-social {
    margin-top: 20px;
    text-align: center;
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li{
      padding-top:0;
      padding-bottom: 0;
  }
  #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment, #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p{
      float:none;
      width:100%;
      margin: 5px 0;
      text-align: center;
  }
  #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p{
      color:#fff;
  }
}
@media (max-width: 640px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
  }

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

  .slick-prev {
    left: 89%;
  }

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

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

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

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

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

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

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

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

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

  .aa-wishlist-table .aa-add-to-cart-btn {
    font-size: 10px;
    padding: 8px 10px;
  }
  
  /*   edited v1.1 */
	
	#aa-slider .aa-slider-area .seq-title span {
		font-size: 14px;
		padding: 3px 10px;
	}
	
	#aa-slider .aa-slider-area .seq-title h2 {
		font-size: 25px;
		line-height: 25px;
		margin-top: 0;
	}
	
	#aa-slider .aa-slider-area .seq-title p{
		font-size: 14px;	
	}

	#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
	  font-size: 14px;
	  margin-top: 10px;
	}
        .aa-categories-inner img{
            height:250px;
        }
}
@media (max-width: 480px) {
    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left{
        float: none;
        width:100%;
    }
    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form{
        float: none;
        width:100%;
    }
    #aa-footer .img-footer {
        left: 35%;
    }
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box{
        width:100%;
        margin-top: 5px;
    }
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo{
        float: none;
        margin-top: 4px;
        width: 50%;
        margin: 0 auto;
    }
  #aa-slider .aa-slider-area .seq-title {
    left: 2%;
    top: 15%;
    width: 90%;
  }
  #aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h3{
      left: 38%;
  }
 /* edited v1.1 */
	#aa-slider .aa-slider-area .seq-title h2 {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	#aa-slider .seq-canvas .slick-prev, #aa-slider .seq-canvas .slick-next {
	  height: 30px;
	  top: 45%;
	  width: 30px;
	}
	

	#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn{
		font-size: 12px;
		margin-top: 0;
	}

	
	#aa-slider .slick-slider {
		height: 250px;
	}
	
	#aa-slider .slick-slide img {
	  height: 250px;
	}
	#aa-product .aa-product-area .aa-product-inner #men,
	#aa-product .aa-product-area .aa-product-inner #women,
	#aa-product .aa-product-area .aa-product-inner #sports,
	#aa-product .aa-product-area .aa-product-inner #electronics{
		margin-left: 0;	
	}

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

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

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

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

  .slick-prev {
    left: 84%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .aa-blog-details #respond input[type="text"], .aa-blog-details #respond input[type="email"], .aa-blog-details #respond input[type="url"] {
    width: 100%;
  }
  .aa-header-bottom-area .col-md-7{
      float: none;
  }
}
@media (max-width: 360px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
    display: inline-block;
  }
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a span:hover{
	  color:#0057a1;
  }
  #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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #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: 14px;
    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;
  }
  
  /*   edited v1.1 */
	#aa-slider .seq-canvas .slick-prev, #aa-slider .seq-canvas .slick-next{
	  top: 40%;
	}
  
	#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
	  font-size: 12px;
	  padding: 8px 15px;
	}
        a.hovertext{
            padding: 80px 0;
        }
}
@media (max-width: 320px) {
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 52%;
  }

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

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

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

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

  #cart-view .cart-view-area .cart-view-table .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;
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {   
    padding: 5px 2px;
  }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.aa-promo-area .modal-dialog {
      width:95%;
      margin: 10px auto;
      height:95%;
  }
.aa-promo-area .modal-body {
  position:relative;
  padding:0px;
  height:100%;
}
.aa-promo-area .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:4rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.aa-promo-area .modal{
    background: #000;
    max-height: 100%;
}
.aa-promo-area .modal-body iframe, .aa-promo-area .embed-responsive, .aa-promo-area .embed-responsive-item{
    height:100%;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content h3, #aa-catg-head-banner .aa-catg-head-banner-content h2, .bootstrap-select.btn-group .dropdown-menu li a{
direction: rtl;
}
.flexslider .slides img{
height:auto !important;
}

#aa-product .aa-product-area .aa-product-inner a{
direction: rtl;
}
