@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
    color: #636363;
    background-color: #fff;
}

a {
    cursor: pointer;
    color: #D44343;
}

a, input, textarea, select, li, button, span.close {
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

.trans {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

*:focus {
    outline: none;
}

a img {
    border: none;
}

img.border {
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

img.shadow {
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

a:hover {
    text-decoration: none;
    color: #232d96;
}

h4 {
    font-size: 15px;

}

p {
    font-size: 12px;
}

.trq {
    color: #F55151;
}

.blue {
    color: #2f1dff;
}

.green {
    color: #289f00;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#header {
    margin-bottom: 10px;
    margin-top: 10px;
}

#sitebody {
    position: relative;
}

#header div.top {
    padding-bottom: 5px;
}

#header .header_nav {
    margin-top: 70px;
}

#header .logo {
    text-align: left;
}

#header .user_nav {
    position: relative;
    display: inline-block;
    text-align: right;
}

#header .user_nav > span, #header .user_nav > a {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    cursor: pointer;
    margin-right: 6px;
    line-height: 18px;
    height: 18px;
}

#header .user_nav > span > i, #header .user_nav > a > i {
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 6px;
}

#header .user_nav > span > i.glyphicon-chevron-down, #header .user_nav > a > i.glyphicon-chevron-down {
    font-size: 9px;
    vertical-align: baseline;
}

.btn-primary {
    background-color: #3611C3;
    border-color: #1F0877;
}

.sitenav {
    margin-bottom: 10px;
    height: 52px;
    position: relative;
    background-color: #3611C3;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
}

.sitenav > button {
    display: none;
}

.sitenav ul.mainnav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitenav li {
    position: relative;
}

.sitenav ul.mainnav > li {
    float: left;
    margin: 0;
    border-top: 0 solid #fff;
}

.sitenav ul.mainnav > li > a {
    display: block;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 2000;
    letter-spacing: 0.05em;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font: 500 18px/52px "Roboto", sans-serif;
    padding: 0 15px 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #4276c5;
    border-right:1px solid rgba(255,255,255,0.4);
}

.sitenav ul.mainnav > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    width: 0%;
    border-bottom: 6px solid #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sitenav ul.mainnav > li > a:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    bottom: -52px;
    height: 52px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #333;
}

.sitenav ul.mainnav > li:hover > a {
    color: #fdfdfd;
    text-shadow: none;
}

.sitenav ul.mainnav > li:hover > a:before {
    width: 100%;
    left: 0;
}

.sitenav ul.mainnav > li.current > a:after, .sitenav ul.mainnav > li:hover > a:after {
    bottom: 0;
}

.sitenav ul.subnav {
    display: none;
    position: absolute;
    background-color: #333;
    z-index: 2100;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

.sitenav ul.mainnav > li:hover > ul.subnav {
    display: block;
}

.sitenav ul.subnav > li:hover > ul.subnav {
    display: block;
}

.sitenav ul.subnav ul {
    left: 100%;
    top: 0;
}

.sitenav ul.subnav > li > a {
    line-height: 30px;
    color: #ededed;
    padding-left: 12px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
}

.sitenav ul.subnav > li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.sitenav a i {
    margin-left: 15px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}

.sitenav ul.mainnav > li > a i {
    line-height: 40px;
}

.sitenav .nav_icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sitenav ul.mainnav > li > a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .sitenav ul.mainnav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .sitenav {
        height: 24px;
    }

    .sitenav > button {
        border: none;
        display: block;
        padding: 0 0 0 10px;
        text-align: left;
        width: 100%;
        background-color: #fff;
        color: #777;
        font-size: 24px;
        line-height: 38px;
    }

    .sitenav > button:hover {
        color: #00ff00;
    }

    .sitenav ul.mainnav > li > a {
        font-size: 15px;
        text-shadow: none;
        text-align: left;
    }

    .sitenav ul.mainnav > li {
        float: none;
    }

    .sitenav ul.mainnav {
        position: absolute;
        top: 28px;
        right: 0;
        left: 0;
        background-color: #444;
        z-index: 2000;
        display: none;
    }

    .sitenav ul.mainnav.opened {
        display: inline-block;
    }

    .sitenav ul.subnav {
        display: block;
        position: relative;
        margin-left: 20px;
        background-color: rgba(0, 0, 0, 0.29);
    }

    .sitenav ul.subnav ul {
        left: 0;
        top: 0;
    }

    .sitenav ul.mainnav > li:hover > a {
        padding-top: 0;
    }

    .sitenav ul.mainnav > li.current > a:after, .sitenav ul.mainnav > li:hover > a:after {
        bottom: 0;
    }

    .sitenav ul.mainnav > li > a:before {
        width: 0;
        border-bottom: 0px solid #fff;
    }
}

#searchbox {
    margin-top: 10px;
    position: relative;
}

#searchbox i {
    background: #FDFDFD;
    border: 1px solid #dfdfdf;
    color: #888;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 34px;
    font-size: 18px;
}

#searchbox input {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: block;
    height: 36px;
    padding: 8px 0 6px 6px;
}

body.cke_editable {
    margin: 5px !important;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1400px;
    }
}

#footer {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

#footer .social {
    margin-bottom: 15px;
}

#footer .social img {
    margin: 0;
    opacity: 0.7;
}

#footer .social img:hover {
    opacity: 1;
}

/**
* Block Style 1
*/
.block_style_1 {

}

.block_style_1 .block_title {
    color: #5F5050;
    font-size: 12px;
}

.block_style_1 .block_list_icon {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.block_style_1 .block_list_item {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.block_style_1 .block_list_item a.block_list_link {
    padding: 4px;
    display: block;
    line-height: 24px;
    color: #464646;
}

.block_style_1 .block_list_item:hover a.block_list_link {
    color: #51b7c6;
    text-indent: 10px;
}

.block_style_1 .block_list_item.active a.block_list_link {
    color: #51b7c6;
    text-indent: 10px;
}

.block_style_1 .block_list_modal {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    display: none;
    width: 680px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    font-size: 13px;
}

.block_style_1 .block_list_modal img.thumb {

}

.block_style_1 .block_list_modal a.thumbc {
    display: inline-block;
    margin: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 3px;
    background-color: #fff;
    vertical-align: top;
    position: relative;
}

.block_style_1 .block_list_modal a.thumbc:hover {
    border: 1px solid rgba(0, 237, 255, 0.76)
}

.block_style_1 .block_list_modal a.thumbc span.thumb_title {
    display: block;
    bottom: 10px;
    position: absolute;
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
}

/**
* End Block Style 1
*/

.category {

}

.category h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #3E3D3D;
    letter-spacing: 1px;
}

.category a.thumbc {
    display: inline-block;
    margin: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 3px;
    background-color: #fff;
    vertical-align: top;
    position: relative;
}

.category a.thumbc:hover {
    border: 1px solid rgba(0, 237, 255, 0.76)
}

.category a.thumbc span.thumb_title {
    display: block;
    bottom: 10px;
    position: absolute;
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
}

.category_list .category .category_title {
    background-color: white;
    padding: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.23);
}

.brand_list {
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.category_list h4, .brand_list h4 {
    text-align: center;
    color: #4B8476;
}

.category_list h3, .brand_list h3 {
    text-align: center;
}

.category_list .category_children {
    margin-left: 30px;
    margin-right: 30px;
}

.category_list .category_children .category_child, .category_single {
    display: inline-block;
    margin: 10px;
    background-color: #fff;
    padding: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

.category_list .category_children .category_child:hover, .category_single:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.brand_list .brand {
    display: inline-block;
    margin: 10px;
    padding: 6px;
    text-align: center;
}

.brand_list .brand img {
    max-width: 150px;
    max-height: 150px;
}

.product_list {
    list-style: none;
    padding: 0;
}

.product_list > li {
    padding: 10px 10px 20px;
    float: left;
}

.product_list .node {
    border-right: 1px solid rgb(206, 206, 206);
    background-color: #fff;
    text-align: center;
    height: 360px;
    width: 300px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    position: relative;
}

.product_list .node a {
    display: block;
}

.product_list .node a.image {
    text-align: center;
    width: 300px;
    height: 200px;
}

.product_list .node a.code {
    font-size: 10px;
    color: #444;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(247, 247, 247);
    margin: 20px 0 20px 0;
}

.product_list .node a.name {
    height: 32px;
    line-height: 16px;
    font-size: 13px;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.product_list div.price {
    margin-bottom: 10px;
    color: #333;
}

.product_list div.price span.price {
    font-size: 20px;
    margin-right: 6px;
}

.product_list div.price span.price.delete {
    text-decoration: line-through;
    font-size: 12px;
    color: #7B7B7B;
}

.product_list .node:hover {
    border-color: rgb(230, 230, 230);
}

.product_list .node .controls {
    transition-property: all;
    transition-delay: 0s;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.product_list .node .node_footer {

}

.product_list .node .node_footer .view {
    display: inline-block;
}

.product_list .node:hover .node_footer {

}

.product {

}

.product .image {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
}

.product .image i {
    position: absolute;
    right: 40px;
    top: 20px;
    color: rgba(0, 0, 0, 0.45);
    height: 16px;
    font-size: 16px;
}

.product .image img {
    border: 1px solid #e4e4e4;
    width: 100%;
}

.product .image_list {
    padding: 5px;
}

.product .image_list img {
    height: 100px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 5px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    cursor: pointer;
}

.product .image_list img:hover {
    background-color: #AFFFFC;
    box-shadow: 0 0 12px rgb(10, 192, 236);
    -webkit-box-shadow: 0 0 12px rgb(10, 192, 236);
    -moz-box-shadow: 0 0 12px rgb(10, 192, 236);
}

.product .name {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.product .interact {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.product .info {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.product .info strong {
    color: #444;
    font-weight: normal;

}

.product .combination {
    margin-top: 10px;
}

.product .combination select, .product .addcart select {
    background-color: #fff;
    color: #4E4E4E;
    border: 1px solid #A2A0A0;
    padding: 5px;
    font-size: 13px;
    margin-right: 10px;
}

.product .addcart {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.product .addcart span {
    padding: 0 10px 0 10px;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    line-height: 42px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    display: inline-block;
    vertical-align: top;
}

.product .addcart select {
    padding: 10px;
    font-size: 15px;
    height: 42px;
    display: inline-block;
}

.product div.price {
    margin-bottom: 10px;
}

.product div.price span.price {
    font-size: 28px;
    margin-right: 16px;
}

.product div.price span.price.delete {
    text-decoration: line-through;
    font-size: 18px;
    color: #7B7B7B;
}

#product_attributes table {
    width: 100%;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

#product_attributes table th, #product_attributes table td {
    padding: 5px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

#product_attributes table th {
    width: 5%;
    padding-right: 35px;
}

#product_attributes table td {
    width: 95%;
    padding-left: 15px;
}

#bigimage {
    position: fixed;
    z-index: 6000;
    display: none;
}

#bigimage .bigimage_container {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: relative;
}

#bigimage .bigimage_container img {
}

#bigimage .bigimage_container .close {
    cursor: pointer;
    padding: 10px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    position: absolute;
    top: -12px;
    right: -12px;
    color: #FB3B0B;
    opacity: 0.6;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

#bigimage .bigimage_container .close:hover {
    opacity: 1;
}

#exp {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    display: none;
}

#exp.exp_1 {
    background-color: rgba(255, 255, 255, 0.1);
}

#exp.exp_2 {
    background-color: rgba(255, 255, 255, 0.2);
}

#exp.exp_3 {
    background-color: rgba(255, 255, 255, 0.3);
}

#exp.exp_4 {
    background-color: rgba(255, 255, 255, 0.4);
}

#exp.exp_5 {
    background-color: rgba(255, 255, 255, 0.5);
}

#exp.exp_dark_1 {
    background-color: rgba(0, 0, 0, 0.1);
}

#exp.exp_dark_2 {
    background-color: rgba(0, 0, 0, 0.2);
}

#exp.exp_dark_3 {
    background-color: rgba(0, 0, 0, 0.3);
}

#exp.exp_dark_4 {
    background-color: rgba(0, 0, 0, 0.4);
}

#exp.exp_dark_5 {
    background-color: rgba(0, 0, 0, 0.5);
}

#exp.exp_dark_6 {
    background-color: rgba(0, 0, 0, 0.6);
}

#exp.exp_dark_7 {
    background-color: rgba(0, 0, 0, 0.7);
}

#exp.exp_dark_8 {
    background-color: rgba(0, 0, 0, 0.8);
}

#exp.exp_dark_9 {
    background-color: rgba(0, 0, 0, 0.9);
}

#exp.exp_dark_10 {
    background-color: rgba(0, 0, 0, 1);
}

.cart_preview {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 15000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    top: 30px;
    right: 0;
}

.cart_preview .inner {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.cart_preview .image img {
    width: 100%;
}

.cart_preview .name h3 {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: left;
}

.cart_preview .name p {
    font-size: 15px;
    text-align: left;
}

.cart_preview .name p span {
    float: right;
    font-size: 11px;
    color: #777777;
}

.cart_preview .controls span {
    color: #FF5600;
}

.cart_preview .cart_preview_footer h3 {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.cart_preview .cart_preview_footer h3 .count {
    font-size: 13px;
    font-weight: normal;
}

.cart_preview .cart_preview_footer h3 .price {
    float: right;
}

.theme_alert {
    display: none;
    position: fixed;
    top: 100px;
    min-width: 400px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 10000;
    border: 1px solid #999;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.theme_alert_fade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.65);
}

.theme_alert .title {
    background-color: #dedede;
    line-height: 18px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
    cursor: move;
}

.theme_alert.danger .title {
    background-color: #d9534f;
    color: #fff;
}

.theme_alert .text {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 60px;
}

.theme_alert .actions {
    padding: 5px;
    margin-top: 20px;
    border-top: 1px solid #CECECE;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#progress {
    display: none;
    position: fixed;
    top: 100px;
    min-width: 400px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 10000;
    border: 1px solid #999;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    width: 450px;
}

#progress .title {
    background-color: #dedede;
    line-height: 18px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
}

#progress .text {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 60px;
}

.nav-tabs {
    border: none;
    border-bottom: 1px solid #ededed;
}

.nav-tabs > li > a {
    font-size: 14px;
    color: #8E8A8A;
    border: none;
}

.nav-tabs > li > a > i {
    margin-left: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #303030;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs-indicator {
    background: #fff url(../images/tab_active.png) no-repeat 0 0;
    height: 11px;
    width: 20px;
    position: relative;
    top: -1px;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #208A00;
}

.cart .tab-pane {

}

table.table-panel {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

table.table-panel thead {
    background: #363636;
    color: #fff;
}

table.table-panel tbody {
    border: 1px solid #D4D4D4;
}

table.table-panel td, table.table-panel th {
    padding: 10px;
    border-bottom: 1px solid #D4D4D4;
    font-weight: normal;
}

table.table-panel tbody tr {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

table.table-panel tbody tr:hover {
    background-color: rgba(155, 255, 226, 0.2);
}

#cart_summary img.product_image, #list_summary img.product_image {
    width: 100px;
    float: left;
    margin: 10px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#cart_summary .product_name, #list_summary .product_name {
    margin: 10px;
    font-size: 13px;
}

#cart_summary .product_combination, #list_summary .product_combination {
    margin: 10px;
    font-size: 11px;
}

#cart_summary .delivery_time, #list_summary .delivery_time {
    color: #eb5874;
    font-size: 11px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#cart_summary .product_quantity_status span, #list_summary .product_quantity_status span {
    display: inline-block;
    padding: 3px 8px;
    font-size: 13px;
    color: #fff;
}

#cart_summary .product_quantity_status span.in_stock, #list_summary .product_quantity_status span.in_stock {
    background-color: #2D9400;
}

#cart_summary .product_quantity_status span.out_stock, #list_summary .product_quantity_status span.out_stock {
    background-color: #000;
}

@media (max-width: 800px) {
    #cart_summary img.product_image, #list_summary img.product_image {
        float: none;
        display: block;
    }
}

#cart_summary div.product_quantity, #list_summary div.product_quantity {
    width: 200px;
}

#cart_summary span.product_quantity, #list_summary span.product_quantity {
    text-align: right;
}

.cart_footer {
    margin-bottom: 10px;
    color: #808080;
}

.cart_footer .price {
    text-align: right;
    font-size: 22px;
    margin: 5px;
}

.cart_footer .price.total {
    border-top: 1px solid #e4e4e4;
}

.cart_footer .price .price_name {
    display: inline-block;
    width: 200px;
    text-align: right;
}

.cart_footer .price .price_value {
    display: inline-block;
    width: 120px;
    text-align: right;
}

#cart_login {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

#cart_login .input-group {
    margin-bottom: 10px;
}

.usermenu {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 15000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    top: 30px;
    right: 0;
    display: none;
}

.usermenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.usermenu li {
    padding: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    margin: 10px;
}

.usermenu li a {
    display: block;
    height: 24px;
    color: #4d4d4d;
}

.usermenu li a:hover {
    color: #61bacc;
}

.usermenu .inner {
    border: 1px solid #e4e4e4;
    padding: 4px;
}

/**
window
*/
.modal_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 10000;
    display: none; }
.modal_container .window {
    width: 800px;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    z-index: 10000;
    border: 1px solid #999;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    padding: 14px;
    position: relative; }
.modal_container .window .inner {
    border: 1px solid #e4e4e4;
    padding: 8px; }
.modal_container .window.wide {
    right: 20px;
    left: 20px;
    width: auto;
    position: absolute; }
.modal_container .window.wide .inner {
    overflow: auto; }
.modal_container .window.wide .inner > .row {
    margin: 0; }
.modal_container .window > span.close {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: #000;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    color: #e4e4e4;
    border-radius: 50em;
    opacity: 1;
    border: 3px solid #fff;
    cursor: pointer; }
.modal_container .window h2 {
    color: #4d4d4d; }
.modal_container .window p {
    color: #4d4d4d;
    font-style: italic;
    margin: 30px; }

#loginwindow h2 {
    color: #4d4d4d;
}

#loginwindow p {
    color: #4d4d4d;
    font-style: italic;
    margin: 30px;
}

.input {
    text-align: left;
    margin: 10px 3px;
}

.input.inline {
    display: inline-block;
}

.input input, .input textarea {
    width: 298px;
    display: inline-block;
    text-indent: 10px;
    color: #999;
    font-style: italic;
    border: solid 1px #e0e0e0;
}

.input input {
    line-height: 34px;
    height: 34px;
}

.input select {
    border: solid 1px #e0e0e0;
    line-height: 28px;
    height: 28px;
    padding-left: 3px;
    padding-right: 3px;
    color: #999;
    font-style: italic;
    background-color: #fff;
}

input.email, input.password {
    background: no-repeat 274px center;
}

input.email {
    background-image: url(../images/user-name.png);
}

input.password {
    background-image: url(../images/user-password.png);
}

.input input:focus, .input textarea:focus {
    border-color: #61f4d8 !important;
}

.input.big label.label {
    font-weight: normal;
    color: #4d4d4d;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    display: inline-block;
    width: 200px;
    text-align: right;
}

.input.big div.help-block {
    font-style: italic;
    margin-left: 15%;
    font-size: 12px;
    color: #8E8E8E;
}

.input.big .cb.multi, .input.big .cr.multi {
    margin-left: 200px;
    width: auto;
    position: relative;
    top: -40px;
}

.input.big .cb.inline, .input.big .cr.inline {
    margin-left: 0;
    width: 90px;
    top: 10px;
}

.input input.file {
    display: none;
}

.input .image_trigger, .input .image_trigger_side {
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    color: #fff;
    margin-left: 24px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 50em;
    background-color: #56B6C6;
}

.input .image_trigger {
    width: 96px;
    height: 96px;
}

.input .image_trigger i {
    line-height: 96px;
}

.input .image_trigger img {
    position: relative;
}

.input .image_trigger_side {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.input .image_trigger_side i {
    line-height: 48px;
}

.input .image_side {
    max-width: 150px;
    max-height: 150px;
    margin-left: 10px;
    vertical-align: middle;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}

.input .image_trigger:hover, .input .image_trigger_side:hover {
    background-color: #72fdff;
}

.button {
    padding: 0 10px 0 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    line-height: 42px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    vertical-align: top;
    background-color: #63baaa;
    display: inline-block;
    margin: 10px 0;
}

.button:hover {
    background-color: #09A98B;
}

.button.small {
    width: auto;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    margin: 0;
}

.button.cancel {
    background-color: #8f4f53;
}

.button.cancel:hover {
    background-color: #a5494f;
}

.button.proceed {
    background-color: #56b6c6;
}

.button.proceed:hover {
    background-color: #4490c6;
}

.button.back, .button.next {
    background-color: #b0b0b0;
}

.button.back:hover, .button.next:hover {
    background-color: #999999;
}

#loginwindow .forgot {
    text-align: right;
    display: block;
    width: 300px;
    margin: 10px auto;
}

#loginwindow .register {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    width: 200px;
}

#loginwindow .register:hover {
    border-color: #09A98B;
    color: #09A98B;
}

div.center {
    margin: 0 auto;
    text-align: center;
}

#loginwindow div.center {
    width: 300px;
}

#loginwindow div.center.big {
    width: 600px;
}

div.pagination {
    text-align: center;
    display: block;;
}

span.cert {
    color: #0097ff;
    cursor: pointer;
    font-style: italic;
}

span.cert:hover {
    color: #111;
    text-decoration: underline;
}

div.cert {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 150px;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

div.cert span.close {
    position: absolute;
    top: 0;
    height: 24px;
    right: 0;
    display: block;
    background-color: #505050;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-shadow: none;
}

div.cert span.close:hover {
    background-color: #222;
}

div.cert > div.content {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 24px;
}

div.error {
    display: none;
    margin: 5px;
    padding: 4px;
}

.cb {
    width: 300px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    border: solid 1px #e0e0e0;
    display: inline-block;
}

.cb input {
    display: none;
}

.cb label {
    color: #5A5A5A;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 10px;
    line-height: 20px;
    white-space: nowrap;
    text-indent: 28px;
    border-radius: 4px;
    background-color: #4E4E4E;
    font-style: italic;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
}

.cb label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cb label:hover {
    background-color: #61f4d8;
}

.cb label:hover::after {
    border-color: #111;
}

.cb input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.cb select {
    line-height: 20px;
    height: 20px;
}

.cr {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    border: solid 1px #e0e0e0;
}

.cr input {
    display: none;
}

.cr label {
    color: #5A5A5A;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 10px;
    line-height: 20px;
    white-space: nowrap;
    text-indent: 28px;
    border-radius: 4px;
    background-color: #4E4E4E;
    font-style: italic;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
}

.cr label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cr label:hover {
    background-color: #61f4d8;
}

.cr label:hover::after {
    border-color: #111;
}

.cr input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.cr.inline, .cb.inline {
    width: 90px;
    display: inline-block;
    border: none;
}

.cr.twolines, .cb.twolines {
    height: 64px;
}

.cr.wide, .cb.wide {
    width: 600px;
}

#captcha {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    display: inline-block;
}

#captcha img {
    display: inline-block;
}

#captcha .refresh {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
    cursor: pointer;
}

#captcha .refresh:hover {
    color: #1794D4;
}

.input-group.min {
    width: 1%;
    margin-bottom: 5px;
}

.input-group.min .form-control {
    width: 250px;
}

.cart_address {
    margin: 10px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    background-color: #F9F9F9;
}

.cart_address h3 {
    margin: 0;
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D8D8D8;
}

.cart_payment_details {
    display: none;
    border: 1px solid #ededed;
    padding: 5px;
    margin: 5px;
}

label.payment {
    display: block;
    border: 1px solid #ededed;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}

label.payment:hover {
    background-color: rgba(225, 241, 238, 0.34);
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.panel .inner {
    border: 1px solid #ededed;
    padding: 15px;
}

.panel.panel-dark .panel-heading {
    background-color: #363636;
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.carrier_logo {
    max-height: 50px;
    max-width: 150px;
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    padding: 3px 9px;
    font-size: 13px;
}

.breadcrumb > li + li:before {
    color: #929292;
    content: "\00BB";
}

.breadcrumb > .active, .breadcrumb > .active > a {
    color: #346BA9;
}

.list-ok {
    list-style: none;
}

.list-ok li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "\e013";
    color: #518FF5;
}

div.map {
    width: 100%;
    height: 400px;
}

div.uploaded_image_container {
    margin: 10px;
    border-bottom: 1px solid #ededed;
}

div.uploaded_image_container span {
    position: relative;
    display: inline-block;
}

div.uploaded_image_container span i {
    position: absolute;
    right: -8px;
    top: -8px;
    color: #861313;
    background-color: white;
    border-radius: 50em;
    font-size: 24px;
    cursor: pointer;
}

div.uploaded_image_container span i:hover {
    color: #ff4336;
}

div.uploaded_image_container span img {
    max-width: 150px;
    max-height: 150px;
    margin-left: 10px;
    vertical-align: middle;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}

.req {
    color: #9b0a1e;
    font-style: italic;
}

#transfer {
    position: absolute;
    z-index: 10000;
    background-color: #07f0ff;
    opacity: 0.95;
}

.payment_price {
    margin-left: 100px;
}

div.social {
    margin: 5px;
}

div.social div.social_element {
    display: inline-block;
    margin-right: 5px;
    height: 32px;
    vertical-align: middle;
}

.ui-front {
    z-index: 10000;
}

.place_preview {
    list-style: none;
    padding: 0;
}

.place_preview > li {
    padding: 10px;
}

.place_preview .node {
    border: 3px solid rgb(247, 247, 247);
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: relative;
}

.place_preview .node .image {
    max-height: 300px;
    overflow: hidden;
    border: 1px solid #ededed;
    margin: 10px;
}

.place_preview .node .image img {
    width: 100%;
}

.place_preview h3, .place_preview p {
    padding: 10px;
    margin: 0;
}

#place_images {

}

#place_images span {
    height: 150px;
    width: 150px;
    line-height: 150px;
    text-align: center;
    margin: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

#place_images span:hover {
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.71);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.71);
}

#place_images span img {
    max-width: 150px;
    max-height: 150px;
}

.place .coupons .node {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    width: 270px;
    height: 300px;
    position: relative;
}

.place .coupons .node button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.place .coupons .node .price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 22px;
    color: #108A32;
}

#globalLoading {
    padding: 30px;
    color: #4A4A4A;
    font-size: 14px;
    background-color: #C8F9FD;
    -moz-box-shadow: 0 0 8px #141414;
    -webkit-box-shadow: 0 0 8px #141414;
    box-shadow: 0 0 8px #313131;
    position: fixed;
    z-index: 21000;
    border-radius: 5px;
    min-width: 40%;
    display: none;
    text-align: center;
}

#globalLoading.inside {
    position: relative !important;
}

.collapsed > .glyphicon:before {
    content: "\2b" !important;
}

div.enpama_auth {
    background-color: transparent !important;
    line-height: 12px !important;
}

div.enpama_auth.dark {
    background-color: transparent !important;
}

div.enpama_auth.padded {
    text-align: center;
    width: 150px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.89) !important;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .75);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

div.enpama_auth a {
    font-size: 12px !important;
    font-family: Arial, sans-serif, Helvetica !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    text-decoration: none;
    color: #111;
}

div.enpama_auth a:hover {
    color: #d64700
}

div.enpama_auth.dark a {
    color: #222;
}

div.enpama_auth.dark a:hover {
    color: #d64700
}
