﻿@charset "utf-8";
/* CSS Document */


@media (max-width: 1199px) {
    #floating {
        position:fixed;
        top:50%;
        right: 0;
        margin-right: 0;
    }
    #floating.fixed {
        top:50%;
    }
}
@media (max-width: 991px) {
    .side1 .side-toggle {
        display: block;
        width: 100%;
        text-align: left;
        background: none;
        border-bottom: 1px solid #ddd;
        margin-top: 30px;
    }
    .side1 .side-toggle .glyphicon-chevron-down,
    .side1 .side-toggle.collapsed .glyphicon-chevron-up {
        display: none;
    }
    .side1 .side-toggle .glyphicon-chevron-up,
    .side1 .side-toggle.collapsed .glyphicon-chevron-down {
        display: inline-block;
    }
    .side1 .toggle-icon {
        float: right;
    }
    
}
@media (max-width: 767px) {
    .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-toggle:hover {
        background-color: #ddd;
    }

    .navbar-toggle .icon-bar {
        background-color: #888;
    }
    
}


/*----------------------- .product-list 塊狀列表 防止跑版 -----------------------*/
.product-list > *[class*="col-xs-1"]:nth-child(12n+1),
.product-list > *[class*="col-xs-2"]:nth-child(6n+1),
.product-list > *[class*="col-xs-3"]:nth-child(4n+1),
.product-list > *[class*="col-xs-4"]:nth-child(3n+1),
.product-list > *[class*="col-xs-6"]:nth-child(2n+1),
.product-list > *[class*="col-xs-12"]:nth-child(1n+1) {clear: both;}
@media (min-width: 768px) {
    .product-list > *[class*="col-sm"]:nth-child(1n+1) {clear: none;}
    .product-list > *[class*="col-sm-1"]:nth-child(12n+1),
    .product-list > *[class*="col-sm-2"]:nth-child(6n+1),
    .product-list > *[class*="col-sm-3"]:nth-child(4n+1),
    .product-list > *[class*="col-sm-4"]:nth-child(3n+1),
    .product-list > *[class*="col-sm-6"]:nth-child(2n+1),
    .product-list > *[class*="col-sm-12"]:nth-child(1n+1) {clear: both;}
}
@media (min-width: 992px) {
    .product-list > *[class*="col-md"]:nth-child(1n+1) {clear: none;}
    .product-list > *[class*="col-md-1"]:nth-child(12n+1),
    .product-list > *[class*="col-md-2"]:nth-child(6n+1),
    .product-list > *[class*="col-md-3"]:nth-child(4n+1),
    .product-list > *[class*="col-md-4"]:nth-child(3n+1),
    .product-list > *[class*="col-md-6"]:nth-child(2n+1),
    .product-list > *[class*="col-md-12"]:nth-child(1n+1) {clear: both;}
}
@media (min-width: 1200px) {
    .product-list > *[class*="col-lg"]:nth-child(1n+1) {clear: none;}
    .product-list > *[class*="col-lg-1"]:nth-child(12n+1),
    .product-list > *[class*="col-lg-2"]:nth-child(6n+1),
    .product-list > *[class*="col-lg-3"]:nth-child(4n+1),
    .product-list > *[class*="col-lg-4"]:nth-child(3n+1),
    .product-list > *[class*="col-lg-6"]:nth-child(2n+1),
    .product-list > *[class*="col-lg-12"]:nth-child(1n+1) {clear: both;}
}
/*----------------------- END .product-list 塊狀列表 防止跑版 -----------------------*/


/* < wrp related> */
/*----------------------- Banner Frame -----------------------*/
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
}
/* </ wrp related> */