@font-face {
    font-family: "Niagara";
    src: url(../fonts/niagsol.ttf);
}
body {
    font-family: "Montserrat"!important;
    color: #1f2b1a!important;
}
a.btn, button.btn {
    background-color: #3C3C3C;
    color: #fff;
    border-radius: 0;
    padding: .5rem 1.5rem;
    width: 150px;
    font-weight: 600;
    transition: all .2s ease;
}
a.btn:hover, button.btn:hover {
    background-color: #0fe2ff;
    color: #fff;
}
.productCard .productCard-body:hover {
    box-shadow: 0 1px 3px #ccc;
}
.productCard div.d-flex {
    border-bottom: 1px solid #E2E2E2;
}
.productCard-body p {
    font-weight: 600;
    font-size: 1.15rem;
}
.productCard-body {
    transition: all .2s ease;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.productCard-body.newProduct {
    box-shadow: 0 .5px 20px #0fe2ff;
}
.productCard-body.newProduct:hover {
    box-shadow: 0 .5px 30px #0fe2ff!important;
}
.productCard-body .imageWrapper {
    border-radius: 20px;
}
.productCard-body:hover > .imageWrapper > .test {
    font-size: 1.4rem;
}
.productCard-body .imageWrapper {
    height: 50vh;
    background-size: cover; 
    background-position: center center;
}
a.link, a.link:hover {
    color: #0fe2ff;
}
.productLink {
    color: #1f2b1a!important;
}
.productLink:hover{
    text-decoration: none!important;
}

input, select, textarea {
    width: 100%;
    padding: .45rem 1rem;
    border: 1px solid #707070;
    border-radius: 0;
    transition: all .3s ease;
    font-size: small!important;
}
input:focus, select:focus, textarea:focus {
    outline: 2px solid #1f2b1a;
    border-color: #fff;
}
.trippleName {
    color: #1f2b1a;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 0;
}
.trippleName::after {
    content: "THE MOVES";
    color: #0fe2ff;
    position: absolute;
    top: 2px;
    left: -3px;
    z-index: -1;
}
.trippleName::before {
    content: "THE MOVES";
    color: #12F068;
    position: absolute;
    top: 4px;
    left: -6px;
    z-index: -2;
}
.backLink {
    color: #1f2b1a!important;
}
.backLink:hover {
    color: #0fe2ff!important;
}
li.page-item a {
    color: #1f2b1a;
}
li.page-item a:hover {
    color: #1f2b1a;
}
li.page-item.active span.page-link {
    background-color: #0fe2ff;
    border-color: #0fe2ff;
}
.btn.disabled {
    cursor: not-allowed;
}
.btn.disabled:hover {
    background-color: #3C3C3C!important;
}
.articleCard50 .productImage {
    height: 45vh;
}
.articleCard33 .productImage {
    height: 30vh;
}

/* Counter */


.countdown {
    list-style:none;
    margin:6px 0 0 0;
    padding:0;
    display: block;
}        
.countdown li {
    display: inline-block;
}
.countdown li:nth-of-type(2n + 1) {
    width: 6rem;
}
/* здесь дни, часы, минуты, секунды */
.countdown li span {
width:100%;
color:#1f2b1a;
font-size: 4.5rem;
display:inline-block;
}
/* разделители . и : */	
.countdown li.seperator {
color:#1f2b1a;
font-size: 4.5rem;
vertical-align:top;
}
.countdown li div {
margin:0;
color: #a7abb1;
font-size: 1.2rem;
}


/* Counter */



/* Media */


@media screen and (max-width: 1200px) {
    .navbar-brand-shift {
        width: 38%!important;
    }
}
@media screen and (max-width: 991px) {
    .navbar-brand-shift {
        width: 0%!important;
    }
    .productInfo .info .w-75, .checkoutInfo .w-75 {
        width: 100%!important;
    }
    .checkoutInfo #discount {
        width: 100%!important;
        margin-bottom: 10px;
    }
    .checkoutInfo #discount + button {
        width: 100%;
    }
    .checkoutInfo h4 {
        margin-top: 1.5rem;
        color: #1f2b1a
    }
    .articleCard50 .productImage {
        height: 30vh;
    }
}
@media screen and (max-width: 768px) {
    .productInfo .info {
        margin-top: 3rem;
        padding-left: 10px!important;
    }
    .contactInfo {
        flex-direction: column;
    }
    .contactInfo div:not(:first-child) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 468px) {
    .articleCard .w-75 {
        width: 100%!important;
    }
    .navbar-brand {
        margin-right: 50px!important;
    }
    .countdown li span, .countdown li.seperator {
        font-size: 3.5rem;
    }
    .countdown li:nth-of-type(2n + 1) {
        width: 4rem;
    }
}


/* Navbar */


.navbar {
    padding: 0 1rem!important;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 1031!important;
}
.navbar .nav-link {
    padding-top: 15px;
    font-weight: 600;
    font-size: .85rem!important;
}
.nav-link.active {
    color: #0fe2ff!important;
}
.navbar-brand {
    font-size: 3rem!important;
    font-family: "Niagara";
    padding: 0!important;
}
.navbar-brand-shift {
    width: 45%;
}
.navbar-brand-shift a {
    color: #1f2b1a!important;
    font-size: 1.15rem;
}
.slideMenu {
    transition: all .2s ease;
    transform: translateX(-100vw);
}
.slideMenu.show {
    transform: translateX(0)!important;
}
.slideMenu .nav-link {
    font-size: xx-large!important;
}


/* Jumbotron */


.jumbotron {
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 0!important;
    color: #fff;
}


/* About */


.about {
    padding: 9rem 0;
}


/* Product Info */


.productInfo {
    padding: 9rem 0 6rem 0;
}
.productInfo .price {
    font-size: 1.5rem;
    font-style: italic;
}
.productInfo .info {
    padding-left: 6rem;
}
.productInfo select {
    transition: all .1s ease;
}
.archievedPrice {
    text-decoration: line-through;
    color: #707070!important;
}
label {
    color: #8B8B8B;
    font-weight: 600;
    font-size: medium;
}
.productInfo a, .checkoutInfo a {
    color: #8B8B8B;
    text-decoration: underline;
}
.productInfo a:hover, .checkoutInfo a:hover {
    color: #0fe2ff;
}
.productInfo .collapse, .productInfo .collapsing {
    font-size: .9rem;
    padding-bottom: 5px;
}
.productInfo .collapseToggle {
    cursor: pointer;
}
.productInfo .collapseToggle i {
    transform: rotate(180deg);
    transition: all 0.2s ease;
}
.productInfo .collapseToggle.collapsed i {
    transform: rotate(0);
}


/* Checkout */


.checkoutInfo button {
    padding: .4rem 1.5rem;
    font-size: .9rem;
}
.checkoutInfo #discount {
    width: 50%;
}
.checkoutInfo table {
    font-size: small;
}
.checkoutInfo table td:last-child {
    padding-left: 30px;
    font-weight: bold;
}
.checkoutInfo table {
    display: none   ;
}
.checkoutInfo table.Show {
    display: block;
}


/* Collection */


.selectProductType a {
    color: #1F2B1A;
}
.selectProductType a:not(:first-child) {
    margin-left: 40px;
}
.selectProductType a:not(:last-child) {
    margin-right: 40px;
}
.selectProductType a:hover {
    color: #1F2B1A;
}
.selectProductType p.active {
    font-weight: bold!important;
}


/* Articles */


.articleCard {
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
}
.articleCard .productImage {
    background-size: cover;

}
.date {
    font-size: small;
    color: #818181;
}
.articleBody img {
    width: 100%!important;
}


/* newsletter */


.newsletter {
    background-color: #43533d;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}


/* footer */


footer {
    background-color: #1F2B1A;
    color: #8B8B8B;
    padding-top: 4rem;
    padding-bottom: 3rem;
    font-size: .8rem;
}
footer a {
    color: #8B8B8B;
}
footer a:hover {
    color: #8B8B8B;
}
.circleBtn {
    background-color: #fff!important;
    border-radius: 50%;
    font-size: 2.2rem;
    color: #1F2B1A!important;
    transition: all .2s ease;
}
.circleBtn:hover {
    background-color: #1F2B1A!important;
    color: #fff!important;
}