.mybtn-dark {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #000;
	color: #000;
}

.mybtn-dark:hover {
  background: #139f0f;
  color: #fff;
  border: 2px solid #139f0f;
}

.myIcon {
	font-size: 1.50rem;
}

a.myLoginIcon {
	padding-top: 15px;
	padding-bottom: 15px;
}
li.myDropLang {
	padding-top: 32px;
	padding-bottom: 28px;
}

.myIconImg {
	width: 30px;
	margin-right:8px;
}

.myAlignRight {
	right:0;
	left:auto !important;
}

.myProductFilter {
	max-height: 5rem;
	overflow: auto;
}

.myProductLogo{
	width:250px;
}

.carousel.pointer-event {
	touch-action: pan-y pinch-zoom;
  }

.myProdDetailImg {
		display: block;
		max-width: 70vh;
		max-height: 60vh;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right:auto;
}

.myArtSizeColCenter {
	margin:auto;
	text-align: center;
	margin-top: 3rem !important;
}

.myCarousel{
	width: 90vh !important;
	height: 60vh;
}

@media (min-width: 992px){
	.myCarousel{
		width: 50% !important;
	}
}



.myDropDown-Item {
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	white-space: nowrap;
}

.myDropDown-Menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: #212529;
	--bs-dropdown-bg: #fff;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: 0.375rem;
	--bs-dropdown-border-width: 1px;
	--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-dropdown-link-color: #212529;
	--bs-dropdown-link-hover-color: #1e2125;
	--bs-dropdown-link-hover-bg: #e9ecef;
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
}

.myDropMenuPanel {
	z-index:1100;
}

.rowSearch {
	height:10%;
}

.rowCat {
	height:90%;
	margin: 2px;
}

.carousel-control-prev-icon:after {
	content:""
   }
.carousel-control-next-icon:after {
	content:""
   }

.myflag {
	display: inline-block;
	width: 20px;
	height: 14px;
	margin-right: 8px;
	content: "";
	background: url(/assets/img/italy.png) no-repeat ;
	background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;
  }

.myflag.flag-italy {
	background: url(/assets/img/italy.png) ;
	background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;
  }

.myflag.flag-united-kingdom {
	background: url(/assets/img/united-kingdom.png) ;
	background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;
  }

.myflag.flag-france {
	background: url(/assets/img/france.png) ;
	background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;
  }

.myflag.flag-spain {
	background: url(/assets/img/spain.png) ;
	background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;
  }
  
 .doubleColumn {
	column-count:2;
}
.CATop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0.75rem 1.25rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.CATop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
	transition-delay: 1000ms;
	background-color: #139f0f;
}

.CATop a {
	color:#f9b9b9;
    text-decoration: underline
}

.CATop .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}