#shop_section{
    padding: 0px 0px;
    /* width: 1050px; */
    background-color: var(--secondary-color);   
}
#loading_section{
    padding: 0px 0px;
    /* width: 1050px; */
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    background-color: var(--secondary-color);
}
shopnavi{
    background: var(--primary-color);
    padding: 15px;
    float: left;
}
shopnavi ul{
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;

}
shopnavi li{
    list-style: none;
}

shopnavi a{
    color: var(--secondary-text-color);
    text-decoration: none;
    position:relative;
    padding: 3px;
}
shopnavi a:hover{
    color: var(--text-color)
}
shopnavi a::after{
    content:'';
    height: 2px;
    width: 0;
    background: var(--main-brand-color);
    position: absolute;
    bottom:0;
    left:0;
    transition: 150ms ease-in-out;
}
shopnavi a:hover::after{
    width: 100%;
}

.shop_container{
    width: 650px;
    margin: 0;
    /* padding: 5px; */
    font-family: 'Raleway', sans-serif;
    color: var(--text-color);
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.shop_item_line{
    width: 85%;
    margin: 0;
    /* padding: 2px; */
    font-family: 'Raleway', sans-serif;
    color: var(--secondary-text-color);
    display:flex;
    flex-direction:row;
    justify-content: left;
    align-items: left;
    flex-wrap:wrap;
    /* border: 2px;
    border-color: var(--secondary-text-color); */
}
.shop_item_container{
    width: 170px;
    color: var(--text-color);
    text-decoration: none;
    font-size: small;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    /* border-color: var(--light-secondary-color);
    border-width: 1px;
    border-radius: 5px;
    border-style: solid; */
}
.shop_item_container a{
    color: var(--secondary-text-color);
    text-decoration: none;
    border: 2px;
    border-color: var(--text-color);
}

.shop_item_container a:hover{
    color: var(--text-color);
    text-decoration: none;
    border: 2px;
    border-color: var(--secondary-text-color);
}

.shop_item_container img{
    width: 150px;
    /* display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center; */
    /* width: 100%; */
    margin: 0;
}
.shop_item{
	/* padding: 7px; */
    text-decoration: none;
    /* display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center; */
}
.shop_item a{
    text-decoration: none;
}
.shop_item img{
    width: 100px;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.detailItemView_container{
	display: flex;
    flex-wrap:wrap;
    gap: 80px;
}
.detailItemView_container_images{
	display: block;
    flex-wrap:wrap;
}
.detailItemView_container_text{
	display: block;
	width: 400px;
	margin-top: 10px;
    flex-wrap:wrap;
}
.item_container_bigimage img{
    width: 10px;
    margin: 0;
}
.item_container_bigimage iframe{
    width: 300px;
    height:400px;
    margin: 0;
}
.shopgallerypic img{
	width: 300px;
    height:400px;
	margin: 0;
}
.item_container_bigimage_vinyl iframe{
    width: 300px;
    height:300px;
    margin: 0;
}
.shopgallerypic_vinyl img{
	width: 300px;
    height:300px;
	margin: 0;
}
.item_container_smallimage img{
    width: 50px;
    padding: 2px;
}
.shop_container iframe{
    width: 650px;
    height: 250px;
}

#preloader {
    /* position: relative; */
    /* top: 0;
    left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: rgba(106, 101, 101, 0.8); */
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--main-brand-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

@media(max-width: 750px){
#shop_section{
    /* padding: 20px 10px; */
    padding: 0px 0px;
    background-color: var(--secondary-color);   
}
#loading_section{
    /* padding: 20px 10px; */
    padding: 0px 0px;
    background-color: var(--secondary-color);   
}
shopnavi{
    /* margin-bottom: 120px; */
    float: left;
    width: 100%;  
}
shopnavi ul{
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
shopnavi li{
    list-style: none;
}
shopnavi a{
    color: var(--secondary-text-color);
    text-decoration: none;
    position:relative;
    padding: 3px;
}
shopnavi a:hover{
    color: var(--text-color)
}
shopnavi a::after{
    content:'';
    height: 2px;
    width: 0;
    background: var(--main-brand-color);
    position: absolute;
    transition: 150ms ease-in-out;
}
shopnavi a:hover::after{
    width: 100%;
}

.shop_container{
    width: 100%;
    margin: 0;
    /* padding: 10px; */
    font-family: 'Raleway', sans-serif;
    color: var(--text-color);
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

.shop_item_line{
    width: 100%;
    margin: 0;
    /* padding: 10px; */
    font-family: 'Raleway', sans-serif;
    color: var(--secondary-text-color);
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    
}
.shop_item_container{
    width: 100%;
    margin-bottom: 20px;
    color: var(--secondary-text-color);
    text-decoration: none;
    font-size: 20px;
    border: 2px;
    border-color: var(--secondary-text-color);
}
.shop_item_container a{
    color: var(--secondary-text-color);
    text-decoration: none;
    border: 2px;
    border-color: var(--text-color);
}

.shop_item_container a:hover{
    color: var(--text-color);
    text-decoration: none;
    border: 2px;
    border-color: var(--secondary-text-color);
}

.shop_item_container img{
    width: 100%;
    margin: 0;
}
.shop_item{
    /* padding: 7px; */
    text-decoration: none;
}   
.shop_item a{
    text-decoration: none;
}
.shop_item img{
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.detailItemView_container{
    display: block;
    flex-wrap:wrap;
    gap: 80px;
}
.detailItemView_container_images{
    display: block;
    flex-wrap:wrap;
}
.detailItemView_container_text{
    display: block;
    width: 100%;
    margin-top: 10px;
    flex-wrap:wrap;
}
.item_container_bigimage img{
    width: 10px;
    margin: 0;
}
.item_container_bigimage iframe{
    width: 100%;
    margin: 0;
}
.shopgallerypic img{
    width: 300px;
    height:400px;
    margin: 0;
}
.item_container_bigimage_vinyl iframe{
    width: 100%;
    height:300px;
    margin: 0;
}
.shopgallerypic_vinyl img{
    width: 100%;
    margin: 0;
}
.item_container_smallimage img{
    width: 50px;
    padding: 2px;
}
.shop_container iframe{
    width: 100%;
    height: 250px;
}
#loading_section{
    padding: 0px 0px;
    /* width: 1050px; */
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    background-color: var(--secondary-color);
}
#preloader {
    /* position: relative; */
    /* top: 0;
    left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: rgba(106, 101, 101, 0.8); */
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--main-brand-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
