/* #####################################################################################################
   This stylesheet describes a list of products
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/*------ productSet folder ratio (thumb + content) ---*/
/*------ productSet ratio (thumb + content) ---*/
/*------ productSet product ratio (thumb + content) --------*/
/*--- Folder overview (optional) ---------------------*/

body.productSetDetail #cols.container #content {
  max-width: 1200px;
  margin: 0px auto;
}
#pnlFolderOverview .productList {
  display: flex;
  flex-flow: row wrap;
  overflow: unset;
  gap: 20px;
  margin: 0;
}
#pnlFolderOverview .productList > .item {
  display: flex;
  width: 100% !important;
  margin-right: 0px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #pnlFolderOverview .productList > .item {
    width: auto !important;
  }
}
#pnlFolderOverview .productList .content {
  width: 100%;
  padding: 0;
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  overflow: unset;
  border: none;
}
#pnlFolderOverview .productList .content a {
  padding: 15px 45px;
  height: auto;
  border: 1px solid black;
  background: white;
  text-align: center;
}
#pnlFolderOverview .productList .content a:after {
  border: 1px solid black;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  top: 3px;
  left: 3px;
  z-index: -1;
}
#pnlFolderOverview .productList .content a:focus:after {
  top: 2px;
  left: 2px;
}
#pnlFolderOverview .productList .content:hover {
  background: black;
}
#pnlFolderOverview .productList .content:hover > a {
  text-decoration: none;
}
#pnlFolderOverview .productList .teaser {
  display: none;
}
#pnlFolderOverview .productList .buttons {
  margin-top: 15px;
  display: none;
}
/*--- producSet overview -----------------------------*/

#pnlProductsetOverview #filterButtonWrapper {
  margin: 0 0 15px;
}
#pnlProductsetOverview .productList {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 10px;
  row-gap: 15px;
  margin: 0px;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
#pnlProductsetOverview .productList .item {
  width: 97%;
}
#pnlProductsetOverview .productList .item:nth-child(7n) {
  grid-column: 1/3;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(7n) {
    grid-column: 3/5;
  }
}
#pnlProductsetOverview .productList .item:nth-child(14n),
#pnlProductsetOverview .productList .item:nth-child(7),
#pnlProductsetOverview .productList .item:nth-child(14),
#pnlProductsetOverview .productList .item:nth-child(21),
#pnlProductsetOverview .productList .item:nth-child(28),
#pnlProductsetOverview .productList .item:nth-child(35),
#pnlProductsetOverview .productList .item:nth-child(42),
#pnlProductsetOverview .productList .item:nth-child(49),
#pnlProductsetOverview .productList .item:nth-child(56),
#pnlProductsetOverview .productList .item:nth-child(63),
#pnlProductsetOverview .productList .item:nth-child(70),
#pnlProductsetOverview .productList .item:nth-child(77),
#pnlProductsetOverview .productList .item:nth-child(84),
#pnlProductsetOverview .productList .item:nth-child(91),
#pnlProductsetOverview .productList .item:nth-child(98),
#pnlProductsetOverview .productList .item:nth-child(105),
#pnlProductsetOverview .productList .item:nth-child(112),
#pnlProductsetOverview .productList .item:nth-child(119),
#pnlProductsetOverview .productList .item:nth-child(126),
#pnlProductsetOverview .productList .item:nth-child(133),
#pnlProductsetOverview .productList .item:nth-child(140),
#pnlProductsetOverview .productList .item:nth-child(147),
#pnlProductsetOverview .productList .item:nth-child(154),
#pnlProductsetOverview .productList .item:nth-child(161),
#pnlProductsetOverview .productList .item:nth-child(168),
#pnlProductsetOverview .productList .item:nth-child(175),
#pnlProductsetOverview .productList .item:nth-child(182),
#pnlProductsetOverview .productList .item:nth-child(189),
#pnlProductsetOverview .productList .item:nth-child(196),
#pnlProductsetOverview .productList .item:nth-child(203),
#pnlProductsetOverview .productList .item:nth-child(210) {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#pnlProductsetOverview .productList .item:nth-child(14n) .thumb,
#pnlProductsetOverview .productList .item:nth-child(7) .thumb,
#pnlProductsetOverview .productList .item:nth-child(14) .thumb,
#pnlProductsetOverview .productList .item:nth-child(21) .thumb,
#pnlProductsetOverview .productList .item:nth-child(28) .thumb,
#pnlProductsetOverview .productList .item:nth-child(35) .thumb,
#pnlProductsetOverview .productList .item:nth-child(42) .thumb,
#pnlProductsetOverview .productList .item:nth-child(49) .thumb,
#pnlProductsetOverview .productList .item:nth-child(56) .thumb,
#pnlProductsetOverview .productList .item:nth-child(63) .thumb,
#pnlProductsetOverview .productList .item:nth-child(70) .thumb,
#pnlProductsetOverview .productList .item:nth-child(77) .thumb,
#pnlProductsetOverview .productList .item:nth-child(84) .thumb,
#pnlProductsetOverview .productList .item:nth-child(91) .thumb,
#pnlProductsetOverview .productList .item:nth-child(98) .thumb,
#pnlProductsetOverview .productList .item:nth-child(105) .thumb,
#pnlProductsetOverview .productList .item:nth-child(112) .thumb,
#pnlProductsetOverview .productList .item:nth-child(119) .thumb,
#pnlProductsetOverview .productList .item:nth-child(126) .thumb,
#pnlProductsetOverview .productList .item:nth-child(133) .thumb,
#pnlProductsetOverview .productList .item:nth-child(140) .thumb,
#pnlProductsetOverview .productList .item:nth-child(147) .thumb,
#pnlProductsetOverview .productList .item:nth-child(154) .thumb,
#pnlProductsetOverview .productList .item:nth-child(161) .thumb,
#pnlProductsetOverview .productList .item:nth-child(168) .thumb,
#pnlProductsetOverview .productList .item:nth-child(175) .thumb,
#pnlProductsetOverview .productList .item:nth-child(182) .thumb,
#pnlProductsetOverview .productList .item:nth-child(189) .thumb,
#pnlProductsetOverview .productList .item:nth-child(196) .thumb,
#pnlProductsetOverview .productList .item:nth-child(203) .thumb,
#pnlProductsetOverview .productList .item:nth-child(210) .thumb {
  padding: 30px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #pnlProductsetOverview .productList .item:nth-child(14n) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(7) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(14) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(21) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(28) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(35) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(42) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(49) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(56) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(63) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(70) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(77) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(84) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(91) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(98) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(105) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(112) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(119) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(126) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(133) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(140) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(147) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(154) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(161) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(168) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(175) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(182) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(189) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(196) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(203) .thumb,
  #pnlProductsetOverview .productList .item:nth-child(210) .thumb {
    padding: 60px;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(14n) {
    grid-column: 1/3;
  }
}
#pnlProductsetOverview .productList .item:nth-child(7) {
  grid-row: 4/6;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(7) {
    grid-row: 2/4;
  }
}
#pnlProductsetOverview .productList .item:nth-child(14) {
  grid-row: 9/11;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(14) {
    grid-row: 5/7;
  }
}
#pnlProductsetOverview .productList .item:nth-child(21) {
  grid-row: 14/16;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(21) {
    grid-row: 7/9;
  }
}
#pnlProductsetOverview .productList .item:nth-child(28) {
  grid-row: 19/21;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(28) {
    grid-row: 10/12;
  }
}
#pnlProductsetOverview .productList .item:nth-child(35) {
  grid-row: 24/26;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(35) {
    grid-row: 12/14;
  }
}
#pnlProductsetOverview .productList .item:nth-child(42) {
  grid-row: 29/31;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(42) {
    grid-row: 15/17;
  }
}
#pnlProductsetOverview .productList .item:nth-child(49) {
  grid-row: 34/36;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(49) {
    grid-row: 17/19;
  }
}
#pnlProductsetOverview .productList .item:nth-child(56) {
  grid-row: 39/41;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(56) {
    grid-row: 20/22;
  }
}
#pnlProductsetOverview .productList .item:nth-child(63) {
  grid-row: 44/46;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(63) {
    grid-row: 22/24;
  }
}
#pnlProductsetOverview .productList .item:nth-child(70) {
  grid-row: 49/51;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(70) {
    grid-row: 25/27;
  }
}
#pnlProductsetOverview .productList .item:nth-child(77) {
  grid-row: 54/56;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(77) {
    grid-row: 27/29;
  }
}
#pnlProductsetOverview .productList .item:nth-child(84) {
  grid-row: 59/61;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(84) {
    grid-row: 30/32;
  }
}
#pnlProductsetOverview .productList .item:nth-child(91) {
  grid-row: 64/66;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(91) {
    grid-row: 32/34;
  }
}
#pnlProductsetOverview .productList .item:nth-child(98) {
  grid-row: 69/71;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(98) {
    grid-row: 35/37;
  }
}
#pnlProductsetOverview .productList .item:nth-child(105) {
  grid-row: 74/76;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(105) {
    grid-row: 37/39;
  }
}
#pnlProductsetOverview .productList .item:nth-child(112) {
  grid-row: 79/81;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(112) {
    grid-row: 40/42;
  }
}
#pnlProductsetOverview .productList .item:nth-child(119) {
  grid-row: 84/86;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(119) {
    grid-row: 42/44;
  }
}
#pnlProductsetOverview .productList .item:nth-child(126) {
  grid-row: 89/91;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(126) {
    grid-row: 45/47;
  }
}
#pnlProductsetOverview .productList .item:nth-child(133) {
  grid-row: 94/96;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(133) {
    grid-row: 47/49;
  }
}
#pnlProductsetOverview .productList .item:nth-child(140) {
  grid-row: 99/101;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(140) {
    grid-row: 50/52;
  }
}
#pnlProductsetOverview .productList .item:nth-child(147) {
  grid-row: 104/106;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(147) {
    grid-row: 52/54;
  }
}
#pnlProductsetOverview .productList .item:nth-child(154) {
  grid-row: 109/111;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(154) {
    grid-row: 55/57;
  }
}
#pnlProductsetOverview .productList .item:nth-child(161) {
  grid-row: 114/116;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(161) {
    grid-row: 57/59;
  }
}
#pnlProductsetOverview .productList .item:nth-child(168) {
  grid-row: 119/121;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(168) {
    grid-row: 60/62;
  }
}
#pnlProductsetOverview .productList .item:nth-child(175) {
  grid-row: 124/126;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(175) {
    grid-row: 62/64;
  }
}
#pnlProductsetOverview .productList .item:nth-child(182) {
  grid-row: 129/131;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(182) {
    grid-row: 65/67;
  }
}
#pnlProductsetOverview .productList .item:nth-child(189) {
  grid-row: 134/136;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(189) {
    grid-row: 67/69;
  }
}
#pnlProductsetOverview .productList .item:nth-child(196) {
  grid-row: 139/141;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(196) {
    grid-row: 70/72;
  }
}
#pnlProductsetOverview .productList .item:nth-child(203) {
  grid-row: 144/146;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(203) {
    grid-row: 72/74;
  }
}
#pnlProductsetOverview .productList .item:nth-child(210) {
  grid-row: 149/151;
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(210) {
    grid-row: 75/77;
  }
}
#pnlProductsetOverview .productList .item.soldout .thumb {
  opacity: 0.2;
}
#pnlProductsetOverview .productList .item.soldout a {
  text-decoration: none !important;
}
#pnlProductsetOverview .productList .item .content {
  padding: 0px;
  text-align: center;
}
#pnlProductsetOverview .productList .item .content a.title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0px;
  font-size: 16px;
}
#pnlProductsetOverview .productList .item .content .buttons a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #555555;
}
#pnlProductsetOverview .productList .item .content .buttons a:hover {
  text-decoration: none;
}
#pnlProductsetOverview .productList .item .content .buttons a span.soldout {
  display: none;
}
#pnlProductsetOverview .productList .item.soldout .content .buttons a span.viewLook {
  display: none;
}
#pnlProductsetOverview .productList .item.soldout .content .buttons a span.soldout {
  display: block;
}
/*--- producSet Detail -------------------------------------*/

.productSetDetail .productSetImage #mainImage,
.productSetDetail .productSetImage #productImageLink,
.productSetDetail .productSetImage #productImageMedium {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 0;
}
.productSetDetail .productSetImage #imgThumbList {
  margin: 0 0 20px;
  list-style: none;
}
.productSetDetail #divSetPriceWrap {
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid #dedede;
}
.productSetDetail #divSetPriceWrap #divSumofSetPrice {
  float: right;
}
@media only screen and (min-width: 768px) {
  .productSetDetail .productSetImage {
    width: 45%;
    float: left;
  }
  .productSetDetail #setProductOverview {
    float: left;
    width: 50%;
    margin-left: 5%;
  }
}
/*--- productset products ---*/

#setProductOverview .productList {
  overflow: hidden;
  margin: 0;
}
#setProductOverview .productList > .item {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 100%;
}
.lt-ie9 #setProductOverview .productList > .item {
  /*IE 8*/
  width: 97.922437673%;
}
#setProductOverview .productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
#setProductOverview .productList > .item:nth-of-type(1n) {
  margin-right: 0;
}
#setProductOverview .productList .item .thumb {
  height: 100%;
  margin: 0 0 15px;
  width: 25%;
  float: left;
}
#setProductOverview .productList .item .prsetSelectCtrDiv {
  float: left;
  margin-right: 8px;
  line-height: 20px;
  display: none;
}
#setProductOverview .productList .item .itemTitle {
  color: black;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
#setProductOverview .productList .item .content {
  height: 100%;
  text-align: left;
  padding: 0;
  width: 71%;
  float: left;
  margin-left: 4%;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content {
    margin-bottom: 30px;
  }
}
#setProductOverview .productList .item .content .productPrice .price,
#setProductOverview .productList .item .content .productPrice .price span {
  font-size: 20px;
  line-height: 24px;
}
#setProductOverview .productList .item .content .title {
  float: left;
}
#setProductOverview .productList .item .content .productSetsizeConfig h4 {
  font-weight: normal;
  line-height: 18px;
  margin: 5px 0;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content .productSetsizeConfig h4 {
    float: left;
    width: 20%;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig select {
  margin: 5px 0;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content .productSetsizeConfig .configUl {
    float: left;
    width: 80%;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a {
  color: #4c4c4c;
  border-color: #ebebeb;
  pointer-events: none;
  position: relative;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:before,
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:after {
  position: absolute;
  left: 50%;
  top: -25%;
  content: ' ';
  height: 65px;
  width: 1px;
  background-color: #dedede;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:before {
  transform: rotate(45deg);
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:after {
  transform: rotate(-45deg);
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.active > a {
  border: 1px solid black;
  -webkit-box-shadow: 0 0 0 1px black;
  -moz-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px black;
}
#setProductOverview .productList .item .content .bttn {
  margin-top: 10px;
}
#setProductOverview .JS_orderBtn {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .JS_orderBtn {
    margin: 0;
  }
}
#setProductOverview .bttn {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #setProductOverview .bttn {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #setProductOverview .productList {
    overflow: hidden;
  }
  #setProductOverview .productList > .item {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 100%;
  }
  .lt-ie9 #setProductOverview .productList > .item {
    /*IE 8*/
    width: 98.442367601%;
  }
  #setProductOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  #setProductOverview .productList > .item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList {
    overflow: hidden;
  }
  #setProductOverview .productList > .item {
    float: left;
    margin-right: 0.949367089%;
    margin-bottom: 0.949367089%;
    width: 100%;
  }
  .lt-ie9 #setProductOverview .productList > .item {
    /*IE 8*/
    width: 99.050632911%;
  }
  #setProductOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.949367089%;
  }
  #setProductOverview .productList > .item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.productConfigItem .productsetProductSizes {
  clear: both;
}
.productConfigItem ul.configUl {
  width: 100% !important;
}
a.overviewLooksBtn.bttn.large {
  border: none;
  padding: 0px;
  text-align: left;
  font-size: 12px;
}
a.overviewLooksBtn.bttn.large:hover {
  opacity: .5;
}
a.overviewLooksBtn.bttn.large:after {
  display: none;
}
h1.setTitle span {
  font-size: 14px;
}
#detailNav .lookbutton:hover {
  border: none !important;
}
#content .overviewLooksBtn:hover {
  border: none !important;
}
