.subPage.product.productDetail .flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.subPage.product.productDetail .product-image-container {
    width:100%;
    height: 350px;
}

.subPage.product.productDetail .product-image {
    margin-right: auto;
    width: 22%;
}

.subPage.product.productDetail .product-info {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.subPage.product.productDetail .product-info .description{
    text-align: justify;
}

.subPage.product.productDetail .product-info .cikkszam {
    display: inline-block;
    margin-bottom: 21px;
}

.subPage.product.productDetail .product-info .cikkszam .cikkszam-code {
    font-weight: bold;
}

.subPage.product.productDetail .social_row .share_holder .sendtofriend .fa-paper-plane-o {
    font-size: 16px;
}

.subPage.product.productDetail .product-info .share_holder .twitter {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #64CAED;
    color: white;
    text-align: center;
}

.subPage.product.productDetail .product-info .share_holder .twitter i {
    font-size: 20px;
}

.subPage.product.productDetail .product-info .share_holder .facebook {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #4F7BBD;
    color: white;
    text-align: center;
}

.subPage.product.productDetail .product-info .share_holder .facebook i {
    font-size: 20px;
}

.subPage.product.productDetail .product-info .share_holder .google {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #424547;
    color: white;
    text-align: center;
}

.subPage.product.productDetail .product-info .share_holder .google i {
    font-size: 16px;
}

.subPage.product.productDetail .product-info .share_holder .pinterest {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #EF5F5C;
    color: white;
    text-align: center;
}

.subPage.product.productDetail .product-info .share_holder .pinterest i {
    font-size: 20px;
}

.subPage.product.productDetail .product-info .share_holder a {
    margin-right: 7px;
}

.subPage.product.productDetail .product-info .share_holder .links {
    margin: 25px 0;
}

.subPage.product.productDetail .product-info .share_holder .links a:hover {
    transform: translateY(-10px);
    transition: all 600ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.subPage.product.productDetail .product-info h3 {
    margin-bottom: 0px;
}

.subPage.product.productDetail .product-shopping-box {
    margin-left: auto;
    overflow: auto;
    background: white;
    width: 22%;
    min-height: 270px;
    height: 100%;
}

.subPage.product.productDetail .product-shopping-box .product-shopping-box-content {
    padding: 30px;
}

.subPage.product.productDetail .product-shopping-box-content .product-price {
    font-weight: bold;
    font-size: 23px;
    color: #94ab28;
}

.subPage.product.productDetail .product-shopping-box-content .original-price {
    margin: 10px 0;   
}

.subPage.product.productDetail .product-shopping-box-content .quantity-text {
    display: block;
    font-weight: bold;
    padding-top: 10px;
}

.subPage.product.productDetail .product-shopping-box-content .numberHolder {
    position: relative;
    display: inline-block;
    float: left;
    height: 33px;
    padding-top: 3px;
    margin-right: 6px;
    width: 38px;
    color: #afbabe;
    text-align: center;
    font: 400 21px 'Open Sans';
    text-decoration: none;
    border: 1px solid #828c90;
}

.subPage.product.productDetail .product-shopping-box-content .minus-btn {
    position: relative;
    width: 28px;
    height: 27px;
    line-height: 22px;
    background-color: #cfd8dc;
    margin: 0 auto;
    border: 1px solid #828c90;
    margin: 4px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.subPage.product.productDetail .product-shopping-box-content .plus-btn {
    position: relative;
    width: 28px;
    height: 27px;
    line-height: 23px;
    background-color: #cfd8dc;
    margin: 0 auto;
    border: 1px solid #828c90;
    margin: 4px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.subPage.product.productDetail .product-shopping-box-content .border {
    float: left;
    margin-right: 6px;
    width: 38px;
    height: 36px;
    background-color: white;
    border: 1px solid #828c90;
}

.subPage.product.productDetail .product-shopping-box-content .button.kosar {
    display: block;
    max-width: 197px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #acbf22;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 25px;
    margin-top: 26px;
}

