@charset "UTF-8";
@import url(/templates/pacorky/libs/bootstrap/bootstrap.min.css);
@import url(/templates/pacorky/libs/slick/slick.css);
@import url(/templates/pacorky/fonts/SegoeUI/stylesheet.css);
@import url(/templates/pacorky/icons/style.css);
body {
  font-family: "Segoe UI", Arial;
  font-size: 16px;
  color: #000000; }

a {
  color: #8f8f8f;
  transition: 0.2s ease-in; }
  a:hover {
    color: #da6a79; }

.form-control, .custom-select {
  border-color: #ced4da; }
  .form-control:focus, .custom-select:focus {
    border-color: #ced4da;
    box-shadow: none; }

header .top-pannel {
  padding: 10px 0;
  background: #222222;
  color: #bababa;
  font-size: 12px; }
  header .top-pannel a {
    color: #da6a79;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none; }
  header .top-pannel .top-button {
    float: right; }

header .header-valign {
  display: flex;
  align-items: center;
  height: 90px; }

header .logo img {
  width: 200px;
  max-width: 100%; }

header .searchForm .searchfield {
  position: relative; }

header .searchForm select {
  border-radius: 0;
  border-right: 0; }

header .searchForm input[type="text"] {
  padding-right: 46px;
  border-radius: 0; }

header .searchForm button[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: #969696; }

header .header-buttons a {
  text-decoration: none; }

header .header-buttons .icon-module {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  margin-left: 15px; }
  header .header-buttons .icon-module:first-child {
    margin-left: auto; }

header .header-buttons .icon-bag {
  position: relative; }
  header .header-buttons .icon-bag .counter-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 14px;
    line-height: 14px;
    font-size: 8px !important;
    min-width: 14px; }

header .header-buttons span {
  font-size: 18px;
  color: #969696;
  transition: 0.2s ease-in;
  cursor: pointer; }
  header .header-buttons span:hover {
    color: #da6a79; }

header .login-module ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left; }
  header .login-module ul li {
    padding: 15px 0;
    min-width: 150px;
    border-bottom: 1px #ededed solid; }
    header .login-module ul li:last-child {
      border-bottom: 0; }
    header .login-module ul li a {
      font-weight: 600; }

.cat-item-in {
  text-align: center; }

.has-context {
  position: relative; }
  .has-context .context-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 9900;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px;
    border: 1px #ededed solid;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-in; }
  .has-context .context-content.opened {
    opacity: 1;
    pointer-events: auto; }

.counter-badge {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px !important;
  height: 20px;
  min-width: 20px;
  font-size: 12px !important;
  line-height: 18px;
  padding: 0;
  margin: 0 0 0 5px;
  text-align: center;
  background: #da6a79;
  border-radius: 50%;
  color: #fff !important;
  font-weight: bold; }

nav.main-navigation {
  height: 50px;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid; }
  nav.main-navigation .categories {
    position: relative; }
    nav.main-navigation .categories ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      nav.main-navigation .categories ul li {
        display: inline-block; }
        nav.main-navigation .categories ul li a {
          display: inline-block;
          height: 48px;
          line-height: 48px;
          margin-right: 25px;
          text-decoration: none;
          color: #000000;
          border-bottom: 2px transparent solid; }
          nav.main-navigation .categories ul li a:hover {
            color: #da6a79;
            border-bottom: 2px #da6a79 solid; }
      nav.main-navigation .categories ul .active a {
        color: #da6a79;
        border-bottom: 2px #da6a79 solid; }
    nav.main-navigation .categories ul.regular {
      position: absolute;
      z-index: 9900;
      top: 100%;
      right: 0;
      background: #f7f7f7;
      padding: 20px; }
      nav.main-navigation .categories ul.regular li {
        display: block;
        text-align: right; }
        nav.main-navigation .categories ul.regular li a {
          height: auto;
          line-height: 24px;
          margin-right: 0; }
  nav.main-navigation .show-regular {
    height: 50px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #dddddd;
    cursor: pointer;
    user-select: none; }

.m-btn {
  display: none;
  margin: 5px 0; }
  .m-btn:before {
    content: "\efe3";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px; }

.main-content {
  padding: 30px 0 50px; }

.page-main .main-content {
  padding: 0; }

.h1, h1 {
  font-size: 2rem; }

.breadcrumbs {
  font-size: 12px;
  margin: 15px 0; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px; }
  .breadcrumbs a {
    color: #da6a79; }

ul.breadcrumbs {
  background: #f3f5f4;
  padding: 15px;
  margin: 0;
  list-style: none;
  margin: 0 0 15px; }
  ul.breadcrumbs li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    font-weight: bold;
    position: relative; }
    ul.breadcrumbs li a, ul.breadcrumbs li span {
      font-size: 12px; }
    ul.breadcrumbs li a {
      text-decoration: none; }
      ul.breadcrumbs li a span {
        color: #000; }
    ul.breadcrumbs li:first-child:before {
      content: '\ed21';
      font-family: 'icomoon' !important;
      padding-right: 5px;
      font-size: 12px;
      color: #de6876;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    ul.breadcrumbs li:after {
      content: '»';
      position: absolute;
      top: 0;
      right: 0;
      color: #8f8f8f; }
  ul.breadcrumbs li.current-page span {
    color: #8f8f8f; }
  ul.breadcrumbs li.current-page:after {
    display: none; }

.main-slider .slide {
  margin: 30px 0;
  height: 450px;
  background: #dbe5e7;
  padding: 30px;
  overflow: hidden; }
  .main-slider .slide .slide-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 390px;
    overflow: hidden; }
    .main-slider .slide .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-slider .slide .slide-image-col {
    position: relative; }
    .main-slider .slide .slide-image-col:before {
      content: '';
      position: absolute;
      z-index: 0;
      top: -40%;
      left: 15%;
      width: 70%;
      height: 180%;
      background: #c2cdcf; }
  .main-slider .slide .slide-content {
    padding: 30px 30px 30px 15px; }
    .main-slider .slide .slide-content .slide-title {
      font-size: 3.5rem;
      font-weight: bold;
      line-height: 0.9; }
      .main-slider .slide .slide-content .slide-title:after {
        content: '';
        display: block;
        width: 40px;
        border-bottom: 2px #000000 solid;
        margin-top: 20px; }
    .main-slider .slide .slide-content .slide-description {
      height: 180px;
      padding: 25px 0;
      display: flex;
      align-items: center; }
    .main-slider .slide .slide-content .slide-link a {
      text-transform: uppercase;
      font-weight: bold;
      color: #000000;
      text-decoration: none;
      letter-spacing: 1px; }
      .main-slider .slide .slide-content .slide-link a span {
        font-weight: bold;
        color: #da6a79;
        margin-left: 5px;
        font-size: 14px; }

.features {
  padding: 20px 0 50px; }
  .features .feature {
    font-size: 14px; }
    .features .feature .feature-image {
      float: left;
      color: #da6a79;
      font-size: 48px;
      margin-right: 20px; }
    .features .feature .feature-title {
      padding: 0 0 3px;
      color: #000000;
      font-weight: bold; }
    .features .feature .feature-description {
      color: #8f8f8f;
      line-height: 1; }

.products-list .product {
  margin-bottom: 30px;
  padding: 10px;
  background: #f7f7f7;
  position: relative; }
  .products-list .product .cp-manage {
    position: absolute;
    top: 10px;
    right: 10px; }
    .products-list .product .cp-manage button {
      margin-left: 5px; }
  .products-list .product .product-image a {
    display: block;
    height: 250px; }
    .products-list .product .product-image a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .products-list .product .product-title a {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    height: 34px;
    margin: 10px 0 5px;
    color: #000000;
    font-weight: bold;
    overflow: hidden; }
  .products-list .product .product-title span {
    display: block;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8f8f8f;
    font-size: 14px; }
  .products-list .product .purchase {
    margin: 15px 0 0; }
    .products-list .product .purchase .price {
      color: #da6a79;
      font-weight: bold; }
    .products-list .product .purchase a {
      display: inline-block;
      background: #da6a79;
      color: #fff;
      font-weight: bold;
      padding: 3px 6px;
      text-decoration: none; }

.top-products {
  background: #f7f7f7;
  padding: 50px 0; }
  .top-products .module-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 25px; }
    .top-products .module-title:after {
      content: '';
      display: block;
      width: 40px;
      border-bottom: 2px #da6a79 solid;
      margin-top: 25px; }
  .top-products .product {
    background: #fff; }

.nav-links {
  margin: 10px 0 0; }
  .nav-links .nl-label {
    margin-bottom: 10px; }
  .nav-links span, .nav-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f7f7f7;
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transform: 0.2s ease-in; }
    .nav-links span:hover, .nav-links a:hover {
      background: #da6a79;
      color: #fff; }
  .nav-links span {
    background: #da6a79;
    color: #fff; }

.product-images img {
  width: 100%;
  margin-bottom: 30px; }

.product-images .additional-image {
  height: 120px;
  overflow: hidden;
  margin-bottom: 30px; }
  .product-images .additional-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-full-desc .price {
  font-size: 2rem;
  font-weight: bold; }

.product-full-desc .pfd-addToCart {
  margin: 30px 0 30px; }
  .product-full-desc .pfd-addToCart .addToCartBtn {
    width: 150px;
    height: 50px;
    background: #da6a79;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    transition: 0.2s ease-in;
    border: 0; }
    .product-full-desc .pfd-addToCart .addToCartBtn:hover {
      background: #222222; }

.product-full-desc p.badge {
  width: auto;
  font-size: 14px;
  margin-right: 10px;
  padding: 8px 15px; }

.product-full-desc .vendor {
  font-size: 1.2rem;
  margin-bottom: 10px; }
  .product-full-desc .vendor a {
    color: #da6a79; }
  .product-full-desc .vendor #vendor-phone {
    font-size: 1.6rem;
    font-weight: bold;
    color: #8f8f8f; }
  .product-full-desc .vendor #show-phone {
    font-size: 12px;
    cursor: pointer;
    user-select: none; }

.product-full-desc .social-buttons {
  margin: 15px 0; }
  .product-full-desc .social-buttons a {
    font-size: 1.5rem;
    margin-left: 15px;
    text-decoration: none;
    color: #000000; }
    .product-full-desc .social-buttons a:hover {
      color: #da6a79; }

.product-full-desc .product-description .label {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px; }

.product-full-desc .social-buttons .icon2-viber {
  position: relative;
  top: 2px; }

footer {
  padding: 50px 0;
  background: #222222; }
  footer .footer-title {
    color: #da6a79;
    font-weight: bold;
    margin-bottom: 20px; }
  footer .footer-content {
    font-size: 14px;
    color: #bababa; }
  footer .our-soc-links {
    margin-top: 20px; }
    footer .our-soc-links a {
      margin-right: 10px;
      text-decoration: none; }
  footer .mainmenu {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .mainmenu a {
      text-decoration: none; }
      footer .mainmenu a:hover {
        padding-left: 8px; }
    footer .mainmenu .active a {
      padding-left: 8px;
      color: #da6a79; }
    footer .mainmenu span {
      font-size: 10px;
      margin-right: 2px; }

.copyright {
  text-align: center;
  padding: 20px; }
  .copyright img {
    display: block;
    margin: 10px auto;
    width: 150px; }

.modal-content {
  padding: 20px; }
  .modal-content h1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px; }
  .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px; }

.category-checkbox {
  display: inline-block; }
  .category-checkbox input[type="checkbox"] {
    display: none; }
  .category-checkbox label {
    padding: 5px 15px;
    background: #e2e3e5;
    border: 1px solid #d6d8db;
    border-radius: 15px;
    margin-right: 10px;
    user-select: none;
    cursor: pointer; }
  .category-checkbox input[type="checkbox"]:checked + label {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    font-weight: bold; }

.required label:first-child:after {
  content: '*';
  color: #dc3545;
  margin-left: 5px; }

textarea#description {
  height: 300px; }

.upl_c {
  padding-top: 5px;
  padding-bottom: 5px; }

.img-container {
  position: relative;
  height: 200px;
  margin-bottom: 30px;
  border: 1px #ccc solid; }
  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .img-container .imgDel {
    position: absolute;
    right: 10px;
    top: 10px; }

.articles .card {
  margin-bottom: 30px; }
  .articles .card .list-preview {
    display: block;
    height: 250px;
    overflow: hidden; }
    .articles .card .list-preview img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .articles .card .card-title {
    height: 50px;
    overflow: hidden; }
    .articles .card .card-title a {
      font-weight: bold;
      color: #da6a79; }
  .articles .card .card-text {
    height: 115px;
    overflow: hidden; }

.jumbotron a {
  color: #da6a79; }

.view-login .main-content, .view-register .main-content {
  background: url("../images/login-bg.jpg") center center no-repeat;
  background-size: cover; }

ul.slick-dots {
  padding: 0;
  margin: 25px 0 -15px;
  text-align: center; }
  ul.slick-dots li {
    padding: 0;
    margin: 0 5px;
    list-style: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    background: #bababa;
    border: 4px #fff solid; }
    ul.slick-dots li button {
      display: none; }
  ul.slick-dots li.slick-active {
    background: #da6a79; }

.related-block {
  margin-top: 15px; }
  .related-block .h1 {
    margin-bottom: 15px;
    text-align: center; }
  .related-block ul.slick-dots {
    margin: -5px 0 0; }

@media (max-width: 576px) {
  header .top-pannel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    text-align: center; }
    header .top-pannel .top-button {
      float: none;
      padding: 5px; }
  .m-btn {
    display: block; }
  .m-close {
    position: fixed;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s ease-in; }
  .m-content {
    right: 100%;
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 50px; }
  .m-content.categories {
    background: #f7f7f7;
    transition: 0.2s ease-in; }
    .m-content.categories .logo {
      display: block;
      padding: 15px;
      background: #fff;
      text-align: center;
      border-bottom: 1px #000000 solid;
      margin-bottom: 15px; }
      .m-content.categories .logo img {
        width: 60%; }
    .m-content.categories ul {
      position: static !important;
      padding: 0 25px !important;
      background: none !important; }
      .m-content.categories ul li {
        display: block !important;
        text-align: left !important;
        padding: 0; }
        .m-content.categories ul li a {
          display: block !important;
          font-size: 1.1rem !important;
          height: 40px !important;
          line-height: 40px !important;
          margin: 0 !important;
          border-bottom: 1px #ededed solid !important; }
  .m-content.categories.opened {
    right: 0; }
    .m-content.categories.opened .m-close {
      bottom: 15px; }
  .img-container {
    height: 150px; }
  .category-checkbox label {
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 5px; }
  h1, .h1 {
    font-size: 1.6rem; }
  h2, .h2 {
    font-size: 1.4rem; } }

@media (max-width: 768px) {
  header .header-valign {
    height: 60px; }
  header .header-valign.logo {
    justify-content: center;
    border-bottom: 1px #ededed solid;
    background: #f7f7f7;
    border-top: 2px #000000 solid; }
  .main-slider .slide {
    margin: 15px 0;
    height: auto;
    padding: 15px 25px; }
    .main-slider .slide .slide-content {
      padding: 10px; }
      .main-slider .slide .slide-content .slide-description {
        height: auto !important;
        padding: 15px 0; }
    .main-slider .slide .slide-image-col {
      padding: 10px; }
      .main-slider .slide .slide-image-col:before {
        display: none; }
      .main-slider .slide .slide-image-col .slide-image {
        height: auto; }
  .features {
    padding: 25px 0; }
  .product-images img {
    margin-bottom: 10px; }
  .product-images .additional-image {
    height: auto;
    margin-bottom: 0; }
  .product-images .slick-dots {
    margin: 0; }
  footer {
    padding: 25px 15px; }
    footer .col-12 .footer-title {
      margin: 15px 0 10px; } }

@media (max-width: 992px) {
  .main-slider .slide .slide-content .slide-title {
    font-size: 2rem; }
  .main-slider .slide .slide-content .slide-description {
    height: 220px; } }

@media (min-width: 1200px) {
  .has-context:hover .context-content {
    opacity: 1;
    pointer-events: auto; } }
