@media (min-width: 320px) {
  #imgcartqty {
    display: none;
  }
  #ftr {
    margin-left: 10px;
  }

  #catsmall {
    display: show;
    visibility: visible;
  }

  canvas {
    width: 100%;
    height: 160px;
    background-color: black;
  }

  #categoryList {
    visibility: hidden;
    display: none;
  }

  .group:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Style ----------*/

  .ui.grid > .row > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .ui.centered.grid {
    position: relative;
    top: 50%;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 20px;
  }

  .proCard_content {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 48px 0px rgba(38, 50, 56, 0.25);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Product-Info Section ----------*/

  .proCard_info {
    width: 100%;
    height: 100%;
    float: right;
    background: #d9e4f4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    padding: 15px;
  }

  .proCard_text {
    height: 6px;
  }

  /* Brand-Name & Price ----------*/

  .brand-name {
    display: block;
    margin-bottom: 10px;
  }

  .brand-name h3 {
    float: left;
    text-transform: uppercase;
  }

  .proCard_price {
    font-size: 15px;
    float: right;
    color: #37474f;
    font-weight: bold;
  }

  /* Description ----------*/

  .proCard_description {
    margin-bottom: 20px;
  }

  .proCard_description h4 {
    margin-bottom: 8px;
  }

  .proCard_description p {
    text-indent: 0px;
    font-size: 12px;
  }

  /* Colors ----------*/

  .proCard_colors {
    margin-bottom: 20px;
  }

  .proCard_colors h4 {
    margin-bottom: 8px;
  }

  .proCard_colors ul {
    list-style: none;
  }

  .proCard_colors li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
  }

  /* .proCard_colors li:first-of-type span {
          background: #2C87CE;
      }
      
      .proCard_colors li:nth-child(2) span {
          background: #CA3E3D;
      }
      
      .proCard_colors li:last-of-type span {
          background: #fff;
      } */

  .proCard_colors .proCard_select {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_colors li span {
    width: 10px;
    height: 10px;
    border-radius: 25%;
    background: black;
    display: block;
    cursor: pointer;
  }

  /* Size & Quantity ----------*/

  .size-quantity {
    margin-bottom: 20px;
  }

  .proCard_size {
    width: 100%;
    float: left;
  }

  .proCard_size h4 {
    margin-bottom: 8px;
  }

  .proCard_size ul {
    list-style: none;
  }

  .proCard_size li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
  }

  .proCard_size .proCard_active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_size li span {
    width: 15px;
    height: 15px;
    border-radius: 25%;
    background: transparent;
    display: block;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
  }

  /* Buttons ----------*/

  /* Images Section ----------*/

  .proCard_images-section {
    width: 100%;
    height: 50%;
    float: left;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }

  /* Slider ----------*/

  .proCard_slider .slick-list {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider img {
    width: 100%;
    height: 300px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
  }

  .proCard_slider ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0365b2;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.5;
  }

  .slick-dots .slick-active {
    border: 1px solid #333;
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 1;
  }

  .proCard_slider li button {
    display: none;
  }
}

@media (min-width: 576px) {
  #imgcartqty {
    display: none;
  }
  #ftr {
    margin-left: 10px;
  }
  canvas {
    width: 100%;
    height: 250px;
    background-color: black;
  }

  .group:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Style ----------*/

  .ui.grid > .row > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .ui.centered.grid {
    position: relative;
    top: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }

  .proCard_content {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 48px 0px rgba(38, 50, 56, 0.25);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Product-Info Section ----------*/

  .proCard_info {
    width: 100%;
    height: 50%;
    float: right;
    background: #d9e4f4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    padding: 15px;
  }

  .proCard_text {
    height: 6px;
  }

  /* Brand-Name & Price ----------*/

  .brand-name {
    display: block;
    margin-bottom: 10px;
  }

  .brand-name h3 {
    float: left;
    text-transform: uppercase;
  }

  .proCard_price {
    font-size: 15px;
    float: right;
    color: #37474f;
    font-weight: bold;
  }

  /* Description ----------*/

  .proCard_description {
    margin-bottom: 20px;
  }

  .proCard_description h4 {
    margin-bottom: 8px;
  }

  .proCard_description p {
    text-indent: 0px;
    font-size: 12px;
  }

  /* Colors ----------*/

  .proCard_colors {
    margin-bottom: 20px;
  }

  .proCard_colors h4 {
    margin-bottom: 8px;
  }

  .proCard_colors ul {
    list-style: none;
  }

  .proCard_colors li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
  }

  /* .proCard_colors li:first-of-type span {
          background: #2C87CE;
      }
      
      .proCard_colors li:nth-child(2) span {
          background: #CA3E3D;
      }
      
      .proCard_colors li:last-of-type span {
          background: #fff;
      } */

  .proCard_colors .proCard_select {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_colors li span {
    width: 10px;
    height: 10px;
    border-radius: 25%;
    background: black;
    display: block;
    cursor: pointer;
  }

  /* Size & Quantity ----------*/

  .size-quantity {
    margin-bottom: 20px;
  }

  .proCard_size {
    width: 100%;
    float: left;
  }

  .proCard_size h4 {
    margin-bottom: 8px;
  }

  .proCard_size ul {
    list-style: none;
  }

  .proCard_size li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
  }

  .proCard_size .proCard_active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_size li span {
    width: 15px;
    height: 15px;
    border-radius: 25%;
    background: transparent;
    display: block;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
  }

  /* Buttons ----------*/

  /* Images Section ----------*/

  .proCard_images-section {
    width: 100%;
    height: 100%;
    float: left;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }

  /* Slider ----------*/

  .proCard_slider .slick-list {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider img {
    width: 100%;
    height: 300px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
  }

  .proCard_slider ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0365b2;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.5;
  }

  .slick-dots .slick-active {
    border: 1px solid #333;
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 1;
  }

  .proCard_slider li button {
    display: none;
  }
}
@media (min-width: 768px) {
  #imgcartqty {
    display: none;
  }

  #ftr {
    margin-left: 80px;
  }

  canvas {
    width: 100%;
    height: 350px;
    background-color: black;
  }

  .group:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Style ----------*/

  .ui.grid > .row > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .ui.centered.grid {
    position: relative;
    top: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }

  .proCard_content {
    width: 100%;
    box-shadow: 0px 0px 48px 0px rgba(38, 50, 56, 0.25);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Product-Info Section ----------*/

  .proCard_info {
    width: 50%;
    height: 100%;
    float: left;
    background: #d9e4f4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    padding: 15px;
  }

  .proCard_text {
    height: 6px;
  }

  /* Brand-Name & Price ----------*/

  .brand-name {
    display: block;
    margin-bottom: 10px;
  }

  .brand-name h3 {
    float: left;
    text-transform: uppercase;
  }

  .proCard_price {
    font-size: 15px;
    float: right;
    color: #37474f;
    font-weight: bold;
  }

  /* Description ----------*/

  .proCard_description {
    margin-bottom: 20px;
  }

  .proCard_description h4 {
    margin-bottom: 8px;
  }

  .proCard_description p {
    text-indent: 0px;
    font-size: 12px;
  }

  /* Colors ----------*/

  .proCard_colors {
    margin-bottom: 20px;
  }

  .proCard_colors h4 {
    margin-bottom: 8px;
  }

  .proCard_colors ul {
    list-style: none;
  }

  .proCard_colors li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
  }

  /* .proCard_colors li:first-of-type span {
          background: #2C87CE;
      }
      
      .proCard_colors li:nth-child(2) span {
          background: #CA3E3D;
      }
      
      .proCard_colors li:last-of-type span {
          background: #fff;
      } */

  .proCard_colors .proCard_select {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_colors li span {
    width: 10px;
    height: 10px;
    border-radius: 25%;
    background: black;
    display: block;
    cursor: pointer;
  }

  /* Size & Quantity ----------*/

  .size-quantity {
    margin-bottom: 20px;
  }

  .proCard_size {
    width: 100%;
    float: left;
  }

  .proCard_size h4 {
    margin-bottom: 8px;
  }

  .proCard_size ul {
    list-style: none;
  }

  .proCard_size li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
  }

  .proCard_size .proCard_active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_size li span {
    width: 15px;
    height: 15px;
    border-radius: 25%;
    background: transparent;
    display: block;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
  }

  /* Buttons ----------*/

  /* Images Section ----------*/

  .proCard_images-section {
    width: 50%;
    height: 100%;
    float: right;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }

  /* Slider ----------*/

  .proCard_slider .slick-list {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider img {
    width: 100%;
    height: 300px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
  }

  .proCard_slider ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0365b2;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.5;
  }

  .slick-dots .slick-active {
    border: 1px solid #333;
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 1;
  }

  .proCard_slider li button {
    display: none;
  }
}
@media (min-width: 992px) {
  #imgcartqty {
    display: flex;
  }
  #ftr {
    margin-left: 90px;
  }
  #categoryList {
    visibility: visible;
    display: flex;
  }
  #catsmall {
    display: none;
    visibility: hidden;
  }

  canvas {
    width: 100%;
    height: 350px;
    background-color: black;
  }

  .group:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Style ----------*/

  .ui.grid > .row > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .ui.centered.grid {
    position: relative;
    top: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }

  .proCard_content {
    width: 100%;
    box-shadow: 0px 0px 48px 0px rgba(38, 50, 56, 0.25);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Product-Info Section ----------*/

  .proCard_info {
    width: 50%;
    height: 100%;
    float: left;
    background: #d9e4f4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    padding: 15px;
  }

  .proCard_text {
    height: 6px;
  }

  /* Brand-Name & Price ----------*/

  .brand-name {
    display: block;
    margin-bottom: 10px;
  }

  .brand-name h3 {
    float: left;
    text-transform: uppercase;
  }

  .proCard_price {
    font-size: 15px;
    float: right;
    color: #37474f;
    font-weight: bold;
  }

  /* Description ----------*/

  .proCard_description {
    margin-bottom: 20px;
  }

  .proCard_description h4 {
    margin-bottom: 8px;
  }

  .proCard_description p {
    text-indent: 0px;
    font-size: 12px;
  }

  /* Colors ----------*/

  .proCard_colors {
    margin-bottom: 20px;
  }

  .proCard_colors h4 {
    margin-bottom: 8px;
  }

  .proCard_colors ul {
    list-style: none;
  }

  .proCard_colors li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
  }

  /* .proCard_colors li:first-of-type span {
          background: #2C87CE;
      }
      
      .proCard_colors li:nth-child(2) span {
          background: #CA3E3D;
      }
      
      .proCard_colors li:last-of-type span {
          background: #fff;
      } */

  .proCard_colors .proCard_select {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_colors li span {
    width: 10px;
    height: 10px;
    border-radius: 25%;
    background: black;
    display: block;
    cursor: pointer;
  }

  /* Size & Quantity ----------*/

  .size-quantity {
    margin-bottom: 20px;
  }

  .proCard_size {
    width: 100%;
    float: left;
  }

  .proCard_size h4 {
    margin-bottom: 8px;
  }

  .proCard_size ul {
    list-style: none;
  }

  .proCard_size li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
  }

  .proCard_size .proCard_active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_size li span {
    width: 15px;
    height: 15px;
    border-radius: 25%;
    background: transparent;
    display: block;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
  }

  /* Buttons ----------*/

  /* Images Section ----------*/

  .proCard_images-section {
    width: 50%;
    height: 100%;
    float: right;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }

  /* Slider ----------*/

  .proCard_slider .slick-list {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider img {
    width: 100%;
    height: 300px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
  }

  .proCard_slider ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0365b2;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.5;
  }

  .slick-dots .slick-active {
    border: 1px solid #333;
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 1;
  }

  .proCard_slider li button {
    display: none;
  }
}

/* Main Style ----------*/
@media (min-width: 1200px) {
  #imgcartqty {
    display: flex;
  }

  #ftr {
    margin-left: 100px;
  }

  canvas {
    width: 100%;
    height: 40vh;
    background-color: black;
  }

  .group:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Style ----------*/

  .ui.grid > .row > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .ui.centered.grid {
    position: relative;
    top: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .proCard_content {
    width: 100%;
    box-shadow: 0px 0px 48px 0px rgba(38, 50, 56, 0.25);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Product-Info Section ----------*/

  .proCard_info {
    width: 60%;
    height: 100%;
    float: left;
    background: #d9e4f4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    padding: 25px;
  }

  .proCard_text {
    height: 85%;
  }

  /* Brand-Name & Price ----------*/

  .brand-name {
    display: block;
    margin-bottom: 10px;
  }

  .brand-name h3 {
    float: left;
    text-transform: uppercase;
  }

  .proCard_price {
    font-size: 35px;
    float: right;
    color: #37474f;
    font-weight: bold;
  }

  /* Description ----------*/

  .proCard_description {
    margin-bottom: 20px;
  }

  .proCard_description h4 {
    margin-bottom: 8px;
  }

  .proCard_description p {
    text-indent: 40px;
  }

  /* Colors ----------*/

  .proCard_colors {
    margin-bottom: 20px;
  }

  .proCard_colors h4 {
    margin-bottom: 8px;
  }

  .proCard_colors ul {
    list-style: none;
  }

  .proCard_colors li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
  }

  /* .proCard_colors li:first-of-type span {
    background: #2C87CE;
}

.proCard_colors li:nth-child(2) span {
    background: #CA3E3D;
}

.proCard_colors li:last-of-type span {
    background: #fff;
} */

  .proCard_colors .proCard_select {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_colors li span {
    width: 25px;
    height: 25px;
    border-radius: 25%;
    background: black;
    display: block;
    cursor: pointer;
  }

  /* Size & Quantity ----------*/

  .size-quantity {
    margin-bottom: 20px;
  }

  .proCard_size {
    width: 50%;
    float: left;
  }

  .proCard_size h4 {
    margin-bottom: 8px;
  }

  .proCard_size ul {
    list-style: none;
  }

  .proCard_size li {
    border-radius: 25%;
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
  }

  .proCard_size .proCard_active {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 5px 0px #546e7a;
  }

  .proCard_size li span {
    width: 25px;
    height: 25px;
    border-radius: 25%;
    background: transparent;
    display: block;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
  }

  .proCard_quantity {
    width: 50%;
    float: right;
    text-align: center;
  }

  .proCard_quantity form label {
    font-weight: bold;
    margin-right: 15px;
  }

  .proCard_quantity form input[type="text"] {
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 0;
    border-radius: 25%;
    box-shadow: 0px 0px 5px 0px #546e7a;
    text-align: center;
    outline: 0;
  }

  .proCard_quantity form button {
    border: 0;
    outline: 0;
    background: transparent;
  }

  .proCard_quantity form .plus {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }

  .proCard_quantity form .minus {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }

  /* Buttons ----------*/

  .proCard_buttons {
    height: 15%;
    display: flex;
    justify-content: center;
  }

  .ui.button {
    float: left;
    padding: 19px 40px;
    border-radius: 10px;
    background: #e91e63 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    color: #fff !important;
    transition: 0.5s;
    height: 50px;
    width: 100%;
  }

  .ui.button:hover {
    background: rgba(233, 30, 99, 0.7) !important;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0);
    color: #fff;
  }

  /* Images Section ----------*/

  .proCard_images-section {
    width: 40%;
    height: 100%;
    float: right;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }

  /* Slider ----------*/

  .proCard_slider .slick-list {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider img {
    width: 100%;
    height: 400px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .proCard_slider ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 0;
  }

  .proCard_slider ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0365b2;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.5;
  }

  .slick-dots .slick-active {
    border: 1px solid #333;
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 1;
  }

  .proCard_slider li button {
    display: none;
  }
}

/* add new product */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loader.gif) center no-repeat #fff;
}
.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: transparent;
  padding: 5px 10px;
}

.btn_upload:hover,
.btn_upload:focus {
  background-color: transparent;
}

.yes {
  display: flex;
  align-items: flex-start;
  margin-top: 10px !important;
}

.btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}

.it {
  height: 100px;
  margin-left: 10px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  background: #3167eb;
  margin: -5px -10px;
}

.rmv:hover {
  background: blue;
}

.emsg3 {
  color: red;
}
.emsg,
.emsg1,
.emsg2,
.emsg3 {
  color: red;
}
.hidden {
  visibility: hidden;
}

.topleft {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 20px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* end */

/* all order */

.navpk ul {
  height: 400px;
  width: 100%;
}
.navpk ul {
  overflow: hidden;
  overflow-y: scroll;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
/* end */

/* edit product */
