html,
body {
    min-height: 100%;
    margin: 0;
}

.body_content {
    min-height: 100%;
}

#main {
    padding-top: 30px;
    background-color: white;
}

.body_footer {
    padding-top: 50px;
}


/****************************************************************************** Footer *******************************************************************************/

footer ul {
    padding: 0;
}

.footer_navigation {
    border-top: none;
    min-height: 230px;
    padding: 10px 0 0 0;
    background-color: #858585 78;
}

.footer_navigation .grid_3 {
    min-height: 178px;
}

.footer_navigation h3 {
    border-bottom: 1px solid white;
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 22px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

ul.f_contact li {
    background: url(../img/li_adr.png) no-repeat 3px 5px;
    color: #707070;
    font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
    min-height: 24px;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
}

ul.f_contact li+li {
    background: url(../img/li_phone.png) no-repeat 0px 5px;
}

ul.f_contact li+li+li {
    background: url(../img/li_let.png) no-repeat 0px 5px;
}

.footer_navigation nav.f_menu ul {
    list-style: none;
}

.footer_navigation nav.f_menu ul a {
    color: #707070;
    font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
}

.footer_navigation nav.f_menu ul a:hover {
    color: #444;
    text-decoration: underline;
}

.footer_navigation .newsletter-payments {
    margin-bottom: 40px;
    overflow: hidden;
}

.footer_navigation .newsletter {
    border-right: 1px solid #f2f2f2;
    float: left;
    min-height: 77px;
    overflow: hidden;
    width: 731px;
}

.footer_navigation .newsletter .newsletter-text {
    background: url(../img/icon-mail.png) no-repeat 0 19px;
    color: #707070;
    float: left;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 31px 0 0 0;
}

.footer_navigation .newsletter .icon-mail {
    float: left;
    font: normal 17px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin-left: 47px;
    min-height: 50px;
    padding: 0;
    width: 110px;
}

.footer_navigation .newsletter form {
    float: right;
    margin: 19px 30px 20px 0;
    position: relative;
}

.footer_navigation .newsletter form input[type="email"] {
    border: 1px solid #d5d5d5;
    margin: 0;
    padding: 0 25px 0 15px;
    width: 185px;
}

.footer_navigation .newsletter form input[type="email"]:hover {
    border: 1px solid #f8cac0;
    box-shadow: 0px 0px 4px 1px #f8cac0;
    -moz-box-shadow: 0px 0px 4px 1px #f8cac0;
    -webkit-box-shadow: 0px 0px 4px 1px #f8cac0;
    outline: none;
}

.footer_navigation .newsletter form input[type="email"]:focus {
    border: 1px solid #dbdee2;
    border-top: 1px solid #cbd0d6;
    border-bottom: 1px solid #eaecef;
    box-shadow: inset 1px 3px 4px #cbd0d6;
    -moz-box-shadow: inset 1px 3px 4px #cbd0d6;
    -webkit-box-shadow: inset 1px 3px 4px #cbd0d6;
    outline: none;
}

.footer_navigation .newsletter form input[type="submit"] {
    background: url(../img/newsletter_button.png) no-repeat 4px 50%;
    border: 0 none;
    border-radius: 0 19px 19px 0;
    -moz-border-radius: 0 19px 19px 0;
    -khtml-border-radius: 0 19px 19px 0;
    behavior: url(PIE.htc);
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 25px;
}

.footer_navigation .newsletter form input[type="submit"]:hover {
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
}

.footer_navigation .payments {
    float: left;
    padding: 22px 0 0 24px;
}

.footer_info {
    background-color: #4a31f4;
    color: white;
    min-height: 70px;
}

.footer_info p.copyright {
    color: white;
    font: 12px/70px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
}

.soc {
    margin: 19px 0 0 0;
}

.soc a {
    background-image: url(../img/bg_soc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(PIE.htc);
    display: block;
    float: right;
    height: 30px;
    margin: 0 0 0 8px;
    opacity: 0.85;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
    width: 30px;
}

.soc a.facebook {
    background-color: transparent;
    background-position: 0 0;
}

.soc a.twitter {
    background-color: transparent;
    background-position: -31px 0;
}

.soc a.google {
    background-color: transparent;
    background-position: -62px 0;
}

.soc a:hover.facebook,
.soc a:hover.twitter,
.soc a:hover.google {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}


/****************************************************************************** Form style *******************************************************************************/

.form_style input[type="text"] {
    width: 226px;
}

.form_style select,
.form_style .selectBox {
    width: 210px;
}

.form_style textarea {
    width: 458px;
}

.form_style input[type="submit"] {
    float: left;
}

.form_style input[type="submit"]+input[type="submit"] {
    float: left;
    margin: 0 0 0 22px;
}

@media only all and (min-width: 1008px) {
    #slider_body .anythingSlider {
        width: 986px;
    }
}

@media only all and (min-width: 748px) and (max-width: 870px) {
    .bottom_block.total button.checkout {
        font-size: 12px;
    }
}

@media only all and (max-width: 1007px) {
    /****************************************************************************** Header (max-width: 1007px) *******************************************************************************/
    /* Nav primary */
    /****************************************************************************** Content (max-width: 1007px) *******************************************************************************/
    /* Grid Products */
    /****************************************************************************** Footer (max-width: 1007px) *******************************************************************************/
    /****************************************************************************** Form style *******************************************************************************/
    body {
        max-width: 1007px;
        min-width: auto;
    }
    .top_header {
        border-bottom: 0 none;
        height: auto;
    }
    .welcome {
        float: none;
        text-align: right;
    }
    .primary-box {
        padding: 25px 0 24px 0;
        width: 97.4% !important;
    }
    .primary {
        margin: 0;
        position: relative;
    }
    .primary .menu-select {
        background: url(../img/bg-primary-menu.png) no-repeat 20px 49%, url(../img/primary-plus.png) no-repeat 97% 49% rgba(51, 51, 51, .1);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        behavior: url(PIE.htc);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #444;
        display: block;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 52px;
        text-transform: uppercase;
        width: 100%;
    }
    .primary .menu-select.minus {
        background: url(../img/bg-primary-menu.png) no-repeat 20px 49%, url(../img/primary-minus.png) no-repeat 97% 49% rgba(51, 51, 51, .1);
    }
    .primary ul {
        background: #fff;
        border: 0 none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        behavior: url(PIE.htc);
        box-shadow: 0px 1px 5px 1px #e0e0e0;
        -moz-box-shadow: 0px 1px 5px 1px #e0e0e0;
        -webkit-box-shadow: 0px 1px 5px 1px #e0e0e0;
        display: none;
        left: 0;
        position: absolute;
        top: 56px;
        width: 100%;
        z-index: 1000;
    }
    .primary ul li {
        float: none;
    }
    .primary ul li a,
    .primary ul li.curent a {
        background-color: #fff;
        border: 0 none;
        color: #444;
        display: block;
        float: none;
        font-size: 12px;
        font-weight: normal;
        height: 39px;
        padding: 0 20px;
        text-transform: uppercase;
    }
    .primary ul li+li a {
        border-top: 1px solid #ededed;
    }
    .primary ul li a:hover,
    .primary ul li:hover a {
        background-color: #f5f5f5;
        border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        behavior: url(PIE.htc);
        color: #ec6f54;
        text-decoration: none;
    }
    .primary ul li.parent>a {
        background-image: url(../img/primary-parent-plus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary>ul li.parent.minus>a {
        background-image: url(../img/primary-minus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary ul ul.sub {
        background: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        box-shadow: 0 0 0 0 #fff;
        -moz-box-shadow: 0 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 0 #fff;
        display: none;
        padding: 0;
        position: relative;
        top: 0;
    }
    .primary ul ul.sub li a,
    .primary ul ul.sub li a:hover {
        background: none;
        border-top: 1px solid #ededed;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        padding: 0 40px;
        width: 100%;
    }
    .primary ul ul.sub li a:hover {
        background: #f5f5f5;
    }
    #slider_body .anythingSlider {
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    #banners .banner {
        height: 160px;
    }
    #banners .banner .prev {
        height: 80px;
        width: 160px;
    }
    .products {
        margin: 0 auto;
        width: 750px;
    }
    .products.catalog {
        margin: 0 auto;
        width: 500px;
    }
    .products article.grid_3 {
        margin-left: 10px;
        margin-right: 10px;
        width: 228px;
    }
    .products_list article .grid_3 {
        width: 32%;
    }
    .products_list article .grid_6 {
        width: 63.8%;
    }
    .products_list article .cart a.compare,
    .products_list article .cart a.wishlist,
    article.product_page .cart a.compare,
    article.product_page .cart a.wishlist {
        font-size: 0;
        height: 30px;
        margin: 5px 0 0px 15px;
        width: 30px;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        height: 80px !important;
        width: 263px !important;
    }
    .add_comments .text_review {
        float: left;
        margin: 20px 0 0 0;
        width: 75%;
    }
    .tab_body .add_comments .text_review textarea {
        width: 100%;
    }
    .brands_list #listing li {
        margin: 0 20px 0 0;
        width: 120px;
    }
    .footer_navigation .newsletter {
        padding: 0 2.6% 0 0;
        width: 48.7%;
    }
    .footer_navigation .newsletter form {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .footer_navigation .newsletter form input[type="email"] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }
    .form_style .grid_3 {
        width: 47%;
    }
    .form_style .grid_2 {
        width: 30%;
    }
    .form_style textarea {
        width: 458px;
    }
}

@media only all and (max-width: 747px) {
    /****************************************************************************** Content (max-width: 747px) *******************************************************************************/
    /* Grid Products */
    /****************************************************************************** Footer (max-width: 747px) *******************************************************************************/
    body {
        max-width: 747px;
        min-width: auto;
    }
    #home_banners .banner {
        background-size: 42px 42px;
        font-size: 14px;
        height: 46px;
        padding: 0 0 0 65px;
    }
    #slider_body .slid_content h2 {
        font-size: 20px;
    }
    #slider_body .slid_content p {
        font-size: 11px;
    }
    .products {
        margin: 0 auto;
        width: 500px;
    }
    .show .selectBox+span {
        display: none;
    }
    .product_page .grid_7 {
        display: block;
        width: 97.4%;
    }
    .product_page .img_slid {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 396px;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        width: 353px !important;
    }
    .products_list article .price {
        margin-right: 10px;
    }
    #banners .banner {
        height: 148px;
    }
    #banners .banner .prev {
        height: 73px;
        width: 148px;
    }
    .footer_navigation .grid_3 {
        width: 47.4%;
    }
}

@media only all and (max-width: 690px) {
    #slider_body .slid_content p,
    #slider_body .slid_content .buy_now {
        display: none;
    }
    #slider_body .slid_content {
        top: 40%;
    }
    #content.grid_9,
    #checkout_info.grid_9 {
        display: block;
        float: none;
        width: 97.4%;
    }
    #checkout_info.grid_9 {
        margin: 0;
        width: 100%;
    }
    #sidebar.grid_3,
    #sidebar_right.grid_3 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 0 0;
        width: 310px;
    }
    ul.checkout_list li.active .list_body form {
        float: none;
        width: 100%;
    }
    ul.checkout_list li.active .list_body form.login {
        float: none;
        margin-top: 30px;
    }
    #banners .banner {
        height: 226px;
    }
    #banners .banner .prev {
        height: 134px;
        width: 226px;
    }
    .footer_navigation .newsletter .icon-mail {
        float: none;
    }
    .form_style .grid_2,
    .form_style .grid_3,
    .form_style .grid_9 {
        float: none;
        display: block;
        width: 97.4%;
    }
    .form_style textarea {
        width: 100%;
    }
}

@media only all and (max-width: 547px) {
    textarea {
        width: 100%;
    }
    #top .grid_9 {
        width: 65px;
        white-space: nowrap;
    }
    #top nav {
        float: none;
    }
    #top nav .menu-open {
        color: #999;
        display: block;
        float: left;
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
        width: 65px;
    }
    #top nav .menu-open:hover {
        background: #222;
    }
    #top nav ul {
        float: left;
    }
    #top nav ul li a {
        padding: 0 7px;
    }
    header .container_12 .grid_3,
    header .container_12 .grid_9 {
        width: 97.4%;
    }
    hgroup {
        margin: 33px auto 0;
    }
    .welcome {
        margin-top: 25px;
        text-align: center;
    }
    #cart_nav {
        margin-left: 0;
        overflow: hidden;
        width: 49.5%;
    }
    #cart_nav li {
        float: left;
    }
    form.search {
        float: left;
        width: 49.5%;
    }
    form.search .search_form {
        float: right;
        width: 134px;
    }
    #home_banners .grid_6+.grid_6 {
        margin-top: 24px;
    }
    #slider_body .slid_content h2 {
        font-size: 13px;
    }
    #content_bottom .grid_6 {
        display: block;
        float: none;
        width: 97.4%;
    }
    #content_bottom .grid_6+.grid_6 {
        margin-top: 45px;
    }
    .sort {
        padding: 0 0 0 10px;
    }
    .show {
        padding: 0 10px 0 0;
    }
    .sort>span,
    .show>span {
        display: none;
    }
    .products_list article .price {
        float: none;
    }
    .products_list article .review {
        display: none;
    }
    .c_header .grid_10 {
        display: inline;
        width: 80.72%;
    }
    .c_header .grid_2 {
        display: inline;
        width: 14.06%;
    }
    .left_404 {
        margin-bottom: 30px;
    }
    #add_comments_blog .nickname,
    #add_comments_blog .your_review {
        width: 100%;
    }
    .add_comments .text_review {
        width: 100%;
    }
    .form.grid_6,
    .registed_form,
    #cart_forms .grid_4+.grid_4 {
        margin-top: 30px;
    }
    .footer_navigation .newsletter,
    .footer_navigation .payments {
        border: 0 none;
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
    .footer_navigation .newsletter {
        border-bottom: 1px solid #f2f2f2;
    }
    .footer_navigation .grid_3 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 312px;
    }
    .footer_info .grid_6 {
        display: block;
        float: none;
        text-align: center;
        width: 97.4%;
    }
    .footer_info p.copyright {
        line-height: 12px;
        padding-top: 28px;
    }
    .soc {
        padding: 0 0 25px;
    }
    .soc a {
        display: inline-block;
        float: none;
        margin: 0 4px;
    }
}

@media only all and (max-width: 512px) {
    .products.catalog,
    .products {
        width: 250px;
    }
}

@media only all and (max-width: 410px) {
    body {
        min-width: 312px;
    }
    .alignleft,
    .alignright {
        float: none;
        margin: 25px auto;
        text-align: center;
    }
    .img_description {
        display: inline-block;
    }
    .options {
        padding-left: 2px;
        padding-right: 2px;
    }
    .show {
        padding-right: 2px;
    }
    .sort {
        padding-left: 2px;
    }
    .options .grid-list a.grid.current,
    .options .grid-list a.list.current {
        display: none;
    }
    .pagination li a,
    .pagination li span {
        padding: 0 10px;
    }
    .product_page .img_slid {
        margin-left: 1.3%;
        margin-right: 1.3%;
        width: 97.4%;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        width: 263px !important;
    }
    .products_list article .grid_3 {
        width: 35%;
    }
    .products_list article .grid_6 {
        width: 62.8%;
    }
    .products_list article .prev {
        padding: 2px;
    }
    .products_list article .cart a.bay {
        font-size: 11px;
        padding: 0 0 0 12px;
        width: 108px;
    }
    .products_list article .cart a.compare,
    .products_list article .cart a.wishlist {
        margin-left: 5px;
    }
    #wrapper_tab a.tab_link {
        padding: 0 15px;
    }
    .add_comments .nickname,
    .add_comments .your_review,
    .tab_body .add_comments .nickname input,
    .tab_body .add_comments .your_review input {
        width: 100%;
    }
    .add_comments .evaluation .quality,
    .add_comments .evaluation .price,
    .evaluation .quality,
    .evaluation .price {
        border: 0 none;
        float: none;
    }
    .form_style input[type="submit"]+input[type="submit"] {
        float: left;
        margin: 0 0 0 15px;
    }
}

.post_home .banner_main_div .banner_div {
    padding-left: 0px !important;
}

.category_with_home_news {
    padding-top: 2rem;
}

.category_with_home_news .news_category_item {
    padding: 0px;
}

.post_home .banner_main_div .side_news .news_category_item {
    margin-bottom: 10px;
}

.category_with_home_news .news_category_item:before {
    content: "";
    background: #757575;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 80%;
}

.category_with_home_news .news_category {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    background: #757575;
    padding: 10px 10px;
    display: inline-block;
}

.post_home .banner_main_div .side_news {
    padding: 0px;
    margin-bottom: 10px;
}

.category_with_home_news .news_category_item .item_news .date {
    color: #d8d8d8;
}

.post_home .banner_main_div .side_news .item_news {
    border: 1px solid #dedede;
    margin-bottom: 10px;
}

.post_home .banner_main_div .side_news .news_category_item .news_category {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    background: #4a31f4;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.post_home .banner_main_div .side_news .news_category_item img {
    width: auto;
    height: 100px;
    max-height: 100px;
    padding: 0px;
}

.post_home .banner_main_div .side_news .news_category_item .item_news .date {
    color: #d8d8d8;
    margin-bottom: 0px;
}

.position_news {
    max-height: 200px;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
}

.position_news img {
    height: 110%;
    width: 110%;
}

.position_news .position_desc {
    position: absolute;
    bottom: -10px;
    right: 10px;
    background: #ffe0b1;
    height: 70px;
    width: 85%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    color: #212529;
}

.empty_div {
    padding: 10%;
    text-align: center;
}

.empty_div img {
    width: 180px;
}

.empty_div .title {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 400;
    color: #000;
}

.empty_div .desc {
    color: #5f5f5f;
    font-weight: 300;
}


/* List NEWS */

.p0 {
    padding: 0px;
}

.news {
    margin: 0px;
    padding: 0px;
}

.news article {
    padding: 10px;
}

.news article .item {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    margin-bottom: 5px;
}

.news article .item .image {
    width: 99.8%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #ededed;
}

.news article .item .image img {
    width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news article .item .action {
    background: #ededed;
    width: 100%;
}

.news article .item .action a {
    padding: 10px;
    text-align: center;
    background-color: #757575;
    display: table-cell;
    width: 100%;
    color: white;
    flex: 1 1 auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    background-size: 250% auto;
}

.news article .item .action a:hover {
    background-position: right center;
}

.btn-1 {
    background-image: linear-gradient(to right, #009afe 0%, #AED6F1 51%, #009afe 100%);
}

.btn-2 {
    background-image: linear-gradient(to right, #ffb020 0%, #F6DDCC 51%, #ffb020 100%);
}

.btn-3 {
    background-image: linear-gradient(to right, #79c30a 0%, #73C6B6 51%, #79c30a 100%);
}

.btn-4 {
    background-image: linear-gradient(to right, #E74C3C 0%, #FADBD8 51%, #E74C3C 100%);
}

.btn-5 {
    background-image: linear-gradient(to right, #52a000 0%, #73C6B6 51%, #52a000 100%);
}

.shadow {
    position: relative;
}

.shadow:before,
.shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.shadow:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    /* z-index: 1030; */
}

.zoom:hover,
.zoom:active,
.zoom:focus {
    z-index: 1030;
    /**adjust scale to desired size, 
    add browser prefixes**/
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    position: relative;
}