.individual-product{
    width: 100%;
	  margin: 0 auto;
    position: relative;
}
.individual-product .prodname-span{
    font-family: 'Neuzeit';
    color: #595a65;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    height: 20px;
    overflow: hidden;
    display: inline-block;
}

.individual-product .prodname-span strong {
	font-size: 18px;
}

.prod-thumbnail{
    /* border: 1px #e6e6e6 solid; */
    overflow: hidden;
    text-align: center;
	  min-height: 223px;
    /* max-height: 247px; */
	  position: relative;
}


.category-filter-div span, .category-filter-div div{
  font-family: 'Neuzeit';
}

.prod-thumbnail a{
    display: block;
}

.individual-product .desc{
    width:100%;
    max-width: 250px;
    margin: 0 auto;
    text-align:center;
    padding:15px 0px;
    line-height: 21px;
}
.price-container{
    min-height: 26px;
    border: 1px solid #595a65;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
}
.price-container .price{
    /* max-width: 250px; */
    width: 100%;
    text-align:center;
    font-size: 16px;
    font-family:'Montserrat-Bold';
    text-align:center;
    color:#595a65;
}

.price div{
    font-size: 14px;
}

.color-swatches-div{
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.color-swatches-div .swatchColor{
    display: block;
}
.category-product-color li {
    display: inline-block;
    height: 35px;
}
.category-product-color .swatch-color{
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid#ffffff;
    box-shadow: 0 0 0 1px#e3e3e3;
    margin-top: 5px;
    cursor: pointer
}
.color-swatches-div .swatch-color:hover{
    box-shadow: 0 0 0 2px #595a65;
}
.category-product-color{
    text-align:center;
    margin-bottom: 15px;
}
.category-product-color-div .category-product-color li + li{
    margin-left: 13px;
}
.individual-product .desc{
    overflow: hidden;
}
.category-product-carousel{
    width: 200px;
    margin: 0 auto;
    position: relative;
}
.swatch-carousel .owl-nav{
    position: absolute;
    width: 100%;
    top: 0px;
}
.category-product-carousel .swatch-carousel{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.individual-product .category-product-carousel .owl-prev{
    position: absolute;
    right: 150px;
    background: url(/themes/cake/assets/img/colorleft.png) no-repeat !important;
    height: 15px;
    width: 17px;
    top:8px
}
.individual-product .category-product-carousel .owl-next{
    position: absolute;
    background: url(/themes/cake/assets/img/colorright.png) no-repeat !important;
    height: 15px;
    width: 17px;
    left: 160px;
    top:8px
}
.category-product-carousel .owl-prev span,
.category-product-carousel .owl-next span{
    display: none;
}
.owl-carousel .owl-item .individual-product .multicover-hide, .individual-product .multicover-hide{
    display: none;
}

.color-swatches-div .swatch-active{
    box-shadow: 0 0 0 2px #000000;
}

.main-template.categorydesc-container {
  margin-bottom: 70px;
}

.categorydesc{
  padding: 40px 20px 30px;
  text-align: center;
  color: #595a65;
}
div.categorydesc h2{
  text-align: center;
  font-size: 20px;
  color: #595a65;
  margin-bottom: 10px;
  font-weight: bold;
}
div.categorydesc p{
    font-size:16px;
    margin-bottom:0px;
}

div.categorydesc p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footerdesc h1,
.footerdesc h2,
.footerdesc h3{
    margin-top:30px;
    font-size:14px;
}

.footerdesc{
    text-align:left;
    padding:20px 20px 20px 20px;
    margin: 0px 15px;
}

.footerdesc a{
    text-decoration: underline;
    color: #595a65;
}

/* category filter css */
.filter-container{
  margin-top: 250px;
  /* margin-top: 50px; */
  margin-bottom: 20px;
}
.filter-sort-label{

  font-size: 14px;
  text-transform: uppercase;
}
#filtermodal-button{
  font-size: 14px;
  /* font-weight: 600; */
  letter-spacing: 1px;
}
#sort-toggle-button{
  font-family: 'GroteskPro-BookItalic';
  font-size: 14px;
  letter-spacing: 1px;
}
#sortmode-span{
  font-size: 14px;
  font-family: 'GroteskPro-LightItalic';
}

#filtermodal .modal-dialog{
  margin: 40px auto;
  padding: 0 15px
}

#filtermodal .modal-header{
  border: 0;
}

#filtermodal .modal-title{
  font-size: 36px;
  text-align: center;
  font-family: 'Quincy-Cf';
  display: block;
  width: 100%;
}
#filtermodal .close{
  opacity: 1;
  display: block;
  width: 100%;
  text-align: right;
}
#filtermodal .close img {
  height: 20px;
  width: 20px;
}


/* #filtermodal .btn-filter-btn{

  font-family: 'GroteskPro-BoldItalic';
  width: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
#filtermodal .btn-filter-btn.off{
  background: #f2f2f2;
  color: #000;
}
#filtermodal .btn-filter-btn.on{
  background: #000;
  color: #fff;
} */
/* #filtermodal .nav .nav-tabs{

} */

.filter-title .btn-filter-done-clear {
    font-size: 18px;
    font-family: 'Quincy-Cf';
    cursor: pointer;
    display: none;
}
/* #filtermodal .btn-filter-done-clear {
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
}
#filtermodal .btn-filter-done-clear.clear {
  background-color: #fff;
  color: #000;
  font-family:'GroteskPro-SemiBold';
}
#filtermodal .btn-filter-done-clear.done {
  background-color: #000;
  color: #fff;
  font-family:'GroteskPro-SemiBold';
} */
#filtermodal .category-filter-myselects-label{
  font-size: 16px;
  font-family: 'GroteskPro-SemiBold';
  margin: 13px 10px;
  white-space: nowrap;
}
.category-filter-myselects-div{
  display: block;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  /* flex-wrap: wrap; */
}

.sidebar-scroll-value-close{
    text-transform: lowercase;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
    top: 1px;
    position: relative;
}
/* .btn-filter-done-clear:hover{
  background: #595a65;
  color: #ffffff;
}
.btn-filter-done-clear:active{
  background: #595a65;
  color: #ffffff;
}
.btn-filter-done-clear:focus {
  background: #595a65;
  color: #ffffff;
} */

.btn-filter-div {
  padding: 0 10px;
}

.btn-filter-div-done{
  /* padding-left: 5px;
  padding-right: 0px; */
  text-align: right;
}
.btn-filter-div-clear{
  /* padding-left: 0px;
  padding-right: 5px; */
  text-align: right;
}

.filter-label {
  border: 1px solid #595a65;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.category-filter-main{
  /* z-index: 1000; */
  /* position: fixed;
  position: fixed;
  left: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  top: 0px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 10px 0 10px -2px #444444;
  box-shadow: 10px 0 10px -2px #444444; */
  /* display: inline-flex; */
  width: 100%;
  padding: 0;
}



/* .category-filter-main.toggled {
.category-filter-main {
  width: 0;
}
.category-filter-main.toggled {
  width: 100%;
} */

/* .category-menus{
  display: block;
  height: 60px;
  padding: 15px;
  border-bottom: 3px solid #a9a9af;
  overflow: hidden;
} */
/* .category-menu-label{
  text-align: left;
  padding: 0px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #867f86;
} */
.category-btn-div-row {
  display: block;
  /* margin: 0 10px; */
  justify-content: center;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #e5e5e5; */
  padding-bottom: 15px;
}
.category-filter-options-div-row{
  width: 100%;
  display: flex;
  padding: 30px 10px;
  /* border-bottom: 1px solid #f2f2f2; */
  min-height: 250px;
}

.category-filter-menus{
  padding: 30px 0;
}
.category-btn-div {
  color: #000;
  position: relative;
  /* min-width: 25%; */
  cursor: pointer;
  /* min-width: fit-content; */
  /* margin: 5px 15px; */
  /* margin: 5px auto; */
  display: block;
}
.category-btn-div.open {
  color: #595a65;
  position: relative;
}
.category-btn-div.open {
  color: #595a65;
  position: relative;
}
.category-btn-div .btn-category-filter {
  padding: 10px 0px;
  text-align: left;
  position: relative;
  display: table;
  width: 100%;
  z-index: 1;
}
.filter-plus-minus-icon.plus {
    /* replace this later */
    background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/plus.svg);
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 15px;
    display: table-cell;
    vertical-align: middle;
}

.filter-plus-minus-icon.minus {
    /* replace this later */
    background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/minus.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 15px;
    right: 0;
    height: 15px;
    width: 15px;
}

.category-btn-div .btn-category-filter.open span.filter-toggle  {
  /* border-bottom: 1px solid #000; */
}
.category-btn-div .btn-filter-div{
  display: none;
}
.category-btn-div .filter-toggle{
  /* text-transform: capitalize; */
  color: #000;
  font-family:'GroteskPro-SemiBold';
  font-size: 16px;
}
.category-filter-options {
  /* overflow-y: hidden; */
  background: #ffffff;
  position: relative;
  text-align: left;
  padding: 0;
  /* max-height: 250px; */
  height: 100%;
  display: none;
  width: 100%;
}
.category-filter-options.show {
  display: block;
}
.sidebar-menu-container{
  padding: 0;
}
.sidebar-value-container {
  width: 100%;
  /* display: flex; */
  /* display: table; */
  flex-wrap: wrap;
  justify-content: center;
  max-height: 200px;
  overflow: auto;
  margin-bottom: 25px;
  scrollbar-color: black lightgrey;
  scrollbar-width: none;
  margin-bottom: 20px;
  overflow-y: scroll;
  margin-top: 10px;
  -ms-overflow-style: none;
}
.sizeDropdownList .sidebar-value-container {

  max-width: 104px;
}
.sidebar-value-container scrollcorner {
  -moz-appearance: none !important;
  resize:both;
}
.sidebar-value-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.sidebar-value-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000;
}
.sidebar-value-container::-webkit-scrollbar-track {
  background: #CCC;
}


.sidebar-value-container.sidebar-value-container-color {
  width: 100%;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}

/* .sidebar-scroll-value-container {
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 1px;
  vertical-align: bottom;
} */


#filter-div .btn-filter-options {
    max-width: fit-content;
}
#filter-div .btn-filter-options .sidebar-scroll-value, #filter-div .btn-filter-options-myselect .sidebar-scroll-value,
#filter-div .btn-sort-options .sidebar-scroll-value, #filter-div .btn-sort-options-myselect .sidebar-scroll-value
{
  font-family: 'GroteskPro-Book';
  width: auto;
  padding: 0px 10px 0px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 17px;
  -webkit-transition:;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  text-align: left
}
#filter-div .btn-filter-options .sidebar-scroll-value,
#filter-div .btn-sort-options .sidebar-scroll-value
{
 font-size: 16px;
 background: #f2f2f2;
 color: #000;
}
#filter-div .btn-filter-options-myselect .sidebar-scroll-value,
#filter-div .btn-sort-options-myselect .sidebar-scroll-value
{
 font-size: 14px;
}

#filter-div .btn-filter-options.off .sidebar-scroll-value,
#filter-div .btn-sort-options.off .sidebar-scroll-value
{
  /* background: #f2f2f2; */
  /* color: #000; */

  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/circle-outline.svg);
  background-position-x: 2px;
  background-position-y: 2px;
  background-size: 12px;
  background-repeat: no-repeat;
}
#filter-div .btn-filter-options.on .sidebar-scroll-value,
#filter-div .btn-sort-options.on .sidebar-scroll-value
{
  /* background: #000; */
  /* color: #fff; */

  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/circle-filled.svg);
  background-position-x: 2px;
  background-position-y: 2px;
  background-size: 12px;
  background-repeat: no-repeat;
}

#filter-div .btn-filter-options-myselect .sidebar-scroll-value,
#filter-div .btn-sort-options-myselect .sidebar-scroll-value
{
  background: #000;
  color: #fff;
}

#filter-div .add-filter-sort{
/* #filter-div .brasize-group #add-brasize{ */
  font-family: 'GroteskPro-Bold';
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  background: #f2f2f2;
  color: #000;
  width: 100%;
}


#filter-div .brasize-group #add-brasize span{
  font-family: 'GroteskPro-Bold';
  color: #000;
}

.category-filter-selectedfilters
{
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* .btn-filter-options.on .sidebar-scroll-value-container {
  border: 2px solid #595a65;
} */
/* .btn-filter-options.on .sidebar-scroll-value-box {
  background-color: #595a65;
} */
.btn-filter-options.disabled,
.btn-sort-options.disabled
{
  opacity: 0.3;
  background: inherit;
  cursor: default;
}
/* .sidebar-scroll-value-box {
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
} */
.sidebar-scroll-value {
  color: #595a65;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0px;
  /* vertical-align: bottom; */
  position: relative;
  /* top: 4px; */
  line-height: 25px;
  display: block;
}
.promotions-banner-container {
    background: #f0ede8;
    padding: 15px;
}

.btn-sort-options.selected > .sidebar-scroll-value{
    color: #fff;
}

#filtermodal .btn-filter-options.off .sidebar-scroll-value.sidebar-scroll-value-color{
  display: none;
  position: relative;
  top: 4px;
  left: 12px;
  border-radius: 50%;
  padding: 0px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  font-size: 10px;
  background-color: #fff;
}
#filtermodal .btn-filter-options.on .sidebar-scroll-value.sidebar-scroll-value-color{
  display: block;
  position: relative;
  top: 4px;
  left: 12px;
  border-radius: 50%;
  padding: 0px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  font-size: 10px;
  background-color: #fff;
}
#filtermodal .btn-filter-options-myselect-color .sidebar-scroll-value{
  background: none;
  color: none;
  top: -2px;
  left: -5px;
}
/* #filtermodal .btn-filter-options-myselect-color .sidebar-scroll-value .sidebar-scroll-value-close{
  margin-left: 0;
  top: 0;
} */

.btn-filter-options[data-attr-group-id="3"] {
  /* height: 40px;
  min-width: 40px;
  border-radius: 50%;
  padding-top: 9px;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700; */
  /* border: solid 1px; */
  /* text-transform: uppercase;
  box-shadow: none;
  margin: 0; */
}

#filtermodal .btn-filter-options-myselect-color {
  height: 27px;
  min-width: 27px;
  border-radius: 50%;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  /* border: solid 1px; */
  text-transform: uppercase;
  box-shadow: none;
  /* margin: 0 3px; */
  margin: 2px 0;
}
.btn-filter-options-myselect{
  /* margin-top: 3px; */
}
.category-filter-selectedfilters{

}

.btn-sort-options.selected {
  background-color: #595a65;
}
.sidebar-value-item{
  /* padding: 3px 0;
  margin: 5px 5px; */
  padding: 0px;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 0px;
  height: 30px;
  line-height: 30px;
}
.sidebar-value-item[data-attr-group-id="1"]{
  /* display: none; */
}

.sort-div .sidebar-value-item{
    margin: 0px 5px;
    padding: 0px;
    display: flex;
    width: auto;
}

.promotions-banner-container{
    text-align: center;
}

.promotions-banner-text {
    color: #595a65;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}

.promotions-banner-rborder {
    border-right: 1px solid #000000;
}

.promotions-banner-lborder {
    border-left: 1px solid #000000;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.promotions-banner-text span{
    color: #d4b5a1;
    font-size: 12px;
}
.filter-toggle, .sidebar-scroll-value{
  font-size: 16px;
}
/* category filter css - end */
/*free gift */
.cat-font-color-red{
  color: red;
  font-size: 15px;
  display: block;
}


#filtermodal {
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.8);
}

.individual-product .btn-outline-black a, .individual-product .btn-outline-black a span {
	font-size: 13px;
}
.individual-product .pl-btn-height a, .individual-product .pl-btn-height a span{
  font-size: 14px;
}
.sub-banner {
	background: #B9C6BD;
	width: 100%;
	padding: 50px 15px;
	text-align: center;
}

.sub-banner-title {
	color: #fff;
	font-size: 34px;
    font-family: 'Quincy-Cf';
	line-height: 38px;
	margin: 0 auto 19px;
}

.sub-banner-main {
	margin: 0 0 60px;
}

.main-category-title, .main-category-title-span,
.categorydesc .cat-title-cont{
	font-family: 'Quincy-Cf';
	font-size: 24px;
	text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: left;
  padding: 0;
}

.main-category-subtitle {
  font-size: 30px;
}

.main-template.main-category-title-container {
	margin-bottom: 20px;
  margin-top: 35px;
}

.main-template.category-headerdesc {
	margin-bottom: 37px;
}
.main-template.category-headerdesc.size-headerdesc {
  max-width: none;
  
}
.size-headertext {
  width: 100%;
}
.brasize-div, .sort-div{
  display: flex;
  padding: 0;
  margin: 3px 0;
}

.brasize-notavailabled-div{
    text-align: center;
    margin-top: 15px;
    display: none;
}

.add-filter-sort{
  margin-top: 10px;
}
.brasize-group, .sort-group{
  padding: 0;
}

#filtermodal .label-brasize, #filtermodal .label-sort{
  color: #000;
  font-family:'GroteskPro-Bold';

  border: 1px solid #000;
  border-radius: 5px;

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;

  padding: 2px 0 2px 10px;
  margin: auto;

  font-size: 14px;
  line-height: 24px;

  white-space: nowrap;
}
#filtermodal .select-brasize, #filtermodal .select-sort {
  margin: 5px 0;
  color: #000;
  font-family:'GroteskPro-Bold';
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  background-position: right;
	background-origin: content-box;
	padding-right:15px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 30px;
}
#filtermodal .select-brasize:focus{
  font-size: 16px;
  line-height: 16px;
}
#filtermodal .select-sort:focus {
  font-size: 16px;
  line-height: 16px;
}

.main-category-action {
	text-align: right;
}

.main-category-action span {
  font-family: 'GroteskPro-SemiBold';
	font-size: 14px;
}

.mca-title {
	font-family: 'GroteskPro-BookItalic';
	letter-spacing: 2px;
}

.mca-separator {
	padding: 0 7px;
}

.prodlist-container .main-template.prod-container {
  margin-bottom: 0;
}

/* START.Shop all */
.category-shopall-row {
	min-height: 100%;
	display: block;
    border-bottom: 1px solid #888282;
    min-height: 400px;
    max-height: 100%;
}

.article-products.modal-fitter-mbl {
    min-height: 250px;
}

.category-shopall .owl-nav {
	display: none;
	position: absolute;
  top: -65px;
  right: 6px;
}

.category-shopall .owl-nav span {
	display: none;
}

.category-shopall.owl-carousel .owl-nav .owl-prev {
	background: url('/themes/cakematernity/assets/img/svg/arrow-back-bold.svg') no-repeat center;
	width: 30px;
    height: 20px;
}

.category-shopall.owl-carousel .owl-nav .owl-next {
	background: url('/themes/cakematernity/assets/img/svg/arrow-forward-bold.svg') no-repeat center;
	width: 30px;
    height: 20px;
}

.main-category-shopall .main-category-action {
	padding-right: 0px;
}

.category-shopall.owl-carousel .pl-seal img {
	width: 50px;
	margin-bottom: 10px;
}

.category-headerdesc p {
  font-family: 'GroteskPro-Light';
  margin-bottom: 0;
  /* padding-left: 5px; */
}
.collections-headerdesc {
  padding-left: 0px;
  padding-right: 0px;
}
.collection-cont {
  padding-left: 0px;
}
/* END.Shop all */

#filtermodal .modal-body {
  padding: 15px 0;
}

.mct-search .main-category-title {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 15px;
  padding: 0;
}

.mct-search .main-category-title span {
  font-size: 24px;
  font-family: 'Quincy-Cf-Italic';
}

.mct-search .main-category-action {
	/* margin-top: 4px; */
}

.category-shopall .individual-product {
	/* min-height: 373px; */
	min-height: 100%;
}
/*search category or shop by size */
.search-design-override .size-by-size {
    display: block;
    width: 100%;

}
.shadow-divider {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.size-by-size .hdcurr {
    width: 100%;
}
.size-by-size .hd-sizes-container {
    text-align: center;
    margin: 0 auto;
}
.size-by-size .hd-sizes-box, .size-by-size .hd-btn-box {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    margin: 5px 3px;
    text-align: center;
    height: 24px;
    width: 54px;
    line-height: 14px;
    font-size: 14px;
    padding: 6px 3px;
    background: #efede8;
    border-radius: 4px;
}
.size-by-size .dissize {
    height: 100%;
    display: inline-block;
    opacity: .3;
    height: auto;
}
.size-by-size a {
    color: #232323;
}
.size-by-size .hdcurr a {
    font-family: 'GroteskPro-SemiBold';
    display: inline-block;
}
.size-by-size .hd-sizes-box a {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.size-by-size .hd-sizes-box.selected {
    background: #000;
}
.size-by-size .hd-sizes-box.selected a{
    color: #fff;
}
.size-by-size .hd-sizes-box:hover, .size-by-size .hd-btn-box:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000;
    color: #fff;
}
.size-by-size .hd-sizes-box a:hover {
    color: #fff;
}
/* .category-shopall .productlist-image{
	max-height: 694px;
	overflow:hidden;
} */
.loading-more-products{
  display: none;
  text-align:center;
  margin-bottom:60px;
}
.hideimgcarousel{
  display: none!important;
}

.collective-div {
    padding: 50px 0 0 0;
    margin-bottom: 50px;
}
.collective-title {
    font-family: 'Quincy-Cf';
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.collective-div .share-links-cont span{
    font-size: 14px;
    display: inline;
}
.collective-div .share-links-cont ul{
    margin-left: 10px;
    display: inline;
}
.collective-div .share-links-cont li{
    margin-left: 10px;
    display: inline;
}

.article-products-div {
    padding: 0;
    width: 100%;
}

#filter-div {
  min-height: 78px;
  max-height: 100%;
  display: none;
}
#dskfilter.filter-on #filter-div {
  display: none;
}

.filter-title {
    text-align: center;
    margin-bottom: 40px;
    display: none;
}
.filter-title-mbl {
    font-family: 'GroteskPro-BoldItalic';
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    line-height: 16px;
    margin: auto;
    width: fit-content;
    cursor: pointer;

    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    text-align: left;

    background: #fff url(/themes/cakematernity/assets/img/svg/arrow-down.svg) no-repeat;
    background-position: right;
    background-origin: content-box;
    background-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.filter-title-mbl[data-mode="0"] {

}
.filter-title-mbl[data-mode="1"] {
    -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
     filter: invert(100%);
}
.main-template.category-headerbra{
  margin-bottom: 50px;
}
.category-headerbanner-bra {
    background-color: #f5ece6;
    padding: 15px;
}
.headerbanner-first-text {
    color: #b58069;
    font-family: 'Quincy-Cf';
    font-size: 32px;
    font-style: italic;
    line-height: 34px;
    max-width: 140px;
    margin: auto;
}
.headerbanner-text {
    color: #b58069;
    font-family:'GroteskPro-SemiBold';
    font-size: 16px;
    margin: auto;
    font-style: normal;
    padding-left: 15px;
}
.header-padding {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 35px;
}
.spacing-bull {
  padding: 10px;
  color: #b58069;
  font-family: 'Quincy-Cf';
  font-size: 30px;
}

.hide-mobile {
  display: none;
}

.hide-desktop {
  display: block;
}

.article-products-subdiv-empty{
    text-align: center;
    font-family: 'GroteskPro-Book';
    display: none;
    margin-bottom: 50px;
}

.article-products-subdiv-empty span {
    font-family: 'GroteskPro-SemiBold';
}

.article-products-subdiv-empty a {
    text-decoration: underline;
}

.article-products-subdiv-empty a:hover {
    text-decoration: underline;
}

.individual-product .video-cont video{
  width: 100%;
  height: 100%;
}

.ban-can-cont{
  display: block;
}

.ban-can-cont .img-cont{
  display: block;
}

.individual-product .pl-name a,
.individual-product .pl-name strong{
    color: #000000;
    font-size: 12.5px;
    font-family: 'GroteskPro-Book';
}

.individual-product .pl-brand a{
  margin-top: 12px;
  font-family: 'GroteskPro-SemiBold';
  color:#000;
  display: block;
  text-transform: none;
  letter-spacing:normal;
  line-height: 17px;
  font-size: 12px;
}

.individual-product .pl-name-with{
  margin-bottom: 10px;
  line-height: 14px;
}

.individual-product .cat-price,
.individual-product .cat-price span{
  font-size: 12.5px;
}

.hover-size{
  position: absolute;
  bottom:5%;
  z-index: 1;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: none;
}

.hover-size .cont{
  display: inline-block;
  background:#ffffff;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 0px 5px;
}

.find-my-fit-btn.cont{
  width: 70px;
  transition: background 1.5s ease,
				background-color 1.5s ease,
				border 1.5s ease,
				color 1.5s ease;
	-webkit-transition: background 1.5s ease,
				background-color 1.5s ease,
				border 1.5s ease,
				color 1.5s ease;
	-moz-transition: background 1.5s ease,
				background-color 1.5s ease,
				border 1.5s ease,
				color 1.5s ease;
	-o-transition: background 1.5s ease,
				background-color 1.5s ease,
				border 1.5s ease,
				color 1.5s ease;
}

.hover-size .size-variants ul{
  margin:0px;
  height:30px;
  line-height:30px;
  display: table;
  margin: 0 auto;
}

.hover-size .size-variants li{
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  padding:0px 1.5px;
  font-family:'GroteskPro-SemiBold';
  height: 30px;
  vertical-align: middle;
  display: table-cell;
}

.hover-size .find-my-fit-btn p{
  text-transform: uppercase;
  font-size: 9px;
  margin-bottom: 0px;
  font-family:'GroteskPro-SemiBold';
  line-height: 30px;
  height: 30px;
}

span.filter-btn-text{
  font-family:'GroteskPro-SemiBold';
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
  margin: 0px 10px;
  float:left;
  height: 30px;
  line-height: 30px;
}

.individual-product .pl-brand{
  margin-top:0px;
}

.article-products-subdiv{
  width: 100%;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
  padding-left: 0;
  padding-right: 0;
  float: right;
}


.filt-main-cont .filter-body{
  display: none;
}

.filt-main-cont.filter-on .filter-body{
  display: block;
}

p.clr-btn-cont{
    text-align: left;
    color: #000;
    font-family: 'GroteskPro-SemiBold';
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0px;
}

.btn-filter-done-clear {
  border-bottom: 1px solid #000;
}

.ban-can-cont p.desc{
  font-size: 14px;
  font-family: 'GroteskPro-Book';
  line-height: 20px;
  margin-bottom: 30px;
}
.prod-container{
  padding: 0px 15px;
}

.prod-details{
  height: 145px;
}

.article-products-subdiv article.article-products{
  padding:0px 3px!important;
  min-height:326px;
}

.article-products-subdiv .article-products.notosort{
  padding:0px!important;
}

.categorydesc .cat-title-cont{
  display: none;
  text-align: left;
}

.categorydesc .cat-desc-cont p{
  text-align: left;
  font-size: 15px;
  font-family: 'GroteskPro-Light';
  margin-bottom: 10px;
}

.filter-btn-img {
    display: inline-block;
    width: 100%;
    max-width: 16px;
    cursor: pointer;
    float: right;
    line-height: 30px;
    height: 30px;
}

.divider-class {
    display: block;
    border-bottom: 1px solid #00000047;
}

.video-tracker-top-vp {
  width:100%;
  position:fixed;
  top:10%;
}

.video-tracker-btm-vp {
  width:100%;
  position:fixed;
  bottom: 0px;
  border-top:1px dotted #fff;
}

.cat-fixed-menu{
  position: fixed;
  width: 100%;
  padding:0px 15px;
  z-index: 9999;
  background: #ffffff;
}

.main-category-title-container{
  margin: 30px 0px 15px;
}
.main-category-title-container.main-category-title-container-extra {
  margin-left: 15px;
}
.main-category-title-container.main-category-title-container-extra.mct-search {
  margin-left: 0;
  max-width: 100%;
}
.main-category-action.dsk-filter{
  display: none;
}

.main-category-action.mbl-filter{
  display: block;
  text-align: left;
}

#mblfilter{
  padding: 0px 3px;
}

.mbl-filter .filt-main-cont{
  display: none;
}

.dsk-filter .filt-main-cont{
  width: 0px;
}

.mbl-filter .filt-main-cont.filter-on{
  display: block;
}

.cat-price span {
    font-size: 14px;
    color: #000000;
    font-family: 'GroteskPro-SemiBold';
}

p.cat-parent-menu,
p.cat-parent-menu-size,
p.cat-no-subs{
  color: #000;
  font-family: 'GroteskPro-SemiBold';
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
p.cat-parent-menu-size.disable-link {
  pointer-events: none;
}
.cat-sidemenu{
  display: none;
}

.cat-sidemenu.filter-on{
  display: block;
}

.cat-sidemenu-sub{
  margin: 30px 0px;
}

.cat-sidemenu .cat-parent-menu, .cat-sidemenu .cat-parent-menu-size{
  margin-bottom: 10px;
}

.cat-sidemenu .cat-sub-menu{
  margin-bottom: 8px;
}

.cat-sidemenu .cat-sub-menu a{
  font-family:'GroteskPro-Book';
  font-size: 14px;
}

.cat-sidemenu .cat-menu{
  margin-bottom: 20px;
}

.cat-sub-menus{
  display: none;
}

.cat-sub-menus.show{
  display: block;
}

.filter-btn{
  margin-bottom: 0px;
  padding: 0px 0px 11px 0px;
  height: 50px;
}

#mblfilter .category-btn-div .filter-toggle,
#mblfilter #filter-div .btn-filter-options .sidebar-scroll-value, 
#mblfilter p.clr-btn-cont,
#mblfilter p.cat-parent-menu,
#mblfilter p.cat-parent-menu-size,
#mblfilter p.cat-sub-menu,
#mblfilter #filter-div .btn-sort-options .sidebar-scroll-value{
  font-size: 16px;
  line-height: 16px;
}

#dskfilter{
  display: none;
}

.article-products-subdiv article{
  margin-bottom: 30px;
}

.article-products-subdiv .category-shopall-row article{
  padding: 0px!important;
}

.category-shopall article.article-products{
  margin-bottom: 0px;
  min-height: 100%;
}

.main-category-shopall{
  margin-top:30px;
  margin-bottom: 20px;
}

.category-shopall-row{
  padding-bottom: 50px;
}

.find-my-fit-btn.cont:hover{
  color:red;
  background: #000;
}

.find-my-fit-btn.cont:hover > p{
  color: #fff;
}

.sort-filter .filter-plus-minus-icon{
  height: 15px;
  top: 15px;
}

.ban-sub-cont .desc p{
  font-family: 'GroteskPro-Light';
  font-size:15px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.ban-can-cont{
  padding: 0px;
}

.article-products-subdiv  article.promotiles{
  padding:0px 3px!important;
}

.prodlist-container .ntf-msg-cnt .nm-container{
  padding: 5px 15px;
  margin: 20px 0px;
}

.categorydesc-container {
  border-top: 1px solid #e6e6e6;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.empty-category-products {
	height: 200px;
    margin-top: 20px;
    text-align: center;
}

.cat-price span.colored-sale {
  color: #B58069;
}

#search .pl-name-with .pl-name {
  max-height: none;
  min-height: 32px;
}
.container-promoLabels {
  width:100%;
  height: auto;
}
.grey-bg-dsc-0, .grey-bg-dsc-1 {
    display:inline-block;
}
.grey-bg-dsc {
  margin-top: 10px;
}
.grey-bg-dsc span,.grey-bg-dsc a {
  background-color: #eae8e7;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
  text-align: center;
  font-family: 'GroteskPro-Bold';
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 10px 10px 10px;
  line-height: normal;
}
.grey-bg-dsc a {
  padding: 0px;
  height: auto;
}
.override-cap-css {
  text-transform: initial;
}
.category-shopall-row .prod-thumbnail{
  height: 100%!important;
}
div.video-cont {
  display: flex;
}

.cm-header {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
}
.cm-header p, .cm-header p em {
    font-family: 'Quincy-Cf';
    font-size: 30px;
    line-height: 33px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5px;
}
.cm-header br {
  display: none;
}
.cm-disc {
    text-align: center;
}
.cm-disc p {
    text-align: center;
    font-family: 'GroteskPro-Light';
    font-size: 22px;
    line-height: 32px;
    max-width: 100%;
    margin: 0 auto;
    display: inline;
    margin-bottom: 30px;
}

.cm-sale-datails-pill a {
    margin-top: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #000;
    color: #fff;
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'GroteskPro-Bold';
    line-height: 30px;
    min-height: 30px;
    letter-spacing: 1px;
    border: 1px solid #000;
}

.cm-sale-datails-pill a:hover {
    border: 1px solid #000;
    background-color: #fff;
    line-height: 30px;
    min-height: 30px;
    color: #000;
}

.cm-link-cont {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}
.cm-link-sale {
    font-size: 12px;
    font-family: 'GroteskPro-Bold';
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
}
.text-left {
    text-align: left;
}
.tcs-header p, .tcs-header p span {
    font-family: 'Quincy-Cf';
    font-size: 30px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tcs-content-subtext-dy {
    display: none;
}
.tcs-content-subtext p, .tcs-content-subtext p span {
    font-family: 'GroteskPro-Light';
    font-size: 16px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tcs-content-headlinetext p, .tcs-content-headlinetext p span {
    font-family: 'GroteskPro-SemiBold';
    font-size: 16px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tcs-content-subtext p a {
    border-bottom: 1px solid #000;
}
.tcs-container {
    border-top: 1px solid #e3dfdf;
    padding-top: 80px;
    /* margin-left: 30px; */
}
.tcs-content-subtext ul {
  list-style: disc;
  padding-left: 20px;
  font-family: 'GroteskPro-Light';
  font-size: 16px;
  line-height: 19px;
}
.tcs-content-subtext ul li {
  margin-bottom: 16px;
}
.swatch-circle{
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin: 0 2px;
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
}
.sw-cl-cn{
  margin:10px 0px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
}
.swatch-circle.selected{
  border:1.5px solid #000;
}
.promo-details .content{
  /* height: 500px; */
  line-height: 500px;
  overflow: hidden;
}

.sub-contain {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.sub-profile-images {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.header-descrip-show-sub p, .header-descrip-show-sub {
  font-family: 'GroteskPro-Light';
  font-size: 15px;
  margin-bottom: 30px;
  width: 100%;
}
.sub-cat-name {
  font-size: 14px;
  font-family: 'GroteskPro-Bold';
  display: block;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.the-greate-divider {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 50px;
  margin-bottom: 15px;
}
.main-category-title-container.suboverride-margin-bot {
  margin-bottom: 10px;
}
.category-breadcrumb {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
}
.category-breadcrumb-link {
  font-family: 'GroteskPro-SemiBold';
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.brand-category-title {
  font-family: 'Quincy-Cf';
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
.brand-category-title em {
  font-family: 'Quincy-Cf-Italic';
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}
.show-subcat .owl-stage-outer {
  margin-left: -15px;
}
.custom-category-desc {
  padding-left: 3px;
}
.custom-category-desc p {
  margin-bottom: 0;
  font-family: 'GroteskPro-Light';
}
.custom-category-subheading {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Quincy-Cf';
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.category-border-bottom {
  border-bottom: 1px solid #EAEAEA;
}
.custom-category-padding {
  padding: 0;
}
.custom-category-container:nth-last-child(1) .custom-category-padding {
  display: none;
}

.size-top-desc {
  font-family: 'GroteskPro-Light';
  margin-bottom: 0;
  padding-right: 25px;
}

.sort-drpbtn-text, .size-drpbtn-text, .size-drpbtn-text-band-size {
    height: 30px;
    display: inline-block;
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    line-height: 30px;
}
.sort-drpbtn-img {
    margin-left: 5px;
    line-height: 25px;
    height: 25px;
    max-width: 15px;
}
.sortDropdownList {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  max-width: 150px;
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
  right: -3px;
  padding-left: 20px;
}
.srt-radio-black,.size-radio-black {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 10px;
  margin-right: 5px;
}
.srt-radio-black.checked,.size-radio-black.checked {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #000;
}
.srt-radio-input{
  display: none;
}
.srt-img-up {
  display: none;
}
.sort-drpbtn-cont {
  height: 100%;
  padding-bottom: 10px;
}
.size-drpbtn-cont, .size-drpbtn-cont-cup-size, .size-drpbtn-cont-band-size, .size-drpbtn-cont-size {
  margin-left: 20px;
}
.size-drpbtn-img {
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
  max-width: 15px;
}
.sizeDropdownList, .sizeDropdownListCupSize, .sizeDropdownListBandSize, .sizeDropdownListSize {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  width: 150px;
  left: 6.5%;
  padding-left: 30px;
  top: 33px;
}

#mblfilter {
  position: fixed;
  top: 0px;
  right: -305px;
  background-color: #fff;
  z-index: 10002;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  bottom: 0px;
  display: none;
  width: 305px;
  bottom: 0px;
}
#mblfilter.filter-on {
  display: block;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: slide 0.5s forwards;
  animation-delay: 0.5s;
}
.controllerClass {
  border: 1px solid #000;
  padding: 5px 15px;
  border-radius: 32px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
.category-selected-filters {
  display: table;
  height: 25px;
}
.category-selected-filters  .selected-label {
  color: #000;
  font-family: 'GroteskPro-SemiBold';
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  padding-top: 15px;
  margin-bottom:15px;
  display: block;
}
.selected-list-val {
  text-align: left;
}
.controllerClass:last-child {
  margin-bottom: 20px;
}
.selected-list-val .controllerClass, .controllerClass a {
  color: #000;
  font-family: 'GroteskPro-SemiBold';
  font-size: 16px;
  line-height: 16px;
}
.removeFIlter {
  padding-left:5px;
}
.dividergrey {
  border-bottom: 2px solid #b2a7a7;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sort-drpbtn-cont {
  float:right;
}
.size-drpbtn-cont {
  float:left;
}
@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}

.bg-blk-opacity6.active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.6;
  z-index: 10001;
}
.hide-filter-btn span {
      font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    margin: 0px 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    display: inline-block;
} 
.filter-btn-img {
  display: inline-block;
    width: 100%;
    max-width: 16px;
    cursor: pointer;
    float: left;
    line-height: 30px;
    height: 30px;
    margin-right: 5px;
}
.btn-close-btn {
  float: left;
  width: 15px;
  height: 24px;
}
#mblfilter .filter-btn-img {
  float:right;
}
.ctr-btn-panel {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.size-top-desc {
  font-family: 'GroteskPro-Light';
  margin-bottom: 0;
  padding-right: 25px;
}

.search-container {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-bar-container .search-bar-input,
.search-bar-container .search-bar-input:focus,
.empty-search-bar-container .search-bar-input,
.empty-search-bar-container .search-bar-input:focus {
  width: 100%;
  height: 45px;
  color: #000000;
  box-shadow: none;
  font-size: 16px;
  font-family: 'GroteskPro-Book';
  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/header/icons/search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  padding-right: 50px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
}
.search-container .main-category-title {
  padding: 0;
}
.search-container .search-headline {
  margin-top: 30px;
  margin-bottom: 50px;
}
.empty-search-bar-container {
  margin-bottom: 30px;
}
.top-search-container .srch-lbl {
  color: #000;
  margin-bottom: 6px;
  font-family: 'GroteskPro-SemiBold';
  font-size: 14px;
}
.top-search-container li a {
  color: #808080!important;
  font-family: 'GroteskPro-Book'!important;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
}
.top-search-container .no-res-found {
  font-family:'GroteskPro-Book';
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.main-category-title-container.mct-search {
  margin-top: 30px;
  margin-bottom: 30px;
}

#mblfilter.filter-on #filter-div{
  display: block;
}
.sizeDropdownList {
  left: 90px;
}

.loadMoreBtn {
	background: #000;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: GroteskPro-SemiBold;
	font-size: 14px;
	margin: 0 auto 50px;
	max-width: 170px;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;	
}

.showingOutOf, .showingOutOf span {
	font-size: 14px;
    font-family: 'GroteskPro-SemiBold';
	margin-bottom: 10px;
	text-align: center;
}

.disable-link a {
  color: #808080;
  pointer-events: none;
}
.disable-my-size {
  pointer-events: none;
}
.removeFIlter img {
  width: 12px;
}
.category-filter-options .sidebar-value-container{
  margin-top:0px;
}
.individual-product .product-reviews {
  display: flex; 
  align-items: center; 
  gap: 2px;
  height: 40px;
  flex-wrap: wrap;
}
.individual-product .product-reviews .product-reviews-average a {
  display: flex;
}
.individual-product .product-reviews .product-reviews-average a img {
  width: 15px;
}
.individual-product .product-reviews-text a {
  color: #000;
  font-size: 12px;
}

@media (min-width: 320px) {
  .prod-thumbnail {
    min-height: 185.33px; 
    min-width: 139px; 
  }
  .main-category-action .filter-btn{
    padding-right: 15px;
  }
  .promo-details .content{
    min-height: 200px; 
    width: 100%;
    line-height: 0px;
  }

  .article-products-subdiv article.promotiles {
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .article-products-subdiv article.size-guide-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 375px) {
  .individual-product .product-reviews {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 8px;
    height: 20px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {

  .btn-filter-div-done{
    /* padding-left: 0px;
    padding-right: 5px; */
    text-align: right;
  }
  .btn-filter-div-clear{
    /* padding-left: 5px;
    padding-right: 0px; */
    text-align: right;
  }

  /* .filter-toggle, .sidebar-scroll-value{
    font-size: 14px;
  } */

  .categorydesc h2{
    text-align: left;
  }
    /* category filter css */
    .category-menus{
        display: none;
    }
    .category-filter-main{
        position: relative;
        left: 0;
        height: 100%;
        margin-left: 0;
        overflow-y: visible;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .filter-label {
        border: none;
        cursor: default;
    }
    .filter-label::after{
      content: ':';
    }
   
    .category-btn-div {
        color: #000;
        /* display: inline-block;
        position: relative; */
    }
    .category-btn-div.open {
        color: #595a65;
        /* display: inline-block; */
        position: relative;
    }
    .category-btn-div .btn-category-filter{
        /* padding: 0;
        margin: 0;
        cursor: pointer;
        text-align: center; */
    }
    .category-btn-div .filter-toggle {
        font-size: 16px;
        line-height: 16px;
    }
    .category-btn-div .btn-filter-div{
        display: initial;
    }

    .arrow_box {
        left: 50%;
        position:absolute;
        background:#ffffff;
        z-index:999;
        margin-bottom:0px;
    }
    .arrow_box:after, .arrow_box:before {
        bottom:100%;
        left:30%;
        border:solid transparent;
        content:" ";
        height:0;
        width:0;
        position:absolute;
        pointer-events:none;
    }
    .arrow_box:after {
        border-color:rgba(255,255,255,0);
        border-bottom-color:#ffffff;
        border-width:13px;
        margin-left:-31px;
    }
    .arrow_box:before {
        border-color:rgba(204,204,204,0);
        border-bottom-color:#cccccc;
        border-width:14px;
        margin-left:-32px;
    }

    .btn-category-filter.selected{
        border: 1px solid #000;
        font-weight: bold;
        color: #000;
    }

    .btn-sort-options{
        padding: 0px 5px;
        cursor: pointer;
    }
    .btn-sort-options.selected {
        background-color: #595a65;
    }

  /* category filter css - end */

	/* .category-shopall .productlist-image{
		max-height: 458px;
  } */

  .loading-more-products{
    text-align:center;
    margin-bottom:60px;
  }
  .category-headerbanner-bra {
      min-height: 110px;
  }
  .header-padding {
    padding-top: 0px;
    max-width: 160px;
  }
  .headerbanner-first-text {
    max-width: 145px;
    margin: auto;
  }
  .headerbanner-first-text {
      font-size: 30px;
  }
  .headerbanner-text {
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 0px -15px;
  }
  .header-padding {
    margin-left: 30px;
  }
  .filter-btn{
    text-align: right;
    margin-bottom: 30px;
    padding:0px 3px;
  }
  .ban-can-cont .desc,
  .prod-details{
    height: 120px;
    overflow: hidden;
  }
  .cm-disc p {
    display: block;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .category-imgseal-container {
		padding-top: 10px;
	}
  .prodlist-container .pl-wish {
		padding-top: 10px;
	}
  .article-products-div{
    width: 100%;
    max-width: 768px;
  }

  .individual-product .pl-name-with{
    line-height: 24px;
  }

  #search .individual-product .pl-name-with {
    line-height: normal;
  }

  .ntf-msg-cnt{
    padding: 0px 30px;
  }

    .ban-sub-cont .img-cont,
    .feat-prod-landscape .img-cont,
    .prod-thumbnail,
    .promo-details .content{
      height: 309px;
      overflow: hidden;
      line-height: 309px;
    }

    .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
    .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
    .article-products-subdiv.filter-on .prod-thumbnail,
    .article-products-subdiv.filter-on .promo-details .content{
      height:238px;
      overflow: hidden;
      line-height: 238px;
    }

    .article-products-subdiv article.article-products{
      padding:0px 12px!important;
    }

    .ban-can-cont{
      padding: 0px 15px;
    }

    .article-products-subdiv article{
      margin-bottom: 90px;
    }

    .article-products-subdiv.filter-on .ban-can-cont .desc,
    .article-products-subdiv.filter-on .prod-details{
        height: 160px;
        overflow: hidden;
    }

    .article-products-subdiv.filter-on article{
      margin-bottom: 100px;
    }

    .main-category-shopall{
      padding: 0px!important;
    }

    .ban-sub-cont p.desc{
      margin-bottom: 0px;
    }

    .promo-details{
      margin-bottom: 0px;
    }

    .ban-can-cont .desc,
    .prod-details{
      height: 165px;
      overflow: hidden;
    }

    .cat-sidemenu .cat-sub-menu a{
      font-size: 16px;
    }
    .category-btn-div .btn-category-filter {
      padding: 15px 0px;
    }

    .article-products-subdiv.filter-on{
      width: 80%;
    }

    .article-products-subdiv.filter-on .ftrd-img,
    .article-products-subdiv.filter-on .lndscp-img{
     height: auto!important;
    }
    
    .filt-main-cont.filter-on{
      display: inline-block;
      width: 20%;
      padding-left: 15px;
      padding-right: 10px;
    }

    .cat-fixed-menu{
      padding: 0px 30px;
    }

    .main-category-action.mbl-filter{
      display: none;
    }

    .main-category-action.dsk-filter{
      display: block;
    }

    .main-category-title-container{
      padding:0px 40px;
      margin: 40px auto 20px auto;
    }
    .collection-cont .main-category-title.collections-category{
      padding-left: 13px;
    }
    .main-category-title.main-category-subtitle.collections-category{
      padding-left: 25px;
    }
    .main-category-title,
    .main-category-action.dsk-filter .filter-btn{
      margin:0px;
      padding-right: 15px;
    }
    .category-headerdesc p,
    .collections-category {
      padding-left: 15px;
      padding-right: 15px;
    }
    .mct-ovr {
      padding-left: 30px;
    }
    .ban-can-cont .desc p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0px;
      margin-top: 12px;
    }

    .individual-product .pl-brand a{
      margin-top: 10px;
      margin-bottom: 5px;
      font-family: 'GroteskPro-SemiBold';
      color:#000;
      display: block;
      text-transform: none;
      letter-spacing:normal;
      line-height: 17px;
    }

    .individual-product .pl-name a,
    .individual-product .pl-name strong{
      color: #000000;
      font-size: 12px;
      font-family: 'GroteskPro-Book';
    }

    #dskfilter{
      display: inline-block;
    }

    .individual-product .cat-price,
    .individual-product .cat-price span{
      font-size: 16px;
    }

    .p.clr-btn-cont{
      padding-bottom:60px;
    }

    .prod-container{
      padding: 0px 15px;
    }

    .video-prod .pl-brand a{
      margin-top: 14px;
    }

    .filter-title .btn-filter-done-clear {
      display: block;
      float: right;
      font-size: 20px;
      font-family: 'Quincy-Cf';
      line-height: 24px;
    }

    .article-products-subdiv {
      margin: 0 0 0 -15px;
    }
    
    .category-filter-row {
        padding: 0;
    }

    .filter-title-dsk {
      font-size: 24px;
      font-family: 'Quincy-Cf';
      line-height: 24px;
      text-align: left;
      display: inline;
      float: left;
      width: fit-content;
    }

    #filtermodal .modal-body {
      padding: 15px;
    }
    
    #filtermodal .brasize-div-band{
      padding-right: 10px;
    }

    #filtermodal .brasize-div-cup {
      padding-left: 10px;
    }

    #filtermodal .category-filter-myselects-div{
      display: flex;
    }

    .category-filter-options-div-row{
      min-height: 200px;
    }

    .individual-product .prodname-span, .individual-product .prodname-span strong {
        font-size: 14px;
    }

    .price-container .price{
        font-size: 14px;
    }

    .footerdesc{
        margin:0px auto;
        padding:30px 40px 30px 40px;
    }

    .promotions-banner-container {
        background: #f0ede8;
        width: 100%;
        display: inline-block;
        padding: 20px;
        margin-bottom: 20px;
    }

    .promotions-banner-rborder {
        border-right: 1px solid #3b3838;
    }

    .promotions-banner-lborder {
        border-left: 1px solid #3b3838;
    }

    .promotions-banner-text {
        color: #3b3838;
        font-size: 16px;
    }

    .promotions-banner-text span{
      font-size: 16px;
    }

    .categorydesc {
      padding: 20px 40px;
    }

    .category-shopall .owl-nav {
      display: block;
    }

    .main-category-shopall .main-category-action {
      padding-right: 30px;
    }

    .individual-product .btn-outline-black a, .individual-product .btn-outline-black a span {
      font-size: 13px;
    }

    .category-shopall-row .individual-product .btn-outline-black a, .category-shopall-row .individual-product .btn-outline-black a span {
      font-size: 11px;
    }

    .sub-banner-title {
      font-size: 36px;
      line-height: 36px;
      margin: 0 auto 19px;
    }

    .mct-search .main-category-action {
      padding-right: 15px;
    }

    .category-shopall .individual-product {
      min-height: 298px;
    }
    /*search category or shop by size */
    .size-by-size .hd-sizes-box {
      width: 41px;
    }
    .shadow-divider {
      margin-bottom: 30px;
    }
    .size-by-size .hd-sizes-container {
      text-align: left;
    }

    .gift-div img{
      width: 100%;
    }

    .category-shopall-row {
      min-height: 377px;
      display: block;

    }

    /* .category-shopall .productlist-image{
      max-height: 194px;
    } */

    .hideimgcarousel{
      display: block!important;
    }
    .hide-desktop {
      display: none;
    }

    .hide-mobile {
      display: block;
    }

    .headerbanner-first-text {
      padding: 15px 0;
      max-width: 100%;
      text-align: center;
      margin: 0px;
    }

    .headerbanner-first-text {
        font-size: 30px;
    }

    .headerbanner-text {
      font-size: 22px;
      text-align: right;
      margin: 0px;
    }

    .ban-can-cont{
      display: block;
    }

    .ban-can-cont .img-cont{
      display: block;
    }

    .categorydesc{
      padding:0px;
    }

    .categorydesc .cat-desc-cont{
      text-align: left;
      padding: 0px 10px;
    }

    .categorydesc .cat-desc-cont p{
      text-align: left;
      font-size: 16px;
      line-height: 22px;
    }

    .categorydesc-container{
      border-top:1px solid #e6e6e6;
      padding: 30px 0px;
      margin: 60px 30px;
    }

    .categorydesc .cat-title-cont{
      display: block;
      padding: 0px;
    }

    .collection-cont,
    .category-headerdesc .desc-cont{
      padding: 0px;
      padding-left: 15px;
    }

    .retalated-links-container{
      padding: 0px 40px;
    }
    .main-category-title-container.main-category-title-container-extra {
      margin-left: 0px;
      margin-right: 0px;
      padding-right: 15px;
    }

    #search .pl-name-with .pl-name {
      min-height: auto;
      max-height: 18px;
    }
    .grey-bg-dsc span {
      font-size: 12px;
      /*padding: 7px 4px 2px 4px;*/

    }
    .prod-thumbnail{
      /* border: 1px #e6e6e6 solid; */
      overflow: hidden;
      text-align: center;
      min-height: 100%;
      max-height: 100%;
      position: relative;
  }
  .cm-disc p {
    max-width: 700px;
  }
  .tcs-header p, .tcs-header p span {
    font-size: 23px;
  }
  .tcs-content-headlinetext p, .tcs-content-headlinetext p span, .tcs-content-subtext p, .tcs-content-subtext p span, .tcs-header p, .tcs-header p span {
    text-align: left;
  }
  .tcs-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cm-header br {
    display: block;
  }
  .header-descrip-show-sub p, .header-descrip-show-sub {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
  .show-subcat {
    padding-right: 15px;
  }
  .category-breadcrumb-link {
    text-align: left;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
  }
  .category-breadcrumb {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .the-greate-divider {
    margin-top: 80px;
    margin-bottom: 56px;
  }
  .show-subcat .owl-stage-outer {
    margin-left: 0px;
  }
  .custom-category-desc {
    margin-top: 30px;
  }
  .custom-category-subheading {
    padding-left: 12px;
    padding-right: 12px;
  }
  .article-products-subdiv .custom-category-container article {
    margin-bottom: 30px;
  }
  .custom-category-padding {
    padding-left: 13px;
    padding-right: 13px;
  }
  .size-top-desc {
    margin-top: 20px;
  }
  .main-category-title,
  .main-category-title-span,
  .categorydesc .cat-title-cont {
    padding: 0 5px;
  }
  .main-category-title-container.mct-search,
  .search-container .search-headline {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .main-category-title-container.main-category-title-container-extra.mct-search {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-container {
    margin-bottom: 30px;
  }
  .empty-search-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-category-action.dsk-filter {
    padding-left: 0;
    margin-top: 35px;
  }
  .mct-search .main-category-action.dsk-filter {
    padding-left: 15px;
    margin-top: 35px;
    padding-right:0;
  }
  .main-category-action.dsk-filter .filter-btn {
    text-align: left;
    height: 30px;
  }
  .promo-details .content{
    height: 296.18px; 
    line-height: 0px;
    vertical-align: middle;
  }

  .article-products-subdiv article.promotiles {
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .sizeDropdownListCupSize{
    left:198px;
  }
  .sizeDropdownListBandSize {
    left:92px;
  }
  .sizeDropdownListSize {
    left:92px;
    width: 120px;
  }
  .sizeDropdownListSize.adjustonce {
    left:198px;
    width: 120px;
  }
  .sizeDropdownListSize.adjustdouble {
    left: 296px;
    width: 120px;
  }
  .loading-more-products.filter-on {
    float:right;
    width: 80%;
  }
  .top-search-container .no-res-found br {
    display: none;
  }
}

/* Custom Media Query */
@media (min-width: 810px) {

  .article-products-div{
    width: 100%;
    max-width: 810px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 314px;
    overflow: hidden;
    line-height: 314px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:245px;
    overflow: hidden;
    line-height: 245px;
  }

}

/* Custom Media Query */
@media (min-width: 850px) {

 .article-products-div{
    width: 100%;
    max-width: 850px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 332px;
    overflow: hidden;
    line-height: 332px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:260px;
    overflow: hidden;
    line-height: 260px;
  }

}

/* Custom Media Query */
@media (min-width: 910px) {

 .article-products-div{
    width: 100%;
    max-width: 910px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height:359px;
    overflow: hidden;
    line-height: 359px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:282px;
    overflow: hidden;
    line-height: 282px;
  }

}

/* Custom Media Query */
@media (min-width: 950px) {

  .article-products-div{
    width: 100%;
    max-width: 991px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height:372px;
    overflow: hidden;
    line-height: 372px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:295px;
    overflow: hidden;
    line-height: 295px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .category-imgseal-container {
		padding-top: 0;
	}
  .prodlist-container .pl-wish {
		padding-top: 0;
	}
  .article-products-div{
    width: 100%;
    max-width: 992px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 288px;
    overflow: hidden;
    line-height: 288px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:226px;
    overflow: hidden;
    line-height: 226px;
  }

  .cat-fixed-menu{
    padding: 0px 40px;
  }

  .ntf-msg-cnt{
    padding: 0px 40px;
  }

  .ban-can-cont .desc,
  .prod-details{
    /* height: 80px; */
    overflow: hidden;
  }

  .article-products-subdiv article{
    margin-bottom: 100px;
  }

  .article-products-subdiv.filter-on .ban-can-cont .desc,
  .article-products-subdiv.filter-on .prod-details{
      height: 160px;
      overflow: hidden;
  }

  .article-products-subdiv.filter-on article{
    margin-bottom: 100px;
  }
 
	.category-filter-div,
  .cat-sidemenu{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

	.category-shopall .individual-product {
		min-height: 342px;
	}

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 992px;
  }

  .main-category-title,
  .main-category-action.dsk-filter .filter-btn{
    height: 40px;
    line-height: 4px;
    margin:0px;
    margin:0px;
  }
  .main-category-action.dsk-filter .filter-btn {
    height: 30px;
    line-height: 30px;
    margin-top:10px;
  }
  .mct-search .main-category-action.dsk-filter {
    padding-right: 0;
  }
  .category-headerdesc p, .collection-cont .collections-category {
      padding-left: 15px;
  }
  .collections-category {
    padding-left: 28px;
  }
  /*search category or shop by size */
  .search-design-override .size-by-size {
    margin-bottom: 60px;
  }

	/* START.Shop all */

	/* .category-shopall .productlist-image{
		max-height: 261px;
	} */

  .individual-product .btn-outline-black a, .individual-product .btn-outline-black a span {
    font-size: 13px;
  }

  .category-shopall-row .individual-product .btn-outline-black a, .category-shopall-row .individual-product .btn-outline-black a span {
    font-size: 13px;
	}

  .categorydesc-container{
    border-top:1px solid #e6e6e6;
    padding: 40px 0px;
    margin: 40px;
  }

  .individual-product .pl-brand a{
    margin-top: 12px;
    font-family: 'GroteskPro-SemiBold';
    color:#000;
    display: block;
    text-transform: none;
    letter-spacing:normal;
    line-height: 17px;
    font-size: 12px;
  }

  .individual-product .pl-name a,
  .individual-product .pl-name strong{
    font-size: 14px;
    line-height: 17px;
  }

  .individual-product .cat-price,
  .individual-product .cat-price span{
    font-size: 14px;
  }

  #dskfilter{
    display: inline-block;
  }
  
  video.video-cont{
	  height: 288px;
	  overflow: hidden;
  }
  .dsk-filter {
    padding: 0px;
  }
  .grey-bg-dsc span {
    font-size: 12px;
    /*padding: 4px 10px 4px 10px;*/

  }
  .tcs-header p, .tcs-header p span {
    font-size: 30px;
  }
  .tcs-container {
    margin-left: 25px;
    margin-right: 25px;
  }
  .header-descrip-show-sub {
    margin-left: 15px;
  }
  .show-subcat {
    margin-left: 15px;
  }
  .main-category-title-container.main-category-title-container-extra {
    padding-right: 0;
  }

  .the-greate-divider {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .custom-category-desc {
    padding-left: 13px;
  }
  .dsk-filter .filter-btn {
    text-align: left;
  }
  .sizeDropdownList {
    height: 130px;
  }
  .sizeDropdownListBandSize {
    left: 9%;
  }
  #dskfilter.filter-on .filter-div {
    display: block;
  }
  #dskfilter.filter-on #filter-div {
    display: block;
    padding-right: 15px;
  }
  #dskfilter.filter-on .ctr-btn-panel {
    display: none;
  }
  .main-category-title-container.mct-search,
  .search-container .search-headline {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .size-top-desc {
    padding-left: 15px;
  }
  .main-category-title-container.size-title {
    margin-bottom: 30px;
  }

  .sort-drpbtn-text, .size-drpbtn-text-cup-size, .size-drpbtn-text-band-size  {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
  }
  .sizeDropdownListCupSize {
    left: 20%;
  }
  .sizeDropdownListSize{
    left: 94px;
  }
  .sizeDropdownListSize.adjustonce{
    left: 197px;
  }
  .sizeDropdownListSize.adjustdouble{
    left: 296px;
  }
  /* .size-drpbtn-cont-cup-size {
    margin-right: 20px;
  } */
  .sizeDropdownListCupSize, .sizeDropdownListBandSize {
    height: 200px;
  }
  .sidebar-value-item {
    height: 30px;
    line-height: 30px;
  }
  .sizeDropdownList, .sizeDropdownListCupSize, .sizeDropdownListBandSize {
    max-width: 135px;
  }
  /* .sizeDropdownListBandSize {
    max-width: 121px;
  } */
  .sizeDropdownList .sidebar-value-container, .sizeDropdownListBandSize .sidebar-value-container , .sizeDropdownListCupSize .sidebar-value-container, .sortDropdownList  .sidebar-value-container {
    max-height: 154px;
    max-width: 85px;
  }
  .size-top-desc {
    padding-left: 15px;
  }
  .main-category-title-container.size-title {
    margin-bottom: 30px;
  }
  .main-category-action.dsk-filter {
    margin-top: 0;
    padding-right:15px;
  }
  .main-category-action.dsk-filter .filter-btn {
    padding-right: 15px;
  }
  .prod-container {
    padding-right: 0px;
  }
  .ntf-msg-cnt-shp-all {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-products-subdiv article.promotiles {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .article-products-subdiv article.promotiles .promo-filler{
    height: 165px;
  }
}

@media (min-width: 1100px) {

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1100px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 324px;
    overflow: hidden;
    line-height: 324px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:253px;
    overflow: hidden;
    line-height: 253px;
  }

  .article-products-div{
    width: 100%;
    max-width: 1100px;
  }
  
  video.video-cont{
	  height: 324px;
  }

  .sizeDropdownListCupSize {
    left: 197px;
  }
  .sizeDropdownListBandSize {
    left: 91px;
  }
  .sizeDropdownListSize {
    left: 92px;
  }
  .sizeDropdownListSize.adjustonce{
    left: 197px;
  }
  .sizeDropdownListSize.adjustdouble{
    left: 296px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1200px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 348px;
    overflow: hidden;
    line-height: 348px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:272px;
    overflow: hidden;
    line-height: 272px;
  }
  
  .article-products-div{
    width: 100%;
    max-width: 1200px;
  }
 
  .find-my-fit-btn.cont{
    width: 90px;
  }

  .article-products-subdiv article,
  .article-products-subdiv.filter-on article{
    margin-bottom: 100px;
  }

  .article-products-subdiv article.promotiles {
    margin-bottom: 95px;
  }
  
  .ban-can-cont .desc{
    height: 100px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .prod-container{
    padding:0px 25px;
  }

  .article-products-subdiv.filter-on .size-variants.cont{
    width:130px;
  }

  .prod-details{
    height: 160px;
    overflow: hidden;
  }

	.category-shopall .individual-product {
		min-height: 400px;
	}

	/* START.Shop all */
	.category-shopall-row {
		min-height: 496px;

	}

	/* .category-shopall .productlist-image{
		max-height: 327px;
	} */

  .category-headerbanner {
    text-align: center;
  }

  .category-headerbanner-bra {
      min-height: 70px;
  }
 
  .main-category-title, .main-category-title-span, .categorydesc .cat-title-cont {
    font-size: 32px;
  }
  
  video.video-cont{
	  height: 348px;
  }
  .main-category-action.dsk-filter .filter-btn{
    padding-right: 0px;
  }
  .main-category-title-container.main-category-title-container-extra {
    padding-right: 55px;
    max-width: 100%;
  }
  .tcs-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .category-breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-category-subheading {
    font-size: 27px;
  }
  .search-container {
    margin-bottom: 70px;
  }
  .empty-search-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .search-bar-container.empty-search-bar-container {
    margin-bottom: 30px;
  }
  .main-category-title,
  .main-category-action.dsk-filter .filter-btn{
    padding-left: 15px;
  }
  .main-category-action.dsk-filter {
    padding-right: 0;
  }
  .mct-search .main-category-action.dsk-filter .filter-btn{
    padding-left: 0;
    /* padding-right:0 */
  }
  .mct-search .main-category-action.dsk-filter {
    padding-right: 15px;
  }
  .main-category-title.main-category-subtitle.collections-category{
    padding-left: 25px;
  }
  .mct-search .main-category-title {
    font-size: 32px;
  }
  .mct-search .main-category-title span {
    font-size: 32px;
    font-family: 'Quincy-Cf-Italic';
  }
  .search-container .search-headline {
    font-size: 32px;
  }
  .main-category-title-container.main-category-title-container-extra.mct-search {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .sizeDropdownListCupSize {
    left: 210px;
  }
  .sizeDropdownListBandSize {
    left: 104px;
  }
  #dskfilter.filter-on #filter-div {
    /* display: block; */
    padding-right: 0;
  }
  .sizeDropdownListSize {
    left:103px;
  }
  .sizeDropdownListSize.adjustonce{
    left: 210px;
  }
  .sizeDropdownListSize.adjustdouble{
    left: 310px;
  }
}

@media (min-width: 1300px) {

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1300px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 393px;
    overflow: hidden;
    line-height: 393px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:312px;
    overflow: hidden;
    line-height: 312px;
  }

  .article-products-div{
    width: 100%;
    max-width: 1300px;
  }

  .main-category-action.dsk-filter .filter-btn{
    padding-right: 0px;
  }
  .sizeDropdownListBandSize {
    left: 103px;
  }
  /* .sizeDropdownListCupSize {
    left: 17%;
  } */
  .sizeDropdownListSize{
    left: 104px;
  }
  .sizeDropdownListSize.adjustonce{
    left: 211px;
  }
  .sizeDropdownListSize.adjustdouble{
    left: 311px;
  }
}

@media (min-width: 1400px) {

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1500px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 434px;
    overflow: hidden;
    line-height: 434px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:338px;
    overflow: hidden;
    line-height: 338px;
  }

  .article-products-div{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  
  video.video-cont{
	  height: 434px;
	  overflow: hidden;
  }
  .main-category-action.dsk-filter .filter-btn{
    padding-right: 0px;
  }
  .sizeDropdownListBandSize {
    left: 104px;
  }
  .sizeDropdownListCupSize {
    left: 209px;
  }
  .sizeDropdownListSize{
    left: 103px;
  }
}

@media (min-width: 1600px) {
  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1600px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 480px;
    overflow: hidden;
    line-height: 480px;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:394px;
    overflow: hidden;
    line-height: 394px;
  }


  .article-products-div{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  video.video-cont{
	  height: 480px;
  }

  .main-category-action.dsk-filter .filter-btn{
    padding-right: 0px;
  }
  .sizeDropdownListBandSize {
    left: 103px;
  }
  /* .sizeDropdownListCupSize {
    left: 13%;
  } */
  .sizeDropdownListSize{
    left: 103px;
  }
}

@media (min-width: 1800px) {

  .main-category-title-container{
    padding:0px 40px;
    margin: 60px auto 30px auto;
    max-width: 1800px;
  }

  .ban-sub-cont .img-cont,
  .feat-prod-landscape .img-cont,
  .prod-thumbnail,
  .promo-details .content{
    height: 568px;
    overflow: hidden;
    line-height: 568px;
  }

  .article-products-div{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
  }

  .article-products-subdiv.filter-on .ban-sub-cont .img-cont,
  .article-products-subdiv.filter-on .feat-prod-landscape .img-cont,
  .article-products-subdiv.filter-on .prod-thumbnail,
  .article-products-subdiv.filter-on .promo-details .content{
    height:445px;
    overflow: hidden;
    line-height: 445px;
  }
  
  video.video-cont{
	  height: auto;
  }
  .sizeDropdownListBandSize {
    left: 5.2%;
  }
  .sizeDropdownListCupSize {
    left: 13.2%;
  }

  .sizeDropdownListBandSize {
    left: 105px;
  }
  .sizeDropdownListCupSize {
    left: 210px;
  }
  .sizeDropdownListSize{
    left: 104px;
  }

}

