@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
:root {
--font-saira: "Poppins", sans-serif;
--font-popins : "Poppins", sans-serif;
--theme-color:#DC0505;
--dark-bg:#231F20;
--gray-bg:#F3F3F3;
}
/* common css start  */
*{box-sizing: border-box; font-family: var(--font-popins); list-style: none;text-decoration: none;margin: 0; padding: 0;}
body{font-size: 16px; line-height: 28px; color: var(--dark-bg); font-weight: 400;}
p{margin-bottom: 12px;}
p:last-child{margin-bottom: 0;}
a{transition: .5s ease; color: var(--dark-bg);}
img{max-width: 100%;}

h3, h2{font-family: var(--font-saira); font-weight: 500;}

.common-btn{display: inline-block; width: fit-content; font-family: var(--font-saira); font-size: 18px; border-radius: 6px; padding: 8px 18px; line-height: normal; font-weight: 500; color:#fff; background-color: var(--theme-color);}
.common-btn:hover { background-color: var(--dark-bg);}

em{font-style: normal}


.header-container, 
.home_about_container > div, 
.home_featured_cta > div,
.home_featured_product > .home_featured_product-box,
footer .copyright{max-width: 100%; margin: 0 auto; padding: 0 60px;}

.sticky-header .header-container{max-width: 100%; margin: 0 auto; padding: 0 60px;}
    
footer > figure{max-width: 100%; margin: 0 auto; padding: 0 60px;}
    footer aside p{max-width: 100%; margin: 0 auto; padding: 0 60px;}

/* common css end  */

/* header start  */
header {border-top: 5px solid var(--theme-color); border-bottom: solid 1px #eee;}
header article{display: flex;align-items: center;justify-content: space-between;}

.logo{display: flex;}

header ul li a{font-family: var(--font-saira);}

/* top header start  */
.contact_data{display: flex;align-items: center;justify-content: end;padding-top: 15px;}
.contact_data ul{display: flex;align-items: center;}
.contact_data ul li:not(:last-of-type){margin-right: 15px;}
.contact_data ul li a{display: flex; align-items: center;}
.contact_data ul li a:hover{color: var(--theme-color);}
.contact_data ul li a:hover svg path{color: var(--theme-color); fill: var(--theme-color);transition: .5s ease;}
.contact_data ul li a svg{transition: .5s ease;margin-right: 5px;}
.contact_data ul li a.phone, .contact_data ul li a.mail{font-weight: 500;}
.contact_data ul li:last-child img:hover {filter: invert(8%) sepia(88%) saturate(6204%) hue-rotate(20deg) brightness(90%) contrast(110%);}
/* top header end  */

/* navigation start  */
.navigation ul li:not(:last-of-type){margin-right: 28px;}
header nav ul {display: flex;}
.navigation ul li a{font-weight: 500;position: relative;}
.navigation ul li a:before{position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background-color: var(--theme-color);content: ""; transition: .5s ease;}
.navigation ul li a:hover::before{width: 100%;}
.navigation ul li a.active::before{width: 100%;}
.navigation ul li {padding: 28px 0 21px;}
/* navigation end  */


/* sticky header start  */
.sticky-header{position: fixed; left: 0; top: 0; width: 100%; background-color: #fff ; z-index: 6; animation: sticky-header .5s linear; box-shadow: 0 11px 8px -8px #ebebeb; max-width:100%;}
@keyframes sticky-header { 0%{top: -50px; opacity: 0; }100%{top: 0px; opacity: 1; }}
.sticky-header .contact_data ul li:not(:last-of-type) {margin-right: 20px;}
.sticky-header .logo img{height: 60px;}
.sticky-header .contact_data {padding-top: 10px;}
.sticky-header .navigation ul li {padding: 8px 0 10px;}
.sticky-header .navigation ul li:not(:last-of-type) { margin-right: 20px;}
/* sticky header end  */
/* header end  */

/* home page start */

/* home banner start */
.home-banner{position: relative;z-index: 1;}
.banner-img{display: flex;}
.home-banner .banner-img img{width: 100%; object-fit: cover; height: 100%;}
/* home banner end */

/* home about start */
.home_about_container{display: flex; padding: 70px 0;}
.home_about_container > div{background: #F3F3F3; border-radius: 30px; overflow: hidden; padding: 16px;}
.home_about_container article:first-of-type{display: none;}
.home_about_container article {width: 50%; float: left; margin: 0; padding: 0; background: #fff; border-radius: 20px; text-align: center; padding: 50px;}
.home_about_container article h1 a{font-size: 28px; font-weight: 600; color:var(--theme-color);}
.home_about_container article h1 a span{color: var(--dark-bg);}
.home_about_container article figure{margin-top: 40px;}

.home_about_container > div > aside{padding: 0 100px; float: left; width: 50%; display: flex; flex-direction: column; height: 100%; justify-content: center;}
.home_about_container > div > aside p{font-size: 20px; line-height: 32px; margin-bottom: 34px;}

/* home about end */

/*Home featured catalog start*/

/*Home featured cta start*/
.home_featured_cta{display: flex; padding-bottom: 65px;}
.home_featured_cta > div{overflow: hidden;}
.home_featured_cta article{width: 50%; display: inline-block; float: left;}

.home_featured_cta aside h2{font-size: 30px; font-weight: 500;}
.home_featured_cta aside{width: 50%; display: flex; float: left; padding-left: 30px; flex-direction: column; height: 100%; justify-content: center;}
.home_featured_cta aside em {padding: 16px 0 25px;}
/*Home featured cta end*/

/*Home featured product start*/

.home_featured_product{background: var(--gray-bg); padding:70px 0;}
.home_featured_product aside{margin-left: -15px; margin-right: -15px; display: flex;}

/*Home featured product box start*/
.home_featured_product .home_featured_product-box > div{display: flex; flex-wrap: wrap;}
.home_featured_product article{width: calc(33.33% - 33px); margin-left: 15px; margin-right: 15px; box-shadow: 0 0 4px 0px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden; background: #fff; display: inline-block;}
.home_featured_product article figure{padding: 10px; border-bottom: solid 1px #C9C9C9; text-align: center; height: 263px;}
.home_featured_product article figure a img{height: 100%; width: 100%; object-fit: contain;}
.home_featured_product article > div{padding: 16px 20px 20px;}
.home_featured_product article h1{padding-bottom: 14px; line-height: 24px;}
.home_featured_product article h1 a{font-size: 22px; font-weight: 500; font-family: var(--font-saira); overflow: hidden; display: inline-block; height: 26px;}
.home_featured_product article h1 a:hover{color: var(--theme-color);}
.home_featured_product article > div > div{padding: 6px 0 20px; font-size: 22px;}
.home_featured_product article > div > div span{font-weight: 300;}
.home_featured_product article > div > div del{font-weight: 600;}
/*Home featured product box end*/

/*Home featured product end*/ 

/*Home featured cta two start*/
.home_featured_cta-two{display: flex; padding-bottom: 65px; padding-top: 70px; background:var(--dark-bg); position: relative;}
.home_featured_cta-two:before{content: ""; background-image: url(../img/solo-alko-logo-white.png); position: absolute; width: 739px; height: 386px; background-repeat: no-repeat; right: 0; bottom: 0; background-size: contain; opacity: 0.06; z-index: 0;}
.home_featured_cta-two > div{overflow: hidden;}
.home_featured_cta-two article{width: 50%; display: inline-block; float: left; background: #fff; border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 20px;}

.home_featured_cta-two aside h2{font-size: 30px; font-weight: 500; color: #fff;}
.home_featured_cta-two aside{width: 50%; display: flex; float: left; padding-left: 100px; flex-direction: column; height: 100%; justify-content: center;}
.home_featured_cta-two aside p {margin: 16px 0 25px; color: #fff;}
.home_featured_cta-two aside .common-btn:hover{background: #fff; color:var(--theme-color); }
/*Home featured cta two end*/

/*Home featured catalog end*/

/*Services start*/
.services_container_inner{display: flex; gap: 50px; flex-wrap: nowrap; width: 100%;}
.services_container_inner nav{width: 20%;}
.services_container_inner .services_categ_details{flex-grow: 1; width: 70%;}

.services_categ_details article{
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.services_categ_details h1{color: var(--theme-color); font-size: 20px;}
.services_categ_details table{width: 100% !important;}
.services_categ_details table tr:nth-of-type(2n){background-color: #ececec;}
.services_categ_details table tr td{line-height: 20px;}
.services_categ_details table tr td p, .services_categ_details table tr td p span{font-size: 14px;}

.services_categ_details table tr td p a{color:var(--theme-color)}
.services_categ_details table tr td p a:hover{text-decoration: underline;}
.services_categ_details .common-btn{margin-top: 20px;}



/*Services  end*/

/* footer start  */
footer{background-color: #E8E8E8; clear: left;} 
footer h2{padding-bottom: 10px;}
footer > article{display: grid; gap: 30px; justify-content: center; padding: 50px 0; display: grid; grid-template-columns: 1fr 1fr 1fr;}

/* footer top start */

/* footer logo start */
.footer_logo img{height: 73px;}
.footer_logo p{padding-top:15px;}
/* footer logo end */

/* footer menu start */
.footer_menu ul li{position: relative;padding-left: 15px;}
.footer_menu ul li:not(:last-of-type){margin-bottom: 6px;}
.footer_menu ul li::before{height: 5px;width: 5px; top: 11px; border-radius: 100%; left: 0;position: absolute;content: "";background-color: var(--theme-color);}
.footer_menu ul li a:hover{color: var(--theme-color);}
.footer_menu ul:nth-of-type(2){margin-top: 5px;}
/* footer menu end */

/* footer contact start */
.footer_contact ul li{position: relative;padding-left: 24px;}
.footer_contact ul li:not(:last-of-type){margin-bottom: 12px;}
.footer_contact ul li svg{position: absolute;left: 0;top: 7px;}
.footer_contact ul li a:hover{color: var(--theme-color);}
/* footer contact end */

footer aside{background: var(--dark-bg); color: #fff;font-size: 12px; line-height: 20px; padding: 15px 0;}
footer aside p:not(:last-of-type){padding-bottom: 10px;}

/* footer top end */

/* footer bottom start  */
/* footer bottom end  */

/* copyright start  */
footer .copyright{display: flex; justify-content: space-between; padding: 20px 0;}
.copyright p{margin-bottom: 0; color: #2D2D2D;}
.copyright a{color: var(--theme-color);}
.copyright a:hover{text-decoration: underline;}
/* copyright end */

/* footer end  */
/* home page end .................  */

/******** Innerpages start *******/
.main_container{padding-top: 50px; padding-bottom: 50px; display: flex; column-gap: 40px;}

/*Product list page start*/

/*Sidebar start*/
.main_container nav{width: 26%; float: left; margin: 0; padding: 0;}
.main_container nav ul {list-style: none; margin: 0; padding: 0; width: 100%;}
.main_container nav ul li {width: 100%; display: table; margin-bottom: 5px;}
.main_container nav ul li a {color:#2D2D2D; font-weight: 500; text-transform: uppercase; margin: 0; padding: 11px 20px; display: block; background: rgba(0, 0, 0, 0.1); border-radius: 4px; position: relative;}
.main_container nav ul li a.active, .main_container nav ul li a:hover {color: #fff; background: #dc0505;}
.main_container nav ul > li > a > svg{background: #fff; padding: 4px 6px 5px 5px; width: 24px; height: 24px; border-radius: 4px; float: right; margin-top: 2px;}

.main_container nav ul li ul {list-style: none; margin: 6px 0 0px; padding: 0; width: 100%;}
.main_container nav ul li ul li {width: 100%; display: table; margin-bottom: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.15);}
.main_container nav ul li ul li:last-child{border-bottom: 0;}
.main_container nav ul li ul li a {color: rgba(0, 0, 0, 0.7); font-weight:400; text-transform: none; margin: 0; padding: 8px 20px 8px; line-height: 24px; display: block; background: 0 0; border-radius: 0;}
.main_container nav ul li ul li a.active, .main_container nav ul li ul li a:hover {color: #dc0505; background: 0 0;}
/*Sidebar start*/

.products_container_inner{
    display: flex;
    column-gap: 50px;
    width: 100%;
}
/* Right side content start */
.products_right_cnt {width: 74%; float: right; margin: 0; padding: 0;}

/* products category Content start */
.products_categ_cnt {width: 100%; margin: 0 0 10px; padding: 0 0 15px; display: table; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.products_categ_cnt h1{font-size: 28px; font-weight: 500; padding-bottom: 8px;}
.products_categ_cnt em {font-size: 18px; margin: 0 0 15px; padding: 0; float: left; width: 100%;}
.products_categ_cnt figure {max-width: 40%; overflow: hidden; vertical-align: middle; text-align: center; background: 0 0; border: none; float: left;margin: 0 20px 10px 0; padding: 0; clear: both;}
.products_categ_cnt p a{color: #dc0505;}
.products_categ_cnt p a:hover{color: #000000;}
/* products category Content end */

/*products sub category start*/
.products_sub_categ_cnt{margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap;}
.products_sub_categ_cnt article {margin-left: 15px; margin-right: 15px; margin-top: 15px;margin-bottom: 15px; box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; background: #fff;display: flex; width: calc(33.33%  - 30px); flex-direction: column;}
.products_sub_categ_cnt article figure{float: left; border-bottom: solid 1px #e7e7e7;}
.products_sub_categ_cnt article figure a{display: flex; justify-content: center;}
.products_sub_categ_cnt article figure a img{    object-fit: cover; height: 230px;}
.products_sub_categ_cnt article h1{padding: 10px; display: flex;}
.products_sub_categ_cnt article h1 a{width: 100%; position: relative; padding-right: 25px; font-size: 18px; font-weight: 600; line-height: 26px;}
.products_sub_categ_cnt article h1 a:hover{color:var(--theme-color);}
.products_sub_categ_cnt article h1 a > svg{border-radius: 4px; background: var(--theme-color); padding: 4px 6px 5px 5px; width: 20px; height: 20px; float: right; position: absolute; right: 0; top: 3px;}
/*products sub category end*/

/*products sub product box start*/
.products_sub_prod_cnt{margin-left: -15px; margin-right: -15px;}
.products_sub_prod_cnt article{width: calc(33.33% - 33px); margin-left: 15px; margin-right: 15px; margin-top: 15px;margin-bottom: 15px; box-shadow: 0 0 4px 0px rgba(0,0,0,0.2); border-radius: 10px;   background: #fff; display: inline-block;}
.products_sub_prod_cnt article figure{padding: 10px; border-bottom: solid 1px #C9C9C9; text-align: center; height: 263px;}
.products_sub_prod_cnt article figure a img{height: 100%; width: 100%; object-fit: contain;}
.products_sub_prod_cnt article > div{padding: 16px 20px 20px;}
.products_sub_prod_cnt article h1{padding-bottom: 6px; line-height: normal;}
.products_sub_prod_cnt article h1 a{font-size: 22px; font-weight: 500; font-family: var(--font-saira); overflow: hidden; display: inline-block; height: 60px; line-height: 30px;}
.products_sub_prod_cnt article h1 a:hover{color: var(--theme-color);}
.products_sub_prod_cnt article > div p{height: 138px; overflow: hidden}
.products_sub_prod_cnt article > div > div{padding: 6px 0 20px; font-size: 22px;}
.products_sub_prod_cnt article > div > div span{font-weight: 300;}
.products_sub_prod_cnt article > div > div del{font-weight: 600;}


.product_details_price_info_btn{
    display: table;
}
.product_details_price_info_btn .basic_product_info{
    width: 49%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}
.product_details_price_info_btn .price_cnt{
    margin-left: auto;
    float: left;
}
.price_cnt del,
.price_cnt span:first-child{
    font-weight: 700;
    font-size: 24px;
}
.price_cnt del{
    color: var(--theme-color);
}
.product_details_price_info_btn .price_cnt ul{
    display: flex;
    flex-direction: column;
}
.product_details_price_info_btn .price_cnt ul li{
    display: flex;
    padding: 5px 0px;
    gap: 10px;
}
.product_details_price_info_btn .price_cnt ul li img{
    width: 40px;
    height: auto;
}
.product_details_price_info_btn .price_cnt ul li span{
    text-transform: capitalize;
}
.product_details_price_info_btn .price_cnt p:last-of-type{
color: #dc0505 !important;
}
.product_details_price_info_btn a.send_request_btn{
    display: block;
    float: left;
}

.about_categ_details article{
    display: table;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.about_categ_details article:first-child{
    margin: 0 0 20px 0;
}
.about_categ_details article h1{
    margin-bottom: 10px;
}
.about_categ_details article figure{
    float: left;
    margin-right: 20px;
}
.about_categ_details article p:first-of-type{
    margin-top: 20px;
    
}

/*products sub product box end*/
/* Right side content end */

/* product filter start  */
.products_sub_prod_cnt .sorter { width: 100%; box-sizing: border-box; margin: 20px auto 10px; width:calc(100% - 30px); padding: 12px 5px; clear: both; display: table; border-radius: 4px; background: rgba(0, 0, 0, 0.1);}
.sorter form {display: flex; justify-content: space-between; width: 100%; margin: 0; padding: 0; }
.sorter form div { width: auto; float: left; margin: 0 10px 0;  display: flex;align-items: center;  padding: 0;}
select:focus{outline: 0; box-shadow: none; }
.sorter form label { font-size: 15px; color: #414141;font-weight: 500; text-transform: uppercase;margin: 0px 10px 0 0; padding: 0; float: left;}
.sorter form div select { height: 40px;  width: 240px !important; max-width: 240px !important; box-sizing: border-box; margin: 0; padding: 7px 10px 10px; font-size: 15px !important; background-color: #fff !important; color: #696969; font-weight: 400;  border-radius: 4px; border: 1px solid #d7d7d7; }
.sorter form div select{background: url(../img/down-arrow.svg) no-repeat ; background-size: 15px; background-position: center right 8px ; appearance: none; }
option { font-size: 13px !important; background-color: transparent !important; padding: 0 5px; outline: 0 !important;}
/* product filter end  */

/*Product list page end*/


/* about page start  */
.about-section{width: 74%;}
.about-section article {width: 100%; margin: 0 0 25px; padding: 0 0 15px; display: table; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.about-section article:last-child{margin-bottom: 0; border: 0; padding-bottom: 0;}
.about-section article  h1{font-size: 28px; line-height: 36px; font-weight: 500; padding-bottom: 15px; }
.about-section article  figure img{border: 1px solid #ddd; padding: 4px;}
.about-section article  em {font-size: 18px; margin: 0 0 15px; padding: 0; float: left; width: 100%;}
.about-section article  figure {max-width: 40%; overflow: hidden; vertical-align: middle; text-align: center; background: 0 0; border: none; float: left;margin: 0 20px 10px 0; padding: 0; clear: both;}
.about-section article  p a{color: #dc0505;}
.about-section article  p a:hover{color: #000000;}
/* about page end  */

/******** Innerpages end *******/



/* Elegantni search – SOLO dom */
.search_content {
  --font: var(--font-popins, "Poppins", sans-serif);
  --accent: var(--theme-color, #DC0505);
  --dark: var(--dark-bg, #231F20);
  --gray: var(--gray-bg, #F3F3F3);
  --radius: 999px;
  --height: 34px;
  margin: 0 10px 0 0; 
}

/* Form kao kompozit: input + gumb */
.search_content form {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 400px;
  margin: 18px auto;
  padding: 0;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: box-shadow .2s ease, border-color .2s ease;
  font-family: var(--font);
}

/* Naglasak kad je fokus u polju */
.search_content form:focus-within {
  border-color: #e2a6a6; /* suptilni ton prema accent */
  box-shadow: 0 8px 22px rgba(0,0,0,.08), 0 0 0 4px rgba(220,5,5,.12);
}

/* Label je skriven vizualno, ali ostaje za čitače ekrana */
.search_content label {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* Polje za pretragu */
.search_content input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: var(--height);
  padding: 0 16px 0 44px; /* prostor za ikonu */
  border: 0;
  outline: none;
  border-radius: var(--radius) 0 0 var(--radius);
  background: transparent;

  font-size: 16px;
  color: var(--dark);

  /* SVG ikona povećala (siva) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238E8E8E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 18px;
}

.search_content input[type="search"]::placeholder {
  color: #8E8E8E;
}

/* Gumb */
.search_content input[type="submit"] {
  height: var(--height);
  padding: 0 15px;
  border: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  cursor: pointer;
  transition: background-color .2s ease, transform .08s ease, box-shadow .2s ease;
}

.search_content input[type="submit"]:hover {
  background: #b40404; /* malo tamniji accent */
}

.search_content input[type="submit"]:active {
  transform: translateY(1px);
}

/* Mobilno prilagođavanje */
@media (max-width: 680px) {
  .search_content form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search_content input[type="submit"] {
    padding: 0 18px;
  }
}

/* Opcija za tamnu pozadinu (ako stavljaš u tamnu traku) – dodaj klasu .on-dark na section */
.search_content.on-dark form {
  background: rgba(255,255,255,.06);
  border-color: transparent;
  box-shadow: none;
}
.search_content.on-dark input[type="search"] {
  color: #fff;
}
.search_content.on-dark input[type="search"]::placeholder {
  color: #cacaca;
}

.products_sub_prod_cnt article > div > div span.old_price {
	display: block;
	clear:both;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}