:root {
  --Black: #000000;
  --White: #ffffff;
  --body-text: #666666;
  --Primary: #32787e;
  --Secondary: #0f0e0f;
  --Border: #2e231a;
  --Border-1: rgb(255 225 211 / 0.15);
  --Border-2: #32787e;
  --Text: #b3b3b3;
  --Text-1: #d6d6d6;
  --Text-2: #666666;
  --Text-3: #111111;
  --Text-4: #ededed;
  --Bg: #181818;
  --Bg-1: #efefef;
  --Bg-2: #32787e;
  --Logo-bela: #ffe1d3;
}

::-moz-selection {
  color: #fff;
  background: #32787e;
} /* Code for Firefox */

::selection {
  color: #fff;
  background: #32787e;
} 

#header_main .header-inner .header-left img {
    max-width: 250px;
}

#header_main .header-inner .header-center .nav-list .item .sub-nav {
    border-radius: 0;
}

.tf-top-bar .top-bar .welcome {
    color: var(--White);
}

.tf-btn:hover {
    color: #000 !important;
}

#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact .number-call a {
    font-size: 30px;
    line-height: 50px;
    color: var(--Text-3);
}

#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact .email a {
    color: var(--Text-3);
}

.megrim-font {
  font-family: "Megrim";
}

.section-meet-team .box-meet-team .content-left .heading-section .sub-title {
    font-size: 40px;
}

.page-title-home .slider-page-title-home .home-slider::before {
    content: "LOOK&KOOL";
    font-family: "Megrim";
	color: var(--White);
}

h3.title.fw-bold.crni-tekst,
h2.title.fw-bold.crni-tekst {
    color: #32787e;
}

.beli-tekst {
    color: #fff;
}

.crni-tekst {
    color: #0f0e0f;
} 

.wg-chef-signature .content-chef .name-chef {
    color: #0f0e0f;
    margin-bottom: 0px;
}

.tf-btn {
    background-color: #32787e;
}

.bela-pozadina {
  background: var(--White);
} 
 
.discovery-now {
  background-image: url("../images/bg/look-and-kool-001.jpg");
} 

.section-box-history .content .text-1 {
    margin-bottom: 20px;
}

.section-box-history::before {
    background-image: none;
}

.section-box-history .content .text-2 {
    margin-bottom: 43px;
}

.section-meet-team .box-meet-team::after {
    background-image: none;
}

.wg-chef-signature {
    background-color: #32797f;
}

.section-counter {
    padding-bottom: 100px;
}

#footer {
    background-image: none;
}

#footer .footer-inner .footer-logo img {
    max-width: 80%;
}

#footer .footer-inner .footer-form-signup p {
    padding-left: 0;
}

.page-title .content .breadcrum-wrap .quote {
    font-family: "Raleway", sans-serif;
	color: var(--White);
}

.page-title .wrap-content::before {
    background-color: rgb(0 0 0 / 0%);
}

.page-title .wrap-content {
    background-image: url(./../images/bg/look-and-kool-021.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    padding: 136px 68px 43px 172px;
}

.section-title-image .page-image {
    border: 1px solid var(--Border-2);
}

.main-content.page-history {
    padding-bottom: 50px;
    padding-top: 50px;
}

.history-main::before {
    background-color: rgb(237 243 244);
}

.history-box:not(:last-child) {
    border-bottom: 1px solid rgb(237 243 244);
}

/* stranica pojedinacnog proizvoda */

.wg-shop-detail .content .title-quantity,
.wg-quantity .quantity .plus-btn,
.wg-quantity .quantity input,
.wg-quantity .quantity .minus-btn,
.wg-shop-detail .content .more-infor .list .item,
.wg-tabs .menu-tab .item.active,
.wg-tabs .menu-tab {
    color: var(--Text-3) !important;
}

.wg-shop-detail .content .more-infor {
    border-bottom: 1px solid var(--Border-2);
}

/* stranica prodavnice */
.main-content.page-shop {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider #range-two-val {
  margin-bottom: 10px;
  height: 1px;
  box-shadow: none;
  border: 0;
  background-color: #d1d0d0;
  margin-bottom: 40px;
}
.range-slider #range-two-val .noUi-connects .noUi-connect {
  background-color: #2d2723;
}
.range-slider #range-two-val .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2d2723;
  border: none;
  box-shadow: none;
  top: 0;
  right: -9px;
  transform: translate(-50%, -50%);
}
.range-slider #range-two-val .noUi-origin .noUi-handle:active {
  width: 17px !important;
  height: 17px !important;
  border: 4px solid #c3a27c !important;
  right: -17px !important;
}
.range-slider #range-two-val .noUi-origin .noUi-handle::after, .range-slider #range-two-val .noUi-origin .noUi-handle::before {
  display: none;
}
.range-slider .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.range-slider .bottom a {
  color: var(--White);
  height: 40px;
  padding: 5px 32px;
}
.range-slider .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider .value > div {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
}

/*------------ accordion ---------------- */
/*------------ shop ---------------- */
.product-item .wrap-image {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  height: 204px;
  overflow: hidden;
}
.product-item .wrap-image img {
  object-fit: cover;
}
.product-item .wrap-image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.product-item .wrap-image .wrap-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  font-size: 17px;
  gap: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.product-item .wrap-image .wrap-icons .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  background-color: var(--Secondary);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0s;
  margin-bottom: -34px;
  transform: translateY(20px);
}
.product-item .wrap-image .wrap-icons .add {
  transition-delay: 0.1s;
}
.product-item .wrap-image .wrap-icons .add svg {
  margin-left: -2px;
}
.product-item .wrap-image .wrap-icons .like {
  transition-delay: 0.2s;
}
.product-item .wrap-image .wrap-icons .like i {
  line-height: 20px;
  color: var(--White);
}
.product-item .content {
  text-align: center;
  gap: 24px;
}
.product-item .content .price {
  font-size: 20px;
  line-height: 24px;
  color: var(--Primary);
  font-weight: 600;
  margin-bottom: 12px;
}
.product-item .content .price span {
  color: #c8c8c8;
  text-decoration-line: line-through;
  margin-right: 20px;
  font-weight: 600;
}
.product-item .content .name {
  line-height: 26px;
  margin-bottom: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.product-item .content .rating i {
  margin: 0 -3px;
}
.product-item.style-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-item.style-list .wrap-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
  width: 200px;
}
.product-item.style-list .wrap-image img {
  object-fit: cover;
}
.product-item.style-list .content {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.product-item.style-list .content .price {
  margin-bottom: 0;
}
.product-item.style-list .content .name {
  margin-bottom: 0;
}
.product-item.style-list .content .rating {
  display: inline;
}
.product-item.style-list .content .rating i {
  margin: 0;
}
.product-item:hover .wrap-image::before {
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.01);
}
.product-item:hover .wrap-image .wrap-icons .icon {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.rating {
  font-size: 18px;
  line-height: 25px;
  color: var(--Primary);
}
.rating i {
  font-size: 18px;
  margin: 0 -2px;
}

.tf-shop-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tf-shop-control p {
  font-size: 17px;
  line-height: 30px;
  color: var(--Text);
}
.tf-shop-control .option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 23px;
}
.tf-shop-control .option .btn-list {
  font-size: 35px;
  color: var(--Text);
  cursor: pointer;
}
.tf-shop-control .option .btn-grid {
  cursor: pointer;
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort {
  padding: 17px 15px;
  border: 1px solid var(--Black);
  cursor: pointer;
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort .btn-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  font-size: 15px;
  color: var(--Text);
  justify-content: space-between;
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort .dropdown-menu {
  min-width: 180px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: 10px !important;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort .select-item {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  padding: 0 20px;
  line-height: 30px;
  width: 100%;
  border-left: 2px solid var(--White);
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort .select-item::before {
  height: 100%;
  content: "";
  width: 6px;
  position: absolute;
  z-index: 2;
  left: 2px;
  top: 0;
  background-color: var(--White);
}
.tf-shop-control .tf-control-sorting .tf-dropdown-sort .select-item.active, .tf-shop-control .tf-control-sorting .tf-dropdown-sort .select-item:hover {
  background-color: var(--Text-1);
  border-left: 2px solid var(--Black);
}

.cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  gap: 22px;
  margin-bottom: 27px;
}
.cart-item .wrap-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 82px;
  overflow: hidden;
  background-color: var(--White);
}
.cart-item .wrap-image img {
  object-fit: cover;
}
.cart-item .content {
  flex-grow: 1;
  padding-top: 16px;
}
.cart-item .content .price {
  margin-bottom: 2px;
  color: var(--Text);
  font-size: 17px;
  line-height: 24px;
}
.cart-item .content .name {
  font-weight: 700;
  color: var(--Text);
  letter-spacing: 0.1px;
}
.cart-item .content .close-button {
  position: absolute;
  top: 0;
  right: -3px;
  font-weight: 600;
  font-size: 11px;
  color: var(--Text);
  cursor: pointer;
}
.cart-item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5dccf;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--White);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
  position: absolute;
  content: "\e916";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--Black);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Black);
  stroke-width: 4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/*section-shop
---------------------------------------------------------------*/
.section-shop .tf-shop-control {
  margin-bottom: 78px;
}
.section-shop .wg-shop-content {
  margin-bottom: 4px;
}
.section-shop .wg-shop-content .product-item {
  margin-bottom: 64px;
}
.section-shop .cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  gap: 22px;
  margin-bottom: 27px;
}
.section-shop .cart-item .wrap-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 82px;
  overflow: hidden;
  background-color: #f9f5ee;
}
.section-shop .cart-item .wrap-image img {
  object-fit: cover;
}
.section-shop .cart-item .content {
  flex-grow: 1;
  padding-top: 16px;
}
.section-shop .cart-item .content .price {
  margin-bottom: 2px;
  color: var(--text);
  font-size: 17px;
  line-height: 24px;
}
.section-shop .cart-item .content .name {
  font-weight: 700;
  color: var(--Text);
  letter-spacing: 0.1px;
}
.section-shop .cart-item .content .close-button {
  position: absolute;
  top: 0;
  right: -3px;
  font-weight: 600;
  font-size: 11px;
  color: var(--Text);
  cursor: pointer;
}
.section-shop .cart-item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5dccf;
}
.section-shop .tf-sidebar .sidebar-item.cart .subtotal {
  background-color: #2d2723;
  padding: 11px 20px 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.section-shop .tf-sidebar .sidebar-item.cart .subtotal .title {
  font-weight: 700;
  color: var(--White);
  letter-spacing: 0.7px;
}
.section-shop .tf-sidebar .sidebar-item.cart .subtotal .title svg {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}
.section-shop .tf-sidebar .sidebar-item.cart .subtotal .price {
  font-size: 17px;
  color: var(--White);
}
.section-shop .tf-sidebar .sidebar-item.cart .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-left: 2px;
  margin-right: -2px;
}
.section-shop .tf-sidebar .sidebar-item.cart .bottom .tf-btn-default {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  gap: 0px;
}
.section-shop .tf-sidebar .sidebar-item.cart .bottom .tf-btn-default i {
  font-size: 18px;
}
.section-shop .tf-sidebar .sidebar-item.categories .content {
  padding: 28px 23px 17px 30px;
}
.section-shop .tf-sidebar .sidebar-item.categories ul li {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: var(--Text);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-shop .tf-sidebar .sidebar-item.categories ul li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -1px;
  opacity: 0;
  width: 18px;
  height: 2px;
  background-color: var(--Primary);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-shop .tf-sidebar .sidebar-item.categories ul li:hover {
  padding-left: 33px;
}
.section-shop .tf-sidebar .sidebar-item.categories ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
.section-shop .tf-sidebar .sidebar-item.filter .content {
  padding: 39px 23px 35px 30px;
}
.section-shop .tf-sidebar .sidebar-item.recent-product .cart-item {
  gap: 19px;
}
.section-shop .tf-sidebar .sidebar-item.recent-product .cart-item span {
  color: #666666;
  text-decoration-line: line-through;
  margin-right: 17px;
}
.section-shop .tf-sidebar .sidebar-item {
  margin-bottom: 48px;
}
.section-shop .tf-sidebar .sidebar-item > .title {
  background-color: var(--Secondary);
  font-weight: 500;
  color: var(--White);
  letter-spacing: 1px;
  padding: 19px 28px 15px;
}
.section-shop .tf-sidebar .sidebar-item > .content {
  background-color: #f9f5ee;
  padding: 35px 23px 29px 30px;
}

/*------------ widgets ---------------- */
.wg-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wg-pagination li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 0;
  border: 1px solid var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wg-pagination li a {
  font-size: 17px;
  color: var(--text-2);
}
.wg-pagination li:hover {
  background-color: var(--Primary);
}
.wg-pagination li:hover a {
  color: var(--White);
}
.wg-pagination li a:hover {
    color: #fff !important;
}
.wg-pagination li.active {
  background-color: var(--Primary);
}
.wg-pagination li.active a {
  color: var(--White);
}

@media (max-width: 820px) {
  .cart-item {
    flex-wrap: wrap;
    row-gap: 0px;
  }
}