@charset "utf-8";
.preloader{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/system_elem/preloader.gif);
    background-color: white;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    display: none;
}
.static_system_message{
    color: rgb(10, 144, 2);
    text-align: center;
    font-size: 1.3em;
    border: thin solid rgb(10, 144, 2);
    margin: 10px 0;
    padding: 10px 0;
    display:none;
}
    .static_system_message.unsuccess{
        color:#FF0E0E;
        border:thin solid #FF0E0E;
    }
    
.notification{
    color: rgb(10, 144, 2);
    text-align: center;
    font-size: 1.3em;
    border: thin solid rgb(10, 144, 2);
    margin: 10px 0;
    padding: 10px 0;
}
    .notification.unsuccess{
        color:#FF0E0E;
        border:thin solid #FF0E0E;
    }

.fade_in_system_message{
    position: fixed;
    z-index: 8000;
    right: 0;
    left: 0;
    text-align: center;
    padding: 15px 0px 15px 0px; 
    background-color: rgba(27, 92, 23, 0.9);
    font-size: 1.4em;
    color: white;
    border-top: thin solid #CCC;
    border-bottom: thin solid #CCC;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    opacity:0;
    transition:0.4s all ease-in-out;
    visibility:hidden;
}
    .fade_in_system_message.unsuccess{
        background-color: rgba(186, 21, 21, 0.94);
    }
    .fade_in_system_message.show{
        top:0 !important;
        opacity:1;
        visibility:visible;
    }
#show_confirm_message{
    position: fixed;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 8000;
    width: auto;
    background-color: rgba(255,255,255,0.9);
    color: black;
    margin: 0 auto;
    padding: 15px 15px 20px;
    border: thin solid #F88B3D;
    text-align: center;
    font-size: 1.1em;
    display: none;
    width: 40%;
    min-width: 320px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(248,139,61,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(248,139,61,1);
    box-shadow: 0px 0px 5px 0px rgba(248,139,61,1);
}
        #show_confirm_message .notice{
            font-size: 1.3em;
            margin: 0 0 15px 0;
        }
        #show_confirm_message .yes{
            display: inline-block;
            background-color: #F88B3D;
            padding: 3px 20px;
            cursor: pointer;
            position: relative;
            bottom: 0;
            border-radius: 4px;
            border: 2px solid white;
            margin:0 15px 0 0;
            color: white;
        }
        #show_confirm_message .yes:hover{
            background-color: #FC6900;
        }
        #show_confirm_message .no{
            display: inline-block;
            background-color: #ED1C24;
            padding: 3px 20px;
            cursor: pointer;
            position: relative;
            bottom: 0;
            border-radius: 4px;
            border: 2px solid white;
            color: white;
        }
        #show_confirm_message .no:hover{
            background-color:#cd1017;
        }   
        
.admin_edit{
    background-image: url(../images/system_elem/edit.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px 10px 5px 0;
}
    .admin_edit:hover{
        background-image: url(../images/system_elem/edit_hover.png);
    }
 
.admin_mode{
    background-image: url(../images/system_elem/mode.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px 10px 5px 0;
}
    .admin_mode:hover{
        background-image: url(../images/system_elem/mode_hover.png);
    }
    

.asynPagination{
    
}  
    .asynPagination .button{
        background-color: #234181;
        color: #fff;
        padding: 10px 18px;
        border-radius: 5px;
        border:thin solid #ccc;
        cursor:pointer;
    } 
    .asynPagination .button:hover{
        color:#000;
        background-color:#FCEC1D;
    }

.web_paginator{
    text-align:center; 
    font-size: 14px;
    margin: 15px 0 10px 0;
}
        .web_paginator .item{
            display:inline-block;
            margin: 0 7px;
        }
        .web_paginator .item a{
            color:#3f3f3f;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
            display: block;
            border-radius: 50%;
            line-height: 40px;
            height: 40px;
            width: 40px;
            text-align: center;
            transition: 0.1s ease-in-out all;
        }
        .web_paginator .item a:hover{
            color:white;
            background-color: rgb(35, 67, 144);
        }
        .web_paginator .item_selected{
            background-color: rgb(35, 67, 144);
            color:white;
            display:inline-block;
            margin: 0 7px;
            border-radius: 50%;
            line-height: 40px;
            height: 40px;
            width: 40px;
            text-align: center;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
        }

#cookies_notification{
    background-color: #4E4E4E;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}        
    #cookies_notification .cookie_question{
        
    }
    #cookies_notification .cookie_button{
        background-color: #CBCBCB;
        color:#4E4E4E;
    }
        #cookies_notification .cookie_button:hover{
            background-color: #9B9B9B;
        }
 
        
.blur{
    filter: blur(1px);
}
.overlay{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.5);
    z-index: 6000;
    display: none;
}
        
#window_option{
    position: fixed;
    top: 20%;
    width: 650px;
    height: 400px;
    max-width: 100%;
    max-height: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 6100;
    border: thin solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.78);
    display: none;
    overflow: auto;
}
    #window_option .preloader{
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/system_elem/preloader.gif);
        background-color: white;
        opacity: 0.8;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 6200;
        display: none;
    }
    #window_option .close_button{
        position: absolute;
        right: 8px;
        top: 6px;
        width: 24px;
        height: 24px;
        background-image: url(../images/system_elem/close_button.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }
        #window_option .close_button:hover{
            background-image: url(../images/system_elem/close_button_hover.png);
        }
    #window_option .window_option_ajax h1{
        font-size: 1.3em;
        text-transform: uppercase;
        padding: 8px 15px;
        border-bottom: thin solid #ccc;
        color: #444;
        margin: 0;
    }
    
    
        
        
.rating {
      overflow: hidden;
      display: inline-block;
  }
  .rating-input {
      float: right;
      width: 31px;
      height: 30px;
      padding: 0;
      margin: 0 0 0 -31px;
      opacity: 0;
  }
  .rating-star {
      display: block;
      width: 31px;
      height: 30px;
      background-image: url('../images/system_elem/rating_star.png');
  }
  .rating-star:hover {
      background-image: url('../images/system_elem/rating_star_hover.png');
  }
  .rating:hover .rating-star:hover,
  .rating:hover .rating-star:hover ~ .rating-star,
  .rating-input:checked ~ .rating-star {
      background-image: url('../images/system_elem/rating_star_hover.png');
  }
  .rating-star,
  .rating:hover .rating-star {
      position: relative;
      float: right;
      display: block;
      width: 31px;
      height: 30px;
      background-image: url('../images/system_elem/rating_star.png');
  }
  
  
.cart_content{
    position:fixed;
    top: 15%;
    width: 50%;
    max-height: 85%;
    max-width: 100%;
    z-index: 6500;
    background-color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.32);
    border-radius: 15px;
    border: 2px solid #589ac9;
    overflow: hidden;
    display: none;
}
    .cart_content h1{
        min-height: 0;
        font-weight: normal;
        margin: 0 !important;
    }
    .cart_content .products_list{
        overflow-y: auto;
        max-height: 300px;
    }
        .cart_content .products_list .products_row{
            border-bottom: thin solid #dedede;
            min-height: 80px;
            padding: 5px 0;
        }
            .cart_content .products_list .products_row .product_name{
                font-size: 1em;
            }
            .cart_content .products_list .products_row .product_name .image{
                min-width: 70px;
                text-align: center;
            }
            .cart_content .products_list .products_row .product_name img{
                max-height: 70px;
                max-width: 70px;
            }
            .cart_content .products_list .products_row .product_price{
                font-size: 1.2em;
                font-weight: bold;
            }
            
    .cart_content .action_buttons{
        float: right;
        right: 15px;
        bottom: 15px;
        padding: 15px 30px;
    }
        .cart_content .action_buttons .button{
            float: left;
            padding: 7px 13px;
            border: thin solid #dbdbdb;
            border-radius: 8px;
            font-size: 13px;
            display: block;
            transition: 0.15s all ease-in-out;
            cursor: pointer;
        }
            .cart_content .action_buttons .button:hover{
                background-color: #f2f2f2;
                -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.58);
                -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.58);
                box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.58);
            }
                .cart_content .action_buttons .button:hover.cart_show_content{
                    color: #1f2a53;
                }
        .cart_content .action_buttons .cart_continue_buy{
            background-color: #f3e635;
        }
        .cart_content .action_buttons .cart_show_content{
            background-color: #4c9ed9;
            margin: 0 0 0 20px;
            color:#fff;
        }