/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2019, 3:51:26 PM
    Author     : gasper
*/

/* GENERAL BUTTON STYLING */


.shopButton{
    background-color: #f08000;
    border: 1px solid #f08000;
    transition: .3s;
}

.shopButton:hover{
    background: none;
}


.buttonSendDemand{
    background: none;
    border: 1px solid #f08000;
    color: #f08000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
     letter-spacing: 0.9px;
    width: auto;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    margin-top: 15px;
    transition: .3s;
}

.buttonSendDemand:hover{
    background-color: #f08000;
    color: #ffffff;
}


.moreButton{
    background: none;
    border: 1px solid #f08000;
    color: #f08000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.9px;
    width: 198px;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    margin-top: 25px;
}

.moreButton,
.moreButton::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.moreButton::before,
.moreButton::after {
    background: #f08000;
    content: '';
    position: absolute;
    z-index: -1;
}

.moreButton:hover {
    color: #ffffff;
}

.moreButton::after {
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.moreButton:hover:after {
    height: 100%;
    width: 135%;
}

/*.shoppingCart{
    width: 178px;
    height: 36px;
    background-color: #f08000;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.9px;
}

.shoppingCart span img{
    width: 20px;
}*/

.shoppingCart{
    background: #f08000;
    border: 1px solid #f08000;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.9px;
    width: 178px;
    height: 36px;
    text-align: center;
    margin: 0 auto;
}

.shoppingCart,
.shoppingCart::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.shoppingCart::before,
.shoppingCart::after {
    background: #ffffff;
    content: '';
    position: absolute;
    z-index: -1;
}

.shoppingCart:hover {
    color: #f08000;
    z-index: 1;
}

.shoppingCart::after {
    /*background-color: #f00;*/
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.shoppingCart:hover:after {
    height: 100%;
}

.shoppingCartImage{
    background-image: url("../images/icons/shopping-cart.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 30px;
    margin-top: 1px;
}

.shoppingCart:hover .shoppingCartImage{
    background-image: url("../images/icons/shopping-cart-3.svg");
}

.shopCard2Button{
    border: solid 1px #ffffff;
    background: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.9px;
    transition: .3s;
    height: 40px;
    padding-top: 7px;
    text-align: center;
}

.shopCard2Button a{
    color: #ffffff;
}

.shopCard2Button:hover{
    background-color: #ffffff;
    color: #f08000;
    cursor: pointer;
}

.shopCard2Button:hover a{
    color: #f08000;
    cursor: pointer;
}



.value-button {
    display: inline-block;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
}

.value-button:hover {
    cursor: pointer;
    background-color: #f08000;
    color: #ffffff;

}

#decrease {
    margin-right: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

#increase {
    margin-left: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

#input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: 2px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.productButton{
    margin-top: -38px;
    margin-right: 60px;
}

.buttonNextStep{
    margin-top: 20px;
    float: right;
    width: auto;
}


.backToStore{

}


.addQuantity{
    margin-left: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.subQuantity{
    margin-right: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.quantityInput {
    text-align: center;
    border: 2px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}


.quantityInput {
    text-align: center;
    border: 2px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
}

.quantity-down{
    display: inline-block;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.quantity-up{
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    margin-left: 7px;
    border-radius: 5px;
    margin-top: -3px;
    display: inline-block;
}

.quantity-up:hover {
    cursor: pointer;
    background-color: #f08000;
    color: #ffffff;
}

.quantity-down:hover {
    cursor: pointer;
    background-color: #f08000;
    color: #ffffff;
}

.shoppingCartBlog{
    zoom: 0.8;
}

.shopSliderButton{
    width: 198px;
    height: 41px;
    border: solid 1px #f08000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    background: none;
    position: absolute;
    bottom: 50px;
    left: 50px;
    transition: .3s;
    background: #f08000;
}

.shopSliderButton:hover{
    background-color: #ffffff;
    color: #f08000;
}

.buttonDemands{
    margin: 0 auto;
    margin-top: 20px;
    width: auto;
}



.loadMoreButton{
    background: none;
    border: 1px solid #f08000;
    color: #f08000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.9px;
    width: 198px;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.loadMoreButton,
.loadMoreButton::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.loadMoreButton::before,
.loadMoreButton::after {
    background: #f08000;
    content: '';
    position: absolute;
    z-index: -1;
}

.loadMoreButton:hover {
    color: #ffffff;
}

.loadMoreButton::after {
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.loadMoreButton:hover:after {
    height: 100%;
    width: 135%;
}

.shopIndexButton{
    margin-top: -50px;
    margin-bottom: 50px;
}


.buttonNextStep{
    background: #f08000;
    border: 1px solid #f08000;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.9px;
    width: 178px;
    height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.buttonNextStep,
.buttonNextStep::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.buttonNextStep::before,
.buttonNextStep::after {
    background: #ffffff;
    content: '';
    position: absolute;
    z-index: -1;
}

.buttonNextStep:hover {
    color: #f08000;
    z-index: 1;
}

.buttonNextStep::after {
    /*background-color: #f00;*/
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.buttonNextStep:hover:after {
    height: 100%;
}