/*  author : hamed babazadeh => www.hamedbabazadeh.ir */

.background__Form--Steper > * ,
.Cart__container99 > * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
/* Intro Codes */

figure.snip117499 {
    font-family: sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 220px;
    max-width: 33.33%;
    width: 100%;
    /*min-height: 220px;*/
    /*max-height: 33.33%;*/
    /*height: 100%;*/
    background-color: #1a1a1a;
    display: flex;
    float: right;
    text-align: center;
    text-transform: uppercase;
}
figure.snip117499 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 400;
}
figure.snip117499 h4 {
    font-size: 0.8rem;
    letter-spacing: 1px;
}

figure.snip117499 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip117499 figcaption {
    position: absolute;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*left: 0;*/
}
figure.snip117499 h2,
figure.snip117499 p {
    margin: 0;
    padding: 0;
}
figure.snip117499 h2 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 1.8em;
}
figure.snip117499 p {
    font-weight: normal;
    font-size: 0.9rem;
    /*margin-bottom: 20px;*/
    /*line-height: 1.4em;*/
}
figure.snip117499 a {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.5s;
}
figure.snip117499 a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
figure.snip117499.blue99 {
    background-color: #3B3B3B;
}
figure.snip117499.yellow99 {
    background-color: #c87f0a;
}
figure.snip117499.green99 {
    background-color: rgba(85,166,99,0.5);
}

figure.snip117499.navy {
    background-color: #222f3d;
}
figure.snip117499.red {
    background-color: #962d22;
}
figure.snip117499:hover img,
figure.snip117499:hover .logo__299,
figure.snip117499.hover img {
    opacity: 0!important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.snip117499:hover a,
figure.snip117499.hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


.snip117499 .logo99 {
    max-width: 66px;
    opacity: 1;
    margin-bottom: 12px;
    margin-top: 40px;
}

.snip117499 .logo99.piarino99 {
    position: absolute;
    max-width: 180px;
    opacity: 1!important;
}


.Cart__container99 {
    /*max-width: 1200px;*/
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: red;
}

@media (max-width: 1200px) {
    .Cart__container99 {
        width: 80%;
    }
}

@media (max-width: 950px) {
    .Cart__container99 {
        width: 100%;
    }

    figure.snip117499 figcaption{
        min-height: 238px!important;
    }
}

.logo__299 {
    width: 28px;
    position: absolute;
    opacity: 1!important;
    bottom: 13px;
}

.right__logo99 {
    right: 10px;
}

.center__logo99 {
    text-align: center;
}

.left__logo99 {
    left: 10px;
}


@media (max-width: 750px) {
    figure.snip117499 {
        max-width: 50%!important;
    }
}

@media (max-width: 462px) {
    figure.snip117499 {
        max-width: 100%!important;
    }
}


.myform {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.myform .firstrow{
    width: 100%;
}
.myform .secondrow{
    width: 100%;
}

