@charset "utf-8";

.slider-item {
    position: relative;
    margin: 0 10%;
    z-index: 2;
}

.row {
    display: flex !important;
}

.col-3 {
    width: 25% !important;
}

.col-4 {
    width: 33.33333333% !important;
}

.col-6 {
    padding: 0 10px;
}

.col-9 {
    width: 75% !important;
}

.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 10px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.visible-md-block, .visible-xs-block {
    display: none !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
}

select.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.img-fluid img {
    width: 100%;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.cardlist.d-flex.flex-nowrap.justify-content-between > * {
    width: 32.5%;
}

.cardlist {
    width: auto !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

.card {
    border-right: 1px solid rgba(0, 0, 0, 0.0) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.0) !important;
}

.card-title>.small>a:visited, .card-title>a:visited, .card-title>small>a:visited {
    color: inherit !important;
}

.card-title>.small, .card-title>.small>a, .card-title>a, .card-title>small, .card-title>small>a {
    color: inherit;
}

#product-search2 {
    padding-right: 40px;
}

.product-search-input.form-control {
    padding: 3px;
}

@media screen and (max-width: 768px) {
    .cardlist.d-flex.flex-nowrap.justify-content-between > * {
        width: 49.25%;
        margin-bottom: 1rem;
    }
}

.cardlist.col-4 {
    width: auto !important;
}

@media (min-width: 576px) {
    .col-sm-2 {
        width: 16.66666667% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-3 {
        width: 25% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-7 {
        width: 58.33333333% !important;
    }
}

@media (max-width: 767px) {
    .topcs_list__item.col-1, .topcs_list__item.col-2 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.33333333% !important;
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        width: 16.66666667% !important;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-push-1 {
        left: 8.33333333%;
    }
}

@media only screen and (max-width: 768px) {
    .video-container {
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 991px) {
    .slider-item {
        margin: 0;
    }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px !important;
  }
}