﻿@import url('https://fonts.googleapis.com/css?family=iransans:300,400,500,600,700');
@import url('fonts-fa.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* footer */
/* menu */
/* Ishi ProductBlock */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* If media is above 991 */
/* If media is below 992 */
/* If media is below 544 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* If media is above 991 */
/*** WRAPPER ***/
/* If media is below 992 */
/* If media is below 544 */
/* If media is below 992 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 544px) {
    .container {
        max-width: 576px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.column_full {
    /* If media is above 1500 */
}

@media (min-width: 1500px) {
    .column_full {
        width: 100%;
    }
}

.product-thumb {
    /* If media is below 544 */
    padding: 15px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 543px) {
    .product-thumb {
        max-width: 370px;
        margin: auto;
        padding: 5px 5px;
    }
}

.product-thumb .item {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.welcome {
    color: white;
    padding: 12px 10px;
}

.product-thumb .image {
    overflow: hidden;
    position: relative;
}

    .product-thumb .image a {
        display: block;
        position: relative;
    }

    .product-thumb .image img {
        margin: 0 auto;
        max-width: 100%;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .product-thumb .image .product-img-extra, .product-thumb .image.change {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }

@media (max-width: 543px) {
    .product-thumb .image .product-img-extra, .product-thumb .image.change {
        display: none;
    }
}

.product-thumb .product-desc {
    padding: 10px;
    text-align: center;
    background: #f6f7f9;
    border-bottom: 1px solid #eee;
}

    .product-thumb .product-desc .product-title {
        font: 400 15px/20px 'iransans', sans-serif;
        overflow: hidden;
        margin: 0;
        text-overflow: ellipsis;
        width: auto;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

        .product-thumb .product-desc .product-title a {
            color: #000;
            white-space: normal;
        }

.product-thumb .product-flags {
    margin: 0;
    position: absolute;
    top: 0;
}

    .product-thumb .product-flags .sale {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #fff;
        height: 40px;
        width: 40px;
        left: 10px;
        border-radius: 50%;
        background: #7fbc1e;
        text-align: center;
        font-size: 10px;
        font-weight: 600;
        padding: 11px 4px;
        text-transform: uppercase;
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    .product-thumb .product-flags .sale {
        height: auto;
        width: auto;
        font-size: 9px;
        padding: 2px 6px;
        border-radius: 4px;
    }
}

.product-thumb .caption {
    padding: 12px 15px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .product-thumb .caption .description {
        display: none;
    }

.product-thumb .price {
    /* If media s below 544 */
    font-family: 'kolocheh', cursive;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    .product-thumb .price {
        font-size: 15px;
    }
}

.product-thumb .price .price-old {
    /* If media s below 544 */
    color: #000;
    font-size: 18px;
    text-decoration: line-through;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    .product-thumb .price .price-old {
        font-size: 14px;
    }
}

.product-thumb .price .price-discount {
    color: #09ccd0;
    margin: 0 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-thumb .price .price-sale {
    color: #777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-thumb .outstock-overlay {
    position: absolute;
    background: #c92c2c;
    text-align: center;
    padding: 7px;
    width: auto;
    color: #fff;
    display: block;
    line-height: 10px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .product-thumb .outstock-overlay {
        display: none;
    }
}

.product-thumb .sold-out {
    cursor: not-allowed;
}

.product-thumb .product-comments {
    margin: 0;
    text-align: center;
}

    .product-thumb .product-comments .star_content {
        display: block;
        padding: 0;
        margin: 0;
    }

        .product-thumb .product-comments .star_content:after {
            display: none;
        }

    .product-thumb .product-comments .comment_advice {
        display: none;
    }

.product-thumb .button-group {
    position: absolute;
    right: 5px;
    bottom: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media s below 768 */
}

@media (max-width: 767px) {
    .product-thumb .button-group {
        right: 0;
        position: relative;
        bottom: 0;
        display: block;
        margin-top: 8px;
    }
}

.product-thumb .button-group i {
    display: none;
}

.product-thumb .button-group > div {
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: center;
}

    .product-thumb .button-group > div button, .product-thumb .button-group > div a {
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        padding: 0;
        background-color: #fff;
        fill: #a8a8a8;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .product-thumb .button-group > div button span, .product-thumb .button-group > div a span {
            display: none !important;
        }

        .product-thumb .button-group > div button:hover, .product-thumb .button-group > div a:hover {
            fill: #ff6f69;
        }

.product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {
    /* If media s below 544 */
    margin: 0 1px;
    /* If media is above 544 */
}

@media (max-width: 543px) {
    .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
}

.product-thumb .btn-cart .button {
    border: none;
    padding: 0;
    position: relative;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
}

    .product-thumb .btn-cart .button.sold-out {
        cursor: not-allowed;
    }

    .product-thumb .btn-cart .button:before {
        content: '+';
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.product-thumb .btn-cart i {
    display: none;
}

.product-thumb .btn-cart .lblcart {
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-thumb .btn-cart:hover .button:before {
    opacity: 1;
}

.product-thumb .btn-cart:hover .lblcart {
    padding-left: 15px;
}

.product-thumb .countdown-container {
    /* If media s below 464 */
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 18px;
    text-align: center;
    opacity: 1;
    margin: 0 auto;
    border-radius: 25px;
    background: rgba(255, 255, 255, .8);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 464px) {
    .product-thumb .countdown-container {
        left: 0;
        right: 0;
    }
}

.product-thumb .countdown-container .counter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .product-thumb .countdown-container .counter span {
        display: block;
    }

    .product-thumb .countdown-container .counter.countdown-seconds .data {
        color: #09ccd0;
    }

        .product-thumb .countdown-container .counter.countdown-seconds .data:after {
            display: none;
        }

    .product-thumb .countdown-container .counter .data {
        /* If media is below 992 */
        /* If media s below 544 */
        font-size: 14px;
        font-family: 'iransans', sans-serif;
        font-weight: 500;
        border-radius: 0;
        color: #333;
        padding: 8px 12px;
    }

@media (max-width: 991px) {
    .product-thumb .countdown-container .counter .data {
        padding: 8px 8px;
    }
}

@media (max-width: 543px) {
    .product-thumb .countdown-container .counter .data {
        padding: 8px 6px;
    }
}

.product-thumb .countdown-container .counter .data:after {
    content: ':';
    position: absolute;
    right: -2px;
    top: 7px;
    color: #333;
}

.product-thumb .countdown-container .counter .lbl {
    display: none;
}

.product-thumb:hover .countdown-container {
    opacity: 0;
}

.product-thumb:hover .product-comments .star_content .star_on:before {
    top: 0;
}

.product-thumb:hover .button-group .btn-quickview, .product-thumb:hover .button-group .btn-wishlist {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.product-thumb:hover .image .product-img-extra {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product-thumb:hover .caption {
    background-color: #09ccd0;
}

.product-thumb:hover .price .price-old {
    color: #fff;
}

.product-thumb:hover .price .price-discount {
    color: #000;
}

.product-thumb:hover .price .price-sale {
    color: #fff;
}

.product-thumb:hover .btn-cart .lblcart {
    color: #fff;
}

.products.grid {
    /* If media is below 768 */
    /* If media is below 1200 */
    /* If media is below 768 */
}

@media (max-width: 543px) {
    .products.grid {
        padding: 5px 5px;
    }
}

.products.grid .product-thumb {
    /* If media is below 544 */
    margin: 15px 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 20px;
}

@media (max-width: 543px) {
    .products.grid .product-thumb {
        margin: 0px auto 15px;
    }
}

.products.grid .product-thumb .countdown-container .counter .data {
    /* If media is between 992 and 1200 */
    /* If media is below 768 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .products.grid .product-thumb .countdown-container .counter .data {
        padding: 8px 7px;
    }
}

@media (max-width: 543px) {
    .products.grid .product-thumb .countdown-container .counter .data {
        padding: 5px 4px;
    }
}

.products.grid .product-thumb .countdown-container .counter .data:after {
    /* If media is below 768 */
    right: -3px;
}

@media (max-width: 543px) {
    .products.grid .product-thumb .countdown-container .counter .data:after {
        top: 4px;
    }
}

.products.grid .product-miniature {
    /* If media is below 576 */
}

@media (max-width: 575px) {
    .products.grid .product-miniature {
        width: 50%;
        padding: 0 5px;
    }
}

.products.grid:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 1199px) {
    .products.grid:nth-child(3n+1) {
        clear: none;
    }

    .products.grid:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .products.grid:nth-child(3n+1) {
        clear: none;
    }

    .products.grid:nth-child(2n+1) {
        clear: left;
    }
}

.products.list {
    padding: 0px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .products.list {
        margin: auto;
        display: block;
        float: none;
    }
}

.products.list .product-thumb {
    /* If media is below 544 */
    text-align: right;
    border: 0;
    padding: 15px 0;
}

@media (max-width: 543px) {
    .products.list .product-thumb {
        text-align: center;
    }
}

.products.list .product-thumb .item {
    border: 0;
    border-radius: 0;
}

.products.list .product-thumb .image {
    float: left;
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .products.list .product-thumb .image {
        width: 50%;
    }
}

@media (max-width: 543px) {
    .products.list .product-thumb .image {
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
}

.products.list .product-thumb .product-flags .sale {
    left: 25px;
}

.products.list .product-thumb .outstock-overlay {
    right: 25px;
}

.products.list .product-thumb .countdown-container {
    left: 30px;
    right: 30px;
    opacity: 1;
}

    .products.list .product-thumb .countdown-container .counter .data {
        /* If media is between 992 and 1199 */
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .products.list .product-thumb .countdown-container .counter .data {
        padding: 8px 9px;
    }
}

.products.list .product-thumb .caption {
    /* If media is below 768 */
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 767px) {
    .products.list .product-thumb .caption {
        width: 50%;
    }
}

@media (max-width: 543px) {
    .products.list .product-thumb .caption {
        width: 100%;
        padding: 0;
    }
}

.products.list .product-thumb .caption h4 {
    padding: 0;
    margin: 0 0 12px;
}

.products.list .product-thumb .caption .description {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
}

.products.list .product-thumb .caption .price {
    margin-bottom: 12px;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    .products.list .product-thumb .caption .price .price-old {
        color: #000;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .products.list .product-thumb .caption .price .price-discount {
        color: #09ccd0;
    }

    .products.list .product-thumb .caption .price .price-sale {
        color: #777;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.products.list .product-thumb .caption .button-group {
    position: relative;
    bottom: 0;
    right: 0;
    opacity: 1;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    .products.list .product-thumb .caption .button-group .btn-quickview, .products.list .product-thumb .caption .button-group .btn-wishlist, .products.list .product-thumb .caption .button-group .btn-compare {
        margin: 2px;
        /* If media is above 544 */
    }

@media (min-width: 543px) {
    .products.list .product-thumb .caption .button-group .btn-quickview, .products.list .product-thumb .caption .button-group .btn-wishlist, .products.list .product-thumb .caption .button-group .btn-compare {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.products.list .product-thumb .btn-cart {
    opacity: 1;
    margin-bottom: 10px;
    display: block;
}

    .products.list .product-thumb .btn-cart .lblcart {
        color: #000;
    }

    .products.list .product-thumb .btn-cart .button:before {
        color: #000;
    }

.products.list .product-thumb .product-desc {
    padding: 12px 15px 12px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    text-align: right;
}

@media (max-width: 543px) {
    .products.list .product-thumb .product-desc {
        padding: 10px 15px;
        display: block;
        margin: 0 0px;
        text-align: center;
        background: #f6f7f9;
        border-bottom: 1px solid #eee;
    }
}

.products.list .product-thumb .product-desc h4 {
    margin-bottom: 13px;
}

.products.list .product-thumb .product-comments {
    text-align: right;
}

@media (max-width: 543px) {
    .products.list .product-thumb .product-comments {
        text-align: center;
    }
}

#footer {
    margin-top: 30px;
    background: #e9f6f8 url(/assets/images/footer-bg.jpg) bottom no-repeat;
    color: #777;
    clear: both;
    line-height: 1.25em;
    position: relative;
    /* If media is above 991 */
    /* If media is above 1199 */
    /* If media is below 544 */
    /* If media is above 991 */
}

    #footer:before {
        content: '';
        height: 11px;
        width: 100%;
        background: url(../icons/footer-pattern.png) center;
        position: absolute;
        top: 0;
    }

    #footer hr {
        border-top: none;
        border-bottom: 1px solid #666;
    }

    #footer section {
        margin: 0;
    }

    #footer .footer-aftertext {
        /* If media is below 992 */
        color: #777;
        margin-bottom: 0;
        padding: 9px 0;
        line-height: 20px;
        text-align: right;
        font-family: 'iransans', sans-serif;
    }

@media (max-width: 991px) {
    #footer .footer-aftertext {
        text-align: center;
    }
}

#footer .footer-aftertext a {
    line-height: 20px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    font-family: 'iransans', sans-serif;
}

    #footer .footer-aftertext a:hover {
        color: #777;
    }

#footer #slidetop {
    background: #ff6f69 none repeat scroll 0 0;
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.1);
    color: transparent;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    #footer #slidetop:before {
        content: "\f106";
        display: inline-block;
        color: #fff;
        font-family: FontAwesome;
        font-size: 26px;
        left: 0;
        position: absolute;
        right: 0;
        top: 10px;
    }

    #footer #slidetop:after {
        display: none;
    }

    #footer #slidetop:hover {
        background-color: #09ccd0;
    }

#footer a {
    font-family: 'iransans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #777;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    #footer a:hover {
        color: #09ccd0;
    }

#footer h5, #footer .h3 {
    /* If media is below 1200 */
    /* If media is below 992 */
    margin: 0 0 20px 0;
    color: #ff6f69;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'kolocheh', cursive;
}

@media (max-width: 1199px) {
    #footer h5, #footer .h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    #footer h5, #footer .h3 {
        font-size: 18px;
    }
}

#footer li {
    margin-bottom: 15px;
    text-decoration: none;
    list-style: none;
}

    #footer li:last-child {
        margin-bottom: 0;
    }

#footer #_mobile_storeinfo.block-contact {
    /* If media is above 991 */
}

@media (min-width: 992px) {
    #footer #_mobile_storeinfo.block-contact {
        display: none;
    }
}

#footer .block-contact {
    /* If media is below 992 */
    display: block;
    overflow: hidden;
    direction: rtl;
}

@media (max-width: 991px) {
    #footer .block-contact {
        text-align: right;
    }
}

#footer .block-contact .block {
    /* If media is below 992 */
    /* If media is below 992 */
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    #footer .block-contact .block {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #footer .block-contact .block {
        float: left;
    }
}

#footer .block-contact .block:last-child {
    margin-bottom: 0;
}

#footer .block-contact .block .icon {
    /* If media is below 992 */
    content: "";
    color: #777;
    font-family: FontAwesome;
    font-size: 18px;
    height: 24px;
    width: 24px;
    position: relative;
    top: 0px;
    line-height: 29px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

@media (max-width: 991px) {
    #footer .block-contact .block .icon {
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 23px;
        border: 1px solid #777;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        line-height: 50px;
        margin-bottom: 5px;
    }
}

#footer .block-contact .block.email .icon {
    /* If media is below 992 */
    font-size: 14px;
}

@media (max-width: 991px) {
    #footer .block-contact .block.email .icon {
        font-size: 16px;
        line-height: 55px;
    }
}

#footer .block-contact .block.address .content {
    /* If media is below 992 */
    width: 83%;
}

@media (max-width: 991px) {
    #footer .block-contact .block.address .content {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    #footer .block-contact .block.address .content {
        width: 100%;
        text-align: center;
    }
}

#footer .block-contact .block .content {
    /* If media is between 768 and 991 */
    /* If media is below 992 */
    /* If media is below 768 */
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-family: 'iransans', sans-serif;
    color: #777;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer .block-contact .block .content {
        display: block;
        padding: 0;
        margin-top: 10px;
        text-align: center;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    #footer .block-contact .block .content {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #footer .block-contact .block .content {
        padding: 0;
    }
}

@media (max-width: 575px) {
    #footer .block-contact .block .content {
        width: 100%;
        text-align: center;
    }
}

#footer .block-contact .block .content a:after {
    display: none;
}

#footer .links {
    /* If media is above 991 */
    /* If media is above 991 */
    display: block;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #footer .links {
        max-width: 23%;
    }
}

@media (max-width: 991px) {
    #footer .links {
        text-align: right;
    }
}

#footer .footer-before {
    /* If media is above 991 */
    display: block;
    overflow: hidden;
    position: relative;
    padding: 60px 0 20px;
}

@media (max-width: 992px) {
    #footer .footer-before {
        display: block;
        padding: 40px 0 15px;
    }
}

#footer .footer-container {
    /* If media is above 991 */
    padding: 100px 0 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    #footer .footer-container {
        padding: 50px 0 0px;
        text-align: center;
    }
}

#footer .footer-dropdown {
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #footer .footer-block {
        margin-bottom: 15px;
    }

        #footer .footer-block:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    #footer .collapse {
        display: inherit;
    }

    #footer .footer-dropdown {
        margin-top: 0;
    }
}

@media (max-width: 543px) {
    #footer .footer-block {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    #footer .collapse {
        display: inherit;
    }
}

#footer .footer-title .navbar-toggler {
    top: 0;
    right: 0;
    color: #ff6f69;
}

.footer-after {
    /* If media is above 991 */
    padding: 0 0 100px;
}

@media (max-width: 991px) {
    .footer-after {
        padding: 0 0 50px;
    }
}

.footer-after > .container {
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .footer-after > .container {
        padding: 15px 15px 30px;
    }
}

.owl-nav {
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        display: inline-block;
        border: 1px solid #09ccd0;
        background-color: #09ccd0;
        border-radius: 50%;
        margin: 0 4px;
        width: 35px;
        height: 35px;
        outline: none;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

@media (min-width: 768px) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
        position: absolute;
        left: -3px;
        top: 45%;
    }
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: #ff6f69;
    border-color: #ff6f69;
}

    .owl-nav .owl-prev:hover i:after, .owl-nav .owl-next:hover i:after {
        color: #fff;
    }

.owl-nav .owl-prev i, .owl-nav .owl-next i {
    line-height: 24px;
}

    .owl-nav .owl-prev i:after, .owl-nav .owl-next i:after {
        color: #fff;
        content: "\E314";
        display: inline-block;
        font-family: "material icons";
        font-size: 18px;
        color: #fff;
    }

    .owl-nav .owl-prev i:before, .owl-nav .owl-next i:before {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-family: "FontAwesome";
        font-size: 14px;
        line-height: 33px;
    }

@media (min-width: 768px) {
    .owl-nav .owl-next {
        right: -3px;
        left: auto;
    }
}

.owl-nav .owl-next i:after {
    content: "\E315";
}

#_desktop_top_menu {
    /* If media is below 992 */
    position: relative;
    margin: 0;
    float: left;
    overflow: visible !important;
}

@media (max-width: 991px) {
    #_desktop_top_menu {
        display: block;
    }
}

#top-menu {
    /* If media is below 1500 */
    padding: 0;
    margin: 0;
}

@media (max-width: 1500px) {
    #top-menu {
        padding: 0 15px;
    }
}

#top-menu > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    cursor: pointer;
    list-style: none;
    background: transparent;
    /* If media is below 992 */
}

    #top-menu > li:last-child {
        border-bottom: 0;
    }

@media (max-width: 991px) {
    #top-menu > li {
        padding: 2px 0;
        border-bottom: 0;
        overflow: hidden;
        display: block;
        text-align: right;
    }
}

#top-menu > li .dropdown-item {
    white-space: normal;
    display: block;
    width: 100%;
    clear: both;
}

#top-menu > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-color: #ff6f69;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media (max-width: 991px) {
    #top-menu > li:after {
        display: none;
    }
}

#top-menu > li > a {
    /* If media is below 1200 */
    /* If media is below 992 */
    line-height: 1.25em;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    text-transform: capitalize;
    display: block;
    position: relative;
    z-index: 1;
    font-family: 'kolocheh', cursive;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #top-menu > li > a {
        font-size: 16px;
        padding: 9px 10px;
    }
}

@media (max-width: 991px) {
    #top-menu > li > a {
        color: #000;
        font-family: 'iransans', sans-serif;
    }
}

#top-menu > li > a i {
    float: right;
    line-height: 16px;
    font-size: 22px;
}

#top-menu > li > a:hover {
    /* If media is below 992 */
    color: #fff;
}

@media (max-width: 991px) {
    #top-menu > li > a:hover {
        color: #09ccd0;
    }
}

#_desktop_top_menu #top-menu > li .sub-menu {
    top: 150%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    border: none;
    width: auto;
    z-index: 99;
    padding: 15px 0;
    border-radius: 3px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* If media is below 1200 */
}

    #_desktop_top_menu #top-menu > li .sub-menu.collapse {
        opacity: 0;
        visibility: hidden;
    }

@media (max-width: 1200px) {
    #_desktop_top_menu #top-menu > li .sub-menu {
        top: 100%;
    }
}

#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu {
    width: 200px;
    padding: 0;
}

    #_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu.multiple-dropdown-menu {
        float: left;
    }

    #_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 {
        margin-bottom: 15px;
    }

        #_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 li {
            margin-bottom: 6px;
            list-style: none;
        }

            #_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 li a {
                text-transform: capitalize;
            }

#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li {
    text-align: right;
    float: left;
    margin-left: 20px;
    min-width: 182px;
    list-style: none;
    background: transparent;
}

    #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
        padding: 0;
        padding-bottom: 4px;
        margin-bottom: 17px;
        color: #000;
        text-transform: capitalize;
        font-size: 15px;
        position: relative;
        display: block;
        background: transparent;
    }

        #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a:before {
            border-top: 1px solid #ddd;
            bottom: -7px;
            content: "";
            position: absolute;
            left: 0;
            width: 50%;
        }

/*#_desktop_top_menu #top-menu > li:nth-child(7) .sub-menu, #_desktop_top_menu #top-menu > li:nth-child(8) .sub-menu {
    right: 0;
    left: auto;
}*/

#top-menu > li:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
}

#_desktop_top_menu #top-menu > li:hover:hover .sub-menu {
    visibility: visible;
    top: 105%;
    opacity: 1;
}

.top-menu a.dropdown-submenu {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    width: 100%;
    clear: both;
}

.top-menu ul[data-depth="2"] > li {
    list-style: none;
}

    .top-menu ul[data-depth="2"] > li a {
        padding: 0;
        font-size: 13px;
        color: #000;
        font-weight: 400;
        padding-bottom: 8px;
        background: transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .top-menu ul[data-depth="2"] > li a:hover {
            color: #09ccd0;
        }

    .top-menu ul[data-depth="2"] > li:last-child a {
        padding-bottom: 0;
    }

.top-menu .collapse {
    display: inherit;
}

.top-menu .category-image {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.top-menu .popover {
    max-width: inherit;
}

.popover.bs-tether-element-attached-top {
    margin-top: 0;
}

#canvas {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
    background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: auto;
}

    #mobile_top_menu_wrapper #top_menu_closer {
        cursor: pointer;
        color: #333;
        margin: 10px 10px 0 10px;
        text-align: right;
        display: block;
    }

    #mobile_top_menu_wrapper #_mobile_top_menu {
        padding: 10px 10px 10px 12px;
    }

    #mobile_top_menu_wrapper #top-menu {
        margin-bottom: 0;
        text-align: right;
        display: block;
        padding: 2px 0;
        background: none;
    }

        #mobile_top_menu_wrapper #top-menu li a {
            padding: 0;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            margin-bottom: 0;
            line-height: 30px;
            z-index: 1;
            position: relative;
            background: #fff;
        }

    #mobile_top_menu_wrapper .top-menu {
        color: #333;
    }

        #mobile_top_menu_wrapper .top-menu .category-image {
            display: none;
        }

        #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
            display: none;
        }

        #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
            display: block;
        }

        #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
            display: none;
        }

        #mobile_top_menu_wrapper .top-menu .navbar-toggler {
            cursor: pointer;
            right: 0;
            padding: 0;
            position: absolute;
            right: 0;
            top: 9px;
            left: 0;
        }

            #mobile_top_menu_wrapper .top-menu .navbar-toggler i {
                float: left;
                color: #000;
                line-height: 16px;
                font-size: 22px;
            }

        #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
            padding: 0;
            margin-bottom: 8px;
        }

        #mobile_top_menu_wrapper .top-menu .collapse {
            display: none;
        }

            #mobile_top_menu_wrapper .top-menu .collapse.show {
                display: block;
            }

        #mobile_top_menu_wrapper .top-menu .sub-menu {
            box-shadow: none;
            z-index: inherit;
            display: block;
            position: static;
            overflow: hidden;
            margin-left: 0;
            width: 100%;
            min-width: 100%;
            border: none;
        }

            #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
                display: none;
            }

                #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.show {
                    display: block;
                }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
                margin: 0;
                padding: 0;
            }

                #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
                    float: none;
                    margin: 0;
                    position: relative;
                }

                    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
                        text-transform: capitalize;
                    }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul {
                text-align: right;
                padding: 0 0 0 15px;
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
                text-align: right;
                margin-bottom: 5px;
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
                padding-left: rem(20px);
                padding-bottom: 5px;
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
                padding-left: rem(40px);
            }

            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
                padding-left: rem(60px);
            }

        #mobile_top_menu_wrapper .top-menu .popover {
            border-radius: 0;
        }

#menu-icon {
    float: left;
    cursor: pointer;
    color: #fff;
    padding: 12px 15px;
    font-size: 24px;
}

    #menu-icon i {
        font-size: 24px;
    }

.product-comments {
    margin-bottom: 15px;
}

    .product-comments span {
        display: none;
    }

    .product-comments .star_content {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        /* If media is below 992 */
        /* If media is below 768 */
        /* If media is below 544 */
    }

@media (max-width: 991px) {
    .product-comments .star_content {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }

        .product-comments .star_content:after {
            display: none;
        }
}

@media (max-width: 767px) {
    .product-comments .star_content {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-right: 15px;
    }

        .product-comments .star_content:after {
            display: block;
        }
}

@media (max-width: 543px) {
    .product-comments .star_content {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }

        .product-comments .star_content:after {
            display: none;
        }
}

.product-comments .star_content:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}

.product-comments .star_content .star {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .product-comments .star_content .star:after {
        content: "\f006";
        font-family: "FontAwesome";
        color: #999;
    }

.product-comments .star_content .star_on:after {
    content: "\f006";
    font-family: "FontAwesome";
    color: #f5cb0c;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.product-comments .star_content .star_on:before {
    content: '\f005';
    font-family: "FontAwesome";
    color: #f5cb0c;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.product-comments .star_content .star_on:nth-child(2n+1):before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-comments .star_content .star_on:nth-child(2n+2):before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-comments .star_content .star_on:nth-child(2n+3):before {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.product-comments .star_content .star_on:nth-child(2n+4):before {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.product-comments .star_content .star_on:nth-child(2n+5):before {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.product-comments .star_content:hover .star_on:before {
    top: 0;
}

.product-comments .comment_advice {
    display: inline-block;
    vertical-align: middle;
}

    .product-comments .comment_advice a {
        float: left;
        text-decoration: none;
        padding: 0 8px;
        position: relative;
        font-size: 0.9375rem;
        color: #232323;
        display: flex;
        align-items: center;
        /* If media is below 992 */
        /* If media is below 768 */
        /* If media is below 544 */
    }

@media (max-width: 991px) {
    .product-comments .comment_advice a {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-comments .comment_advice a {
        padding-left: 8px;
    }
}

@media (max-width: 543px) {
    .product-comments .comment_advice a {
        padding: 0;
    }

        .product-comments .comment_advice a:after {
            display: none;
        }
}

.product-comments .comment_advice a.write_comment {
    /* If media is below 992 */
    /* If media is below 544 */
}

@media (max-width: 991px) {
    .product-comments .comment_advice a.write_comment {
        padding-left: 15px;
    }
}

@media (max-width: 543px) {
    .product-comments .comment_advice a.write_comment {
        margin-bottom: 0;
    }
}

.product-comments .comment_advice a.write_comment:after {
    display: none;
}

.product-comments .comment_advice a:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -4px;
}

.product-comments .comment_advice a i {
    font-size: 16px;
    color: #888;
    margin-right: 10px;
    line-height: 16px;
}

.product-comments.display_comments .star_content .star:after {
    content: "\f006";
    font-family: "FontAwesome";
    color: #999;
}

.product-comments.display_comments .star_content .star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    color: #09ccd0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.product-comments.display_comments .star_content .star_on:before {
    display: none;
}

@media (min-width: 992px) {
    #_desktop_seach_widget {
        position: relative;
        float: left;
        padding: 5px 0;
    }
}

.search-widget {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .search-widget {
        padding: 6px 0px;
        float: right;
        position: relative;
    }
}

.search-widget .search-logo {
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .search-widget .search-logo {
        width: 37px;
        height: 37px;
        display: block;
        fill: #fff;
    }
}

.search-widget form {
    /* If media is below 992 */
    display: block;
    z-index: 3;
    position: relative;
}

@media (max-width: 991px) {
    .search-widget form {
        top: 50px;
        z-index: 2;
        position: absolute;
        right: 0;
        display: none;
    }
}

.search-widget form input[type="text"] {
    /* If media is below 992 */
    min-width: 340px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0 !important;
    height: 35px;
    padding: 5px 10px;
    background: transparent;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-family: 'iransans', sans-serif;
    letter-spacing: 0.8px;
    color: #a4a4a4;
    /* If media is below 544 */
}

@media (max-width: 991px) {
    .search-widget form input[type="text"] {
        border-radius: 0;
        background: #fff;
    }
}

.search-widget form input[type="text"]:focus {
    /* If media is below 992 */
    background: transparent;
}

@media (max-width: 991px) {
    .search-widget form input[type="text"]:focus {
        background: #fff;
    }
}

.search-widget form input[type="text"]::placeholder {
    color: #a4a4a4;
}

@media (max-width: 543px) {
    .search-widget form input[type="text"] {
        min-width: 240px;
    }
}

.search-widget form button {
    /* If media is below 992 */
    position: absolute;
    background: none;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .2);
    right: 0;
    top: 5px;
    color: #a8a8a8;
    padding: 0;
    height: 20px;
    width: 43px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    z-index: 11;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .search-widget form button {
        border-radius: 0;
        color: #000;
    }
}

.search-widget form button i {
    font-size: 22px;
}

.search-widget form button:hover {
    background: none;
    color: #09ccd0;
    border-color: rgba(255, 255, 255, .2);
}

.search-widget form button:focus {
    background: none;
    color: #09ccd0;
    border-color: rgba(255, 255, 255, .2);
}

.search-widget form button:active:focus {
    background: none;
    color: #09ccd0;
    border-color: rgba(255, 255, 255, .2);
}

.search-widget form button:last-child > .btn, .search-widget form button:last-child .btn-group {
    margin-left: 0;
}

#pagenotfound .page-content #search_widget {
    width: 100%;
}

.page-not-found #_desktop_seach_widget {
    float: none;
    padding: 0;
    position: unset;
}

.page-not-found .search-widget {
    position: relative;
    padding: 0;
}

    .page-not-found .search-widget .search-logo {
        display: none;
    }

    .page-not-found .search-widget form {
        display: inline-block;
        top: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
    }

.ajaxishi-search {
    /* If media is below 992 */
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    height: auto;
    max-height: 362px;
    overflow-y: scroll;
    scrollbar-width: thin;
    background: #fff;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .ajaxishi-search {
        top: 35px;
    }
}

.ajaxishi-search ul {
    margin: 0;
    padding: 0;
}

    .ajaxishi-search ul li {
        text-decoration: none;
        list-style: none;
    }

        .ajaxishi-search ul li:last-child > div {
            border-bottom: 0;
        }

        .ajaxishi-search ul li > div {
            display: block;
            position: relative;
            overflow: hidden;
            padding: 15px;
            border-bottom: 1px solid #eee;
        }

            .ajaxishi-search ul li > div a {
                display: block;
                position: relative;
                overflow: hidden;
            }

            .ajaxishi-search ul li > div .product-image {
                float: left;
                margin-right: 12px;
            }

            .ajaxishi-search ul li > div .product-desc {
                text-align: right;
            }

                .ajaxishi-search ul li > div .product-desc .product-name {
                    margin-bottom: 5px;
                    color: #000;
                }

                .ajaxishi-search ul li > div .product-desc .product-price .special {
                    color: #888;
                    text-decoration: line-through;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 8px;
                }

                .ajaxishi-search ul li > div .product-desc .product-price .price {
                    color: #000;
                    display: inline-block;
                    vertical-align: middle;
                }

.ajaxishi-search::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.ajaxishi-search::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border: 1px solid #f0f0f0;
}

.ajaxishi-search::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.ishi-customhover-fadeinnormal.scale img, .ishi-customhover-fadeinflip.scale img, .ishi-customhover-fadeinrotate.scale img, .ishi-customhover-fadeinrotate3D.scale img, .ishi-customhover-fadeintop.scale img, .ishi-customhover-fadeinbottom.scale img, .ishi-customhover-fadeoutcenter.scale img, .ishi-customhover-fadeinoutcorner.scale img, .ishi-customhover-fadeoutcorner.scale img, .ishi-customhover-doublefadeincenter.scale img, .ishi-customhover-fadeintopbottom.scale img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeinnormal:hover.scale img, .ishi-customhover-fadeinflip:hover.scale img, .ishi-customhover-fadeinrotate:hover.scale img, .ishi-customhover-fadeinrotate3D:hover.scale img, .ishi-customhover-fadeintop:hover.scale img, .ishi-customhover-fadeinbottom:hover.scale img, .ishi-customhover-fadeoutcenter:hover.scale img, .ishi-customhover-fadeinoutcorner:hover.scale img, .ishi-customhover-fadeoutcorner:hover.scale img, .ishi-customhover-doublefadeincenter:hover.scale img, .ishi-customhover-fadeintopbottom:hover.scale img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ishi-customhover-fadeinnormal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ishi-customhover-fadeinnormal:hover:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeinflip:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 30px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ishi-customhover-fadeinflip:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.ishi-customhover-fadeinrotate:after {
    content: '';
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}

.ishi-customhover-fadeinrotate:hover:after {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.ishi-customhover-fadeinrotate3D:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.ishi-customhover-fadeinrotate3D:hover:after {
    background: rgba(0, 0, 0, 0.1);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.ishi-customhover-fadeintop:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.ishi-customhover-fadeintop:hover:after {
    height: 100%;
}

.ishi-customhover-fadeinbottom:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ishi-customhover-fadeinbottom:hover:after {
    height: 100%;
}

.ishi-customhover-fadeintopbottom:before, .ishi-customhover-fadeintopbottom:after {
    content: "";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

.ishi-customhover-fadeintopbottom:after {
    top: -100%;
    bottom: auto;
}

.ishi-customhover-fadeintopbottom:hover:before {
    bottom: 50%;
    opacity: 1;
}

.ishi-customhover-fadeintopbottom:hover:after {
    top: 50%;
    opacity: 1;
}

.ishi-customhover-doublefadeincenter:before, .ishi-customhover-doublefadeincenter:after {
    content: "";
    bottom: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}

.ishi-customhover-doublefadeincenter:before {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}

.ishi-customhover-doublefadeincenter:after {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
}

.ishi-customhover-doublefadeincenter:hover:before, .ishi-customhover-doublefadeincenter:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeoutcenter:after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
}

.ishi-customhover-fadeoutcenter:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
    opacity: 1;
}

.ishi-customhover-fadeoutcorner:before, .ishi-customhover-fadeoutcorner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.1);
    margin: auto;
    opacity: 1;
    z-index: 1;
}

.ishi-customhover-fadeoutcorner:after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}

.ishi-customhover-fadeoutcorner:hover:before, .ishi-customhover-fadeoutcorner:hover:after {
    height: 100%;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s;
    opacity: 0;
    width: 100%;
}

.ishi-customhover-fadeinoutcorner:after {
    background-color: rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    right: 0;
}

.ishi-customhover-fadeinoutcorner:hover:after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}

#ishislider {
    overflow: hidden;
    position: relative;
    /* If media is above 1200 */
}

@media (min-width: 1199px) {
    #ishislider:after {
        content: '';
        width: 100%;
        height: 120px;
        background: url(../icons/slider-pattern.png) no-repeat center;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0px;
        z-index: 1;
    }
}

#ishislider .owl-nav {
    margin: 0;
    position: unset;
    /* If media is below 768 */
}

@media (max-width: 767px) {
    #ishislider .owl-nav {
        display: none;
    }
}

#ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
    /* If media is below 992 */
    position: absolute;
    top: 45%;
    border-radius: 50%;
    background-color: #ff6f69;
    border: 1px solid #ff6f69;
    padding: 7px;
    margin: 4px;
    left: 70px;
    right: auto;
    width: 38px;
    height: 38px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* If media is below 768 */
}

@media (max-width: 991px) {
    #ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
        top: 44%;
    }
}

@media (max-width: 991px) {
    #ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
        top: 38%;
    }
}

#ishislider .owl-nav .owl-prev:hover, #ishislider .owl-nav .owl-next:hover {
    background-color: #09ccd0;
    border-color: #09ccd0;
}

    #ishislider .owl-nav .owl-prev:hover i:after, #ishislider .owl-nav .owl-next:hover i:after {
        color: #fff;
    }

#ishislider .owl-nav .owl-prev i, #ishislider .owl-nav .owl-next i {
    line-height: 0;
}

    #ishislider .owl-nav .owl-prev i:before, #ishislider .owl-nav .owl-next i:before {
        line-height: 0;
    }

    #ishislider .owl-nav .owl-prev i:after, #ishislider .owl-nav .owl-next i:after {
        display: none;
    }

#ishislider .owl-nav .owl-next {
    right: 70px;
    left: auto;
}

#ishislider .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #ishislider .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        outline: none;
    }

        #ishislider .owl-dots .owl-dot span {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            border: 1px solid #ff6f69;
            background: #ff6f69;
            margin: 0 5px;
            display: block;
        }

        #ishislider .owl-dots .owl-dot.active span {
            background: #09ccd0;
            border-color: #09ccd0;
        }

#ishislider:hover:before {
    width: 100%;
}

#ishislider:hover .owl-nav .owl-prev, #ishislider:hover .owl-nav .owl-next {
    opacity: 1;
    left: 50px;
}

#ishislider:hover .owl-nav .owl-next {
    right: 50px;
    left: auto;
}

.ishifourbannerblock {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
}

    .ishifourbannerblock .bannerblock {
        /* If media is below 444 */
        /* If media is above 767 */
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 30px;
    }

@media (max-width: 443px) {
    .ishifourbannerblock .bannerblock {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .ishifourbannerblock .bannerblock:last-child {
        margin-bottom: 0;
    }
}

.ishifourbannerblock .bannerblock img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ishifourbannerblock .bannerblock a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ishifourbannerblock .bannerright .bannerblock {
    margin-bottom: 0;
}

#ishimanufacturerblock .home-title {
    display: none;
}

#ishimanufacturerblock .item {
    text-align: center;
}

    #ishimanufacturerblock .item img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        cursor: -moz-pointer;
        cursor: -webkit-pointer;
    }

    #ishimanufacturerblock .item:hover img {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }

.ishibannerblock {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
}

    .ishibannerblock .bannerblock {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        /* If media is below 600 */
    }

@media (max-width: 633px) {
    .ishibannerblock .bannerblock {
        width: 100%;
    }
}

.ishibannerblock .bannerblock img {
    max-width: 100%;
    width: 100%;
    -webkit-transform-style: unset;
    transform-style: unset;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ishibannerblock .bannerblock a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ishibannerblock.ishigalleryblock {
    text-align: inherit;
}

    .ishibannerblock.ishigalleryblock .bannerblock {
        float: left;
        /* If media is below 600 */
    }

@media (max-width: 633px) {
    .ishibannerblock.ishigalleryblock .bannerblock {
        width: 50%;
    }
}

.ishibannerblock.ishigalleryblock a:after, .ishibannerblock.ishigalleryblock a:before {
    background: rgba(255, 111, 105, 0.3);
}

.ishiservicesblock {
    /* If media is below 992 */
    /* If media is below 768 */
    padding: 37px 0;
    position: relative;
    text-align: right;
    overflow: hidden;
    display: block;
}

@media (max-width: 991px) {
    .ishiservicesblock {
        padding: 30px 15px 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .ishiservicesblock {
        padding: 0 0px 25px;
        margin-bottom: 0;
    }
}

.ishiservicesblock .ishiservices {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .ishiservicesblock .ishiservices .services {
        /* If media is below 992 */
    }

@media (max-width: 991px) {
    .ishiservicesblock .ishiservices .services {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
    }
}

.ishiservicesblock .ishiservices .services .service-img {
    width: 55px;
    height: 55px;
    background-position: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.ishiservicesblock .ishiservices .services .service-block {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-top: 10px;
    padding-right: 15px;
    width: 75%;
    /* If media is below 768 */
    /* If media is below 544 */
}

@media (max-width: 767px) {
    .ishiservicesblock .ishiservices .services .service-block {
        text-align: center;
        padding-left: 0;
        margin-top: 10px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 543px) {
    .ishiservicesblock .ishiservices .services .service-block {
        display: inline-block;
        text-align: right;
        padding-left: 10px;
        width: auto;
    }
}

.ishiservicesblock .ishiservices .services .service-block .service-title {
    /* If media is below 992 */
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
    font-family: 'kolocheh', cursive;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

@media (max-width: 991px) {
    .ishiservicesblock .ishiservices .services .service-block .service-title {
        color: #000;
    }
}

.ishiservicesblock .ishiservices .services .service-block .service-desc {
    /* If media is below 1200 */
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .ishiservicesblock .ishiservices .services .service-block .service-desc {
        font-size: 12px;
    }
}

.ishiservicesblock .ishiservices .services:hover .service-img {
    transform: rotateY(360deg);
}

.ishiservicesblock .ishiservices .services:hover .service-block .service-title {
    color: #ff6f69;
    letter-spacing: 1px;
}

.block_newsletter {
    font-size: 14px;
    overflow: hidden;
    display: block;
    text-align: center;
}

    .block_newsletter p {
        margin: 2px 0;
    }

    .block_newsletter .alert-danger, .block_newsletter .alert-success {
        padding: 3px;
        margin: 3px 0;
        font-size: 13px;
        border-radius: 6px;
    }

    .block_newsletter .newletter-title {
        display: none;
    }

    .block_newsletter .home-title {
        /* If media is below 1200 */
        font-size: 32px;
        margin-bottom: 5px;
        padding: 70px 0 0;
    }

@media (max-width: 1199px) {
    .block_newsletter .home-title {
        padding: 0;
    }
}

.block_newsletter .home-title .title-icon {
    /* If media is below 1200 */
}

@media (max-width: 1199px) {
    .block_newsletter .home-title .title-icon {
        display: none;
    }
}

.block_newsletter .block-newsletter-label {
    font-size: 13px;
    line-height: 22px;
    display: block;
    font-family: 'iransans', sans-serif;
    margin: 0 0 20px;
    font-weight: 400;
    text-align: center;
}

.block_newsletter .newsletter_form {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /* If media is below 992 */
    /* If media is below 768 */
}

@media (max-width: 991px) {
    .block_newsletter .newsletter_form {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .block_newsletter .newsletter_form {
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .block_newsletter .newsletter_form {
        margin-bottom: 30px;
        max-width: 100%;
    }
}

.block_newsletter .newsletter_form form {
    /* If media is below 1200 */
    margin: 0 auto;
    text-align: center;
    width: 80%;
    position: relative;
}

@media (max-width: 1199px) {
    .block_newsletter .newsletter_form form {
        width: 100%;
    }
}

.block_newsletter .newsletter_form .btn-submit {
    height: 40px;
    cursor: pointer;
    background-color: #09ccd0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'iransans', sans-serif;
    text-transform: uppercase;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .block_newsletter .newsletter_form .btn-submit:hover, .block_newsletter .newsletter_form .btn-submit:focus {
        background-color: #ff6f69;
    }

        .block_newsletter .newsletter_form .btn-submit:hover:after, .block_newsletter .newsletter_form .btn-submit:focus:after {
            color: #fff;
        }

    .block_newsletter .newsletter_form .btn-submit:after {
        content: '\f003';
        color: #fff;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 37.8px;
        text-align: center;
        margin: 0 auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.block_newsletter .newsletter_form input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 6px;
    font-family: 'iransans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 10px;
    color: #666;
}

    .block_newsletter .newsletter_form input[type="text"]::placeholder {
        color: #666;
    }

    .block_newsletter .newsletter_form input[type="text"]:focus {
        background-color: #fff;
        outline: none;
    }

.block_newsletter .bannerblock {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}

@media (max-width: 991px) {
    .block_newsletter .bannerblock {
        margin-bottom: 30px;
    }
}

.block_newsletter .bannerblock:last-child {
    margin-bottom: 0;
}

.block_newsletter .bannerblock img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.block_newsletter .bannerblock a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishileftbanners {
    margin-bottom: 30px;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    #ishileftbanners {
        text-align: center;
        margin-bottom: 15px;
    }
}

#ishileftbanners .image-container {
    position: relative;
    margin-bottom: 30px;
    /* If media is below 992 */
}

    #ishileftbanners .image-container:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    #ishileftbanners .image-container {
        display: inline-block;
        vertical-align: middle;
    }
}

#ishileftbanners .image-container a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    #ishileftbanners .image-container a img {
        width: 100%;
        max-width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.paymentlogo-container {
    /* If media is below 992 */
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .paymentlogo-container {
        text-align: center;
        display: block;
        float: none;
    }
}

.paymentlogo-container img {
    /* If media is below 768 */
    border-radius: 0;
    cursor: pointer;
    width: 45px;
    margin: 5px 1px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    /* If media is below 351 */
}

@media (max-width: 767px) {
    .paymentlogo-container img {
        margin: 2px 1px;
    }
}

@media (max-width: 350px) {
    .paymentlogo-container img {
        width: 43px;
    }
}

.ishitestimonialsblock {
    /* If media is below 1540 */
    position: relative;
    display: block;
}

@media (max-width: 1540px) {
    .ishitestimonialsblock {
        overflow: hidden;
    }
}

.ishitestimonialsblock .container {
    /* If media is between 992 and 1199 */
    max-width: 1400px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ishitestimonialsblock .container {
        max-width: 1200px;
    }
}

.ishitestimonialsblock .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px 20px;
    /* If media is between 768 and 991 */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ishitestimonialsblock .owl-stage-outer .owl-stage {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ishitestimonialsblock .owl-item {
        -webkit-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        margin-top: 50px;
        margin-bottom: -30px;
        -ms-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
    }
}

.ishitestimonialsblock .owl-item.center {
    /* If media is above 991 */
}

@media (min-width: 992px) {
    .ishitestimonialsblock .owl-item.center {
        transform: scale(1.11);
        opacity: 1;
        z-index: 1;
        margin: 0;
        padding: 10px;
        -ms-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

.ishitestimonialsblock .owl-item.center .ishitestimonials-container:before {
    top: 75px;
}

.ishitestimonialsblock .owl-item.center .ishitestimonials-container .testimonial-img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    display: block;
    opacity: 1;
}

.ishitestimonialsblock .ishitestimonials-container {
    padding: 20px 15px 35px;
    position: relative;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .ishitestimonialsblock .ishitestimonials-container {
        padding: 0;
    }
}

.ishitestimonialsblock .ishitestimonials-container:before {
    /* If media is above 991 */
}

@media (min-width: 992px) {
    .ishitestimonialsblock .ishitestimonials-container:before {
        content: '';
        background: #fff;
        box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0px;
        text-align: center;
        margin: 0 auto;
        z-index: -1;
    }
}

.ishitestimonialsblock .ishitestimonials-container .testimonial-img {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    display: none;
    opacity: 0;
    position: relative;
    text-align: center;
    width: 120px;
    margin: 0 auto 20px;
}

    .ishitestimonialsblock .ishitestimonials-container .testimonial-img img {
        max-width: 100%;
    }

.ishitestimonialsblock .ishitestimonials-container .testimonial-info {
    font: 400 18px/18px 'iransans', sans-serif;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 90%;
    /* If media is below 992 */
    /* iIf media is below 768 */
}

@media (max-width: 991px) {
    .ishitestimonialsblock .ishitestimonials-container .testimonial-info {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .ishitestimonialsblock .ishitestimonials-container .testimonial-info {
        max-width: 100%;
    }
}

.ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-name {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-designation {
    font-size: 14px;
    color: #09ccd0;
}

.ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-description {
    font-size: 12px;
    color: #777;
    margin: 0 0 15px;
    padding-top: 30px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

    .ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-description:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        text-align: center;
        margin: 0 auto;
        height: 1px;
        width: 90px;
        background: #eee;
    }

.ishitestimonialsblock .ishitestimonials-container .testimonial-info .quote {
    fill: #ff6f69;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.ishitestimonialsblock .owl-carousel .owl-nav .owl-prev, .ishitestimonialsblock .owl-carousel .owl-nav .owl-next {
    /* If media is below 1200 */
    top: 55%;
    left: -18px;
}

@media (max-width: 1200px) {
    .ishitestimonialsblock .owl-carousel .owl-nav .owl-prev, .ishitestimonialsblock .owl-carousel .owl-nav .owl-next {
        left: -12px;
    }
}

.ishitestimonialsblock .owl-carousel .owl-nav .owl-prev i:after, .ishitestimonialsblock .owl-carousel .owl-nav .owl-next i:after {
    display: none;
}

.ishitestimonialsblock .owl-carousel .owl-nav .owl-next {
    /* If media is below 1200 */
    right: -18px;
    left: auto;
}

@media (max-width: 1200px) {
    .ishitestimonialsblock .owl-carousel .owl-nav .owl-next {
        right: -12px;
    }
}

#ishistoreinfo {
    /* If media is above 991 */
    /* If media is below 992 */
    display: block;
    overflow: hidden;
}

@media (min-width: 992px) {
    #ishistoreinfo {
        max-width: 29%;
    }
}

@media (max-width: 991px) {
    #ishistoreinfo {
        margin-bottom: 25px;
    }
}

#ishistoreinfo .store-logo {
    /* If media is above 1200 */
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 1200px) {
    #ishistoreinfo .store-logo {
        width: 90%;
    }
}

#ishistoreinfo .store-logo img {
    max-width: 100%;
}

#ishistoreinfo .store-logo:after {
    display: none;
}

#ishistoreinfo .store-description {
    margin-bottom: 0;
    /* If media is below 992 */
    /* If media is above 1200 */
}

@media (max-width: 991px) {
    #ishistoreinfo .store-description {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #ishistoreinfo .store-description {
        width: 90%;
    }
}

#ishistoreinfo .store-description p {
    line-height: 24px;
    font-size: 14px;
    font-family: 'iransans', sans-serif;
    margin-bottom: 0;
    color: #777;
}

.ishiproductsblock {
    display: block;
    position: relative;
}

    .ishiproductsblock #ishiproductstab {
        /* If media is below 768 */
        position: relative;
        border: 0;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
        display: block;
    }

@media (max-width: 767px) {
    .ishiproductsblock #ishiproductstab {
        float: none;
    }
}

.ishiproductsblock #ishiproductstab .nav-item {
    /* If media is below 544 */
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px;
    float: none;
    position: relative;
}

@media (max-width: 543px) {
    .ishiproductsblock #ishiproductstab .nav-item {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
        text-align: center;
    }
}

.ishiproductsblock #ishiproductstab .nav-item:last-child:before, .ishiproductsblock #ishiproductstab .nav-item:last-child:after {
    display: none;
}

.ishiproductsblock #ishiproductstab .nav-item:before {
    /* If media is below 544 */
    content: '';
    height: 1px;
    width: 50px;
    background: #ddd;
    position: absolute;
    right: -42px;
    top: 53%;
}

@media (max-width: 543px) {
    .ishiproductsblock #ishiproductstab .nav-item:before {
        display: none;
    }
}

.ishiproductsblock #ishiproductstab .nav-item:after {
    /* If media is below 544 */
    content: '';
    height: 8px;
    width: 8px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    right: -21px;
}

@media (max-width: 543px) {
    .ishiproductsblock #ishiproductstab .nav-item:after {
        display: none;
    }
}

.ishiproductsblock #ishiproductstab .nav-item .nav-link {
    /* If media is below 544 */
    font-size: 15px;
    font-weight: 400;
    background: transparent none repeat scroll 0 0;
    border: 0;
    color: #000;
    margin: 0;
    outline: medium none;
    padding: 10px 18px;
    line-height: 1.1;
    border-radius: 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 543px) {
    .ishiproductsblock #ishiproductstab .nav-item .nav-link {
        padding: 3px 20px;
        font-size: 14px;
        display: inline-block;
    }
}

.ishiproductsblock #ishiproductstab .nav-item .nav-link.active, .ishiproductsblock #ishiproductstab .nav-item .nav-link:hover {
    color: #ff6f69;
}

.ishiproductsblock #ishiproductstab .nav-item.active .nav-link {
    color: #ff6f69;
}

.ishiproductsblock .tab-content {
    display: block;
    position: relative;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .ishiproductsblock .tab-content {
        padding: 0 5px;
    }
}

.ishiproductsblock .tab-content .block_content {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .ishiproductsblock .tab-content .block_content {
        padding: 0;
    }
}

.ishiproductsblock .banner_productblock {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
}

    .ishiproductsblock .banner_productblock a {
        border-radius: 20px;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .ishiproductsblock .banner_productblock img {
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
        -webkit-transform-style: unset;
        transform-style: unset;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.ishiproductsblock .owl-nav {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .ishiproductsblock .owl-nav {
        margin-top: 10px;
    }
}

.ishiproductsblock .owl-nav .owl-prev i:after, .ishiproductsblock .owl-nav .owl-next i:after {
    display: none;
}

#ishispecialproducts #ishispecialproducts-carousel {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    #ishispecialproducts #ishispecialproducts-carousel {
        padding: 0 5px;
    }
}

#ishi-products-category .product-thumb .caption {
    /* If media is between 992 and 1199 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #ishi-products-category .product-thumb .caption {
        padding: 16px 15px;
    }
}

#ishi-products-category .product-thumb .button-group {
    /* If media is between 992 and 1199 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #ishi-products-category .product-thumb .button-group {
        bottom: 60px;
    }
}

.smartblog_block {
    display: block;
    position: relative;
    /*<------------------------------------------------------------------------------------>*/
}

    .smartblog_block .blog_post {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 10px;
    }

        .smartblog_block .blog_post:hover .news_module_image_holder a img {
            -webkit-transform-style: unset;
            transform-style: unset;
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            -moz-transform: scale(1.5);
            opacity: 0.8;
        }

        .smartblog_block .blog_post:hover .news_module_image_holder .blogicons {
            opacity: 1;
        }

        .smartblog_block .blog_post:hover .date-comment {
            background: #09ccd0;
        }

        .smartblog_block .blog_post:hover .blog_content .view-blog .read-more:after {
            background: #ff6f69;
        }

        .smartblog_block .blog_post:hover .blog_content .view-blog .read-more a {
            color: #ff6f69;
        }

        .smartblog_block .blog_post .news_module_image_holder {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            overflow: hidden;
            background: #fff;
            border-radius: 10px 10px 0 0;
        }

            .smartblog_block .blog_post .news_module_image_holder a {
                position: relative;
                display: inline-block;
                vertical-align: middle;
            }

                .smartblog_block .blog_post .news_module_image_holder a img {
                    width: 100%;
                    max-width: 100%;
                    transition: all 2s ease;
                    -webkit-transition: all 2s ease;
                    -moz-transition: all 2s ease;
                    -ms-transition: all 2s ease;
                    -o-transition: all 2s ease;
                }

            .smartblog_block .blog_post .news_module_image_holder .blogicons {
                display: none;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                text-align: center;
                top: 45%;
                opacity: 0;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
            }

                .smartblog_block .blog_post .news_module_image_holder .blogicons a {
                    display: inline-block;
                    float: none;
                }

                    .smartblog_block .blog_post .news_module_image_holder .blogicons a:hover i:before {
                        color: #fff;
                        background: #000;
                        border-color: #000;
                    }

                    .smartblog_block .blog_post .news_module_image_holder .blogicons a i:before {
                        border: 1px solid #fff;
                        color: #fff;
                        font-size: 14px;
                        height: 40px;
                        margin: auto;
                        padding: 12px;
                        text-align: center;
                        width: 40px;
                        line-height: 13px;
                        -webkit-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                    }

        .smartblog_block .blog_post .date-comment {
            font-family: 'iransans', sans-serif;
            color: #fff;
            background: #ff6f69;
            font-size: 13px;
            font-weight: 400;
            padding: 10px;
            display: block;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            text-transform: capitalize;
        }

            .smartblog_block .blog_post .date-comment .blog_date {
                float: left;
            }

            .smartblog_block .blog_post .date-comment .write-comment {
                float: right;
            }

                .smartblog_block .blog_post .date-comment .write-comment a {
                    color: #fff;
                }

        .smartblog_block .blog_post .blog_content {
            padding: 15px;
            text-align: right;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            .smartblog_block .blog_post .blog_content .blog_title {
                margin: 0 0 10px;
            }

                .smartblog_block .blog_post .blog_content .blog_title a {
                    font-family: 'kolocheh', cursive;
                    font-size: 18px;
                    text-transform: capitalize;
                    font-weight: 400;
                    color: #000;
                    letter-spacing: 0.8px;
                    /* If media is below 768 */
                }

@media (max-width: 767px) {
    .smartblog_block .blog_post .blog_content .blog_title a {
        font-size: 14px;
    }
}

.smartblog_block .blog_post .blog_content .blog-desc {
    margin: 0 0 0px;
    font-family: 'iransans', sans-serif;
    font-size: 13px;
    color: #777;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.8px;
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .smartblog_block .blog_post .blog_content .blog-desc {
        margin-bottom: 10px;
        line-height: 20px;
    }
}

.smartblog_block .blog_post .blog_content .view-blog {
    display: block;
}

    .smartblog_block .blog_post .blog_content .view-blog .read-more {
        padding: 0 0 5px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: none;
        border: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .smartblog_block .blog_post .blog_content .view-blog .read-more:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #09ccd0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .smartblog_block .blog_post .blog_content .view-blog .read-more i {
            display: none;
        }

        .smartblog_block .blog_post .blog_content .view-blog .read-more a {
            color: #09ccd0;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

.smartblog_block .owl-nav {
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .smartblog_block .owl-nav {
        margin-top: 15px;
    }
}

.smartblog_block .owl-nav .owl-prev, .smartblog_block .owl-nav .owl-next {
    left: -18px;
}

    .smartblog_block .owl-nav .owl-prev i:after, .smartblog_block .owl-nav .owl-next i:after {
        display: none;
    }

.smartblog_block .owl-nav .owl-next {
    right: -18px;
    left: auto;
}

.single-blog {
    text-align: center;
    /*<------------------------------------------------------------------------------------>*/
}

    .single-blog .page-item-title {
        margin-bottom: 30px;
    }

        .single-blog .page-item-title h1 {
            font-size: 22px;
            text-transform: uppercase;
            color: #000;
            font-weight: 500;
            font-family: 'iransans', sans-serif;
            margin: 0;
        }

    .single-blog .blog-img img {
        max-width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .single-blog .blog-date {
        display: none;
        font-size: 15px;
        position: relative;
        text-transform: capitalize;
        color: #000;
        font-family: 'iransans', sans-serif;
        padding: 20px 0 0;
    }

    .single-blog .blog-desc {
        /* If media is below 992 */
        padding: 30px 15px 20px;
        font-family: 'iransans', sans-serif;
        margin: 0 auto;
        width: 80%;
        color: #323;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.8px;
        line-height: 20px;
    }

@media (max-width: 991px) {
    .single-blog .blog-desc {
        width: 100%;
    }
}

.single-blog .smartblogcomments {
    margin-bottom: 50px;
}

    .single-blog .smartblogcomments .reply-title {
        margin-bottom: 15px;
        font-weight: 500;
        color: #000;
        font-family: 'iransans', sans-serif;
        font-size: 20px;
    }

    .single-blog .smartblogcomments .view-comment {
        text-align: right;
        padding: 15px 0;
        margin-bottom: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .single-blog .smartblogcomments .view-comment:last-child {
            margin-bottom: 0;
        }

        .single-blog .smartblogcomments .view-comment .user_icon {
            display: inline-block;
            vertical-align: middle;
        }

            .single-blog .smartblogcomments .view-comment .user_icon i:before {
                font-size: 70px;
                color: #000;
            }

        .single-blog .smartblogcomments .view-comment .user_list {
            display: inline-block;
            vertical-align: middle;
            text-align: right;
            margin-left: 10px;
        }

.single-blog .block-title .reply-title {
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'iransans', sans-serif;
    font-size: 20px;
}

.single-blog #add-comment .form-horizontal .control-label {
    text-align: right;
}

.single-blog #add-comment .form-horizontal .form-control {
    border-color: #eee;
}

    .single-blog #add-comment .form-horizontal .form-control:last-child {
        margin-bottom: 0;
    }

.single-blog #add-comment .form-horizontal .form-group {
    margin: 15px;
}

.single-blog #add-comment .form-horizontal .submit-btn {
    margin-top: 20px;
}

.all-blog {
    text-align: center;
    margin: 0 auto;
}

    .all-blog h1 {
        display: none;
    }

    .all-blog .sdsarticleCat {
        /* If media is above 991 */
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
        text-align: center;
    }

@media (min-width: 992px) {
    .all-blog .sdsarticleCat {
        text-align: right;
    }
}

.all-blog .sdsarticleCat > div {
    font-family: 'iransans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

.all-blog .sdsarticleCat .blog-content {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .all-blog .sdsarticleCat .blog-content {
        margin-bottom: 20px;
    }
}

.all-blog .sdsarticleCat .articleContent:last-child {
    margin-bottom: 0;
}

.all-blog .sdsarticleCat .articleContent .post_hover {
    display: none;
}

.all-blog .sdsarticleCat .articleContent .blog-image img {
    text-align: center;
    margin: 0 auto;
}

.all-blog .sdsarticleCat .smartblog-desc {
    /* If media is below 992 */
    /* If media is below 1200 */
    position: relative;
    top: 18px;
}

@media (max-width: 991px) {
    .all-blog .sdsarticleCat .smartblog-desc {
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    .all-blog .sdsarticleCat .smartblog-desc {
        top: 0;
    }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
    /* If media is below 1200 */
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
        margin-bottom: 10px;
    }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
    /* If media is below 1200 */
    margin: 0 0 15px;
}

@media (max-width: 1199px) {
    .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
        margin: 15px 0;
    }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-date {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper {
    display: block;
}

    .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper span {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        text-transform: capitalize;
        color: #000;
        line-height: 25px;
    }

.all-blog .sdsarticleCat .smartblog-desc .blog-desc {
    /* If media is below 1200 */
    display: block;
    margin-bottom: 15px;
    color: #333;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
        margin-bottom: 10px;
    }
}

.all-blog .sdsarticleCat .smartblog-desc .read-more a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    background:;
    color:;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .all-blog .sdsarticleCat .smartblog-desc .read-more a:hover {
        background:;
        color:;
    }

#ishispecialdeals-icon {
    /* If media is below 544 */
    width: 50px;
    height: 50px;
    z-index: 99;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

@media (max-width: 543px) {
    #ishispecialdeals-icon {
        display: none;
    }
}

#ishispecialdeals-icon:after {
    background: url(/assets/images/dealicon.png) no-repeat center;
    background-size: 40px;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounce;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
}

#ishispecialdeals-icon:hover .ishispecialdeals {
    opacity: 1;
    visibility: visible;
    left: 20px;
}

.ishispecialdeals {
    z-index: 98;
    width: 420px;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 50px;
    visibility: hidden;
    border: 1px solid #eee;
    padding: 20px 5px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: opacity 0.5s, left 0.5s, right 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, left 0.5s, right 0.5s, visibility 0.5s;
    transition: opacity 0.5s, left 0.5s, right 0.5s, visibility 0.5s;
}

    .ishispecialdeals .product-thumb {
        padding: 0 15px;
        border: 0;
        border-radius: 0;
    }

        .ishispecialdeals .product-thumb .image {
            width: 50%;
        }

        .ishispecialdeals .product-thumb .caption {
            width: 50%;
            text-align: right;
            padding: 0;
            background-color: transparent;
        }

            .ishispecialdeals .product-thumb .caption .product-title {
                margin: 0 0 10px;
            }

                .ishispecialdeals .product-thumb .caption .product-title a {
                    color: #000;
                }

        .ishispecialdeals .product-thumb .price {
            margin-bottom: 10px;
            opacity: 1;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

            .ishispecialdeals .product-thumb .price .price-old {
                color: #000;
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
            }

            .ishispecialdeals .product-thumb .price .price-discount {
                color: #09ccd0;
            }

            .ishispecialdeals .product-thumb .price .price-sale {
                color: #777;
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
            }

        .ishispecialdeals .product-thumb .product-comments {
            text-align: right;
            margin-bottom: 10px;
        }

        .ishispecialdeals .product-thumb .button-group {
            left: 0;
            right: 0;
            bottom: 22px;
            opacity: 0;
            display: block;
        }

            .ishispecialdeals .product-thumb .button-group .btn-quickview, .ishispecialdeals .product-thumb .button-group .btn-wishlist, .ishispecialdeals .product-thumb .button-group .btn-compare, .ishispecialdeals .product-thumb .button-group .btn-cart {
                opacity: 1;
                -webkit-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -ms-transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                transform: rotateX(0deg);
            }

                .ishispecialdeals .product-thumb .button-group .btn-quickview svg, .ishispecialdeals .product-thumb .button-group .btn-wishlist svg, .ishispecialdeals .product-thumb .button-group .btn-compare svg, .ishispecialdeals .product-thumb .button-group .btn-cart svg {
                    display: block;
                }

        .ishispecialdeals .product-thumb .countdown-container {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            border-radius: 25px;
            margin-bottom: 10px;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
            background: #ff6f69;
            padding: 3px 8px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            /* If media is below 544 */
        }

@media (max-width: 543px) {
    .ishispecialdeals .product-thumb .countdown-container {
        margin-bottom: 10px;
    }
}

.ishispecialdeals .product-thumb .countdown-container .countdown-text {
    display: none;
}

.ishispecialdeals .product-thumb .countdown-container .counter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 5px 3px;
    border: 0;
}

    .ishispecialdeals .product-thumb .countdown-container .counter span {
        display: block;
    }

    .ishispecialdeals .product-thumb .countdown-container .counter.countdown-seconds .data {
        color: #000;
    }

        .ishispecialdeals .product-thumb .countdown-container .counter.countdown-seconds .data:after {
            display: none;
        }

    .ishispecialdeals .product-thumb .countdown-container .counter .data {
        font-size: 14px;
        font-family: 'iransans', sans-serif;
        font-weight: 500;
        border-radius: 0;
        color: #fff;
        padding: 0px 8px;
    }

        .ishispecialdeals .product-thumb .countdown-container .counter .data:after {
            content: ':';
            position: absolute;
            right: -3px;
            top: 4px;
            color: #fff;
        }

    .ishispecialdeals .product-thumb .countdown-container .counter .lbl {
        display: none;
    }

.ishispecialdeals .product-thumb:hover .countdown-container {
    opacity: 0;
}

.ishispecialdeals .product-thumb:hover .button-group {
    opacity: 1;
}

.ishispecialdeals .owl-dots {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .ishispecialdeals .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        outline: none;
    }

        .ishispecialdeals .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 50%;
            background: #09ccd0;
            margin: 0 3px;
            display: block;
        }

        .ishispecialdeals .owl-dots .owl-dot.active span {
            background: #ff6f69;
        }

#ishicategory {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 50px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    #ishicategory {
        padding: 0 15px;
    }
}

#ishicategory .image-container {
    position: relative;
    overflow: hidden;
    margin: 0 1px;
}

    #ishicategory .image-container:before {
        content: '';
        border: 1px solid #eee;
        border-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 56%;
        bottom: 0;
        border-radius: 0 0 15px 15px;
    }

    #ishicategory .image-container:after {
        content: '';
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 41%;
        right: 0;
        text-align: center;
        margin: 0 auto;
        z-index: -1;
        border: 1px solid #eee;
        border-bottom: 0;
        border-radius: 100%/100px 100px 0 0;
    }

    #ishicategory .image-container a {
        position: relative;
        overflow: hidden;
        display: block;
        border-radius: 50%;
    }

        #ishicategory .image-container a img {
            width: auto;
            max-width: 100%;
            margin: 5px auto 0;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    #ishicategory .image-container .text-container {
        padding: 20px 0;
        font-size: 18px;
        font-weight: 400;
        color: #000;
        font-family: 'kolocheh', cursive;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #ishicategory .image-container:hover img {
        -moz-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    #ishicategory .image-container:hover .text-container {
        color: #ff6f69;
        transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -webkit-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
    }

#ishicategory i:after {
    display: none;
}

#ishiparallaxbanner {
    overflow: hidden;
    position: relative;
}

    #ishiparallaxbanner:before, #ishiparallaxbanner:after {
        /* If media is above 991 */
    }

@media (min-width: 992px) {
    #ishiparallaxbanner:before, #ishiparallaxbanner:after {
        content: '';
        width: 100%;
        height: 120px;
        background: url(../icons/parallax-pattern.png) no-repeat center;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 1;
    }
}

#ishiparallaxbanner:after {
    /* If media is above 991 */
}

@media (min-width: 992px) {
    #ishiparallaxbanner:after {
        top: auto;
        bottom: 0;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
}

#ishiparallaxbanner .parallax {
    /* If media is below 1200 */
    /* If media is below 992 */
    /* If media is below 543 */
    padding: 250px 0;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px) {
    #ishiparallaxbanner .parallax {
        padding: 200px 0;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    #ishiparallaxbanner .parallax {
        padding: 80px 0;
    }
}

@media (max-width: 544px) {
    #ishiparallaxbanner .parallax {
        padding: 50px 0;
    }
}

#ishiparallaxbanner .parallax .parallax-list {
    /* If media is below 768 */

    float: left;
    position: relative;
    color: #000;
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax .parallax-list {
        float: none;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-discount {
    font-family: iransans;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.4px;
    color: #a8a8a8;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-discount {
        font-size: 24px;
        margin-bottom: 14px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    color: #9363b5;
    letter-spacing: 2px;
    font-family: 'kolocheh', cursive;
    /* If media is below 768 */
    /* If media is below 544 */
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-title {
        font-size: 38px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.04);
    padding: 12px 48px;
    border-radius: 25px;
}

#ishiparallaxbanner .parallax .parallax-list .parallax-btn {
    display: block;
}

    #ishiparallaxbanner .parallax .parallax-list .parallax-btn a {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px 22px;
        border: 0;
        background-color: #ff6f69;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        border-radius: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        #ishiparallaxbanner .parallax .parallax-list .parallax-btn a:hover {
            background-color: #09ccd0;
            color: #fff;
        }

#left-column h3, #right-column h3 {
    margin: 0;
}

#left-column .block-title, #right-column .block-title {
    border: medium none;
    color: #000;
    font: 400 16px/18px 'iransans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: right;
    background: #f5f5f5;
    padding: 15px;
    text-transform: uppercase !important;
    /* If media is below 1200 */
}

@media (max-width: 1199px) {
    #left-column .block-title, #right-column .block-title {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #left-column .collapse, #right-column .collapse {
        display: none;
    }

        #left-column .collapse.show, #right-column .collapse.show {
            display: block;
        }

        #left-column .collapse.data-toggler, #right-column .collapse.data-toggler {
            display: inherit;
        }
}

#left-column #search_filters_wrapper, #right-column #search_filters_wrapper {
    margin-bottom: 30px;
    text-decoration: none;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    #left-column #search_filters_wrapper, #right-column #search_filters_wrapper {
        margin-bottom: 15px;
    }
}

#left-column #search_filters_wrapper .text-uppercase, #right-column #search_filters_wrapper .text-uppercase {
    /* If media is below 992 */
    color: #000;
    font: 400 16px/18px 'iransans', sans-serif;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

@media (max-width: 991px) {
    #left-column #search_filters_wrapper .text-uppercase, #right-column #search_filters_wrapper .text-uppercase {
        margin-bottom: 0;
    }
}

#left-column .category-block-container, #right-column .category-block-container {
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid #eee;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    #left-column .category-block-container, #right-column .category-block-container {
        margin-bottom: 15px;
    }
}

#left-column .category-block-container .text-uppercase, #right-column .category-block-container .text-uppercase {
    color: #000;
    font: 400 16px/18px 'iransans', sans-serif;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 0;
    text-transform: uppercase !important;
}

#left-column .category-block-container .block-categories, #right-column .category-block-container .block-categories {
    background: #fff;
    width: 100%;
}

    #left-column .category-block-container .block-categories a, #right-column .category-block-container .block-categories a {
        color: #232323;
    }

    #left-column .category-block-container .block-categories .category-top-menu, #right-column .category-block-container .block-categories .category-top-menu {
        margin-bottom: 0;
        padding: 15px;
    }

    #left-column .category-block-container .block-categories .category-sub-menu li, #right-column .category-block-container .block-categories .category-sub-menu li {
        position: relative;
    }

        #left-column .category-block-container .block-categories .category-sub-menu li[data-depth="0"] > a, #right-column .category-block-container .block-categories .category-sub-menu li[data-depth="0"] > a {
            font-weight: 400;
            display: inline-block;
            margin: 0.3125rem 0 0;
            padding-bottom: 0.2875rem;
            font-size: 14px;
        }

    #left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu {
        margin-left: 10px;
    }

        #left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"], #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"] {
            margin-bottom: 0.625rem;
        }

        #left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link {
            font-size: 0.875rem;
        }

    #left-column .category-block-container .block-categories .collapse-icons, #right-column .category-block-container .block-categories .collapse-icons {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        cursor: pointer;
    }

        #left-column .category-block-container .block-categories .collapse-icons i, #right-column .category-block-container .block-categories .collapse-icons i {
            font-size: 16px;
            color: #232323;
        }

        #left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add {
            display: none;
        }

        #left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove {
            display: block;
        }

        #left-column .category-block-container .block-categories .collapse-icons .add:hover, #right-column .category-block-container .block-categories .collapse-icons .add:hover {
            color: #000;
        }

        #left-column .category-block-container .block-categories .collapse-icons .remove, #right-column .category-block-container .block-categories .collapse-icons .remove {
            display: none;
        }

            #left-column .category-block-container .block-categories .collapse-icons .remove:hover, #right-column .category-block-container .block-categories .collapse-icons .remove:hover {
                color: #000;
            }

#left-column .products, #right-column .products {
    padding: 10px 0 0;
}

#left-column .product-miniature, #right-column .product-miniature {
    padding: 10px;
}

    #left-column .product-miniature .product-container, #right-column .product-miniature .product-container {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
        width: 100%;
        border: 0;
    }

        #left-column .product-miniature .product-container .image, #right-column .product-miniature .product-container .image {
            float: left;
            margin-right: 10px;
        }

            #left-column .product-miniature .product-container .image .product-thumbnail img, #right-column .product-miniature .product-container .image .product-thumbnail img {
                max-width: 90px;
            }

        #left-column .product-miniature .product-container .product-price-and-shipping, #right-column .product-miniature .product-container .product-price-and-shipping {
            text-align: right;
            opacity: 1;
            font-weight: 500;
            font-family: 'kolocheh', cursive;
        }

            #left-column .product-miniature .product-container .product-price-and-shipping .regular-price, #right-column .product-miniature .product-container .product-price-and-shipping .regular-price {
                color: #000;
                text-decoration: line-through;
            }

            #left-column .product-miniature .product-container .product-price-and-shipping .discount-percentage, #right-column .product-miniature .product-container .product-price-and-shipping .discount-percentage {
                color: #09ccd0;
            }

            #left-column .product-miniature .product-container .product-price-and-shipping .price, #right-column .product-miniature .product-container .product-price-and-shipping .price {
                color: #777;
            }

        #left-column .product-miniature .product-container .product-title, #right-column .product-miniature .product-container .product-title {
            text-align: right;
            border: 0;
            margin-bottom: 0.5rem;
            padding: 0;
        }

            #left-column .product-miniature .product-container .product-title a, #right-column .product-miniature .product-container .product-title a {
                color: #000;
            }

        #left-column .product-miniature .product-container .caption, #right-column .product-miniature .product-container .caption {
            margin-top: 0;
            padding: 0;
            overflow: hidden;
        }

    #left-column .product-miniature:last-child .product-container, #right-column .product-miniature:last-child .product-container {
        border-bottom: 0;
    }

#left-column .all-product-link, #right-column .all-product-link {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    text-align: right;
    display: block;
}

    #left-column .all-product-link i, #right-column .all-product-link i {
        line-height: 0;
        position: relative;
        top: 7px;
    }

#left-column section.featured-products, #right-column section.featured-products {
    /* If media is below 992 */
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #eee;
}

@media (max-width: 991px) {
    #left-column section.featured-products, #right-column section.featured-products {
        margin-bottom: 15px;
    }
}

#left-column section.featured-products .product-container .product-description .product-title a, #right-column section.featured-products .product-container .product-description .product-title a {
    font-size: 14px;
}

#left-column section.featured-products .product-container .product-price-and-shipping .sr-only, #right-column section.featured-products .product-container .product-price-and-shipping .sr-only, #left-column section.featured-products .product-container .product-price-and-shipping .price, #right-column section.featured-products .product-container .product-price-and-shipping .price {
    font-size: 14px;
}

#left-column section.featured-products .product-container .product-price-and-shipping .discount-percentage, #right-column section.featured-products .product-container .product-price-and-shipping .discount-percentage, #left-column section.featured-products .product-container .product-price-and-shipping .discount-amount, #right-column section.featured-products .product-container .product-price-and-shipping .discount-amount {
    padding: 2px;
    font-size: 14px;
}

.block-title, .title {
    position: relative;
    cursor: pointer;
    /***** Filter *****/
}

    .block-title .navbar-toggler, .title .navbar-toggler {
        position: absolute;
        top: 12px;
        right: 15px;
        padding: 0;
    }

        .block-title .navbar-toggler i.add, .title .navbar-toggler i.add {
            display: none;
        }

        .block-title .navbar-toggler i.remove, .title .navbar-toggler i.remove {
            display: block;
        }

    .block-title.collapsed .navbar-toggler i.add, .title.collapsed .navbar-toggler i.add {
        display: block;
    }

    .block-title.collapsed .navbar-toggler i.remove, .title.collapsed .navbar-toggler i.remove {
        display: none;
    }

.clear-all-wrapper {
    padding: 15px 15px;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    margin-bottom: 25px;
    background: white;
    border: 1px solid #eee;
}

    #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
        padding: 0 15px;
        padding-top: 0.625rem;
    }

        #search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
            display: block;
        }

        #search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
            color: #454545;
            font: 500 14px/28px 'iransans', sans-serif;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        #search_filters .facet .h6, #search_filters_brands .facet .h6, #search_filters_suppliers .facet .h6 {
            color: #232323;
        }

        #search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
            margin-bottom: 0;
        }

            #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
                font-size: 14px;
                color: #969696;
                display: inline-block;
                line-height: 28px;
                vertical-align: middle;
            }

    #search_filters .js-search-filters-clear-all, #search_filters_brands .js-search-filters-clear-all, #search_filters_suppliers .js-search-filters-clear-all {
        text-transform: uppercase;
        background-color: #000;
        border-color: #000;
        color: #fff;
        padding: 10px 15px;
    }

        #search_filters .js-search-filters-clear-all i, #search_filters_brands .js-search-filters-clear-all i, #search_filters_suppliers .js-search-filters-clear-all i {
            font-size: 18px;
            line-height: 0;
            position: relative;
            top: 4px;
        }

        #search_filters .js-search-filters-clear-all:hover, #search_filters_brands .js-search-filters-clear-all:hover, #search_filters_suppliers .js-search-filters-clear-all:hover {
            background-color: #09ccd0;
            color: #fff;
            border-color: #09ccd0;
        }

    #search_filters_brands .facet, #search_filters_suppliers .facet {
        padding-top: 0;
    }

        #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
            margin-bottom: 0.3125rem;
        }

.active_filters {
    background: #dededd;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
}

    .active_filters .active-filter-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .active_filters ul {
        display: inline;
        margin: 0;
    }

    .active_filters .filter-block {
        color: #a9a9a9;
        background: white;
        padding: 0.625rem;
        display: inline-block;
        font-size:;
    }

        .active_filters .filter-block .close {
            color: #a9a9a9;
            font-size: 14px;
            opacity: 1;
            margin-top: 1px;
            margin-left: 5px;
        }

.custom-checkbox {
    position: relative;
}

    .custom-checkbox input[type="checkbox"] {
        margin-top: 0.25rem;
        opacity: 0;
        cursor: pointer;
        position: absolute;
    }

        .custom-checkbox input[type="checkbox"] + span {
            margin-right: 3px;
            display: inline-block;
            width: 0.9375rem;
            height: 0.9375rem;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid #ddd;
            background: #fafafa none repeat scroll 0 0;
        }

            .custom-checkbox input[type="checkbox"] + span.active, .custom-checkbox input[type="checkbox"] + span:hover {
                border-color: #333;
            }

        .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
            display: block;
        }

        .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
            display: none;
            margin: -0.25rem -0.125rem;
            font-size: 20px;
            color: #232323;
        }

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper ul {
        list-style: none;
    }

        .bx-wrapper ul.bxslider {
            margin: 0;
            padding: 0;
        }

    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
        /* PAGER */
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: 0.85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
                background: #000;
            }

    .bx-wrapper .bx-pager-item .bx-controls-auto-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
        /* DIRECTION CONTROLS (NEXT / PREV) */
    }

    .bx-wrapper .bx-prev {
        left: 10px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
    }

    .bx-wrapper .bx-controls-direction {
        /* AUTO CONTROLS (START / STOP) */
    }

        .bx-wrapper .bx-controls-direction a {
            position: absolute;
            top: 50%;
            margin-top: -16px;
            outline: 0;
            width: 32px;
            height: 32px;
            text-indent: -9999px;
            z-index: 9999;
        }

            .bx-wrapper .bx-controls-direction a.disabled {
                display: none;
            }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
        /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            margin: 0 3px;
        }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            margin: 0 3px;
        }

    .bx-wrapper .bx-controls {
        /* IMAGE CAPTIONS */
    }

        .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
            text-align: right;
            width: 80%;
        }

        .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
            right: 0;
            width: 35px;
        }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: 0.85em;
            padding: 10px;
        }

@media (min-width: 992px) {
    /*** end Animate ****/
    .hb-animate-element {
        opacity: 0;
    }

        .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
            animation: 1s ease 0s normal none 1 fadeInRight;
            -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
            -moz-animation: 1s ease 0s normal none 1 fadeInRight;
            -o-animation: 1s ease 0s normal none 1 fadeInRight;
            opacity: 1;
        }

    .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
        animation: 1s ease 0s normal none 1 fadeInLeft;
        -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
        -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
        -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
        animation: 1s ease 0s normal none 1 fadeInLeft;
        -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
        -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
        -o-animation: 1s ease 0s normal none 1 fadeInLeft;
        opacity: 1;
    }

    .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
        animation: 1s ease 0s normal none 1 fadeInRight;
        -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
        -moz-animation: 1s ease 0s normal none 1 fadeInRight;
        -o-animation: 1s ease 0s normal none 1 fadeInRight;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
        animation: 1s ease 0s normal none 1 fadeInUp;
        -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
        -moz-animation: 1s ease 0s normal none 1 fadeInUp;
        -o-animation: 1s ease 0s normal none 1 fadeInUp;
        opacity: 1;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
        animation: 1s ease 0s normal none 1 fadeInDown;
        -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
        -moz-animation: 1s ease 0s normal none 1 fadeInDown;
        -o-animation: 1s ease 0s normal none 1 fadeInDown;
        opacity: 1;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
        animation: 1s ease 0s normal none 1 fadeIn;
        -webkit-animation: 1s ease 0s normal none 1 fadeIn;
        -moz-animation: 1s ease 0s normal none 1 fadeIn;
        -o-animation: 1s ease 0s normal none 1 fadeIn;
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated .infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated .hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated .flipOutX, .animated .flipOutY, .animated .bounceIn, .animated .bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.cart-grid {
    margin-bottom: 1rem;
}

.cart-items {
    margin-bottom: 0;
}

.cart-item {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .cart-item:last-child {
        border-bottom: 0;
    }

    .cart-item:hover {
        background: #fafafa;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.cart-summary-line {
    margin-bottom: 10px;
    clear: both;
    /** CART BODY **/
}

    .cart-summary-line .label {
        font-weight: normal;
        white-space: inherit;
        font-size: 13px;
        color: #6a6a6a;
    }

    .cart-summary-line .value {
        float: right;
        font-size: 18px;
        color: #3b3b3b;
    }

    .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
        font-weight: normal;
    }

.cart-grid-body {
    margin-bottom: 0.75rem;
    /** CART RIGHT **/
}

    .cart-grid-body a.label:hover {
        color: #000;
    }

    .cart-grid-body .card-block {
        padding: 15px;
        display: block;
    }

        .cart-grid-body .card-block h1 {
            margin-bottom: 0;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: #232323;
        }

    .cart-grid-body .cart-overview {
        padding: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}

    .cart-grid-right .promo-discounts .cart-summary-line .label {
        color: #55595c;
    }

        .cart-grid-right .promo-discounts .cart-summary-line .label .code {
            text-decoration: underline;
            cursor: pointer;
        }

.cart-grid-right #block-reassurance li .block-reassurance-item {
    text-transform: capitalize;
}

.block-promo {
    /** CONTENT LEFT **/
}

    .block-promo .promo-code {
        padding: 1.6rem;
        background: #818a91;
    }

        .block-promo .promo-code .alert-danger {
            position: relative;
            margin-top: 1.25rem;
            background:;
            color: white;
            display: none;
        }

            .block-promo .promo-code .alert-danger::after {
                bottom: 100%;
                left: 10%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color:;
                border-width: 10px;
                margin-left: -10px;
            }

    .block-promo .promo-input {
        color: #a9a9a9;
        border: #55595c 1px solid;
        height: 2.5rem;
        text-indent: 0.625rem;
        width: 60%;
    }

        .block-promo .promo-input + button {
            margin-top: -4px;
            text-transform: capitalize;
        }

    .block-promo .cart-summary-line .label, .block-promo .promo-name {
        color:;
        font-weight: 600;
    }

        .block-promo .cart-summary-line .label a, .block-promo .promo-name a {
            font-weight: normal;
            color: #a9a9a9;
            display: inline-block;
        }

    .block-promo .promo-code-button {
        padding-left: 1.25rem;
        margin-bottom: 1.25rem;
        display: inline-block;
    }

    .block-promo.promo-highlighted {
        padding: 1.25rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.product-line-grid-left {
    margin: 0 auto;
    text-align: center;
    /** CONTENT BODY **/
}

    .product-line-grid-left img {
        max-width: 100%;
        border: 1px solid #eee;
    }

.product-line-grid-body {
    /** CONTENT LEFT **/
}

    .product-line-grid-body > .product-line-info {
        margin-bottom: 10px;
    }

        .product-line-grid-body > .product-line-info > .label {
            padding: 0;
            line-height: inherit;
            text-align: right;
            white-space: inherit;
            color: #000;
            font-size: 14px;
        }

        .product-line-grid-body > .product-line-info > .out-of-stock {
            color: red;
        }

        .product-line-grid-body > .product-line-info > .available {
            color:;
        }

        .product-line-grid-body > .product-line-info > .unit-price-cart {
            padding-left: 0.3125rem;
            font-size: 0.875rem;
            color: #55595c;
        }

    .product-line-grid-body .product-desc {
        color: #909796;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product-line-grid-body .product-price {
        display: none;
    }

.product-line-grid-right .cart-line-product {
    float: right;
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #3b3b3b;
    line-height: 36px;
    font-size: 19px;
}

    .product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
        background: url(../icons/delete.png) no-repeat center 0;
        width: 19px;
        height: 26px;
        color: #a9a9a9;
        display: inline-block;
        margin-top: 0.3125rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .product-line-grid-right .cart-line-product-actions .remove-from-cart i, .product-line-grid-right .product-price .remove-from-cart i {
            display: none;
        }

        .product-line-grid-right .cart-line-product-actions .remove-from-cart:hover, .product-line-grid-right .product-price .remove-from-cart:hover {
            background-position: center -36px;
        }

.product-line-grid-right .qty {
    display: inline-block;
    vertical-align: middle;
}

    .product-line-grid-right .qty .form-control {
        padding: 10px;
    }

.product-line-grid-right .price {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .product-line-grid-right .price {
        padding: 0;
    }
}

.product-line-grid-right .product_qty_price {
    float: left;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .product-line-grid-right .product_qty_price {
        padding: 0;
    }
}

#cart {
    /* If media is below 768 */
    /*** Responsive part ***/
}

@media (max-width: 767px) {
    #cart .col-xs-4 {
        float: left;
        width: 33.33333%;
    }

    #cart .col-xs-8 {
        float: left;
        width: 66.66667%;
    }

    #cart .col-xs-12 {
        float: left;
        width: 100%;
    }

    #cart .col-xs-10 {
        float: left;
        width: 83.33333%;
    }

    #cart .col-xs-2 {
        float: left;
        width: 16.66667%;
    }

    #cart .col-xs-6 {
        float: left;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product-line-grid-body, .product-line-grid-left {
        margin-bottom: 1rem;
    }
}

@media (max-width: 543px) {
    .cart-item {
        border-bottom: 1px solid #eee;
    }

        .cart-item:last-child {
            border-bottom: 0;
        }

    .cart-grid-body .cart-overview {
        padding: 0;
    }

    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block;
    }

    .product-line-grid-left {
        padding-right: 0 !important;
    }
}

.separator {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
}

.cart-container .separator {
    display: none;
}

@media (min-width: 992px) {
    /*** end Animate ****/
    .hb-animate-element {
        opacity: 0;
    }

        .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
            animation: 1s ease 0s normal none 1 fadeInRight;
            -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
            -moz-animation: 1s ease 0s normal none 1 fadeInRight;
            -o-animation: 1s ease 0s normal none 1 fadeInRight;
            opacity: 1;
        }

    .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
        animation: 1s ease 0s normal none 1 fadeInLeft;
        -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
        -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
        -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
        animation: 1s ease 0s normal none 1 fadeInLeft;
        -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
        -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
        -o-animation: 1s ease 0s normal none 1 fadeInLeft;
        opacity: 1;
    }

    .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
        animation: 1s ease 0s normal none 1 fadeInRight;
        -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
        -moz-animation: 1s ease 0s normal none 1 fadeInRight;
        -o-animation: 1s ease 0s normal none 1 fadeInRight;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
        animation: 1s ease 0s normal none 1 fadeInUp;
        -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
        -moz-animation: 1s ease 0s normal none 1 fadeInUp;
        -o-animation: 1s ease 0s normal none 1 fadeInUp;
        opacity: 1;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
        animation: 1s ease 0s normal none 1 fadeInDown;
        -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
        -moz-animation: 1s ease 0s normal none 1 fadeInDown;
        -o-animation: 1s ease 0s normal none 1 fadeInDown;
        opacity: 1;
    }

    .hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
        animation: 1s ease 0s normal none 1 fadeIn;
        -webkit-animation: 1s ease 0s normal none 1 fadeIn;
        -moz-animation: 1s ease 0s normal none 1 fadeIn;
        -o-animation: 1s ease 0s normal none 1 fadeIn;
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated .infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated .hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated .flipOutX, .animated .flipOutY, .animated .bounceIn, .animated .bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
    /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.card {
    clear: both;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0;
    display: block;
}

section.checkout-step {
    /* If media is above 1199 */
    /* If media is above 991 */
}

    section.checkout-step .step-title {
        text-transform: uppercase;
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #232323;
    }

    section.checkout-step .form-control-label {
        text-align: right;
    }

    section.checkout-step .form-group {
        align-items: center;
    }

    section.checkout-step form#customer-form {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

@media (min-width: 1200px) {
    section.checkout-step .collapse {
        display: none;
    }

        section.checkout-step .collapse.show, section.checkout-step .collapse.in {
            display: inherit;
        }
}

@media (min-width: 992px) {
    section.checkout-step .collapse {
        display: none;
    }

        section.checkout-step .collapse.show, section.checkout-step .collapse.in {
            display: inherit;
        }
}

section.checkout-step .content {
    /* If media is below 544 */
    padding: 0 2.313rem;
    margin-top: 10px;
}

@media (max-width: 543px) {
    section.checkout-step .content {
        padding: 0;
    }
}

section.checkout-step .form-footer {
    text-align: center;
    margin: 8px 0;
}

section.checkout-step .payment-options {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    section.checkout-step .payment-options label {
        display: inline-block;
    }

    section.checkout-step .payment-options .custom-radio {
        margin-right: 10px;
    }

    section.checkout-step .payment-options .payment-option {
        margin-bottom: 0.5rem;
    }

section.checkout-step .payment-form {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}

section.checkout-step .continue {
    margin-top: 10px;
}

#checkout-payment-step .center-block {
    white-space: normal;
}

#cart-summary-product-list .media {
    margin-bottom: 20px;
}

    #cart-summary-product-list .media:last-child {
        margin-bottom: 0;
    }

    #cart-summary-product-list .media .media-left img {
        max-width: 90px;
        margin-right: 10px;
    }

    #cart-summary-product-list .media .product-price {
        font-size: 16px;
        color: #09ccd0;
    }

.card-block-summary-details {
    padding-bottom: 15px;
}

.cart-summary-totals {
    padding-top: 15px;
}

.login-page {
    padding: 20px;
}

    .login-page .block-title {
        margin-bottom: 30px;
        text-align: center;
    }

        .login-page .block-title .title {
            color: #09ccd0;
            font-size: 30px;
            font-weight: 500;
            font-family: 'iransans', sans-serif;
            margin-bottom: 0;
        }

    .login-page .login-form {
        margin-top: 15px;
    }

    .login-page .text-center {
        text-align: center;
    }

    .login-page form {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
        max-width: 640px;
        margin: 0 auto;
        padding: 30px;
    }

        .login-page form .form-control-label {
            text-align: right;
            line-height: 38px;
            /* If media is below 768 */
        }

@media (max-width: 767px) {
    .login-page form .form-control-label {
        text-align: right;
        line-height: 20px;
    }
}

.about-page {
    /* If media is below 768 */
    text-align: center;
    padding: 30px 0 20px;
}

@media (max-width: 767px) {
    .about-page {
        padding: 30px 15px 10px;
    }
}

.about-page .block-title {
    /* If media is below 992 */
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-page .block-title {
        width: 100%;
    }
}

.about-page .block-title p {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

.about-page .home-title {
    padding: 0;
    /* If media is above 991 */
}

@media (min-width: 992px) {
    .about-page .home-title {
        margin-bottom: 40px;
    }
}

.about-page .about-services {
    display: block;
    position: relative;
    overflow: hidden;
}

    .about-page .about-services .service {
        /* If media is below 992 */
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media (max-width: 991px) {
    .about-page .about-services .service {
        margin-bottom: 30px;
    }

        .about-page .about-services .service:last-child {
            margin-bottom: 0;
        }
}

.about-page .about-services .service img {
    margin-bottom: 10px;
}

.about-page .about-services .service h3 {
    color: #242424;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-page .about-services .service p {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}

.about-page .about-services .service:hover h3 {
    color: #09ccd0;
}

.about-page .about-container {
    margin-bottom: 50px;
}

    .about-page .about-container a {
        position: relative;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        /* If media is below 992 */
    }

@media (max-width: 991px) {
    .about-page .about-container a {
        display: inline-block;
    }
}

.about-page .about-container a:after {
    /* If media is below 544 */
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px;
    z-index: -1;
    border: 4px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    .about-page .about-container a:after {
        display: none;
    }
}

.about-page .about-container a img {
    max-width: 100%;
    box-shadow: -4px 4px 5px -3px rgba(0, 0, 0, .2);
}

.about-page .about-container:hover a:after {
    border-color: #09ccd0;
}

.about-page .about-container .about-us {
    /* If media is between 544 and 991 */
    /* If media is below 544 */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
}

@media screen and (min-width: 544px) and (max-width: 991px) {
    .about-page .about-container .about-us {
        margin-bottom: 50px;
    }
}

@media (max-width: 543px) {
    .about-page .about-container .about-us {
        margin-bottom: 30px;
        text-align: center;
    }
}

.about-page .about-container .about-us p {
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    letter-spacing: 0.4px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .about-page .about-container .about-us p {
        text-align: center;
    }
}

#wrapper {
    padding: 30px 0;
    /*** BREADCRUMB ***/
}

#index #wrapper {
    padding: 0;
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block;
}

.breadcrumb-container {
    padding: 60px 0;
    background: url(/assets/images/breadcrumb.jpg) no-repeat top;
    background-attachment: fixed;
    /******* Pagination *******/
}

@media (max-width: 767px) {
    .breadcrumb-container {
        padding: 30px 10px;
    }
}

.breadcrumb-container .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
}

    .breadcrumb-container .breadcrumb .breadcrumb-title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 5px;
        color: #000;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    .breadcrumb-container .breadcrumb ul, .breadcrumb-container .breadcrumb ol {
        margin: 0;
        padding: 0;
    }

    .breadcrumb-container .breadcrumb li {
        display: inline-block;
        vertical-align: middle;
    }

        .breadcrumb-container .breadcrumb li:after {
            content: "-";
            color: #000;
            margin: 0.3125rem;
        }

        .breadcrumb-container .breadcrumb li:last-child:after {
            display: none;
        }

.pagination {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 14px 0;
    background-color: #f5f5f5;
    /* If media is below 544 */
    /****** Category Page ********/
}

@media (max-width: 543px) {
    .pagination {
        display: block;
        overflow: hidden;
    }
}

.pagination .pagination-desc {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .pagination .pagination-desc {
        text-align: center;
    }
}

.pagination .pagination-right {
    float: right;
    text-align: right;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .pagination .pagination-right {
        text-align: center;
    }
}

.pagination .page-list {
    padding: rem(10px) 0;
    margin-bottom: 0;
}

    .pagination .page-list li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .pagination .page-list .pagination-lbl {
        display: none;
    }

.pagination a {
    margin: 0 auto;
    font-weight: 600;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
}

    .pagination a:hover {
        color: #fff;
        background-color: #000;
    }

    .pagination a:not(.previous):not(.next) {
        letter-spacing: 0.125rem;
    }

.pagination .previous {
    float: left;
    padding: 5px;
}

.pagination .next {
    float: right;
    padding: 5px;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination .current a {
    background-color: #09ccd0;
    text-decoration: none;
    color: #fff;
}

.block-category {
    margin-bottom: 1.563rem;
    padding: 0;
    border: none;
}

    .block-category .category-cover img {
        max-width: 100%;
    }

.category-info .h1 {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 600;
    color: #232323;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .category-info .h1 {
        font-size: 26px;
        line-height: 1;
    }
}

.category-info #category-description {
    margin-bottom: 1rem;
}

    .category-info #category-description p {
        color: #323;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.8px;
        line-height: 20px;
        margin-bottom: 0;
    }

        .category-info #category-description p:first-child {
            margin-bottom: 1.25rem;
        }

#products.category-product-info {
    padding: 0;
    color: #7a7a7a;
}

#product-list-top {
    padding: 14px 15px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

    #product-list-top .products-selection .title {
        color: #373a3c;
    }

.products-selection .sort-by-row {
    display: flex;
    align-items: center;
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
}

.products-selection .total-products {
    padding-top: 0.625rem;
    position: relative;
    top: 3px;
}

    .products-selection .total-products p {
        margin-top: 2px;
    }

.products-selection h1 {
    padding-top: 0.625rem;
}

.products-sort-order {
    color: #323;
}

    .products-sort-order .select-title {
        display: inline-block;
        width: 100%;
        color: #232323;
        background: white;
        padding: 0.625rem;
        cursor: pointer;
        line-height: 22px;
        border: 1px solid #eee;
    }

        .products-sort-order .select-title i {
            float: right;
        }

    .products-sort-order .select-list {
        display: block;
        color: #a9a9a9;
        padding: 10px;
    }

        .products-sort-order .select-list:hover {
            background: #000;
            color: white;
            text-decoration: none;
        }

    .products-sort-order .dropdown-menu {
        left: auto;
        width: 90%;
        background: #fff;
        border: none;
        border-radius: 0;
        box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

#js-product-list-top .layout-options {
    display: block;
    float: left;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

    #js-product-list-top .layout-options > span {
        width: 22px;
        height: 22px;
        display: inline-block;
        cursor: pointer;
        margin: 1px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    #js-product-list-top .layout-options #grid-view {
        background: url('../icons/layout_sprite.png') no-repeat 0px 0px;
    }

        #js-product-list-top .layout-options #grid-view:hover {
            background-position: 0px -33px;
        }

        #js-product-list-top .layout-options #grid-view.checked {
            background-position: 0px -33px;
        }

    #js-product-list-top .layout-options #list-view {
        background: url('../icons/layout_sprite.png') no-repeat -37px 1px;
    }

        #js-product-list-top .layout-options #list-view:hover {
            background-position: -37px -32px;
        }

        #js-product-list-top .layout-options #list-view.checked {
            background-position: -37px -32px;
        }

.open > .dropdown-menu {
    display: block;
    /*** Responsive part ***/
}

@media (max-width: 991px) {
    #left-column, #right-column {
        width: 100%;
    }

        #left-column #search_filter_controls, #right-column #search_filter_controls {
            text-align: center;
            margin-bottom: 1rem;
        }

            #left-column #search_filter_controls button, #right-column #search_filter_controls button {
                margin: 0 0.5rem;
            }

        #left-column #search_filters, #right-column #search_filters {
            margin-bottom: 15px;
            box-shadow: none;
            padding: 0;
            border-top: 1px solid #eee;
        }

            #left-column #search_filters .facet, #right-column #search_filters .facet {
                padding-top: 0;
                border-bottom: 1px solid #eee;
            }

                #left-column #search_filters .facet .title, #right-column #search_filters .facet .title {
                    cursor: pointer;
                    color: #232323;
                }

                    #left-column #search_filters .facet .block-title .navbar-toggler i.add, #right-column #search_filters .facet .block-title .navbar-toggler i.add, #left-column #search_filters .facet .title .navbar-toggler i.add, #right-column #search_filters .facet .title .navbar-toggler i.add {
                        display: none;
                    }

                    #left-column #search_filters .facet .block-title .navbar-toggler i.remove, #right-column #search_filters .facet .block-title .navbar-toggler i.remove, #left-column #search_filters .facet .title .navbar-toggler i.remove, #right-column #search_filters .facet .title .navbar-toggler i.remove {
                        display: block;
                    }

                    #left-column #search_filters .facet .block-title.collapsed .navbar-toggler i.add, #right-column #search_filters .facet .block-title.collapsed .navbar-toggler i.add, #left-column #search_filters .facet .title.collapsed .navbar-toggler i.add, #right-column #search_filters .facet .title.collapsed .navbar-toggler i.add {
                        display: block;
                    }

                    #left-column #search_filters .facet .block-title.collapsed .navbar-toggler i.remove, #right-column #search_filters .facet .block-title.collapsed .navbar-toggler i.remove, #left-column #search_filters .facet .title.collapsed .navbar-toggler i.remove, #right-column #search_filters .facet .title.collapsed .navbar-toggler i.remove {
                        display: none;
                    }

                #left-column #search_filters .facet .facet-title, #right-column #search_filters .facet .facet-title {
                    color: #a9a9a9;
                    text-transform: uppercase;
                }

                #left-column #search_filters .facet .h6, #right-column #search_filters .facet .h6 {
                    margin-bottom: 0;
                    padding: 0.625rem;
                    display: inline-block;
                }

                #left-column #search_filters .facet .navbar-toggler, #right-column #search_filters .facet .navbar-toggler {
                    display: inline-block;
                }

                #left-column #search_filters .facet .collapse, #right-column #search_filters .facet .collapse {
                    display: none;
                }

                    #left-column #search_filters .facet .collapse.show, #right-column #search_filters .facet .collapse.show {
                        display: block;
                    }

                #left-column #search_filters .facet .facet-label a, #right-column #search_filters .facet .facet-label a {
                    margin-top: 0;
                }

                #left-column #search_filters .facet ul, #right-column #search_filters .facet ul {
                    margin-bottom: 0;
                }

                    #left-column #search_filters .facet ul li, #right-column #search_filters .facet ul li {
                        padding: 6px 15px;
                    }

                    #left-column #search_filters .facet ul#facet_91982, #right-column #search_filters .facet ul#facet_91982 {
                        margin: 0 15px 15px;
                    }

    #content-wrapper {
        width: 100%;
    }

    #search_filter_toggler {
        width: 100%;
    }

    .products-sort-order .select-title {
        margin-left: 0;
    }

    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem;
    }

    .products-selection .showing {
        padding-top: 1rem;
    }

    #prices-drop #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .products-selection .filter-button {
        padding-left: 0;
    }
}

#content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.productfullldetails .product-title {
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .productfullldetails .product-title {
        font-size: 20px;
    }
}

.breadcrumb-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 14px;
    color: #000;
    text-transform: capitalize;
    border: 0;
    padding: 0;
}

.form-control-select {
    -moz-appearance: menulist;
    background: none;
}

.product-price {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 24px;
}

#product-description-short {
    color: #a9a9a9;
}

.product-information {
    font-size: 14px;
    color: #a9a9a9;
}

    .product-information p {
        margin-bottom: 15px;
        color: #323;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.8px;
        line-height: 20px;
    }

    .product-information .manufacturer-logo {
        height: 35px;
    }

    .product-information .product-description img {
        max-width: 100%;
        height: auto;
    }

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}

.input-container {
    position: relative;
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

    .input-color:checked + span, .input-radio:checked + span, .input-color:hover + span, .input-radio:hover + span {
        border: 2px solid #a9a9a9;
    }

.radio-label {
    background: white;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 2px solid white;
}

.product-actions .control-label {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #232323;
}

.product-actions .add-to-cart {
    /* If media is below 544 */
    line-height: inherit;
    text-transform: uppercase;
    padding: 9px 25px;
    background-color: #000;
    border-color: #000;
}

@media (max-width: 543px) {
    .product-actions .add-to-cart {
        padding: 10px 19px;
    }
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit;
    display: none;
}

.product-actions .add-to-cart:hover {
    background-color: #09ccd0;
    border-color: #09ccd0;
}

.product-quantity-selector {
    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    height: auto;
    border: 1px solid #ededed;
}

    .product-quantity-selector p {
        margin-right: 35px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
        color: #505050;
    }

    .product-quantity-selector span {
        display: none;
    }

    .product-quantity-selector i {
        font-size: 18px;
        color: #808080;
        cursor: pointer;
    }

    .product-quantity-selector .dec {
        margin-right: 5px;
    }

    .product-quantity-selector .inc {
        margin-left: 5px;
    }

    .product-quantity-selector .quantity {
        margin: 0;
        padding: 0;
        width: auto;
        min-width: 0;
        border: none;
        width: 30px;
        font-size: 18px;
        text-align: center;
    }

.product-quantity {
    display: block;
}

    .product-quantity .add, .product-quantity .wishlist_login {
        float: left;
        display: inline-flex;
        margin-bottom: 15px;
    }

    .product-quantity .add {
        margin-right: 5px;
    }

    .product-quantity .wishlist_login a {
        position: relative;
        padding: 0;
        background-color: #09ccd0;
        border: 1px solid #09ccd0;
        border-radius: 50%;
        width: 37px;
        height: 37px;
        fill: #fff;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .product-quantity .wishlist_login a span {
            display: none;
        }

    .product-quantity .wishlist_login:hover a {
        background-color: #000;
        border-color: #000;
    }

    .product-quantity .input-group-btn-vertical {
        float: left;
    }

        .product-quantity .input-group-btn-vertical .btn {
            padding: 0.5rem 0.6875rem;
        }

            .product-quantity .input-group-btn-vertical .btn i {
                font-size: 1rem;
                top: 0.125rem;
                left: 0.1875rem;
            }

    .product-quantity .btn-touchspin {
        height: 1.438rem;
    }

.product-discounts {
    margin-bottom: 0;
}

    .product-discounts > .product-discounts-title {
        font-weight: normal;
        font-size:;
    }

    .product-discounts > .table-product-discounts thead tr th {
        width: 33%;
        padding: 0.625rem 1.25rem;
        background: white;
        border: 0.3125rem #818a91 solid;
        text-align: center;
    }

    .product-discounts > .table-product-discounts tbody tr {
        background: #eee;
    }

        .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
            background: white;
        }

        .product-discounts > .table-product-discounts tbody tr td {
            padding: 0.625rem 1.25rem;
            text-align: center;
            border: 0.3125rem #818a91 solid;
        }

.product-prices {
    font-weight: 400;
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}

    .product-prices div {
        display: inline-block;
        vertical-align: middle;
    }

    .product-prices .tax-shipping-delivery-label {
        font-size: 0.8125rem;
        color: #55595c;
    }

        .product-prices .tax-shipping-delivery-label .delivery-information {
            padding: 0 0 0 2px;
        }

            .product-prices .tax-shipping-delivery-label .delivery-information::before {
                content: "-";
                padding: 0 2px 0 0;
            }

.product-discount {
    color: #878787;
    margin-bottom: 0;
}

    .product-discount .regular-price {
        text-decoration: line-through;
        font-weight: 500;
        margin-right: 0.625rem;
        font-size: 18px;
    }

.product-line-info {
    margin-bottom: 8px;
}

    .product-line-info .value {
        color: #acaaa6;
    }

.has-discount.product-price, .has-discount p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.has-discount .discount {
    background: #f1f1f1;
    color: #000;
    padding: 7px 11px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 0 8px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.product-unit-price {
    font-size:;
    margin-bottom: 0;
}

.tabs {
    /* If media is below 992 */
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .tabs {
        margin-bottom: 30px;
    }
}

.tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

@media (max-width: 543px) {
    .tabs .nav-tabs {
        margin-bottom: 20px;
    }
}

.tabs .nav-tabs .nav-link {
    color: #000;
    padding-left: 1px;
    padding-right: 1px;
    padding: 8px 12px;
    border: 1px solid #e4e4e4;
    background: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
}

    .tabs .nav-tabs .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        bottom: -9px;
        margin: 0 auto;
        border-style: solid;
        border-width: 8px 10px 0 10px;
        border-color: transparent transparent transparent transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media (max-width: 543px) {
    .tabs .nav-tabs .nav-link {
        padding: 8px 4px;
        font-size: 13px;
    }
}

.tabs .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: -0.125rem;
    text-transform: uppercase;
    margin-left: 10px;
}

    .tabs .nav-tabs .nav-item.active .nav-link {
        border-color: #09ccd0;
        background: #09ccd0;
        color: #fff;
    }

        .tabs .nav-tabs .nav-item.active .nav-link:before {
            border-color: #09ccd0 transparent transparent transparent;
        }

    .tabs .nav-tabs .nav-item:hover .nav-link {
        border-color: #09ccd0;
        background: #09ccd0;
        color: #fff;
    }

        .tabs .nav-tabs .nav-item:hover .nav-link:before {
            border-color: #09ccd0 transparent transparent transparent;
        }

    .tabs .nav-tabs .nav-item:focus .nav-link {
        color: #fff;
    }

@media (max-width: 543px) {
    .tabs .nav-tabs .nav-item {
        margin-left: 6px;
        margin-bottom: 13px;
    }
}

.tabs .nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.tabs #tab-content {
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-align: center;
}

    .tabs #tab-content .tab-pane p {
        line-height: 28px;
        color: gray;
        margin-bottom: 0;
        letter-spacing: 0.8px;
    }

.product-cover {
    margin-bottom: 1.25rem;
    position: relative;
}

    .product-cover #product-zoom {
        cursor: crosshair;
    }

    .product-cover img {
        background: white;
    }

.product-images > li.thumb-container {
    display: inline;
}

    .product-images > li.thumb-container > .thumb {
        cursor: pointer;
        margin-bottom: 0.625rem;
    }

.images-container .product-images > li.thumb-container > .thumb {
    margin-right: 0.8125rem;
}

#main .images-container {
    overflow: hidden;
}

    #main .images-container .js-qv-mask {
        white-space: nowrap;
        overflow: hidden;
    }

        #main .images-container .js-qv-mask.scroll {
            width: 450px;
            margin: 0 auto;
        }

@media (max-width: 1199px) {
    #main .images-container .js-qv-mask.scroll {
        width: 350px;
    }
}

@media (max-width: 991px) {
    #main .images-container .js-qv-mask.scroll {
        width: 230px;
    }
}

@media (max-width: 767px) {
    #main .images-container .js-qv-mask.scroll {
        width: 350px;
    }
}

@media (max-width: 543px) {
    #main .images-container .js-qv-mask.scroll {
        width: 230px;
    }
}

.scroll-box-arrows {
    display: none;
}

    .scroll-box-arrows i {
        position: absolute;
        bottom: 5%;
        height: 100px;
        line-height: 100px;
        cursor: pointer;
    }

    .scroll-box-arrows .left {
        left: 0;
    }

    .scroll-box-arrows .right {
        right: 0;
    }

.mask {
    padding: 0 15px;
    padding-bottom: 10px;
}

    .mask .owl-nav .owl-prev, .mask .owl-nav .owl-next {
        left: -15px;
        right: auto;
        position: absolute;
        top: 35%;
        margin: 0;
        width: 30px;
        height: 30px;
    }

        .mask .owl-nav .owl-prev i, .mask .owl-nav .owl-next i {
            font-size: 12px;
        }

            .mask .owl-nav .owl-prev i:before, .mask .owl-nav .owl-next i:before {
                font-size: 12px;
                line-height: 28px;
            }

            .mask .owl-nav .owl-prev i:after, .mask .owl-nav .owl-next i:after {
                display: none;
            }

    .mask .owl-nav .owl-next {
        right: -15px;
        left: auto;
    }

#product-availability {
    display: flex;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    align-items: center;
    color: #000;
}

    #product-availability .material-icons {
        line-height: inherit;
        line-height: 22px;
    }

    #product-availability .product-available {
        color: #4cbb6c;
        margin-right: 3px;
    }

#product-details .product-manufacturer {
    margin-bottom: 15px;
}

#product-details .label {
    font-weight: 500;
    margin-right: 10px;
    color: #444;
    margin-bottom: 12px;
}

#product-details span {
    color: #969696;
    line-height: 20px;
}

.product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
    text-align: center;
}

    .product-features > dl.data-sheet {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

        .product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
            flex: 1 0 40%;
            font-weight: normal;
            background: #ebebeb;
            padding: 0.625rem;
            margin-right: 0.625rem;
            min-height: 2.5rem;
            word-break: normal;
            text-transform: capitalize;
            margin-bottom: 0.5rem;
            align-items: center;
            justify-content: center;
            display: flex;
        }

            .product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
                background: #f6f6f6;
            }

.product-variants > .product-variants-item {
    margin-bottom: 16px;
}

    .product-variants > .product-variants-item:last-child {
        margin-bottom: 12px;
    }

    .product-variants > .product-variants-item select {
        background-color: white;
        width: auto;
        padding-right: 1.875rem;
        height: 2.625rem;
        padding-left: 5px;
        border: 1px solid #ededed;
    }

    .product-variants > .product-variants-item ul {
        margin-bottom: 0;
    }

    .product-variants > .product-variants-item label {
        margin-bottom: 0;
    }

    .product-variants > .product-variants-item ul li {
        margin-right: 2px;
        display: inline-block;
        vertical-align: middle;
    }

    .product-variants > .product-variants-item .color {
        margin-left: 0;
        margin-top: 0;
    }

    .product-variants > .product-variants-item .color, .product-variants > .product-variants-item .custom-checkbox input[type="checkbox"] + span.color {
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        cursor: pointer;
        background: #fafafa none repeat scroll 0 0;
        display: inline-block;
        justify-content: center;
        margin-right: 5px;
        width: 20px;
        border: 2px solid #000;
    }

.product-add-to-cart {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-flags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

li.product-flag {
    position: absolute;
    display: block;
    padding: 5px 7px;
    color: #a9a9a9;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
}

    li.product-flag.discount, li.product-flag.on-sale {
        top: 10px;
        right: 10px;
    }

    li.product-flag.new {
        top: 10px;
        left: 10px;
    }

    li.product-flag.online-only {
        left: 10px;
        bottom: 10px;
        display: none;
    }

        li.product-flag.online-only::before {
            content: "\E30A";
            font-family: 'Material Icons';
            vertical-align: -2px;
            margin: 5px;
            font-size: 12px;
        }

    li.product-flag.pack {
        color: #000;
        right: 10px;
        top: 30px;
    }

.product-additional-info {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .product-additional-info .social-sharing {
        margin-bottom: 15px;
    }

        .product-additional-info .social-sharing span {
            display: block;
            margin-bottom: 0.375rem;
            font-weight: 500;
            color: #000;
        }

        .product-additional-info .social-sharing ul {
            margin-bottom: 0;
        }

        .product-additional-info .social-sharing li {
            height: 35px;
            width: 60px;
            display: inline-block;
            background-color: #fff;
            cursor: pointer;
            margin-right: 4px;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

            .product-additional-info .social-sharing li a {
                display: block;
                width: 100%;
                height: 100%;
                white-space: nowrap;
                text-align: center;
                line-height: 38px;
                text-indent: unset;
                overflow: hidden;
            }

                .product-additional-info .social-sharing li a:before {
                    display: inline-block;
                    vertical-align: middle;
                    font-family: FontAwesome;
                    font-weight: 400;
                    position: relative;
                    font-size: 18px;
                    line-height: 33px;
                    color: #fff;
                }

                .product-additional-info .social-sharing li a:hover {
                    color: transparent;
                }

            .product-additional-info .social-sharing li.facebook {
                background-color: #3b5999;
            }

                .product-additional-info .social-sharing li.facebook a:before {
                    content: "";
                }

            .product-additional-info .social-sharing li.twitter {
                background-color: #00aced;
            }

                .product-additional-info .social-sharing li.twitter a:before {
                    content: "\f099";
                }

            .product-additional-info .social-sharing li.googleplus {
                background-color: #dc473b;
            }

                .product-additional-info .social-sharing li.googleplus a:before {
                    content: "\f0d5";
                }

            .product-additional-info .social-sharing li.pinterest {
                background-color: #cb2027;
            }

                .product-additional-info .social-sharing li.pinterest a:before {
                    content: "\f231";
                }

            .product-additional-info .social-sharing li:hover {
                background: #09ccd0;
            }

    .product-additional-info .paymentlogo-container {
        padding: 0;
        float: left;
        text-align: right;
    }

        .product-additional-info .paymentlogo-container span {
            display: block;
            margin-bottom: 10px;
            font-weight: 500;
            color: #000;
        }

        .product-additional-info .paymentlogo-container img {
            margin: 1px 4px 7px 4px;
            padding: 2px;
            box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
        }

@media (max-width: 991px) {
    /*========================== You Might Also Like Block ==========================*/
    .product-cover img {
        width: 100%;
    }
}

.product-block-information .product-title {
    font-size: 1.125rem;
    padding-bottom: 0;
    border-bottom: medium none;
    margin-bottom: 0.5rem;
}

.product-accessories-block {
    /* If media is below 992 */
    /* If media is below 543 */
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .product-accessories-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 543px) {
    .product-accessories-block {
        padding: 0 5px;
    }
}

.product-accessories-block .owl-nav {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .product-accessories-block .owl-nav {
        margin-top: 10px;
    }
}

.product-accessories-block .owl-nav .owl-prev i:after, .product-accessories-block .owl-nav .owl-next i:after {
    display: none;
}

#product, #leftsidebarproduct, #rightsidebarproduct {
    /*========================== block-reassurance ==========================*/
}

    #product #ishispecialproducts, #leftsidebarproduct #ishispecialproducts, #rightsidebarproduct #ishispecialproducts {
        display: block;
        width: 100%;
        overflow: hidden;
    }

#block-reassurance {
    margin-bottom: 30px;
    /*----------------product review form--------------*/
}

    #block-reassurance.block-reassurance-cart {
        margin-bottom: 0;
    }

    #block-reassurance img {
        opacity: 0.9;
        width: rem(25px);
        margin-right: rem(10px);
    }

    #block-reassurance li {
        margin-bottom: 7px;
    }

        #block-reassurance li:last-child {
            margin-bottom: 0;
        }

        #block-reassurance li .block-reassurance-item {
            padding: 15px;
            border-left: 3px solid #09ccd0 !important;
            border: 1px solid #e9e9e9;
            background: #f7f8fa;
            text-transform: capitalize;
        }

    #block-reassurance span {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }

#tab-review {
    text-align: right;
}

    #tab-review h2 {
        margin: 10px 0 15px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    #tab-review .form-group {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 15px;
    }

    #tab-review .control-label {
        padding: 7px 0 5px;
        margin-right: 10px;
    }

    #tab-review .custom-radio {
        margin-right: 7px;
    }

    #tab-review .help-block {
        display: block;
        margin: 10px 0;
        color: #737373;
    }

#contact #wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
}

.contact-form-information {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .contact-form-information {
        padding-bottom: 50px;
    }
}

.contact-form-information .contact-banner {
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .contact-form-information .contact-banner {
        text-align: center;
    }
}

.contact-form-information .contact-banner .image-container {
    position: relative;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .contact-form-information .contact-banner .image-container {
        display: inline-block;
        vertical-align: middle;
    }
}

.contact-form-information .contact-banner .image-container a {
    display: block;
    position: relative;
}

    .contact-form-information .contact-banner .image-container a:after {
        border-color: #f4f1e2;
        border-style: solid;
        border-width: 4px;
        content: "";
        height: 100%;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 100%;
        z-index: -1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        /* If media is below 768 */
    }

@media (max-width: 767px) {
    .contact-form-information .contact-banner .image-container a:after {
        display: none;
    }
}

.contact-form-information .contact-banner .image-container a:hover:after {
    border-color: #3eacc7;
}

.contact-form-information .contact-banner .image-container img {
    max-width: 100%;
    width: 100%;
}

.contact-form-information .information-container {
    text-align: right;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .contact-form-information .information-container {
        text-align: center;
    }
}

.contact-form-information .information-container .list-contact-info .contact_info_item {
    float: left;
    /* If media is below 543 */
}

@media (max-width: 544px) {
    .contact-form-information .information-container .list-contact-info .contact_info_item {
        width: 100%;
        float: none;
    }
}

.contact-form-information .information-container .list-contact-info .contact_info_item h3 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 10px;
    line-height: 1.1;
    font-family: 'kolocheh', cursive;
    text-transform: capitalize;
}

.contact-form-information .information-container .list-contact-info .contact_info_item p, .contact-form-information .information-container .list-contact-info .contact_info_item a {
    color: #696969;
    line-height: 25px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    font-family: 'iransans', sans-serif;
}

    .contact-form-information .information-container .list-contact-info .contact_info_item p a:hover, .contact-form-information .information-container .list-contact-info .contact_info_item a a:hover {
        color: #09ccd0;
    }

.contact-form-information .information-container .list-contact-info .contact_info_item:nth-child(3) {
    clear: left;
}

.contact-form-information .information-container .list-contact-info .block-social {
    margin: 0;
    text-align: right;
    top: 0;
    padding: 0 15px;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .contact-form-information .information-container .list-contact-info .block-social {
        text-align: center;
    }
}

.contact-form-information .information-container .list-contact-info .block-social li {
    display: inline-block;
    vertical-align: middle;
}

    .contact-form-information .information-container .list-contact-info .block-social li a:before {
        font-size: 16px;
    }

    .contact-form-information .information-container .list-contact-info .block-social li a i {
        font-size: 14px;
        color: #fff;
        line-height: 34px;
    }

    .contact-form-information .information-container .list-contact-info .block-social li a .socialicon-label {
        display: none;
    }

.title-container {
    padding: 16px 30px;
    padding-right: 0;
    margin-bottom: 45px;
    /* If media is below 768 */
}

@media (max-width: 767px) {
    .title-container {
        margin-bottom: 10px;
    }
}

.title-container .heading {
    color: #444;
    font-size: 40px;
    display: block;
    letter-spacing: 0.1em;
    font-family: 'iransans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 10px;
    line-height: 1.1;
    /* If media is below 543 */
}

@media (max-width: 544px) {
    .title-container .heading {
        font-size: 25px;
    }
}

.title-container .subheading {
    color: #09ccd0;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.1em;
    /* If media is below 543 */
}

@media (max-width: 544px) {
    .title-container .subheading {
        font-size: 15px;
    }
}

.contact-form-bottom {
    padding: 15px;
}

    .contact-form-bottom .title-container {
        text-align: center;
    }

    .contact-form-bottom .form-field label {
        display: none;
    }

    .contact-form-bottom .form-field textarea, .contact-form-bottom .form-field input {
        margin-bottom: 15px;
    }

    .contact-form-bottom .submit-button {
        margin: 0 auto;
        text-align: center;
    }

        .contact-form-bottom .submit-button .btn {
            margin: 0;
        }

#content-wrapper #smartblogcat {
    margin-bottom: 30px !important;
}

    #content-wrapper #smartblogcat .sdsarticleCat {
        /* If media is below 992 */
        overflow: hidden;
        margin-bottom: 30px;
        text-align: right;
    }

@media (max-width: 991px) {
    #content-wrapper #smartblogcat .sdsarticleCat {
        text-align: center;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat:last-child > div {
    margin-bottom: 0;
}

#content-wrapper #smartblogcat .sdsarticleCat .articleContent {
    margin-bottom: 0;
}

    #content-wrapper #smartblogcat .sdsarticleCat .articleContent img {
        max-width: 100%;
    }

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
    /* If media is below 992 */
    position: relative;
    top: 18px;
}

@media (max-width: 991px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
        top: 0;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {
    /* If media is below 992 */
    float: left;
}

@media (max-width: 991px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {
        float: none;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
    margin: 15px 0;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
        margin: 10px 0;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader p {
    margin-bottom: 0;
}

    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader p a {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        font-weight: 400;
        text-decoration: none;
        line-height: 24px;
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader p a {
        font-size: 17px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
        margin-bottom: 10px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    text-transform: capitalize;
    color: #09ccd0;
    line-height: 25px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {
        font-size: 14px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span a, #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span i {
    color: #09ccd0;
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
    display: block;
    margin-bottom: 15px;
    color: #666;
    line-height: 24px;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
        margin-bottom: 10px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsreadMore a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#right-column section, #left-column section {
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #eee;
}

#right-column #blogarticle-container, #left-column #blogarticle-container {
    margin-top: 20px;
}

#right-column .description, #left-column .description {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

    #right-column .description:last-child, #left-column .description:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    #right-column .description .blog-artical, #left-column .description .blog-artical {
        float: left;
        display: inline-block;
        margin-right: 8px;
    }

        #right-column .description .blog-artical img, #left-column .description .blog-artical img {
            max-width: 80px;
        }

    #right-column .description .blog-desc, #left-column .description .blog-desc {
        display: inline-block;
        width: 60%;
        /* If media is between 992 and 1199 */
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #right-column .description .blog-desc, #left-column .description .blog-desc {
        width: 50%;
    }
}

#right-column .description .blog-desc p, #left-column .description .blog-desc p {
    color: #151515;
    font-size: 15px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#right-column .description .blog-desc .smart-desc, #left-column .description .blog-desc .smart-desc {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

    #right-column .description .blog-desc .smart-desc .meta-date, #left-column .description .blog-desc .smart-desc .meta-date {
        font-size: 12px;
        color: #666;
        font-style: italic;
        display: inline-block;
        vertical-align: middle;
    }

    #right-column .description .blog-desc .smart-desc .meta-likes, #left-column .description .blog-desc .smart-desc .meta-likes {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #666;
        font-style: italic;
    }

        #right-column .description .blog-desc .smart-desc .meta-likes i, #left-column .description .blog-desc .smart-desc .meta-likes i {
            color: #f27482;
            font-size: 12px;
        }

            #right-column .description .blog-desc .smart-desc .meta-likes i span, #left-column .description .blog-desc .smart-desc .meta-likes i span {
                color: #666;
            }

            #right-column .description .blog-desc .smart-desc .meta-likes i:hover, #left-column .description .blog-desc .smart-desc .meta-likes i:hover {
                color: #ed4b5c;
            }

#right-column .popular-blog #tag-container, #left-column .popular-blog #tag-container {
    margin: 18px 10px;
}

#right-column .popular-blog ul li, #left-column .popular-blog ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #eee;
    margin: 4px 2px;
    cursor: poiner;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    #right-column .popular-blog ul li a, #left-column .popular-blog ul li a {
        color: #000;
    }

    #right-column .popular-blog ul li:hover, #left-column .popular-blog ul li:hover {
        background-color: #09ccd0;
        border-color: #09ccd0;
    }

        #right-column .popular-blog ul li:hover a, #left-column .popular-blog ul li:hover a {
            color: #fff;
        }

.block .articleContent {
    margin-bottom: 15px;
    overflow: hidden;
}

    .block .articleContent .single-blogpost-img {
        margin-bottom: 30px;
    }

    .block .articleContent .page-item-title .h3 {
        margin-bottom: 20px;
        text-transform: none;
        color: #09ccd0;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.2em;
        font-family: 'iransans', sans-serif;
    }

    .block .articleContent .page-item-title h2 {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #15110d;
        line-height: 1.2em;
        font-family: 'iransans', sans-serif;
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    .block .articleContent .page-item-title h2 {
        font-size: 25px;
    }
}

.block .articleContent .post-info {
    margin-bottom: 10px;
    /* If media is above 543 */
}

@media (min-width: 544px) {
    .block .articleContent .post-info {
        display: flex;
        align-items: center;
    }
}

.block .articleContent .post-info > li {
    margin: 0 30px 10px 0;
    display: flex;
    padding: 0;
    align-items: center;
    font-size: 14px;
    color: #505050;
    font-weight: 300;
    position: relative;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'iransans', sans-serif;
}

.block .articleContent .post-info a {
    color: #505050;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: 'iransans', sans-serif;
}

.block .articleContent .post-info .fa {
    padding-right: 5px;
    color: #09ccd0;
}

.block .articleContent a img {
    max-width: 100%;
    height: auto;
}

.block .articleContent .sdsarticle-des p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #505050;
    letter-spacing: 0;
    font-family: 'iransans', sans-serif;
}

.block .articleContent .sdsarticle-des .h4 {
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    color: #15110d;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .block .articleContent .sdsarticle-des .h4 {
        font-size: 16px;
        line-height: 25px;
    }
}

.smartblogcomments h2, .smartblogcomments .h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #15110d;
    line-height: 1.2em;
    font-family: 'iransans', sans-serif;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .smartblogcomments h2, .smartblogcomments .h2 {
        font-size: 25px;
    }
}

.smartblogcomments .comment-list {
    margin: 0 0 50px 0;
    padding: 0;
}

    .smartblogcomments .comment-list li .comment-content {
        /* If media is above 543 */
        /* If media is below 544 */
    }

@media (min-width: 544px) {
    .smartblogcomments .comment-list li .comment-content {
        display: flex;
        margin-bottom: 35px;
    }
}

@media (max-width: 543px) {
    .smartblogcomments .comment-list li .comment-content {
        margin: 0 auto 20px;
        text-align: center;
    }
}

.smartblogcomments .comment-list li .avatar {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .smartblogcomments .comment-list li .avatar {
        margin-right: 0;
        margin: 0 auto 20px;
    }
}

.smartblogcomments .comment-list li img {
    max-width: 100%;
}

.smartblogcomments .comment-list li time {
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'kolocheh', cursive;
    color: #30271c;
}

.smartblogcomments .comment-list li .h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    color: #30271c;
    text-transform: uppercase;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .smartblogcomments .comment-list li .h3 {
        text-align: center;
    }
}

.smartblogcomments .comment-list li p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #505050;
    letter-spacing: 0;
    font-family: 'iransans', sans-serif;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .smartblogcomments .comment-list li p {
        text-align: justify;
    }
}

.smartblogcomments #smartblogcomments .commentform {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.smartblogcomments #smartblogcomments textarea {
    height: 180px;
}

.smartblogcomments #smartblogcomments input {
    line-height: 16px;
}

.smartblogcomments #smartblogcomments textarea, .smartblogcomments #smartblogcomments input {
    margin-bottom: 30px;
}

#blog_post #wrapper {
    padding: 30px 0 50px;
}

.error_page {
    text-align: center;
    padding: 100px 0;
}

    .error_page h1, .error_page .title {
        font-size: 100px;
        font-family: 'Marcellus', serif;
        color: #09ccd0;
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    .error_page h1, .error_page .title {
        font-size: 60px;
    }
}

.error_page h1 span, .error_page .title span {
    border: 3px solid #09ccd0;
    background: #fff;
    color: #09ccd0;
    border-radius: 50%;
    font-size: 50px;
    padding: 0px 25px;
    position: relative;
    top: -15px;
    margin-right: 15px;
    font-family: "iransans", sans-serif;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .error_page h1 span, .error_page .title span {
        font-size: 30px;
        padding: 0 15px;
        top: -9px;
    }
}

.error_page .error-text {
    margin-bottom: 30px;
}

.password-page {
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'iransans', sans-serif;
    text-align: center;
}

    .password-page #content-wrapper {
        padding-top: 7%;
        /* If media is below 768 */
        /* If media is below 544 */
    }

@media (max-width: 767px) {
    .password-page #content-wrapper {
        padding-top: 15%;
    }
}

@media (max-width: 543px) {
    .password-page #content-wrapper {
        padding-top: 35%;
    }
}

.password-page h2, .password-page p, .password-page a {
    font-family: 'iransans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.password-page a {
    letter-spacing: 0.8px;
}

.password-page .block-social {
    text-align: center;
    margin: 30px 0 40px;
    top: 0;
    padding: 0;
}

.password_logo {
    display: block;
    margin-bottom: 30px;
}

    .password_logo img {
        max-width: 100%;
    }

.password-main__inner .password-title {
    margin-bottom: 30px;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 500;
    /* If media is below 768 */
    /* If media is below 544 */
}

@media (max-width: 767px) {
    .password-main__inner .password-title {
        font-size: 30px;
        letter-spacing: 1px;
        margin-top: 10px;
    }
}

@media (max-width: 543px) {
    .password-main__inner .password-title {
        font-size: 25px;
    }
}

.password-main__inner #passwordpage_header [data-deal="0"] #storecountdown {
    display: none;
}

.password-main__inner #passwordpage_header #storecountdown {
    margin-bottom: 35px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .password-main__inner #passwordpage_header #storecountdown {
        margin-bottom: 15px;
    }
}

.password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
        margin: 10px 5px;
    }
}

.password-main__inner #passwordpage_header #storecountdown .data {
    /* If media is below 544 */
    line-height: 1.5;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 543px) {
    .password-main__inner #passwordpage_header #storecountdown .data {
        font-size: 20px;
        position: relative;
        padding-right: 5px;
    }

        .password-main__inner #passwordpage_header #storecountdown .data:after {
            content: ":";
            position: absolute;
            right: -7px;
            top: -1px;
        }
}

.password-main__inner #passwordpage_header #storecountdown .text {
    text-transform: uppercase;
    font-size: 16px;
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .password-main__inner #passwordpage_header #storecountdown .text {
        display: none;
    }
}

.password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .text {
    color: #09ccd0;
}

.password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data {
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data:after {
        display: none;
    }
}

.password-main__inner .quote {
    margin-bottom: 20px;
}

.contact-email-form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 55px;
}

    .contact-email-form .input-wrapper {
        position: relative;
        overflow: hidden;
    }

        .contact-email-form .input-wrapper input[type="email"] {
            min-width: 390px;
            height: 40px;
            padding: 0 15px;
            border: 0;
            /* If media is below 544 */
        }

            .contact-email-form .input-wrapper input[type="email"]::placeholder {
                color: #a4a4a4;
            }

@media (max-width: 543px) {
    .contact-email-form .input-wrapper input[type="email"] {
        min-width: 280px;
    }
}

.contact-email-form input[type="submit"] {
    background-color: #09ccd0;
    border-color: #09ccd0;
    height: 40px;
    border-radius: 0;
    padding: 7px 17px;
    position: absolute;
    right: 0;
    top: 0;
}

    .contact-email-form input[type="submit"]:hover {
        background-color: #000;
        border-color: #000;
    }

#wishlist-history {
    margin-top: 30px;
}

    #wishlist-history .table {
        /* If media is below 992 */
    }

@media (max-width: 991px) {
    #wishlist-history .table {
        display: block;
        position: relative;
        overflow-y: scroll;
    }
}

#wishlist-history .wishlist-product-image img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#wishlist-history .table-bordered thead th {
    padding: 20px 15px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    /* If media is below 992 */
    /* If media is below 544 */
}

@media (max-width: 991px) {
    #wishlist-history .table-bordered thead th {
        font-size: 14px;
        padding: 20px 12px;
    }
}

@media (max-width: 543px) {
    #wishlist-history .table-bordered thead th {
        padding: 20px 9px;
    }
}

#wishlist-history .table-bordered td {
    text-align: center;
    vertical-align: middle;
}

    #wishlist-history .table-bordered td a {
        font-size: 18px;
        color: #191919;
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    #wishlist-history .table-bordered td a {
        font-size: 15px;
    }
}

#wishlist-history .table-bordered td a:hover {
    color: #191919;
}

#wishlist-history .table-bordered .wishlist-product-name {
    text-align: right;
}

#wishlist-history .table-bordered span {
    font-size: 14px;
}

#wishlist-history .table-bordered .money {
    color: #09ccd0;
}

#wishlist-history .add-to-cart.disabled {
    cursor: not-allowed;
}

body {
    font-family: 'iransans', sans-serif;
    font-weight: 400;
    color: #232323;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

* {
    outline: 0 !important;
}

    *:focus {
        outline: 0 !important;
    }

    *:active {
        outline: 0 !important;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

p {
    color: #888;
    /* default font size */
}

.fa {
    font-size: 14px;
    /* Override the bootstrap defaults */
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #000;
    outline: none;
}

    a:hover {
        color: #09ccd0;
        text-decoration: none;
        outline: none;
    }

    a:focus {
        outline: none;
        color: #09ccd0;
        text-decoration: none;
    }

#index section {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    #index section {
        margin-bottom: 30px;
    }
}

ul, .list-unstyled {
    padding: 0;
}

    ul li, .list-unstyled li {
        list-style: none;
    }

.form-control {
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 5px;
    font-size: 14px;
    color: #a4a4a4;
    height: 40px;
    line-height: 20px;
    border-color: #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .form-control::placeholder {
        color: #a4a4a4;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #ccc;
    }

.form-horizontal .control-label {
    /* If media is above 767 */
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    margin-right: 5px;
}

    .custom-radio input[type="radio"] {
        opacity: 0;
        cursor: pointer;
    }

        .custom-radio input[type="radio"]:checked + span {
            display: block;
            background-color: #09ccd0;
            width: 8px;
            height: 8px;
            left: 4px;
            top: 4px;
            border-radius: 50%;
            position: absolute;
        }

        .custom-radio input[type="radio"]:focus + span {
            border-color: #55595c;
        }

.custom-checkbox {
    position: relative;
}

    .custom-checkbox input[type="checkbox"] {
        margin-top: 0.25rem;
        opacity: 0;
        cursor: pointer;
        position: absolute;
    }

        .custom-checkbox input[type="checkbox"] + span {
            margin-right: 3px;
            display: inline-block;
            width: 0.9375rem;
            height: 0.9375rem;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid #ddd;
            background: #fafafa none repeat scroll 0 0;
        }

            .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
                display: none;
                margin: -0.25rem -0.125rem;
                font-size: 20px;
                color: #a9a9a9;
            }

        .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
            display: block;
        }

        .custom-checkbox input[type="checkbox"]:focus + span {
            border-color: #55595c;
        }

    .custom-checkbox label {
        text-align: right;
    }

input[type="checkbox"] {
    position: relative;
    top: 0;
    margin: 3px 2px 0px 2px;
    vertical-align: middle;
}

.buttons input[type="checkbox"] {
    margin: 0px 2px 0px 2px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.panel-heading {
    padding: 15px;
}

.input-group {
    /* Fix some bootstrap issues */
}

    .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
        font-size: 12px;
    }

    .input-group .input-group-addon {
        font-size: 12px;
        height: 30px;
    }

.popover {
    font-family: inherit;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold;
    /* Gradent to all drop down menus */
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    #_mobile_column_left > #column-left, #_mobile_column_right > #column-left, #_mobile_column_left #column-right, #_mobile_column_right #column-right {
        float: left;
        width: 100%;
        padding: 0;
        display: block !important;
    }

    #content {
        float: left;
        width: 100%;
    }
}

.clearfix {
    clear: both;
}

#menu_wrapper {
    /* header-before */
}

    #menu_wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        background: rgba(0, 0, 0, .2);
        cursor: pointer;
    }

#header-before {
    /* If media is below 768 */
    /* header */
}

    #header-before .page-title {
        display: none;
    }

@media (max-width: 767px) {
    #header-before {
        display: none;
    }
}

#header {
    font-family: 'iransans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    position: relative;
    direction: rtl;
}

.header-nav {
    position: relative;
    background: #222;
    border-bottom: 1px solid #222;
}

    .header-nav #ishiheaderblock {
        /* If media is below 992 */
        padding: 6px 0;
        color: #a8a8a8;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        text-transform: uppercase;
        font-family: 'kolocheh', cursive;
    }

@media (max-width: 991px) {
    .header-nav #ishiheaderblock {
        padding: 10px 0 6px;
    }
}

.header-nav #ishiheaderblock > div {
    display: inline-block;
    vertical-align: middle;
}

    .header-nav #ishiheaderblock > div span {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        fill: #a8a8a8;
    }

.header-nav .left-nav {
    /* If media is below 992 */
    text-align: right;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-nav .left-nav {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .header-nav .left-nav {
        text-align: center;
        display: none;
    }
}

.header-nav .left-nav > div {
    display: inline-block;
    vertical-align: middle;
}

.header-nav .right-nav {
    /* If media is below 992 */
    text-align: right;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-nav .right-nav {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .header-nav .right-nav {
        text-align: center;
        width: 100%;
    }
}

.header-nav .right-nav > div {
    display: inline-block;
    vertical-align: middle;
}

.header-nav:after {
    content: '';
    height: 11px;
    width: 100%;
    background: url(../icons/nav-pattern.png) center;
    position: absolute;
    bottom: -9px;
}

.header-top {
    /* If media is below 992 */
    background: #fff;
    /* Nav full width fixed header */
}

@media (max-width: 991px) {
    .header-top {
        text-align: center;
        margin: 0 auto;
    }
}

.header-top > .container {
    position: relative;
}

.header-top #desktop_logo {
    /* If media is below 1200 */
    /* If media is below 992 */
    /* If media is below 768 */
    padding: 30px 0px;
    position: relative;
    text-align: right;
    overflow: hidden;
    float: left;
    display: block;
}

    .header-top #desktop_logo img {
        text-align: center;
        margin: 0 auto;
        max-width: 240px;
    }

@media (max-width: 1199px) {
    .header-top #desktop_logo {
        padding: 29px 0;
    }
}

@media (max-width: 991px) {
    .header-top #desktop_logo {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .header-top #desktop_logo {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
}

.nav-full-width {
    /* If media is below 992 */
    background-color: #09ccd0;
    position: relative;
    padding: 6px 0px;
}

    .nav-full-width .container .row {
        display: block;
    }

@media (max-width: 991px) {
    .nav-full-width {
        padding: 0;
    }

        .nav-full-width .container .row {
            display: block;
        }
}

.nav-full-width.fixed-header {
    background-color: #09ccd0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    overflow: visible;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.header-top-right {
    /* If media is below 544 */
    display: block;
    position: relative;
    float: right;
}

@media (max-width: 543px) {
    .header-top-right {
        float: none;
        text-align: center;
        overflow: hidden;
    }
}

.userinfo-inner {
    /* If media is below 544 */
    /* contact info */
}

@media (max-width: 543px) {
    .userinfo-inner {
        padding-bottom: 10px;
    }
}

.userinfo-inner .userinfo {
    margin: 0;
}

    .userinfo-inner .userinfo li {
        display: inline-block;
        vertical-align: middle;
    }

        .userinfo-inner .userinfo li a {
            /* If media is below 544 */
            color: #a8a8a8;
            position: relative;
            letter-spacing: 1px;
            display: block;
            padding: 12px 10px;
            line-height: 20px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

@media (max-width: 543px) {
    .userinfo-inner .userinfo li a {
        padding: 12px 5px 0;
    }
}

.userinfo-inner .userinfo li a:after {
    content: "";
    position: absolute;
    left: auto;
    right: -3px;
    top: 17px;
    width: 1px;
    height: 12px;
    background: rgba(168, 168, 168, 0.3);
    /* If media is below 544 */
}

@media (max-width: 543px) {
    .userinfo-inner .userinfo li a:after {
        right: -2px;
    }
}

.userinfo-inner .userinfo li a:hover {
    color: #09ccd0;
}

.userinfo-inner .userinfo li:last-child a {
    padding-right: 0;
}

    .userinfo-inner .userinfo li:last-child a:after {
        display: none;
    }

.contact-num {
    /* If media is below 1199 */
    position: relative;
    cursor: pointer;
    float: right;
    border-radius: 20px;
    padding: 4px 10px 4px 8px;
    background-color: #ff6f69;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* cart */
}

@media (max-width: 1199px) {
    .contact-num {
        display: none;
    }
}

.contact-num .call-img {
    /* If media is below 992 */
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .contact-num .call-img {
        fill: #000;
    }
}

.contact-num .call-num {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-num .call-num {
        color: #000;
    }
}

.contact-num:hover .call-img {
    /* If media is below 1199 */
}

@media (min-width: 1200px) {
    .contact-num:hover .call-img {
        fill: #fff;
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}

#_desktop_cart {
    display: none;
    /* If media is above 991 */
}

@media (min-width: 992px) {
    #_desktop_cart {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
        padding: 0px 15px;
        float: right;
    }
}

.blockcart {
    /* If media is below 992 */
    padding: 4px 10px 4px 8px;
    background-color: #ff6f69;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* Custom Info End */
    /* Mobile Media Query Start */
}

@media (max-width: 991px) {
    .blockcart {
        padding: 7px 5px;
        padding-right: 15px;
        position: relative;
        background-color: transparent;
        border-radius: 0;
    }
}

.blockcart:hover .cart-img {
    /* If media is above 1199 */
}

@media (min-width: 1200px) {
    .blockcart:hover .cart-img {
        fill: #fff;
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}

.blockcart:hover .cart-dropdown {
    top: 115%;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .blockcart:hover .cart-dropdown {
        top: 100%;
    }
}

.blockcart .cart-link {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blockcart .cart-img {
    width: 30px;
    height: 30px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 992 */
}

@media (max-width: 991px) {
    .blockcart .cart-img {
        width: 35px;
        height: 35px;
    }
}

.blockcart .cart-content {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    position: relative;
    color: #000;
    /* If media is above 991 */
}

@media (max-width: 991px) {
    .blockcart .cart-content {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .blockcart .cart-content:before {
        content: '';
        height: 18px;
        width: 1px;
        background: #fff;
        position: absolute;
        left: -1px;
        top: 5px;
    }
}

.blockcart .cart-content .cart-name {
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 0 5px;
    color: #fff;
}

@media (max-width: 991px) {
    .blockcart .cart-content .cart-name {
        display: none;
    }
}

.blockcart .cart-content .cart-products-count {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    right: 3px;
    top: -15px;
    left: auto;
    bottom: auto;
    width: 14px;
    height: 14px;
    font-weight: 500;
    line-height: 14px;
}

@media (min-width: 992px) {
    .blockcart .cart-content .cart-products-count {
        position: relative;
        top: -1px;
        right: auto;
        background: #09ccd0;
        font-size: 11px;
        width: 15px;
        height: 15px;
        font-weight: 400;
    }
}

.blockcart .cart-dropdown {
    top: 140%;
    visibility: hidden;
    display: block;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
    font-family: 'iransans', sans-serif;
    left: auto;
    position: absolute;
    right: 15px;
    text-align: right;
    width: 350px;
    z-index: 3;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .blockcart .cart-dropdown {
        top: 120%;
    }
}

@media (max-width: 543px) {
    .blockcart .cart-dropdown {
        width: 300px;
    }
}

.blockcart .cart-dropdown.empty {
    padding: 10px;
    /*========================== NO CHANGE ==========================*/
}

.blockcart .cart-dropdown .product-container {
    max-height: 340px;
    overflow-y: scroll;
}

    .blockcart .cart-dropdown .product-container .product {
        border-bottom: 1px solid #ebebeb;
        padding: 5px;
        position: relative;
        overflow: hidden;
    }

        .blockcart .cart-dropdown .product-container .product .product-image {
            float: left;
            margin-right: 12px;
        }

            .blockcart .cart-dropdown .product-container .product .product-image img {
                border: 2px solid #f6f6f6;
                max-width: 90px;
            }

        .blockcart .cart-dropdown .product-container .product .product-detail {
            overflow: hidden;
            position: relative;
            font-size: 14px;
            padding-top: 10px;
            font-weight: 300;
        }

            .blockcart .cart-dropdown .product-container .product .product-detail .product-name {
                margin: 0 0 5px 0;
            }

                .blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name {
                    white-space: normal;
                }

                    .blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name:hover {
                        color: #09ccd0;
                    }

            .blockcart .cart-dropdown .product-container .product .product-detail .price {
                margin: 5px 0;
                font-size: 16px;
            }

            .blockcart .cart-dropdown .product-container .product .product-detail .label {
                font-weight: 500;
            }

            .blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li {
                line-height: 18px;
            }

        .blockcart .cart-dropdown .product-container .product .remove-product {
            left: auto;
            position: absolute;
            right: 5px;
            top: 1px;
        }

            .blockcart .cart-dropdown .product-container .product .remove-product .material-icons {
                font-size: 20px;
            }

                .blockcart .cart-dropdown .product-container .product .remove-product .material-icons:hover {
                    color: #09ccd0;
                }

.blockcart .cart-dropdown .billing-info {
    padding: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .blockcart .cart-dropdown .billing-info .billing {
        margin: 5px 0;
        display: block;
        position: relative;
        overflow: hidden;
    }

        .blockcart .cart-dropdown .billing-info .billing .label {
            float: left;
            font-weight: 500;
        }

        .blockcart .cart-dropdown .billing-info .billing .value {
            float: right;
            font-weight: 400;
        }

.blockcart .cart-dropdown .cart-btn {
    padding: 10px 15px;
    text-align: center;
}

    .blockcart .cart-dropdown .cart-btn a {
        color: #fff;
        text-transform: uppercase;
    }

.blockcart a {
    color: #000;
    font-weight: 500;
}

.blockcart .header {
    padding-right: 0;
    margin-top: 0;
}

#_mobile_seach_widget, #_mobile_cart {
    float: right;
    /* Mobile Media Query End */
}

.block-social {
    margin-top: 20px;
    /* If media is below 992 */
    /* alert */
}

@media (max-width: 991px) {
    .block-social {
        top: 0;
        padding: 0 15px;
    }
}

.block-social ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

    .block-social ul li {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin: 2px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

        .block-social ul li a {
            width: 35px;
            height: 35px;
            text-align: center;
            margin: 0 auto;
            border-radius: 3px;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            font-family: FontAwesome;
            font-weight: 400;
            position: relative;
            font-size: 14px;
            line-height: 35px;
            color: #fff;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

            .block-social ul li a:after {
                display: none;
            }

            .block-social ul li a .socialicon-label {
                display: none;
            }

        .block-social ul li:hover a {
            padding: 0 !important;
            color: #fff;
            background-color: #ff6f69 !important;
            background: #ff6f69 !important;
        }

        .block-social ul li.facebook a {
            background-color: #3b5999;
        }

        .block-social ul li.twitter a {
            background-color: #00aced;
        }

        .block-social ul li.youtube a {
            background-color: #d12121;
        }

        .block-social ul li.googleplus a {
            background-color: #dc473b;
        }

        .block-social ul li.rss a {
            background-color: #f26522;
        }

        .block-social ul li.pinterest a {
            background-color: #cb2027;
        }

        .block-social ul li.vimeo a {
            background-color: #00aced;
        }

        .block-social ul li.instagram a {
            background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

.alert {
    padding: 12px 14px 12px 14px;
    text-align: center;
    border-radius: 0;
    /* buttons */
}

    .alert button {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .alert button.close {
            position: relative;
            top: 2px;
            right: 0;
            margin: 0;
        }

.buttons {
    margin: 1em 0;
    display: block;
    overflow: hidden;
    position: relative;
}

    .buttons.close {
        position: relative;
        top: 2px;
        right: 0;
    }

.alert-dismissible .close {
    position: relative;
    top: 2px;
    right: 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0;
}

    .btn.active {
        box-shadow: none;
        outline: none;
    }

    .btn:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

    .btn-group > .btn:focus, .btn-group > .dropdown-menu:focus, .btn-group > .popover:focus {
        outline: none;
        text-decoration: none;
    }

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-warning, .btn-inverse, .btn-link, .btn-info, .btn-success, .btn-danger, .btn-warning {
    padding: 7.5px 12px;
}

    .btn-warning:hover, .btn-inverse:hover, .btn-link:hover, .btn-info:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-warning:focus, .btn-inverse:focus, .btn-link:focus, .btn-info:focus, .btn-success:focus, .btn-danger:focus, .btn-warning:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

.btn-default {
    background-color: #ff6f69;
    border-color: #ff6f69;
    color: #fff;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'iransans', sans-serif;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        color: #fff;
        background-color: #09ccd0;
        border-color: #09ccd0;
        outline: none;
    }

        .btn-default:active:hover {
            color: #fff;
            background-color: #09ccd0;
            border-color: #09ccd0;
            outline: none;
        }

        .btn-default:active:focus {
            color: #fff;
            background-color: #09ccd0;
            border-color: #09ccd0;
            outline: none;
        }

    .btn-default i.material-icons {
        position: relative;
        line-height: 0;
        top: 7px;
    }

.btn-primary, .btn.disabled, .btn:disabled, .btn-secondary {
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    font-family: 'iransans', sans-serif;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background-color: #09ccd0;
    border: 1px solid #09ccd0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    line-height: 20px;
    /* list group */
}

    .btn-primary:hover, .btn.disabled:hover, .btn:disabled:hover, .btn-secondary:hover, .btn-primary:active, .btn.disabled:active, .btn:disabled:active, .btn-secondary:active, .btn-primary:focus, .btn.disabled:focus, .btn:disabled:focus, .btn-secondary:focus {
        color: #fff;
        background-color: #ff6f69;
        border-color: #ff6f69;
        outline: none;
    }

        .btn-primary:active:hover, .btn.disabled:active:hover, .btn:disabled:active:hover, .btn-secondary:active:hover {
            color: #fff;
            background-color: #ff6f69;
            border-color: #ff6f69;
            outline: none;
        }

        .btn-primary:active:focus, .btn.disabled:active:focus, .btn:disabled:active:focus, .btn-secondary:active:focus {
            color: #fff;
            background-color: #ff6f69;
            border-color: #ff6f69;
            outline: none;
        }

    .btn-primary i.material-icons, .btn.disabled i.material-icons, .btn:disabled i.material-icons, .btn-secondary i.material-icons {
        position: relative;
        line-height: 0;
        top: 7px;
    }

.list-group a {
    border: 1px solid #e9e9e9;
    color: #888;
    padding: 10px 12px;
    /* fixed product layouts used in left and right columns */
}

    .list-group a.active {
        color: #444;
        background: #eee;
        border: 1px solid #ddd;
        text-shadow: 0 1px 0 #fff;
    }

        .list-group a.active:hover {
            color: #444;
            background: #eee;
            border: 1px solid #ddd;
            text-shadow: 0 1px 0 #fff;
        }

    .list-group a:hover {
        color: #444;
        background: #eee;
        border: 1px solid #ddd;
        text-shadow: 0 1px 0 #fff;
    }

    .list-group a:focus {
        color: #888;
        background: #eee;
        border: 1px solid #ddd;
        text-shadow: 0 1px 0 #fff;
    }

@media (min-width: 1200px) {
    .collapse {
        display: inherit;
    }
}

@media (min-width: 992px) {
    .collapse {
        display: inherit;
    }
}

.block-title, .footer-title, .title {
    position: relative;
    cursor: pointer;
}

    .block-title .navbar-toggler, .footer-title .navbar-toggler, .title .navbar-toggler {
        position: absolute;
        top: 12px;
        right: 15px;
        padding: 0;
        font-size: 22px;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        width: 1em;
        height: 1em;
        text-align: center;
    }

.block-title, .footer-title {
    /* Theme Title */
}

    .block-title .navbar-toggler i.add, .footer-title .navbar-toggler i.add {
        display: none;
    }

    .block-title .navbar-toggler i.remove, .footer-title .navbar-toggler i.remove {
        display: block;
    }

    .block-title.collapsed .navbar-toggler i.add, .footer-title.collapsed .navbar-toggler i.add {
        display: block;
    }

    .block-title.collapsed .navbar-toggler i.remove, .footer-title.collapsed .navbar-toggler i.remove {
        display: none;
    }

.home-title {
    /* If media is below 1200 */
    /* If media is below 544 */
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 40px;
    padding: 70px 0 0;
    margin: 0 0 25px;
    font-weight: 400;
    color: #000;
    font-family: 'kolocheh', cursive;
    letter-spacing: 0.5px;
}

@media (max-width: 1199px) {
    .home-title {
        font-size: 34px;
    }
}

@media (max-width: 543px) {
    .home-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.home-title .birthday-icon {
    background: url(/assets/images/birthday-icon.png) no-repeat center;
}

.home-title .winner-icon {
    background: url(/assets/images/winner-icon.png) no-repeat center;
}

.home-title .title-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    padding: 5px;
    border-radius: 50%;
    /*background: url(/assets/images/title-icon.png) no-repeat center;*/
}

    .home-title .title-icon:before, .home-title .title-icon:after {
        content: '';
        height: 1px;
        width: 70px;
        background: #e4e4e4;
        position: absolute;
        left: -70px;
        top: 46%;
    }

    .home-title .title-icon:after {
        left: auto;
        right: -70px;
        top: 62%;
    }

    .home-title .title-icon span:before, .home-title .title-icon span:after {
        content: '';
        height: 10px;
        width: 16px;
        background: #fff;
        position: absolute;
        left: -12px;
        top: 28px;
    }

    .home-title .title-icon span:after {
        right: -12px;
        left: auto;
        top: 26px;
    }

.sub-title {
    color: #09ccd0;
    font-size: 16px;
    font-family: 'iransans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    /* select dropdown */
}

.select-wrapper {
    position: relative;
}

    .select-wrapper .form-control {
        font-size: 12px;
        border: 1px solid #e0e0e0;
        background-color: #fff;
        padding: 0 5px;
        color: #333;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
        text-align: right;
        border-radius: 0;
        box-shadow: none;
        cursor: pointer;
        appearance: none;
        -o-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .select-wrapper .form-control:focus {
            box-shadow: none;
        }

    .select-wrapper:after {
        font-family: 'fontawesome';
        content: '\f0d7';
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 9px;
        pointer-events: none;
    }

#ishispecialproducts {
    /*========================== NO CHANGE ==========================*/
}

    #ishispecialproducts .owl-nav {
        /* If media is below 544 */
    }

@media (max-width: 543px) {
    #ishispecialproducts .owl-nav {
        margin-top: 10px;
    }
}

#ishispecialproducts .owl-nav .owl-prev i:after, #ishispecialproducts .owl-nav .owl-next i:after {
    display: none;
}

#spin-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#siteloader {
    background: #fff;
    height: 100%;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


    #siteloader .image {
        top: 45%;
        position: relative;
        width: 168px;
        height: 70px;
        margin: auto;
        z-index: 1000000;
        background: #fff url('/assets/images/header-logo.png') no-repeat center center;
    }

.fade-image {
    opacity: 0; /* Start with the image fully transparent */
    animation: fadeInOut 3s ease-in-out infinite; /* Apply the animation */ 
}

@keyframes fadeInOut {
    0% {
        opacity: 0; /* Start fully transparent */
    }

    50% {
        opacity: 1; /* Fade in to fully visible */
    }

    100% {
        opacity: 0; /* Fade out to fully transparent */
    }
}


#siteloader .loader {
    top: 46%;
    margin: auto;
    position: relative;
    clear: both;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #09ccd0;
    animation: lds-circle 2.4s cubic-bezier(0, 1, 0.9, 1) infinite;
}

@-webkit-keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(900deg);
        animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
    }

    100% {
        transform: rotateY(1500deg);
    }
}

@-moz-keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(900deg);
        animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
    }

    100% {
        transform: rotateY(1500deg);
    }
}

@-o-keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(900deg);
        animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
    }

    100% {
        transform: rotateY(1500deg);
    }
}

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(900deg);
        animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
    }

    100% {
        transform: rotateY(1500deg);
    }
}
