@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@media only screen and (max-width: 999px) {
  .blog-post.blog-post-wrapper .container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .web2inkcustomstoredesignlisting .leftMenue,
  .web2inkcustomstoredesignlisting .rightSide {
    width: 100%;
  }

  .web2inkDesignPreview .form td .form-control {
    margin-bottom: 0;
    height: 32px;
  }

  .web2inkDesignPreview .form td {
    font-size: 13px;
  }

  .web2inkDesignPreview .cartform th {
    font-size: 13px;
  }

  .web2inkcustomstoredesignlisting .plbox {
    position: relative;
    cursor: pointer;
  }

  .web2inkcustomstoredesignlisting .plbox .headerbox::after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 2px;
  }

  .web2inkcustomstoredesignlisting .plbox .headerbox.fontactive:after {
    content: "\f106";
  }

  .web2inkcustomstoredesignlisting .plbox ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    background: #fff;
    z-index: 1;
    border: #ddd 1px solid;
    width: calc(100% + 2px);
  }

  .web2inkcustomstoredesignlisting .plbox ul.active {
    display: block;
  }

  .web2inkcustomstoredesignlisting .plbox ul li:last-child {
    border: none !important;
  }

  .web2inkcustomstoredesignlisting .plbox + .plbox {
    margin-top: 8px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .web2inkDesignPreview .aCol-6 {
    width: 100% !important;
    padding: 0 !important;
  }

  .web2inkDesignPreview .mainimage {
    margin: 0 auto;
  }

  .web2inkDesignPreview .mainimage img {
    max-width: 100%;
  }

  .web2inkDesignPreview div.headerthumb {
    margin: 20px 0;
  }

  .web2inkDesignPreview div.headerthumb h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0 !important;
  }
