@charset "utf-8";

/* Facebook Plugin */
#fb-root {
    display: none;
}

.fb-comments {
    width: 100% !important;
}

.fb-comments iframe[style] {
    width: 100% !important;
}

.fb-like-box {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb-comments span {
    width: 100% !important;
}

.fb-comments iframe span[style] {
    width: 100% !important;
}

.fb-like-box span {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe span[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
}

@media (min-width:768px) {
    .div-table {
        display: table;
        border-collapse: collapse;
    }

    .div-table .row {
        display: table-row;
    }

    .div-td {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .fbBox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (max-width:679px) {
    footer .footer-nav {
        margin-bottom: 20px;
    }
}

@media (max-width:899px) {
    iframe.googlemap {
        height: 300px;
    }
}

@media (max-width:991px) {
    .subpage-nav-field .subpage-nav-btn {
        text-align: center;
    }
}

@media (max-width:767px) {
    .tabaccordion .panel-title a {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f5f5f5;
    }
}

@media (max-width:666px) {
    .cart-table .table-row .option {
        float: left;
        display: block;
        width: 25%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
}

@media (max-width:991px) {
    .product-info-block.classic .product-actions .actions {
        text-align: left;
    }

    .product-actions button {
        margin-left: 0 !important;
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    .products-view-page .product-info-block {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .product-info-block .price {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width:992px) {
    .product-options .option-label {
        text-align: right;
    }
}

@media (max-width:799px) {
    div.stepper {
        display: none;
    }
}