.product_list {
}
.product_list .addProduct {
    width: 60px;
    margin: 30px 10px;
    font-size: 150%;
    height: 60px;
    position: fixed;
    right: 54px;
    border-radius: 40px;
    padding: 9px 11px;
    line-height: 16px;
    z-index: 10;
    box-shadow: 3px 3px 8px 1px #333;
}
.modal-backdrop:nth-of-type(2n+1) {
    z-index: 1054;
}
.products .filter {
    background: rgba(100,100,100,0.5);
    width: 100%;
    height: 4.5em;
    text-transform: uppercase;
    font-size: 1vw;
    display: inline-flex;
}
.products .filter > div {
    width: 250px;
    text-align: left;
    padding: 3px;
    font-size: 1.2vw;
    padding-left: 5px;
    font-weight: bold;
}
.products .filter .clear {
    display: none;
    border: 1px solid #00C;
    border-radius: 20px;
    background-color: rgba(200,200,200,0.7);
    width: 20px;
    height: 20px;
    padding: 3px;
    padding: 1px 5px;
    color: #00C;
    cursor: pointer;
}
.products .filter .dropdown {
    width: 90%;
    max-width: 212px;
    border: 2px solid #333;
    overflow: hidden;
    background-color: #eee;
    padding: 2px;
    padding-left: 5px;
    text-transform: capitalize;
    display: inline-flex;
}
.products .filter .dropdown:after {
    content: '\25BC';
    right: 0;
    position: absolute;
}
.products .filter .dropdown_menu {
    display: none;
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    max-height: 300px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 5px;
    border: 1px solid;
    z-index: 10;
}
.products .quickbox {
    width: 90%;
    margin: 12px;
    min-height: 400px;
    border: 6px ridge #030;
	border-radius: 0 30px;
	background: rgb(99,99,99);
	background: linear-gradient(45deg, rgba(99,99,99,0.835171568627451) 0%, rgba(186,185,185,0.7175245098039216) 7%, rgba(252,252,252,1) 17%, rgba(251,251,251,1) 84%, rgba(186,186,186,0.7539390756302521) 92%, rgba(88,88,88,0.8183648459383753) 100%);
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
}
.products .quickbox buttons {
    text-align: center;
    height: 7vw;
}
.products .quickbox button,
#pdfModal .example {
    width: 8vw;
    font-size: 1vw;
}
.products.edit_box .quickbox {
    width: 450px;
    margin: auto;
}
.products .empty {
    display: none;
    padding: 5vw;
    font-size: 2vw;
    font-weight: bold;
    color: #e50;
}
.products .quickbox banner {
    width: 115%;
    transition: all 0.75s ease-out;
    position: relative;
    transform: rotate(-16deg);
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: bold;
    border-width: 6px 0;
    border-style: solid;
    background-color: #296;
    text-align: center;
    padding: 0;
    left: -5%;
	border-color: var(--product-border-color);
	border-image: linear-gradient(to left,rgba(0,0,0,0.5) 0%, var(--product-border-color) 10% 90%, rgba(0,0,0,0.5) 100%);
	border-image-slice: 1;
	background-color: var(--product-background-color);
	background-image: linear-gradient(to left,rgba(0,0,0,0.5) 0%, var(--product-background-color) 10% 90%, rgba(0,0,0,0.5) 100%);
	color: var(--product-color);
    oheight: 3.4vw;
}
.products .quickbox banner.double {
    font-size: 1.5vw;
    line-height: 1.4vw;
}
.products .quickbox.horizontal banner {
    transform: initial;
	left: auto;
	width: 100%;
}
.products .quickbox button,
#pdfModal .example {
    margin: 6px;
    padding: 0 10px;
    border-radius: 5px;
    border: 2px solid #333;
    color: #fff;
    width: 15vw;
    white-space: nowrap;
    font-size: 2.4vw;
}
.products .quickbox button.pdf,
.products .quickbox button.btn-warning,
#pdf .example.btn-warning {
    background-color: #c90;
}
#pdf .selector {
    display: inline-flex;
    border: 1px solid #333;
    padding: 1px;
    border-radius: 2px;
    position: relative;
}
#pdf .selector .choice {
    cursor: pointer;
    height: 24px;
    padding: 0px 10px;
    font-size: 16px;
}
#pdf .selector .drop {
    font-size: 13px;
    top: -2px;
    position: relative;
}
#pdf .selector ul {
    display: none;
    position: absolute;
    top: 26px;
    z-index: 10;
    left: 0px;
    border: 1px solid;
    padding: 2px;
    background-color: #FFFFFF;
}
#pdf #pdf-type {
    height: 28px;
    position: relative;
    top: 2px;
}
#pdf .selector ul li {
    border: 2px outset #333;
    border-radius: 5px;
    opacity: 0.8;
}
#pdf .selector ul li:hover {
    opacity: 1;
}
#pdf .btn-warning {
    background-color: #CC9900;
}
.products .quickbox banner i {
    font-family: 'Courgette', cursive;
    text-transform: none;
    font-style: normal;
}
.products .quickbox button.pdf.msds.powder,
.products .quickbox button.pdf.msds.liquid {
    width: 122px;
    padding: 5px 2px;
}
.products .quickbox buttons .editor {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #FC0;
    cursor: pointer;
}
#editor .modal-dialog {
    width: 700px;
}
.modal-footer {
    position: relative;
}
.modal-footer .delete {
    color: #C00;
    cursor: pointer;
    font-size: 120%;
}
.modal-footer .delete.float-left {
    position: absolute;
    left: 20px;
    top: 30px;
}
#editor .edit_box {
    text-align: center;
}
#editor .editor {
    display: none;
}
#editor .row {
    margin: 0;
    padding: 0;
}
#editor .row label {
    margin-bottom: 0;
}
#editor .row div.left,
#editor .row div.right {
    display: inline-flex;
    width: 49%;
}
#editor .row textarea {
    font-size: 70%;
}
#editor input.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
#editor .amsify-suggestags-area {
    width: 83%;
    display: inline-flex;
}
#editor .amsify-suggestags-input-area {
    width: 100%;
    padding: 2px;
    border: 1px inset #eee;
    margin: 1px;
}
#editor .amsify-suggestags-list {
    width: 150px !important;
    bottom: 5px;
}
#editor .addPDF {
    width: 39px;
    padding: 3px 13px;
    cursor: pointer;
    height: 32px;
    border-radius: 6px;
    line-height: 25px;
    position: relative;
    bottom: -1px;
}
#editor .addPDF.disabled {
    background-color: #999;
    cursor: not-allowed;
    border-color: #777;
}
#editor .edit_box button {
    position: relative;
}
#editor .edit_box button.remove:after {
   content: 'X';
   width: 20px;
   height: 20px;
   position: absolute;
   right: -8px;
   top: -8px;
   border-radius: 9px;
   background-color: #900;
   color: #FFFFFF;
   line-height: 20px;
   padding-left: 2px;
   font-size:80%;   
}
#pdfModal {
    top: 300px;
    z-index: 10000;
}
.products .quickbox usage {
    font-size: 0.95vw;
	line-height: 2vw;
    width: 73%;
    display: flex;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0rem 1.5rem;
    text-align: left;
	min-height: 7vw; 
	overflow: hidden;
    flex-grow: 0;
}
.products .quickbox.horizontal usage {
    width: 100%;
}
.products .quickbox short_desc {
    display: flex;
    font-size: 0.75vw;
    width: 100%;
    text-align: right;
    margin-right: 1rem;
    line-height: 0.94vw;
    padding-right: 5px;
    flex-direction: column;
    flex-grow: 0;
    margin-top: 5px;
    font-weight: bold;
}
.products .quickbox desc {
    display: flex;
    margin-top: 2rem;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: left;
    padding: 15px;
    color: #709;
    overflow-y: auto;
    flex-grow: 1;
    height: 300px;
}
.products .quickbox buttons {
    text-align: center;
    height: 9vh;
}
.products .quickbox reg {
    display: inline-block;
    width: 8px;
    margin-right: 2px;
}
.products .quickbox reg:after {
    content: '\00AE';
    font-size: 17px;
    top: 5px;
    position: absolute;
    padding-left: 0px;
}
.swiper-wrapper {
    width: 90%;
    display: inline;
}
.new-badge {
    font-size: 60%;
    transform: rotate(10deg) translate(-70%, -35%);
}
@media only screen and (max-width: 600px) {
  .products .quickbox {
    width: 98%;
  }
  .products .quickbox banner {
    height: 10vw;
    font-size: 7vw;
    line-height: 7vw;
  }
  .products .quickbox desc {
      font-size: 3.5vw;
	  margin-top: 0;
	  line-height: 5vw;
  }
  .products .filter .dropdown {
      max-width: initial;
  }
  .products .filter .clear {
      width: 40px;
      height: 40px;
      padding: 0 7px;
      border-radius: 30px;
  }
  .products .quickbox banner reg:after {
    font-size: 15px;
    top: -6px;
    padding-left: 0px;
  }
  .products .quickbox usage {
      font-size: 2.55vw;
	  min-height: 13vw;
	  line-height: 4vw;
  }
  .products .quickbox short_desc {
      font-size: 3.2vw;
      line-height: 3.2vw;
      margin-bottom: 1rem;
  }
  .products .filter {
      height: auto;
      display: block;
  }
  .products .filter > div {
      width: 100%;
      font-size: 4.9vw
  }
  .products h2 {
      display: none;
  }
  .products .quickbox buttons {
      height: 13vh;
  }
  .products .quickbox buttons button {
      font-size: 4vw;
      width: 30vw;
  }
}
@media screen and (min-width: 1000px) {
    .products .quickbox desc {
        font-size: 1vw;
	height: 250px;
    }
    .products .quickbox {
        width: 30%;
    }
    .products .quickbox buttons {
        text-align: center;
        height: 7vw;
    }
    .products .quickbox button,
    #pdfModal .example {
        width: 8vw;
        font-size: 1vw;
    }
}
@media screen and (min-width: 1600px) {
    .products .quickbox {
        width: 23%;
    }
    .edit_box .quickbox {
        width: 450px;
        margin: auto;
    }
    .products .filter {
      height: 50px;
    }
    .products .filter > div {
      font-size: 13.3px;
    }  
    .products .quickbox banner {
        font-size: 1.4vw;
    }
    .products .quickbox usage {
        font-size: 0.65vw;
        min-height: 4vw;
		line-height: 1.2vw;
        width: 78%;
    }
    .products .quickbox short_desc {
        font-size: 0.55vw;
        line-height: 0.7vw;
    }
    .products .quickbox banner.double {
        font-size: 23px;
        line-height: 21px;
    }
    .products .quickbox desc {
        font-size: 1vw;
    }
}
@media screen and (min-width: 1800px) {
}
@media screen and (min-width: 2400px) {
    .products .quickbox {
        width: 18%;
    }
    .products .quickbox desc {
        font-size: 0.55vw;
    }
}


