.container--designs {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
}

.left-section, .left-section-not-defined {
  display: none;
}
.templates-pagination-container {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
}

.pagination {
  margin-top: -0.5rem;
  font-weight: 700;
  align-self: flex-end;
  color: #20b4e7;
  margin-bottom: 0;
}

  .pagination > li > a, .pagination > li > span, .pagination > .disabled > a {
    color: #20b4e7;
  }

  .pagination > .active > a {
    color: #18506f;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
  }

  .pagination > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #20b4e7;
  }

.center-2 {
  outline: none;
  text-decoration: none;
  width: 78% !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-family: "Open Sans",sans-serif;
  box-sizing: border-box;
  max-width: 1100px;
  padding: 0 1em;
  margin: 1rem auto;
  float: none;
}

.page-title{
    margin-bottom: 0px !important;
}
.page-title h1 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0.67em 0 !important;
  margin-top: 0px;
  line-height: 1.2;
  color: #18506f !important;
  font-family: "Signika",sans-serif !important;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
}

.side-2 {
  margin: 0px;
}

.templates-details-container {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -10px !important;
}

.font-secondary.text-align--center.bold.blumine.no-bottom-margin {
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
  color: #18506f;
  font-family: "Signika", sans-serif !important;
  text-align: center !important;
  margin-bottom: 15px;
  font-weight: 700;
  white-space: nowrap !important;
}

.price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

span.canvas_design_price__new {
  font-weight: 700;
  margin-left: 15px;
  margin-right: 5px;
  color: #e50085;
}

span.canvas_design_price__old {
  color: #939393;
  text-decoration: line-through;
  line-height: 30px;
}

.pagination > li > a{
    border: none;
}

.category-page-content {
  justify-content: center;
}


  .filters-dropdown-button__icon:before {
    content: "";
    background-image: url(/Themes/ECP/Content/images/chevron-blue.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 45% auto;
    background-repeat: no-repeat;
    transform: translateY(5px) rotate(90deg);
  }

.template-container {
  width: 100%;
}

.filters-dropdown-button {
  padding-right: 35px !important;
}

.filters-dropdown-button__icon {
  position: absolute;
  top: 28%;
  left: 65%;
}

span.canvas_design_price__old {
  font-size: 12.9px;
}

.pagination > .active > a:hover {
  background-color: white !important;
  color: #23527c !important;
  cursor: pointer !important;
}

.pagination > .disabled > a {
  color: #20b4e7 !important;
}

.dropdown-menu {
    font-size: 16px !important;
}

.dropdown-item.clicked {
  background-color: #007bff;
  color: white;
}

.dropdown-item:hover {
  background-color: #e9ecef;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.filters-dropdown-button__icon.rotate {
  position: absolute;
  inset: 1px auto auto 92px;
  margin: 0px;
  transform: rotate(180deg);
}

.pagination > li > a {
  padding: 6px 6px !important;
}

.l-filters .btn-primary.shadow {
  box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
}

.pagination > li > a {
  outline: none !important;
}

.pagination > li > a:focus {
    outline: none;
    background-color: transparent !important;
}

.template-tile__img.template-tile__img--canvas-designs.upload-single-photo {
  background-color: gray !important;
}

.template-container .template-tile__img {
  object-fit: contain !important;
  background-color: transparent !important; 
}

.loader-wrapper {
  position: absolute;
  display: flex;
  justify-content: center !important;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: flex-start;
  padding-top: 20vh;
}

  .loader-wrapper svg {
    animation: rotate 2s linear infinite;
  }

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.l-main {
  position: relative;
  margin: 0 auto;
  flex-direction: column;
}

.p-xy-0 {
  padding: 0 !important;
}

.row, .l-main {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 768px) {
  .page.category-page .page-title {
    padding: 0px 0px !important;
  }
  .page-title {
    min-height: 0px !important;
    white-space: nowrap !important;
  }
  .item-grid {
    margin-right: -82px;
    margin-left: -82px;
  }
  .l-filters__filter-list--options {
    margin-left: -37px;
    padding-bottom: 5px;
  }
  .l-filters__filter-list--selected {
    margin-left: -37px;
  }
  .page.category-page .page-title h1 {
    font-size: 1.4rem !important;
  }
  .template-container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .loader-wrapper {
    width: 150%;
    margin: 0 -24%;
  }
}

@media only screen and (min-width: 768px) {
  .templates-details-container {
    margin-top: -10px !important;
  }
  .item-grid {
    margin-right: -158px;
    margin-left: -158px;
  }
  .l-filters__filter-list--options {
    margin-left: -80px;
  }

  .l-filters__filter-list--selected {
    margin-left: -80px;
  }
  .page.category-page .page-title h1 {
    font-size: 2rem !important;
  }
  .loader-wrapper {
    width: 150%;
    margin: 0 -24%;
    padding-top: 15vh;
  }
}

@media only screen and (min-width: 1024px) {
  .item-grid {
    margin-right: -189px;
    margin-left: -189px;
  }

  .l-filters__filter-list--options {
    margin-left: -110px;
  }

  .l-filters__filter-list--selected {
    margin-left: -110px;
  }
  .loader-wrapper {
    margin: 0 -25%;
    padding-top: 21vh;
  }
}

@media only screen and (min-width: 1280px) {
  .item-grid {
    margin-right: -107px;
    margin-left: -107px;
  }
  .l-filters__filter-list--options {
    margin-left: 0px;
  }

  .l-filters__filter-list--selected {
    margin-left: 0px;
  }
  .loader-wrapper {
    width: 100%;
    margin: 0 !important;
    padding-top: 25vh;
  }
}

@media only screen and (max-width: 376px) {
  .pagination > li > a {
    padding: 6px 4px !important;
  }
}

#ecp-page-body > div > div > div.item-grid > div > div:nth-child(1) > div > a:hover{
    color: transparent !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  cursor: pointer;
}