/**
 * @copyright 2015 MarkCon
 * @link http://www.markcon.hu
 */

@CHARSET "UTF-8";

/* Webshop oldal

    Mindegyik elején: #webshop
*/

#webshop {
    padding-top: 80px;
}

#webshop h2 {
    margin-bottom: 0.5em;
}

#webshop .Points {
    margin-bottom: 1em;
    text-align: center;
}

#webshop .Product {
    height: 400px;
    width: 265px;
    margin: 10px;
    float: left;
    background-image: url("../../Global/image/pattern-blue.png");
    position: relative;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

#webshop .Product.Selected {
    background-image: url("../../Global/image/pattern-green.png");
}

#webshop .Product .Picture {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 4px solid #f5f5f5;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
    background-color: #fff;
}

#webshop .Product .Picture .Info,
#webshop .Product .Picture .Lock {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    margin: 5px;
    position: absolute;
    top: 0;
    width: 30px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
    cursor: help;
}

#webshop .Product .Picture .Info {
    left: 0;
    background-image: url("image/info.png");
}

#webshop .Product .Picture .Lock {
    right: 0;
    background-image: url("image/lock.png");
    display: none;
}

#webshop .Product.Disabled .Picture .Lock {
    display: block;
}

#webshop .Product .Text {
    color: #fff;
    text-align: center;
    padding: 30px 20px 20px 20px;
}

#webshop .Product .Name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
    line-height: 1.2em;
    height: 3.6em;
    margin-bottom: 10px;
}

#webshop .Product .Price {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
    font-weight: bold;
    color: #fff;
    background-image: url("image/hexagon-green.png");
}

#webshop .Product .Quantity {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#webshop .Product .Quantity input {
    border: 0 none;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    width: 20px;
    text-align: right;
}

#webshop .Product .Buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

#webshop .Product .Button {
    margin: 0;
    min-width: 0;
    display: block;
    padding: 0;
    width: 48%;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
}

#webshop .Product .Button.IncreaseButton {
    float: left;
    background-image: url("image/plus.png");
}

#webshop .Product .Button.DecreaseButton {
    float: right;
    background-image: url("image/minus.png");
}

#webshop .Footer {
    height: 102px;
    margin-top: 50px;
    position: relative;
}

#webshop .Footer:before {
    content: " ";
    position: absolute;
    left: -50%;
    right: -50%;
    height: 100%;
    background-color: #fefefe;
    z-index: -1;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
    display: block;
}

#webshop .Footer .Column {
    height: 100%;
}

#webshop .Footer button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    color: #3db9de;
    cursor: pointer;
    font-family: "PT Sans Narrow", "Arial", "Verdana";
    font-size: 44px;
    height: 59px;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

#webshop .Footer button.Submit {
    background-image: url("image/button-next.png");
    background-position: right center;
    padding-right: 70px;
    float: right;
}

#webshop .Footer button.Back {
    background-image: url("image/button-back.png");
    background-position: left center;
    padding-left: 70px;
    float: left;
}

#webshop .Phone {
    margin-top: 50px;
}

#webshop .Phone label {
    color: #1ce4ae;
    display: inline-block;
    font-family: "PT Sans Narrow", "Arial", "Verdana";
    font-size: 26px;
    text-transform: uppercase;
}

#webshop .Phone .Optional {
    color: #1ce4ae;
    display: inline-block;
    font-family: "PT Sans Narrow", "Arial", "Verdana";
    font-size: 22px;
}

#webshop .Phone input {
    width: auto;
}

/*  ----------  MARATHON PRIZE  ----------  */

#webshop .MarathonPrize {
    margin-bottom: 1em;
}

#webshop .MarathonPrize .Picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 265px;
    margin: 0 auto;
}

#webshop .MarathonPrize .Text h3 {
    text-align: left;
    line-height: 1em;
    font-size: 48px;
    font-weight: normal;
    margin: 7px 0 10px 0;
}

#webshop .MarathonPrize .Text .Panel {
    background-image: url("../../Global/image/pattern-green.png");
    color: #fff;
    padding: 15px 30px;
    height: 156px;
}

#webshop .MarathonPrize .Text .Panel .Title {
    font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.05em;
    font-weight: 600;
}

#webshop .MarathonPrize .Text .Panel .Description {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    #webshop .Product {
        width: 265px;
        height: 400px;
        float: none;
        margin: 10px auto;
    }
    #webshop .Footer {
        height: auto;
    }
    #webshop .Footer .Buttons button {
        font-size: 30px;
        height: 45px;
        padding-right: 50px;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #webshop .Footer .Column {
        padding: 15px;
        text-align: center;
    }
    #webshop .MarathonPrize .Text h3 {
        font-size: 32px;
        text-align: center;
    }
    #webshop .MarathonPrize .Text .Panel {
        height: auto;
        padding: 15px;
    }
    #webshop .MarathonPrize .Text .Panel .Title {
        font-size: 24px;
    }
    #webshop .MarathonPrize .Text .Panel .Description {
        font-size: 16px;
    }
    #webshop .Footer {
        text-align: center;
        height: auto;
    }
    #webshop .Footer button {
        font-size: 30px;
        height: 45px;
        display: block;
        transform: none;
        -webkit-transform: none;
        margin: 15px auto;
    }
    #webshop .Footer button.Submit {
        padding-right: 50px;
        float: none;
    }
    #webshop .Footer button.Back {
        padding-left: 50px;
        float: none;
    }
    #webshop .Phone label,
    #webshop .Phone .Optional,
    #webshop .Phone input {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

@media (min-width: 768px) {
    #webshop .Product {
        width: 220px;
        height: 345px;
    }
    #webshop .Product .Name {
        font-size: 14px;
    }
    #webshop .MarathonPrize .Text .Panel {
        height: 92px;
        padding: 10px 15px;
    }
    #webshop .MarathonPrize .Text h3 {
        margin: 4px 0;
        font-size: 32px;
    }
    #webshop .MarathonPrize .Text .Panel .Title {
        font-size: 18px;
    }
    #webshop .MarathonPrize .Text .Panel .Description {
        font-size: 14px;
        line-height: 1.25em;
    }
}

@media (min-width: 992px) {
    #webshop .Product {
        width: 215px;
        height: 345px;
    }
    #webshop .Product .Name {
        font-size: 14px;
    }
    #webshop .MarathonPrize .Text .Panel {
        height: 124px;
        padding: 15px 30px;
    }
    #webshop .MarathonPrize .Text h3 {
        margin: 3px 0;
        font-size: 48px;
    }
    #webshop .MarathonPrize .Text .Panel .Title {
        font-size: 24px;
    }
    #webshop .MarathonPrize .Text .Panel .Description {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media (min-width: 1200px) {
    #webshop .Product {
        width: 265px;
        height: 400px;
    }
    #webshop .Product .Name {
        font-size: 18px;
    }
    #webshop .MarathonPrize .Text .Panel {
        height: 156px;
    }
    #webshop .MarathonPrize .Text h3 {
        margin: 8px 0 9px 0;
    }
    #webshop .MarathonPrize .Text .Panel .Title {
        font-size: 32px;
    }
    #webshop .MarathonPrize .Text .Panel .Description {
        font-size: 20px;
        line-height: 1.5em;
    }

}