.cat-main-wrapper {
  width: 100%;
}

.cat-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 10px;
  padding: 5px;
}

.categroy-container {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  border-right: 2px solid #7856a44a;
  width: 100%;
  align-items: center;
}

.cat-icon-container {
  box-sizing: border-box;
  width: 75px;
  height: 75px;
  margin: 0 auto 10px auto;
  padding: 5px;
  background-color: #cecfff;
  border-radius: 3px 15px 3px 15px !important;
  margin: 5px;
  border-top: 1px solid #ffda97 !important;
  border-right: 3px solid #ffda97 !important;
  border-bottom: 3px solid #ffda97 !important;
  border-left: 1px solid #ffda97 !important;
  box-shadow: 0px 0px 10px #8181ba8d !important;
  object-fit: cover;
}

.cat-icon {
  transition: 0.3s ease-in-out, transform 1s;

}

.cat-title {
  color: #7856a4;
  /*text-transform: uppercase;*/
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.categroy-container:hover>div.cat-icon-container>img.cat-icon {
  /* background-color: #cca5ff; */
  /* border: 2px solid #7856a4 !important; */
  box-shadow: 0px 0px 15px #8181ba8d !important;
  border-radius: 3px 15px 3px 15px !important;
  transform: rotate(-10deg);
}

.categroy-container:hover>div.cat-title {
  color: #f7bd4f;
}

.cat-select>div>img.cat-icon {
  background-color: #ffda97;
  border: 2px solid #ffda97 !important;
  box-shadow: 0px 0px 30px #8181ba8d !important;
  border-radius: 3px 15px 3px 15px !important;
  transform: rotate(-10deg);
}

.notvisible {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.cat-icon-wrapper {
  margin-bottom: 5px;
  padding: 3px;
}

.brandimg {
  margin-bottom: -7px;
}

.brandcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  margin: 10px auto;
  justify-content: space-around;
}

.header-sticky .woo-wallet-menu-contents>span>bdi {
  color: #000;
}

.home-search {
  display: block;
  width: 100%;
}

.home-linkform {
  width: 74%;
  height: 50px;
  padding: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2px 14px 2px 14px !important;
  box-shadow: 3px 3px 20px #464646b4;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
  border-bottom: 3px solid #838383;
  border-right: 3px solid #838383;
  background-color: #fff;
  margin: auto;
}

.home-linkform input[type=url] {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 0;
  margin: 0;
}

.home-linkform input[type=url]:focus {
  border: none;
  box-shadow: none;
}

.home-linkform:hover {
  border: none;
  box-shadow: 3px 3px 20px #9c9c9cb4;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;
  border-radius: 14px 2px 14px 2px !important;
}

.home-linkform input[type=submit] {
  display: block;
  font-size: 14px;
  /*font-weight: 700;*/
  line-height: 0;
  border-radius: 2px 10px 2px 10px !important;
  box-shadow: 1px 1px 10px #b2b2b26c;
  background-color: #f7bd4f;
  border: 0;
  width: 20%;
  color: #fff;
  z-index: 1;
  padding: 15px;

}

.home-linkform input[type=submit]:hover {
  border-radius: 10px 2px 10px 2px !important;
  background: #7856A4;
  color: #fff;
}

.new-product-container {
  width: 74%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-bottom: 4px solid #cecece;
  border-right: 4px solid #cecece;
  border-radius: 3px 15px 3px 15px;
  background-color: #fff;
  box-shadow: 3px 3px 20px #8181ba8d;
}

.home-product-details {
  display: flex;
  flex-direction: row;
}

.home-product-image {
  padding: 5px;
  background-color: #fff;
  border-radius: 2px 12px 2px 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.356);
}

.home-main-image-container {
  padding: 10px;
  width: 150px;
  max-width: 150px;
  margin: auto;
}

.home-product-info-brand,
.home-peoduct-info-info,
.home-product-control,
.home-size-selection-container,
.home-color-selection-container,
.home-categories-selection-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-product-price-container {
  display: flex;
  flex-direction: row;
}

.home-colors-values,
.home-sizes-values {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.home-product-name,
#color_selection_value,
#size_selection_value {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 15px 5px;
  font-weight: 700;
  color: #7856A4;
  line-height: 26px;
}

.home-price-title,
.home-categories-selection-title,
.home-color-selection-title,
.ome-size-selection-title,
.new-product-container {
  font-size: 16px;
  font-weight: 600;
}
.home-brand-container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.home-product-info-brand {
  width: calc((100% - 150px)*0.4);
  padding: 0px 15px 0px 0px;
}

.home-product-info-info {
  width: calc((100% - 150px)*0.45);
}

.home-product-control {
  width: calc((100%)*0.25);
}
#home_brand_logo
{
	width:150px;
}
.home-product-price-container{
  width: 100%;
  padding-left: 10px;
}
.home-price-title{
  width: calc(100% *0.2);
  margin: auto;
}
.home-price-usd-container {
  font-size: 30px;
  font-weight: 900;
  align-self: center;
  color: #f27a1a;
  line-height: 26px;
  width: calc(100% *0.4);
  text-align: center;
  margin: 5px;
  padding: 5px;
  border-radius: 2px 10px 2px 10px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;
}

.home-price-tl-container {
  font-size: 20px;
  font-weight: 600;
  align-self: center;
  color: #f7bd4f;
  line-height: 26px;
  width: calc(100% *0.4);
  text-align: center;
  margin: 5px;
  padding: 5px;
  border-radius: 2px 10px 2px 10px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-bottom: 3px solid #cecece;
  border-right: 3px solid #cecece;
}

.home-size-item {
  min-width: 50px;
  width: auto;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0 6px 0 6px;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  padding: 5px;
}

.home-size-item:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.459);
}

.color-container {
  min-width: 40px;
  width: 60px;
  max-height: 85px;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 2px 10px 2px 10px;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  cursor: pointer;
}

.color-container:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.459);
}

.home-categories-selection-container{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.home-categories-selection-title{
  width: 25%;
}

.categories-value{
  width: 80%;
  text-align: left;
  padding-left: 15px;
}

.home-product-control-btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  border-radius: 2px 10px 2px 10px !important;
  box-shadow: 1px 1px 10px #b2b2b26c;
  background-color: #f7bd4f;
  border: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: 15px;
  margin: 5px;
}

.home-product-control-btn:hover {
  border-radius: 10px 2px 10px 2px !important;
  background: #7856A4;
  color: #fff;
}

.home-product-control-container{
  margin: auto;
  padding: 9px;
}

.home-popupWait {
  width: 300px;
  height: auto;
  background: #eef;
  border-radius: 2px 25px 2px 25px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0;
  color: #333;
  z-index: 10;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
  /* overflow: scroll; */
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  animation-play-state: paused;
}

.home-open-popupWait {
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation-play-state: initial;
}

.home-logo-animation {
  /* display: block; */
  width: 200px;
  margin: auto;
  padding: 20px;
  text-align: center;
}