:root {
  --primary: #fff !important;
  --main: #008CD6 !important;
  --pink: #DE1A58 !important;
  --content: #333333 !important;
  --good: #15c65c !important;
  --warning: yellow !important;
  --bad: red !important;
  --default: #999999 !important;
}

.text-white {color: #fff;}

.invert {
  filter: invert(1);
}

#footer {
  background: url(../images/footer.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

#footer p {
  color: white;;
  margin: 0;
}

#footer a {
  color: white;;
}

#footer a:hover {
  color: var(--pink);;
}

#footer .menu a {
  outline: none;
  text-decoration: none;
  color: white;
}

#footer .menu a:hover {
  text-decoration: revert;
}

#footer .menu .bold {
  font-weight: bold;
}

#footer .menu {
  margin: 10px 0px;
}

#footer .logoBox {
  padding: 35px;
  width: 240px;
  position: relative;
  height: 240px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  box-shadow: 5px 5px 20px 0px #00000038;
}

#footer i {
  padding: 13px;
  margin-right: 15px;
  width: 50px;
  position: relative;
  height: 50px;
  border-radius: 50%;
  background: #DE1A58;
  text-align: center;
  color: white;
  font-size: 26px;
  line-height: 0.9;
  border: 1px solid #FFF;
  transition: all 200ns ease-in-out;
}

#footer i:hover {
  background: #fff;
  color: #DE1A58;
  border: 1px solid #DE1A58;
}

#footer .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  color: black;
  margin: 0;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: black;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.markak img:hover {
  transform: scale(1.03);
}

.title p {
  font-size: 24px;
  color: var(--content);
}

.btn-more {
  border: none;
  border-radius: 5px;
  padding: 6px 11px;
  height: auto;
  text-align: center;
  color: white !important;
  margin: 6px 10px;
  transition: all 200ms ease-in-out;
  background-color: var(--default);
  font-size: 12px;
  transition: all 200ms ease-in-out;
} .btn-more:hover {
  transform: scale(1.05);
}

.btn-good,
.btn-red,
.btn-warning,
.btn-default {
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  height: auto;
  text-align: center;
  color: white !important;
  transition: all 200ms ease-in-out;
}

.btn-good:hover,
.btn-red:hover,
.btn-warning:hover,
.btn-default:hover {
  transform: scale(1.05);
}

.btn-bold {
  font-weight: bold;
}

.btn-good {
  background-color: var(--good);
}

.btn-red {
  background-color: var(--bad);
}

.btn-warning {
  background-color: var(--warning);
}

.btn-default {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
}

.green {
  color: var(--good);
}

.red {
  color: var(--bad);
}

.yellow {
  color: var(--warning);
}

.gray {
  color: var(--default);
}

@media (max-width: 990px) {
  .slider .bg .topP {
    padding-top: 110px;
  }
  .mobilFixed {
    position: fixed;
    background: #fff;
    z-index: 5;
    width: 100%;
  }
}

.slider {
 height: 800px;
}

.slider.otherpage {
  height: 200px;
 }

#home .slider img{
  width: 330px;
  position: relative;
  top: 80px;
}

.slider .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.octeni {
  -webkit-text-fill-color: #e44074; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

h1 {
  font-weight: 700;;
}

@media (min-width: 576px) {
  #home .slider .bg .info {
    padding: 200px 0px;
    color: white !important;
  }

  h1 {
    font-size: 60px;
  }
}

@media (max-width: 990px) {
  h1 {
    font-size: 50px;
    margin-top: 40px !important;
  }
}

@media (max-width: 575px) {
  #home .slider .bg .info {
    padding: 0px;
    color: white !important;
  }

  h1 {
    font-size: 40px;
  }
}

#home .slider .bg .info .des {
  font-size: 35px;

}

#home .slider .bg .info .name {
  font-size: 30px;
  font-style: italic;

  font-weight: 100;
  margin: 0;
}

#home .slider .bg .product {
  margin-top: 30px;
}

#home .slider .bg .product img {
  width: 100%;
  transition: all 200ms ease-in-out;
}

#home .slider .bg .product img:hover {
  transform: scale(1.02);
}

.mobil-menu {
  padding: 15px 0px;
}

.mobil-menu .menu {
  border: none;
  position: relative;
  padding: 0px 11px;
  float: right;
  background: none;
}

@media (max-width: 990px) {
  .mobil-none {
    display: none;
  }
  #home .slider {
    height: auto !important;
}
}

.mobil-menu a img {
  margin-left: 15px;
}

.mobil-menu .cart {
  border: none;
  position: relative;
  padding: 11px;
  float: right;
  background: none;
}

.mobil-menu .cart {
  margin-right: 10%;
} 

.mobil-menu .menu i,
.mobil-menu .cart i {
  font-size: 25px;
  color: var(--content);
} .mobil-menu .menu i:hover,
.mobil-menu .cart i:hover {
  color: var(--main);
}

.my-navbar {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  transition: all 200ms ease-in-out;
  z-index: 950;
  color: #fff;
  background-color: white;
}

.my-navbar .fixed-p {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all 200ms ease-in-out;
  z-index: 1000;
  width: 100%;
  height: 80px;
  padding: 5px 15%;
}

#navbar_main .navbar-nav a {
  text-decoration: none !important;
  outline: none !important;
}

#navbar_main .categorys:hover .products {
  display: block !important;
}

#navbar_main .categorys:hover .products li {
  font-weight: 500;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

#navbar_main .categorys:hover .products li:hover {
  color: #DE1A58;
  background-color: #e9ecef;
}

#navbar_main .categorys a {
  cursor: pointer;
}

#navbar_main .products {
  display: none;
  width: max-content;
  position: absolute;
  left: 158px;
  border: 1px solid gray;
  padding: 0;
  background: white;
  list-style: none;
  top: 0;
}

@media (max-width: 990px) {
  #navbar_main .search input {
    border-radius: 10px;
    background: none !important;
    color: var(--content);
    margin-right: 15px;
    padding: 7px 20px;
    border: 1px solid var(--content);
    width: 100%;
    outline: none !important;
  }
  
  #navbar_main .search input {
    display: block;
  }

}

@media (min-width: 991px) {
  #navbar_main .search input {
    border-radius: 10px;
    background: none !important;
    color: #fff;
    margin-right: 15px;
    padding: 7px 20px;
    border: 1px solid #fff;
    width: 100%;
    outline: none !important;
  }

  #navbar_main .navbar-nav .search:hover input {
    display: block;
  }
  
  #navbar_main .search input {
    display: none;
  }
}


.bgoff {
  background: none;
}

@media (min-width: 991px) {
  .bgon {
    background: #fff;
    transition: all 200ms ease-in-out;
    box-shadow: 0px 5px 10px #00000040;
  }
  
  .bgon .navbar-nav a {
    transition: all 200ms ease-in-out;
    color: #333333 !important;
  }
}

#navbar_main .navbar-nav a {
  font-size: 16px !important;
  font-weight: bold;
  transition: all 300ms ease-in-out;
} #navbar_main .navbar-nav a:hover {
  text-decoration: underline;
  color: #3061ab !important;
}

#navbar_main .navbar-nav p {
  color: var(--content-color) !important;
  font-size: 12px !important;
  font-weight: normal;
  font-style: italic;
  margin-top: 0;
}


#navbar_main .bgon .navbar-brand img {
  filter: invert(1);
}

@media (max-width: 990px) {
 .navbar-brand img {
    filter: invert(1) !important;
    width: 100%;
  }
  #navbar_main .navbar-brand {
    padding: 0 !important;
    margin-right: 30px;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}

@media (min-width: 991px) {
   #navbar_main .navbar-brand {
     padding: 0 !important;
     margin-right: 30px;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     align-content: center;
   }
 }
 
 .mobil_brand {
  margin-right: 50%;
 }

#navbar_main .navbar-brand img {
  height: 50%;
}

#navbar_main .nav-item {
  margin-right: 20px;
  padding-left: 0 !important;
}

#navbar_main .nav-cart i {
  font-size: 30px;
  margin-top: 9px;
  transition: all 500ms ease-in-out;
} #navbar_main .nav-cart i:hover {
  color: var(--good) !important;
  transform: translatey(-10px);
}

#navbar_main .nav-translate {
  padding-top: 10px;
  margin-right: 50px;
}

#navbar_main .nav-translate .dropdown-item {
  padding: 16px !important;
}

#navbar_main .nav-translate a {
  color: var(--content-color) !important;
  font-size: 16px !important;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

#navbar_main .nav-translate a:hover {
  color: #15c65c !important;
}

@media (max-width: 990px) {
  #navbar_main .nav-link {
    padding-left: 0 !important;
    color: var(--content);
  }
}

@media (min-width: 990px) {
  #navbar_main .nav-link {
    color: #fff;
  }
}


#navbar_main .bg-white {
  background: #fff !important;
}

div.owl-nav {
  display: inline-block;
  font-size: 35px;
  transition: 0.3s;
  background: none !important;
  outline: none !important;
}

@media (min-width: 1138px) {
    .owl-prev, .owl-next {
      position: absolute !important;
  }

  .owl-prev {
    left: -70px;
    top: 97px;
    color: white;
    background: none !important;
    outline: none !important;
  } .owl-prev:hover i { 
    color: var(--main);
    background: none !important;
    outline: none !important;

  }

  .owl-next {
    right: -70px;
    top: 97px;
    color: white;  
    background: none !important;
    outline: none !important;
  } .owl-next:hover i { 
    color: var(--main);
    background: none !important;
    outline: none !important;
  }
}

@media (max-width: 1137px) {
    .owl-prev, .owl-next {
      display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 576px) {
  #hirdetes .form-group .list {
    width: 30%;
  }
}


@media (max-width: 575px) {
  #hirdetes .form-group .list {
    width: 100%;
  }
}

.list p {
  color: gray;
  padding: 13px;
  margin: 0px 40px;
  border-top: 1px solid rgba(128, 128, 128, 0.219);
}


.contact .icon i {
  font-size: 25px;
  color: #DE1A58;    
  margin-right: 25px;
}

.contact .icon {
  display: flex;
  align-items: center;
}

.contact a {
  color: #535353;
  transition: all 200ms ease-in-out;
  text-decoration: none;
} .contact a:hover {
  color: #3061ab;
}

.myform button:hover {
  background: #3061ab !important;
}

@media (min-width: 576px) {
  .myform button {
    border-radius: 10px;
    background: #DE1A58 !important;
    color: white;
    padding: 10px 35px;
    border: 1px solid #DE1A58;
    font-weight: bold;
    margin: 10px 50px;
    outline: none !important;
    transition: all 200ms ease-in-out;
  } 
}

@media (max-width: 576px) {
  .myform button {
    border-radius: 10px;
    background: #DE1A58 !important;
    color: white;
    padding: 10px 35px;
    border: 1px solid #DE1A58;
    font-weight: bold;
    margin: 10px 0px;
    outline: none !important;
    transition: all 200ms ease-in-out;
  } 
}

.myform input,
.myform textarea,
.myform select {
  border-radius: 5px;
  background-color: #fff !important;
  color: var(--content);
  padding: 10px 20px;
  border: 1px solid #00B4D8;
  margin: 10px 0px;
  width: 100%;
  outline: none !important;
}

.myform label {
  color: #6B6B6B;
}


.myform input:focus,
.myform input:hover,
.myform input:active,
.myform textarea:focus,
.myform textarea:hover,
.myform textarea:active
.myform select:focus,
.myform select:hover,
.myform select:active  {
  background-color: none !important;
  color: var(--content);
  border: 1px solid #DE1A58;
}



::placeholder {
  color: rgba(255, 255, 255, 0.315);
}


/* end my */

* {
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #fff ;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%; width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

}	
/* ============ mobile view .end// ============ */

.bgon .drop .drop-el {
  top: 58px !important;
}

.bgon .drop .drop-el .level .drop-el {
  top: -3px !important;
}

.drop .drop-el a {
  color: #212529;
}

.drop a.nav-link {
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
  padding-right: 20px !important;
  padding-left: 20px !important;
  transition: none !important;
}

.drop:hover a.nav-link {
	background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0;
  z-index: 5000;
  position: relative;
  color: #e44074 !important;
}

.drop a:hover {
	color: white;
}

.drop .drop-el { 
	display: none;
}

.drop:hover .drop-el {
	display: block;
  top: 90px;
  margin-top: 2px;
  position: absolute;
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 0;
  border: 1px solid #dadada;
  z-index: 2;
}

.drop .drop-item {
	list-style: none;
  padding: 8px 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding-left: 15px;
  transition: all 200ms ease-in-out;
}

.drop .drop-item .name i {
	margin-right: 10px;
}

.drop .drop-item:hover {
  background: #008cd6 !important;
  color: white !important;
}

.drop .drop-item:hover a {
  color: white !important;
}

.drop .drop-el .level .drop-el {
  display: none;
  position: absolute;
  top: -3px;
  right: -298px;
  text-align: left;
  width: 300px;
  border-radius: 0px 0px 10px 0px;
  height: 100%;
  z-index: 4;
  float: left;
}

.drop .drop-el .level:hover .drop-el {
	display: block;
}

.drop .drop-el .level:hover .drop-el .drop-item {
	color: #000;
}

#osszetetel .box {
  background: #fff;
  box-shadow: 0 0 10px #00000038;
  border-radius: 15px;
  height: max-content;
  width: 80%;
  height: max-content;
  min-height: 240px;
  padding: 0 50px 10px 50px;
}

#osszetetel .box img {
  position: relative;
  top: -40px;
}

#osszetetel .box .info {
  margin-top: -30px;
}

#tetovalok .box {
  background: #fff;
  box-shadow: 0 0 10px #00000038;
  border-radius: 15px;
  height: max-content;
  width: 100%;
  padding: 10px;
  transition: all 200ms ease-in-out;
}

#tetovalok .box img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

#tetovalok .box:hover {
  transform: translateY(-10px);
}

#tetovalok p,
#tattoo .man p {
  margin: 0;
}

#tetovalok .name,
#termekek .name,
#tattoo .man .name {
  font-weight: 600;
}

#termekek .box img {
  width: 100px;
}

#termekek .box {
  background: #fff;
  box-shadow: 0 0 10px #00000038;
  border-radius: 15px;
  min-height: 230px;
  height: max-content;
  width: 100%;
  padding: 20px;
  transition: all 200ms ease-in-out;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

#tattoo .man img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  object-fit: cover;
}

#tattoo .contact i {
  font-size: 30px;
  text-align: center;
  width: 55px;;
}

#tattoo h1.name {
  font-size: 30px;
  margin: 0;
}

#tattoo .item .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.owl-tattoos .item img,
.owl-ref .item img  {
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  background-color: black;
  border: 2px solid white;
}

.lightbox {
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.lightbox:hover {
  opacity: .8;
}

/* ===================== */
/* HOL KAPHATO */
/* ===================== */

@media (min-width: 1200px) {
    #holkaphato  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}
#holkaphato{
    background-color: #b8daff;}

.hk-header a {
  color: black !important;
}

.hk-header .whitecube {
  background: none;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
}

.hk-header .drop .drop-el {
  top: 58px !important;
}

.hk-header .drop .drop-el .level .drop-el {
  top: -3px !important;
}

#holkaphato input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

#holkaphato input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #aaa !important;
}

#holkaphato input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px;
  color: #aaa !important;
}



#holkaphato h1 {
  text-align: center;
  padding: 30px 0;
  color: #004687;
  font-weight: bold;
  font-size: 36px;
}

#holkaphato h2 {
  text-align: center;
  padding: 30px 0;
  color: #004687;
  font-weight: bold;
  font-size: 24px;
}

#holkaphato .filter {
  margin: 15px 0;
}

#holkaphato .filter form label {
  margin: 0;
}

#holkaphato .filter form .taxnumber input {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: none;
  outline: none;
  padding: 5px;
  text-decoration: none;
  background: #fff;
  width: 100%;
}

#holkaphato .filter form .taxnumber input:focus {
  border: 1px solid #008BD6;
}

#holkaphato .filter form select {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: none;
  outline: none;
  padding: 5px;
  text-decoration: none;
  background: #fff;
  width: 100%;
}

#holkaphato .filter form .taxnumber label {
padding: 5px;
}

#holkaphato .filter form button {
  border-radius: 10px;
  height: max-content;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  outline: none;
  border: 1px solid #008BD6;
  color: white;
  background: #008BD6;
  transition: all 200ms ease-in-out;
}

#holkaphato .filter form button:hover {
  color: rgb(71, 71, 71);
  background: none;
}

#holkaphato .filter .check label {
  margin-right: 30px;
}

#holkaphato .custom-checkbox {
  cursor: pointer;
}

#holkaphato .custom-checkbox .box .checkbox {
  margin: 0;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
}

#holkaphato .custom-checkbox .box.active .checkbox {
  background: #008BD6 !important;
  border: 1px solid #008BD6;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#holkaphato .custom-checkbox .box.active.deactive .checkbox {
  border: 1px solid #ccc !important;
  background: #fff !important;
}

#holkaphato .custom-checkbox .box.active .checkbox i {
  position: absolute;
  display: block;
  font-size: 10px;
  color: white;
  margin-top: 1px;
  padding: 0;
}

#holkaphato .custom-checkbox .box .checkbox i {
  display: none;
}

#holkaphato .custom-checkbox .box.active p {
  color: #008BD6;
}

#holkaphato .custom-checkbox input {
  display: none;
}

#holkaphato .custom-checkbox p {
  margin: 0;
}

#holkaphato .grayBg {
  background: #F5F5FA;
  min-height: 100vh;
}

#holkaphato .shopBox {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px #00000033;
  padding: 20px;
  transition: all 200ms ease-in-out;
  height: 420px;
  min-height: 100%;
  cursor: pointer;
}

#holkaphato .shopBox:hover {
transform: translateY(-10px);
}

#holkaphato .shopBox .img {
  width: 100%;
  height: 100px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#holkaphato .shopBox .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#holkaphato .shopBox .address {
  color: #656565;
  font-size: 16px;
  margin: 0;
}

#holkaphato .shopBox .name {
  color: #004687;
  font-weight: 600;
  font-size: 17px;
  height: 65px;
}

#holkaphato .shopBox .time-title {
  color: #656565;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

#holkaphato .shopBox .time-data {
  color: #656565;
  font-size: 12px;
  margin: 0;
}


#holkaphato .shopBox .btn-online {
  border-radius: 10px;
  height: max-content;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 5px 5%;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  border: 1px solid #008BD6;
  color: white;
  background: #008BD6;
  transition: all 200ms ease-in-out;
}

#holkaphato .shopBox .btn-online:hover {
  border: 1px solid #008BD6;
  color: #008BD6;
  background: none;
}

#holkaphato .pagination {
  margin-bottom: 15px;
}

#holkaphato .pagination li {
  border-bottom: 1px solid #aaa;
  padding: 0 30px;
  padding-bottom: 10px;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width:990px) {
  #holkaphato .pagination li {
    padding: 0 7px !important;

  }
}

#holkaphato .pagination li a {
  color: #aaa;
  text-decoration: none;
  outline: none;
}

#holkaphato .pagination li:hover {
  border-bottom: 1px solid #008BD6;
  color: #008BD6;
}

#holkaphato .pagination li:hover a {
  color: #008BD6;
}

#holkaphato .pagination li.active {
  border-bottom: 1px solid #008BD6;
  color: #008BD6;
}

#holkaphato .custom-img {
  font-size: 82px;
  overflow: hidden;
  color: white;
  margin-top: -20px;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  text-shadow: -1px 1px 0 #008bd6, 1px 1px 0 #008bd6, 1px -1px 0 #008bd6, -1px -1px 0 #008bd6;
  height: 100%;
}

#holkaphato .discount {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #008BD6;
  border-radius: 50px;
  width: 60px;
  color: #fff;
  height: 60px;
  font-weight: bold;
}

/* The container must be positioned relative: */
#holkaphato .custom-select {
  position: relative;
  font-family: Arial;
}

#holkaphato .custom-select select {
  display: none; /*hide original SELECT element: */
}

#holkaphato .select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
#holkaphato .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
#holkaphato .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
#holkaphato .select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
#holkaphato .select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
#holkaphato .select-hide {
  display: none;
}

#holkaphato .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#holkaphato .des {
  font-size: 14px;
}

/* ===================== */
/* HOL KAPHATO END */
/* ===================== */



