/*Products styles starts*/


#product {
    margin-top: 8vh;
    margin-left: 0;

}

.product--wrap {
    margin: 2vw auto;
    width: 95%;
    padding-bottom: 4vw;
}

.uk-breadcrumb > li:nth-child(n+2):before {
    content: "-";
}


.product--wrap .container {
    border: 1px solid #d8d8d8;
    margin-left: 0;
    margin-top: 3vw;
    padding: 2vw;
}

#img--wrap {
    position: relative;
    padding-left: 0;
}

#img--container {
    box-sizing: border-box;

}

#img--wrap .tools {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
    z-index: 99998;
}


#img--wrap .badges {
    position: absolute;
    float: right;
    right: 4px;
    z-index: 2;
    max-width: 100px;
}


#img--wrap .uk-dotnav > .uk-active > * {
    background-color: #ffb300;
    border-color: #ffc94c;
}

#img--wrap .uk-dotnav > * > * {
    border: 1px solid #ffc94c;
}

#info--general #title {
    font-family: "Arimo Bold";
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: .5vw;
}


#info--general #code {
    font-family: "Arimo Regural";
    font-size: 14px;
    color: #000000;
    margin-bottom: .5vw;
}

#availability {
    border: 1px solid #43a047;
    color: #43a047;
    text-align: center;
    font-family: "Arimo Regural";
    font-size: 12px;
    padding: 1%;
}

#price--area {
    margin-top: .5vw;
}

#price--area .price--current {
    font-size: 29px;
    font-family: "Arimo Bold";
    color: #000000;
}

#price--area .price--old {
    font-size: 19px;
    text-decoration: line-through;
    font-family: "Arimo Regural";
    color: #000000;
}

#price--profit {
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 15px;
}


#addToCart {
    background: #ffffff;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    font-family: "Arimo Bold";
    margin-top: 2vw;
}

#addToCart:hover {
    color: #ffb300;
    border: 2px solid #ffb300;
}

#addToCart:active {
    color: #43a047;
    border: 2px solid #43a047;
}

#fastCheckOut {
    background: #43a047;
    color: #ffffff;
    border: 2px solid #43a047;
    font-family: "Arimo Bold";
    margin-top: 1vw;
}

#fastCheckOut:hover {
    background: #ffb300;
    border: 2px solid #ffb300;
}

#fastCheckOut:active {
    background: #191919;
    border: 2px solid #191919;
}

#quantity--area {
    margin-left: 0;
    margin-top: 2vw;
}


#quantity {
    border: 2px solid #000000;
    color: #000000;
    padding-left: 0;
    text-align: center;
    min-width: 110px;
    height: 50px;
    font-weight: bold;

}


#minus, #plus {
    width: 15%;
    border: 2px solid #000000;
    color: #000000;
    font-family: "Arimo Bold";
    background: #ffffff;
    padding: 0;
    text-align: center;
}

#minus {
    border-right: none;
}

#plus {
    border-left: none;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

#chars--general .chars-list {
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 15px;
}


.advntg-content .title {
    font-family: "Arimo Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.advntg-content .text {
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #000000;
    padding-bottom: .5vw;
}

.advntg:last-of-type .text {
    border-bottom: none;
}

.advntg:not(:first-of-type) {
    margin-top: 25px;
}

/*Products styles ends*/


/*Bought Together style starts*/
#bought-tgthr {
    background: #f6f6f6;
}

.bought-tgthr--wrap {
    margin: 2vw auto 0;
    width: 100%;
    padding-bottom: 4vw;
}

.bought-tgthr--wrap .container {
    margin-left: 0;
}

.bought-tgthr--wrap .title {
    margin-bottom: 2vw;
    font-family: "Arimo Regural";
    font-size: 26px;
}

.bought-tgthr--wrap .item {
    width: 7%;
    background: #ffffff;
    padding: 1.5%;
}

.bought-tgthr--wrap .name {
    margin-top: .5vw;
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.bought-tgthr--wrap .name a {
    text-decoration: none;
    color: #000000;
}

.bought-tgthr--wrap .item .img {
    width: 150px;
}

#sum--wrap {
    width: 15%;
    background: #ffffff;
    padding: 1.5%;
}


#sum--wrap-prices .price--current {
    font-size: 25px;
    font-family: "Arimo Bold";
    color: #000000;
}

#sum--wrap-prices .price--old {
    font-size: 18px;
    text-decoration: line-through;
    font-family: "Arimo Regural";
    color: #000000;
}

#sum--wrap .title {
    font-family: "Arimo Regural";
    font-size: 22px;
    color: #000000;
    margin-bottom: .5vw;
}

#sum--wrap-profit {
    margin-bottom: 1vw;
    font-family: "Arimo Bold";
    font-size: 16px;
    color: #000000;
}

#sum--wrap-prices {
    margin-bottom: .5vh;
}


#bought-tgthr-addToCart {
    background: #ffffff;
    color: #3c3c3c;
    padding: 1%;
    border: 2px solid #3c3c3c;
    font-family: "Arimo Bold";
}

#bought-tgthr-addToCart:hover {
    color: #ffb300;
    border: 2px solid #ffb300;
}

#bought-tgthr-addToCart:active {
    color: #43a047;
    border: 2px solid #43a047;
}

.seperator {
    font-weight: bold;
    font-size: 25px;
    margin-right: 2%;

}

/*Bought Together style ends*/


/*Technical Characteristcs style starts */

.techn-chars--wrap {
    margin: 3vh auto 0;
    width: 93vw;
    padding-bottom: 6vh;
}

.techn-chars--wrap .container {
    padding-left: 0;
    width: 50%;
}

.techn-chars--wrap .title {
    margin-bottom: 2vw;
    font-family: "Arimo Regural";
    font-size: 26px;
    color: #000000;
    padding-left: 0;
}


#techn-chars--list .item {
    list-style-type: none;
    margin-bottom: 3vh;
}

#techn-chars--list .char-name {
    text-decoration: none;
    color: #000000;
    background: none;
    border-bottom: 1px solid black;
    padding-bottom: .5vw;
    font-family: "Arimo Bold";
    font-size: 16px;

}

.char-content-rows {
    font-family: "Arimo Regural";
}

.char-content-row:not(:first-of-type) {
    margin-top: 10px !important;
}

/*Technical Characteristcs style ends */


/*MEDIA QUERIES*/

@media (max-width: 1400px) {

    /*product styles starts*/
    #product {
        margin-top: 10vh;
    }

    #info--general #title {
        font-size: 19px;
        line-height: 26px;
    }

    #info--general #code {
        font-size: 13px;
    }

    #price--area .price--current {
        font-size: 26px;
    }

    #price--area .price--old {
        font-size: 17px;
    }

    #price--profit {
        font-size: 13px;
    }

    #chars--general .chars-list {
        font-size: 14px;
    }

    .advntg-img {
        width: 30%;
    }

    .advntg-content {
        width: 70%;
        padding-left: 20px;
    }

    .advntg-content .text {
        font-size: 13px;
    }

    .advntg-content .title {
        font-size: 13px;
    }

    #quantity {
        min-width: 70px;
        width: 70px;
    }

    #product .product--wrap .container > * {
        padding-left: 20px;
    }

    #product .product--wrap #img--wrap {
        padding-left: 0;
    }


    /*product styles ends*/
    /*bought together styles starts*/
    .bought-tgthr--wrap .title {
        font-size: 23px;
    }

    .bought-tgthr--wrap .item {
        width: 8%;
        padding: 2%;
    }

    .bought-tgthr--wrap .name {
        font-size: 13px;
        line-height: 18px;
    }

    #sum--wrap .title {
        font-size: 19px;
    }

    #sum--wrap-prices .price--old {
        font-size: 15px;
    }

    #sum--wrap-prices .price--current {
        font-size: 23px;
    }

    #sum--wrap-profit {
        font-size: 15px;
    }

    /*bought together styles ends*/
    /*technical chars styles starts*/
    .techn-chars--wrap .title {
        font-size: 23px;
    }

    #techn-chars--list .char-name {
        font-size: 15px;
    }

    .char-content-rows {
        font-size: 14px;
    }

    /*technical chars styles ends*/


}

@media (max-width: 1280px) {

    /*product styles starts*/
    #product {
        margin-top: 6vw;
    }

    .product--wrap .container {
        padding-top: 3vw;
    }

    /*product styles ends*/

}

@media (max-width: 1024px) {
    /*product styles starts*/
    #product {
        margin-top: 8vw;
    }

    .product--wrap .container {
        padding-top: 3vw;
        width: 95%;
    }

    #img--wrap {
        width: 30%;
    }

    #info--general {
        width: 35%;
    }

    #product-advantgs {
        display: none;
    }

    #chars--general {
        width: 35%;
    }

    /*product styles ends*/
    /*advantages styles starts*/
    #advnt {
        display: block !important;
        visibility: visible;
        background: #ffffff;
    }

    /*advantages styles ends*/
    /*technical chars styles starts*/
    .techn-chars--wrap .container {
        width: 80%;
    }

    /*technical chars styles ends*/
}


@media (max-width: 815px) {
    /*product styles starts*/
    #img--wrap {
        width: 45%;
    }

    #info--general {
        width: 50%;
        margin-left: 4%;
    }

    .product--wrap .container {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    #chars--general {
        width: 100%;
    }

    .product--wrap {
        margin: 3vw auto;
    }

    /*product styles ends*/
    /*bought together styles starts*/
    .bought-tgthr--wrap {
        margin: 4vw auto 0;
        padding-bottom: 6vw;
    }

    .bought-tgthr--wrap .item {
        width: 10%;
        padding: 2%;
    }

    #sum--wrap {
        width: 20%;
        padding: 2%;
    }

    #sum--wrap .title {
        font-size: 16px;
    }

    /*bought together styles ends*/

}

@media (max-width: 668px) {
}

@media (max-width: 605px) {
}


@media (max-width: 480px) {

    /*shortcut buy styles starts */
    #shortcut-buy.open {
        display: block !important;
        visibility: visible;
        margin-top: 26vw;
        background: #e5e5e5;
        position: fixed;
        z-index: 999999;
    }

    #shortcut-buy--wrap {
        width: 90%;
        margin: 2vw auto;
    }

    #shortcut-buy--wrap .img {
        width: 15%;
    }

    #shortcut-buy--wrap .name {
        width: 60%;
        font-family: "Arimo Regural";
        font-size: 11px;
        padding-left: 10px;
    }


    #shortcut-buy--wrap #buy {
        width: 13%;
        background: #43a047;
        padding: 2%;
    }

    #shortcut-buy--wrap #buy svg {
        fill: #ffffff;
    }

    /*shortcut buy styles ends */
    /*product styles starts*/
    #product {
        margin-top: 30vw;
    }

    .product--wrap {
        margin: 4vw auto;
        width: 85%;
        padding-bottom: 4vw;
    }

    #img--wrap, #info--general {
        width: 100%;
    }

    #chars--general {
        width: 90%;
        margin-top: 6vw;
    }

    #info--general #title {
        font-size: 15px;
        line-height: 22px;
    }

    #info--general #code {
        font-size: 12px;
    }

    #availability {
        font-size: 10px;
        padding: 2%;
        border: none;
    }

    #price--area .price--old {
        font-size: 15px;
    }

    #price--area .price--current {
        font-size: 24px;
    }

    #price--profit {
        font-size: 11px;
    }

    #addToCart {
        margin-top: 4vw;
        font-size: 13px;
        margin-bottom: 2vw;
        width: 85%;
    }

    #fastCheckOut {
        font-size: 12px;
        width: 85%;
    }

    .product--wrap .container {
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

    #chars--general .chars-list {
        font-size: 13px;
    }

    /*product styles ends*/
    /*bought tohether styles starts*/
    .bought-tgthr--wrap .title {
        font-size: 19px;
    }

    .bought-tgthr--wrap {
        margin: 6vw auto 0;
        padding-bottom: 6vw;
    }

    .bought-tgthr--wrap .item {
        width: 15%;
        padding: 4%;
        margin-bottom: 6vw;
    }

    .bought-tgthr--wrap .name {
        font-size: 10px;
        line-height: 12px;
        margin-top: 2vw;
    }

    #sum--wrap {
        width: 40%;
        padding: 5%;
    }

    #sum--wrap .title {
        font-size: 12px;
    }

    #sum--wrap-prices .price--old {
        font-size: 12px;
    }

    #sum--wrap-prices .price--current {
        font-size: 17px;
    }

    #sum--wrap-profit {
        font-size: 11px;
    }

    #bought-tgthr-addToCart {
        padding: 0;
        font-size: 10px;
        margin-top: 1vw;
    }

    .seperator {
        font-size: 20px;
        margin-right: 2%;
        padding-left: 7px;
    }

    /*bought tohether styles ends*/
    /*technical chars styles starts*/
    .techn-chars--wrap {
        margin: 8vw auto 0 10vw;
        width: 85%;
        padding-bottom: 10vw;
    }

    .techn-chars--wrap .title {
        font-size: 20px;
        margin-bottom: 6vw;
    }

    .techn-chars--wrap .container {
        width: 90%;
    }

    /*technical chars styles ends*/


}



