@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");

/* global */
:root {
    --blue-color: #363b64;
    --orange-color: #ffa546;
    --text-primary: #f77f00;
    --dark-color: #656565;
}

* {
    font-family: "Open Sans", sans-serif;
    color: var(--dark-color);
    font-weight: 400;
}

.blue-color {
    color: var(--blue-color);
}
.orange-color {
    color: var(--text-primary);
}

.sec-title {
    font-size: 48px;
    font-weight: 600;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--blue-color) !important;
    background-color: var(--blue-color) !important;
}

.custom-control-label a:hover {
    color: #363b64;
    text-decoration: none;
}

/* main menu */
.navbar {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 5;
}
.navbar-nav {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.74),
        rgba(255, 255, 255, 0),
        rgb(255, 255, 255)
    );
    box-shadow: 0px 4px 38px -2px rgba(255, 255, 255, 0.25);
    border-radius: 20px;
}
.navbar-nav .nav-item .nav-link {
    color: var(--blue-color);
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:hover {
    color: white;
}
.navbar-toggler {
    width: 40px;
    height: 40px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0) 100%,
        rgba(255, 255, 255, 0.84) 100%
    );
    box-shadow: 0px 4px 38px -2px rgba(255, 255, 255, 0.25);
    border-radius: 20px !important;
    line-height: 40px;
}

/* mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 70%;
    left: -70%;
    background-color: #fff;
    color: var(--blue-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: left 0.5s;
}
.mobile-menu.active {
    left: 0;
}
.mobile-menu a {
    color: var(--blue-color);
    font-size: 18px;
}

/* home page */
#home-page .intro {
    background-image: url(../images/slider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
}
#home-page .intro .buy-mobile {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--orange-color);
    box-shadow: 5px 6px 30px rgba(247, 127, 0, 0.42),
        0px 2px 4px -3px rgba(227, 117, 0, 0.2);
    border-radius: 25px;
    text-align: center;
}
#home-page .intro .buy-mobile i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home-page .intro-text {
    position: relative;
    top: 100px;
}
#home-page .info {
    background: linear-gradient(
        119.93deg,
        rgba(255, 255, 255, 0.8) 25.91%,
        rgba(255, 255, 255, 0.488) 84.04%
    );
    border-radius: 20px;
    color: var(--blue-color);
}
#home-page .info .title {
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}
#home-page .info .subtitle {
    font-size: 30px;
    font-weight: bold;
}

#home-page .composition .item .name {
    color: var(--text-primary);
    font-weight: bold;
    font-size: 24px;
}
#home-page .composition .item .text {
    color: var(--blue-color);
    font-size: 15px;
}
#home-page .composition .comp-img {
    margin-top: 20px;
}
#home-page .composition .buy {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 120px;
    height: 90px;
    background: #ffa546;
    box-shadow: 5px 6px 30px rgba(247, 127, 0, 0.42),
        0px 2px 4px -3px rgba(227, 117, 0, 0.2);
    border-radius: 20px;
}

#home-page .advantages {
    background-image: url(../images/home-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

#home-page .advantages strong {
    color: #363B64;
}

#home-page .advantages img {
    transform: scale(1.1);
}
#home-page .advantages ul {
    list-style: none;
}
#home-page .advantages li {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
#home-page .advantages li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#home-page .who ul {
    list-style: none;
}
#home-page .who li {
    font-size: 20px;
    color: var(--blue-color);
    margin-bottom: 15px;
}
#home-page .who li::before {
    content: "\2022";
    color: var(--text-primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#home-page .who .use img {
    border-radius: 20px;
}

#home-page .sizes {
    background-image: url(../images/home-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
#home-page .sizes .size-table {
    box-shadow: 0px 9px 49px rgba(54, 59, 100, 0.27),
        0px 2.01027px 10.9448px rgba(54, 59, 100, 0.160949),
        0px 0.598509px 3.25855px rgba(54, 59, 100, 0.109051);
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
}
#home-page .sizes .size-table .header {
    background-color: var(--text-primary);
}
#home-page .sizes .size-table .item {
    width: 25%;
    text-align: center;
    color: var(--blue-color);
}
#home-page .sizes .size-table .header .item {
    font-weight: bold;
    color: #fff;
}
#home-page .sizes .size-table .product:nth-of-type(even) {
    background-color: #f5f5fa;
}
#home-page .sizes .size-table .product {
    border: 1px solid #eeeeee;
}

#home-page .contact .wrapper {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.72) 0%,
        rgba(255, 255, 255, 0.8) 9.25%,
        rgba(255, 255, 255, 0.6) 100%
    );
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(54, 59, 100, 0.27);
    filter: drop-shadow(0px 12px 56px rgba(54, 59, 100, 0.27));
}
#home-page .contact .contact-img {
    position: absolute;
    top: 50%;
    left: calc(50% - 200px);
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    object-fit: contain;
    object-position: center;
    z-index: -1;
}
#home-page .contact .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}
#home-page .contact button[type="submit"] {
    background-color: var(--text-primary);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    border: 0;
    box-shadow: 0px 3px 3px rgba(247, 127, 0, 0.16);
    border-radius: 24px;
    font-size: 18px;
}

#home-page .contact button:hover {
    background-color: #363b64;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    border: 0;
    box-shadow: 0px 3px 3px rgba(247, 127, 0, 0.16);
    border-radius: 24px;
    font-size: 18px;
}

/* footer */
footer {
    background: url(../images/footer-bg.png),
        linear-gradient(180deg, #363b64 0%, #030939 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
footer .links a {
    color: rgba(255, 255, 255, 0.6);
}

footer .links a:hover {
    color:#f77f00;
    text-decoration: none; 
}

/* responsive css */
@media screen and (max-width: 991px) {
    #home-page .advantages img {
        position: relative;
        top: 30px;
        margin-top: 50px;
    }
    footer {
        background-image: linear-gradient(180deg, #030939 0%, #363b64 100%);
    }
    #home-page .sizes .size-table .item {
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #home-page .sizes .size-table .item:not(.lead) {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) {
    #home-page .composition .item:nth-of-type(2) {
        margin-bottom: 85px !important;
    }
    #home-page .sizes .size-table {
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    #home-page .sizes .size-img {
        transform: scale(1.5);
        z-index: 0;
    }
}
@media screen and (min-width: 1600px) {
    #home-page .composition .buy {
        top: 50px;
        right: 100px;
        width: 170px;
        height: 130px;
    }
}

/* ===================== */
/* HOL KAPHATO */
/* ===================== */

@media (min-width: 1200px) {
    #holkaphato  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}

.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 .custom-img div {
    color: #fff;
}

#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;
}

.hk-Header nav {
    background: var(--text-primary) !important;
}

/* ===================== */
/* HOL KAPHATO END */
/* ===================== */
