@media (max-width: 320px) {
    #header a.logo>img{
        width: 165px;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #header a.logo>img{
        width: 210px;
        height: auto;
    }
}

.color-white {
    color: #fff !important;
}

fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

fieldset legend {
    display: block;
    width: auto;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: inherit;
    color: #333333;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

fieldset .form-control,
fieldset .form-control:focus {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
    border-color: #f3f3f3;
}

/* input 提示字 */
.form-group i.placeholder {
    position: absolute;
    right: 30px;
    top: 5px;
    color: #999;
}

.RC-reset {
    padding: 0px;
    overflow: initial;
}

.cart.table .product small {
    font-size: 12px;
    display: block;
    color: #999999;
}

div.shop-item > .thumbnail .shop-item-info {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 20;
    width: 70px;
}

.product-price {
    font-size: 24px;
    color: #e60012;
}

.modal-footer .btn { margin-bottom: 0 !important; }

.border-gray { border-color: #aaa !important; }

mark.highlight { background: #ffff00 !important; }

img.emoji {
    height: 1em !important;;
    width: 1em !important;;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
    display: inline-block;
}

.ProductTitle {
    /*min-height: 60px;*/
}

.ProductTitle a {
    /*min-height: 40px;*/
    display: block;
    text-decoration: none;
}

.ProductImgBox {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.ProductImg-Sidebar {
    display: block;
    width: 80px !important;
    height: 0 !important;
    padding-top: 100% !important;
    overflow: hidden;
    border-radius: 4px;
}

.ProductImg-Sidebar img {
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto !important;
}

.ProductImg {
    display: block;
    width: 100% !important;
    height: 0 !important;
    padding-top: 100% !important;
    overflow: hidden;
    border-radius: 4px;
}

.ProductImg img {
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto !important;
}

.ProductImgShowAll {
    display: block;
    width: 100% !important;
    height: 0 !important;
    padding-top: 100% !important;
    overflow: hidden;
    border-radius: 4px;
}

.ProductImgShowAll .ShowImg {
    float: none !important;
    display: block !important;
    object-fit: cover;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto !important;
}

.overlay-container:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

.overlay-container img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin: 0 auto;
}

/* Social icons block
---------------------------------- */
.social-links {
    list-style: none;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.social-links li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    color: #cdcdcd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.social-links li a i {
    line-height: 40px;
}

.social-links li a:hover {
    background-color: transparent;
    border-color: #0c9ec7;
    color: #0c9ec7;
}

.social-links.animated-effect-1 li a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.social-links.animated-effect-1 li a:hover {
    color: #ffffff !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.social-links.animated-effect-1 li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    background-color: #09afdf;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
    -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
    transition: transform 0s, opacity 0.3s, background-color 0.3s;
}

.social-links.animated-effect-1:not(.circle) li a:after {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.social-links.default li a {
    background-color: #09afdf;
    border: 1px solid #0c9ec7;
    color: #ffffff;
}

.social-links.default li a:hover {
    background-color: #ffffff;
    color: #777777;
}

.dark .social-links li a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.dark.social-links li a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.dark.social-links li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.colored .social-links li a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.01);
    color: #ffffff;
}

.header-top .social-links {
    margin: 0;
    display: inline-block;
    margin-top: 2px;
}

.full-page .header .social-links {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-content .social-links li {
    margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
    color: #777777;
    background-color: transparent;
    border-color: #777777;
}

.footer-content .social-links li a:hover {
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
}

.social-links.extra-small li a {
    width: 24px;
    height: 24px;
    font-size: 15px;
}

.social-links.extra-small li a i {
    line-height: 23px;
}

.social-links.small li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.social-links.small li a i {
    line-height: 29px;
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.social-links.large li a i {
    line-height: 60px;
}

.social-links.square li a,
.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.social-links.animated-effect-1 li.twitter a:hover {
    border-color: #55acee;
}

.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

.social-links.animated-effect-1 li.skype a:hover {
    border-color: #00aff0;
}

.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #ffffff;
}

.social-links.animated-effect-1 li.linkedin a:hover {
    border-color: #0976b4;
}

.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #ffffff;
}

.social-links.animated-effect-1 li.googleplus a:hover {
    border-color: #dd4b39;
}

.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

.social-links.animated-effect-1 li.youtube a:hover {
    border-color: #b31217;
}

.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
    background-color: #b31217;
    border-color: #b31217;
    color: #ffffff;
}

.social-links.animated-effect-1 li.flickr a:hover {
    border-color: #ff0084;
}

.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #ffffff;
}

.social-links.animated-effect-1 li.facebook a:hover {
    border-color: #3b5998;
}

.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.social-links.animated-effect-1 li.pinterest a:hover {
    border-color: #cb2027;
}

.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #ffffff;
}

.social-links.animated-effect-1 li.instagram a:hover {
    border-color: #517fa4;
}

.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #ffffff;
}

.social-links.animated-effect-1 li.vimeo a:hover {
    border-color: #aad450;
}

.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
    background-color: #aad450;
    border-color: #aad450;
    color: #ffffff;
}

.social-links.animated-effect-1 li.tumblr a:hover {
    border-color: #32506d;
}

.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
    background-color: #32506d;
    border-color: #32506d;
    color: #ffffff;
}

.social-links.animated-effect-1 li.soundcloud a:hover {
    border-color: #ff3a00;
}

.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
    background-color: #ff3a00;
    border-color: #ff3a00;
    color: #ffffff;
}

.social-links.animated-effect-1 li.foursquare a:hover {
    border-color: #0072b1;
}

.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
    background-color: #0072b1;
    border-color: #0072b1;
    color: #ffffff;
}

.social-links.animated-effect-1 li.dribbble a:hover {
    border-color: #ea4c89;
}

.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #ffffff;
}

.social-links.animated-effect-1 li.xing a:hover {
    border-color: #126567;
}

.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
    background-color: #126567;
    border-color: #126567;
    color: #ffffff;
}

.social-links.animated-effect-1 li.behance a:hover {
    border-color: #126567;
}

.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
    background-color: #053eff;
    border-color: #053eff;
    color: #ffffff;
}

.social-links.animated-effect-1 li.vine a:hover {
    border-color: #126567;
}

.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
    background-color: #00a478;
    border-color: #00a478;
    color: #ffffff;
}

.social-links.animated-effect-1 li.stumbleupon a:hover {
    border-color: #126567;
}

.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
    background-color: #f74425;
    border-color: #f74425;
    color: #ffffff;
}

.social-links .dropdown > button {
    padding: 1px 15px 0px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.social-links .dropdown > button i {
    width: 15px;
}

.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
    color: #09afdf;
}

.header-top.colored .social-links .dropdown > button > i:before,
.header-top.colored .social-links .dropdown.open > button > i:before {
    color: #ffffff;
}

.header-top .social-links .dropdown.open > button > i:before {
    content: "\f00d";
}

.social-links .dropdown-menu {
    z-index: 103;
    padding: 5px;
    min-width: 270px;
    margin-top: 6px;
    font-size: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f2f2;
    border: 1px solid #D0D0D0;
    border-top: none;
}

.social-links .dropdown-menu li a,
.dark .social-links .dropdown-menu li a i,
.colored .social-links .dropdown-menu li a i {
    padding: 0;
    line-height: 30px;
    color: #ffffff;
}

.social-links .dropdown-menu li a i {
    padding-left: 0;
}

.social-links .dropdown-menu li a:hover i {
    color: #ffffff;
}

.colored.social-links li.line a, .colored.social-links li.line a:hover, .colored.social-links li.line a:after {
    background-color: #00B901 !important;
    border-color: #00B901;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.line a:hover {
    background-color: #00B901 !important;
    border-color: #00B901;
    color: #ffffff;
}

.social-links li a {
    padding: 0;
}

.social-links li a > i.fa {
    padding: 0 !important;
}

.footer-content .social-links li a {
    color: white !important;
}

.footer-content .social-links li a:hover {
    color: black !important;
}

/* 7 Blocks/Widgets
-------------------------------------------------
-------------------------------------------------*/
/* Social icons block
------------------------------ */
.social-links li a {
    border: 1px solid #e7e7e7;
    color: #cdcdcd;
}

.social-links li a:hover {
    background-color: transparent;
    border-color: #b0984d;
    color: #b0984d;
}

.dark.social-links li a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.social-links.animated-effect-1 li a:hover {
    color: #ffffff !important;
}

.social-links.animated-effect-1 li a:after {
    background-color: #c7ac56;
}

.default.social-links li a {
    background-color: #c7ac56;
    border: 1px solid #b0984d;
    color: #ffffff;
}

.default.social-links li a:hover {
    background-color: #ffffff;
    color: #777777;
}

/*Header Top Dropdowns*/
.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
    color: #c7ac56;
}

.header-top.colored .social-links .dropdown > button > i:before,
.header-top.colored .social-links .dropdown.open > button > i:before {
    color: #ffffff;
}

.dark.header-top .dropdown-menu {
    border: 1px solid #23221d;
    border-top: none;
    background: #302e28;
}

.header-dropdown-buttons .btn-group .dropdown-menu {
    border: none;
}

/*#region 加減按鈕*/
.sp-minus { width: 40px; height: 40px; border: 1px solid #f2f2f2; float: left; text-align: center; color: #999; cursor: pointer;}

.sp-input { width: 80px; height: 40px; border: 1px solid #f2f2f2; border-left: 0px solid black; float: left;}

.sp-plus { width: 40px; height: 40px; border: 1px solid #f2f2f2; border-left: 0px solid #f2f2f2; float: left; text-align: center; color: #999; cursor: pointer;}

.sp-input input { height: 100%; width: 100%; padding: 0; text-align: center; border: 0;}

.sp-input input:focus { border: 1px solid #f2f2f2; border: none;}

.sp-minus a, .sp-plus a { display: block; width: 100%; height: 100%; padding-top: 5px; color: #999;text-decoration: none;}

/*#endregion 加減按鈕*/

@media (max-width: 575px) {
    .bootbox.modal { padding: 5px 5px 90px 5px; }
}

.cartContent .qty { float: none; }

.min-h-250 {
    min-height: 250px;
}

.tags-cloud .tag.active span.txt, .vegan-cloud .tag.active span.txt {
    background-color: #d9534f;
    color: #FFF !important;
}

.inline-search input.serch-input {
    color: #414141;
}

/*#region smart-checkbox */

.smart-checkbox input.scb-input.inverted:checked ~ .text:before {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.smart-checkbox input.scb-input.colored-white ~ .text { color: #ffffff; }

.smart-checkbox input.scb-input.colored-white ~ .text:before { border-color: #fafafa; }

.smart-checkbox input.scb-input.colored-white:checked ~ .text { color: #ffffff; }

.smart-checkbox input.scb-input.colored-white:checked ~ .text:before { border-color: #333333; color: #333333; }

.smart-checkbox input.scb-input.colored-blue:checked ~ .text { color: #5db2ff; }

.smart-checkbox input.scb-input.colored-blue:checked ~ .text:before { border-color: #5db2ff; color: #5db2ff; }

.smart-checkbox input.scb-input.colored-primary:checked ~ .text { color: #4374e0; }

.smart-checkbox input.scb-input.colored-primary:checked ~ .text:before { border-color: #4374e0; color: #4374e0; }

.smart-checkbox input.scb-input.colored-danger:checked ~ .text { color: #d73d32; }

.smart-checkbox input.scb-input.colored-danger:checked ~ .text:before { border-color: #d73d32; color: #d73d32; }

.smart-checkbox input.scb-input.colored-success:checked ~ .text { color: #53a93f; }

.smart-checkbox input.scb-input.colored-success:checked ~ .text:before { border-color: #53a93f; color: #53a93f; }

.smart-checkbox input.scb-input.colored-warning:checked ~ .text { color: #f4b400; }

.smart-checkbox input.scb-input.colored-warning:checked ~ .text:before { border-color: #f4b400; color: #f4b400; }

.smart-checkbox input.scb-input.colored-silver:checked ~ .text { color: #777777; }

.smart-checkbox input.scb-input.colored-silver:checked ~ .text:before { border-color: #777777; color: #777777; }

.smart-checkbox input.scb-input.colored-blueberry:checked ~ .text { color: #6f85bf; }

.smart-checkbox input.scb-input.colored-blueberry:checked ~ .text:before { border-color: #6f85bf; color: #6f85bf; }

.smart-checkbox input.scb-input.colored-palegreen:checked ~ .text { color: #a0d468; }

.smart-checkbox input.scb-input.colored-palegreen:checked ~ .text:before { border-color: #a0d468; color: #a0d468; }

.smart-checkbox input.scb-input.colored-orange:checked ~ .text { color: #fb6e52; }

.smart-checkbox input.scb-input.colored-orange:checked ~ .text:before { border-color: #fb6e52; color: #fb6e52; }

.smart-checkbox input.scb-input.colored-darkorange:checked ~ .text { color: #ed4e2a; }

.smart-checkbox input.scb-input.colored-darkorange:checked ~ .text:before { border-color: #ed4e2a; color: #ed4e2a; }

.smart-checkbox input.scb-input.colored-magenta:checked ~ .text { color: #bc5679; }

.smart-checkbox input.scb-input.colored-magenta:checked ~ .text:before { border-color: #bc5679; color: #bc5679; }

.smart-checkbox input.scb-input.colored-purple:checked ~ .text { color: #7e3794; }

.smart-checkbox input.scb-input.colored-purple:checked ~ .text:before { border-color: #7e3794; color: #7e3794; }

.smart-checkbox input.scb-input.colored-maroon:checked ~ .text { color: #981b48; }

.smart-checkbox input.scb-input.colored-maroon:checked ~ .text:before { border-color: #981b48; color: #981b48; }

.smart-checkbox input.scb-input.checked,
.smart-checkbox input.scb-input:focus { outline: none !important; }

.smart-checkbox input.scb-input.checked ~ .text:before {
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    border-color: #333333;
}

.smart-checkbox input.scb-input:hover ~ .text :before { border-color: #737373; }

.smart-checkbox input.scb-input:active ~ .text :before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.smart-checkbox input.scb-input:disabled ~ .text,
.smart-checkbox input.scb-input[disabled] ~ .text,
.smart-checkbox input.scb-input.disabled ~ .text {
    color: rgba(0, 0, 0, 0.4);
}

.smart-checkbox input.scb-input:disabled ~ .text:before,
.smart-checkbox input.scb-input[disabled] ~ .text:before,
.smart-checkbox input.scb-input.disabled ~ .text:before {
    background-color: #f5f5f5 !important;
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #e5e5e5;
}

.smart-checkbox input.scb-input ~ .text {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
}

.smart-checkbox input.scb-input ~ .text:before {
    font-family: fontAwesome;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    line-height: 16px;
    min-width: 18px;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.smart-checkbox input.scb-input ~ .text:hover:before { border-color: #737373; }

.smart-checkbox input.scb-input ~ .text:active:before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.smart-checkbox label { padding-left: 0; }

/*#endregion smart-checkbox*/

#header.fixed #topNav div.nav-main-collapse, #topNav div.nav-main-collapse {
    /*padding-bottom: 20px;*/
}

.UserNotify .sidebar{
    border-bottom: 2px solid #ffd44b;
    padding: 10px;
}

.UserNotify .sidebar .items {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    color: #111;
}

.UserNotify .sidebar .items.active {
    color: #cf000e !important;
}

.shop-item-list .shop-option-over a:hover,
.HoverRed:hover {
  color: #cf000e !important;
}

.social-line:hover{ background-color: #00B901 !important; }
.social-line { background-color: #00B901; }

#topMain .list-unstyled li:first-of-type a{
  color: #f9ddb7 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding: 6px 15px 15px 15px !important;
}

