/** Shopify CDN: Minification failed

Line 241:0 Unexpected "}"
Line 362:0 Unexpected "}"

**/
/******size chart*************/
.modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
    
    .close-button:hover {
        background-color: darkgray;
    }
    .show-modal {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }
	.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1111111111111;
}
  #fit-guide-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    width: 37rem; 
}
 
  
 #fit-guide-modal td, th {
    padding: 3px;
    border: unset;
    text-align: left;
   font-size:10px;
}
  #size-guide th {
    border-bottom: 1px solid black !important;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    border: unset;
    border-bottom: 1px solid;
}
   .trigger {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid black;
  color: black;
  padding: 4px 8px;
  text-align: center;
  width: 88px;
}
  #fit-guide-modal .close-button {
  border-radius: 0.25rem;
  cursor: pointer;
  float: right;
  font-size: 20px;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
}
/********end*************/

/***********collection Filters***************/
.widget ul.list li a {
  display: block;
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
}
   .widget .widget_content {
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
}
   .widget ul.list li.active a {
  color: #422428;
  font-weight: normal;
}
.frontpage.active {
  border-bottom: medium none;
}
  .col-sm-3 {
  width: 25%;
}
  ul.list {
    list-style: none;
}
 .widget ul.list li ~ li {
  border-top: 1px solid #ffffff;
}
   /*.widget ul.list li a:hover {
  background: #ed7789 none repeat scroll 0 0;
  color: #ffffff;
}*/
  .widget .list .active::after {
  content: none;
}
  .product_listing_sidebar .product_img {
  text-align: center;
}
  .product_listing_sidebar .product_img a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
}
  .product_listing_sidebar .product {
  animation-duration: 0.8s;
  animation-name: zoom_in;
}
  .animated {
  animation-fill-mode: both;
}
  .product_listing_sidebar {
  background: #f3eeea none repeat scroll 0 0;
}
  .custom-filter {
    width: 100%;
    float: left;
    padding-left:20px;
}
  div#bside {
    width: 80%;
    float: right;
   
}
  .product_listing_sidebar .product {
    padding: 15px;
    text-align: center;
}
  .product_listing_sidebar .product ~ .product {
    border-top: 1px solid /*!setting.body_bg_color{*/#ffffff/*}*/;
}
  .selected-filters {
  background: #222222 none repeat scroll 0 0;
  list-style: outside none none;
  padding: 8px 0 0 17px;
}
  .selected-filters li a {
  color: #333745;
  display: block;
  padding: 0 5px;
  text-decoration: none;
}
  .selected-filters li {
  background: #fff none repeat scroll 0 0;
  color: #333745;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 2px 7px 0;
  position: relative;
  vertical-align: top;
}
  .sidebar-block::after {
  border-color: #f82e56 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
  .sidebar-block .block-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 12px 19px;
  text-transform: uppercase;
}
  .sidebar-block .block-title span {
  color: #191919;
  transition: color 0.3s ease 0s;
}
  .sidebar-block .block-content {
  padding:0;
}
  .sidebar-block .color-list, .sidebar-block .size-list {
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 5px 0 0;
    list-style:none;
}
  .color-list li {
  vertical-align: bottom;
}
  .color-list .active {
  border-bottom: unset;
}
  .color-list .active::after {
  content: unset;
}
  .color-list a {
  background: #fff none repeat scroll 0 0;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
   .size-list a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  font-size: 15px;
  padding: 11px 12px;
  text-transform: uppercase;
}
  .size-list > li {
  background: rgba(0, 0, 0, 0) url("/cdn/shop/t/3/assets/diamond.svg?2505452402396880097") repeat scroll 0 0;
  height: 40px;
  width: 40px;
}
  .size-list .active::after {
  content: unset;
}
  

}
  .fa-remove::before, .fa-close::before, .fa-times::before {
  content: "";
  padding: 0 0 0 5px;
  vertical-align: middle;
}
  .color-list li.active span.clear {
  border: 0 none;
  color: #f82e56;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}
  .color-list li img, .color-list li span.color {
  display: block;
  height: 40px;
  width: 40px;
}
  .color-list li a span.value::after { 
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .color-list li a span.value {
  border: 1px solid transparent;
  display: block;
  position: relative;
}
  .color-list li {
  display: inline-block;
  margin: 0 7px 12px 0;
  vertical-align: bottom;
}

  .color-list li a span.value::after {
  background: rgba(0, 0, 0, 0) url("/cdn/shop/t/3/assets/diamond.svg?2505452402396880097") repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .sidebar-block-top .selected-filter .remove {
  padding: 0 0 0 7px;
  vertical-align: middle;
}
  .size-list > li {
    background: rgba(0, 0, 0, 0) url(/cdn/shop/t/3/assets/diamond.svg?2505452402396880097) repeat scroll 0 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 4px 0px 6px 0;
}

/************end**************/


.swatch-element label.selected{border:2px solid black}

.filters.col-sm-3.sidebar_left { width: 16% !important; float:left;}
.color-list li {margin:0 !important;}
.size-list > li{margin:4px 0p 6px 0px !important;}
.widget.widget__collections {border-bottom: 1px solid #422428;}
.widget.widget__types {
  padding-top: 12px;
}
.widget_header.option-heading {
  font-size: 15px;
  font-weight: normal;
  width:100%
    float:left;
}
.block-title.option-heading > span {
  font-size: 15px;
  font-weight: normal;
}
.sidebar-block .block-title { 
  padding: 0;
}

.custom-filter .arrow-down {
  float: right;
}
.custom-filter .arrow-up.is-hidden {
  float: right;
}
.filter-by {
  float: left;
  font-size: 15px;
  padding-bottom: 20px;
  padding-top: 25px;
  width: 100%;
  text-transform:uppercase;
}
.filter-col-content ul {
  list-style: outside none none;
}
.filter-col-content li > a {
  font-size: 15px;
}
.block-content.option-content.is-hidden {
  float: left;
  width: 100%;
}
.custom-filter .sidebar-block.collapsed {
  padding-top: 10px;
}
.block-content.option-content.is-hidden {
  padding-top: 10px;
}
.tags{border-top:1px solid #eee;}
.widget__collections .active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-bottom: medium none;
  padding-top: 10px;
}
}

