/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.wrap-collection-title .heading-collection {
  margin: 25px 0; }

.wrap-collection-title .heading-collection h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0; }

.alert-no p, .alert-no-filter p {
  margin: 10px 0 20px; }

.tree-menu li a {
  color: var(--site-main-color);
  font-size: 16px;
  font-family: iCielBCCubano; }

/* ---------------------------  FILTER  --------------------------- */
.content-filter .option {
  margin-top: 30px; }

.option .lb-filter {
  display: block;
  font-size: 15px;
  opacity: .92;
  margin-bottom: 0px; }

.custom-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px; }

.custom-dropdown::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 13px;
  color: #252a2b;
  opacity: .42;
  display: block;
  position: absolute;
  top: 10px;
  right: 17px; }

.option .custom-dropdown .custom-dropdown__select {
  font-size: 14px;
  width: 100%;
  display: block;
  height: 30px;
  padding: 0 20px 0 0;
  border-color: transparent;
  border-bottom: 1px solid #000;
  background-color: #fff;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px; }

.option .custom-dropdown {
  width: 100%; }

.option .custom-dropdown::after {
  content: "\f103";
  font-family: FontAwesome;
  font-size: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 9px;
  right: 2px; }

.option .option-children:not(:first-child) {
  margin-bottom: 30px; }

.option select option {
  background: #fff; }

.option.browse-tags .lb-filter {
  display: inline-block; }

.option.browse-tags .custom-dropdown {
  width: auto;
  float: right; }

.left-module {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .left-module {
      overflow: hidden;
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .box_sidebar {
    margin-bottom: 15px; } }

.block .title_block {
  display: flex;
  align-items: center;
  justify-content: center; }

.block .title_block svg path {
  fill: #fff !important; }

.layered .layered_subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 10px;
  cursor: pointer;
  position: relative; }

.layered .layered_subtitle span {
  font-weight: 600;
  font-size: 13px; }

.layered span.icon-control {
  position: relative;
  top: -2px;
  left: 5px;
  font-size: 8px; }

.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
  content: "\f067"; }

.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0; }

.group-filter[aria-expanded=true] .layered-content {
  height: auto; }

.group-filter .layered-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.check-box-list {
  margin: 0 0 10px; }

.check-box-list li {
  line-height: 20px;
  font-size: 12px; }

.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #252a2b; }

.check-box-list li:hover label {
  color: #1a4d24; }

.check-box-list input[type="checkbox"] {
  display: none; }

.filter-price li {
  font-size: 14px;
  margin-bottom: 5px; }

.filter-price li:last-child {
  margin-bottom: 0; }

.filter-price li span {
  font-size: 12px; }

.filter-color ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }

.filter-color li {
  display: inline;
  margin: 0 10px 10px 0;
  line-height: normal;
  float: left; }

.filter-color li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 0;
  float: left;
  position: relative;
  background-size: contain; }

.filter-color li input[type="checkbox"]:checked + label:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 5px;
  width: 9px;
  z-index: 99;
  border: solid #fff;
  margin: 7px 0 0 7px; }

.filter-size li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left; }

.filter-size li label {
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border: 1px solid #e5e5e5; }

.filter-size li input[type="checkbox"]:checked + label, .size-filter li:hover label {
  background-color: #111;
  color: #fff;
  border: 1px solid #111; }

.block .block_content {
  overflow-y: auto;
  overflow-x: hidden; }

.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px; }

.bl-filter [type="checkbox"]:checked + label:before {
  border: 1px solid #000; }

.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 4px;
  width: 7px;
  border: solid #111;
  margin: 9px 0 0 4px;
  left: 0;
  top: -3px;
  transition: all .2s; }

.bl-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.bl-filter [type="checkbox"]:checked + label:after {
  opacity: 1; }

.bl-filter label:hover:before {
  border: 1px solid #000 !important; }

.collection-page {
  padding: 30px 0px 20px; }

.banner-collection-header {
  padding-bottom: 15px;
  border-bottom: 5px solid var(--site-main-color);
  margin-bottom: 20px; }

.wrap-collection-body {
  margin-bottom: 55px; }
  @media (min-width: 1200px) {
    .wrap-collection-body {
      margin-bottom: 30px; } }

.collection-head h1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #c7162b;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0px #000; }

@media (min-width: 992px) {
  .sidebar-fix {
    width: calc(25% - 7px); }
  .col-right {
    width: calc(75% + 7px); } }

.content-product-list {
  /*
	.pro-loop .product-img a::before {
	width: 100%;
	height: 100%;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 6px solid transparent;
	box-sizing: border-box;
	position: absolute;
	transition: 1s all ease;
	-moz-transition: 1s all ease;
	-webkit-transition: 1s all ease;
	-o-transition: 1s all ease;
	z-index: 2;
}
	.pro-loop .product-img a:after {
	width: 100%;
	height: 100%;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 10px solid transparent;
	box-sizing: border-box;
	position: absolute;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
}


	.pro-loop .product-img a:hover:before, .pro-loop .product-img a:hover:after {
	width: 0%;
	border: 1px solid #fff;
	height: 0%;
	background: rgba(0,0,0,0.5);
}
	*/ }
  .content-product-list .pro-loop .product-img:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: var(--site-secondary-color);
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 2; }
  .content-product-list .pro-loop:hover .product-img:before {
    left: 0;
    right: 0; }
