.top_10_col .header_col {
  margin-left: 50px;
  margin-bottom: 20px;
}

.header_col h2 {
  margin-bottom: 6px;
}

.header_col a {
  text-decoration: underline;
}

.top_10_col .gutter--on {
    margin-top: 30px;
    margin-bottom: 35px;
}

.page-section.list-collections.top_10_col .list-collections-header {
  margin-bottom: 0px;
}

.top_10_col .list-collections-header {
  background-color: #b8b8b87a;
  margin: 0;
  padding: 50px;
  padding-bottom: 0;
  margin-bottom: 30px !important;
}

.top_10_col  .list-collections-header .breadcrumb {
  padding-top: 15px;
}

.top_10_col  .t_heading{
  display:block !important;
  margin-top: -10px;
}

.t_heading h1 {
  margin-bottom: 12px;
}

.top_10_col span.breadcrumb__link a {
    color: white;
}

.top_10_col span.breadcrumb__current {
    color: white;
}

.top_10_col .header_col:nth-child(2) {
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
  .top_10_col .header_col {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1920px)
{
.top_10_col .collection--grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

}

@media screen and (max-width: 948px)
{
.top_10_col .collection--grid  {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-gap: 17px;
    grid-gap: 17px;
  }
}

@media screen and (max-width: 768px)
{
.top_10_col .collection--grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

}

@media screen and (max-width: 425px)
{
.top_10_col .collection--grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

}


.product-item__secondary-image video {
  width: 100%;
  display: block;
/*   height: 230px; */
}


/* 3 Feb 2021 Changes SA */

.template-index  #content-holder #content {
    width: calc(100% - 240px);
}

.template-index #shopify-section-1611869229f7493388 .image-text {
    height: 23vw;
}



@media only screen and (min-width:1400px){
.template-index #shopify-section-1611869229f7493388 .image-text {
    height: 24vw;
}
}

@media only screen and (min-width:948px){

#shopify-section-sidebar .sidebar {
  min-width: 240px;
}

}

@media only screen and (max-width:948px){
.template-index .mount-product-page .product__text {
    min-width: auto;
}
.template-product .mount-product-page .product__text {
    min-width: auto;
}
.template-index #shopify-section-1611869229f7493388 .image-text {
    height: 30vw;
}
  
}

@media screen and (max-width: 768px){
.template-index .collection-list .collection-item {
    width: 50%!important;
}
.template-index .collection-item .collection-item__link {
    padding-top: 90% !important;
}  
}

@media screen and (max-width: 480px){
.template-index .collection-list .collection-item {
    width: 100%!important;
}
.template-index .collection-item .collection-item__link {
    padding-top: 90% !important;
}   
}

@media screen and (max-width: 350px){
.sidebar__responsive-container {
    padding: 13px 8px;
} 
  
}
