#search #js-product-list #perfume-group-row {
  padding: 20px 20px 30px 20px;
}

#search #js-product-list #perfume-group-row:nth-of-type(odd) {
  background-color: #eff1f2;
}

#search #js-product-list #perfume-group-row:nth-of-type(odd) img {
  filter: brightness(0.945);
}

.search-no-result {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 42px;
  padding: 10px;
  width: 400px;
}

#search_widget_custom.shown input[type="search"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.addToCartButtonNumber {
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  #main-content #products.view_grid .product_list .grid-container {
    grid-column-gap: 5px;
  }

  #main-content #products.view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  #main-content .page-width {
    width: 100%;
  }

  .touch .product-miniature .product-actions {
    display: none;
  }

  .addtocartoncategorypage {
    display: none;
  }

  .addToCartFormWrapper .svgic {
    width: 20px;
    height: 20px;
  }

  #category .product_list {
    margin-top: -80px;
  }

  #header .elementor-section {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
}

@media only screen and (min-width: 576px) {
  .addtocartsvgoncategorypage {
    display: none;
  }
  .addToCartButtonNumber {
    width: 25%;
  }

  #category .addToCartForm .add-to-cart {
    width: 74% !important;
  }
}

article.product-miniature.js-product-miniature {
  margin-bottom: 20px !important;
}

body.tax-display-enabled #wrapper #products .thumbnail-container {
  margin-bottom: 0px !important;
}

.product-miniature .product-title {
  min-height: 50px;
}

.addToCartFormWrapper .control-label {
  display: none;
}

#category .addToCartFormWrapper .groupUl li {
  width: 50px;
}

#category .product-variants-item ul li input + span {
  height: 20px;
}

.sidebar .module-title {
  padding-bottom: 10px;
}

.sidebar .module-title .svgic {
  margin-top: 8px;
}

#category .product-price-and-shipping {
}

#left-column .sidebar-toggler {
  display: none;
}

.category-desc-wrap.img_exist {
  display: none;
}

.block-category img {
  margin-bottom: 0px;
}

#category .product-variants-item ul li input + span {
  margin-left: 0;
}

.ps_categorytree .category-tree li {
  padding: 10px 0 10px 0px;
}

.product-price-and-shipping {
  margin-bottom: 0;
}

#category #main-content {
  margin-top: 12px;
}

#subcategories_fp {
  margin-top: 20px;
  white-space: nowrap !important;
  position: relative !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

#subcategories_fp .subcategory-name {
  padding: 5px 25px;
  text-align: center;
  border: 1px solid #ddd;
  /* border-radius: 3px; */
  margin-bottom: 5px;
  float: none !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}

.product-title {
  font-size: 17px;
  font-family: "Archivo Narrow";
  color: #333333;
  /*border-bottom: 1px solid #eee; */
}

.addToCartFormWrapper .product-variants-item {
  margin-top: 0;
}

.addToCartForm {
  margin-top: 0;
}

#category .product-thumbnail {
  margin-bottom: 0px;
}

.header-item-counter {
  background-color: #dec082 !important;
}

#blockcart-modal .cart-content .btn {
  margin: 0;
}

@media (max-width: 991px) {
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 100px;
    margin: 0 auto 0.9375rem;
  }
}

#product h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 0;
}

.product-variants-item ul li input + span {
  border: 1px solid #ccc !important;
}

#product .product-variants .color {
  width: auto;
  height: initial;
  padding: 5px 20px;
  font-family: "Archivo Narrow";
}

.perfumy_divider {
  width: 150px;
  border-radius: 20px;
  height: 5px;
  background: rgb(247, 239, 138);
  background: -moz-linear-gradient(
    90deg,
    rgba(247, 239, 138, 1) 50%,
    rgba(213, 176, 88, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(247, 239, 138, 1) 50%,
    rgba(213, 176, 88, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(247, 239, 138, 1) 50%,
    rgba(213, 176, 88, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ef8a",endColorstr="#d5b058",GradientType=1);
  margin-top: 5px;
  margin-bottom: 30px;
}

.product-variants-item ul li input:checked + span {
  color: #444;
}

.tabs-container {
  margin-top: 0;
}

#product .product-additional-info > * {
  margin: 0;
}

.perfumy_inspiration {
  text-transform: uppercase;
  font-family: "Archivo Narrow";
  letter-spacing: 1px;
  font-size: 14px;
}

#category .in_progress, #prices-drop .in_progress {
  background: transparent;
}

.in_progress {
  background-image: none !important;
}

.product-quantity .qty {
  width: 70px;
}

#product .product-info-section .btn-primary.add-to-cart {
  padding: 12px 60px;
}

#product .tabs-container {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .nav-tabs .nav-item {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .tabs-container {
    margin: 70px 0 0;
    padding: 10px;
  }


}

#product #revws-section {
  padding: 10px;
  background: #fbfbfb;
  margin-top: 30px;
}

#product #main-content {
  padding: 0;
}

#product #main {
  margin-bottom: 0;
  padding-bottom: 0;
}

#revws-section .page-product-heading {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  font-family: "Archivo Narrow";
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  display: inline-block;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  border-bottom-color: #3a3a3a;
  margin-bottom: 30px;
}

.ybc_search_query {
  color: #ffffff;
  background-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #636363;
  border-radius: 20px 20px 20px 20px;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  width: 380px;
}

.ets_search_block_top .btn.button-search {
  background: transparent;
}

.ets_search_block_top .btn.button-search svg {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

div.search_block_results, div#search_block_keyword {
  position: absolute;
  z-index: 1000;
  background: transparent;
  top: 100%;
  padding: 0;
  border: none;
  margin-top: 0;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 1199px) {
  .axomate-product-collections .product-collection {
    font-size: 14px;
  }
}

.rating_productcomments > .product {
  float: left;
  width: 33.3%;
  background: white;
}

.autocomplete-suggestion {
  clear: both;
}

.search_block_results .product a.product_name {
  padding: 10px;
  border: 1px solid #f2f2f2;
  margin: 5px;
}

.product .ybc_search_item_content .search-name {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-decoration: underline !important;
}

.rating_productcomments > .category {
  width: 100%;
  float: left;
}

.box_button_see {
  clear: both;
  background: #545454;
}

.rating_productcomments .category .category_name {
  display: block;
  margin: 5px;
  padding: 10px;
  border: 1px solid #f2f2f2;
}

.rating_productcomments .category .category_name .search-name {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1125px) {
  
  .ybc_search_query {
    width: 100%;
    margin-bottom: 10px;
  }

  .ets_search_block_top .btn.button-search {
    background: transparent !important;
  }

  .header_logo_img .logo {
    margin-left: 10px;
  }

  .rating_productcomments > .product {
    width: 100%;
  }

  .search_block_results img.search-image {
    width: 33px;
  }
  
}

@media only screen and (max-width: 599px) {
  #product .page-content#content {
    margin-top:0px !Important;
      
  }
  div#onepagecheckoutps div#onepagecheckoutps_step_review .stick_buttons_footer {
    width: 100% !important;
    left: 0;
  }
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .stick_buttons_footer {
  background-color: #FFF;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  padding: 6px!important;
  bottom: 0;
  position: fixed;
}

div#onepagecheckoutps #onepagecheckoutps_step_review #buttons_footer_review {
  margin-top: 0 !important;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .stick_buttons_footer #btn_continue_shopping {
  display:none !important;
}

#checkout .pk-scroll-totop {
  display:none !important;
}

.stick_buttons_footer #btn_place_order {
  width: 100%;
}

.category_fp_product_name {
  /*
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-family: roboto;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #b1b1b1;
  margin-bottom: 5px;
  */
  font-size:20px;
  margin-bottom: 10px;
  text-align: center;
  color:#dec082;
}

.category_fp_inspiration {
  border: 1px solid #f2f2f2;
  /*border-top: 2px solid #dec082; */
  padding: 0;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 16px;
  line-height: 18px;
}

.category_fp_inspiration_title {
  border-bottom: 1px solid #f2f2f2;
  padding: 4px;
}

.category_fp_inspiration_inspiration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 2px;
  min-height: 50px;
}

@media(max-width: 1023px) {
  #header .mobile-header-wrapper .elementor-section:nth-of-type(2) {
    padding: 0px 0px 0px 0px !important;
  }
}
@media (min-width:980px) {
  .container {
    max-width:1520px!important;
  }
}