/*!
Theme Name: ABM Ecommerce
Theme URI: http://underscores.me/
Author: Abdulla Al Mamun
Author URI: http://ambdegslc.blogspot.com
Description: ABM Ecommerce, Author Abdulla Al Mamun.. AMBD Technicel Group
Version: 1.2.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abm-ecommerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ABM Ecommerce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
html,
body {
  height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font: normal 300 1.4rem/1.86 "Poppins", sans-serif;
  color: #666;
  background-color: rgb(255 255 255 /100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  margin-bottom: 1.5rem;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem;
}
sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.color-black{
	color:#000;
}




.bg-light {
  background-color: #f8f8f8 !important;
}
.bg-light-2 {
  background-color: #f9f9f9 !important;
}


.bg-image {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  color: #333;
  letter-spacing: -0.03em;
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 3.6rem;
}
h3,
.h3 {
  font-size: 2.6rem;
}
h4,
.h4 {
  font-size: 2.2rem;
}
h5,
.h5 {
  font-size: 2rem;
  letter-spacing: -0.025em;
}
h6,
.h6 {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}

.text-dark {
  color: #333 !important;
}

.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem;
}
blockquote {
  position: relative;
  margin: 0 0 4.2rem;
  padding: 0;
  color: #777;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}
blockquote p {
  max-width: 1120px;
}
blockquote.text-center p {
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.01em;
  line-height: 1;
}
blockquote cite span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}
blockquote.text-white cite {
  color: #cccccc;
}
blockquote.text-white cite span {
  color: #777;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3rem;
  }
  h4,
  .h4 {
    font-size: 2.4rem;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  padding-right: 10px;
  padding-left: 10px;
  /*ambd*/
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 1188px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.4s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}
.main {
  flex: 1;
  width: 100%;
}
.page-content {
  padding-bottom: 5rem;
}


@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

.header {
  width: 100%;
  background-color: #fff;
}
.header .container{
  position: relative;
  display: flex;
  align-items: center;
}																	
.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}
.header-right {
  margin-left: auto;
  align-self: stretch;
  overflow: hidden;
  
}
.header-center {
  margin-left: auto;
  margin-right: auto;
}
																	.logo {
																	  display: block;
																	  margin-top: 2.55rem;
																	  margin-bottom: 2.95rem;
																	  flex-shrink: 0;
																	  min-height: 25px;
																	}
																	.logo img {
																	  display: block;
																	  max-width: 100%;
																	  height: auto;
																	}
.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #777;
  margin-bottom: 0.1rem;
}
@media screen and (max-width:500px){
	/*ambd*/
.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 0.5;
  letter-spacing: 0;
  color: #777;
  margin-bottom: 0.1rem;
}
}

.header-top a {
  color: inherit;
}

.header-top .container{
  position: relative;
}
.header-top .container:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.header-top .top-menu li + li {
  margin-left: 2.6rem;
}
.top-menu {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
}
.top-menu > li {
  position: relative;
}
.top-menu > li > a {
  display: none;
}
.top-menu ul {
  display: flex;
  align-items: center;
}
.top-menu li + li {
  margin-left: 3rem;
}
.top-menu a {
  display: inline-flex;
  align-items: center;
}
.top-menu i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  line-height: 1;
}
.top-menu i.icon-heart-o {
  margin-top: -0.2rem;
}

.header-dropdown {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.header-dropdown + .header-dropdown {
  margin-left: 2.9rem;
}
.header-dropdown > a,
.header-dropdown > span {
  position: relative;
  display: inline-flex;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 2.2rem;
  align-items: center;
  text-transform: uppercase;
}
.header-dropdown > a::after,
.header-dropdown > span::after {
  font-family: "abm";
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -0.7rem;
}
.header-dropdown a:hover,
.header-dropdown a:focus {
  text-decoration: none;
}
.header-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05),
    -2px 5px 8px rgba(51, 51, 51, 0.05);
  transition: all 0.25s;
  margin-top: 1px;
}
.header-dropdown:first-child .header-menu {
  left: 0;
}
.header-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: -1px;
  left: 0;
}
.header-dropdown:hover > .header-menu,
.header-dropdown:focus > .header-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  margin: 0;
}
.header-menu ul a {
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-menu a {
  color: inherit;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: 0;
}
.header-right .top-menu + .header-dropdown {
  margin-left: 2.5rem;
}
.header-middle {
  border-bottom: 0.1rem solid #f4f4f4;
}
.header-middle .menu > li > a {
  letter-spacing: 0.01em;
}
.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 1.5rem;
}
.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}
.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: -0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}
.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
  color: #333;
}

.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.compare-dropdown {
  padding-left: 2.5rem;
}
.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}
.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compare-product {
  position: relative;
  padding: 0.5rem 0;
  margin: 0;
  box-shadow: none !important;
}
.compare-product:hover {
  box-shadow: none;
}
.compare-product-title {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}
.compare-product-title a {
  color: inherit;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666;
}

.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.cart-dropdown {
  padding-left: 2.5rem;
}
.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}
.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}
.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  color: #fff;
  font-weight: bold;
}
.cart-dropdown .dropdown-cart-products {
  margin-top: -1rem;
}
.cart-dropdown .product-am {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}
																	.cart-dropdown .product-image-container {
																		/*last not fund*/
																	  position: relative;
																	  max-width: 60px;
																	  margin: 0;
																	  margin-left: auto;
																	}
.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: 0.4rem;
}
.cart-dropdown .product-title a {
  color: inherit;
}

																	.cart-dropdown .product-cart-details {
																	  font-weight: 400;
																	  max-width: 150px;
																	  font-size: 1.3rem;
																	  color: #999;
																	  text-align: left;
																	}
.dropdown-cart-total {
  padding: 1rem 0 0.5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 1.1rem;
}
.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}
.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5rem;
}
.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 2.6rem;
  line-height: 1;
  margin-left: 2.4rem;
}
.wishlist-link i {
  display: inline-block;
  margin-top: -2px;
}
.wishlist-link .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.7rem;
  margin-top: 0.1rem;
  color: #fff;
  font-weight: bold;
}


.header-search {
	/*ambd*/
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none;
  overflow: hidden;
}
.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 200px;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}
.header-search .header-search-wrapper.show {
  display: flex;
}
.header-search .search-wrapper-wide {
  width: 570px;
}
.header-search form {
  margin: 0;
}
.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center;
}
.header-search .select-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}
.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}
.header-search .form-control {
  flex: 1 1 auto;
  /*padding: 0.9rem 5rem 0.9rem 2.3rem;*/
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  font-size: 15px;
}
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: 0.1rem 4rem 0.1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search select:focus {
  outline: none !important;
}
.header-search option {
  font-size: 1.3rem;
  padding: 0.1rem 0.3rem;
}
.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0;
}
.header-search .btn i {
  margin: 0 !important;
}
.header-search-extended {
  margin-right: 19rem;
  width: 100%;
  max-width: 570px;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}
.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}
.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 0.1rem;
  border-radius: 30px 0 0 30px;
}
.header-search-extended select {
  line-height: 44px;
  height: 44px;
}
.header-search-extended .btn {
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
}

i.icon-search {
    font-size: 2rem !important;
}

.menu .megamenu.demo {
  height: 65vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.menu .megamenu.demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}
.menu .megamenu.demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.menu .megamenu.demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}
.menu .megamenu.demo .demo-item.hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}
.menu .megamenu.demo .demo-item.show {
  opacity: 1;
  max-height: 100%;
  padding-bottom: 3rem;
  transform: translateY(0);
}

.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  flex: 0 0 calc((100% + 20px) / 4);
  max-width: calc((100% + 370px) / 4);
  margin: 0;
}
.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  /*flex: 0 0 calc((100% + 20px) / 2 - 20px);*/
  max-width: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}
.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
}
.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.header-intro-clearance .header-bottom .menu > li > a::before {
  top: 0;
}
.header-intro-clearance
  .header-bottom
  .menu.sf-arrows
  > li
  > .sf-with-ul::after {
  right: 1.3rem;
}
.header-intro-clearance .header-bottom .menu > li + li {
  margin-left: 0.7rem;
}
.header-intro-clearance .header-bottom .header-left {
  /*align-self: stretch;*/
}
.header-intro-clearance .header-bottom .header-right p {
  padding-right: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-right: 1.5rem;
}
.header-intro-clearance .header-bottom .container::before {
  position: absolute;
  content: "";
  left: 28.5rem;
  height: 1.5rem;
  width: 0.1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}
.header-intro-clearance .header-bottom .container::after {
  position: absolute;
  content: "";
  right: 28rem;
  height: 1.5rem;
  width: 0.1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}
.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}
.header-intro-clearance .top-menu {
  text-transform: none;
}
.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
  padding-right: 1.8rem;
  text-transform: none;
}
.header-intro-clearance .header-dropdown > a:after,
.header-intro-clearance .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -0.6rem;
}
.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 5.5rem;
  min-width: 100%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 1.5rem;
}
.header-intro-clearance .header-menu ul {
  display: block;
}
																	.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
																	  margin-left: 0;
																	}


.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}


.header-intro-clearance .compare-dropdown > a,
.header-intro-clearance .cart-dropdown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
																																																			.header-intro-clearance div.icon {
																																																			  position: relative;
																																																			  height: 3.2rem;
																																																			}


.header-intro-clearance .cart-dropdown .cart-count {
  min-width: 1.6rem;
  height: 1.6rem;
}


.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  right: -0.3rem;
}
.header-intro-clearance .cart-dropdown{
  padding-left: 3rem;
}
.header-intro-clearance .cart-dropdown .dropdown-toggle {
  color: #333;
}

@media screen and (max-width: 1199px) {
  .header-search .search-wrapper-wide {
    width: 372px;
  }
  .header-search-extended {
    margin-right: 10rem;
  }
  .header-search-extended .btn {
    flex: 0 0 37px;
    max-width: 50px;
  }
}


/*ambd correction start*/

@media screen and (max-width: 991px) {
																	  .top-menu:not(.top-link-menu) {
																		display: flex;
																		align-items: center;
																		align-self: stretch;
																	  }
																	  .top-menu:not(.top-link-menu) > li {
																		display: flex;
																		align-items: center;
																		align-self: stretch;
																		padding-right: 2.2rem;
																	  }
																	  .top-menu:not(.top-link-menu) > li > a {
																		display: block;
																		padding-left: 0;
																		padding-right: 0;
																	  }
																	  .top-menu:not(.top-link-menu) > li::after {
																		font-family: "abm";
																		content: "\f110";
																		position: absolute;
																		right: 0;
																		top: 50%;
																		display: inline-block;
																		font-size: 1.2rem;
																		line-height: 1;
																		margin-top: -0.7rem;
																	  }
																	  .top-menu:not(.top-link-menu) ul {
																		display: block;
																		position: absolute;
																		right: 0;
																		top: 100%;
																		z-index: 20;
																		padding-top: 0.6rem;
																		padding-bottom: 0.6rem;
																		min-width: 180px;
																		visibility: hidden;
																		opacity: 0;
																		margin-top: 1px;
																		background-color: #fff;
																		box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05),
																		  -2px 5px 8px rgba(51, 51, 51, 0.05);
																		text-transform: capitalize;
																	  }
																	  .top-menu:not(.top-link-menu) ul:before {
																		content: "";
																		display: block;
																		width: 100%;
																		height: 0.1rem;
																		position: absolute;
																		top: -1px;
																		left: 0;
																	  }
																	  .top-menu:not(.top-link-menu):hover ul,
																	  .top-menu:not(.top-link-menu):focus ul {
																		visibility: visible;
																		opacity: 1;
																	  }
																	  .top-menu:not(.top-link-menu) li + li {
																		margin-left: 0 !important;
																	  }
																	  .top-menu:not(.top-link-menu) a {
																		padding: 0.3rem 1.5rem;
																	  }
  .header-left .top-menu ul {
    right: auto;
    left: 0;
  }
  .header-search {
        /* display: none;*/
  }
  .header-search-extended {
    margin-right: 0;
  }
  .header-search-extended .btn {
    height: 31px;
  }
  .header-search-extended .form-control {
    height: 30px;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
	padding-left: 5px;
  }
  .header-search-extended select {
    height: 38px;
    line-height: 38px;
  }
  .header-search-visible .search-toggle {
    display: block;
  }
  .header-search-visible .header-search-wrapper {
    border-width: 0.1rem;
  }
  .header-search-visible .header-search-wrapper:before {
    
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 11px 13px 11px;
    border-color: transparent transparent #ebebeb transparent;
  }
  .header-bottom {
        /* display: none;*/
  }
}
/*ambd correction ennd*/


@media screen and (max-width: 767px) {
  .header-search .search-wrapper-wide {
    max-width: 200px;
  }
  .header-search .select-custom {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media screen and (min-width: 360px) {
  .header-search .search-wrapper-wide {
    min-width: 200px;
  }
}

.main-nav {
  margin-left: 2rem;
  display: none;
}
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  position: relative;
}
.menu li:hover > ul,
.menu li:hover > .megamenu,
.menu li.show > ul,
.menu li.show > .megamenu {
  display: block;
}
.menu .megamenu-container {
  position: static;
}
.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}
.menu ul ul {
  top: -1.6rem;
  left: 100%;
}
.menu .megamenu {
  display: none;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 100%;
  z-index: 1002;
}
																	.menu .megamenu.megamenu-sm {
																	  left: 0;
																	  right: auto;
																	  width: 456px;
																	}

.menu .megamenu > ul,
.menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu ul,
.menu .megamenu {
  margin-top: 1px;
}
.menu ul:before,
.menu .megamenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:not(.btn):focus {
  outline: none !important;
}
.menu {
  line-height: 1.5;
}
.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
																		.menu li > a span:not(.tip) {
																		  position: relative;
																		}
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase;
}
.menu > li + li {
  margin-left: 0;
}
.menu.sf-arrows > li > .sf-with-ul {
  padding-right: 2rem;
}
.menu.sf-arrows .sf-with-ul {
  position: relative;
}
.menu.sf-arrows .sf-with-ul::after {
  font-family: "abm";
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5rem;
}
.menu.sf-arrows ul .sf-with-ul {
  padding-right: 4rem;
}
.menu.sf-arrows ul .sf-with-ul:after {
  content: "\f112";
  right: 3rem;
}
.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}
.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}
.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}
.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}
.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}
.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
																	.menu .megamenu-action {
																	  padding-bottom: 2rem;
																	}
.menu ul + .menu-title {
  margin-top: 1.5rem;
}


.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}
.menu .banner-title span {
  font-size: 2.4rem;
}

																	.demo-item {
																	  color: #999999;
																	  flex: 0 0 20%;
																	  max-width: 20%;
																	  padding: 0 10px;
																	  text-align: center;
																	  padding-bottom: 3rem;
																	  margin-bottom: auto;
																	}
																	.demo-item a {
																	  color: inherit;
																	}

																	.demo-item a:hover .demo-bg,
																	.demo-item a:focus .demo-bg {
																	  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05),
																		-3px 10px 16px rgba(51, 51, 51, 0.05);
																	  background-position: center bottom;
																	  transition: background-position 2s linear, box-shadow 0.3s;
																	}

																	.tip {
																	  color: #fff;
																	  display: block;
																	  position: absolute;
																	  left: 100%;
																	  bottom: 1.1rem;
																	  text-align: center;
																	  font-weight: 400;
																	  font-size: 0.8rem;
																	  line-height: 1;
																	  letter-spacing: 0;
																	  padding: 0.3rem 0.1rem 0.1rem;
																	  min-width: 23px;
																	  z-index: 1;
																	  border-radius: 0;
																	  margin-left: 0.5rem;
																	  text-transform: uppercase;
																	}
																	.tip.tip-new {
																	  background-color: #a6c76c;
																	}

.header-bottom .main-nav {
  margin-left: 0;
}

.header-bottom .menu > li + li {
  margin-left: 1rem;
}
.header-bottom .menu > li > a {
  padding: 1.65rem 1rem;
}
.header-bottom .menu > li > .sf-with-ul {
  padding-right: 3rem;
}

.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1rem;
}
@media screen and (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
.side-nav {
  position: relative;
  margin: 0;
}

.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background 0.4s, color 0.1s;
}
.category-dropdown .dropdown-toggle:after {
  content: "\f131";
  font-family: "abm";
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 6.7rem;
}
.category-dropdown .dropdown-toggle:before {
	/*not fund*/
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #c96;
  transition: all 0.35s;
}

																	.category-dropdown:not(.is-on):hover .dropdown-menu {
																	  display: block;
																	}

																	.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
																	  content: "\f191";
																	}

.category-dropdown.show .dropdown-toggle:after {
  content: "\f191";
}
.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
	/*not fund*/
  color: #c96;
  background-color: #fff;
  outline: none !important;
}
.category-dropdown .dropdown-item:hover.dropdown-item-lead,
.category-dropdown .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}
.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}
.menu-vertical li {
  position: relative;
}
.menu-vertical li:hover > ul,
.menu-vertical li:hover > .megamenu,
.menu-vertical li.show > ul,
.menu-vertical li.show > .megamenu {
  display: block;
}
.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu-vertical a:not(.btn):focus {
  outline: none !important;
}
.menu-vertical .megamenu-container {
  position: static;
}
.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu-vertical ul,
.menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu-vertical ul:before,
.menu-vertical .megamenu:before {
  display: none;
}
.menu-vertical .megamenu {
  width: 713px;
}
																	.menu-vertical .megamenu.megamenu-sm {
																	  width: 456px;
																	}

																	@media screen and (min-width: 1200px) {
																	  .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
																		width: 893px;
																		min-height: 100%;
																	  }
																	}
.menu-vertical .megamenu > ul,
.menu-vertical .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}
.menu-vertical .banner img {
  border-radius: 0;
}
.menu-vertical .menu-banners {
  margin-top: 2.4rem;
}
.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}
.menu-vertical.sf-arrows > li > .sf-with-ul {
  padding-right: 3rem;
}
.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}
.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  font-family: "abm";
  content: "\f112";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -0.6rem;
}
.menu-vertical li > a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.menu-vertical li > a span:not(.tip) {
  position: relative;
}
.menu-vertical li > a strong {
  font-weight: 600;
}
.menu-vertical > li {
  width: 100%;
}
.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
}
.menu-vertical > li + li {
  margin-left: 0;
}
.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #eeeeee;
  margin-bottom: 0.7rem;
}
.menu-vertical ul + .menu-title {
  margin-top: 1.2rem;
}
.menu-vertical i {
	/*ambd*/
  display: inline-block;
  min-width: 2.5rem;
}

.menu-vertical i:hover {
  color: #39f;

}

.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 300px) {
	/*ambd*/
  .sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    animation-name: fixedHeader;
    animation-duration: 0.4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
																	  .sticky-header.fixed .logo {
																		margin-top: 0;
																		margin-bottom: 0;
																	  }
  .sticky-header.fixed.header-middle .menu > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}


a {
  font-family: "Poppins";
}
p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Poppins";
  letter-spacing: 0;
  color: #777;
}
.abm-footer-p-color{
	    color: #a1a59d;
	 /*ambd*/
}

@media screen and (max-width: 991px) {
  .header-middle .header-center {
    /*display: none;*/
  }
																	  .top-menu:not(.top-link-menu) ul {
																		min-width: 141px;
																	  }
  .top-menu > li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .top-menu .header-dropdown {
    padding: 0;
  }
  .top-menu .header-dropdown ul {
    left: -100%;
    right: 100%;
  }
  .top-menu .header-menu {
    padding: 0;
  }
}

@media screen and (max-width: 1119px) {
  .header-intro-clearance .header-bottom .container::before,
  .header-intro-clearance .header-bottom .container::after {
    visibility: hidden;
  }
}
@media screen and (max-width: 300px) {
  .header-intro-clearance .header-bottom .header-right i {
    visibility: hidden;
  }
}


.header-10 {
  background-color: #fff;
}
.header-10 .header-top {
  font-size: 1.4rem;
  background-color: #fafafa;
  margin-bottom: 0;
}
.header-10 .header-top .container:after {
  display: none;
}
.header-10 .header-menu {
  margin-top: 0;
}
.header-10 .header-dropdown {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.header-10 .header-dropdown + .header-dropdown {
  margin-left: 2rem;
}
.header-10 .header-dropdown > a,
.header-10 .header-dropdown > span {
  padding-right: 1.8rem;
}
.header-10 .header-dropdown > a:after,
.header-10 .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -0.6rem;
}
.header-10 .top-menu {
  text-transform: capitalize;
}
.header-10 .top-menu li + li {
  margin-left: 2rem;
}
.header-10 .header-middle {
  border-bottom: none;
}
.header-10 .cart-dropdown,
.header-10 .compare-dropdown {
  padding-left: 1.4rem;
}
.header-10 .cart-dropdown .dropdown-menu,
.header-10 .compare-dropdown .dropdown-menu {
  margin-top: 0;
}
.header-10 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .wishlist-link:not(:hover):not(:focus) {
  color: #333;
}
.header-10 .sticky-header {
  background-color: #f7f7f7;
}

.header-10 .header-search-extended {
  margin-right: 2.8rem;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.header-10 .header-search .select-custom:before {
  left: auto;
  right: 0;
}
.header-10 .header-bottom {
  background-color: #333;
}
.header-10 .header-bottom .container {
  display: block;
}
.header-10 .header-bottom .col-lg-9 {
  position: static;
}
.header-10 .header-bottom .main-nav {
  margin-left: 5.2rem;
}
.header-10 .header-bottom .menu ul,
.header-10 .header-bottom .menu .megamenu {
  margin-top: 0;
}
.header-10 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
  color: #fff;
}

.header-10 .header-bottom .menu > li > a {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.header-10 .header-bottom .menu > li > a:before {
  background-color: #fff;
}
.header-10 .menu > li:hover > a,
.header-10 .menu > li.show > a,
.header-10 .menu > li.active > a {
  color: #fff;
}
.header-10 .category-dropdown .dropdown-toggle {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  padding: 1.45rem 5rem 1.45rem 2rem;
  min-width: 100%;
}
.header-10 .category-dropdown .dropdown-toggle:before {
  display: none;
}
.header-10 .category-dropdown .dropdown-toggle:after {
  position: absolute;
  right: 1.9rem;
  top: 50%;
  margin-top: -1.15rem;
  font-weight: normal;
  margin-left: 0;
  float: right;
}
.header-10 .category-dropdown.show .dropdown-toggle:after {
  content: "\f131";
}
.header-10 .category-dropdown .dropdown-menu {
  box-shadow: none;
}
.header-10 .menu-vertical ul li > a {
	/*ambd*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 7px;
}

.header-10 .menu-vertical .menu-col {
  margin-top: 1.6rem;
}


@media screen and (max-width: 766px) {
	/*ambd my-scroll*/
.my-scroll{	
overflow-y:scroll;
height:429px;		
width: 201px;
}

.my-sover{
	display:none;
}

}



@media screen and (max-width: 991px) {
  .header-10 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #dadada;
  }
																	  .header-10 .top-menu:not(.top-link-menu) ul {
																		margin-top: 0;
																	  }
}
@media screen and (min-width: 1200px) {
  .header-10 .header-search-extended {
    margin-right: 6.6rem;
  }
}

																	i.fa-solid.fa-house.fa-sm {
																		font-size: 3.0rem !important;
																	}
																	

	
.footer {
    width: 100%;
    font-weight: 300;
    font-size: 1.4rem;
    background-color: rgb(0 0 0 /50);
	/*ambd*/
}


.footer a {
  color: inherit;
}

.footer .widget {
  margin-bottom: 4rem;
}


.footer .widget-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 1.9rem;
}
.footer-middle {
  padding: 6.7rem 0 2.2rem;
  border-top: 0.1rem solid #ebebeb;
}
.footer-logo {
  margin-bottom: 2rem;
  margin-top: -0.8rem;
}
.widget-about p {
  max-width: 250px;
}

.widget-about p:last-of-type {
  margin-bottom: 3.2rem;
}
.widget-list {
  margin-bottom: 0;
}
.widget-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.footer-bottom .container{
  position: relative;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding-top: 2.1rem;
  padding-bottom: 2.9rem;
}
.footer-bottom .container:before{
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.footer-copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#scroll-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 50px;
  bottom: 128px;
  z-index: 999;
  color: rgb(255 255 255 / 100%);
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border: none;
  font-size: 3rem;
  transition: all 0.4s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  background-color: rgb(34 34 34 / 20%) !important;
  border-radius: 10%;
  /*ambd*/
}


@media screen and (min-width:300px) {
#scroll-top {
    width: 2rem;
    height: 2rem;
    right: 10px;
    bottom: 139px;
    border: none;
    font-size: 1rem;
}}

#scroll-top:hover,
#scroll-top:focus {
    color: #fff;
    border-radius: 50%;
    background-color: rgb(51 153 255 / 85%) !important;
}
#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}



@media screen and (min-width: 300px) {
  #scroll-top {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom .container {
    flex-direction: row;
  }
  .footer-copyright {
    margin-bottom: 0;
    text-align: left;
	color: #fff;
	/*ambd*/
  }
  .footer-payments {
    margin-right: 0;
  }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .widget-about .social-icon:not(:last-child) {
    margin-right: 0.4rem;
  }
}

.footer-2 .footer-middle {
  padding-top: 4.5rem;
  padding-bottom: 0.4rem;
}
.footer-2 .footer-bottom .container {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  flex-direction: column-reverse;
}
.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
  max-width: none;
}
.widget-about-info {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  padding-top: 0.7rem;
}
.widget-about-info .footer-payments {
  margin-top: 0.6rem;
}
.widget-about-title {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}
.footer-bottom .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.footer-bottom .social-icon {
  font-size: 1.3rem;
}

.footer-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu li {
  position: relative;
}
.footer-menu li + li {
  margin-left: 2.1rem;
}
.footer-menu li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  margin-top: -0.6rem;
  background-color: #b5b5b5;
}
.footer-menu a {
  box-shadow: 0 1px 0 #b5b5b5;
}
@media screen and (min-width: 992px) {
  .footer-2 .footer-bottom .container {
    flex-direction: row;
  }
  .footer-menu {
    margin-bottom: 0;
    margin-left: 0.6rem;
    margin-right: 0;
  }
  .footer-bottom .social-icons {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .widget-about-info .col-sm-6:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.page-header {
  padding: 4.6rem 0 5rem;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header h1 {
  color: #333;
  font: normal 400 3.2rem/1.1 "Poppins", sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
.page-header h1 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
																	.page-header.page-header-big {
																	  display: flex;
																	  align-items: center;
																	  justify-content: center;
																	  min-height: 250px;
																	  margin-bottom: 5rem;
																	}

@media screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 3.6rem;
  }
  .page-header h1 span {
    font-size: 1.8rem;
  }

}
@media screen and (min-width: 992px) {
  .page-header h1 {
    font-size: 4rem;
  }
  .page-header h1 span {
    font-size: 2rem;
  }

}
.page-header.ambd-search{
    padding: 1rem 0.1rem;
    background-color: #ffffff;
	
}
.breadcrumb-nav {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}
.breadcrumb-nav .container {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}
.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -0.2rem;
}
.breadcrumb-item i::before {
  margin: 0;
}
.breadcrumb-item a {
  color: #777;
}

.breadcrumb-item.active {
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #999999;
  content: "\f112";
  font-family: "abm";
  padding-right: 0.7rem;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
.title {
  font-size: 2.2rem;
  letter-spacing: -0.03em;
}

.heading {
  margin-bottom: 1.6rem;
}
.heading.heading-flex {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.heading .title {
  margin-bottom: 0;
}

.heading-right {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .heading.heading-flex {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .heading-right {
    margin-top: 0;
    margin-left: auto;
  }
}
.icon-box {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.icon-box.icon-box-sm {
  font-size: 1.4rem;
  line-height: 1.86;
}
.icon-box-title {
  color: #39f;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
  /*ambd*/
}
.icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.icon-box-content p:last-child {
  margin-bottom: 0;
}

.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}

.icon-box-side {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.icon-box-side p {
  margin-bottom: 0;
}
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 7rem;
  text-align: center;
  margin-bottom: 0;
}
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .icon-box {
    margin-bottom: 4rem;
  }
  .icon-box-side {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .icon-box-sm br {
    display: none;
  }
}
.accordion {
  margin-bottom: 3rem;
}
#accordion-1 .faq-maint {
margin-top: 30px;
}

.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 0.1rem solid #ebebeb;
}
.card:last-child {
  border-bottom: 0.1rem solid #ebebeb;
}
.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}
.card-header::after {
  display: block;
  clear: both;
  content: "";
}
.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-title a {
  display: block;
  padding: 1.7rem 4rem 1.7rem 1.2rem;
  position: relative;
  color: #c96;
  border: none;
  background-color: transparent;
  outline: none !important;
}
.card-title a i {
  min-width: 17px;
  margin-right: 2.4rem;
}
.card-title a:before {
  content: "\e802";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  font-family: "abm";
  line-height: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
.card-title a.collapsed {
  color: #333;
}

.card-title a.collapsed:before {
  content: "\f110";
  color: #8c8c8c;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.card-body {
  padding: 0.4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}

.accordion-rounded .card:first-child {
  border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-rounded .card:last-child {
  border-radius: 0 0 0.3rem 0.3rem;
}
.card.card-box .card-title a {
  padding-left: 2rem;
}
.card.card-box .card-title a:before {
  right: 2rem;
}
.card.card-box .card-title a i {
  margin-right: 1.4rem;
}
.card.card-box .card-body {
  padding: 1rem 2rem 2rem;
}
.card.card-sm .card-title {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
.card.card-sm .card-title a {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
.card.card-sm .card-title a:before {
  right: 2rem;
}
.card.card-sm .card-body {
  padding: 1rem 2rem 2rem;
}
.card.bg-light,
.card.bg-white {
  background-color: #fff !important;
  border: 0.1rem solid #ebebeb;
}
.card.bg-light .card-title a,
.card.bg-white .card-title a {
  background-color: #fff;
}
.card.bg-light .card-title a.collapsed {
  background-color: #fafafa;
}
@media screen and (min-width: 992px) {
  .card-title {
    font-size: 2rem;
  }
}
.nav-link:focus {
  outline: none !important;
}

.tab-pane {
  padding: 1.4rem 2.2rem;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}
.nav.nav-pills .nav-link {
  color: #777;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0.45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.1rem solid transparent;
  background-color: transparent;
  transition: all 0.35s ease;
}

.nav.nav-pills .nav-link:focus {
  outline: none !important;
}
.nav.nav-pills .nav-item + .nav-item {
  margin-left: 1rem;
}

.nav-pills + .tab-content .tab-pane {
  padding: 1.4rem 0;
}
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.tab-content.tab-content-carousel > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0 !important;
}
.tab-content.tab-content-carousel > .tab-pane:not(.active) {
  overflow: hidden !important;
}
.tab-content.tab-content-carousel > .active {
  height: auto !important;
  visibility: visible;
}
.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}
.nav.nav-border-anim .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.form-tab .nav.nav-border-anim .nav-link:before {
  height: 0.2rem;
}
.nav.nav-border-anim .nav-link.active:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

@media screen and (min-width: 992px) {
  .nav-pills + .tab-content .tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn {
	/*ambd*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0rem;
  font-weight: 400;
  line-height: 0.5;
  letter-spacing: -0.01em;
  min-width: 170px;
  border-radius: 0;
  white-space: normal;
  transition: all 0.3s; 
  color: #000000 !important;
  font-size: 2rem;
}
.btn span {
  line-height: 1;
}
.btn i:first-child {
  margin-right: 1rem;
}
.btn i:last-child {
  margin-left: 1rem;
}
.btn:focus {
  box-shadow: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn:active:focus {
  box-shadow: none !important;
}
.btn.btn-minwidth-sm {
  min-width: 112px;
}

.btn:active {
  outline: none;
}

																	.btn:hover .btn-text,
																	.btn:focus .btn-text {
																	  display: none;
																	}
																	.btn:hover .btn-hover-text,
																	.btn:focus .btn-hover-text {
																	  display: inline-block;
																	}


.btn-primary.disabled:disabled {
	/*not fund*/
  color: #fff;
  background-color: #c96;
  border-color: #c96;
}



.btn-outline-primary-2 {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  box-shadow: none;
}
.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
	/*not fund*/
  color: #c96;
  background-color: transparent;
}

.btn-outline-dark-3 {
  color: #333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-3.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
}
.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
  box-shadow: none;
}
.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

h3.product-title {
    height: 35px;
	overflow: hidden;
    /* ambd */
}

.product-am {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}
.owl-carousel .product-am {
  margin-bottom: 0 !important;
}
.product-am:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    
	/*ambd*/
}

.product-media {
	/*ambd*/
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.product-media > a {
  display: block;
}
.product-image {
  display: block;
  width: 100%;
  height: auto;
}

																	.product-am:hover .product-image-hover {
																	  opacity: 1;
																	}
.product-countdown {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  z-index: 6;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}

.product-am:hover .product-countdown {
  opacity: 0;
  visibility: hidden;
}
.product-body {
  position: relative;
  padding: 1.6rem 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
}

.product-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.product-title a {
  color: inherit;
}

.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}
.product-cat a {
  color: inherit;
}
.product-cat a:hover,
.product-cat a:focus {
  color: #666;
}
.product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.3rem;
}
.new-price {
  color: rgb(255, 0, 0);
  font-weight: bold;
  margin-right: 0.8rem;
}
.old-price {
  color: #a6a6a6;
  text-decoration: line-through;
}
.out-price {
  color: #cccccc;
}
.product-label {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
    background-color: rgb(255 255 255 / 50%);
}
.product-label + .product-label {
  top: 5rem;
}
																	.product-label.label-sale {
																	  color: #fff;
																	  background-color: #ef837b;
																	}
.product-label.label-new {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}
.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}

.ratings-container {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    line-height: 1;
    white-space: nowrap;
	/*ambd*/
}




.ratings {
  position: relative;
  color: #cccccc;
}
.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "abm";
}
.ratings:before,
.ratings-val:before {
  content: "\f318""\f318""\f318""\f318""\f318";
}
.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}

.ratings-text {
  color: #a6a6a6;
  letter-spacing: -0.01em;
  margin-left: 0.8rem;
}
.ratings-text a {
  color: inherit;
}

.product-action {
	/*ambd*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  margin: 0px 4px 4px 4px;
}
.product-am:hover .product-action,
.product-am:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.btn-product.btn-cart.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	/*ambd*/
  display: none;
}

.btn-product,
.product-action .added_to_cart.wc-forward {
	/*ambd*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	line-height: 1;
	transition: all 0.35s ease;
	padding-top: 1rem;
	padding-bottom: 1rem;
	flex-grow: 1;
	flex-basis: 0;
	border: 1px solid #000;
	color: #000;
	border-radius: 2rem;
	margin-right: 2px;
	background-color: rgb(255 255 255 / 60%);
}


.product-action .added_to_cart.wc-forward:hover,
.product-action .added_to_cart.wc-forward:focus {
	color: #fff;
	background-color: #037200;
	border-color: #037200;
		
	}


.btn-product + .btn-product {
  border-left: 0.1rem dotted #e5e5e5;
}
.btn-product:before {
  font-family: "abm";
  margin-right: 0.9rem;
}
.btn-product span {
	/*ambd*/
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
  color: #000;
  font-size: 16px;
}
.btn-product:hover,
.btn-product:focus {
  outline: none !important;
}


																	.product-action-dark .btn-product:not(:hover):not(:focus) span {
																	  color: #fff;
																	}
																	.product-action-dark .btn-product + .btn-product {
																	  border-left-color: #4b4b4b;
																	}
.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  transform: translateX(-15px);
}
.product-am:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
}
.btn-product-icon:before {
  font-family: "abm";
}
.btn-product-icon span {
  display: none;
}
.btn-product-icon:hover,
.btn-product-icon:focus {
  color: #fff;
}
.btn-product-icon + .btn-product-icon {
  margin-top: 1rem;
}
.btn-cart:before {
  content: "\e812";
}
.btn-wishlist {
  font-size: 1.6rem;
}
.btn-wishlist:before {
  content: "\f234";
}
.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}
.product-body .btn-wishlist:before {
  margin-right: 0;
}
.product-body .btn-wishlist span {
  display: none;
}
.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
	/*not fund*/
  color: #c96;
  background: none;
}
.btn-quickview:before {
  content: "\f145";
}
.btn-compare:before {
  content: "\f2d0";
}
.btn-expandable {
  position: relative;
}
.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: translateX(15px);
  z-index: -1;
}
.btn-expandable:hover,
.btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-expandable:hover span,
.btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.product-am.text-center .product-price,
.product-am.text-center .ratings-container,
.product-am.text-center .product-nav {
  justify-content: center;
}

.product-am.product-7 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #ebebeb;
}

.product-am.product-7 .btn-product:before {
  display: inline-block;
  margin-top: -0.1rem;
}
.product-am.product-7 .btn-product:hover,
.product-am.product-7 .btn-product:focus {
  color: #fff;
}
.product-am.product-7 .btn-product:hover span,
.product-am.product-7 .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}

.product-am.product-sm {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.product-am.product-sm:hover {
  box-shadow: none;
}
.product-am.product-sm .product-media {
  flex: 0 0 80px;
  max-width: 80px;
}
.product-am.product-sm .product-body {
  flex: 1 1 auto;
  padding: 1rem 0 0 2rem;
}
.product-am.product-sm .product-cat {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.product-am.product-sm .product-title {
  font-size: 1.4rem;
}
.product-am.product-sm .product-price {
  font-size: 1.6rem;
}
.product-am.product-sm .product-title {
  margin-bottom: 0.2rem;
}
.product-am.product-sm .product-price {
  margin-bottom: 0;
}
.product-am.product-sm .product-price .old-price {
  text-decoration: none;
}



@media screen and (max-width: 991px) {
	/*ambd*/
  .sticky-wrapper {
    z-index: 1;
  }
}

.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-color: #ccc;
}
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}
.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.banner.banner-menu img {
  height: 100%;
}


.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.banner-title a {
  color: inherit;
}
.banner-title a:hover,
.banner-title a:focus {
  text-decoration: none;
}
.banner-title.text-white a {
  color: #fff;
}

.banner-overlay > a {
  position: relative;
}
.banner-overlay > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.banner-overlay:hover > a:after,
.banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}

.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
	/*ambd*/
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #777;
  margin: 0;
  background-color: transparent;
  border: 0.1rem solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all 0.35s ease;
}
.social-icon:not(:last-child) {
  margin-right: 1rem;
}
.header-left.social-icons-color {
	/*ambd*/
    margin: 5px 0px 5px 0px;
}

.social-icons-color,
.social-icons-simple {
  line-height: 1;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-right: 2rem;
}
.social-label {
  margin-bottom: 0;
  margin-right: 2rem;
  color: #fff;
}
.social-label.top {
    color: #777;
}
.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
}
.social-icons-sm .social-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.social-icons-sm .social-label {
  margin-right: 1rem;
}

#footer-social-icon a{
	/*ambd*/
    width: 2.7rem;
    height: 2.7rem;
}

.form-control {
  height: 40px;
  padding: 0.85rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  background-color: #fafafa;
  border: 1.5px solid #919191;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  box-shadow: none;
  font-weight: 500;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
.form-control-white {
  border-color: #fff;
}
.form-control:focus {
  color: #777;
  background-color: #fff;
  box-shadow: none;
  outline: none !important;
}
.form-control::placeholder {
  color: #777;
}
textarea.form-control {
  min-height: 130px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.input-group-round .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group-round > .input-group-append > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
label {
  color: #000000;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
}
.form-text {
  color: #999;
  line-height: 1.5;
  margin-top: 0;
}
.form-control + .form-text {
  margin-top: -0.5rem;
  margin-bottom: 0.6rem;
}
small.form-text {
  font-size: 85%;
}

.form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.select-custom {
  position: relative;
  margin-bottom: 1rem;
}
.select-custom select {
  -webkit-appearance: none;
  appearance: none;
}
.select-custom::after {
  font-family: "abm";
  content: "\f110";
  position: absolute;
  display: inline-block;
  right: 1.9rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-51%);
  color: #333;
}
.select-custom .form-control {
  padding-right: 4rem;
}

.custom-control {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  margin-left: -2.6rem;
}
.custom-control-label::before {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dadada;
}
.custom-control-label::after {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  font-family: "abm";
  content: "\ec2d";
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-top: 0.1rem;
  visibility: hidden;
  transition: opacity 0.01s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #333;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}
.custom-control.custom-radio .custom-control-label::before {
  top: 0.4rem;
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}

.custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.9rem;
  left: 0.5rem;
}


.cta .input-group {
  margin-bottom: 0;
}
.cta .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
}
.cta .form-control:not(:focus):not(.form-control-white) {
  border-color: #dadada;
}
.cta .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.cta .btn:not(.btn-block) {
  min-width: 170px;
}
.cta.bg-image {
  background-color: #f5f5f5;
}
.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.cta-desc {
  margin-bottom: 1.5rem;
}
.cta-horizontal .form-control {
  flex-grow: 1;
  margin-right: 2rem;
}
.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0;
}
.cta-horizontal-box {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}


@media screen and (max-width: 1199px) {
  .cta-horizontal-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .cta-horizontal .cta-desc {
    margin-bottom: 1.5rem;
  }

}
@media screen and (max-width: 767px) {
  .cta-horizontal .form-control {
    margin-right: 1rem;
  }
  .cta .btn:not(.btn-block) {
    min-width: 0;
  }

}
@media screen and (max-width: 575px) {
  .cta .input-group {
    flex-direction: column;
  }
  .cta .input-group .form-control {
    width: 100%;
    margin-right: 0;
  }
  .cta .input-group .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  .cta .input-group .input-group-append {
    justify-content: center;
  }
  .cta .input-group-round .form-control,
  .cta .input-group-round .btn {
    border-radius: 30px;
  }
  .cta .input-group-round .input-group-append {
    justify-content: center;
  }
}
.table {
  margin-bottom: 3rem;
}
.table th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999;
}
.table th,
.table thead th,
.table td {
  border-top: none;
  border-bottom: 0.1rem solid #ebebeb;
}
.table th,
.table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.table td {
  vertical-align: middle;
}
.count-container {
  margin-bottom: 3.3rem;
}
.count-wrapper {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

.modal-body {
  padding: 0;
}
.modal-body .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.modal-content {
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05),
    -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.close {
  font-weight: normal;
  font-size: 1.8rem;
  color: #666;
  opacity: 1;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 575px;
  }
}
.intro-slider-container,
.intro-slide {
  background-color: #cccccc;
}
.intro-slider-container {
  position: relative;
}
.intro-slider-container:before {
  display: block;
  content: "";
  width: 100%;
}


.slider-loader {
  color: #333;
}
.slider-loader::after {
  content: "\f311";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  font-family: "abm";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  transform-origin: center center;
  animation: rotating 3s linear infinite;
  z-index: 20;
}


button:focus {
  outline: none;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.intro-content {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.intro-content .btn {
  font-size: 1.2rem;
  min-width: 90px;
  padding: 0.65rem 1rem;
}
.intro-subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
  text-indent: -0.2rem;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
.brand img {
  width: auto !important;
  max-width: 100% !important;
}
.brand:focus {
  outline: none !important;
}

.nav.nav-pills .nav-link {
  font-size: 1.6rem;
}

.icon-box-icon {
  color: #333;
  font-size: 3.4rem;
}

																	.cta-display .cta-title {
																	  font-weight: 600;
																	  font-size: 2.6rem;
																	  letter-spacing: -0.01em;
																	}
																	.cta-display .cta-desc {
																	  font-size: 1.6rem;
																	  margin-bottom: 0;
																	}									

.footer .widget-title {
  font-weight: 600;
}
.widget-about p {
  max-width: 260px;
}



@media screen and (min-width: 576px) {
  .intro-content {
    left: 50px;
  }
  .intro-content .btn {
    font-size: 1.2rem;
    min-width: 110px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .intro-subtitle {
    font-size: 1.6rem;
  }
  .intro-title {
    font-size: 3.6rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .intro-content {
    left: 70px;
  }
  .intro-content .btn {
    font-size: 1.3rem;
    min-width: 130px;
    padding: 0.95rem 1.5rem;
  }
  .intro-subtitle {
    font-size: 1.8rem;
  }
  .intro-title {
    font-size: 4.2rem;
    margin-bottom: 1.7rem;
  }
}
																	@media screen and (min-width: 992px) {
																	  .cta-display .cta-title {
																		font-size: 3rem;
																	  }
																	}
@media screen and (min-width: 1200px) {
  .intro-content {
    left: 100px;
  }
  .intro-content .btn {
    font-size: 1.4rem;
    min-width: 150px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }
  .intro-subtitle {
    font-size: 2rem;
  }
  .intro-title {
    font-size: 5.2rem;
  }
}
																	@media screen and (max-width: 575px) {
																	  .cta-display .cta-desc {
																		margin-bottom: 2rem;
																	  }
																	  .cta-display .btn {
																		padding-top: 0.85rem;
																		padding-bottom: 0.85rem;
																	  }
																	}

.toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}
.toolbox::after {
  display: block;
  clear: both;
  content: "";
}

.toolbox-left, .toolbox-right {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  flex-wrap: wrap;
}





																	.toolbox .select-custom {
																	  margin-bottom: 0;
																	}
																	.toolbox .select-custom::after {
																	  right: 0.9rem;
																	  font-size: 1rem;
																	}
																	.toolbox .select-custom .form-control {
																	  font-size: 1.3rem;
																	  padding-right: 2rem;
																	  max-width: 140px;
																	  min-width: 140px;
																	  background-color: #fff;
																	  border-color: #e4e4e4;
																	}
.toolbox-sort {
  display: flex;
  align-items: center;
}																	
.toolbox label {
  font-weight: 400;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.toolbox-sort label {
  margin-right: 1.6rem;
}

																	.toolbox .form-control {
																	  color: #999;
																	  font-weight: 300;
																	  font-size: 1.2rem;
																	  padding: 0.45rem 1rem;
																	  height: 30px;
																	  margin-bottom: 0;
																	}
																	.toolbox .form-control:not(:focus) {
																	  border-color: #d7d7d7;
																	}
																	.toolbox select.form-control:not([size]):not([multiple]) {
																	  height: 30px;
																	}
	
.toolbox-right {
  margin-top: 1rem;
  flex-direction: column;
}
.products > .row > [class*="col-"] {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.products .product-am {
  width: 100%;
}
.product-am {
  overflow: hidden;
}
.carousel-equal-height .product-am {
  width: 100%;
}

.carousel-with-shadow .owl-stage-outer {
    padding: 0 1rem 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -3rem;
    padding-top: 3rem;
	/*ambd*/
}

.sidebar-shop .widget {
  color: #333;
  margin: 0 0 2rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.sidebar-shop .widget:last-child {
  border-bottom: none;
}
.sidebar-shop .widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}
.sidebar-shop .custom-control {
  padding-left: 2.7rem;
  margin: 0;
}
.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.sidebar-shop .custom-control-label::before {
  border-radius: 0.2rem;
}

																	.widget-collapsible .widget-title a {
																	  position: relative;
																	  display: block;
																	  color: inherit;
																	  text-decoration: none;
																	  padding-right: 3rem;
																	}
																	.widget-collapsible .widget-title a:after {
																	  color: #333;
																	  content: "\f110";
																	  display: block;
																	  font-family: "abm";
																	  font-size: 1.4rem;
																	  line-height: 1;
																	  position: absolute;
																	  top: 50%;
																	  right: 1.6rem;
																	  margin-top: -0.7rem;
																	}
																	.widget-collapsible .widget-title a.collapsed:after {
																	  content: "\e802";
																	}
																	.widget-collapsible .widget-title a:focus {
																	  outline: none !important;
																	}
																	.widget-collapsible .widget-body {
																		/*not fund*/
																	  padding-top: 1rem;
																	  padding-bottom: 2rem;
																	}

.sidebar-toggler {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-right: 3rem;
}
.sidebar-toggler i {
  font-size: 1.6rem;
  margin-right: 0.9rem;
}


																	@media screen and (min-width: 576px) {
																	  .toolbox-right {
																		flex-direction: row;
																	  }
																	}

																	@media screen and (min-width: 360px) {
																	  .toolbox {
																		flex-direction: row;
																	  }
																	  .toolbox-center {
																		margin-top: 0;
																	  }
																	  .toolbox-right {
																		margin-top: 0;
																		justify-content: flex-end;
																	  }
																	  
																	  /*ambd*/
																	}

.product-details-top {
  margin-bottom: 1rem;
}
.product-gallery {
  margin-bottom: 2rem;
}
.product-main-image {
  position: relative;
  margin-bottom: 0rem;
}
.product-main-image img {
  max-width: none;
  width: 100%;
}
.btn-product-gallery {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  transition: all 0.35s ease;
  border-radius:50%;
}
.btn-product-gallery:hover,
.btn-product-gallery:focus {
  color: #fff;
  background-color: #39f;
  border-radius:50%;
}
.product-image-gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-gallery-item {
  position: relative;
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.product-gallery-item img {
  max-width: none;
  width: 100%;
}
.product-gallery-item:before,
.product-gallery-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  transition: all 0.35s ease;
}
.product-gallery-item:before {
  opacity: 0;
  visibility: hidden;
  border: 0.1rem solid #39f;
}
.product-gallery-item:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-gallery-item.active:before {
  visibility: visible;
  opacity: 1;
}
.product-gallery-item:hover:after,
.product-gallery-item.active:after {
  opacity: 0;
  visibility: hidden;
}

.product-pager {
  display: flex;
  align-items: center;
}
.product-pager-link {
  color: #ccc;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.product-pager-link i {
  color: #666;
  font-size: 2rem;
  line-height: 1;
  transition: color 0.3s;
}
.product-pager-link span {
  display: inline-block;
  transition: box-shadow 0.3s ease;
}

.product-pager-link:hover i,
.product-pager-link:focus i {
  color: inherit;
}

.product-pager-link + .product-pager-link {
  margin-left: 3rem;
}
.product-pager-prev i {
  margin-right: 0.5rem;
}
.product-pager-next i {
  margin-left: 0.5rem;
}
.product-details {
  margin-bottom: 2rem;
}
.product-details .product-title {
	/*ambd*/
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  margin-top: -0.5rem;
  padding-right: 1rem;
}
.product-id-namb{
	
	color:#FF0101;
	font-weight:bold;
}
.product-details .ratings-container {
  margin-bottom: 1.3rem;
}
.product-details .product-price {
  font-size: 2.4rem;
}
.product-details .new-price {
  margin-right: 1rem;
}
.product-details .product-content {
  margin-bottom: 1.6rem;
}
.product-content.si-po-sh-des {
	max-height: 48px;
    overflow: hidden;
    line-height: 1.2;
    margin-top: 0.8rem;
}

.product-details .product-content p:last-child {
  margin-bottom: 0;
}
.product-details .product-countdown {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: 260px;
  margin-left: -5px;
  margin-bottom: 2rem;
}

																	.product-details .product-nav-dots a,
																	.product-details .product-nav-dots span {
																	  width: 2rem;
																	  height: 2rem;
																	}
.product-details .product-cat {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-details .product-cat span {
  margin-right: 0.7rem;
}
.product-details .product-cat a {
  color: #666;
  box-shadow: none;
  transition: all 0.35s ease;
}


.details-filter-row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.details-filter-row .form-control {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border-color: #d7d7d7;
  min-width: 131px;
}
.details-filter-row .select-custom {
  margin-bottom: 0;
  margin-right: 3.9rem;
}
.details-filter-row .select-custom .form-control {
  padding-right: 3rem;
}
.details-filter-row .select-custom::after {
  font-size: 1rem;
  right: 0.9rem;
}
.details-filter-row label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
																	.details-filter-row .product-nav {
																	  margin-bottom: 0;
																	}

.size-guide {
  color: #777;
  display: inline-flex;
  align-items: center;
}
.size-guide i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
}

.product-details-quantity {
  max-width: 131px;
}
.product-details-quantity .form-control {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: center;
  margin-bottom: 0;
}
.product-details-action {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3rem;
}
.product-details-action .btn-cart {
  padding: 1rem 1.5rem;
  max-width: 198px;
  border: 0.1rem solid #39f;
}
.product-details-action .btn-cart span {
  font-size: 1.4rem;
  color: inherit;
  box-shadow: none;
  transition: box-shadow 0.35s ease, color 0s ease;
}
.product-details-action .btn-cart:before {
  margin-right: 0.4rem;
}
.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
  color: #fff;
}
.details-action-wrapper {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}
.details-action-wrapper .btn-product {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  align-self: stretch;
  line-height: 1.4;
}
.details-action-wrapper .btn-product:before {
  margin-right: 1rem;
}
.details-action-wrapper .btn-product.btn-wishlist:before {
  margin-top: -0.2rem;
}
.details-action-wrapper .btn-product span {
  font-size: 1.4rem;
}
.details-action-wrapper .btn-product + .btn-product {
  padding-left: 1.3rem;
  margin-left: 1.6rem;
}
.product-details-footer {
  color: #777;
  display: flex;
  font-weight: 400;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.7rem;
  border-top: 0.1rem solid #ebebeb;
  padding-bottom: 1.7rem;
}
.product-details-footer .social-icons {
  margin-left: auto;
}
.product-details-footer .social-icon {
  margin-bottom: 0;
}

.product-details-tab {
  margin-bottom: 5rem;
}
.product-details-tab .nav.nav-pills .nav-link {
  color: #333333;
  font-size: 1.6rem;
  padding: 0.55rem 3rem;
  border-bottom-width: 0.2rem;
  text-transform: capitalize;
}

.product-details-tab .nav.nav-pills .nav-item + .nav-item {
  margin-left: 2rem;
}


@media (min-width: 360px){
.col-md-8.col-lg-9.dashboard-ambd {
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
	/*1187 not worke*/
	position: unset !important;
    width: 33% !important;
}}



.product-details-tab .tab-content {
  border: 0.1rem solid #dadada;
  margin-top: -0.1rem;
  border-radius: 0.3rem;
}
.product-details-tab .tab-content .tab-pane {
  padding: 2.7rem 3rem;
}
.product-desc-content h2 {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.product-desc-content h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.product-desc-content ul {
  color: #333333;
}
.product-desc-content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.product-desc-content ul li:before {
  content: "•";
  position: absolute;
  display: block;
  top: 0;
  left: 0.2rem;
}
.product-desc-content a {
  color: #333;
  border-bottom: 0.1rem solid #b8b8b8;
  transition: all 0.35s ease;
}

.product-desc-content blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}
.product-desc-content blockquote p {
  margin-bottom: 0;
}
.product-desc-content blockquote cite {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.reviews h3 {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 2.3rem;
}
.review {
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.review:last-child {
  margin-bottom: 0;
}
.review .col-auto {
  width: 120px;
  padding-right: 2rem;
}
.review h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}
.review h4 a {
  color: inherit;
}

.review .ratings-container {
  padding-top: 0.7rem;
  margin-bottom: 0.5rem;
}
.review .review-date {
  color: #ccc;
}
.review-content {
  margin-bottom: 0.8rem;
}
.review-action {
  font-size: 1.2rem;
}
.review-action a {
  color: #777;
  transition: all 0.35s ease;
}

.review-action a + a {
  margin-left: 1.6rem;
}
.review-action i {
  font-size: 1.4rem;
  margin-right: 0.6rem;
}
.details-action-col {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.details-action-col .product-details-quantity {
  margin-right: 2rem;
}
.details-action-col label {
  display: inline-block;
  width: 60px;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}
.details-footer-col {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  border-top: none;
}
.details-footer-col .product-cat {
  margin-bottom: 2.6rem;
}
.details-footer-col .social-icons {
  margin-left: 0;
}
.product-details-sidebar {
  margin-bottom: 3rem;
}
.product-details-sidebar .details-filter-row .select-custom {
  margin-right: 1.9rem;
}
.product-details-sidebar .product-details-action {
  flex-direction: column;
  align-items: flex-start;
}
.product-details-sidebar .details-action-wrapper {
  margin-left: 0;
}
.product-details-sidebar .details-action-col {
  width: 100%;
}
.product-details-sidebar .details-action-col .btn-product {
  flex: 1 1 auto;
  max-width: 230px;
}
.product-details-sidebar .product-details-action {
  margin-bottom: 0rem;
}
.sidebar-product {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-product .widget {
  margin-bottom: 4.5rem;
}
.sidebar-product .widget-title {
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  margin-bottom: 2.4rem;
}
.sidebar-product .products {
  margin-bottom: 3rem;
}
.sidebar-product .btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .details-action-wrapper {
    margin-left: 1rem;
  }
  .product-details-sidebar .product-details-quantity {
    max-width: 91px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-action-wrapper {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .product-details-action .btn-cart {
    min-width: 198px;
  }
  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 1rem;
  }
  .product-details-tab .nav.nav-pills .nav-item .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {

  .product-desc-content h2,
  .product-details .product-title {
	margin-top: 5px;  
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb-nav .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .product-pager {
    margin-right: auto;
    margin-top: 1rem;
  }
  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-action-wrapper {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-details-footer .social-icons {
    margin-left: 0;
    margin-top: 1rem;
  }
  .review .row {
    flex-direction: column;
  }
  .details-filter-row .select-custom {
    margin-right: 1.5rem;
  }
  .product-details-action .btn-cart {
    min-width: 198px;
  }
  .product-details-sidebar .details-action-col .btn-product {
    min-width: 126px;
    padding: 0.5rem 0.5rem;
  }
}
.widget {
  margin-bottom: 4.5rem;
}
.sidebar {
  margin-top: 3rem;
}
.sidebar .widget:last-child {
  margin-bottom: 1.5rem;
}
.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.widget-banner-sidebar {
  position: relative;
}
.banner-sidebar-title {
  color: #777;
  text-align: center;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}
.banner-sidebar > a {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .sidebar {
    margin-top: 2.3rem;
  }
}

.member {
  margin-bottom: 2rem;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}
.member p {
  max-width: 240px;
  color: #999;
}
.member.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.member.text-center .social-icons {
  justify-content: center;
}
.member-media {
  position: relative;
  margin: 0;
}
.member-content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}
.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.member-title span {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.member-overlay .member-title {
  color: inherit;
  margin-bottom: 1.5rem;
}
.member-overlay .member-title span {
  color: #ebebeb;
}
.member-overlay .social-icons {
  margin-top: 2.7rem;
}
.member-overlay .social-icon {
  font-size: 1.5rem;
}
.member-overlay .social-icon + .social-icon {
  margin-left: 2.8rem;
}
.member-overlay .social-icon:not(:hover) {
  color: inherit;
}
.member-content,
.member-overlay {
  transition: all 0.45s ease;
}
.member:hover .member-content {
  opacity: 0;
}
.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
.member.member-2 {
  background-color: #fff;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
.member.member-2 .member-content {
  visibility: visible;
  opacity: 1;
  padding-top: 1.7rem;
  padding-bottom: 2.7rem;
}
.member.member-2 .member-overlay {
  color: #333;
  background-color: rgba(249, 249, 249, 0.7);
}
.member.member-2 .member-overlay .social-icons {
  margin-top: 0;
  margin-bottom: 0;
}
#map {
  height: 280px;
  background-color: #ccc;
}

#map address {
  color: #666;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem 0.2rem 0.75rem;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #map {
    height: 380px;
  }
}
@media screen and (min-width: 992px) {
  #map {
    height: 492px;
  }
}
.contact-box {
  margin-bottom: 3rem;
}
.contact-box h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.6rem;
}
.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
}
.contact-box a {
  color: inherit;
}

.contact-box .social-icons {
  padding-top: 1.5rem;
}
.contact-box .social-icon {
  font-size: 1.3rem;
}
.touch-container .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.form-box {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2.2rem 2rem 4.4rem;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}
.form-box .btn {
  min-width: 115px;
}
.form-tab .nav.nav-pills {
  color: #333;
  border-bottom: 0.1rem solid #ebebeb;
}
.form-tab .nav.nav-pills .nav-item {
  margin-bottom: -0.1rem;
}
.form-tab .nav.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}
.form-tab .nav.nav-pills .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.025em;
  color: inherit;
  border-bottom-width: 0.2rem;
  padding: 0.9rem 1rem;
}
.form-tab .nav.nav-pills .nav-link.active {
  color: inherit;
}
.form-tab .nav-fill .nav-item {
  flex: 1 1 0;
}
.form-tab .tab-content .tab-pane {
  padding: 2rem 0 0;
}
.form-tab .form-footer {
  padding-top: 0.6rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2.3rem;
}
.form-tab .form-footer .btn {
  margin-left: auto;
  margin-top: 1rem;
  order: 2;
  width: 100%;
}
.form-tab .form-footer a {
  color: inherit;
}

.form-tab .form-footer a:not(.forgot-link) {
  text-decoration: underline;
}
.form-tab .form-footer .custom-control {
  margin: 0;
}
.form-tab .form-footer .forgot-link {
  order: -1;
  width: 100%;
  margin-bottom: 0.6rem;
}
.form-choice {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.form-choice p {
  margin-bottom: 2.7rem;
}
.btn.btn-login {
  color: #333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border: 0.1rem solid #ebebeb;
  min-width: 0;
}
.btn.btn-login i {
  text-align: left;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-width: 2rem;
}
.btn.btn-login.btn-g i {
  color: #cc3333;
  min-width: 2.6rem;
}
.btn.btn-login.btn-f i {
  color: #3366cc;
}
.btn.btn-login:hover,
.btn.btn-login:focus {
  background-color: #f5f6f9;
}
.form-choice .col-sm-6:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 576px) {
  .form-choice .col-sm-6:not(:last-child) {
    margin-bottom: 0;
  }
  .form-tab .form-footer .btn {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-box {
    padding: 3.7rem 6rem 6.4rem;
  }
  .form-tab .nav.nav-pills .nav-link {
    font-size: 2.4rem;
  }
  .form-tab .form-footer .btn {
    margin-left: 0;
    margin-right: 1.6rem;
    order: -1;
  }
  .form-tab .form-footer .forgot-link {
    order: 2;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.sidebar-filter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.sidebar-filter-active .sidebar-filter-overlay {
  visibility: visible;
  opacity: 1;
  /*ambd*/
}


																	.sidebar-filter-active .sidebar-filter {
																	  visibility: visible;
																	  transform: translateX(350px);
																	  /*ambd*/
																	}



																	.sidebar-filter .widget {
																	  padding-left: 1rem;
																	  padding-right: 1rem;
																	}
																	.sidebar-filter .widget:last-child {
																	  border-bottom: none;
																	}
																	.sidebar-filter .widget-clean {
																	  color: #333;
																	  text-transform: uppercase;
																	  font-weight: 400;
																	  font-size: 1.4rem;
																	  line-height: 1.5;
																	  letter-spacing: -0.01em;
																	  border-bottom: 0.1rem solid #ebebeb;
																	  padding: 0 1rem 2.4rem;
																	  margin-bottom: 2rem;
																	}
																	.sidebar-filter .widget-clean i {
																	  font-size: 1.6rem;
																	  line-height: 1;
																	  margin-right: 1rem;
																	}
																	.sidebar-filter .widget-clean a {
																	  font-size: 1.4rem;
																	}


.sidebar-filter-clear {
  text-transform: capitalize;
  margin-left: auto;
}



@media screen and (min-width: 992px) {
  .checkout .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .checkout .col-lg-9 {
    -ms-flex: 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.checkout label {
  margin-bottom: 0.2rem;
}
.checkout .form-control {
  margin-bottom: 1.3rem;
}
.checkout .form-control + .form-control {
  margin-top: 2rem;
}
.checkout .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.checkout textarea.form-control {
  min-height: 150px;
}
.checkout .custom-control {
  margin-top: 2.5rem;
}
.checkout .custom-control + .custom-control {
  margin-top: 1.8rem;
}
.checkout .custom-control + label {
  margin-top: 1rem;
}
.checkout .custom-control .custom-control-label {
  font-weight: 400;
  color: #333;
																	}


																	.checkout-discount .form-control {
																	  background-color: transparent !important;
																	  border-radius: 0.3rem;
																	  border: 0.1rem dashed #d7d7d7;
																	  padding-left: 1.1rem;
																	  padding-right: 1.1rem;
																	}


																	.table.table-summary {
																	  line-height: 1.43;
																	  color: #666;
																	  border: none;
																	  margin-bottom: 0;
																	}
																	.table.table-summary a {
																	  color: inherit;
																	}

																	.table.table-summary thead th,
																	.table.table-summary .summary-subtotal td {
																	  color: #333;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table.table-summary thead th {
																	  border-bottom: none;
																	  padding: 0 0 0.3rem;
																	}
																	.table.table-summary tbody td {
																	  padding: 0;
																	  height: 70px;
																	  border-bottom: 0.1rem solid #ebebeb;
																	}
																	.table.table-summary thead th,
																	.table.table-summary tbody td {
																	  vertical-align: middle;
																	  border-top: none;
																	}
																	.table.table-summary thead th:last-child,
																	.table.table-summary tbody td:last-child {
																	  text-align: right;
																	  min-width: 100px;
																	}
																	.table.table-summary .summary-total td {
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	  border-bottom: none;
																	}
																	.accordion-summary {
																		/*not fund*/
																	  margin-bottom: 3.2rem;
																	}									
																	.accordion-summary .card {
																	  color: #999;
																	  font-weight: 300;
																	  font-size: 1.2rem;
																	  line-height: 1.67;
																	  border: none;
																	  background-color: transparent;
																	}
																	.accordion-summary .card-title {
																	  font-weight: 300;
																	  font-size: 1.4rem;
																	  color: #333;
																	  letter-spacing: 0;
																	}
																	.accordion-summary .card-title a {
																	  color: inherit;
																	  padding: 0.7rem 0 0.7rem 3rem;
																	}
																	.accordion-summary .card-title a img {
																	  margin-top: 1rem;
																	}
																	.accordion-summary .card-title a:hover,
																	.accordion-summary .card-title a:focus {
																	  color: inherit;
																	}
																	.accordion-summary .card-title a small {
																	  font-size: 1.1rem;
																	  color: #999;
																	}
																	.accordion-summary .card-title a:before {
																	  content: "";
																	  width: 1.6rem;
																	  height: 1.6rem;
																	  border-radius: 50%;
																	  right: auto;
																	  left: 0;
																	  top: 0.7rem;
																	  transform: translateY(0);
																	  -ms-transform: translateY(0);
																	}
																	.accordion-summary .card-title a:after {
																	  content: "";
																	  display: block;
																	  width: 0.6rem;
																	  height: 0.6rem;
																	  position: absolute;
																	  left: 0.5rem;
																	  top: 1.2rem;
																	  border-radius: 50%;
																	  visibility: visible;
																	  opacity: 1;
																	  transition: all 0.3s;
																	}
																	.accordion-summary .card-title a.collapsed:before {
																	  border-color: #dadada;
																	}
																	.accordion-summary .card-title a.collapsed:after {
																	  opacity: 0;
																	  visibility: hidden;
																	}
																	.accordion-summary .card-body {
																	  padding: 0.4rem 0 0.8rem 3rem;
																	}

																	@media screen and (min-width: 992px) {
																	  .summary {
																		margin-top: 0;
																	  }
																	}
																	.table td {
																	  padding-top: 3rem;
																	  padding-bottom: 3rem;
																	}
																	.table .price-col {
																	  width: 180px;
																	  color: #333;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table .stock-col {
																	  width: 160px;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table .action-col {
																	  width: 202px;
																	}
																	.table .action-col .btn {
																	  height: 40px;
																	  padding-top: 0.55rem;
																	  padding-bottom: 0.55rem;
																	  font-size: 1.3rem;
																	  text-transform: uppercase;
																	}
																	.table .action-col .btn i {
																	  font-size: 1.8rem;
																	  margin-right: 1rem !important;
																	  margin-left: 0 !important;
																	}
																	.table .action-col .btn.disabled {
																	  opacity: 1 !important;
																	  color: #cccccc !important;
																	  cursor: default;
																	  pointer-events: none;
																	  background-color: #fafafa !important;
																	  border-color: #ebebeb !important;
																	}
																	.table .remove-col {
																	  padding-right: 0;
																	  padding-left: 0;
																	  width: 38px;
																	  text-align: right;
																	}
																	.table .remove-col .btn-remove {
																	  margin-right: -0.7rem;
																	}
																	.product-col .product-am {
																	  display: flex;
																	  align-items: center;
																	  margin: 0;
																	  padding-right: 2rem;
																	  box-shadow: none;
																	}
																	.product-col .product-media {
																	  display: inline-block;
																	  margin: 0;
																	  margin-right: 2.8rem;
																	  flex-shrink: 0;
																	  max-width: 60px;
																	}
																	.product-col .product-title {
																	  display: inline-block;
																	  color: #333;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	  line-height: 1.25;
																	  margin: 0;
																	}
																	.product-col .product-title a {
																	  color: inherit;
																	}


.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #cccccc;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 1;
  border: none;
  outline: none;
  transition: all 0.35s;
}
.btn-remove:hover,
.btn-remove:focus {
  color: #333;
}
																	.action-col .dropdown-menu {
																	  color: #666;
																	  border-radius: 0;
																	  width: 100%;
																	  font-size: 1.3rem;
																	  padding-top: 0.5rem;
																	  padding-bottom: 0.5rem;
																	}
																	.action-col .dropdown-item {
																	  padding: 0.5rem 1.5rem;
																	  transition: background 0.35s ease, color 0.1s ease;
																	}

																	@media screen and (max-width: 991px) {
																	  .table-mobile,
																	  .table-mobile tbody,
																	  .table-mobile tr,
																	  .table-mobile td {
																		  /*not fund*/
																		width: 100% !important;
																		display: block !important;
																	  }

																	}
																	@media screen and (max-width: 767px) {
																	  .table-mobile .product-col .product-media {
																		margin-right: 1.5rem;
																	  }
																	}
																	@media screen and (max-width: 575px) {

																	  .cart-bottom .cart-discount .btn {
																		margin-top: 0;
																	  }
																	  .cart-bottom .btn {
																		margin-left: 0 !important;
																		margin-top: 1rem;
																	  }
																	}
																	@media screen and (min-width: 992px) {
																	  .cart .col-lg-3 {
																		-ms-flex: 0 0 30%;
																		flex: 0 0 30%;
																		max-width: 30%;
																	  }
																	  .cart .col-lg-9 {
																		-ms-flex: 0 70%;
																		flex: 0 0 70%;
																		max-width: 70%;
																	  }
																	}
																	.table .total-col {
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table.table-cart .price-col {
																	  width: 120px;
																	}
																	.table.table-cart .total-col {
																	  width: 80px;
																	}
																	.table.table-cart .quantity-col {
																	  width: 135px;
																	}

/*abm correction start*/
.input-spinner {
  position: relative;
}
.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}
.input-spinner .input-group-prepend {
  left: 0;
}
.input-spinner .input-group-append {
  right: 0;
}
/*abm correction ennd*/


																	.table.table-summary .summary-shipping {
																	  color: #333;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table.table-summary .summary-shipping td {
																	  padding-top: 2rem;
																	  padding-bottom: 1.3rem;
																	  height: auto;
																	  border-bottom: none;
																	}
																	.table.table-summary .summary-shipping-row {
																	  color: #333;
																	}
																	.table.table-summary .summary-shipping-row label {
																	  color: inherit;
																	}
																	.table.table-summary .summary-shipping-row td {
																	  height: auto;
																	  padding-top: 0.5rem;
																	  padding-bottom: 0.5rem;
																	  border-bottom: none;
																	}
																	.table.table-summary .custom-control {
																	  margin: 0;
																	}
																	.table.table-summary .summary-shipping-estimate {
																	  color: #333;
																	  font-weight: 400;
																	  font-size: 1.6rem;
																	}
																	.table.table-summary .summary-shipping-estimate td {
																	  height: auto;
																	  padding-top: 1.4rem;
																	  padding-bottom: 2.3rem;
																	}
																	.table.table-summary .summary-shipping-estimate a {
																	  margin-top: 0.6rem;
																	  display: inline-block;
																	  font-weight: 300;
																	  color: #999;
																	  font-size: 1.4rem;
																	  border-bottom: 0.1rem solid #999;
																	}

																	.summary-cart .table.table-summary thead th:last-child,
																	.summary-cart .table.table-summary tbody td:last-child {
																	  min-width: 0;
																	}
@media screen and (min-width: 992px) {
  .dashboard .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 24%;
  }
  .dashboard .col-lg-9 {
    -ms-flex: 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}


.dashboard label {
  margin-bottom: 0.2rem;
}
.dashboard .form-control {
  margin-bottom: 1.3rem;
}
.dashboard .form-control + .form-control {
  margin-top: 2rem;
}
.dashboard .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.dashboard .tab-pane {
  padding: 0;
  border: none;
  line-height: 2.15;
  padding-bottom: 2rem;
}
.dashboard .tab-pane p {
  margin-bottom: 1rem;
}
.dashboard .btn {
  min-width: 123px;
}
.nav-dashboard {
  margin-top: -1rem;
}
.nav-dashboard .nav-link {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.4rem 0;
  color: #333;
  border-bottom: 0.1rem solid #ebebeb;
}
.nav-dashboard .nav-link:before {
  font-family: "abm";
  content: "\f274";
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7.5px;
  transition: all 0.3s;
  opacity: 0;
}

.nav-dashboard .nav-link.active {
  padding-left: 2rem;
}
.nav-dashboard .nav-link.active:before {
  left: 0;
  opacity: 1;
}
.card-dashboard {
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  border: 0.1rem solid #ebebeb;
}
.card-dashboard .card-title {
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.card-dashboard .card-body {
  padding: 4rem 2.8rem 2rem;
}
.error-content {
  color: #777;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding-top: 8.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
  background-color: #fdfdfd;
}
.error-content p {
  margin-bottom: 2.5rem;
}
.error-title {
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .error-content {
    padding-top: 12.5rem;
    min-height: 540px;
  }
  .error-content {
    min-height: 620px;
  }
}

.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}


.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.pt-3 {
	/*ambd*/
  padding-top: 0rem !important;
}
.heading.heading-flex.heading-border.mb-3 {
	/*ambd*/
    background-color: #fff;
    padding: 0px 10px 0px 10px;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}



@media screen and (min-width: 768px) {
 
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }}
  
  
@media screen and (min-width: 992px) {
  
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }}

/*# sourceMappingURL=style.css.map */

/*==============================ambd=====================================================*/

/*----------ambd-top-menu-header------------ */
@media screen and (max-width: 533px) {
	.ambd-full-header {
  display:none;
}
/*----------ambd-top-menu-header end------------ */



}@media screen and (min-width: 533px) {
	.bottom-menu-fixt.fixed-bottom {
  display:none;
}
	.ambd-top-menu-header {
  display:none;
}	
}

.bottom-menu-fixt.fixed-bottom {
  background-color: #fff;
}
.nav-link.fi-bo-li-a {
    display: flex;
    flex-direction: column;
	
    line-height: 0 !important;
    position: relative;
}
.bottom-menu-fixt ul li span.fi-bo-apn {
  font-size: 70%;
  padding-top: 7px;
}
.bottom-menu-fixt ul li span.fi-bo-count {
	  position: absolute;
	  margin: auto;
	  top: 0px;
	  left: 27px;
	  right: 0px;
	  bottom: 26px;
	  height: 1.2rem;
	  width: 1.2rem;
	  background-color: #39f;
	  color: #fff;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 6px;
	  font-size: 60%;
	  border: 1px solid;
}

.bottom-menu-fixt ul li i {
  font-size: 132%;
}

/*----------------fixed bottom Menu end -----------------------*/

.ambd-orders-table td {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.ambd-orders-table td a.btn {

    font-size: 1.5rem;
    padding: 0;
    margin: 0;
	min-width: 70px;
	border-radius: 12px;
	padding-left: 5px;
    padding-right: 5px;


}

/*----------------fixed bottom Menu end -----------------------*/



.ambd-all-submit-button {

    font-size: 1.5rem;
    padding: 0;
    margin: 0;
	min-width: 70px;
	padding-left: 5px;
    padding-right: 5px;


}
/*----------------fixed bottom Menu end -----------------------*/


@media screen and (max-width: 533px) {
	.product-action {
		position: relative;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		margin: 4px 4px 0px 4px;
		
	}
	
	.btn-product {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    line-height: 1;
    padding-top: 2px;
    padding-bottom: 2px;
    flex-grow: 1;
    border: 1px solid #000;
    border-radius: 3rem;
    margin-right: 2px;
}
	

}
/*Add to cart And View cart end*/



@media screen and (max-width: 533px) {
.header-10 .category-dropdown .dropdown-toggle {
    padding: 0.5rem 5rem 0.5rem 2rem;
   
}
.header-search .form-control {
    height: 26px;
	font-size: 14px;
}

.header-search .btn {
    height: 28px;
}
	

}

/*Top Menu Header Fixed Menu end*/


@media screen and (max-width: 533px) {
  
.dropdown-menu.show {
    display: none !important;
}
  }
/*Top all category-dropdown Menu end*/

.index-gif-p a img {
    margin-left: 3px;
	width: 28px;
	float: right;
}

@media screen and (max-width: 992px) {
  
h2#hopac-title {
    width: 180px;
    margin: 0 auto;
	margin-top: 6px;
}
}


.button-mainc {
align-items: center;
    border-radius: 24px;
    display: inline-flex;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    padding: 2px 24px;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    will-change: transform, opacity;

}

.button-mainc:hover {
  background: #F6F9FE;
}

.button-mainc:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-mainc:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-mainc:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-mainc:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/*index-gif-photo end*/

