@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
.elementor-element.elementor-element-6be4259.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image {
    margin-top: 15px;
}
.elementor-popup-modal .dialog-close-button svg {
    height: 2em !important;
    width: 2em !important;
}

.cityline-text-primary {
  color: #bf2583;
}
.cityline-text-success {
  color: #6dc700;
}
.citylin-bg-gray {
  background-color: #f3f3f3;
}

.cityline-product-info p {
  font-size: 18px;
  line-height: 30px;
}
.product-price .price-left .cityline-text-primary {
  font-size: 26px;
  line-height: 54px;
}
.product-price .price-left small {
  font-size: 20px;
}
.product-thumb .percentage {
  transform: translate(-10px, -10px);
}
.product-thumb span {
  position: absolute;
  top:50px;
  left: 45px;
}
.product-thumb .heart {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
  margin-right: 150px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #1b224a;
}
.swiper-button-prev.fas.fa-arrow-right {
  position: absolute;
  right: 30%;
  left: auto;
  top: 0;
}
.swiper-button-prev.fas.fa-arrow-left {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  margin-right: 30px;
}
/* Pagination */
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px;
  background: #1b224a;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  transition: all 0.4;
}

.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  left: auto;
  right: 110px;
  top: -13px;
}

/* Slider */
.slide-content {
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
}

/* PRODUCT CAT */
.single-product {
  position: relative;
}

.discount > img {
  transform: translate(-8px, -8px);
}
.discount .percent {
  transform: translate(-60px, -5px);
  font-weight: bold;
  color: #fff;
}
.heart img {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.price-with-badge .counter {
  border: 1px solid #6dc700;
  border-radius: 6px;
  padding: 3px 10px;
  color: #6dc700;
  margin-left: 10px;
}

/* FILTER */
.filter-bar {
  border-radius: 6px;
  align-items: center;
  border: 1px solid #1b224a;
}
.filter-bar input.form-control {
  border: 0 !important;
  padding: 0 !important;
  font-size: 18px;
}
.filter-bar button.btn.btn-outline-secondary {
  border: 0;
  background: transparent;
  color: #707070;
  padding: 0;
}
.filter-bar button i {
  padding-left: 8px;
  font-size: 20px;
}
.filter-bar button span {
  font-size: 18px;
  padding: 0px 5px;
}
.px-0{
  padding: 0!important;
}

.filter-bar button {
  background: #4D657C;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  float: right;
  border: .5px solid #fff;
}

.filter-bar .filter-icon span {
  font-size: 15px;
}

.shorted-buttons button.short-btn {
  border: 1px solid #1D1D4D;
  border-radius: 6px;
  background: transparent;
  padding: 10px;
  margin-right: 10px;
}
.shorted-buttons button.short-btn i{
  padding-left: 5px;
}
/* MENU */
.menu-wrapper {
  border-radius: 6px;
}
.menu-bg {
  background-color: #f3f3f3 !important;
}
.accordion-flush .accordion-item {
  border-bottom: 1px solid #1b224a;
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #1b224a;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.menu-item li {
  background-color: #f3f3f3;
  border-top: 0.5px solid #4d657c;
  padding: 10px;
}
.menu-left img {
  width: 35px;
  height: auto;
  margin-right: 20px;
}
.menu-item li a {
  color: #1b224a;
  font-size: 18px;
  text-decoration: none;
}
.menu-left img {
  width: 35px;
  height: auto;
}
.menu-item li:hover {
  background-color: #fff;
}
.accordion-button::after {
  background-image: url("../img/icons/arr-down.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/arr-right.svg");
  transform: rotate(-90deg);
}

/* PRODUCT */
.single-product > img {
  width: 100%;
}
.heart img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.percentage img {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage span {
  position: absolute;
  left: 20px;
  top: 25px;
  font-weight: 600;
  color: #fff;
}

/* Pagination */
.pagination li {
  margin: 0 10px;
}
.pagination li a {
  width: 28px;
  height: 28px;
  color: #4d657c;
  background-color: #f3f3f3;
  font-weight: 500;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  text-decoration: none;
}
.pagination li:first-child {
  border: 2px solid #4d657c;
  color: #4d657c;
  border-radius: 6px;
}
.pagination li:last-child {
  border: 2px solid #1b224a;
  color: #1b224a;
  border-radius: 6px;
}

.pagination li.active a {
  background-color: #1b224a;
  color: #fff;
}

/* TABS Product Details */
.nav.nav-pills .nav-item {
  margin-right: 15px;
}
.nav.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav.nav-pills .nav-item .nav-link {
  background-color: transparent;
  padding: 0;
}

.nav-tabs .nav-link {
  background: 0 0;
  border: none;
  border-radius: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #1b224a;
  background-color: none;
  font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #83bf25;
  border-bottom: 2px solid #6dc700;
  background-color: transparent;
}

.city-line-wrapper .product-info li {
  color: black;
  text-align: le;
}
.city-line-wrapper .product-info li:nth-child(odd) {
  background-color: #f3f3f3;
  padding: 10px;
}
.city-line-wrapper .product-info li:nth-child(even) {
  background-color: #fff;
  padding: 5px;
}

/* Product */

.product-contact-bar {
  background-color: #4d657c;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
}
.product-details-right {
  background-color: #f3f3f3;
  border-radius: 6px;
}

.transport-icon img {
  padding: 10px 20px;
}
.nation-flag {
  border-top: 1px solid #4d657c;
  border-bottom: 1px solid #4d657c;
}
.nation-flag img {
  padding: 10px 20px;
}
.price .timer {
  color: #83bf25;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #83bf25;
  border-radius: 6px;
}
.q-right input[type="number"] {
  max-width: 100px;
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #1b224a;
  height: 58px;
  font-weight: bold;
  color: #1b224a;
}
.q-right input[type="text"] {
  max-width: 100px;
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #1b224a;
  height: 58px;
  font-weight: bold;
  color: #1b224a;
}
.q-right button {
    border: none;
    position: absolute;
    height: 55px;
    left: auto;
    top: 1px;
    right: 2px;
    color: #1B224A;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.q-right button:hover {
  background: #f3f3f3;
}

/* CSS iš content-product.php failo */

@media screen and (max-width:767px){
  .prices.my-3 {
      min-height: 34px;
      margin-bottom: 2px;
  }
  .product-wrapper {
      padding: 5px !important;
  }
  .papildomas_mob {
      width: 50%;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .mob_wraperis {
      display: flex;
      margin-left: 5px !important;
      margin-right: 5px !important;
  }

@media screen and (min-width: 768px){
  .prd_apr_cat_p {
      font-size: 12px !important;
      margin: 3px 0px !important;
      min-height: 51px;
  }
}
@media screen and (max-width: 767px){
  .prd_apr_cat_p {
      font-size: 12px !important;
      margin: 3px 0px !important;
      min-height: auto;
  }
}
  .pink-btn {
      font-size: 12px !important;
  }
  .woocommerce.product.compare-button a {
      font-size: 11px !important;
  }
  .paryskinta_kaina {
      font-size: 16px;
      margin-bottom: 1px !important;
      line-height: 17px;
      padding-left: 15px;
  }
  .sena_kaina, .prev-price {
      font-size: 14px;
      line-height: 15px;
  }
  .discount img {
      top: 15px !important;
      left: 12px !important;
      width: 40px !important;
  }
  .procentai_mob_prod {
      top: 15px !important;
      left: 13px !important;
      font-size: 12px !important;
  }
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
      margin-top: -20px !important;
      margin-left: -20px !important;
  }
  .woocommerce.product.compare-button .compare::before {
    background-size: 15px 15px !important;
    width: 15px !important;
    height: 15px !important;
  }
  .woocommerce.product.compare-button .remove-custom::before {
      background-size: 15px 15px !important;
      width: 15px !important;
      height: 15px !important;
  }
  .woocommerce.product.compare-button a {
      padding: 10px 5px 10px 0 !important;
  }
  .prod_btn_tit {
      margin-top: 2px !important;
  }
  .compare_mob_btn {
      margin-top: 2px !important;
  }
  #rec_prod_comp .woocommerce.product.compare-button .compare::before {
      background-size: 19px 14px !important;
      width: 19px !important;
      height: 14px !important;
  }
  #rec_prod_comp .woocommerce.product.compare-button .remove-custom::before {
      background-size: 19px 14px !important;
      width: 19px !important;
      height: 14px !important;
  }
  #rec_prod_comp .woocommerce.product.compare-button a {
      padding: 10px 5px 10px 0 !important;
      font-size: 12px !important;
  }
  .img_aukstis {
      min-height: 155.233px;
  }

}
@media only screen and (min-width: 1140px) and (max-width: 2100px){
  .img_fixas {
      min-height: 21vw;
  }
  .img_aukstis {
      min-height: 21vw;
      height: 21vw !important;
      width: 100%;
  }
}
@media only screen and (min-width: 2101px){
  .img_aukstis {
      height: unset !important;
      min-height: unset !important;
  }
}
@media only screen and (min-width: 1140px){
  .hoveris_ef {
      max-width: 100%;
      transition: all 0.3s;
      display: block;
      width: 100%;
      height: auto;
      transform: scale(1);
      position: relative;
      overflow: hidden;
  }
  .hoveris_ef:hover {
      transform:  scale(1.025);   
  }
  .pink-btn.my-2.add_to_cart_button.prod_btn_tit {
      margin-top: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px){
  .img_fixas {
      min-height: 21vw;
  }
  .img_aukstis {
      min-height: 21vw;
      height: 21vw !important;
      width: 100%;
  }
  .woocommerce.product.compare-button a {
      padding: 0px 5px 10px 0 !important;
  }
  .woocommerce .product .compare-button .remove-custom::before {
      background-size: 20px 20px !important;
      width: 20px !important;
      height: 20px !important;
  }
}

.woocommerce img, .woocommerce-page img {
  max-width: 85%;
}

.q-left {
  margin-left: -20px;
}
.product-thumb-img img {
  margin-bottom: 20px;
}
/* Horizontal Product */

.product-wrapper {
  border: 1px solid #C7C7C7;
  opacity: 1;

  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.product-desc h5 {
  margin-bottom: 10px;
  color: #1b224a;
}
.discount img {
  width: 70px;
    position: absolute;
    top: 25px;
    left: 25px;
}
@media screen and (max-width: 767px){
  .discount span {
  font-weight: 600;
  color: #fff;
  transform: translate(0px, 3px);
}
}
@media screen and (min-width: 768px){
.discount span {
  font-weight: 600;
  color: #fff;
  transform: translate(-7px, -7px);
}
}
.wishlist img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
}

.accordion-header {
  margin-bottom: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .horizontal-card .container-fluid.px-120 {
    padding: 0 15px;
  }
  .px-120 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr-100 {
    padding-right: 15px;
  }
  .product-thumb .product-img {
    width: 100%;
  }
  .product-detail-info {
    margin-left: 0;
  }
  .tab-content .product-img {
    width: 100%;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
  .pink-btn {
    padding: 11px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-thumb .product-img {
    width: 100%;
  }
  .px-120 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr-100 {
    padding-right: 15px;
  }
  .swiper-pagination.swiper-pagination-bullets {
    right: 96px;
  }
  .product-detail-info {
    margin-left: 0;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
  .pink-btn {
    padding: 11px 30px;
  }
  .px-120 {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .swiper-pagination.swiper-pagination-bullets {
    right: 78px;
  }
  .swiper-button-next {
    margin-right: 115px;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
  .px-120 {
    padding-left: 0;
    padding-right: 0;
}
}






/*=======================Content page style==========================*/
.catagory-page-content {
  padding-top: 50px;
}

.c-page-text {
  padding-left: 80px;
}

h3.cp-titel {
  position: relative;
  color: #1B224A;
}

h3.cp-titel::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #49647F;
    left: -80px;
    top: 20px;
}

.c-page-text p{
  margin-top: 15px;
}

.c-page-text h4{
  margin-top: 15px;
  color: #1B224A;
}

h4.cus-cap {
  text-transform: uppercase;
}
h4.cus-cap span {
  color: #83BF25;
}
.single-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}
.single-content p {
  margin-left: 25px;
  margin-top: 0;
}

.single-content span {
  position: relative;
  background: #4D657C;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.c-page-text2 {
  background: #F3F3F3;
  padding: 40px 0px 100px 150px;
  margin-top: 50px;
}

.c-page-text2 h4{
  margin-top: 25px;
}
.shop-content2 {
  text-align: center;
}
@media screen and (min-width: 768px){
.shop-content2 h2,
.shop-content2 h1 {
  color: #83BF25;
  font-size: 40px;
  font-weight: 700;
}
}

@media screen and (max-width: 767px){
.shop-content2 h2,
.shop-content2 h1 {
  color: #83BF25;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
}

.failas {
  display: block;
  padding: 15px 7px;
  background: url('https://www.specdarbai.lt//wp-content/themes/city-line-child/assets/img/pdf-icon.png') no-repeat 10px center;
  padding-left: 45px;
  border: 1px solid #83BF25;
  border-radius: 6px;
  margin-bottom: 5px !important;
  color: #1a2149 !important;
}
@media screen and (min-width: 768px){
.product-btn {
  width: 100%;
  padding: 10px 0;
}
}

@media screen and (max: 767px){
.product-btn {
  width: 100%;
  padding: 5px 0;
}
}

.product-btn_left {
  width: 100%;
  float: left;
  z-index: 20;
  position: relative;
}
.product-btn_right {
  width: 15%;
  float: left;
}
.product-desc {
  padding: 0 10px 44px;
}
.new_product_badge {
  height: 33px;
  width: 100%;
   background: transparent linear-gradient(270deg, #A52588 0%, #A5258800 80%) -36% -76% no-repeat padding-box;
  border-radius: 0px 20px 0px 0px;
}
.new_product_badge p {
  display: flex;
  text-align: right;
  padding-right: 20px;
  color: #fff;
  font-weight: 500;
  height: 100%;
  align-items: center;
  float: right;
}
.product-wrapper {
  padding: unset !important;
}

.del-gutter .papildomas_mob .mob_wraperis .col-lg-12.col-md-12 {
    position: relative;
}
.del-gutter .papildomas_mob .mob_wraperis .new_product_badge {
    position: absolute;
    top: 0;
    z-index: 9;
}

.del-gutter .papildomas_mob .mob_wraperis {
    position: relative;
}
.del-gutter .papildomas_mob .mob_wraperis picture img {
    max-width: 239px;
    width: 100%;
}

.archive.tax-product_cat .stokes-checking {
    padding: 0 10px;
}
.mob_wraperis .col-lg-12.col-md-12 .product-desc .product-btn .product-btn_right a.tinvwl_add_to_wishlist_button::before {
    color: #DB316C;
}
@media (max-width: 1365px){
  .product-desc .product-btn .pink-btn {
    padding: 10px 30px !important;
}
.product-btn_right a.tinvwl_add_to_wishlist_button {
    width: 20px !important;
    height: 20px !important;
}
}
