html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 200px;
    color:#000;
font-family: 'Roboto', sans-serif;
    font-size:0.9rem;
    font-weight:400;
    background-color: #fff;
}
main {
    /* position: absolute; */
    /* width: 100vw;
    height: 100vh;
    top: 0; */
}
.tooltip {
    pointer-events:none;
}
.bg-dark {
    background-color: #292c31 !important;
}

  /*############ EXTRA BASE START ############*/
.overlayFilter {
    position: absolute;

    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background-color:rgb(249, 221, 47,0.7);

}
  a {
      transition:all 0.2s;
      text-decoration:none!important;
      color:#f9dd2f;
  }
  a:hover {
    color:#f9dd2f;
}
b,.font-weight-bold {
    font-family: 'Oswald', sans-serif;
}
.breadcrumb {
    font-size:14px;
    line-height: 25px;
    background-color: #292c31;
    color: rgba(255,255,255,.7);
    border-radius: 0px;
}

.breadcrumb a {
    color: rgba(255,255,255);
}
  .no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.smoothLoad {
    opacity:0;
}
.lazy {
    visibility: hidden;
}
.pointer {
    cursor: pointer;
}
label{
    font-weight:bold;
}
.radio label {
   cursor: pointer;
}
.fa, .fab, .fal, .far, .fas {
   line-height: unset;
}
.line-header {
    display: block;
    line-height: 0.2em;
    border-bottom: 1px solid #666;
}

.line-header span {
    font-weight:bold;   
    font-size:1.75rem;
    padding-top:2px;
    line-height:0;  
    background-color: #fff;
}
abbr {
    color:#971f0f;
}
.text-black {
    color:#000;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5 {
    font-family: 'Oswald', sans-serif;
}
/*############ EXTRA BASE END ############*/





  /*############ BROWSER (IE) FIXES START ############*/
  /*############ BROWSER (IE) FIXES END ############*/




  /*############ INPUT CONTROL START ############*/
  .form-control,.custom-select,.form-control:focus{
      border:0px!important;
      background-color:#eee;
      box-shadow:none!important;
      border:none!important;
      border-radius: 0px;
      color:rgba(0,0,0,0.7);
      font-size:12px;
      line-height:1!important;
      height:calc(1.785rem);
      font-weight:400;
      letter-spacing:1.25px;
  }
  .input-group-text {
    border:none!important;
    background-color:#f8f9fa;
  }

.form-control::placeholder {
    color: rgba(0,0,0,0.4);
    opacity: 0.7; /* Firefox */
  }
  .form-control:-ms-input-placeholder {

    color: rgba(0,0,0,0.4);
    opacity: 0.7; /* Firefox */
  }
  .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,0.4);
    opacity: 0.7; /* Firefox */
  }

  .custom-control-label::before {
    background-color: #e9ecef!important;
  }
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #007dc2!important;
  }
  .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color:#e9ecef;
  }
  /*############ INPUT CONTROL END ############*/



/*############ NAVBAR START ############*/
.logo {
    top: -40px;
    left:18%;
}
.navbar-first {
    z-index: 1030;
    padding: 0px;
    height: 30px;
    font-size:12px;
    background-color: #c52814;
    color: #b8c2cc;
}
.navbar-first a {
    color:rgba(255,255,255,0.7);
}
.navbar-first a:hover {
    color:rgba(255,255,255,1);
}
.navbar-second {
    z-index: 900;
    padding: 0px;
    height: 80px;
    background-color: #c52814;
    background-color: rgba(21,40,74,0);
    color: #fff;

}
.navbar-second .nav-link {
    color:#fff;
    font-size:1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
  
}
.navbar-second .nav-link:hover {
    color:#971f0f;
    color:#e66150;
  
}
.navbar-second .logo  {
    transition: all 0.2s;
}
.navbar-second.mode2 {
    background-color: #c52814;
}
.navbar-second.mode2 .logo  {
    height:80px;
    margin-left:20px;
}
.navbar-second #navbarSearch {

    
}

.navbar-second #navbarSearch .btn {
    border-radius: 0px 0px 0px 0px;
}

.navbar-second input[type="search"] {
    border:0px!important;
    border-radius: 0px 0px 0px 0px;
    height:28px;
  
}

.navbar-second input[type="search"]::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(0,0,0,0.6)!important;
    opacity: 0.6; /* Firefox */
  }
  
  .navbar-second input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff!important;
  }
  
  .navbar-second input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff!important;
  }
   /* style active navbar items */
   .nav-item.active a,.dropdown-item.active a, .dropdown-item:active a{

    /* color:#fff; */
    color:#971f0f;
    color:#e66150;
    border-bottom: 2px solid #971f0f;
    border-bottom: 2px solid #e66150;
}

/* Show dropdown menu on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

#navbar-categories {
    position: relative;
    padding-top: 0;
}

@media (max-width: 992px) {
    #navbar-categories {
        position: absolute;
        padding-top: 1.5rem;
    }
}

@media (max-width: 992px) {
    .navbar-nav {

        background: white;
    }
    .navbar-nav .nav-link{
        color:#000;
    }
}
/*############ NAVBAR END ############*/




.banner-start, .special-banner-start {
    width:100%;
    position:relative;
    height:60vh;
    overflow:hidden;
    margin-top: -80px;
}

.banner-start video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    margin-top: -3px;
}



.banner-start .banner-text{
    width:560px;
    color:#fff;
    text-shadow:2px 2px 2px rgba(0,0,0,0.3);
    position: absolute;
    left:15vw;
    top:40vh;
}
.banner-start .banner-text h1{
    font-size:50px;
}
.banner-start .banner-text p{
    font-size:20px;
}

.special-banner-start .special-banner-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-backgroundx {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.special-banner-start .banner-image {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    width:65vw;
}

@media(min-width: 767px) {
    .banner-start, .special-banner-start {
        height:80vh;
    }
}

@media(min-width: 1100px) {
    .special-banner-start .banner-image {
        width:40vw;
    }
}

@media(min-width: 1600px) {
    .special-banner-start .banner-image {
        width:30vw;
    }
}

.start-hero-image {
    left:47vw; 
    top:180px; 
    max-height:400px;
}

@media (max-width: 600px) {
    .start-hero-image {
        left:15vw; 
        top:150px; 
        max-height:400px;
    }
    .banner-start {
 
    }
    /* .banner-start .banner-text{
        left:0;
        top:initial;
        bottom:60px!important;
        width:100%;
        text-align:center;
    } */

    .banner-start .banner-text h1{
        font-size:6vw;
      color:#fff!important;
    }
    .banner-start .banner-text p{
        font-size:4vw;
      }
    .banner-start .banner-background {
        width:100%;
        top:auto;
        bottom:0px;
  
        min-width:400px;
      /*  content:url("./images/ny-header-mobile2.jpg");*/
    }
    .banner-start.gold .banner-background {
        content:url("./images/oif-slider-mobile.jpg");
    }
}



/*############ NAVBAR MINICART START ############*/

#miniCart {
    transition: all 0.4s;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    right:0px;
    top: 40px;
    min-height: 100px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 0px;
    border-radius:0px;
    padding-bottom: 40px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
}
#miniCart #cartTable {
    max-height:60vh;
    overflow-y: scroll;
}
#miniCart #cartTable a {
    color:#000;
}


#miniCart p {
    text-align: center;
}

#miniCart.show {
    visibility: visible;
    opacity: 1;
}

#miniCart #goToCart {
    border: 0px;
    border-radius: 0px;
    bottom: 0px;
    left: 0px;
}


.navbar-toggler {
    font-size:inherit;
    line-height: inherit;
    padding: .375rem .75rem;
}

/*############ NAVBAR MINICART END ############*/
 



/*############ STARTPAGE SLIDER START ############*/

.start-slider {
    position: relative;
    overflow:hidden;
    min-height:400px;
    height:40vw;
    max-height:750px;
    background-color: rgb(0, 0, 0);
}
.start-slider-image-wrapper {
    text-align: center;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}
.start-slider-image-wrapper img {
    width: 100vw;
    min-width: 1800px;

}
.start-slider-floater {
    position: absolute;
    right:-8vw;
    top:4vw;
}

.start-slider-text {
    position: absolute;
    text-align: left;
    color:#000;
    left:-80px;
    top:10vw;
   /* text-shadow:2px 2px 5px rgba(4, 19, 39,0.6);*/
}
.start-slider-text h3 {
    font-weight: normal;

    font-size:28px;
    line-height: 1;
    margin:0;
}
.start-slider-text h1 {
    font-weight: normal;
    font-size:4rem;
    line-height: 0.9;
    margin:0;
}
.start-slider-text p {
    font-weight: bold;
    font-size: 1.3rem;
}


@media (max-width: 1000px) {
    .start-slider-floater {
        top:10px!important;
    }

    .start-slider-text {

        left:30px;
        top:30px;
    }
    .start-slider-text h1 { font-size:70px;}
    .start-slider-text h3 { font-size:20px;}

}
@media (max-width: 700px) { 
    .start-slider {
        height:125vw;
        max-height:125vw;
    }
    .start-slider-text {
        text-align:center;
        left: 0 !important;;
        width:100%;
        top:50vw;
    }
    .start-slider-text h1 { font-size:50px;}
    .start-slider-text p { margin:5px;}
    .start-slider-text h3 { font-size:20px;}
    .start-slider-floater {
        width:100%;
        left:0px;
        text-align: center;
    }
    .start-slider-floater #shirt1 {
        position: relative;
        top:auto!important;
        right:auto!important;
        left:10vw;
        margin-left:auto;
        margin-right:auto;
        width:350px!important;
    }
    .start-slider-floater #shirt2 {
        position: relative;
        top:6vw!important;
        right:auto!important;
        left:0vw;
        margin-left:auto;
        margin-right:auto;
        width:100%!important;
    }
.start-slider-image-wrapper img {

  
}
}

@media (max-width: 350px) { 

    .start-slider-text {
        text-align:center;
        left:0;
        width:100%;
        top:40vw;
    }
    .start-slider-text h1 { font-size:40px;}
    .start-slider-text p {  margin:5px;}
    .start-slider-text h3 { font-size:20px;}

}
.start-welcome-text {
    background-color:#f9dd2f;
}
.start-welcome-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    
    border-top: 20px solid #f9dd2f;
  }
/*############ STARTPAGE SLIDER END ############*/




/*############ STARTPAGE WELCOME-TEXT START ############*/
.slider-bottom {
    background-color:#fff;
    color:#fff;
    min-height: 20px;

}
.slider-bottom-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    
    border-top: 20px solid #fff;
  }
/*############ STARTPAGE WELCOME-TEXT END ############*/

/*############ STARTPAGE BANNER-BOX START ############*/
.banner-box {
    height:300px;

}
.banner-box div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
#banner-box-1 .bg{
    background-image: url(./images/box-02-ny.jpg);
}
#banner-box-1 h1,#banner-box-2 h1,#banner-box-3 h1{
    display: inline-block;
    clear:both;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    padding: 0.5rem 1.5rem;
    color:#fff; 
    background-color:rgba(0,0,0,0.7);  
    
    padding-bottom:6px!important

}
#banner-box-2 .bg{
    background-image: url(./images/box-01-ny.jpg);
}



#banner-box-3 .bg{
    background-image: url(./images/box-3.jpg);
}
/*############ STARTPAGE BOX-BANNER END ############*/

/*############ STARTPAGE SORTIMENT-BOX START ############*/
.sortiment-box {
    overflow: hidden;
}

.sortiment-box img {
    transition: all 0.8s;
}

.sortiment-box-text {
    transition: all 0.4s;
    padding: 10px;
    display: block;
    background-color: rgba(0, 59, 121, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -30px;

}
.sortiment-box-text .extra {
    color:#003B79;
    opacity: 0;
    transition: all 1s;
}

.sortiment-box:hover .sortiment-box-text {
    margin-bottom: 0px;
    color: #fff;
    background-color: rgba(255, 210, 0, 0.8);
}
.sortiment-box:hover .sortiment-box-text  .extra {
    opacity: 1;
}

.sortiment-box:hover img {
    transform: scale(1.1);
}
/*############ STARTPAGE SORTIMENT-BOX END ############*/   

#info-box {
    background-color:#fff;


}

#info-box h2 {
    font-size: 2.7rem;
    font-weight: bold;
}
/*############ PRODUCTBOX START ############*/
.product {
    cursor: pointer;
    overflow: hidden;
}
.product-title {
    position: absolute;
    text-align: center;
    margin:0;
    width: 100%;
    color:#000;
    bottom:0px; 
    z-index:2;
    font-size:0.9rem;
    background-color: rgba(255,255,255,0.7);
}
.product-price {
    color:#000;
    top:0px; z-index:2;
    font-size:1.3rem;
    font-weight: bolder;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    
}

.product .image-holder {
    padding-bottom: 100%;
    height: 0;
    position: relative;

}
.product .image-holder img {
    width: 100%;
    position: absolute;
    z-index: 2;
    transition: transform 0.2s;
}
.product .image-holder div {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./images/default/placeholder.jpg);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: 50% 50%;
}
.product:hover img {
    transform: scale(1.05);
}
.product:hover img {
    transform: scale(1.05);
}
.product-button {
    height:40px;
  
    overflow:hidden;
}
.product-button .btn {
    opacity:0;


    transition:opacity 1s ease-in-out,margin 0.2s linear;
   margin-top:-50px;
  
}
.product a:hover >.product-button .btn{
    margin-top:0px;
    opacity:1;
}
/*############ PRODUCTBOX END ############*/


/*############ BUTTONS START ############*/
.btn {
    font-family: 'Oswald', sans-serif;
    line-height:1!important;
    font-size:0.85rem;
    letter-spacing:1.25px;
    text-transform: uppercase;

    padding: 0.5rem 1.5rem;
    border: none;
    box-shadow: none!important  ;
    border-radius: 0px;
}
.btn-primary {
    background-color: #282828;
    color:#fff;
}

.btn-primary:hover {
    background-color: #00305a;
    color:#fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #00305a;
    color:#1e2024;
}
.btn-secondary {
    background-color: #666;
}

.btn-secondary:hover {
    background-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #000;
}

.hasProducts {
  /*  background-color: #ea417d;
    color:#fff;*/
}
/*############ BUTTONS END ############*/

/*############ FOOTER START ############*/
footer {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    color: #fff;
}
.footer-wrapper {
    background-color: #c52814;
}



.footer-wrapper ul {
    list-style: none;
    line-height:2;
}

.footer-wrapper a,.footer-wrapper p {
    color:#fff;
    font-family: 'Oswald', sans-serif;
}
.footer-wrapper ul li a:hover {
    color:#971f0f;
}
.footer-copyright {

    font-size: 12px;
    font-weight:300;
    background-color: #c52814;
    text-align: center;
    text-transform:uppercase;
}
.footer-copyright ,.footer-copyright a,.footer-copyright a:hover{
    color: rgba(255,255,255,0.7);
    font-weight:lighter;
}
.footer-copyright img{
    height:12px;
    margin-right:20px;
    padding-bottom: 2px;
}


.ribbon-wrapper-right {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: -3px;
    z-index: 30;
}

.ribbon-right {
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 15px 0;
    /*left: -5px;
    top: 15px;*/
    left: -4%;
    top: 11%;
    width: 120px;

    color: #fff;
}

/*############ FOOTER END ############*/

/*############ MISC START ############*/
.toTop {
    transition: 1s all;
    opacity: 0;
    visibility: hidden;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none!important;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius:0px;
      
}
.toTop.active {
    opacity: 1;
    visibility: visible;
}
table.contact {
    background-color: #292c31;
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .1);
    border: 1px solid hsla(0, 0%, 100%, .05);
}
table.contact tr:first-of-type {
    border: 1px solid hsla(0, 0%, 100%, .05);
}
table.contact tr th:first-of-type {
    border-left: 4px solid #f9dd2f;
    border-top-left-radius: 0
}
table.contact th {
    background-color: #292c31;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid hsla(0,0%,100%,.05) ;
    padding: .75rem 0rem .75rem 1rem;
}

table.contact td {
    border-top: none;
    color: rgba(255,255,255,.75);
    padding-top: .75rem;
    padding-bottom: .25rem;
}
table.contact td a {
    color: #f2d024;
}
.imagePreview{
    cursor: zoom-in;
}
.parallax {
    background-image: url("./images/page-header.jpg");
    background-size: cover;
    background-position:50% calc(50%) ;
    background-repeat: no-repeat;
    padding: 45px 15px;

}

.page-parallax {
    padding: 45px 15px;
}

/* .parallax div {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
} */

/* .parallax a {
    color:#fff
} */

/*############ MISC END ############*/



/* ---------------------------------------------------
    Spinner
----------------------------------------------------- */
.spinner {
    display: inline-block;
}

.spinner:after {
    content: " ";
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.4s ease-in-out infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/***** 5 column design ****/
/* 5 Columns */

.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.ribbon {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 20px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 5px 10px calc(5px + var(--f)) calc(10px + var(--r));
    clip-path: 
        polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    background: red;
    color:#fff;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

.ribbon-left {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 20px; /* the top offset */
    
    position: absolute;
    inset: var(--t) auto auto calc(-1*var(--f));
    padding: 5px calc(10px + var(--r)) calc(5px + var(--f)) 10px;
    clip-path: polygon(
      100% 0, 
      0 0, 
      0 calc(100% - var(--f)), 
      var(--f) 100%,
      var(--f) calc(100% - var(--f)),
      100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2)
    );
    background: #BD1550;
    background: red;
    color:#fff;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  }