@font-face {
  font-family: IsidoraBold;
  src: url(fonts/IsidoraBold.woff) ;
}
@font-face {
  font-family: IsidoraMedium;
  src: url(fonts/IsidoraMedium.woff) ;
}
@font-face {
  font-family: IsidoraRegular;
  src: url(fonts/IsidoraRegular.woff) ;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: IsidoraRegular;
  background: #ff616e;
}
* {
  box-sizing: border-box;
      margin: 0px 0px;

}
.header .row {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
 
  padding: 15px;
}
.header nav {
    text-align: center;
}
.header nav ul {
        padding: 0px 0px;
    margin-top: 9px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.header  ul li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
        font-weight: bold;
}
.header  ul li a {
  color:#000;
  text-decoration: none;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
 
 
}
.logo img {
    max-width: 100px;
    width: 100%;
}
.search-icon {
    width: 22px;
    position: relative;
    top: 6px;
    margin-left: 7px;
}
.custom-contianer{
  max-width: 1170px;
    display: block;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;

}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.shop-section {
    padding: 60px 0px;
}
.shop-section h1 {
  text-align: center;
  font-size: 42px;
  font-family: IsidoraBold;
}

.custom-img {
  max-width: 100%;
}
.product-block {
    padding: 30px 0px;
    text-align: center;
}
.product-block p {
    font-size: 20px;
    text-align: left;
    color: #000;
       margin: 10px 0px 0px 0px;
    font-family: IsidoraRegular;
}

.product-block a {
    text-decoration: none;
}
ul.size {
    padding: 0px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}
.size li {
    display: inline-block;
    margin-right: 20px;
}

.size li a {
    color: #000;
        font-weight: bold;
}
.desc h2 {
    font-size: 35px;
    text-align: left;
    font-family: IsidoraBold;
}
body .NoTpMrg {
 font-family: IsidoraBold;
    margin-bottom: 16px;
}
.desc {
    margin-bottom:60px;
}
.add-btn {
    background-color: #ffff;
    padding: 16px 0px;
    width: 100%;
    display: block;
    border-radius: 50px;
    color: #1f1f1f;
    border: 1px solid #7e7e7e;
    cursor: pointer;
    transition: opacity .3s, color .3s, background-color .3s, border-color .3s, transform .3s;
}
.add-btn:hover{
  background-color: #1f1f1f;
  color:#fff;
}
.black-bg {
   background-color: #1f1f1f;
  color:#fff;
}
.black-bg:hover {
   background-color: #ffff;
    color: #1f1f1f;
}
.left-side-nav {
  position: fixed;
  left: 58px;
}
.left-side-nav li {
    width: 66px;
    clear: both;
    float: left;
    list-style-type: none;
    border: 1px solid #f36b9c;
    margin-bottom: 10px;
    padding: 10px;
}
.left-side-nav li a {

}
.left-side-nav li a img {
  max-width: 100%;
}
.m-footer {
    flex-shrink: 0;
    background-color: #07131c;
}

.m-footer__content {
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}
.m-footer-copyright {
    font-size: 0.875rem;
    letter-spacing: 0.3px;
    line-height: 1.75rem;
    margin-bottom: 20px;
}
.m-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.desc .price-list {
    padding: 0px;
}

.desc .price-list  li {
    display: inline-block;
    width: 49%;
}

p.price {
    text-align: right;
}
.product-listing {
    text-align: left;
}

.product-listing li {
    margin-bottom: 10px;
}

.more-padd {margin-bottom: 60px;margin: 0 auto;display: block;max-width: 1000px;    clear: both;}


.panel {
    padding: 10px 4px;
    max-width: 100%;
    position: relative;
       width: 140px;

    border: 1px solid #bbb;
    color: #1f1f1f;
    text-align: center;
    white-space: nowrap;
    margin: 0 0 10px 0;
    border-radius: 50px;
}
.sp-minus {
   float: left;
    position: absolute;
    top: 11px;
    margin-left: 6px;
    font-size: 20px;
    clear: both;
}

.sp-plus {
    float: right;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
}

.sp-input input {
    width: 66%;
    padding: 6px 0px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.sp-input {
    width: 100%;
}
.m-footer-copyright a {
    color: #fff;
}
.m-footer-social a {
    color: #fff;
    margin: 0px 20px;
    font-size: 18px;
}
.m-footer-social a:hover,
.m-footer-copyright a:hover  {
    color: #0056b3;
}

body .callout {
      margin: 20px 0 1rem;
}

@media (max-width: 500px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      width: 100%;
  }
  .left-side-nav {
      position: unset;
      left: 0;
      text-align: center;
      display: flex;
      justify-content: center;
  }
  .left-side-nav li {
      float: none;
      display: table-cell;
      background-color: #ffffff61;
      margin-left: 10px;
  }
  .desc h2 {
    text-align: left;
  }
  .panel {
        width: 100%;
  }
  .panel td {
    width: 100%;
    text-align: center;
    display: block;
  }
  .sp-input input {
        width: 100%;
  }
  .add-btn,
  .panel {
        width: 95%;
        margin: 5px auto;
  }

}