﻿
.ng-hide {
    display: none;
}

.btn-cursor {
    cursor: pointer;
}

.txt-line-through {
	text-decoration: line-through;
}

/*Loading icon*/
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.inter-draw{
  background: #FFF;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100px;
}
.inter-right--top{
  background: #FFF;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 100px;
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display:none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.k-loading, .k-loading-image {
    background-color: #00000091 !important;
}

/*loading icon*/
.loading-icon {
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    position: absolute;
    background-image: url('images/loading_2x.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.loading-icon-box {
    position: relative;
}
/*.loading-icon.bg-color-back {
    background-color: rgba(0,0,0,0.8) !important;
    z-index: 10000;
}

.loading-icon.bg-color-back .btnclose {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
    opacity: 0.6;
    z-index: 10001;
}
.loading-icon.bg-color-back .scwindow-checkout-continue {
    top: 65%;
    left: 49%;
    position: absolute;
}
.loading-icon.bg-color-back .scwindow-checkout-continue a {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid currentColor;
}*/

.loading-icon-section {
    
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
.loading-icon-section-box {
    
    /*background-color: rgba(255,255,255,0.8);
    z-index: 10000;
    position: absolute;
    background-image: url('images/loading_2x.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;*/

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 0 none;
    height: 175px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 150px;
    z-index: 10000;

}
.loading-icon-section-box .box-loading-icon {
    /*background-color: #FFFFFF !important;*/
    background-image: url('images/loading_2x.gif');
    background-repeat: no-repeat;
    background-position: center;

    /*border-radius: 13px;*/
    display: block;
    height: 150px;
    /*line-height: 150px;*/
    margin: 0;
    padding: 1px;
    /*text-align: center;*/
    width: 150px;
}
.loading-icon-section-box .btnclose {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    /*opacity: 0.6;*/
    z-index: 10001;
}
.loading-icon-section-box .scwindow-checkout-continue {
    /*top: 65%;
    left: 49%;
    position: absolute;*/
    text-align:center;
}
.loading-icon-section-box .scwindow-checkout-close {
    /*top: 65%;
    left: 49%;
    position: absolute;*/
    text-align:right;
}
.loading-icon-section-box .scwindow-checkout-continue a {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid currentColor;
}

.btn-add-photo {
    background-image: url('images/addPhoto-img.jpg');
    background-size: 300px 200px;
    min-height: 200px !important;
    width: 300px;
    float: left;
}
.footer-shopping .was-price, .content-shopping .was-price {
    text-decoration:line-through;
}
.shopping-noti {
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0,0,0,.3);
}
.shopping-noti .notification-shoppingcart {
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

