/* Skrytí kupónového panelu */
#OrderMaster #Bonus
{
   /*  display:none; */
}



@media(max-width:820px) {
    .TakingPlaceView.v2.fixed {
        width: calc(100vw - 24px) !important;
    }
    
    .TakingPlaceView.v2 .foundItems .item {
        width: 90% !important;
        box-sizing: border-box !important;
    }   
    .TakingPlaceView.v2.fixed .foundItems {
        width:100% !important;
    }
}


/*odstranění odsazení slideru na HP*/
#EshopHomeUserContent.UserContentView.userContent{
    padding:0;
    margin: 0;
}

/*popup - COVID */
.UserPagePopupView.userContent
{
    background-color: #c03761;
}
/*Shipping*/
.Shipping
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ShippingLeft
{
    width: 500px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
}
.ShippingRight
{
    width: 500px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
}
.ShippingTable
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.ShippingTableTitle
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-bottom: ridge;
    border-bottom-width: thin;
    border-top: ridge;
    border-top-width: thin;
    background-color: #054636;
    color: white;
}
.ShippingTableTitle2
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-bottom: ridge;
    border-bottom-width: thin;
    border-top: ridge;
    border-top-width: thin;
    background-color: #054636;
    color: white;
}
.CountryFlag
{
    width: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CountryFlag img 
{
 width: 30px;
 height: 20px;
}
.CountryName
{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.CountryNameTitle
{
    width: 60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 140px;
}
.CountryShipping
{
    width: 110px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.CountryShippingTitle
{
    width: 170px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.EuropeShipping
{
    margin-bottom: 40px;
}
.ShippingWorldwide
{
    margin-top: 80px;
    margin-bottom: 40px;
}
.TabulkaWorldwide
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: center;
}
.WorldwideRadek
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    
}
.WorldwideRadekTitle
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: ridge;
    border-bottom-width: thin;
    border-top: ridge;
    border-top-width: thin;
    background-color: #1f2c50;
    color: white;
    font-weight: 600;

}
.Sloupec
{
    width: 250px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.HiddenNadpis
{
    display: none;
}
.RadkovaciCara
{
    width: 80%;
    height: 1px;
    background-color: #eeeeee;
}
.RadkovaciCara2
{
    width: 90%;
    height: 1px;
    background-color: #eeeeee;
}
/*Shipping*/

/*Doprava a platba*/
.TabulkaDoprav2Obal
{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.TabulkaDoprav2
{
	width: 60%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.TabulkaDopravRadek2Nadpis
{
	width: 100%;
	height: 70px;
	background-color: #052556;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
}

.Radek2Obsah1Nadpis
{
	width: 65px;
	height: auto;
	text-align: center;
}

.Radek2Obsah2Nadpis
{
	width: 135px;
	height: auto;
	text-align: center;
}
.TabulkaDopravRadek2
{
	width: 550px;
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.TabulkaDopravRadek2 img
{
	width: 60px;
    height: 60px;
}
.Radek2Obsah1
{
	width: 65px;
	height: auto;
	display: flex;
	justify-content: flex-end;
}
.Radek2Obsah2
{
	width: 195px;
	height: auto;
}
.Radek2Obsah3
{
	width: 195px;
	height: auto;
	text-align: center;
}
@media(max-width: 600px)
{
	.TabulkaDopravRadek2Nadpis
	{
		display: none;
	}
	.TabulkaDopravRadek2
	{
		width: 100%;
		height: auto;
		padding-top: 10px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.Radek2Obsah2
	{
		width: 100%;
		text-align: center;
		
	}
	.Radek2Obsah2 p
	{
		margin-bottom: 0;
	}
	.Radek2Obsah3
	{
		width: 100%;
	}
	.Radek2Obsah3 p
	{
		margin-top: 5px;
	}
	.DekoracniCara3
	{
		background-color: #052556 !important;
	}
}









.TabulkaDoprav
{
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.TabulkaDoprav hr
{
    border-color: #052556;
    border-top: solid;
    border-bottom: none;
    border-width: 1px;
}
.TabulkaDopravRadek
{
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: center;
}
.ObsahRadku
{
	width: 225px;
	margin-left: 10px;
	margin-right: 10px;
}
.ObsahRadkuObrazek1
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek1 img
{
	width: 60px;
    height: 60px;
}

.ObsahRadkuObrazek2
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek2 img
{
	width: 70px;
    height: 60px;
}
.ObsahRadkuObrazek3
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek3 img
{
	width: 90px;
    height: 60px;
}
.ObsahRadkuObrazek4
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek4 img
{
	width: 90px;
    height: 60px;
}
.ObsahRadkuObrazek5
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek5 img
{
	width: 70px;
    height: 60px;
}
.ObsahRadkuObrazek6
{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ObsahRadkuObrazek6 img
{
	width: 70px;
    height: 60px;
    position: relative;
    left: 10px;
}


.ObsahRadkuTypDopravy
{
	width: 300px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}


.ObsahRadkuObjednatDo
{
	width: 170px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ObsahRadkuDoruceni
{
	width: 175px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ObsahRadkuDopravne
{
	width: 275px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.ObsahRadkuDopravne p
{
    margin-top: 3%;
}

.MoznostiPlatby
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}
.MoznostiPlatbyObrazky
{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}




/*Doprava a platba*/
.KontaktInfo
{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.KontaktInfoObsah
{
	width: 210px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.KontaktInfoObsah img
{
	margin-right: 15px;
}
.KontaktInfoObsah p
{
	width: 155px;
}
.Banner
{
	background-image: url(/data/user-content/Logo%20AUBIRI/AUBIRI_sidlo_Zlatovska_03.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 434px;
	margin-bottom: 40px;
}
.Obal
{
	width: 100%;
	height: auto;
	display: flex;
}
.ObalL
{
	width: 310px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
	padding-right: 5px;
}
.ObalLObsah
{
	width: 100%;
	height: auto;
}
.ObalLObsah h3
{
	color: #c00000;
	margin-bottom: 0;
}
.ObalLObsah p
{
	margin-top: 5px;
}
.ObalP
{
	width: 74.1%;
	height: auto;
}

.Lide
{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.Lide h1
{
	width: 100%;
	height: auto;
}

.Tabulka
{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
	justify-content: flex-start;
}
.Nadpis
{
	width: 100%;
	height: auto;
	color: #052556;
	font-weight: bold;
	font-size: larger;
	margin-bottom: 30px;
	margin-top: 30px;
}
.Nadpis:nth-child(1)
{
	margin-top: 0;
}
.Nadpis h3
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.Nadpis h2
{
    margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.Osoba
{
	width: 280px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 15px;
}
.OsobaJmeno
{
	width: 100%;
	height: 20px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-top: 10px;
}
.OsobaObrazek
{
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.OsobaObrazek img
{
	width: 130px;
	height: auto;
	pointer-events: none;
}
.OsobaPopis
{
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.OsobaPopis p
{
	margin: 0;
}
.OsobaNadpis
{
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.DekoracniCara
{
	width: 85%;
    height: 1px;
    background-color: #eeeeee;  
}
.DekoracniCara2
{
	width: 40%;
	height: 1px;
    background-color: #eeeeee;
}
.DekoracniCara3
{
	width: 85%;
	height: 1px;
    background-color: #eeeeee;
}
@media(max-width: 1100px)
{

	.TabulkaDoprav
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.TabulkaDopravRadek
	{
		width: 300px;
		height: auto;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
		margin-top: 10px;
		border-style: ridge;
		border-width: 1px;
		padding: 5px;
	}
	.DekoracniCara2
	{
		display: none;
	}
	.ObsahRadkuDoruceni
	{
		width: 300px;
	}

}

@media(max-width: 950px)
{
	.Banner
	{
		height: 300px;
	}
}
@media(max-width: 700px)
{
	.Mapa
	{
		height: 250px;
	}
	.Banner
	{
		margin-bottom: 0;
	}
	.OsobaPopis
	{
		width: 100%;
	}
	.OsobaNadpis
	{
		width: 100%;
	}
	.Obal
	{
		flex-wrap: wrap;
	}
	.ObalL
	{
		width: 100%;
	}
	.ObalP
	{
		width: 100%;
	}
	.Odsazeni
	{
		margin-bottom: 14px !important;
	}
	.OsobaEmail p
	{
		margin-bottom: 0px;
		margin-top: 7px;
	}
}
@media (max-width: 600px)
{
	.Banner
	{
		height: 225px;
	}
}
@media (max-width: 440px)
{
	.KontaktInfo
	{
		justify-content: flex-start;
	}
}
























#tabulka a {
text-decoration: none;
color: #000080;}

#tabulka a:hover {
text-decoration: none;
color: #D80606;}

#one:hover {
color: #D80606 !important;
}
.se-popup-button {
    text-align: left !important;
}
.se-popup-button {
  left: 10% !important;
}

.PagingView.ItemsOnPageSelector {display: none !important;}
.AddToCartView.v1 .button.watchDog {display: none !important;}

.FlatCategoriesView.v1 a {
    background-color: transparent !important;
}
/*47885*/
.bs-dialog {
    z-index: 2147483647!important;
}
.bs-dialog-overlay {
    z-index: 2147483646!important;
}
[data-shopname="Auto-Ricambi.eu"] {
    left: 60px;
    width: 120px;
}
/*48886*/
#MyCustomTrustbadge { display: none; }
/*48366*/
.allowZboziSurvey:lang(sk) {
    display: none;
}
.ProductDetailTableView .partNumber {
    display: none;
}
/* 60416 - autoricambi.sk (responziv), autoricambi.eu (responziv), autoricambi.cz (responziv) - Webchat Daktela - odstránenie z responzívu */
@media (max-width: 770px) {
    #daktela-web {display: none !important;}
}


@media (max-width: 1079px)
{
    .ShippingTableTitle2
    {
     display: none;
 }
}
@media (max-width: 840px)
{
    .WorldwideRadekTitle
    {
     display: none;
 }
 .WorldwideRadek
 {
     width: 250px;
     flex-wrap: wrap;
     border-style: ridge;
     border-width: thin;
     margin: 10px;
 }
 .TabulkaWorldwide
 {
     justify-content: space-around;
 }
 .HiddenNadpis
 {
     display: initial;
     width: 100%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #c00000;
     font-weight: 600;
     margin-bottom: 0;
 }
 .Sloupec
 {
     flex-wrap: wrap;
 }
 .RadkovaciCara2
 {
     display: none;
 }
}

@media (max-width: 530px)
{
    .CountryName
    {
     width: 140px;
 }
 .CountryShipping
 {
     justify-content: flex-end;
 }
 .CountryNameTitle
 {
     margin-right: 95px;
 }
 .CountryShippingTitle
 {
     width: 165px;
     margin-right: 0;

 }
}
@media (max-width: 360px)
{
    .CountryShippingTitle
    {
     width: 95px;
 }
 .CountryNameTitle
 {
     margin-right: 102px;
 }

}

/*Shipping*/
#tabulka a {
    text-decoration: none;
    color: #000080;}

    #tabulka a:hover {
        text-decoration: none;
        color: #D80606;}

        #one:hover {
            color: #D80606 !important;
        }
        .se-popup-button {
            text-align: left !important;
        }
        .se-popup-button {
          left: 10% !important;
      }

      .PagingView.ItemsOnPageSelector {display: none !important;}
      .AddToCartView.v1 .button.watchDog {display: none !important;}

      .FlatCategoriesView.v1 a {
        background-color: transparent !important;
    }
    /*47885*/
    .bs-dialog {
        z-index: 2147483647!important;
    }
    .bs-dialog-overlay {
        z-index: 2147483646!important;
    }
    [data-shopname="Auto-Ricambi.eu"] {
        left: 60px;
        width: 120px;
    }
    /*48886*/
    #MyCustomTrustbadge { display: none; }
    /*48366*/
    .allowZboziSurvey:lang(sk) {
        display: none;
    }
    .ProductDetailTableView .partNumber {
        display: none;
    }
    /* 60416 - autoricambi.sk (responziv), autoricambi.eu (responziv), autoricambi.cz (responziv) - Webchat Daktela - odstránenie z responzívu */
    @media (max-width: 770px) {
        #daktela-web {display: none !important;}
    }

.HeaderInfoPanel .userContent {
    display: block;}


.FooterView .FooterUserContent .whatsapp {
    display: inline-flex;
    height: 35px;
    padding-left: 3em;
    font-size: 143%;
    color: #fff;
    background-position: left center;
    background-image: url('/data/user-content/ikony/WhatsApp.png');
    background-repeat: no-repeat;
    word-break: break-word;
    align-items: center;
}

div#FooterUserContent {
    justify-content: left;
}

/* masanger jen na mobil 120795 */

 @media(min-width:615px) 
{
#fb-root{display:none;  } }

._otherLinksWrap {
    color: #696961;
    font-size: 10px;
    line-height: 16px;
    padding: 10px 0;
}
._otherLinksWrap > div {
    display: block !important;
    padding: 4px 0;
