/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 16, 2014, 6:13:02 PM
    Author     : yong
*/

#ezbrand-fl-qrcode
{
    position: fixed;
    top: 50px;
    left: -6px;
    cursor: pointer;
    z-index: 100000;
}

#ezbrand-fl-menu-container
{
    position: fixed;
    top: 100px;
    left: -200px;
    cursor: pointer;
    z-index: 100000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ezbrand-fl-menu-container.active
{
    left: 0;
}

#ezbrand-fl-menu-label 
{
    position: absolute;
    background: #EEE;
    padding: 2px 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #CCC;
    top: 0;
    right: -48px;
}

#ezbrand-fl-menu 
{
    background: #EEE;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #333;
}

#ezbrand-fl-menu li
{
    padding: 5px;
    border-top: 1px solid #CCC; 
    border-bottom: 1px solid #FFF; 
    width: 200px;
    list-style: none;
    color: #333;
}

#ezbrand-fl-menu li:hover
{
    background: #FFF;
    color: #000;
}

#ezbrand-fl-menu li a
{
    color: #333;
    text-decoration: inherit;
    display: block;
}

#ezbrand-fl-menu li a:hover, a:focus 
{
    color: #000;
    text-decoration: inherit;
}

.ezbrand-hidden
{
    display: none;
}

.ezbrand-nopadding
{
    padding: 0 !important;
}

#ezbrand-product-limited-time-countdown
{
    border: 1px solid #DDD;
    padding: 5px;
    border-radius: 5px;
}

#ezbrand-product-limited-time-countdown-title
{
    color: black;
    font-weight: bold;
    font-size: 16px;
}

#ezbrand-product-limited-time-countdown-counter
{
    color: #008a00;
}

#ezbrand-in-stock-notification {
    border: 1px solid #DDD;
    padding: 5px;
    border-radius: 5px;
}

#ezbrand-product-limited-time-note-save-message,
#ezbrand-product-limited-time-note-price,
#ezbrand-product-limited-time-note-off
{
    display: inline;
}

#ezbrand-product-limited-time-note-save-message
{
    margin-right: 10px;
}

#ezbrand-product-limited-time-note-price,
#ezbrand-product-limited-time-note-off
{
    color: #b12704;
}

div.form .errorSummary {
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

label.error
{
    color: #C00;
}

div.form div.error input, 
div.form div.error textarea, 
div.form div.error select, 
div.form input.error, 
div.form textarea.error, 
div.form select.error {
    background: #FEE;
    border-color: #C00;
}

.errorMessage
{
    color: red;
    font-weight: bold;
}

.mshop-cart-div
{
    cursor: default;
    width: 500px;
    z-index: 20;
}

.mshop-cart-item
{
    position: absolute;
    right: -7px;
    top: -9px;
    background: #f89406;
    color: #ffffff;
    padding: 2px 6px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    font-size: 11px;
    z-index: 2;
}

#ezbrand-favorite
{
    display: none;
}

#ezbrand-favorite:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.mshop-static-block
{
}

@keyframes mshop-static-block-admin-anima {
  from {
    border-color: #CCC;
  }

  to {
    border-color: #B00;
  }
}

.mshop-static-block-admin
{
    position: relative;
    min-height: 20px;
    border-width: 2px;
    border-style: dashed;
    animation-duration: 3.0s;
    animation-name: mshop-static-block-admin-anima;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.mshop-static-block-admin:hover
{
    min-height: 20px;
}

.EzPageMaster-layout
{
    margin: 0 -15px;
    position: relative;
}

.EzPageMaster-layout:after
{
    content: " ";
    clear: both;
    display: block;
}

.mshop-static-block-admin .EzPageMaster-layout-contain
{
    border: 1px solid #EEE;
    min-height: 30px;
}

.mshop-static-block-admin .EzPageMaster-layout-contain:hover
{
    border: 1px solid #666;
}

.mshop-static-block .mshop-static-block-edit
{
    z-index: 10000;
    top: 0px;
    left: 0px;
    display: none;
    font-size: 10px;
    background: #333;
    padding: 6px;
    font-size: 10px;
    color: #DDD;
    line-height: 0;
    float: left;
    width: inherit;
    cursor: pointer;
}

.mshop-static-block:hover .mshop-static-block-edit
{
    display: inline-block;
}

.mshop-static-block:focus .mshop-static-block-edit
{
    display: inline-block;
}

@media (max-width: 520px) {
    
    .EzPageMaster-layout
    {
        margin: 0;
    }

    .mshop-cart-div
    {
        width: 310px;
    }
    
    .ezbrand-user-orders-div
    {
        font-size: 10px;
    }
}

.mshop-order-panel
{
    background: #FFF;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.mshop-order-panel h1
{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 36px;
}

.mshop-order-panel label
{
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: bold;
}

.mshop-display-block
{
    display: block;
}

@media print {
    .no-print, .no-print * { 
        display: none !important; 
    }
    
    a:link:after, a:visited:after {  
        display: none;
        content: "";    
    }
}

.ezbrand-youtube
{
    max-width: 100%;
}

.ezbrand-youtube iframe
{
    max-width: 100%;
}

.home-product-div-img
{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.home-product-div-img img
{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@font-face {  
    font-family: 'Glyphicons Halflings';  
    src: url('../glyphicons-halflings-regular.eot');
    src: local('Glyphicons Halflings'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype')
         url('../fonts/glyphicons-halflings-regular.svg') format('svg'); 
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.theme-preview .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.theme-preview .btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.theme-preview .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.theme-preview .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.theme-preview .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.EzPageMaster-widget .EzPageMaster-widget-header
{
    display: none;
}

.EzPageMaster-widget .EzPageMaster-widget-image-uploader
{
    display: none;
}

.EzPageMaster-widget .EzPageMaster-widget-video-empty
{
    display: none;
}

.EzPageMaster-widget-image-div img
{
    max-width: 100%;
}

.ezbrand-image-browser-images-div
{
    height: 240px;
    overflow: auto;
}

.ezbrand-image-browser-images-div .image-div
{
    width: 100px;
    float: left;
    margin: 10px;
}

.ezbrand-image-browser-images-div .image-div .image
{
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: pointer;
}

.ezbrand-image-browser-images-div .image-div .image.active
{
    outline: 2px solid #DDD;
}

.ezbrand-image-browser-images-div .image-div .image img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ezbrand-clearfix:before
{
    display: table;
    content: " ";
}

.ezbrand-clearfix:after
{
    clear: both;
}

.ezbrand-mobile-bottom-menu
{
    display: none;
    position: fixed;
    bottom: 0;
    height: 50px;
    background: white;
    z-index: 2000;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    border-top: solid 1px #DDD;
}

.ezbrand-mobile-bottom-menu li
{
    display: inline-block;
    width: 24%;
    text-align: center;
}

.ezbrand-mobile-bottom-menu .ezbrand-mobile-scrollToTop
{
    position: absolute;
    display: none;
    left: 50%;
    top: -34px;
    margin-left: -14px;
    opacity: .8;
    font-size: 24px;
    color: #777;
    cursor: pointer;
    padding: 5px;
}

.ezbrand-mobile-bottom-menu li .ezbrand-mobile-bottom-menu-btn
{
    color: #777;
    font-size: 20px;
    line-height: 32px;
    height: 35px;
}

.ezbrand-mobile-bottom-menu li .ezbrand-mobile-bottom-menu-btn:hover,
.ezbrand-mobile-bottom-menu li .ezbrand-mobile-bottom-menu-btn:active
{
    background: #CCC;
}

.ezbrand-mobile-bottom-menu li .ezbrand-mobile-bottom-menu-btn i
{
    padding-top: 8px;
}  

.ezbrand-mobile-bottom-menu li a .ezbrand-mobile-bottom-menu-btn:hover, 
.ezbrand-mobile-bottom-menu li a .ezbrand-mobile-bottom-menu-btn:active
{
    text-decoration: none;
}

.ezbrand-mobile-bottom-menu li a .ezbrand-mobile-bottom-menu-text
{
    font-size: 10px;
}

.ezbrand-mobile-bottom-menu li a .mshop-cart-item
{
    position: inherit;
    background: 0;
    color: #777;
    padding: 0;
    font-size: 10px;
    right: 0;
    top: 0; 
}

.ezbrand-mobile-bottom-menu li:not(:last-child)
{
    border-right: solid 1px #DDD; 
}

#ezbrand-previous-article-breakline,
#ezbrand-next-article-breakline,
#ezbrand-most-recent-article-breakline,
#ezbrand-related-article-breakline
{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
}

@media (max-width: 769px)
{
    body
    {
        margin-bottom: 50px;
    }
    
    .ezbrand-mobile-bottom-menu
    {
        display: block;
    }
}

@media (max-width: 360px)
{
    .delete-purchase button
    {
        font-size: 10px;
        padding: 3px;
    }
    
    .cart-select-area
    {
        font-size: 10px;
        padding: 3px;
    }
}