/*********************************************************************

    Template Name: Tanzim - eCommerce HTML Template  
    Template URI: https://themeforest.net/user/
    Description: This is html5 multipurpose e-connerce template
    Author: nilArtStudio
    Author URI: https://themeforest.net/user/NILARTSTUDIO
    Version: 1.4

    Note: This is custom css. ALl user styles declare here.

*********************************************************************/
html {
    --scrollbarBG: #f1f1f1;
    --thumbBG: #1972B3 ;
}
::-webkit-scrollbar {
width: 11px;
}
html {
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
background: var(--scrollbarBG);
border-radius: 20px;
}
::-webkit-scrollbar-thumb {
background-color: var(--thumbBG) ;
border-radius: 6px;
border: 3px solid var(--scrollbarBG);
}
.header-picture {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: auto;
    border-radius: 20px 1px 20px 1px;
}
.header-pic ul{
    margin-top:15px;
}
.header-pic ul li{
    margin-top:5px;
    text-align: left;
    text-transform: capitalize;
}
.instagram-images img {
    display: block;
    margin: auto;
    max-height: 100%;
}
ul.shopping-cart-items .cart-item-thumb {
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    justify-content: center;
}
ul.shopping-cart-items .cart-item-thumb img{
    height: 80%;
    margin: 10% 0;
}
.search-img-con{
    width:262px;
    height:320px;
    padding:20px;
    box-sizing: border-box;
}
.search-img-con img{
    max-height: 100%;
    margin:auto;
    display:block;
}
.search-img-conn img{
    max-height: unset !important;
    min-height: 100% !important;
}

.cp-top-brand-body{
    display: flex;
    justify-content: space-evenly;
    font-size: 25px;
    padding: 0 30px;
    margin-bottom:10px;
}
.cp-top-brand-body > span{
    position: relative;
    cursor:pointer;
}
.cp-top-brand-body input[type='radio'] {
    position: absolute;
    height: 25px;
    margin-top: 0px;
    opacity: 0;
    cursor:pointer;
}
.cp-top-brand-body .yes,.cp-top-brand-body .yess{
    color:#1972B3  !important;
}
.cp-top-brand-body a{
    color: inherit !important;
    font-size: inherit !important;
}
.review-thumb img{
    width: 40px;
}
.single-pro-thumbs-list li a {
    width: 102px;
    height: 122px;
}
.single-pro-thumbs-list img {
    max-height: 90px;
    margin:auto;
    display: block;
}
table.cart-list-table img {
    max-height: 100px !important;
    max-width: 150px;
}
.billling-order-innerr th.tm-table-pro-name {
    height: 70px;
    border: 0 solid !important;
}
.billling-order-innerr tr.billing-total-inner {
    border: 1px solid #e4e4e4;
}
.billling-order-innerr td.billing-total-single.grand-total {
    padding: 25px;
}
.check-pro-title{
    padding-left:10px !important;
    text-align:left;
}
.money-pay{
    position:fixed;
    width:100%;
    height:100%;
    background:#00000045 ;
    top:0;
    right:0;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:1000;
    display:none;
}
.money-pay .visa{
    background:white;
    box-shadow:0px 0px 20px -5px black;
    max-width:400px;
    width: 400px;
    border-radius:5px;
    padding:50px;
    display:none;
}
.money-pay .visa img,.money-pay .visa button{
    display:block;
    margin:0 auto 20px;
    width:100%;
}
.money-pay .visa #card-element{
    height:50px;
}
.money-pay .paypal{
    background:white;
    box-shadow:0px 0px 20px -5px black;
    max-width:400px;
    width: 400px;
    border-radius:5px;
    padding:50px;
    display:none;
}
table.ordertable,table.ordertable2 {
    width: 100%;
    border: 1px solid #e0e0e0;
}
.ordertable2 th {
    height: 60px;
    text-align: center;
    background: ghostwhite;
    border: 1px dotted lightgray;
}
.ordertable2 td {
    height: 40px;
    background: white;
    border: 1px dotted lightgray;
    padding: 0 10px;
    text-align: center;
}
.ordertable tbody > tr > td:first-of-type {
    height: 50px;
    background: ghostwhite;
    border: 1px dotted lightgray;
    padding: 0 20px;
    font-weight: bold;
}
.ordertable tbody > tr > td:last-of-type {
    height: 50px;
    background: white;
    border: 1px dotted lightgray;
    padding: 0 20px;
}
.traping {
    display: flex;
    justify-content: center;
}
.traping .traping-item {
    background: white;
    padding: 5px;
    border: 5px solid #e0e0e0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    height: 30px;
    width: 90px;
    line-height: 1;
    margin-right: 40px;
}
.traping .traping-item.active {
    background: #1972B3 ;
    border: 5px solid #1972B3 ;
    color: white;
}
.traping .traping-item:last-of-type {
    margin-right: 0;
}
.traping .traping-item:not(:first-of-type):before {
    content: '';
    width: 40px;
    display: block;
    height: 6px;
    background: #e0e0e0;
    margin: 3px 0 0 -50px;
    position: absolute;
}
.traping .traping-item.active:before {
    background: #1972B3 ;
}
.mobile-menu-area .dropdown
{
    opacity: 1 !important;
    position: relative !important;
}
.info-heading
{
    border-bottom: 2px solid #1972B3 ;
    padding-bottom: 20px;
    display: table;
}
.user-photo {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    box-shadow: 0 3px 7px #00000042;
    margin: 20px auto;
    background-size: cover;
    border: 8px solid white;
    position:relative;
}
.user-photo .photo-btn
{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -5px;
    right: -10px;
    background: white;
    box-shadow: 1px 1px 10px -4px black;
    border-radius: 50%;
}
.user-photo .photo-btn input
{
    cursor: pointer;
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    opacity:0;
    padding:0;
    margin:0;
}
.user-photo .photo-btn span
{
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 20px;
    font-weight: bold;
}
.user-photo .photo-btn > div
{
    position: absolute;
    top: 0;
    right: 0;
    width:100%;
    height:100%;
    background-size: cover;
    z-index:5;
    border-radius: 100%;
    border: 1px solid white;
}
.prod-input-file-close
{
    transition: all .5s ease;
    width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.prod-input-file-close + div
{
    transition: all .5s ease;
    width: 100% !important;
}
.uploaded-images
{
    transition: all .5s ease;
    display: flex;
    justify-content: space-evenly;
}
.uploaded-images li 
{
    position: relative;
}
.uploaded-images li img
{
    transition: all .5s ease;
    height: 150px;
}
.allTags
{
    position: relative;
    height: 60px;
}
.allTags input,.tagsCont
{
    position: absolute;
}
.tagsCont
{
    margin-left:5px;
}
.tagsCont span
{
    background: #1972B3 ;
    color: white;
    margin: 5px 5px 0 0;
    padding: 10px 10px 5px 10px;
    display: inline-block;
}
.upload-img {
    height: 150px;
    width: 150px;
    line-height: 150px;
    font-size: 30px;
    text-align: center;
    background: #f3f3f3;
    border: 2px dashed gray;
    position: relative;
}
input.upload-edit{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index:1;
}
.pannerss
{
    justify-content:center;
    display:flex;
    flex-wrap:wrap;
}
.pannerss > div
{
    margin-bottom:25px;
}
.most-popular-area-2 img.front-img {
    height: 250px;
    width: auto;
    margin: auto;
}
.premium
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.premium .product-info {
    margin-top: 20px;
    text-align: center;
}
.premium .product-action {
    display:flex;
    justify-content: center;
}
.premium .product-action a {
    cursor: pointer;
}
.premium .product-info::before {
    right: 0;
    left:0;
    margin: auto;
    position: absolute;
    width: 130px;
    margin-top: 5px;
}

.premium .pro-price-ratting {
    margin-bottom: 0;
    justify-content: center;
}
.premium .price{
    position: absolute;
    font-size: 20px;
    margin: -100px auto;
    left: 10px;
    display: inline-table;
    background: #1972B3 ;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    padding: 10px;
    color: white;
    border: 2px solid white;
}
.premium .price b{
    font-size: 10px;
    position: absolute;
    left: 18px;
    bottom: -10px;
}


.premium .pro-title > div{
    margin-top:10px;
    height: 50px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.get-less-features
{
    display:none;
}
.payment-icon i
{
    margin: 0 5px 0 20px;
}
.payemail
{
    position: fixed;
    top: 0;
    z-index: 99;
    background: #0000007a;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    display:none;
}
.bluring
{
    filter: blur(2px);
}
.add_attache_but {
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background: #1972B3 ;
    padding: 10px 0;
    margin-bottom: 5px;
    cursor: pointer;
}
.filter-but
{
    width:250px;
    display:none;
}
@media only screen and ( max-width:800px )
{
    .traping .traping-item {
        margin-right: 15px;
    }
    .traping .traping-item:not(:first-of-type):before {
        width: 15px;
        margin: 3px 0 0 -25px;
    }

    .pannerss
    {
        display:block;
    }
}


.stickyheader.header-area
{
    height: 250px;
}
.stickyheader .header-top
{
    margin-top: -50px;
}
.stickyheader .account-box-top
{
    position: fixed !important;
    top: 10px !important;
    height: 55px;
    z-index: 9;
    width: 65px;
    margin-left: 70px;
}
.stickyheader .account-action-top a
{
    color: #717171 !important;
    font-size: 14px !important;
    overflow: hidden;
    padding-top: 5px;
}
.stickyheader .account-action-top span
{
    color: #717171 !important;
    display: block !important;
    font-size: 25px !important;
    line-height: 21px !important;
    padding: 0 !important;
    text-align: center !important;
    font-weight: 100 !important;
}
.transheader .header-middle
{
    opacity: 0;
    transition: all 1s ease;
}
.stickyheader .header-middle
{
    opacity: 1;
    position: fixed;
    right:0;
    width:100%;
    height: 70px;
    border-bottom: 1px solid #1972B3 ;
}
.stickyheader .logo 
{
    margin: unset;
    text-align: right;
    width: 150px;
}
.stickyheader .search-area input[name="search"]
{
    width: 380px;
}
.stickyheader .wish-cart
{
    width: 90%;
    height: 70px !important;
    float: right;
}
.stickyheader .wish-cart li a span.lnr
{
    font-size: 30px;
}
.stickyheader .wish-cart ul li p
{
    line-height: 5px;
}
.stickyheader .wish-cart ul li a span.cart-items
{
    left: 30px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.stickyheader .header-bottom-area
{
    display: none;
}

.tab-content.sin-pro-small-image {
    text-align: center;
}
span.clodeemail.fa.fa-times {
    position: absolute;
    font-size: 30px;
    padding: 20px;
    color: red;
    cursor: pointer;
}
span.catIcon {
    margin-left: 10px;
}
li.cat-menu-more:before
{
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e888";
    margin-left: 10px;
}
.single-product-layout-bb
{
    background: #f1f1f1;
    padding: 10px;
}
.single-product-layout-bb .single-pro-lay-b-thumb
{
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product-layout-bb .single-pro-lay-b-thumb img
{
    max-height: 80%;
    max-width: 80%;
}

.single-product-layout-bb .single-pro-lay-b-content
{
    padding: 10px 0 0;
    margin-bottom: -10px;
}
.index-payer
{
    direction: rtl;
    margin: 10px 0;
}
.index-payer li
{
    display: inline-flex;
    margin-left:10px;
}
.index-payer li span
{
    margin: 5px 0 0 5px;
}
.index-payer li a
{
    display:flex;
}
li.useryear {
    border: 1px solid #1972B3 ;
    padding: 1px 5px 0;
    line-height: 13px;
    font-weight: bolder;
    font-size: 12px;
    cursor: pointer;
}
li.usertypeicon {
    display: inline-block;
    margin-right: -5px;
    position: relative;
    bottom: 1px;
    cursor: pointer;
}
li.usertypeicon img{
    width: 18px;
    height:18px;
}
#category-menu-active ul
{
    max-height: 200px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.read-more-btn
{
    cursor: pointer;
    padding: 10px 50px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 20px;
}
.open-countries
{
    -webkit-mask-image: unset !important;
    max-height:100% !important;
}
.kc_fab_overlay{
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.5); /*dim the background*/
  }
  .kc_fab_wrapper{
    z-index: 9999;
    position:fixed;
    right:0px;
    bottom:0px;
  }
  .sub_fab_btns_wrapper{
    right:0;
    bottom:145px;
    position:absolute;
    display:none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
         -moz-transition: opacity 0.3s ease-in;
          -ms-transition: opacity 0.3s ease-in;
           -o-transition: opacity 0.3s ease-in;
              transition: opacity 0.3s ease-in;
  }
  .sub_fab_btns_wrapper.show{
    display:block;
    opacity: 1;
  }
  .sub_fab_btns_wrapper button{
    width:40px;
    height:40px;
    border-radius:100%;
    background:#F44336;
    margin-bottom:12px;
    margin-right:26px;
    padding:0;
    border:none;
    outline:none;
    color:#FFF;
    font-size: 19px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;  
    line-height: 40px;
  }
  button.kc_fab_main_btn{
    background-color:#F44336;
    width:60px;
    height:60px;
    border-radius:100%;
    background:#F44336;
    right:16px;
    bottom:66px;
    position:absolute;
    margin-right:0;
    margin-bottom:0;
    padding:0;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;  
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .kc_fab_main_btn span{
    transition:.5s;  
  }
  .kc_fab_main_btn:hover span{
  
  }
  .kc_fab_main_btn:focus {
    transform:scale(1.1);
    transform:rotate(45deg);
    -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  
  }
  
  
  
  .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
       -moz-transform:scale(0);
         -o-transform:scale(0);
            transform:scale(0);
  
  }
  
  .animate {
    -webkit-animation:ripple 0.65s linear;
     -moz-animation:ripple 0.65s linear;
      -ms-animation:ripple 0.65s linear;
       -o-animation:ripple 0.65s linear;
          animation:ripple 0.65s linear;
  
  }
  
  @-webkit-keyframes ripple {
      100% {opacity: 0; -webkit-transform: scale(2.5);}
  }
  @-moz-keyframes ripple {
      100% {opacity: 0; -moz-transform: scale(2.5);}
  }
  @-o-keyframes ripple {
      100% {opacity: 0; -o-transform: scale(2.5);}
  }
  @keyframes ripple {
      100% {opacity: 0; transform: scale(2.5);}
  }
.index-calling 
{
    position:relative;
    cursor: pointer;
    margin-left: 10px;
}
.index-calling:active,.index-calling:focus
{
    outline:none !important;
}
.index-calling ul
{
    bottom: 38px;
    position: absolute;
    width: 40px;
    text-align: center;
    right: 0;
    background: black;
    color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    display:none;
}
.index-calling a
{
    color: white;
    border-bottom:1px solid;
}
.shopping-cart-list
{
    border-radius: 0 0 10px 10px;
    padding: 30px;
    box-shadow: 0 0px 2px rgba(86, 86, 90, 0.5);
    max-height: 330px;
    overflow: auto;
}
.notification-cart-list {
    width: 370px;
    right: 0;
    max-height: 350px !important;
    overflow:auto;
    border-bottom: 3px solid #1972B3 ;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    box-shadow: 0 0px 2px rgba(86, 86, 90, 0.5);
}
.notification-cart-list .total-price
{
    padding:5px
}
.notification-cart-list li{
    border-bottom:1px solid;
    padding:5px;
    height: unset !important;
}

.notification-cart-list li.noti-active
{
    background:wheat;
}
.notification-cart-list li:last-of-type
{
    border-bottom: 0px !important;
    padding-bottom: 10px;
}
.notification-cart-list .more-notify{
    position: sticky;
    bottom: -10px;
    background: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    display: block;
    margin-right: -10px;
    margin-left: -10px;
}
.notification-cart-items
{
    display:block !important;
}
.notification-cart-items .cart-item-details
{
    width: 90%;
    padding: 5px 10px;
}
.notification-cart-items img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
ul.notification-cart-items h5 {
    font-size: 15px;
    line-height: 23px;
}
ul.notification-page {
    width: 75%;
    margin: auto;
}
ul.notification-page li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    padding: 10px;
}
ul.notification-page li.noti-active
{
    background-color: #fff6e6;
}
ul.notification-page .cart-item-thumb {
    width: 10%;
}
ul.notification-page .cart-item-details {
    width: 90%;
}
ul.notification-page li img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
ul.notification-page .cart-item-details a h5{
    line-height: 30px;
}
ul.notification-page .single-item-price
{
    margin-top:10px;
}
ul.notification-page .single-item-price span
{
    margin-right:10px;
}
ul.cat-dropdown.cat-brands {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto;
}
ul.cat-dropdown.cat-brands li {
    line-height: 80px;
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.cat-dropdown.cat-brands img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}
ul.cat-dropdown.cat-brands li span {
    line-height: 20px;
    display: block;
    text-align: center;
    font-weight:bold;
}
ul.cat-dropdown.cat-brands li i {
    font-size: 40px;
    display: block;
    text-align: center;
}
.brandgroupwrap {
    margin-bottom: 50px;
}
.brandgroupwrap:after {
    display:block;
    content: '';
    clear:both;
}
.brandgroup {
    position: relative;
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    padding: 10px;
    margin: 3px;
}
.brandgroup input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.brandgroupborder
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.brandgroup input:checked + .brandgroupborder
{
    background: #1972B3 45;
    border: 1px solid #1972B3 ;
}
.brandgroup input:checked + .brandgroupborder:after
{   
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    color: #1972B3 ;
    line-height: 80px;
    text-shadow: 0px 1px 0px white, 0px -1px 0px white, 1px 0px 0px white, -1px 0px 0px white;
}
.brandgroup i {
    font-size: 20px;
    display: block;
    text-align: center;
}
.brandgroup > span{
    font-size: 11px !important;
    line-height: 0px;
    font-weight: bolder;
}
.brandgroup img {
    height: 100%;
}
.brandgroupwrap:first-of-type .brandgroup{
    width: 100%;
    height: 100%;
}
.brandgroupwrap:first-of-type .brandgroup span{
    display: block !important;
    visibility: visible;
}
.brandgroupwrap:first-of-type .brandgroup img{
    height:unset;
}
.brandgroupwrap:first-of-type .brandgroup input:checked + .brandgroupborder:after
{   
    line-height: 160px;
    font-size: 30px;
}
.brandgroupwrap:first-of-type .brandgroup > span{
    font-size: 16px !important;
    line-height: unset !important;
}
.check_info
{
    width: 140px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.formLoading {
    position: relative;
    opacity: .5;
}
.formLoading:after {
    content: "\f1ce";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    font-size: 60px;
    color: #1972B3 ;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 50%;
}
@-webkit-keyframes fa-spin{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes fa-spin{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}

/*----------------------------------------*/
/*           31. loader CSS
/*----------------------------------------*/
.loader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #1972B3;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
  -ms-animation: sk-cubemove 1.8s infinite ease-in-out;
  -o-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}