@media print {
}

/* Landscape 320px and 568px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
  }

/* Portrait 320px and 480px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
}

/* Landscape 320px and 480px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
}

/* Portrait 375px and 740px */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 740px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) { 
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
    
}
/* Landscape 375px and 667px */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
  }

/* Landscape 411px and 731px */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    }
  }

/* Landscape 411px and 823px */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 823px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .navbar-brand {
      width: 25%;
    }
    .no-padd {
      padding: 0;
    }
    .text-align-mobile-left {
      text-align: center;
    }
    .form-ucesnici iframe {
      height: 2100px;
    } 
}

/* Portrait 768px and 1024px */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}
/* Landscape 768px and 1024px */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  }

/* Portrait 1024px and 1366px */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  }

/* Landscape 1024px and 1366px */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  }

@media (min-width: 1024px) and (max-width: 1500px) {
   
    .col-custom-13-none {
        display: none;
    }
    .col-custom-13-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .wishlist {
        width: 20%;
    }
    .shopping-cart {
        width: 20%;
        margin-left: 1.5rem;
    }
    .col-custom-13-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-custom-13-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-custom-13-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-custom-13-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-custom-13-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-custom-13-8 {
         -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-custom-13-9 {
         -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-custom-13-10 {
         -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-custom-13-12 {
         -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1501px) and (max-width: 1750px) {
    .col-custom-15-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-custom-15-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-custom-15-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-custom-15-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-custom-15-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-custom-15-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-custom-15-8 {
         -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-custom-15-9 {
         -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-custom-15-10 {
         -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-custom-15-12 {
         -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


@media (min-width: 1500px) and (max-width: 4500px) {



}