@media only screen and (max-width: 768px) {
   body.post-type-archive-product #content .ast-container {
        padding-left: 5em;
        padding-right: 5em;
    } 
}

@media only screen and (max-width: 544px) {
   body.post-type-archive-product #content .ast-container {
        padding-left: 1em;
        padding-right: 1em;
    } 
}

.archive-t-products {
	display: flex;
	padding: 64px 0;
}

.archive-t-products .archive-t-products-sidebar {
	width: 400px;
    padding-right: 40px;
	position: relative;
}

@media only screen and (min-width: 992px) {
    .archive-t-products .archive-t-products-sidebar {
    	left: 0 !important;
    	opacity: 1 !important;
    	visibility: visible !important;
    }
    
    /*.archive-t-products .archive-t-products-sidebar .archive-t-products-sidebar-container {*/
    /*    position: sticky;*/
    /*    max-height: calc(100vh - 80px);*/
    /*    top: 120px;*/
    /*}*/
}

.archive-t-products .archive-t-products-sidebar .archive-t-products-sidebar-container {
    background: #fff;
	box-shadow: 0px 4px 64px 0px #2D36430D;
	padding: 32px;
	border-radius: 12px;
}

.post-filter-header {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.post-filter-header h5 {
    font-size: 24px;
}

.post-filter-toggle {
    display: flex;
	padding: .67em 1em;
	font-weight: 600;
	align-items: center;
	color: #fff;
	border-radius: 3px;
	background-color: #005bab;
	cursor: pointer;
}

.post-filter-toggle span {
	margin-left: .5em;
	font-size: 1.07em;
}

.filter-close {
	display: none;
	cursor: pointer;
}

.filter-btns {
	display: none;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D7DFE9;
	flex-direction: column;
	gap: 16px;
}

.filter-btns #clear-filters, .filter-btns #submit-filter {
	display: flex;
	width: 100%;
	border-radius: 100px;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.filter-btns #clear-filters {
	background: transparent;
	color: #000;
}

.filter-btns #clear-filters:hover {
	background: #4bc0af;
	color: #fff;
}

.filter-btns #clear-filters:hover svg path {
	fill: #fff;
}

@media only screen and (max-width: 991px) {
	.archive-t-products .archive-t-products-sidebar {
		background: transparent;
		border-radius: 0;
		position: fixed;
		left: -1000px;
		top: 0;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: all 0.3s ease-in-out;
	}
	
	.archive-t-products .archive-t-products-sidebar .archive-t-products-sidebar-container {
		padding: 20px;
		width: 100%;
		max-width: 480px;
		border-radius: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		border-radius: 0;
		box-shadow: none;
	}
	
	.archive-t-products .archive-t-products-sidebar .archive-t-products-sidebar-container #filters {
		overflow-y: auto;
		height: 100%;
	}
	
	.archive-t-products .filter-backdrop {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
	}
	
	.post-filter-header {
		display: flex;
	}
	
	.archive-t-products .archive-t-products-wrap .t-products-list {
		margin-top: 40px;
	}
	
	.filter-close {
		display: block;
		position: absolute;
        right: 20px;
        top: 20px;
	}
	
	.filter-btns {
		display: flex;
	}
}

.archive-t-products-sidebar .archive-t-products-sidebar-container {
	width: 100%;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .choice-group label {
	display: block;
	color: #2D3643;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: initial !important;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 28px;
    cursor: pointer;
	position: relative;
	font-family: "Open Sans", sans-serif;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .choice-group label:last-child {
	margin-bottom: 0;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .choice-group label.checked:after {
	background-color: #009BDF !important;
    border-color: #009BDF !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC4xMjUgMy4zNzVMNC44NzUgOC42MjVMMi4yNSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+);
    content: "" !important;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .choice-group label input {
	position: absolute;
	opacity: 0;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .choice-group label:after {
	position: absolute;
	left: 0;
	border-radius: 4px;
    border: 1px solid #AFBACA !important;
    background-color: #F9FAFB !important;
    color: #ffffff;
    width: 20px;
    height: 20px;
    top: calc(50% - 0px) !important;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
	content: '';
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section.filter-section-attributes {
	padding-top: 25px;
    margin-top: 32px;
    border-top: 1px solid #D7DFE9;
    display: none;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects label {
	font-size: 16px;
    line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
	color: #061637;
	display: block;
	font-family: "Open Sans", sans-serif;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects {
	margin-bottom: 24px;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects .clear-select {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
    line-height: 1;
    display: block;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
    .archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects .clear-select {
        display: none;
    }
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects .clear-select span {
    cursor: pointer;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section .attribute-selects:last-child {
	margin-bottom: 0;
}

.archive-t-products-sidebar .archive-t-products-sidebar-container .filter-section h5 {
    font-size: 16px;
    line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-weight: 700;
	color: #061637;
}

.archive-t-products-wrap {
	flex: 1;
}

.t-products-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.t-products-list .t-liked-product-inner {
    width: calc(33.33% - 3 / 4 * 20px);
}

@media only screen and (max-width: 1199px) {
	.t-products-list .t-liked-product-inner {
    width: calc(50% - 3 / 4 * 20px);
}
}

/*@media only screen and (max-width: 690px) {*/
/*	.t-products-list .t-liked-product-inner {*/
/*    width: calc(50% - 3 / 4 * 20px);*/
/*}*/
/*}*/

@media only screen and (max-width: 768px) {
	.t-products-list .t-liked-product-inner {
    width: 100%;
}
}

.t-products-list .t-liked-product-inner .t-liked-product-image .t-related-product-img-wrapper {
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-products-list .t-liked-product-inner .t-liked-product-image .t-related-product-img-wrapper img {
    min-height: 310px;
    object-fit: contain;
}

.t-products-list .pagination {
	    flex-basis: 100%;
    margin-top: 26px;
}
.t-products-list .pagination button.no-hover {
    background: transparent;
    border: none;
    color: #1E293B;
}
.archive-t-products-attributes .select2.select2-container {
	width: 100% !important;
}

.select2-container {
  position: relative;
  display: block !important;
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border: 1px solid #D7DFE9 !important;
  box-shadow: 0 20px 24px -4px rgba(45, 54, 67, 0.0392156863);
  border-radius: 12px !important;
  padding: 14px 0;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  margin-top: -6px;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  margin-top: 6px;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results__options {
  text-align: left;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Lato", sans-serif;
  color: #3D4A5C;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px 10px 24px;
  position: relative;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option:last-child:after {
  display: none;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option:after {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - 40px);
  background: #F0F3F9;
  height: 1px;
  content: "";
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background: #EDFAFF;
  color: #009BDF;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option:hover {
  background: #EDFAFF;
  color: #009BDF;
}
.select2-container .selection {
  background: transparent !important;
}
.select2-container .selection .select2-selection {
  min-height: 54px;
  background-color: #EDFAFF !important;
  display: flex !important;
  border-radius: 8px !important;
  padding: 0 30px 0 16px !important;
  overflow-y: auto;
  border-color: transparent !important;
  flex-direction: row !important;
  align-items: center !important;
}
.select2-container .selection .select2-selection.select2-selection--multiple {
  padding: 0 30px 0 10px !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  width: auto !important;
  flex: unset !important;
  padding: 5px 0 !important;
  font-size: 16px;
  line-height: 24px !important;
  color: #8897AE;
  overflow-y: auto;
  background-color: transparent !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  height: 100%;
	margin: 0;
}
.select2-container .selection .select2-selection .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #8897AE;
  margin-top: -3px;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: #009BDF !important;
  border: 1px solid #009BDF !important;
  border-radius: 4px !important;
  padding: 3px 5px !important;
  color: #fff !important;
  margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-right: 0 !important;
  color: #fff !important;
  padding-right: 3px !important;
  padding-left: 0 !important;
  position: relative;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0 !important;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.select2-container .selection .select2-selection .select2-search {
    line-height: 0;
    flex: 1;
}
.select2-container .selection .select2-selection .select2-selection__clear {
  display: none;
}
.select2-container .selection .select2-selection .select2-search__field {
  text-align: left !important;
  padding: 0 !important;
  border-radius: 0 !important;
  line-height: 24px !important;
  border: none !important;
  background-color: transparent !important;
  height: 24px;
  margin: 0;
  resize: none;
  font-family: "Open Sans", sans-serif !important;
  overflow: hidden;
}
.select2-container .selection .select2-selection .select2-search__field:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.select2-container .selection .select2-selection .select2-search__field::placeholder {
  color: #8897AE !important;
}
.select2-container .selection .select2-selection:after {
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMzMzNjYgNS44MzMzN0w3LjAwMDMzIDEwLjVMMTEuNjY3IDUuODMzMzciIHN0cm9rZT0iIzg4OTdBRSIgc3Ryb2tlLXdpZHRoPSIxLjUyMzgxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+") !important;
  background-repeat: no-repeat !important;
  background-size: unset !important;
  height: 14px !important;
  width: 14px !important;
  top: calc(50% - 9px) !important;
  right: 16px !important;
  content: "";
}
.select2-container.select2-container--open .select2-selection {
  border-color: #009BDF !important;
}
.select2-container.select2-container--focus .select2-selection .select2-selection__rendered {
  color: #061637 !important;
}