@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');

*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:  #434343;
}

h1{

}

h2{
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 2.2em;
	font-weight: 900;
}

.alert{
	margin-top: 25px;
}

form .is-invalid{
	border-color: red !important;
}

.wrapper{
	display: block;
	margin: 0 auto;
	width: 100%;
	position:relative;
	max-width: 1920px;
}
.container {
	max-width:1200px;
}

.txt-right{
	text-align: right;
}
.txt-center{
	text-align: center;
}
.white-txt{
	color:  #ffffff;
}

/* Reset bootstrap  */

.form-control:focus {
	color: #D80912;
	background-color: #ffffff;
	border-color: #D80912;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.navbar-toggler{
	border-radius: 0px;
}

/* Header & navigation*/

header{
	position: relative;
	display: block;
	width:  100%;
}

header .top-header{
	display: block;
	width: 100%;
	padding: 10px 0px;
	background-color: #434343;
	color:  #ffffff;
	font-weight: 700;
}

header .top-header a{
	color:  #ffffff;
	font-size: 13px;
}
header .top-header a:hover{
	color:  #D80912;
	text-decoration: none;
	transition: 0.5s;
}

header .inner-header{
	display: block;
	width:  100%;
	margin:  15px 0px;
}

header .inner-header .logo{
	width:  208px;

}

header .inner-header .only_mobile{
	display: none;
}

header .inner-header .header-search{
	float:  right;
	max-width: 360px;
}

header .inner-header .header-search input.form-control {
	color: #434343;
	border: 1px solid #ba141c;
	border-radius: 0rem;
}

header .inner-header .header-search .btn-header-search{
	color: #ffffff;
	border: 1px solid #ba141c;
	border-radius: 0rem;
	background-color: #ba141c;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: bold;
}

header .navigation nav{
	background-color: #889397;
}

header .navigation nav.navbar {
	padding: 0rem 1rem;
}


header .navigation .navbar-pk .navbar-nav .nav-link,
header .navigation .navbar-pk .navbar-nav .nav-link{
	color: rgba(255,255,255,1.0);
	font-weight: normal;
	font-size: 15px;
	padding: .7rem .8rem;
}

header .navigation .navbar-pk .navbar-nav .nav-link:hover{
	background-color: #373737;
	color: #ffffff;
	transition: 0.5s;
}

header .navigation .navbar-pk .navbar-nav .active .nav-link{
	background-color: #D80912;
	color: #ffffff;
}

header .navigation .navbar-pk .navbar-toggler .navbar-toggler-icon i.fa{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ffffff;
}





.section{
	display: block;
	width: 100%;
	margin-top: 50px;
	padding: 30px 0px;
}



.sinput {
	background:#fff url('../../images/icon/kereses.svg') top left no-repeat;
	background-position:left 13px top 8px;
	padding-left:40px;
}

.link-login{
	display:inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding-bottom:7px;
	padding-left:30px;
	margin-right:30px;
	margin-top:10px;

	color: #373737 !important;

	background:url('../../images/icon/user.svg') top left no-repeat;
	background-size: 20px;
}

.link-login:hover{
	color: #D80912 !important;
	text-decoration: none;
	transition: 0.5s;
}

.link-cart {
	display:inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding-bottom:7px;
	padding-left:30px;
	margin-top:10px;

	color: #373737 !important;

	background:url('../../images/icon/kosar.svg') top left no-repeat;
	background-size: 20px;
}

.link-cart:hover{
	color: #D80912 !important;
	text-decoration: none;
	transition: 0.5s;
}

.txt-right {
	text-align:right;
}

@media screen and (max-width: 992px) {
	header .inner-header .header-search{
		float:  none;
		max-width: 100%;
	}
	.link-login, .link-cart {
		display:block;
		text-align:left;
		width:250px;
		margin:auto;
		margin-top:20px;
	}
	.link-cart {
		width:120px;
		margin-top:0px;
	}
	.uphead, .uphead .txt-right {
		text-align:center !important;
	}
}

.product-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
	padding:30px;
	margin-top:18px;
	margin-bottom:18px;
	text-align:center;
}
.product-item img {
	max-width:100%;
}

.p-i-title {
	padding-top:17px;
}
.p-i-title a {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: center;

	color: #434343 !important;
	text-decoration:none;
}
.p-i-title a:hover {
	text-decoration:underline;
}

.p-i-stock {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	padding-top:6px;

	color: #009d3e;
}
.pipa img {
	width:10px !important;
}
.pipa {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	display:inline-block;
	padding:2px;
	margin-right:3px;
}
.p-i-o {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	padding-top:5px;

	color: #434343;
}
.p-i-o b {
	color: #009d3e;
}
.p-i-d {
	border-bottom: 1px solid #E5E5E5;
	margin-top:8px;
	margin-bottom:8px;
}
.p-i-offer {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-decoration: line-through;

	color: #8A8A8A;
}
.p-i-offer span {
	display:inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #ba141c;
	border-radius:50px;
	padding:5px;
	padding-left:2px;
	padding-right:2px;
	margin-left:6px;
}
.p-i-price {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #ba141c;
	padding-top:10px;
}
.p-i-cart {
	display:block;
	background: #ba141c url('../../images/cart2.png') no-repeat;
	background-color:linear-gradient(89.65deg, #ba141c 7.42%, #EF473A 88.83%);
	background-position:left 13px top 5px;
	background-size: 22px;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
	text-align:right;
	padding:14px;
	padding-right:13px;
    padding-top:12px;
    padding-bottom:12px;
	width:100%;
    max-width:110px;
	margin:auto;
	margin-top:14px;
	color: #FFFFFF !important;
	text-decoration:none !important;
	transition:all 0.2s;
    border-radius:3px;
}
.p-i-cart:hover {
	background-color:#000;
}

.slick-prev, .slick-next, .slick-next:before {
	background:none !important;
}
.slick-next:before {
	content:'';
	width:22px;
	height:40px;
	background:url('../../images/next.png') !important;
	display:block;
}
.slick-prev:before {
	content:'';
	width:22px;
	height:40px;
	background:url('../../images/prev.png') !important;
	display:block;
}

footer {
	width:100%;
	display:block;
	background: #434343;
	padding-top:25px;
	padding-bottom:5px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	margin-top:30px;
}

footer img.megbizhato {
	float:right;
	margin-top:-18px;
}
footer ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type: none;
	text-align:right;
}
footer ul li {
	display:inline-block;
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
}
footer ul li:last-child {
	border:none;
}
footer ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF !important;
}

@media screen and (max-width: 1200px) {
	footer img {
		display:none;
	}

	footer, footer ul li a {
		font-size:14px;
	}

	footer {
		padding-bottom:20px;
		padding-top:20px;
	}
}

@media screen and (max-width: 991px) {
	footer {
		text-align:center;
	}
	footer ul li {
		display:block;
		text-align:center;
		border:none;
	}
}

.modal {
	display:block;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
  }

  .modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	width: 80%;
	max-width:880px;
	border-radius:0;
  }

  .close {
	font-size: 28px;
	font-weight: bold;
	text-align:right;
	display:block;
  }

  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  .modcont {
	padding:30px;
	text-align:center;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;

	color: #000000;
  }
  .modcont h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 59px;
	color: #D80912;
	margin-bottom:20px;
  }

  @media screen and (max-width: 991px) {
	.modcont {
		font-size:16px;
		padding-left:10px;
		padding-right:10px;
	}
	.modcont h3 {
		font-size:30px;
		line-height:35px;
	}
  }


.box {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	padding:30px;
	padding-top:50px;
	padding-bottom:50px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;

	color: #434343;
}

.box h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 24x;
	line-height: 32px;
	color: #434343;
	margin-bottom:16px;
}

.box ul {
	margin-top:20px;
	margin-bottom:30px;
}

.button-red {
	display:inline-block;
	background: #ba141c;
	border:1px solid #ba141c;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding:11px;
	padding-left:30px;
	padding-right:30px;
	margin-right:20px;
	transition:all 0.2s;

	color: #FFFFFF !important;
	text-decoration:none !important;
}
.button-red:hover {
	background:#fff;
	color: #ba141c !important;
}

.button-white {
	display:inline-block;
	background: #fff;
	border:1px solid #000;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding:11px;
	padding-left:30px;
	padding-right:30px;
	margin-right:20px;
	transition:all 0.2s;

	color: #434343 !important;
	text-decoration:none !important;
}
.button-white:hover {
	background:#000;
	color: #fff !important;
}


.ccontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #434343;
  }

  .ccontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }


  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background: #fff;
	border: 1px solid #C4C4C4;
	margin-top:1px;
	border-radius:3px;
  }


  .ccontainer:hover input ~ .checkmark {
    background: #efefef;
  }


  .ccontainer input:checked ~ .checkmark {
    background-color: #efefef;
  }


  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .ccontainer input:checked ~ .checkmark:after {
    display: block;
  }

  .ccontainer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.ccontainer a {
	color:#000 !important;
}

.pager {
	margin-top:30px;
	margin-bottom: 30px;
}
.pager ul {
	display:block;
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:right;
}
.pager ul li {
	display:inline-block;
	padding:0;
	margin:0;
	margin-left:-6px;
}
.pager ul li a, .page-item.active .page-link, .page-item.disabled .page-link {
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	border: 1px solid #CBD2DF;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #889397 !important;
	text-decoration:none !important;
	background:#fff;
}
.page-item.active .page-link {
    color:#fff !important;
	background:#889397;
}
.pager ul li a:hover {
	color:#fff !important;
	background:#889397;
}





@media screen and (max-width: 1024px) {
	header .inner-header .logo_div{
		display: inline-block;
		max-width: 48%;
	}
	header .inner-header .logo_div .logo{
		max-width: 100%;
	}
	header .inner-header .only_mobile{
		width:  48%;
		height: 45px;
		display: inline-block;
		text-align: right;
	}
	header .inner-header .only_mobile .link-login{
		display: inline;
		height: 45px;
		margin-right: 20px;
		vertical-align:  super;
	}
	header .inner-header .only_mobile .link-cart{
		display: inline;
		height: 45px;
		vertical-align:  super;
	}

	header .inner-header .hide_mobile{
		display: none;
	}

	header .navigation .navbar-pk .navbar-nav .nav-link, header .navigation .navbar-pk .navbar-nav .nav-link{
		font-size: 14px;
		border-top: 1px solid #9aa8b1;
	}

	header .navigation .navbar-pk .navbar-nav.mt-2{
		margin-top: 0px !important;
	}
}


.delicon {
    display:inline-block;
    background:#D80912;
    color:#fff;
    border-radius:10px;
    text-decoration:none !important;
    width:15px;
    height:15px;
    margin-right:8px;
    text-align:center;
    line-height:12px;
}

#giftbox {
    position:absolute;
    z-index:99;
    padding-top:26px;
    display:none;
    text-align:center;
}

.tab-cont a {
    color: #D80912 !important;
}



@media screen and (min-width: 976px) {
    .subbox {
        position:absolute;
        z-index:99999;
        background:#889397;
        display:none;
        border:1px solid #889397;
        border-top:none;
    }
    .subbox.act {
        display:block;
    }
    .smbox {
        float:left;
        width:200px;
        background:#889397;
    }
    .smbox ul {
        list-style-type: none;
        padding:0;
        margin:0;
    }
    .smbox ul li, .smbox ul li a {
        display:block;
    }
    .sma {
        float:left;
        width:200px;
        background:#fff;
        padding:12px;
        text-align:center;
    }

    .suba {
        color: #D80912;
        font-weight:bold;
        text-align:center;
        border-bottom:1px dotted #646464;
        font-size:18px;
        margin-bottom:10px;
    }

    .sma a {
        color: #434343 !important;
        margin-top:10px;
        display:block;
    }
    .smar {
        padding-top:10px;
        color: #D80912;
        font-weight:bold;
        font-size:18px;
    }
    .smar .old-price {
        color: #434343 !important;
        font-weight:normal;
        text-decoration: line-through;
        display:block;
    }
}


@media screen and (max-width: 975px) {
    .sma {
        display:none;
    }
    .smbox ul {
        list-style-type: none;
        margin-left:0px;
        padding-left:20px;
    }
}


.cartnum {
    display:block;
    padding:7px;
    padding-top:0px;
    padding-bottom:0px;
    background:red;
    color:#fff;
    border-radius:20px;
    position:absolute;
    display:none;
    font-size:11px;
    padding-top:2px;
}

#modal {
    position:fixed;
    top:0px;
    width:100%;
    z-index:999;
    display:none;
}
#modalin {
    width:300px;
    max-width:100%;
    padding:20px;
    padding-top:30px;
    background:#fff;
    margin:auto;
    border-radius:10px;
    margin-top:-10px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.28);
}

.modclose {
    width:60px;
    background:#ba141c;
    margin:auto;
    padding:5px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-top:15px;
}


.is-invalid {
    border-color:red !important;
}
.invalidsz {
    color:red !important;
}

.list-group-item.active {
    background:#ba141c;
    border-color:#ba141c;
}
.otable a {
    color:#ba141c !important;
}

.box input, .box textarea, .box select {
    display:block;
    width:100%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;

    color: #434343;
    padding:15px;
    margin-top:10px;
}

.box textarea {
    height:200px;
}

#searchbox {
    position:absolute;
    background:#fff;
    width:100%;
    z-index:99;
    border:1px solid #000;
    margin-top:40px;
    display:none;
}
#searchbox a {
    display:block;
    color:#000 !important;
    text-decoration:none !important;
    padding:10px;
}
#searchbox a:hover {
    background:#eee;
}


.favlink a {
    color: #434343 !important;
    text-decoration:none !important;
    font-size:18px;
    font-weight:bold;
}
.favlink {
    padding-top:20px;
}
.favact a {
    color: #D80912 !important;
    text-decoration:none !important;
    font-size:18px;
    font-weight:bold;
}


.tpp__cook_msg{display:block;background-color:#0b0b0b;color:#fff;font-family:inherit;bottom:0;position:fixed;padding:10px 5px 10px 5px;text-align:center;width:100%;z-index:9999999;border-top:1px solid #000;opacity:1;}
.tpp__cook_msg hr{border-bottom:1px solid #e5e5e5;margin:10px;border:none;border-bottom:1px solid #c1c1c1;}
.tpp__cook_msg a{font-weight:700;text-decoration:none;color:#fff !important}
.tpp__cook_msg #acceptCookie{background-color: #ba141c; background: linear-gradient(45deg,#ba141c,#ba141c);  box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%); color: #fff;color:#fff;border:1px solid #ba141c;border-radius:10px;padding:5px 15px;font-size:15px;cursor:pointer;}



.cd-products-comparison-table{
    border:1px solid #d6dbe0;
}
.cd-products-table .features {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    background:#efefef;
    border:1px solid #d6dbe0;
}
.cd-features-list {
    list-style-type: none;
    margin:0;
    padding:0;
}
.cd-features-list li {
    padding:10px;
    border-bottom:1px solid #d6dbe0;
}



.float-wrap {
    overflow: auto;
}
.left-floater {
    width: 170px;
    float: left;
    text-align:center;
    border-right:1px solid #d6dbe0;
}
.outer {
    overflow-x: scroll;
    margin-left:120px;
}


.cp {
    height:270px;
    padding:10px;
}
.cpf {
    line-height:270px;
}
.citem {
    border-bottom:1px solid #d6dbe0;
    padding:10px;
}
.cf {
    height:70px;
}
.clink a {
    color:rgb(186, 20, 28);
}

.szurolink {
    display:none;
}
@media screen and (max-width: 992px) {
    .szurolink {
        display:block;
        text-align:center;
        background: #ba141c;
        padding:10px;
        font-size:18px;
        color:#fff;
        cursor:pointer;
        font-weight:bold;
        margin-bottom:10px;
    }
    .listaszuro {
        display:none;
    }
    .listaszuro.show {
        display:block;
    }
}

.bubi {
    display:inline-block;
    width:18px;
    height:18px;
    background:yellow;
    color:#000;
    text-align:center;
    border-radius:20px;
    margin-left:5px;
    font-weight:normal;
}






.slidecontainer2{
    width: 100%; /* Width of the outside container */
  }

  /* The slider itself */
  .slider2 {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 20px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }

  /* Mouse-over effects */
  .slider2:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider2::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgb(186, 20, 28); /* Green background */
    cursor: pointer; /* Cursor on hover */
  }

  .slider2::-moz-range-thumb {
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgb(186, 20, 28); /* Green background */
    cursor: pointer; /* Cursor on hover */
  }



  .cdel {
      display:inline-block;
      background:rgb(186, 20, 28);
      color:#fff !important;
      text-decoration:none !important;
      padding:4px;
      margin-bottom:5px;
      border-radius:4px;
  }



  .back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100%;
    background: rgb(186, 20, 28);
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
    width:37px;
    height:37px;
    text-align:center;
  }

  .back-to-top:hover {
    opacity: 60%;
  }

  .hidden {
    opacity: 0%;
  }

  .back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: #fff;
  }


















  .tt {
	position: relative;
	display: block;
	color:#000 !important;
	margin-top:10px;
	margin-left:20px;
  }
  .tt span:first-child {
	display:inline-block;
	background:#2079cc;
	border-radius:30px;
	color:#fff;
	width:20px;
	height:20px;
	text-align:center;
	font-style: italic;
	padding-right:2px;
	cursor:pointer;
  }
  
  /* Tooltip text */
  .tt .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
   
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tt:hover .tooltiptext {
	visibility: visible;
  }

  .tt .tooltiptext {
	top: -5px;
	right: 105%;
  }