.header_top{
    background-color: #F1F1F1;
    border-bottom: none;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header_top div{
    float: left;
    display: inline;
    height: 15px;

}
.welcome_div {
    height: 20px;
    float: right !important;

}
.welcome_div .welcome_text {
    color: #ff772a ;
    font-size: 12px;
    text-align: left;
}
.welcome_div  .login_text{
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
.welcome_div p {
    display: inline;
    margin: 0 5px;
}
.welcome_div a {
   padding: 5px;
}
.customer_service{
    color: #46b29d;
    font-size: 14px;
   /*margin-left: 65px; */
}
.header_btn {
    position: absolute;
    top: 0;
    right: 130px;
    display: none !important;
}

.header-left {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
}
.header-right{
    float: right;
}
.header_outer{
    background-color: #FFFFFF;
}

.footer_medium{
    background-color: #303753;

}

.column_footer .footer_title {
    color: #ffff !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
#banner0 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.yeni_urunler .products_title{
    text-align: center;
    background: #fff;
    width: auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 111;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: initial;
    top: -18px;
}

.featured_background .products_title{
    text-align: center;
    background: #f6f6f6;
    width: auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 111;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: initial;
    top: -18px;

}
.module_title{
    width: 70%;
    border-left: #64bbc5 solid 10px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.module_title p {
    padding-left: 10px !important;
    margin-top: -20px !important;
}
.caption .price{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.border_line{

    padding-top: 25px;
    padding-bottom: 15px;
}
.border_line_bottom{
    margin-top: 250px;
    margin-bottom: 10px;
}
.footer_logo{
    text-align: center;
    margin-top: -29px;
    padding-bottom: 25px;
}
.featured_background{
    background-color: #f6f6f6;
}

.logo{
    margin: 0 60px 0 60px;
}
.account_btn {
    background-color: white !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    width: 170px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-image: linear-gradient(#64bbc5, #59a7b3, #4b949d);
    position: relative;
}
.account_btn a {
    color: #FFFFFF;
}
.account_btn a i{
    color: #FFFFFF;
    padding-right: 13px;
    padding-bottom: 4px;
}
.cart_btn{
    margin-right: 5px;
}
.btn-blue {
    background-color: #64bbc5;
    color: white;
    border-bottom-left-radius: 20px;
    height: 35px;
    width: 104px;
    position: absolute;
    top: 0;
    right: 89px;
}
.btn-red {
    background-color: #fa4e50;
    color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 35px;
    width: 104px;
    position: absolute;
    top: 0;
    right: 0;
}
.shelf_image img{
    max-width: 50%;
    position: absolute;
    left: 0;
}

.featured_form{
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.feature_title{
    font-size: 25px !important;
    padding-left: 10px !important;
}
.featured_form .module_title{
    margin-bottom: 40px !important;

}


#search-input::before{
    font-family: "rafkestir";
    content: '\e806';
}
#search-input {
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    padding-left: 55px;
    margin-left: 35px;
    margin-top: 8px;
}

.main_div {
    margin-right: 10px;
    width: 1180px;
    display: block;
    margin: 0 auto;
}

#search .input-group-btn, #search2 .input-group-btn{display: none}

.responsive_forms .div{
    float: left;
    display: inline-block;
    margin: 10px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    width: 23%;
}

.form-horizontal .responsive_forms .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
    margin-left: 23px;
}

.devam_btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
    background-color: #222;
    padding: 12px 40px;
    top: 30px;
    margin: 0px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    width: 25%;
}

span.soru_isareti{
    background: #656464;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 5px;
    font-size: 12px;
    position: relative;
    top: -6px;
}


#first_div p{
    text-align: justify;
}
#first_div h4{

    font-size: 16px;
    color: #fd8c46;
}
#first_div{
    float: left;

}
#second_div{
    background-image: url("/image/form1_background.png") ;
    background-size: 100% 100%;
    min-height: 189px;
}
#second_div p{
    color: white;
    padding: 1px 44px;
    text-align: left;
    float: right;
    width: 107%;
}

#third_div{
    background-image: url("/image/form2_background.png");
    background-size: 100% 100%;
    min-height: 189px;

}
#fourth_div{
    background-image: url("/image/form3_background.png");
    background-size: 100% 100%;
    min-height: 189px;
}
section{
    display: inline-block;
    position: relative;
    min-height: 300px;
    width: 100%;
}

.select_one{
    display: block;
    height: 27px;
    padding: 3px 10px;
    margin-left: 15px;
    margin-bottom: 8px;
    font-size: 14px !important;
    line-height: 1.42857143;
    background-color: #ffffff91 !important;
    color: #222222  !important;
    border-radius: 20px !important;
    width: 90% !important;
    background-image: none;
    border: 1px solid #fd833e9e !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form_labels{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin: 2px 20px;
}
.form2_label{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.form1_description{
    padding-right: 60px;
    padding-top: 25px;
    font-size: 11px;
    color: black;
    position: absolute;
    width: 200px;
}
.form3_description{
    font-size: 11px;
    color: white;
}
.form_label3{
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 15px;
}
.form_label2{
    color: #FFF;
    font-size: 14px;
    margin-left: 17px;
}

.son_dort li:nth-last-child(4){
display: none;
}
.son_dort li:nth-last-child(3){
    display: none;
}
.son_dort li:nth-last-child(2){
    display: none;
}
.son_dort li:nth-last-child(1){
    display: none;
}
.son_dort{
    line-height: 1.75;
    float: right;     padding-right: 5px;
}
.ilk_dort li:nth-last-child(8){
    display: none;
}
.ilk_dort li:nth-last-child(7){
    display: none;
}
.ilk_dort li:nth-last-child(6){
    display: none;
}
.ilk_dort li:nth-last-child(5){
    display: none;
}
.ilk_dort{
    padding-right: 20px;
}

.next_btn a{
    background-color: #64bbc5;
    color: white;
    /* text-transform: uppercase; */
    border-radius: 20px;
    width: 10%;
    font-size: 14px;
    float: right;
    margin: 16px auto;
    right: 20px !important;
    position: relative;
    /* display: grid; */
}

.slider-product-list{
    width: 100%;
    padding: 10px;
}
.featured_background .owl-carousel .owl-buttons div {

    color: white !important;
    background: #64bbc5 !important;
    padding: 25px 7px !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    transition: all .3s ease;
}
.featured_background  .owl-carousel .owl-buttons div i {
    font-size: 10px !important;
    margin: -20px 0 0;
}
.featured_background .owl-carousel .owl-buttons .owl-prev {
    left: -30px!important;
}
.featured_background .owl-carousel .owl-buttons .owl-next {
    right: -30px !important;
}
.featured_background  .owl-controls .owl-buttons .owl-prev   {
    top: 30% !important;
}
.featured_background  .owl-controls .owl-buttons .owl-next   {
    top: 30% !important;
}

.featured_background  .owl-carousel {
    margin: 0 0 20px;
    background: #f6f6f6 !important;
    direction: ltr !important;
    z-index: 1;
}

.owl-carousel {
    margin: 0 0 0px !important;
    background: #fff;
    direction: ltr !important;
    z-index: 1;
}
.urun-detay-icon{
    width: 100%;
    background-color: #f6f6f6 ;
    position: relative;
    margin: 20px 0 40px 0!important;
}
.urun-detay-icon .col-sm-3{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 auto !important;
}
.urun-detay-icon a img {
    width: 33%;
}

.urun-detay-icon a p {
    font-size: 12px;
    color: #ff7933;
    margin-top: 20px;
    font-weight: bold;

}
.breadcrumb{
    background-color: transparent !important;
    text-align: left !important;

}
.breadcrumb a{
    color: #47b39e;
}
.tab-pane .tab-content{
    width: 75%;
    float: left;
    padding-left: 30px;
    display: inline;
    color: #494949;
    border-left: 1px solid #f1f1f1;
}
.nav-tabs {
    border-bottom: none !important;
}
#infos .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ff8641 !important;
    cursor: default;
    background-color: transparent;
    border: none !important;
     border-bottom-color: transparent;
}
#product  label {
    color:#21c7a7 !important;
    text-transform: uppercase;
}
#product .step_5:before{
    height: 40px !important;
}
#product div.step_1:before{
    height: 30px;
    top: 45px;
    border-color: #fd8847;
}
#product .steps:before{
    content: "";
    width: 1px;
    display: block;
    border-right: 2px dotted #999999;
    height: 75px;
    position: absolute;
    left: 20px;
}
#product #option-div-4{
    display: none !important;
}
#product .form-group.active{
    opacity: 1;
}

#product .form-group.deactive input,#product .form-group.deactive select,#product .form-group.deactive textarea{
    cursor: not-allowed;
}
#product .form-group.deactive{
    opacity: 0.3;
}

#product .form-group.active span.step{
    background: #fd8947;
    color: white;
}
#product .form-group.deactive span.step{
    background: #d7d7d7;
    color: white;
}
#product .form-group span.step{

    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 2px;
    font-weight: bold;
    font-size: 17px;
}
#product .form-group{
    border-radius: 5px !important;
    text-align: center !important;
    color:#47b39e !important;
    padding-left: 10px;
    position: relative;
}
#product .form-control {
    border-radius: 5px !important;
    text-align: center !important;
    color: #252525 !important;
    background-color: #eee;
    border: 1px solid #47b39e52;
    text-align-last: center;
}
#product span.customSelect {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color:#47b39e;
    border:none !important;
    background-color:#eee;
}
.urun_ozellik{
    background-image: url("/image/background-img.jpg");
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 995px; /* Resize the background image to cover the entire container */

}

#infos .nav-tabs>li>a {

    color: #46b29d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#infos .nav-tabs{
    display: table;
    padding: 15px;
    padding-left: 260px;
     width: 100%;
    border-bottom: 1px solid #f1f1f1 !important;
}
#infos .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}
#infos{
    box-shadow: 1px 1px 5px #c1c1c1;
    margin-bottom: 50px;
    border-top: 3px solid #ff8641;
}

#toplam_fiyat{
    margin: 5px !important;
    color: #46b29d;

}
.fiyat-sepet{
    float: none;
    margin: 30px auto;
    display: table;

}
.fiyat-sepet div{
    margin-left:20px;

}
.fiyat-sepet span{
    float: left;
    display: inline;
}
.button-cart{
    border-radius: 20px;
    line-height: 42px;
    text-align: center;
    color: white;
    position: relative;
    width: 170px;
    height: 42px;
    background-image: linear-gradient(#ffa470, #ff782b, #e25b0e);
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0px;

}
.fiyat-sepet #input-quantity{
    color: #ff7933;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    margin-top: 5px;
    box-shadow: -1px 1px 0px;

}
#owl-demo {
    margin-bottom: 70px !important;
}
.rafini_tasarla .featured_background  .owl-carousel {
    background: white !important;
}
.rafini_tasarla .featured_background   {
    background: white !important;
}

#language{
    display: grid !important;
     padding-left: 0 !important;
    width: 17% !important;
    border-bottom: 1px solid #f1f1f1 !important;
    float: left;
}
#language a font {
    font-family: calibri !important;
}
.image-div img{
    display: grid;
    margin: 20px auto;
    width: 33%;
}
.background-div{
    background-image: url('/image/sag-resim.png');
    background-repeat: no-repeat;
     height: 437px;
     right: 13px;
}
.first-select-div .customSelectInner{
    text-align: center;
    text-transform: uppercase;
}
.form-div div{
    margin-right: 32px !important;
    padding-right: 0px !important;
}
.contact-form .buttons{
    margin: 15px 0;
}
.take-offer .title h1{
    text-align:center;
    color:#38baa1;
    text-transform: uppercase;
    font-weight: bold;
}
.take-offer .form-control{
    color: #494949;
    border-radius: 5px;
    border-color: #fe772a5e;

}
.take-offer label{
    color: #ff792d;
    text-transform: uppercase;
    font-weight: 900;
}
.take-offer .btn{
    background: #ff7933 ;
    width: 170px;
    border-radius: 7px;
    font-weight: bold;
    box-shadow: 1px 1px 5px #291003c7;
    animation: fadeIn 3s infinite alternate;


}
.take-offer .btn span{
    color: white;
    text-transform: uppercase;
    font-weight: bold;

}
@keyframes fadeIn {
    from {
    background-color:#54a0ab;}
}

.select_one option{
    background: #e8e8e8 !important;
    color: black;
}

@media (min-width: 1440px) and (max-width: 1800px) {
    .main_div {
         width: 1140px;
        display: block;
        margin: 0 auto;
        position: absolute;
        right: 0;
    }
    .responsive_forms .div {
        float: left;
        display: inline-block;
        margin: 3px;
        height: 175px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10px;
        width: 23%;
    }

}

.teklif_al{
    float: right !important;
}
.teklif_al i{
    font-size: 20px;
    margin-right: 3px;
}

.modal-body header, .modal-body footer, .modal-body .breadcrumb{
    display: none !important;
}
.modal-body .container{
    width: auto !important;
}
 .addtolinks_list{
    margin-bottom: 50px;
}

 .teklif_al{
     border: 1px dashed white;
     border-radius: 25px;
     height: 25px;
     margin: 5px 0 !important;
     top: 3px;
 }
 .teklif_al a{
     padding: 2px 18px !important;
 }
 .teklif_al span i{
     color: #FFF;
     padding-right: 5px;
     font-size: 18px;
     font-weight: lighter !important;
     vertical-align: middle;
 }
 .rafini_tasarla{
     /*background: #fa4e50;*/
     background: #4fbba7;
     height: 35px;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
 }
 .rafini_tasarla:hover{
     /*background: #fa4e50;*/
     background: #4fbba7;
     height: 50px;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
     z-index: 99999;
     transition: 0.8s ;
     box-shadow: 1px 1px 5px #5f5f5fb0;
 }

 .olcu-secenek{
     margin: 0 100px;
     margin-right: 0px;
 }
 .renkler .secenek-div{
     position: relative;
     width: 20%;
 }
 .title_description{

     text-align: center;
     margin: auto !important;
     position: relative;
     width: 70%;
 }
.urun_ozellik .fiyat_baslik{
    font-size: 20px;
    text-align: center;
    color:#ff7d33;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-page .featured_background {

    display: inline-block !important;
}

.strikethrough {
    position: relative;
    font-size: 12px;
    color: gray;
    display: inline-block;
}

.line1 {
    width: 45px;
    height: 40px;
    border-bottom: 1px solid red;
    -webkit-transform: translateY(-10px) translateX(4px) rotate(20deg);
    -moz-transform: translateY(-10px) translateX(4px) rotate(20deg);
    -ms-transform: translateY(-10px) translateX(4px) rotate(20deg);
    -o-transform: translateY(-10px) translateX(4px) rotate(20deg);
    position: absolute;
    top: -20px;
}
.ucgenic{
    position: absolute;
    top: -45px;
    left: 5px;
    font-size: 12px;
    -webkit-transform: translateY(2px) translateX(-3px) rotate(-45deg);
    -moz-transform: translateY(2px) translateX(-3px) rotate(-45deg);
    -ms-transform: translateY(2px) translateX(-3px) rotate(-45deg);
    -o-transform: translateY(2px) translateX(-3px) rotate(-45deg);
}
.ucgen{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #ff000096 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    color: white;
    font-weight: bold;

}

strong.underline{
    text-decoration: underline;
}

.renk-text{
    background: url(../image/renk-secin.png) no-repeat center;
    background-size: contain;
    width: 100%;
    display: inline-block;
    height: 290px;
}
 .product-page #tab-review{
    height: auto !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}
  #form-review{
    height: auto !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

#second_div ul{
    padding: 8px 0;
}
.urun_tipi .select_one{
    margin-top:20px !important;
}


.pagination li {
    float: left;
    border: 1px solid gray;
    margin: 5px;
    padding: 0 3px !important;
    border-top: 1px solid gray !important;
}

.pagination li:hover{
    background: black;
}
.pagination li.active{
    background: black;
}
.pagination li.active:first-child {
    background: black;
    border: 1px solid black !important;
    margin: 5px !important;
    margin-top: 10px !important;
}
.pagination li:first-child {
    background: white;
    border: 1px solid black !important;
    margin: 5px !important;
    margin-top: 10px !important;
}
li.rafini_tasarla{
    width: 250px;
}

a.tasarla_menu span {
    font-size: 18px;
    font-weight: 100;
    animation: hello 0.5s ease-in-out infinite;
    text-align: center;
}

@keyframes hello {
    0% {
        font-weight: 100;
    }
    50% {
        font-weight: 900;
    }
    100% {
        font-weight: 100;
    }
}


span.yerli_urun {

    width: 80px;
    height: 31px;
    background: url("/image/yerli-uretim.png");
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    z-index: 5;
    background-color: white;

}


li.children-li:hover ul{
    display: block !important;
}
li.children-li ul{
    display: none !important;
    position: absolute;
    background: white;
    top: 0;
    left: 100%;
}
.children-li i{
    font-size: 14px !important;
    position: absolute;
    right: 7px;
    top: 17px;
    color: gray !important;
}
.children-li{
    position: relative;
}

@media (min-width:768px) and (max-width: 20000px){
    #Atslideshow0{
        display: block !important;
    }
    #Atslideshow1{
         display: none !important;
     }
}
@media (max-width:768px)  {
    #Atslideshow0{
        display: none !important;
    }
    #Atslideshow1{
        display: block !important;
    }
    #Atslideshow1 img {
        width:100%;
        height:auto;
    }

    #product .form-group {

        padding-left: 50px;
    }
    span.yerli_urun {
        width: 55px;
        height: 22px;
        background: url("/image/yerli-uretim.png");
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-size: contain;
        z-index: 5;
        background-color: white;
        background-repeat: no-repeat;
    }
}
.banners img {
    width: 32% !important;
}
/* yeni list */


.card_new {

    border:1px solid #f1f1f1;
    border-radius: 10px;
    margin: 7px;
}

.card_img_zone {
    padding: 2px;

}

.card_img{
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#option-div-2{
    padding-left: 10px !important;
}

.stars_product{
    float: left;
}

.footer_card{
    padding: 10px;
    padding-bottom: 0px;
}

.checked_star {
    color: orange;
}

.check_free{
    border:3px solid orange;
    padding: 5px;
    border-radius: 5px;
    float:right;
    position: relative;
    bottom: 48px;
    font-size:14px;
    color:gray;

}

.price_card{
    padding-top: 15px;
}

.cart_on_price{
    color:orange;
}

.title_price_free{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.left_price{
    height: 40px;
}

.footer_card_title h5{
    height: 25px;
}

.row-p-m-mobile{
    padding-right:2px !important;
    padding-left:2px !important;
}

.owlcarousel-main .owl-wrapper-outer .owl-item img{
    border-radius: 10px;
}
.owlcarousel-main .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    .row-p-m-mobile{
        padding-right:2px !important;
        padding-left:2px !important;
    }

    .check_free {
        padding: 1px;
        bottom: 10px;
    }
    .price_card{
        padding-bottom:10px;
    }
 }

#shipping_method_form strong.title{
    display: none;
}


 .copy-button {
     color: #fff;
     border: none;
     margin-left: 10px;
     border-radius: 5px;
 }
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 0 0 10px;
    box-shadow: inset 0 0 0 #7ac142;
    animation: 0.4s ease-in-out 0.4s forwards fill, 0.3s ease-in-out 0.9s both scale;
    position: relative;
    top: 8px;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142;
    }
}
