/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2021 | 03:40:52 */
#CategoryWrap.transitioning-category>div {
  animation-delay: 0ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  animation-name: fade-out;
}

#CategoryWrap>div {
  animation-delay: 500ms;
  animation: fade-in 1000ms;
}

.category-title {
  position: relative;
}

.category-title h2 {
  position: absolute;
  top: -50px;
  font-size: 28px;
  left: 70px;
  font-weight: normal;
}

.category-list {
  padding: 0;
  list-style: none;
}

.category-list .category-list-line {
  display: flex;
}

.category-list .category-list-line:nth-child(2n) {
  background-color: rgba(51, 51, 51, 0.1);
}

.category-list .category-list-line .category-line-info {
  padding-left: 60px;
  padding-right: 15px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  flex: 1;
  width:33%;
  float:left;
}

.category-list .category-list-line .category-line-info .info-wrap {
  margin-top: auto;
}

.category-list .category-list-line .category-line-info .info-wrap h2 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 28px;
  font-weight: normal;
}

.category-list .category-list-line .category-line-info .info-wrap p {
  margin-bottom: 40px;
  color: #333333;
  font-size: 16px;
}

.category-list .category-list-line .icon-link-btn a {
  display: flex;
  color: #252525;
  font-size: 14px;
}

.category-list .category-list-line .icon-link-btn .right-arrow-icon {
  fill: #252525;
  height: 13px;
  margin: 7px 0 0 15px;
  width: 13px;
}

.category-list .category-list-line .category-line-imgs-with-cover {
  display: flex;
  width:67%;
}

.category-list .category-list-line .category-line-imgs-with-cover img.category-cover {
  object-fit: cover;
  width:50%;
}

.other-img {
  object-fit: cover;

}

.line-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.line-img-wrap ul.line-imgs {
  padding: 0;
  display: flex;
  list-style: none;
  transform: translateX(0);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.has-touch .line-img-wrap ul.line-imgs {
  overflow-x: auto;
}

.line-img-wrap ul.line-imgs:after {
  content: '';
  display: table;
  clear: both;
}

.line-img-wrap ul.line-imgs li.line-img-item {
  flex-basis: auto;
  flex-shrink: 0;
  padding: 50px 20px;
  float: left;
  text-align: center;
}

.other-img {
  
}

/* .line-img-wrap ul.line-imgs li.line-img-item:hover,
.line-img-wrap ul.line-imgs li.line-img-item:focus {
  background-color: #e8e8e8;
} */

.line-img-wrap ul.line-imgs li.line-img-item>a,
.line-img-wrap ul.line-imgs li.line-img-item>a img {
  display: block;
  width: 100%;
}

.line-img-wrap ul.line-imgs li.line-img-item>a img {
  margin-bottom: 10px;
  object-fit: cover;
}

.line-img-wrap ul.line-imgs li.line-img-item>a h3 {
  margin: 0;
  font-size: 18px;
}

.line-img-wrap ul.line-imgs li.line-img-item>a p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.line-img-wrap .left,
.line-img-wrap .right {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 100;
  top: 160px;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.line-img-wrap:hover .left,
.line-img-wrap:hover .right {
  opacity: .8;
}

.line-img-wrap:hover .left.disabled,
.line-img-wrap:hover .right.disabled {
  opacity: .4;
  cursor: not-allowed;
}

.line-img-wrap .left {
  left: 0%;
}

.line-img-wrap .right {
  right: 0%;
}

body.has-touch .line-img-wrap .left,
body.has-touch .line-img-wrap .right {
  display: none !important;
}

.line-img-wrap .left .arrow {
  width: 30px;
  height: 30px;
  border-left: solid 5px #f2f2f2;
  border-top: solid 5px #f2f2f2;
  transform: translate(-5px, 25px) rotate(-45deg) translate(25px, 25px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.line-img-wrap .right .arrow {
  width: 30px;
  height: 30px;
  border-left: solid 5px #f2f2f2;
  border-top: solid 5px #f2f2f2;
  transform: translate(50px, 25px) rotate(135deg) translate(25px, 25px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.product-list-category {
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  overflow: auto;
}

.product-list-category>ul {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 35px;
  white-space: nowrap;
  scrollbar-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .05);
  scrollbar-width: thin;
}

.product-list-category:hover>ul {
  overflow: auto;
}

.product-list-category>ul::-webkit-scrollbar {
  height: 12px;
}

.product-list-category>ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .05);
}

.product-list-category>ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 5px;
}

.product-list-category>ul li:first-child {
  position: relative;
  padding-right: 30px;
  margin-left: 66px;
}

.product-list-category>ul li:first-child:after {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 1px;
}

.product-list-category>ul li .category-link {
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
}

.product-list-category>ul li .category-link:hover,
.product-list-category>ul li .category-link.category-link--isSelected {
  color: #000;
}

.product-list-category>ul li .category-link.category-link--isSelected {
  cursor: default;
}

.product-list-category>ul li .category-link:after {
  border-bottom: solid 1px #333;
  content: '';
  display: block;
  margin-top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: transform 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-list-category>ul li .category-link:hover:after,
.product-list-category>ul li .category-link.category-link--isSelected:after {
  transform: scaleX(1);
}

#thirdCategory .woocommerce-result-count {
  margin-top: 16px;
}

#thirdCategory .woocommerce-ordering select {
  margin-top: 10px;
}

#thirdCategory ul.products {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#thirdCategory ul.products li.product {
  margin-right: 0;
  padding-top: calc(100vw * 0.03);
  padding-left: calc(100vw * 0.03);
  padding-right: calc(100vw * 0.03);
  padding-bottom: 0;
  width: 25%;
  transition: all .5s cubic-bezier(.4, 0, 0, 1);
  -webkit-transition: all .5s cubic-bezier(.4, 0, 0, 1);
}

#thirdCategory ul.products li.product:hover {
  background-color: #e8e8e8;
}

#thirdCategory ul.products li.product .button {
  margin-left: calc(100vw * -0.03);
  margin-right: calc(100vw * -0.03);
  padding: 1em;
  position: static;
  transform: translateY(0);
  display: block;
  background: #333;
  color: #fff;
  transition-duration: .5s;
}

#thirdCategory ul.products li.product .button:hover {
  background: #000;
}

#thirdCategory ul.products li.product:hover .button {
  transform: translateY(0);
}

#thirdCategory ul.products li.product .product-title-wrap {
  height: 110px;
}

#thirdCategory ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-weight: bold;
}

#thirdCategory .woocommerce-loop-product__subtitle {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}

#thirdCategory .filter-bar {
  margin-bottom: 20px;
}

#thirdCategory .icon-link-btn a {
  display: flex;
  color: #252525;
  font-size: 20px;
}

#thirdCategory .icon-link-btn a .right-arrow-icon {
  fill: #252525;
  height: 20px;
  margin: 3px 15px 0 0px;
  width: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.category-2-cover {
  margin-top: -290px;
  height: 100vh;
}

.category-2-cover .cover-wrap {
  width: 100%;
  height: 100%;
}

.category-2-cover .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accompany-wrap .line-img-wrap,
.latest-projects-wrap .line-img-wrap,
.home-big-imgs-wrap .line-img-wrap {
  margin-bottom: 40px;
}

.accompany-wrap .line-img-wrap ul.line-imgs li.line-img-item:hover,
.accompany-wrap .line-img-wrap ul.line-imgs li.line-img-item:focus,
.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item:hover,
.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item:focus,
.home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item:hover,
.home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item:focus {
  background-color: transparent;
}

.accompany-wrap .accompany-info,
.latest-projects-wrap .projects-info {
  padding-left: 50px;
  text-align: left;
}

.accompany-wrap .accompany-info h2,
.latest-projects-wrap .projects-info h2 {
  margin: 0 0 25px 0;
  font-size: 34px;
}

.accompany-wrap .accompany-info p,
.latest-projects-wrap .projects-info p {
  font-size: 26px;
  line-height: 1.3em;
}

.accompany-wrap .line-img-wrap ul.line-imgs li.line-img-item>a .accompany-title {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.accompany-wrap .line-img-wrap ul.line-imgs::-webkit-scrollbar,
.latest-projects-wrap .line-img-wrap ul.line-imgs::-webkit-scrollbar,
.home-big-imgs-wrap .line-img-wrap ul.line-imgs::-webkit-scrollbar {
  width: 0;
}

.accompany-wrap .scroll-bar,
.latest-projects-wrap .scroll-bar,
.home-big-imgs-wrap .scroll-bar {
  margin: 0 auto;
  width: 85%;
  background-color: #CCC;
  bottom: 40px;
  height: 2px;
  overflow: hidden;
  position: relative;
}

.accompany-wrap .scroll-bar .scroll-bar-tap,
.latest-projects-wrap .scroll-bar .scroll-bar-tap,
.home-big-imgs-wrap .scroll-bar .scroll-bar-tap {
  background-color: #333;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  will-change: left;
  transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.has-touch .accompany-wrap .scroll-bar .scroll-bar-tap,
body.has-touch .latest-projects-wrap .scroll-bar .scroll-bar-tap,
body.has-touch .home-big-imgs-wrap .scroll-bar .scroll-bar-tap {
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a,
.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a img {
/*   height: 100%; */
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a {
  position: relative;
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a img {
  object-fit: cover;
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a .project-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .5);
  color: #333;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a .project-title p {
  font-size: 20px;
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a .project-title p.description {
  font-size: 18px;
  font-weight: normal
}

.latest-projects-wrap .line-img-wrap ul.line-imgs li.line-img-item>a:hover .project-title {
  opacity: 1;
}

.home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item>a h3 {
  margin-top: 15px;
  font-size: 26px;
}

.home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item>a p {
  font-size: 18px;
  color: #333;
}

.carousel-wrap {
  margin: 30px 0 60px;
  width: 100%;
}

.carousel-wrap .carousel-main {
  margin: 0 auto;
  width: 50%;
}

.carousel-wrap .carousel-main .product_gallery {
  float: none;
  width: 100%;
  overflow: visible;
}

.carousel-wrap .carousel-main .product_gallery .left {
  left: -40px;
}

.carousel-wrap .carousel-main .product_gallery .right {
  right: -40px;
}

@media (min-width:768px) {
  .category-list .category-list-line .line-img-wrap ul.line-imgs li.line-img-item:nth-child(2n) {
    background-color: rgba(51, 51, 51, 0.08);
  } 
  
  .category-list .category-list-line:nth-child(2n) .line-img-wrap ul.line-imgs li.line-img-item:nth-child(2n) {
    background-color: #f2f2f2;
  }
}

@media (max-width:1399px) {
  #thirdCategory ul.products li.product {
    width: 33.33%;
  }

  .accompany-wrap .accompany-info h2, 
  .latest-projects-wrap .projects-info h2 {
    font-size: 30px;
  }

  .accompany-wrap .accompany-info p, 
  .latest-projects-wrap .projects-info p {
    font-size: 22px;
  }
}

@media (max-width:1199px) {
  .accompany-wrap .accompany-info h2, 
  .latest-projects-wrap .projects-info h2 {
    font-size: 28px;
  }

  .accompany-wrap .accompany-info p, 
  .latest-projects-wrap .projects-info p {
    font-size: 20px;
  }
}

@media (max-width:1099px) {
  .accompany-wrap .accompany-info h2, 
  .latest-projects-wrap .projects-info h2 {
    font-size: 26px;
  }

  .accompany-wrap .accompany-info p, 
  .latest-projects-wrap .projects-info p {
    font-size: 18px;
  }
}

@media (max-width:1024px) {
  .category-title h2 {
    left: 50px;
    top: -45px;
    font-size: 26px;
  }

  .product-list-category>ul {
    overflow: auto;
  }

  .product-list-category>ul li:first-child {
    margin-left: 46px;
  }

  .category-list .category-list-line .category-line-info {
    padding-left: 50px;
    padding-bottom: 20px;
  }

  .line-img-wrap ul.line-imgs li.line-img-item {
    padding: 20px 15px;
  }

  .accompany-wrap .accompany-info,
  .latest-projects-wrap .projects-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-projects-wrap .projects-info {
    padding-top: 28px;
  }

  .accompany-wrap .accompany-info h2,
  .latest-projects-wrap .projects-info h2 {
    margin-bottom: 20px;
  }

  .accompany-wrap .accompany-info p,
  .latest-projects-wrap .projects-info p {
    margin-bottom: 0;
  }

  .home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item>a h3 {
    font-size: 21px;
  }
}

@media (max-width:991px) {
  #thirdCategory ul.products li.product {
    width: 50% !important;
  }
}

@media (max-width:767px) {
  .category-title h2{
    position:unset;
    padding-left:18px;
    font-size: 22px;
  }
  .product-list-category > ul li:first-child{margin-left:18px}

  .category-list .category-list-line {
    flex-direction: column;
  }

  .category-list .category-list-line .category-line-info {
    padding: 20px;
  }

  .category-list .category-list-line .category-line-info .info-wrap h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .category-list .category-list-line .icon-link-btn {
    padding: 20px;
  }

  .accompany-wrap .accompany-info {
    margin-top: 28px;
  }
  
  .accompany-wrap .accompany-info,
  .latest-projects-wrap .projects-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-big-imgs-wrap .line-img-wrap ul.line-imgs li.line-img-item>a h3 {
    font-size: 18px;
  }
  .category-list .category-list-line .category-line-info{
    width:100%;
  }
  .category-list .category-list-line .category-line-imgs-with-cover{
    width:100%;
  }
}