.hidden-xs{
	display:block;
}
thead.hidden-xs.checkout_table_head {
    display: table-header-group;
}
.visible-xs{
	display:none;
}
@media only screen and (min-width: 1601px) {

  /* div#product_categories img.img-fluid {
    height: 185px;
  } */
	div#product_categories img.img-fluid {
    height: 200px;
    width: 210px;
	}

  .header-area .header-navi .menu-special {
    text-align: right;
  }

  .header-area .header-maxi .top-right-list .cart-header > a::after {
    top: 8px;
    right: 0px;
    display: none;
  }

  #show-img {
    /* width: auto !important; */
  }

  .product-detail-area .detail-area .product-tabs .tab-content ul {
    height: 250px !important;
  }

  .header-area .header-navi .special-nav, .header-area .header-navi .offer-nav {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    text-align: right;
    margin-right: 0;
    /* margin-left: 15px; */
  }  
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .show1 {
    height: 600px !important;
  }
}

@media only screen and (max-width: 1299.98px) {
  .show1 {
    height: auto !important;
  }

  .cd-dropdown-content {
    width: 280px;
  }

  .carousel-content .carousel {
    margin-top: 160px;
  }

  .header-area .header-navi .offer-nav a {
    padding: 6px 15px !important
  }

  .header-top-right ul li {
    padding-left: 10px;
  }

  .header-area .header-navi .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 4.5px;
  }

.detail-area span.dimensions {
  text-align: left;
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  height: auto;
}

.order-summary-outer .table {
  min-width: inherit;
}
.notes-summary-area .order-summary .table {
  min-width: inherit;
}
.carousel-content .week-sale-bnr h4 {
  font-size: 26px;
}
.carousel-content .week-sale-bnr p {
  font-size: 18px;
}
.newsletter-content .social-icons li:first-child {
  margin-bottom: 15px;
  display: block;
}
.newsletter-content label {
  line-height: normal;
  margin-left: 0;
  margin-bottom: 15px;
}
.newsletter-content form {
  float: none;
  width: 100%;
}
.brands-content .owl-brands .owl-prev {
  left: -15px;
}
.brands-content .owl-brands .owl-next {
  right: -15px;
}
.header-area .header-navi .special-nav, .header-area .header-navi .offer-nav {
  margin-top: 10px;
}
}

@media only screen and (max-width: 992px) {

.hidden-xs{
	display:none;
}
.visible-xs{
	display:block;
}

  button.btn.btn-danger.add-wishlist {
    margin-top: 15px;
  }

  .show1 {
    height: auto !important;
  }

  #lang-single{
    color: #fff;
  }

  .side_mega_menu {
    display: none;
  }


nav#cssmenu {
  width: 100%;
}
#cssmenu {
  width: 100%
}
#cssmenu ul {
  width: 100%;
      display: none;
  }
  
    #cssmenu ul li {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
#cssmenu ul ul li,
#cssmenu li:hover>ul>li {
  height: auto
}
#cssmenu ul li a,
#cssmenu ul ul li a {
  width: 100%;
  border-bottom: 0
}
#cssmenu>ul>li {
  float: none
}
#cssmenu ul ul li a {
  padding-left: 25px
}
/* #cssmenu ul ul li {
  background: #333!important;
}
#cssmenu ul ul li:hover {
  background: #363636!important
} */
#cssmenu ul ul ul li a {
  padding-left: 35px;
}
    #cssmenu ul ul li a {
        color: #999;
        background: none;
    }
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.active>a {
  color: #000;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
      text-align: left;
      padding: 0;
}
#cssmenu>ul>li.has-sub>a:after,
#cssmenu>ul>li.has-sub>a:before,
#cssmenu ul ul>li.has-sub>a:after,
#cssmenu ul ul>li.has-sub>a:before {
  display: none;
}
#cssmenu #head-mobile {
  display: block;
  /* padding: 23px; */
  color: #ddd;
  font-size: 12px;
  font-weight: 700
}
#cssmenu ul ul li {
    border: 0px solid #ddd;
}
    #cssmenu .button {
        width: 55px;
        height: 44px;
        /* position: absolute; */
        left: 0;
        top: -38px;
        cursor: pointer;
        /* z-index: 12399994; */
        border-top: none;
        margin-top: 0px;
        background: #000;
        width: 50px;
    }

    #cssmenu .button:after {
        position: absolute;
        top: 22px;
        left: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
    }
#cssmenu .button:before {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 16px;
  left: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: ''
}
    #cssmenu .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 20px;
    }
#cssmenu .button.menu-opened:before {
  top: 23px;
  background: #fff;
  width: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 20px;
}
#cssmenu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  /* border-left: 1px solid #fff; */
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
  /* background: #D81619; */
}
#cssmenu ul ul .submenu-button {
  height: 34px;
  width: 34px
}
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
        content: '';
    }
#cssmenu ul ul .submenu-button:after {
  top: 15px;
  right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
        background: #000;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000000a6;
        content: '';
    }
#cssmenu ul ul .submenu-button:before {
  top: 12px;
  right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
  display: none
}
#cssmenu ul ul ul li.active a {
  border-left: none
}
#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: none
}
.detail-area .show1 div {
    display: none !important;
}

/* .header-area {
  padding-bottom: 0.9375rem;
} */

/* .mainnav{
  display: block;
}

.mobile-menu-area {
  display: block;
} */

.header-area .header-navi .special-nav a {
  /* padding: 6px 7px !important; */
}

.header-area .header-navi .offer-nav a {
  /* padding: 6px 20px !important; */
}

#lang-setting{
  display: none;
}

.header-area .header-maxi .spaceright-0 {
  padding-left: 0;
}
.header-area .header-maxi .logo {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-area .header-maxi .form-inline {
  padding-left: 0.9375rem;
}
.header-area .header-maxi .top-right-list .phone-header {
  display: none;
}
.header-area .header-maxi .top-right-list .wishlist-header {
  display: none;
}
.header-area .header-navi .navbar-2 .navbar-nav .nav-item.first {
  display: none;
}
.header-area .header-navi .navbar-2 .navbar-nav .nav-item {
  margin-right: 0;
  margin-top: 10px;
}
.header-area .header-navi .navbar-2 .navbar-nav .nav-item.last {
  position: static;
}
.categories {
  margin-top: 30px;
}
.categories .navbar-nav li a {
  padding: 0.5625rem;
}
.carousel-content .carousel {
  margin-top: 175px;
}
.mainnav{
  text-align: left;
}
/*.carousel-content .carousel {
  margin-top: 12px;
}*/

.header-area .header-maxi {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-content .carousel .carousel-inner .carousel-item img {
  height: auto;
}
.breadcum-area {
  background-position: center center;
}
.footer-content {
  padding-bottom: 0;
}
.footer-content .single-footer {
  margin-bottom: 30px;
}
.footer .footer-image, .footer .footer-info {
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .floating-top {
  right: 15px !important;
}
.notes-summary-area {
  margin-top: 40px;
}
.notes-summary-area .order-summary .table {
  min-width: inherit;
}
    .order-summary-outer {
        margin-top: 50px;
        padding-left: 0;
    }
	
	
	
	
	
	
	
	
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
.header-area .header-navi .navbar-1 .navbar-nav .nav-item {
  margin-right: 10px;
}
.header-area .header-maxi .form-inline {
  padding-left: 35px;
}
.products .product.product-2x {
  width: 50%;
}
.products-5x .product {
  width: 25%;
}
.header-area .header-navi .special-nav span {
  left: 90%;
}
/* .header-area .header-navi .offer-nav span {
  top: 40%;
} */

.header-area .header-maxi .search-categories {
  margin-left: 32%;
}

div#lang-setting {
    margin-left: 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  #cssmenu .button {
    top: -30px;
  }

  .agami_menu_area {
    top: 0px;
  }

  /* .product_collection img.img-fluid {
    height: 160px !important;
  } */

  /* div#product_categories img.img-fluid {
    height: 120px;
  } */
  /* .single-feature-img img {
    height: 200px;
  } */

  /* .banner-image img {
    height: 200px;
  } */

  div#lang-setting {
    margin-left: 0px;
  }

.carousel-content .new-product, .carousel-content .week-sale-bnr {
  float: left;
  width: 50%;
}
.newsletter-content .banner-single {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
}
.newsletter-content .banner-single.second-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.newsletter-content .banner-single.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.products .product.product-2x {
  width: 66.66%;
}
.products-3x .product {
  width: 33.33%;
}
.products-4x .product {
  width: 33.33%;
}
.products-5x .product {
  width: 33.33%;
}
.toolbar {
  padding: 13px 26px 10px 26px;
}
.toolbar .form-group .col-form-label {
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.toolbar .form-group.center {
  padding-left: 0;
  padding-right: 15px;
}
.orders-detail-area .card {
  margin-bottom: 15px;
}
.blogs-3x .blog-post {
  width: 33.33%;
}
.blogs-4x .blog-post {
  width: 33.33%;
}
.blogs-5x .blog-post {
  width: 33.33%;
}
.payment-area {
  margin-top: 40px;
}
.checkout-right {
  display: none;
}
.checkout-left .nav .nav-item .nav-link {
  width: 130px !important;
}
.header-area .header-navi .special-nav, .header-area .header-navi .offer-nav {
  margin-top: 5px;
}

.related-product-area .products-5x .product-adjust {
  width: 25%;
}
section#featured-items .products-5x .product {
  width: 25%;
}
.header-area .header-maxi .search-categories {
  margin-left: 20%;
}
.header-area .header-maxi .search-categories .btn-secondary {
  /* right: -20px; */
  top: 0;
}
.show1 {
  height: 600px !important;
}

}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

  .agami_menu_area {
    top: 20px;
  }

  .carousel-content .carousel {
    margin-top: 130px;
  }

  .header-area .header-navi .offer-nav {
    margin-top: 5px !important;
  }

  .product_collection .product .blog-post .module .cat-title {
    font-size: 11px;
  }

  .add-wishlist {
    margin-top: 0px !important;
  }

  img.site-logo {
    height: 28px !important;
    margin-left: 0 !important;
  }

  .header-area .header-maxi .top-right-list {
    top: -28px  !important;
    right: 0  !important;
  }

  .header-area .header-maxi .form-inline {
    padding-left: 0;
    margin-right: 35px;
  }

  button.btn.btn-secondary.cartadd {
    margin-bottom: 0  !important;
 }
.carousel-content .new-product, .carousel-content .week-sale-bnr {
  float: left;
  width: 50%;
}
.newsletter-content .banner-single {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
}
.newsletter-content .banner-single.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.products .product.product-2x {
  width: 100%;
}
.products-3x .product {
  width: 50%;
}
.products-4x .product {
  width: 50%;
}
.products-5x .product {
  width: 50%;
}
.registration-area .registered-customers {
  margin-top: 50px;
}
.registration-area .new-customers ul {
  margin-top: 50px;
  padding-left: 0;
}
.toolbar {
  padding: 13px 26px 10px 26px;
}
.toolbar .form-group .col-form-label {
  padding-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.orders-detail-area .card {
  margin-bottom: 15px;
}
.blogs-3x .blog-post {
  width: 50%;
}
.blogs-4x .blog-post {
  width: 50%;
}
.blogs-5x .blog-post {
  width: 50%;
}
.my-shipping-area .my-shipping {
  margin-bottom: 40px;
}
.contact-area .contact-list {
  display: none;
  padding-left: 0;
  margin-top: 40px;
}
.payment-area {
  margin-top: 40px;
}
.checkout-right {
  display: none;
}
.checkout-left .nav .nav-item {
  width: 50%;
  margin-right: 0 !important;
  margin-bottom: 30px;
}
.checkout-left .nav .nav-item .nav-link {
  width: 100% !important;
}

/* custom-css */
.header-area .header-navi .menu-special {
  text-align: center;
}
.header-area .header-navi .menu-special ul{
  padding: 0;
}
.header-area .header-navi .special-nav span {
  left: 42%;
}
.header-area .header-navi .offer-nav span {
  right: 10%;
}
/* custom-css */
}

@media only screen and (max-width: 575px) {
.mainnav{
  position: absolute;
  top: -95px;
  left: 0;
  height: 100%;
}

    .carousel-content .carousel {
        margin-top: 0;
    }

    .site-content {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 767.98px) {

.header-area .header-mini .navbar-0 .navbar-toggler {
  float: right;
  width: 46px;
  border-radius: 0;
}
.header-area .header-mini .navbar-0 .navbar-nav .nav-item:first-child {
  /*display: none;*/
}
.header-area .header-mini .navbar-0 .navbar-nav .nav-item {
  margin-right: 0;
  margin-top: 7px;
  margin-bottom: 5px;
}
.newsletter-content .social-icons {
  margin-bottom: 30px;
}
.newsletter-content label {
  margin-left: 0;
}
li.cart-header.head-cart-content.signup {
    display: block !important;
}
.newsletter-content form {
  float: none;
  width: 100%;
}
.newsletter-content form .btn {
  position: static;
  margin-top: 15px;
  width: 100%;
}
.brands-content .owl-brands {
  text-align: center;
}
.brands-content .owl-brands li {
  float: none;
}
.brands-content .owl-brands .owl-prev {
  left: 0;
}
.brands-content .owl-brands .owl-next {
  right: 0px;
}

.header-area .header-maxi .logo {
  justify-content: center;
  padding-left: 15px;
  float: none;
} 

    #fp-nav {
        z-index: 1 !important;
    } 
    img.site-logo {
        width: 115px;
        height: auto;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: -85px;
        z-index: 99999999999;
        position: relative;
    }
    .header-area .header-maxi .top-right-list .cart-header {
        margin-left: 4px;
        margin-right: 4px;
    }
    .intro h2 {
        font-size: 20px;
        margin-top: 45vh;
    }
    .intro h3 {
        font-size: 18px;
    }
    .intro {
        width: 90%;
        margin-left: 5%;
        text-align: CENTER;
        padding-left: 0;
       
    }
    h4.main_heading {
        margin-top: 5vh;
    }

.container.items-categories-segments .single_featured {
  width: 33.33%;
}
.col-sm-4.col-xs-4.single_featured img {
  width: 100%;
  height: 115px;
}
section#featured-items .products-5x .product{
width: 49%;
}
.products-5x .product {
  width: 49%;
}
.product article .thumb {
  height: auto !important;
  overflow: hidden;
  text-align: center;
}
.banner-image.en {
  margin-bottom: 15px;
}
    .products-4x .product {
        width: 49%;
    }
.product article .title, .product article .banner-single .panel .block p, .banner-single .panel .block .product article p {
  font-size: 13px;
}
.banner-single .panel .block {
  float: left;
  margin-bottom: 15px;
}
.header-area .header-maxi .top-right-list .wishlist-header {
  display: block;
}

.cart-area .table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #f2f2f2;
  display: contents;
}
.cart-area .Qty .input-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  width: auto;
}

.cart-area tr {
  position: relative !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd7a;
  clear: both;
  padding-top: 10px;
}
body {
    overflow-x: hidden !important;
}

td#product_subtotal {
  position: absolute;
  display: block;
  right: 0;
  top: 18px;
  border: 0px solid #000;
}

td#product_qty {
  display: block;
  position: absolute;
  right: 0;
  top: 43px;
  border: 0px solid #000;
}
td#product_remove {
  position: absolute;
  right: 0;
  display: block;
  top: -8px;
  border: 0px solid #000 !important;
  font-size: 16px;
  font-weight: 700;
}
td#product_name {
  width: 220px;
  display: block;
  border: 0px solid #000;
}
td#product_price {
  position: absolute;
  display: block;
  left: 93px;
  border: 0px solid #000;
  top: 64px;
  /* font-size: 12px; */
}
.product-detail-area .detail-area .product-summary .product-title {
  font-size: 1.25rem;
  line-height: 22px;
  margin-top: 15px;
  height: auto;
}
.product-detail-area .detail-area .product-summary {
  padding-top: 0px;
  padding-left: 10px;
  margin-top: 0px;
}
#exzoom {
  width: 100% !important;
  overflow: hidden;
}
.exzoom .exzoom_img_box {
  background: #eee;
  position: relative;
  width: 100% !important;
}
.exzoom .exzoom_img_ul_outer {
  border: 1px solid #ddd;
  position: absolute;
  overflow: hidden;
  width: 100% !important;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100% !important;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
  width: 100% !important;
  overflow: hidden;
}
#categories .navbar-toggler {
  background-color: #482fa1 !important;
  color: #fff;
  text-transform: uppercase;
}
ul#header_right_login {
  /* float: right; */
  /* position: absolute; */
  right: 0;
  top: -30px;
  width: 50px;
  display: inline-block;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

ul#header_right_login {
  position: absolute;
  right: 55px;
  top: -15px;
  color: #fff;
}
.product .blog-post .module .cat-thumb {
  height: auto;
}
.container-fuild.products_categories .img-fluid {
  height: 90px;
  width: 100%;
}
.product .blog-post .module .cat-title {
  margin-top: 12px;
}
.container-fuild.services img {
  height: 160px;
  width: 100%;
}
.categories {
  margin-top: 0px;
  margin-bottom: 0;
}
.carousel-content .carousel .carousel-inner .carousel-item img {
  height: auto;
}

/*
.product article .product-hover .icons .fa {
  position: absolute;
  right: -2px;
  top: 4px;
  height: 30px;
  width: 30px;
  font-size: 12px;
}
*/
.product article .product-hover .icons .fa {
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 12px;
  border: 1px solid #00000029;
  background: #fff;
}
.mobile_bottm_bar {
  display: block;
}
.mobile_bottm_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f26322;
  /* height: 34px; */
  z-index: 9999999999;
  border-top: 1px solid #ffffff59;
  left: 0;
  display: none;
}
.mobile_bottm_bar .col-sm-6 {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 0px;
  font-size: 15px;
}
.product-detail-area .detail-area, .product-detail-area .related-product-area {
    width: 100%;
    margin: 0 auto;
}
.small-img .icon-right {
    right: -210px !important;
}
    .small-container {
        width: 280px;
        height: 70px;
        overflow: hidden;
        margin: 0 auto;
    }
.col-sm-6.start_shopping {
  background: #f5ee36;
}
.col-sm-6.confirmed_order {
  background: #129cda;
}
.footer .floating-top {
  right: 10px !important;
  bottom: 160px !important;
}
.col-sm-6.confirmed_order a {
  color: #fff;
  font-weight: 400;
  letter-spacing: .5px;
}
.col-sm-6.start_shopping a {
  color: #000;
  letter-spacing: .5px;
  font-weight: 400;
}
.footer .container .floating-top a {
  width: 35px;
  height: 35px;
  line-height: 1.5;
}
.product-detail-area nav#categories {
  margin-bottom: 15px;
}
.breadcum-area .breadcum-inner .breadcrumb .breadcrumb-item {
  font-size: 13px;
  display: inline-block;
  padding: 0px 0px;
  height: 17px;
}
.checkout-area .checkout-left .tab-content .tab-pane .title, .checkout-area .checkout-left .tab-content .tab-pane .banner-single .panel .block p, .banner-single .panel .block .checkout-area .checkout-left .tab-content .tab-pane p {
  font-size: 13px;
}
td.checkout_quantity {
    text-align: right;
    padding-left: 25px;
    display: inline;
    padding-right: 30px;
}
    div#checkoutsummery table {
        font-size: 13px;
        margin-bottom: 15px;
    }
div#checkoutsummery tr {
    border-bottom: 0px solid #000;
}
.hidden-xs{display:none;}
.product-detail-area .detail-area .product-summary .product-title {
  padding-bottom: 10px;
}
.heading h2 small a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 13px;
  margin-top: 8px;
  top: 5px;
  position: relative;
}
table#userspanelorders {
  width: 480px;
  overflow-x: scroll;
}
    table#userspanelorders th, table#userspanelorders td {
        padding: 10px 5px;
        vertical-align: top;
        border-top: 0px solid #f2f2f2;
        /* display: table-cell; */
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
.product .blog-post .module .cat-title {
  font-size: 12px;
  margin-top: 5px;
  height: 33px;
  font-weight: 600;
}
.img-fluid {
  max-width: 100%;
  /* height: 125px; */
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.cart-area .img-fluid {
  height: 55px;
}
    .cart-area .table .item .cart-thumb {
        float: left;
        width: 60px;
        height: 60px;
        /* display: block; */
        /* overflow: hidden; */
        /* border-radius: 0; */
        /* border: 1px solid #ced4da; */
        margin-right: 10px;
        padding-top: 0px;
    }
    table.table.cart_checkout_table td.item {
        padding-top: 10px;
    }
.product article .title, .product article .banner-single .panel .block p, .banner-single .panel .block .product article p {
  font-size: 12.5px !important;
  max-height: none;
  line-height: 1.2;
}
li.product_search_button_area i {
    color: #fff;
    font-size: 17px;
}
.header-area .header-maxi .top-right-list li > a .fa {
    color: #fff;
}
.products-4x .product .block-panel.pointer {
  height: 130px;
}
.footer.py-2.my-2 .img-fluid {
  max-width: 100%;
  height: 25px;
}
div#product_categories .products-5x .product {
  width: 49%;
}
.product{
float: none;
display: inline-block;
}
.col-12.col-lg-9.p-0.mobile_product_gallary {
  display: block;
}
div#exzoom {
  display: none;
}
.product-detail-area .detail-area .carousel .carousel-inner .carousel-item img {
  height: auto;
}
/* #show-img {
  height: 300px !important;
}
.show1 {
  height: 300px !important;
} */
.product-detail-area img {
  max-width: 100% !important;
}
.product-detail-area {
  overflow: hidden;
}
.product article .thumb img {
  /* height: 170px !important; */
  width: 100%;
}
thead.hidden-xs.checkout_table_head {
    display: none;
}
.single_offer_banner_beside_sidebar {
  padding-left: 0;
  padding-top: 15px;
}
.single_offer_banner_beside_sidebar img {
  height: 180px;
}
.offer_info {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.offer_banner_image.en {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-bottom: 14px;
}
.offer_banner_image.en img {
  height: auto;
  width: 100%;
}

li.cart-header.head-cart-content i {
  font-size: 20px !important;
}
.header-area .header-maxi .top-right-list li .items {
  font-size: 11px;
  font-weight: 500;
  color: #000;
}
.header-area .header-maxi .top-right-list .cart-header {
  /* margin-left: 17px; */
}
.container {
  padding-right: 7px;
  padding-left: 7px;
}


a.cd-dropdown-trigger {
  display: block;
}
.header-area .header-maxi .top-right-list {
        padding-left: 0;
        margin-bottom: 0;
        position: absolute;
        top: -93px;
        right: 10px;
        z-index: 11;
    }
    .header-area .header-maxi .top-right-list .cart-header .shopping-cart {
        width: 310px;
        left: -265px !important;
    }

.header-area .header-maxi .top-right-list .cart-header {
  height: 43px;
}
li.cart-header.dropdown.head-cart-content.wishlist_container {
    display: none;
}
div#wishlistsummery li.profile_icon {
    display: block;
}
    .mobile_menu_special {
        display: block;
        margin-top: -41px;
        position: relative;
        background: #ECDDB5;
        overflow: hidden;
        height: 40px;
    }
	
	.search-categories {
    z-index: 0;
}
    div#wishlistsummery li.product_search_button_area {
        display: block;
        width: 24px;
        overflow: hidden;
        position: relative;
        top: 2px;
    }
ul.cd-dropdown-content {
  padding-top: 0;
}
nav.cd-dropdown {
  margin-top: 0;
}
.cd-dropdown {
  background-color: #ffffff;
}
    .header-navi {
        padding: 0px;
        border-left: 0px solid;
        border-right: 0px solid;
        margin-bottom: -4px;
        border-bottom: 0px solid #532c69b0;
        margin-top: 5px;
        border-top: 0px solid #000;
    }
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
  color: #fff;
}
.cd-dropdown-wrapper {
  width: 100%;
  margin-top: 0;
}
section.carousel-content .col-9.col-lg-3.p-0 {
  width: 100%;
  max-width: 100%;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #f26322;
}
.cd-dropdown-trigger {
  line-height: 40px;
  background-color: #f26322;
  color: #ffffff;
  border-radius: 3px;
}
.brands .product {
  width: 33.33%;
}
.products.brands .product img {
  width: 100%;
  height: 100px;
}
.product.brand_links {
  width: 100%;
}
p.count_brand {
  font-size: 15px;
  text-align: center;
  color: #000000b8;
  padding: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  padding-top: 10px;
}
a.all_brand_links {
  margin-bottom: 15px;
}
    .product.single_category {
        width: 49%;
        margin-bottom: 0;
    }
.col-9.col-lg-3.p-0.side_mega_menu {
  width: 100%;
  max-width: 96%;
}

.cart_add_area .attribute {
    margin-bottom: 15px;
}
.product_description_details {
    padding-left: 7px;
}
.section-style {
    background: #FCFCFC;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.category-part {
  min-height: 50px;
}
.products-area.category_lists_area .product.single_category a.cat-thumb {
    height: 165px;
}
.product.single_category a.cat-title {
  font-size: 12px !important;
}
.products-3x .product {
  width: 49%;
}
.Qty.advance-cart {
  width: 100%;
  height: 34px;
}
.product article .product-hover .icons {
  display: none;
}
.product article .price span {
  margin-left: 5px;
}
.product article .price {
  font-size: 13px;
}

.product article .product-hover .buttons {
  width: 100%;
}
.Qty .input-group {
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
}
.footer-section h5 {
  text-transform: capitalize;
  margin-top: 15px;
}
section.footer-section {
    margin-top: 0;
    padding-top: 0;
}
.cd-dropdown h2 {
  color: #fff;
  background-color: #f26322;
  border-bottom: 1px solid #f26322;
  font-size: 19px;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  background: #927f7f;
}
.single-footer .row {
  margin-bottom: 20px;
  padding-top: 0;
  border: 1px solid #7a797b;
  border-radius: 5px;
  padding-bottom: 0;
  margin-top: 0px;
  width: 30%;
  margin-left: 3px;
  float: left;
  margin: 0;
  margin-right: 3.33%;
}
.contact-section img {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  height: auto;
}
.single-footer h4 {
  text-transform: capitalize;
  margin-top: -12px;
  font-size: 13px;
}
.single-footer .col-md-8 {
  margin-left: 0;
}
.single-footer p {
  text-transform: capitalize;
  font-size: 12px;
  margin-top: 4px;
}

.banner-single {
  justify-content: flex-start;
  padding-left: 20px;
}
.banner-content {
  padding-top: 40px;
}
img.payment_gateways {
  width: auto;
}
    .related-product-area .products-5x .product {
        width: 49%;
        margin-bottom: 15px;
    }
	.related-product-area {
    padding-right: 15px;
}
.product-detail-area .related-product-area {
    padding-right: 28px;
}
/* button.btn.btn-secondary.cartadd {
  margin-bottom: 15px;
} */
.products.products-5x.brand_items_lists .product {
  width: 33.33%;
}
    .header-area .header-maxi .top-right-list .cart-header .shopping-cart {
        top: -4px !important;
    }
.header-area .header-maxi .top-right-list .cart-header > a:after {
  top: 10px;
  color: #4f84c4;
  right: -5px;
  display: none;
}
.aura-wrapper {
    padding: 20px 15px;
    margin-left: -5px;
}
.aura-description .btn {
    font-size: 14px;
    padding: 6px 17px;
}
.header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items li .item-name {
  font-size: 14px;
  color: #000;
  margin-top: -5px;
  margin-bottom: 2px;
}
.header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items li .item-quantity {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.header-area .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items li {
  padding-left: 60px;
  margin-bottom: 0px;
  padding-right: 10px;
}

.header-area .header-maxi .top-right-list li > a .fa {
  margin-left: 0px;
  font-size: 14px !important;
}
.header-area .header-maxi .top-right-list li > a .fa {
  width: 28px;
  height: 28px;
}

ul.shopping-cart-items.scroll.scroll-color-colors {
  margin-left: 0;
}
.header-area .header-maxi .top-right-list .cart-header .shopping-cart {
  padding-left: 0;
  padding-right: 0;
}
.container.slider_container {
  padding-right: 7px;
}
.products {
  padding-right: 15px;
}
li.go-back {
  margin-left: -40px;
}
.toolbar.mb-3.products_lists_search_criteria {
  padding: 0;
  padding-left: 10px;
  margin-left: 0;
}
.form-group.col-12.col-md-4.col-xs-4 {
  width: 33.33%;
  max-width: 33.33%;
  padding-right: 10px;
  margin-bottom: 0px;
}
.toolbar .form-group .col-form-label {
        text-align: left;
        padding-left: 0;
        font-size: 12px;
    }
.shop-area .shop-banner {
  margin-left: 0;
}
    div#listing-products {
        margin-left: -15px;
        width: calc(100% + 15px);
    }
div#productslists .toolbar.mt-3 {
  margin-left: 0;
}

div#accordion {
  padding-right: 15px;
}
    .products.products-4x.category_lists {
        padding-left: 0;
        margin-left: 0;
        padding-right: 10px;
    }
	div#productslists {
    padding-left: 15px;
    margin-right: -2px;
}
td.price.cart_price_view span {
    display: inline-block;
    width: 130px;
}
td.price.cart_price_view span.price-cut {
    display: inline;
}
a.remove-product.text-danger {
    float: right;
    margin-right: 10px;
}
a.remove-product.text-danger {
    float: right;
    margin-right: 10px;
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
}

div#listing-products .product {
    width: 49%;
}
.container.single_category_products_container {
  padding: 0;
}
.products-area.single_category_products .products.products-3x {
  padding-left: 15px;
}
.buttons.prdct_show.details_area .Qty.advance-cart.advance-cart-show {
  margin-bottom: 18px;
}
div#loginModal .modal-dialog.modal-lg {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
label.col-sm-4.col-form-label {
  text-align: left;
}



td.item {
  width: 100%;
  display: block;
  padding: 0;
}
td.price {
  float: left;
  width: 70px;
}
    td.price {
        text-align: left;
        padding: 0;
        display: block;
        margin-top: -14px;
    }
td.Qty.qty-list {
  text-align: left;
  padding: 0;
}
td.subtotal.price {
  display: block;
  text-align: left;
  /* position: absolute;
  l: 10px;
  top: 45px; */
}
td.removeitems {
        display: inline-block;
        text-align: right;
        /* top: 32px; */
        float: right;
        margin-top: -35px;
    }
.row.button.cart_bottom_border {
  border: 0px solid #000;
}
.row.button.cart_bottom_border button.btn.btn-warning.emptycart {
  padding: 0;
  color: #000;
  background: #fff;
  border: 0px solid #000;
  text-transform: capitalize;
  font-size: 14px;
}
.row.button.cart_bottom_border .justify-content-end {
  justify-content: flex-start !important;
}
.filters .card .card-body .list li {
  width: 33.33%;
  float: left;
}
.filters .card .card-body #slider-values {
  margin-top: 3px;
}
.filters .card .card-title {
  margin-top: 4px;
}
.card.filter-card p {
  margin-bottom: 0;
}
div#product_categories img.img-fluid {
  /* height: 80px; */
  text-align: center;
  margin-top: 5px;
  /* border-radius: 50%; */
  /* border: 4px solid #ddd; */
}
.single-feature-detail.discount_offer h4 {
    margin-top: 25px;
    font-size: 26px !important;
    text-transform: uppercase;
    padding-bottom: 10px;
}
    .single-feature-btn a {
        font-size: 14px;
        margin-bottom: 20px;
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
ul#pills-tab li.nav-item {
    /* border: 1px solid #000000bd; */
    /* color: #000; */
    margin-right: 5px;
    /* border-radius: 40px; */
    font-size: 11px;
    /* padding: 0px 0px; */
}
.nav-pills .nav-link {
    padding: 4px 7px;
}
div#product_categories .products-5x .product {
    margin-bottom: 0px;
    margin-top: -5px;
}
.single-feature-detail.discount_offer .single-feature-btn {
    margin-bottom: 0px;
    padding-top: 15px;
}
.single-feature-detail.discount_offer p.offer_restriction {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -20px;
}
.feature-product {
    padding: 5px 0px;
}
section.feature-product .container-fluid {
    padding: 0px 0px;
}
section.feature-product.first_discount_portion .container-fluid {
    padding: 0 15px;
}
.carousel-content .carousel .carousel-control-prev, .carousel-content .carousel .carousel-control-next
{
height: 30px;
width: 30px;
}
.my-orders table td {
    display: table-cell;
}
.col-12.col-lg-9.new-customers.profile_update .col-12.spaceright-0 {
    padding-left: 0;
}
.col-12.col-lg-9.new-customers.profile_update form.form-validate {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
h2.find_all_categories {
  font-size: 1.25rem;
  margin: 0px;
  margin-bottom: 10px;
  color: #000;
  display: inline-block;
  background: #f2632200;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: initial;
}
.cd-dropdown {
  opacity: 0;
}
button.social_login_btn {
    width: 100%;
}
button.btn.btn-dark.login_btn {
    padding: 13px 25px;
}
form.form-validate h2 {
    font-size: 18px;
}
nav.cd-dropdown.dropdown-is-active {
  opacity: 1 !important;
}

/* custom-css */
.header-area .header-navi .menu-special {
  text-align: center;
  padding: 0px 0px;
  background: #fff;
  margin: 5px 0;
}
.header-area .header-navi .menu-special ul{
  padding: 0;
}
.header-area .header-navi .special-nav span {
  display: none;
}
.header-area .header-navi .offer-nav span {
  display: none;
}

div#lang-setting {
  margin-left: 10px;
}

.lang{
  display: block;
}


    .header-area .header-maxi .top-right-list li > a .badge {
        left: 20px;
        height: 18px;
        width: 18px;
    }
.header-area .header-maxi .logo {
  margin-bottom: 0.875rem;
}
.header-area .header-navi .special-nav, .header-area .header-navi .offer-nav {
  margin-top: 0px; 
}

.header-area .header-maxi .search-categories {
    background-color: #fff;
    border: 0px solid #ed1f24;
    position: relative;
    width: 108%;
    border-radius: 0px;
    margin-right: -7px;
    margin-left: -22px;
}

.langs {
margin-left: 10px;
}
.order-summary-outer tr {
    display: table-row;
}
.order-summary-outer td {
    display: table-cell !important;
}
.checkout-area.cart-area td.price {
    display: contents;
}

 .product-detail-area .detail-area .product-tabs .nav-pills .nav-item {
  padding-top: 20px;
}
#update_cart_form .table-responsive {
    overflow-x: hidden;
}

button#resend, button#reset-pass {
  padding: 8px;
}

/* .single-feature-img img {
  height: 160px;
} */

.single-feature-product {
  margin-bottom: 10px;
}

/* .group-banners .banner-image img {
  height: 150px;
} */


.header-area .header-navi .special-nav, .header-area .header-navi .offer-nav {
  text-align: center;
  float: none;
}

/* .product_collection .products img.img-fluid {
  height: 150px !important;
} */

.header-top-left ul li {
  display: inline-block;
  margin-right: 0;
}
.header-top-left ul li:last-child {
  float: right;
}
.header-top-center h4 {
  margin: 5px 0;
}
    .header-top-right {
        float: none;
        display: none;
    }
	
	.header-area .header-maxi .search-categories input {
    padding-left: 45px;
}
.header-area .header-maxi .search-categories .btn-secondary {
    left: -4px;
}
	
	
.header-top-right ul li {
  padding-left: 0;
  padding: 0 7px;
}

#show-img {
  height: auto !important;
}
.show1 {
  height: auto !important;
}

.header-area .header-maxi{
  border-top: none;
  border-bottom: none;
    margin-top: 5px;
    margin-bottom: 0;
}
    .agami_menu_area {
        display: block;
        top: -100px;
    }



button.btn.btn-block.btn-success.placeorder {
  width: 100%;
  float: none;
  margin-right: 0;
}

.order-summary-outer .coupons {
  padding-left: 0px;
  padding-right: 0px;
}

.small-img .icon-left, .small-img .icon-right {
  right: 100%;
}
li#cart_price {
    display: none;
}
table.table.cart_checkout_table tbody tr {
	background: ##f1f1f1 !important;
}
td.price.cart_price_view.view_cart_page span {
    width: auto;
}







}


@media only screen and (min-width: 1600px) {

  div#lang-setting {
    margin-left: 40px;
  }
  .carousel {
    position: relative;
    margin-top: 200px;
  } 

  .header-area .header-navi .navbar .navbar-nav {
    margin-top: 5px;
  }
  div#product_categories img.img-fluid {
    height: 200px;
    width: 210px;
}

  
  
  
  
  
}

/*************************************** Social Sigin ***************************************/
.or_div{

    text-align: center;
    margin: 20px 0;
}

.divider-text {
    font-size: 16px;
    color: #888;
    font-weight: bold;
    position: relative;
    display: inline-block;
}


.social-buttons {
    padding-top: 15px;
    cursor: pointer;
    text-align: left;
}

/* Google button */
.btn-google {
    background-color: #db4437;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-right: 30px;
}

.btn-google:hover {
    background-color: #c1351d;
}

.btn-google i {
    margin-right: 10px;
    font-size: 20px;
}

.btn-facebook {
    background-color: #3b5998;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-facebook:hover {
    background-color: #2d4373;
}

.btn-facebook i {
    margin-right: 10px;
    font-size: 20px;
}

.btn-facebook:focus {
    outline: none;
}
/*************************************** Social Sigin ***************************************/
.agami_menu_area ul {
    background: #fff;
}