.no-display{
	display:none;
}

input[type="radio"] {
    margin: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    background-color: #ffffff;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 13px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #000;
	border-radius:100%;
}

input[type="checkbox"]{
	border-radius:0px;
}

input[type="radio"]:checked {
    background-color: #000000;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 1px #000;
}

.page-main,
.page-main .column.main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.catalog-banner .ct-bnr-content {
  width: 100%;
  max-width: 487px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

.catalog-banner .ct-bnr-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}


.catalog-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct-bnr-content-sec {
  padding: 40px 60px !important;
}

.catalog-product-item {
  width: calc(25% - 42px);
  padding: 0px !important;
  margin: 50px 21px;
}

.catalog-product-content {
  width: 100%;
  max-width: 392px;
  margin: 0 auto;
  border: 1px solid transparent;
  position: relative;
  display: block;
  transition: 0.4s;
}

.catalog-product-link {
  display: block;
  padding: 33px 0px;
}

.catalog-product-details {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-align: center;
}

.catalog-product-modal-no {
  color: #666666;
}

.catalog-product-brand-name {
  font-weight: 700;
}

.catalog-product-image {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding-top: 114%;
}

.catalog-product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.catalog-product-image>a {
  display: block;
}

.catalog-product-meta-info {
  margin-bottom: 20px;
}

.catalog-slider .catalog-product-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
  padding: 48px 24px;
  max-width: 314px;
}

body .catalog-product-details .actions-primary .action.tocart {
  background: transparent;
  margin-top: 40px;
  border-radius: 0px;
  padding: 14px 32px;
  line-height: 1;
  border: 1px solid #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
  color: #000;
}

.catalog-product-meta-info .catalog-product-series {
  margin-bottom: 20px;
  color: #000;
}

.catalog-product-details .cart-price {
  color: #000;
}

/* .watch-collections .product-wrapper>.d-flex {
  justify-content: space-between;
} */

.catalog-slide-item {
  position: relative;
  max-height: 670px;
  overflow: hidden;
  display: flex;
}

.catalog-slider-container {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.catalog-slide-image {
  width: 100%;
  position: relative;
}

.catalog-new-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  display: none;
}

.catalog-new-btn span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  background: #EAEAEA;
  border-radius: 100px;
  padding: 8px 16px;
}

.catalog-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.catalog-slider-container:hover .catalog-slide-btn {
  opacity: 1;
}

.catalog-slide-btn.ct-prev {
  left: -75px;
}

.catalog-slide-btn.ct-next {
  right: -75px;
}

.catalog-slide-btn img {
  width: 24px;
}

.catalog-product-item.ct-philosophy-sec {
  width: 50%;
  padding-left: 0px !important;
  max-width: 100%;
  margin: 0px !important;
}

.ct-philosophy {
  padding: 114px 0px;
  border-radius: 0px 268px 268px 0px;
}

.ct-philosophy-image img {
  max-width: 370px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.ct-philosophy-image {
  width: 45%;
  padding: 0px 32px !important;
}

.ct-philosophy-content {
  display: flex;
  width: 55%;
}

.ct-philosophy-content h2 {
  font-family: "Times New Roman";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.ct-philosophy-content h2 > span {
  font-style: italic;
}

.ct-philosophy .ct-explore {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: 11px 24px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #fff;
}

.ct-philosophy .ct-explore img {
  width: 8px;
  margin-left: 7px;
  position: relative;
}


.catalog-slide-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-product-item.catalog-slider.d-md-none {
  display: flex;
  padding: 0px !important;
}

.catalog-product-content:hover {
  /* background: linear-gradient(180deg, rgba(244, 250, 250, 0) 0%, #F4FAFA 100%); */
  border-color: #000;
}

.catalog-filter-wrapper {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #EAEAEA;
  padding: 16px 0px;
}

.ct-filter-right-col {
  margin-left: auto;
}

.ct-filter-btn {
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ct-filter-btn img {
  margin-left: 8px;
  width: 8px;
}

.ct-filter-sort-btn {
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.ct-filter-sort-btn img {
  margin-left: 8px;
  width: 8px;
}

select.filter-sortby {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
  border: 0;
  position: relative;
  top: 0;
  cursor: pointer;
  outline: none;
  margin: 0;
  height: auto;
}

select.filter-sortby:hover,
select.filter-sortby:focus,
select.filter-sortby:active {
  box-shadow: none;
}

ul.ct-pegination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-left: auto;
}

ul.ct-pegination>li a,
ul.ct-pegination>li>span {
  padding: 7px 10px;
  cursor: pointer;
  margin: 0px 4px;
  border-radius: 9px;
  display: block;
}

ul.ct-pegination>li>a {
  color: #000000;
}

.catalog-product-wrapper {
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  padding-top: 20px !important;
  padding-left: 48px;
  padding-right: 48px;
}

.catalog-pegination {
  display: flex;
  justify-content: right;
}

.catalog-pegination-wrapper .pages{
  padding-top: 20px;
  padding-bottom: 90px;
}

.pegination-container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.ct-pegination li.prev span {
  border-bottom: 1px solid #000;
}

ul.ct-pegination>li>span {
  display: block;
}

.ct-pegination li.next span {
  border-bottom: 1px solid #000;
}

ul.ct-pegination>li:hover>a,
ul.ct-pegination>li:hover>span {
  background-color: #EAEAEA;
}

ul.ct-pegination>li.active>a,
ul.ct-pegination>li.active>span {
  background-color: #EAEAEA;
  pointer-events: none;
}

.ct-pegination li.dots {
  pointer-events: none;
}

.catalog-slider-item-wrapper {
  overflow: hidden;
  display: flex;
  background-color: #000;
}

.catalog-filter-section {
  position: relative;
  max-width: 250px;
  width: 100%;
  display: none;
  padding-top: 50px;
}

.ethCustmFilterOnOff .catalog-filter-section {
  display: block;
}

.ethCustmFilterOnOff .catalog-product-section {
  width: calc(100% - 300px);
}


.catalog-filter-section .block.filter .filter-title,
.catalog-filter-section .block-subtitle,
.catalog-filter-section .filter-options,
.catalog-filter-section .filter-options-title,
.catalog-filter-section .filter-options-content .item>a,
.catalog-filter-section .filter-actions .filter-clear {
  color: #151211;
  display: block;
  line-height: 28.5px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}


.filter-content .items[class*='am-filter-items']{
	padding-left:0px;
}

.catalog-filter-section .filter-options-title {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 16px;
}

.catalog-filter-section .block.filter .filter-title strong {
  font-size: 12px;
  font-weight: bold;
}

.catalog-filter-section .filter-options-content .item>a {
  font-weight: 500;
  /*padding-left: 20px;*/
  margin-bottom: 0;
  position: relative;
}

.catalog-filter-section .filter-options .count {
  display: none;
}

.catalog-filter-section .filter-options .am-labels-folding.-am-singleselect .item .am-input {
  display: block;
  opacity: 0;
  cursor: pointer;
}

.catalog-filter-section .filter-options .items .items-children.-folding {
  padding-left: 0px;
}

.catalog-filter-section .filter-options .items .items-children.-folding .item {
  margin: 0;
}

.catalog-filter-section .filter-options-content .items.-am-singleselect .amshopby-link-selected {
  color: #151211;
}

.catalog-filter-section .filter-options-content .item>a:hover {
  color: #151211;
}
/*input type checkbox old css comment new css coming from contact-us-v2*/
/*
.catalog-filter-section .item>input+a:after,
.catalog-filter-section .item>input+a:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

.catalog-filter-section .item>input+a:after {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #151211;
  z-index: 0;
  top: 8px;
}

.catalog-filter-section .item>input+a:before {
  content: "";
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 6px;
  height: 3px;
  top: 12px;
  left: 3px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
}

.catalog-filter-section .filter-options-content .item>a span {
  font-weight: 500;
}

.catalog-filter-section .item>input:checked+a:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

.catalog-filter-section .item>input:checked+a:after {
  background: #151211;
}

.filter-options-content .items.-am-singleselect .item>input {
  display: none;
}

*/
.catalog-filter-section .amshopby-choice {
  cursor: pointer;
}

.catalog-filter-section .amshopby-filter-tooltip {
  display: none;
}

.catalog-filter-section .filter-options .filter-options-content {
  margin: 0 0 35px;
}

.amshopby-filter-current .amshopby-item.item {
  border: 0.5px solid #151211;
  color: #151211;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px;
  line-height: 1.5;
  width: auto;
}

.amshopby-filter-current .amshopby-filter-name {
  display: none;
}

.amshopby-filter-current .amshopby-remove {
  position: relative;
  margin: 0px 4px;
  display: block;
  width: 12px;
  height: 12px;
}

.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #151211;
  top: 5px;
  left: 0;
  width: 11px;
  
   content: '';
   height: 1px;
   position: absolute;
   width: 100%;
}
.amshopby-filter-current .amshopby-remove:before {
    transform: rotate(-45deg);
}
.amshopby-filter-current .amshopby-remove:after {
    transform: rotate(45deg);
}
.filter-current .item {
    margin:0px 10px 10px 0px;
}

.amshopby-filter-current .amshopby-filter-value {
  margin: 0px 5px;
}

.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #151211;
}

.amshopby-filter-current .amshopby-remove:hover~* {
  opacity: 1;
}

.amshopby-filter-current .amshopby-items {
  padding: 0;
  display: flex;
  flex-flow: wrap;
}

.filter-actions .filter-clear>span {
  text-decoration: underline;
}

.filterBtn {
  cursor: pointer;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}

.filterBtn svg {
  margin-right: 10px;
  vertical-align: middle;
}

.filterBtn span {
  display: inline-flex;
  width: 30px;
  height: 16px;
  border-radius: 10px;
  position: relative;
  margin-left: 10px;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  background: rgba(21, 18, 17, .3);
}

.filterBtn span:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  transition: .5s all;
  margin-left: 3px;
}

.ethCustmFilterOnOff .filterBtn span {
  background: #151211;
}

.ethCustmFilterOnOff .filterBtn span:after {
  margin-left: 15px;
}

.filterBtn>img {
  display: none;
}

.catalog-product-section {
  width: 100%;
}

.catalog-pegination .ct-filter-sort {
  display: none;
}

.ct-filter-right-col .pages {
  display: none;
}


.catalog-product-content:hover .catalog-slide-btn.ct-prev {
  left: -35px;
}

.catalog-product-content:hover .catalog-slide-btn.ct-next {
  right: -35px;
}

.block-actions.filter-actions a.sm-cls-fltr {
  display: none;
}

.dm-clear {
  display: block;
}

.block-actions.filter-actions.mob-view {
  display: none;
}

.catalog-product-gallary-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 8;
}

.catalog-gallary-image>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
}

.catalog-gallary-image>img.active {
  visibility: visible;
  opacity: 1;
}

.catalog-product-content:hover .catalog-slide-btn.inactive {
  cursor: not-allowed;
}

.catalog-product-content:hover .catalog-slide-btn.inactive>img {
  opacity: 0.6;
}

.catalog-topnav.amasty-catalog-topnav {
  display: none !important;
}

ul.ct-pegination>li>a {
  color: #000000;
}

ul.ct-pegination>li.next:hover>a,
ul.ct-pegination>li.next:hover>span {
  background-color: #fff;
}

ul.ct-pegination>li.prev a,
ul.ct-pegination>li.prev span {
  background-color: #fff;
}

.ct-bnr-toggle-read.none {
  display: none;
}

.new-sort-by-tab {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  outline: none;
  margin: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 39px;
  background-color: #fff;
  z-index: 999;
  padding: 8px 0px;
  border: 1px solid #EAEAEA;
  border-top: 0;
  display: none;
}

.new-sort-by-tab>a {
  display: block;
  color: #000000;
  padding: 8px 16px;
}

.new-sort-by-tab.active {
  display: block;
}

.ct-filter-sort-btn .selected-sort {
  font-weight: 600;
}

.ct-bnr-content h4 {
  text-align: left !important;
}

.ct-bnr-content h4 br {
  display: none;
}

.ct-bnr-toggle-read {
  display: none;
}

.filter-options .filter-options-content .item {
  margin-bottom: 0px !important;
  list-style:none;
}
.amshopby-button-wrap{list-style:none;}
.ct-bnr-content-sec.show-d .ct-bnr-toggle-read {
  display: none;
}

/* .catalog-banner .ct-bnr-content-sec .ct-bnr-content p.w-count {
  display: none;
}

.catalog-banner .ct-bnr-content-sec.show-d .ct-bnr-content p.w-count {
  display: block;
} */


.catalog-product-wrapper {
  /* padding-top: 95px !important;
  padding-bottom: 140px !important;
  justify-content: space-between;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px; */
  overflow-x: hidden;
}


@media (min-width: 768px) {
  .ct-bnr-image {
    position: relative;
    min-height: 360px;
  }

  .ct-bnr-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ct-philosophy-content>div {
    margin-left: 0px !important;
  }

  .catalog-product-item.ct-philosophy-sec + div {
    display: flex;
   /* align-items: center; */
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .hover-item .catalog-product-content:hover:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
  }

  .hover-item .catalog-product-content:hover .catalog-product-gallary-item {
    visibility: visible;
    opacity: 1;
  }

  .catalog-product-content:hover .catalog-slide-btn {
    opacity: 1;
    pointer-events: auto;
  }

  .hover-item .catalog-product-content:hover {
    background: #000;
    transition: none;
  }

  .hover-item .catalog-product-content:hover .catalog-product-details {
    color: #fff;
    transition: none;
  }

  .hover-item .catalog-product-content:hover .catalog-product-image {
    visibility: hidden;
    opacity: 0;
  }

  .catalog-product-item .ct-philosophy {
    margin: 100px 0px;
  }
}


@media (min-width: 768px) and (max-width: 860px) {
  .catalog-pegination-wrapper .pages{
    padding-top: 40px;
  }

  .catalog-product-wrapper {
    padding-bottom: 80px !important;
  }

  ul.ct-pegination {
    margin: 0 auto;
  }

  .catalog-pegination {
    justify-content: center;
  }

  .catalog-product-item {
    padding: 0px 0px !important;
  }

  .catalog-slide-btn {
    width: 50px;
    height: 50px;
  }

  .catalog-slide-btn.ct-next {
    right: -25px;
  }

  .catalog-slide-btn.ct-prev {
    left: -25px;
  }
}



@media (max-width: 1500px) {
  .ct-philosophy-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1300px) {
  .ethCustmFilterOnOff .catalog-product-item {
    width: calc(33.333% - 42px);
}

.catalog-product-item.ct-philosophy-sec {
  width: 66.66%;
}

.ethCustmFilterOnOff .catalog-product-item.ct-philosophy-sec {
  width: 100%;
}

}


@media (max-width: 1240px) {
  .ct-philosophy-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}


@media (max-width: 1024px) {
	
  .catalog-product-item {
    width: calc(33.333% - 20px);
    margin: 50px 10px;
}

 .filterBtn .filter-toggle{display:none;}
 
  .catalog-new-btn span {
    font-size: 8px;
    line-height: 10px;
  }

  .ethCustmFilterOnOff .catalog-product-section {
    width: 100%;
  }

  .ethCustmFilterOnOff .catalog-filter-section {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    padding-top: 50px;
    z-index: 9999;
    max-width: 100%;
    background: #f9f9f9;
  }

  .page-main.ethCustmFilterOnOff {
    position: relative;
    z-index: 9999;
  }

  .catalog-filter-section .filter-options .filter-options-content {
    position: absolute;
    width: calc(100% - 200px);
    z-index: 0;
    right: 0;
    top: 0px;
    background: #fff;
    height: 100%;
    margin-bottom: 0px !important;
    margin: 0 0 25px;
    padding: 52px 10px 80px 20px;
    display: none;
    overflow-y: auto;
  }

  .catalog-filter-section>.filter {
    height: calc(100vh - 47px);
  }

  .catalog-filter-section .filter-options {
    height: calc(100vh - 47px);
    text-align: left;
  }

  .catalog-filter-section .filter-options-title {
    line-height: 24px;
    margin: 8px 0px;
    padding-left: 15px;
    width: 200px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
  }

  .catalog-filter-section .filter-options .filter-options-content.active {
    display: block;
  }

  .catalog-filter-section .filter-options-title.active {
    font-weight: bold;
  }



  /* 
  .catalog-filter-section .filter-options-title.active:before {
    content: "";
    position: absolute;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #151211;
    top: 7px;
    left: 5px;
  } */

  .block-actions.filter-actions {
    display: block;
    background: #fff;
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    margin-bottom: 0 !important;
  }

  .catalog-filter-section .filter-actions>a {
    line-height: 45px !important;
    display: inline-block !important;
    float: left;
    background: #fff;
    width: 199px !important;
    border: 1px dotted #F4F4F4;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
  }

  .filter-actions a.clear.filter-clear {
    width: calc(100% - 199px) !important;
  }

  .catalog-filter-section .filter-actions>a>span {
    text-decoration: none !important;
  }

  .catalog-filter-section .block-subtitle,
  .catalog-filter-section .block.filter .filter-title {
    line-height: 24px;
    margin: 5px 0px;
    padding-left: 15px;
    width: 200px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
  }

  .catalog-filter-section .block.filter .filter-title strong {
    font-size: 10px;
  }

  .filter-current {
    display: none;
  }

  .catalog-filter-section .block.filter .filter-title,
  .catalog-filter-section .block-subtitle,
  .catalog-filter-section .filter-options,
  .catalog-filter-section .filter-options-title,
  .catalog-filter-section .filter-options-content .item>a,
  .catalog-filter-section .filter-actions .filter-clear {
    font-size: 10px;
  }

  .catalog-new-btn span {
    font-size: 8px;
    line-height: 10px;
  }

  .catalog-product-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-actions.filter-actions.mob-view {
    display: block;
  }
  
  /*apply filter button design for popup filter*/
 .am_shopby_apply_filters{
	  position:fixed;
	  z-index:10000;
	  bottom:0px;
	  left:0px;
	  right:0px;
	  display:none;
  }
  .am_shopby_apply_filters .am-show-button{
	display:flex;
  }
  .page-wrapper:has(.page-main.ethCustmFilterOnOff) ~ .am_shopby_apply_filters{
	display:block;
  }
  .am_shopby_apply_filters .am-show-button>.am-items{
	  width:200px;
	  text-align:center;
  }
  .am_shopby_apply_filters .am-show-button>.amshopby-button{
	  width: calc(100% - 200px);
  }
  
  
	.catalog-filter-section .filter-options-content .item>input{
		top:7px;
	}
  
}


@media (max-width: 860px) {
	
  .am_shopby_apply_filters .am-show-button>.am-items{
	  width:160px;
  }
  .am_shopby_apply_filters .am-show-button>.amshopby-button{
	  width: calc(100% - 160px);
  }
  
  .ct-philosophy-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .ct-philosophy-image {
    padding: 0px 8px !important;
  }

  .catalog-product-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .catalog-product-item {
    padding: 0px !important;
  }

  .catalog-new-btn span {
    padding: 5px 10px;
    font-size: 8px;
    line-height: 10px;
  }
}


@media (max-width: 767px) {
  .ct-bnr-content.no-content h4 {
    text-align: center !important;
  }


  .catalog-product-item {
    width: 50%;
    margin: 0;
  }

  .catalog-product-link {
    padding: 30px 0px;
  }

  .catalog-product-section {
    padding: 0px 20px;
  }

  .catalog-slide-btn {
    display: none;
  }

  .catalog-product-item.catalog-slider {
    padding: 0px !important;
  }

  .catalog-new-btn {
    top: 16px;
    right: 16px;
  }

  .catalog-new-btn a {
    font-size: 8px;
    line-height: 10px;
  }

  .catalog-slider .catalog-product-details {
    padding: 24px 32px;
    bottom: 0px;
  }

  .catalog-product-item.ct-philosophy-sec {
    width: 100%;
    padding: 0px 32px !important;
    margin-bottom: 48px;
    margin-top: 48px;
  }

  .ct-philosophy {
    border-radius: 182px 182px 0px 0px;
    padding-top: 130px;
    padding-bottom: 48px;
  }

  .ct-philosophy-image {
    padding: 0px 32px !important;
  }

  .catalog-product-item.catalog-slider,
  .catalog-product-item.catalog-slider.d-md-block+div {
    margin: 32px 0px;
  }

  li.timeline-list:nth-child(even) .tl-col-right.tl-image picture:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 17px solid transparent;
    border-top-color: #f4fafa;
    border-right-color: #f4fafa;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }

  li.timeline-list .tl-col-right.tl-image picture {
    position: relative;
    display: block;
  }


  li.timeline-list:nth-child(odd) .tl-col-right.tl-image picture:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 17px solid transparent;
    border-top-color: #f4fafa;
    border-left-color: #f4fafa;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }

  .ct-filter-right-col {
    margin: 0;
  }

  .ct-filter-sort-btn {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px;
    min-width: 104px;
    justify-content: center;
    cursor: pointer;
    background: #B7B7B7;
    border-radius: 0px 100px 100px 0px;
  }

  .ct-filter-btn {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffff;
    padding: 15px 20px;
    min-width: 104px;
    justify-content: center;
    cursor: pointer;
    background: #000000;
    border-radius: 100px 0px 0px 100px;
  }

  .ct-filter-left-col {
    padding-right: 0px !important;
  }

  .ct-filter-right-col {
    padding-left: 0px !important;
  }

  .catalog-filter-wrapper>.container>.d-flex {
    justify-content: center;
  }

  .catalog-filter-wrapper {
    border-bottom: none;
    padding-top: 40px;
  }

  .catalog-product-wrapper {
    padding-top: 16px !important;
  }

  .catalog-page .catalog-product-item {
    padding: 0px !important;
  }

  .catalog-page .catalog-product-link {
    padding: 24px 32px;
  }

  .catalog-page .catalog-product-item.ct-philosophy-sec {
    padding: 0px 32px !important;
  }

  select.filter-sortby {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
  }

  select.filter-sortby:focus {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    position: relative;
  }

  .catalog-product-wrapper {
    padding-bottom: 78px !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalog-pegination-wrapper .pages{
    padding-top: 40px;
    padding-bottom: 0;
  }

  ul.ct-pegination {
    margin: 0 auto;
  }

  .catalog-pegination {
    justify-content: center;
  }

  .ct-bnr-content-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .ct-filter-flex {
    justify-content: center;
  }

  .catalog-product-details {
    font-size: 10px;
    line-height: 14px;
  }

  .catalog-product-meta-info {
    margin-bottom: 16px;
  }

  .catalog-product-item.catalog-slider.d-md-none {
    display: none;
  }

  .block-actions.filter-actions {
    display: block;
    background: #fff;
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    margin-bottom: 0 !important;
  }

  .catalog-filter-section .filter-actions>a {
    line-height: 45px !important;
    display: inline-block !important;
    float: left;
    background: #fff;
    width: 158px !important;
    border: 1px dotted #F4F4F4;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
  }

  .filter-actions a.clear.filter-clear {
    width: calc(100% - 158px) !important;
  }

  .catalog-filter-section .filter-actions>a>span {
    text-decoration: none !important;
  }

  .catalog-filter-section .block-subtitle,
  .catalog-filter-section .block.filter .filter-title {
    line-height: 24px;
    margin: 5px 0px;
    padding-left: 15px;
    width: 200px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
  }

  .catalog-filter-section .block.filter .filter-title strong {
    font-size: 10px;
  }

  .catalog-filter-section .filter-options-title {
    padding-left: 15px;
    width: 160px;
  }

  .catalog-filter-section .filter-options .filter-options-content {
    width: calc(100% - 160px);
  }


  .filterBtn {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffff;
    padding: 15px 20px;
    min-width: 104px;
    justify-content: center;
    cursor: pointer;
    background: #000000;
    border-radius: 100px 0px 0px 100px;
  }

  .filterBtn .filterToggle {
    display: none;
  }

  .filterBtn>svg {
    display: none;
  }

  .filterBtn>img {
    display: block;
    margin-left: 8px;
    width: 8px;
  }

  .filterBtn>span {
    display: none;
  }

  .new-sort-by-tab {
    top: auto;
    bottom: 42px;
    right: 10px;
    border: 1px solid #EAEAEA;
  }

  .catalog-product-item .ct-philosophy {
    margin-top: 23px;
    margin-bottom: 58px;
  }

  .ct-bnr-image {
    position: relative;
    padding-top: 220px;
  }

  .ct-bnr-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .catalog-banner .ct-bnr-content {
    max-height: 130px;
    overflow: hidden;
  }

  .ct-bnr-content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

  .ct-bnr-content.no-content {
    text-align: center;
  }

  .ct-bnr-toggle-read {
    padding: 0px !important;
  }

  .ct-bnr-toggle-read>span {
    text-decoration: underline;
  }

  .ct-bnr-toggle-read>span.read-l {
    display: none;
  }

  .open>.catalog-banner .ct-bnr-content {
    max-height: initial;
  }

  .catalog-banner .open>.ct-bnr-content {
    max-height: initial;
  }

  .ct-bnr-content-sec.open .ct-bnr-toggle-read>span.read-l {
    display: block;
  }

  .ct-bnr-content-sec.open .ct-bnr-toggle-read>span.read-m {
    display: none;
  }

  .ct-bnr-toggle-read {
    display: block;
    margin-top: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .catalog-product-item:nth-child(1),
  .catalog-product-item:nth-child(2) {
    margin-top: 24px;
  }

  .catalog-filter-wrapper {
    border-bottom: none;
    padding-top: 40px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    bottom: -70px;
    transition: 0.3s;
    border: 0;
  }

  .filter-active .catalog-filter-wrapper {
    bottom: 0;
  }

  .ft-show.filter-active .catalog-filter-wrapper {
    bottom: -70px;
  }
}


@media(max-width:400px) {

  .catalog-filter-section .block.filter .filter-title,
  .catalog-filter-section .block-subtitle,
  .catalog-filter-section .filter-options,
  .catalog-filter-section .filter-options-title,
  .catalog-filter-section .filter-options-content .item>a,
  .catalog-filter-section .filter-actions .filter-clear {
    font-size: 10px;
  }
  	.catalog-filter-section .filter-options-content .item>input{
		margin-right:10px;
	}
}

@media(max-width:360px) {
	
	.catalog-filter-section .filter-options-content .item>input{
		margin-right:8px;
	}
	
}
