<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @author DMT - Development Team
 * @copyright Copyright DMT - Development Team
 * @copyright Copyright PrestaStore.ir
 * @link PrestaStore.ir
 **/

/********** global_rtl.css **********/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: right; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

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

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: right; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    right: 8.33333%; }

  .col-sm-push-2 {
    right: 16.66667%; }

  .col-sm-push-3 {
    right: 25%; }

  .col-sm-push-4 {
    right: 33.33333%; }

  .col-sm-push-5 {
    right: 41.66667%; }

  .col-sm-push-6 {
    right: 50%; }

  .col-sm-push-7 {
    right: 58.33333%; }

  .col-sm-push-8 {
    right: 66.66667%; }

  .col-sm-push-9 {
    right: 75%; }

  .col-sm-push-10 {
    right: 83.33333%; }

  .col-sm-push-11 {
    right: 91.66667%; }

  .col-sm-pull-1 {
    left: 8.33333%; }

  .col-sm-pull-2 {
    left: 16.66667%; }

  .col-sm-pull-3 {
    left: 25%; }

  .col-sm-pull-4 {
    left: 33.33333%; }

  .col-sm-pull-5 {
    left: 41.66667%; }

  .col-sm-pull-6 {
    left: 50%; }

  .col-sm-pull-7 {
    left: 58.33333%; }

  .col-sm-pull-8 {
    left: 66.66667%; }

  .col-sm-pull-9 {
    left: 75%; }

  .col-sm-pull-10 {
    left: 83.33333%; }

  .col-sm-pull-11 {
    left: 91.66667%; }

  .col-sm-offset-1 {
    margin-right: 8.33333%; }

  .col-sm-offset-2 {
    margin-right: 16.66667%; }

  .col-sm-offset-3 {
    margin-right: 25%; }

  .col-sm-offset-4 {
    margin-right: 33.33333%; }

  .col-sm-offset-5 {
    margin-right: 41.66667%; }

  .col-sm-offset-6 {
    margin-right: 50%; }

  .col-sm-offset-7 {
    margin-right: 58.33333%; }

  .col-sm-offset-8 {
    margin-right: 66.66667%; }

  .col-sm-offset-9 {
    margin-right: 75%; }

  .col-sm-offset-10 {
    margin-right: 83.33333%; }

  .col-sm-offset-11 {
    margin-right: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: right; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    right: auto; }

  .col-md-push-1 {
    right: 8.33333%; }

  .col-md-push-2 {
    right: 16.66667%; }

  .col-md-push-3 {
    right: 25%; }

  .col-md-push-4 {
    right: 33.33333%; }

  .col-md-push-5 {
    right: 41.66667%; }

  .col-md-push-6 {
    right: 50%; }

  .col-md-push-7 {
    right: 58.33333%; }

  .col-md-push-8 {
    right: 66.66667%; }

  .col-md-push-9 {
    right: 75%; }

  .col-md-push-10 {
    right: 83.33333%; }

  .col-md-push-11 {
    right: 91.66667%; }

  .col-md-pull-0 {
    left: auto; }

  .col-md-pull-1 {
    left: 8.33333%; }

  .col-md-pull-2 {
    left: 16.66667%; }

  .col-md-pull-3 {
    left: 25%; }

  .col-md-pull-4 {
    left: 33.33333%; }

  .col-md-pull-5 {
    left: 41.66667%; }

  .col-md-pull-6 {
    left: 50%; }

  .col-md-pull-7 {
    left: 58.33333%; }

  .col-md-pull-8 {
    left: 66.66667%; }

  .col-md-pull-9 {
    left: 75%; }

  .col-md-pull-10 {
    left: 83.33333%; }

  .col-md-pull-11 {
    left: 91.66667%; }

  .col-md-offset-0 {
    margin-right: 0; }

  .col-md-offset-1 {
    margin-right: 8.33333%; }

  .col-md-offset-2 {
    margin-right: 16.66667%; }

  .col-md-offset-3 {
    margin-right: 25%; }

  .col-md-offset-4 {
    margin-right: 33.33333%; }

  .col-md-offset-5 {
    margin-right: 41.66667%; }

  .col-md-offset-6 {
    margin-right: 50%; }

  .col-md-offset-7 {
    margin-right: 58.33333%; }

  .col-md-offset-8 {
    margin-right: 66.66667%; }

  .col-md-offset-9 {
    margin-right: 75%; }

  .col-md-offset-10 {
    margin-right: 83.33333%; }

  .col-md-offset-11 {
    margin-right: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: right; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    right: auto; }

  .col-lg-push-1 {
    right: 8.33333%; }

  .col-lg-push-2 {
    right: 16.66667%; }

  .col-lg-push-3 {
    right: 25%; }

  .col-lg-push-4 {
    right: 33.33333%; }

  .col-lg-push-5 {
    right: 41.66667%; }

  .col-lg-push-6 {
    right: 50%; }

  .col-lg-push-7 {
    right: 58.33333%; }

  .col-lg-push-8 {
    right: 66.66667%; }

  .col-lg-push-9 {
    right: 75%; }

  .col-lg-push-10 {
    right: 83.33333%; }

  .col-lg-push-11 {
    right: 91.66667%; }

  .col-lg-pull-0 {
    left: auto; }

  .col-lg-pull-1 {
    left: 8.33333%; }

  .col-lg-pull-2 {
    left: 16.66667%; }

  .col-lg-pull-3 {
    left: 25%; }

  .col-lg-pull-4 {
    left: 33.33333%; }

  .col-lg-pull-5 {
    left: 41.66667%; }

  .col-lg-pull-6 {
    left: 50%; }

  .col-lg-pull-7 {
    left: 58.33333%; }

  .col-lg-pull-8 {
    left: 66.66667%; }

  .col-lg-pull-9 {
    left: 75%; }

  .col-lg-pull-10 {
    left: 83.33333%; }

  .col-lg-pull-11 {
    left: 91.66667%; }

  .col-lg-offset-0 {
    margin-right: 0; }

  .col-lg-offset-1 {
    margin-right: 8.33333%; }

  .col-lg-offset-2 {
    margin-right: 16.66667%; }

  .col-lg-offset-3 {
    margin-right: 25%; }

  .col-lg-offset-4 {
    margin-right: 33.33333%; }

  .col-lg-offset-5 {
    margin-right: 41.66667%; }

  .col-lg-offset-6 {
    margin-right: 50%; }

  .col-lg-offset-7 {
    margin-right: 58.33333%; }

  .col-lg-offset-8 {
    margin-right: 66.66667%; }

  .col-lg-offset-9 {
    margin-right: 75%; }

  .col-lg-offset-10 {
    margin-right: 83.33333%; }

  .col-lg-offset-11 {
    margin-right: 91.66667%; } }

/******************** max-width 1199px ********************/
@media (max-width: 1199px) {
    /********** displayLeftColumn **********/
    .block .title_block::before, .block h4::before {
        max-width: 171px;
    }
    /********** product.tpl **********/
    #thumbs_list {
        width: 198px;
    }
}
/******************** max-width 992px ********************/
@media (max-width: 992px) {
    /********** header **********/
    #index header {
        position: relative;
    }
    #index header .nav {
        background-color: #25282d;
    }
    #index header .header {
        background-color: #31353e;
    }
    /********** displayLeftColumn **********/
    #left_column {
        display: none;
    }
    /********** displayCenterColumn **********/
    #center_column {
        width: 100%;
    }
    /********** product-list.tpl grid **********/
    ul.product_list.grid &gt; li .color-list-container {
        left: -35px;
    }
    /********** product.tpl **********/
    #thumbs_list {
        width: 250px;
    }
    .pb-right-column {
        float: right;
    }
    /********** dmttheme **********/
    #header_logo {
        display: block;
        padding: 0;
        width: 200px;
        margin: auto;
        float: none;
    }
    /********** dmtsliders **********/
    .dmts_slider .slider_cover {
        display: none;
    }
    /********** dmtbanner **********/
    #dmtbanner_leftcolumnproduct {
        text-align: center;
    }
    #dmtbanner_leftcolumnproduct .item {
        display: inline-block;
        padding: 0 10px;
    }
}
/******************** max-width 767px ********************/
@media (max-width: 767px) {
    /********** header **********/
    header .nav nav {
        text-align: center;
    }
    #header .shopping_cart {
        float: none;
        display: block;
        text-align: center;
    }
    #header .shopping_cart &gt; a:first-child {
        display: inline-block;
    }
    #header .cart_block {
        left: 0;
        margin: -6px auto 0;
        right: 0;
    }
    header .nav nav .separator {
        float: none;
        display: inline-block;
    }
    #header_user_info {
        float: none;
        display: inline-block;
    }
    #header_user_info a {
        float: none;
        display: inline-block;
    }
    /********** category.tpl **********/
    .content_sortPagiBar .sortPagiBar #productsSortForm,
    .content_sortPagiBar .sortPagiBar .nbrItemPage {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }
    .top-pagination-content .compare-form,
    .bottom-pagination-content .compare-form {
        display: block;
        margin: 0 0 10px;
        width: 100%;
        text-align: right;
    }
    /********** product.tpl **********/
    .pb-left-column #views_block {
        width: 280px;
        margin: 16px auto 14px auto;
    }
    .pb-left-column #image-block {
        max-width: 400px;
        margin: 0 auto;
    }
    #thumbs_list {
        width: 174px;
    }
    /********** dmttheme **********/
    #footer_top .payment {
        display: block;
        float: none;
        text-align: center;
    }
    #footer_top .shop_email {
        display: block;
        float: none;
        text-align: center;
    }
    #dmtt_aboutus,
    #dmtnewsletter.displayHome,
    #dmtt_contactus,
    #dmtt_links,
    #dmtt_socials {
        padding: 40px 30px;
    }
    #dmtt_cr .publisher_cont {
        width: 100%;
        padding: 10px 30px;
        text-align: center;
    }
    #dmtt_cr .copyright {
        line-height: 24px;
    }
    #dmtt_cr .backtotop {
        clear: both;
        float: none;
        margin: 10px auto 10px;
    }
    /********** dmtsearch **********/
    #dmts_block_top {
        margin: 10px 0 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    /********** dmtmenu **********/
    #dmtm_cont.dev {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/******************** max-width 479px ********************/
@media (max-width: 479px) {
    /********** category.tpl **********/
    .top-pagination-content .compare-form, 
    .bottom-pagination-content .compare-form {
        text-align: center;
    }
    .top-pagination-content .product-count, 
    .bottom-pagination-content .product-count {
        display: block;
        text-align: center;
        width: 100%;
    }
    #pagination {
        display: block;
        text-align: center;
        width: 100%;
    }
    #pagination ul {
        float: none;
        display: inline-block;
    }
    /********** product.tpl **********/
    #attributes fieldset label {
        width: 100%;
    }
    .box-cart-bottom {
        float: none;
    }
    .content_prices {
        text-align: center;
        margin: 14px 0;
    }
    #quantity_wanted_p {
        display: block;
        text-align: center;
    }
    #quantity_wanted_p .product_quantity_down,
    #quantity_wanted_p .product_quantity_up,
    #quantity_wanted_p input {
        float: none;
        display: inline-block;
    }
    .pb-center-column .buttons_bottom_block {
        display: block;
        text-align: center
    }
    #wishlist_button, #wishlist_button_nopop {
        float: none;
        display: inline-block;
    }
    /********** product-comparison.tpl **********/
    #product_comparison td.feature-name {
        display: block;
        width: 100%;
    }
    #product_comparison td.comparison_infos {
        display: block;
        width: 100%;
    }
    /********** blockcart **********/
    #layer_cart {
        width: 320px;
        margin: 0 -160px;
    }
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin: 0 auto 20px;
        max-width: 200px;
    }
    /********** dmtsliders **********/
    .dmts_slider .view_all {
        display: block;
        float: none;
        margin: 20px 0 8px;
        text-align: center;
    }
    /********** dmtcomment **********/
    #dmtc_comm_cont .header {
        width: 100%;
        border-left: medium none;
        margin: 0 0 10px;
        padding: 0;
        min-height: 100px;
    }
    #dmtc_comm_cont .reply_btn {
        float: none;
        margin: auto;
    }
    #dmtc_comm_cont .reply_comment,
    #dmtc_comm_cont .comment.child {
        margin-right: 0;
    }
    /********** dmtcfeatures **********/
    #dmtcategoryfeature .features .feature_name {
        display: block;
        width: 100%;
    }
    #dmtcategoryfeature .features .feature_value {
        display: block;
        width: 100%;
    }
}
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }
  @media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    clear: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-right: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
  @media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive &gt; .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
      .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
      .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
      .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
      .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
      .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
        white-space: nowrap; }
    .table-responsive &gt; .table-bordered {
      border: 0; }
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
        border-right: 0; }
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
        border-left: 0; }
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
      .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
      .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
      .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
        border-bottom: 0; } }
@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-right: 0; } }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto; } }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; } }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: right; } }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
  @media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand {
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: right;
      margin: 0; }
      .navbar-nav &gt; li {
        float: right; }
        .navbar-nav &gt; li &gt; a {
          padding-top: 16px;
          padding-bottom: 16px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: right !important; }

  .navbar-right {
    float: left !important; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (min-width: 768px) {
    .navbar-text {
      margin-right: 15px;
      margin-left: 15px; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #444;
      background-color: transparent; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
      @media (max-width: 767px) {
        header .row #header_logo {
          padding-top: 15px; }
          header .row #header_logo img {
            margin: 0 auto; } }
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
      float: left; } }
    @media (max-width: 480px) {
      .button.button-medium span {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px; } }
      @media (max-width: 480px) {
        .button.button-medium span i.left {
          margin-left: 5px; } }
      @media (max-width: 480px) {
        .button.button-medium span i.right {
          margin-right: 5px; } }
    @media (max-width: 480px) {
      .button.exclusive-medium span {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px; } }
    @media (max-width: 768px) {
      .product-name a {
        font-size: 14px; } }
  @media (min-width: 768px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 -18px 0 0; } }
    @media (min-width: 991px) {
      #home-page-tabs &gt; li {
        border-right: 1px solid #d6d4d4;
        margin: 0 9px 0 0px;
        padding: 0 9px 0 0px; } }
    @media (max-width: 479px) {
      #home-page-tabs &gt; li {
        width: 100%; } }
      @media (min-width: 768px) {
        #home-page-tabs &gt; li a {
          padding: 1px 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-page-tabs &gt; li a {
          padding: 10px 10px; } }
    @media (min-width: 768px) {
      #home-page-tabs &gt; li.active a,
      #home-page-tabs &gt; li a:hover {
        margin: -9px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-page-tabs &gt; li.active a,
      #home-page-tabs &gt; li a:hover {
        margin: 0px 0; } }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block .list-block {
      margin-top: 0; } }
      @media (max-width: 767px) {
        .block .list-block .form-group select {
          width: 270px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
      @media (max-width: 991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 160px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        width: 380px; } }
    @media (max-width: 991px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        float: right;
        width: auto; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-left: 11px; } }
      @media (max-width: 991px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-left: 0; } }
    @media (max-width: 991px) {
      .top-pagination-content ul.pagination,
      .bottom-pagination-content ul.pagination {
        float: right; } }
          @media (max-width: 767px) {
            .top-pagination-content ul.pagination li.pagination_previous &gt; a b,
            .top-pagination-content ul.pagination li.pagination_previous &gt; span b, .top-pagination-content ul.pagination li.pagination_next &gt; a b,
            .top-pagination-content ul.pagination li.pagination_next &gt; span b,
            .bottom-pagination-content ul.pagination li.pagination_previous &gt; a b,
            .bottom-pagination-content ul.pagination li.pagination_previous &gt; span b,
            .bottom-pagination-content ul.pagination li.pagination_next &gt; a b,
            .bottom-pagination-content ul.pagination li.pagination_next &gt; span b {
              display: none; } }
  @media (min-width: 768px) {
    ul.step {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; } }
    @media (max-width: 767px) {
      ul.step li {
        width: 100%;
        border-right-width: 1px; } }
      @media (max-width: 992px) {
        ul.step li a,
        ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 15px; } }
      @media (min-width: 768px) {
        ul.step li.first {
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; } }
        @media (min-width: 768px) {
          ul.step li.first span,
          ul.step li.first a {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px; } }
    @media (min-width: 768px) {
      ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px; }
        ul.step li.last span {
          -moz-border-radius-topright: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; } }
@media (min-width: 992px) {
    ul.step li.step_current span {
    padding-right: 38px; }
    ul.step li.step_current span:after {
        /*background: url(../img/order-step-a_rtl.png) left 0 no-repeat;*/ }
}
@media (min-width: 992px) {
    ul.step li.step_todo span {
        padding-right: 38px; }
    ul.step li.step_todo span:after {
        /*background: url(../img/order-step-current_rtl.png) left 0 no-repeat;*/ }
}
@media (min-width: 992px) {
    ul.step li.step_done a {
        padding-right: 38px; }
    ul.step li.step_done a:after {
        /*background: url(../img/order-step-done.png) left 0 no-repeat; */}
}
@media (min-width: 992px) {
    ul.step li.step_done.step_done_last a:after {
        /*background: url(../img/order-step-done-last.png) left 0 no-repeat;*/ }
}
    @media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }
      @media (max-width: 767px) {
        .footer-container #footer .footer-block {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; }
          .footer-container #footer h4:after {
            display: block;
            content: "\f055";
            font-family: "FontAwesome";
            position: absolute;
            left: 0;
            top: 1px; }
          .footer-container #footer h4.active:after {
            content: "\f056"; } }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos {
          border: none; } }
        @media (max-width: 767px) {
          .footer-container #footer #block_contact_infos &gt; div {
            padding-right: 0; } }
      @media (max-width: 767px) {
        .footer-container #footer #social_block {
          width: 100%;
          float: right;
          padding-top: 5px; } }
        @media (max-width: 767px) {
          .footer-container #footer #social_block ul {
            float: none; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
        @media (max-width: 767px) {
          .footer-container #footer #social_block h4 {
            display: none;
            text-align: center; } }
      @media (max-width: 992px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
  @media (max-width: 480px) {
    .cart_navigation &gt; span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }
@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    right: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: right;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: right; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      width: 33%;
      text-align: left;
      min-height: 70px;
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: left; }
    #order-detail-content #cart_summary td.cart_quantity {
      width: 33%;
      min-height: 70px;
      border-right: 1px solid #cccccc;
      border-left: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        display: block; }
      #order-detail-content #cart_summary td.cart_quantity &gt; .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity &gt; .cart_quantity_button a {
        margin-left: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      width: 33%;
      min-height: 70px;
      text-align: left; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      left: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: right;
    width: 50%; } }
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }
  @media (min-width: 1200px) {
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: right;
      width: 270px;
      margin-left: 13px; } }
  @media (min-width: 1200px) {
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0px 0 0;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
    @media (max-width: 767px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: right; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: right; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-right: 10px; }
  #guestTracking .form-control {
    float: right; }
  #guestTracking label {
    float: right;
    clear: both;
    width: 100%; } }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  @media (max-width: 991px) {
    #facebook_block,
    #cmsinfo_block {
      min-height: 354px;
      height: 354px;
      padding-right: 13px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%;
      min-height: 1px; } }
  @media (max-width: 991px) {
    #facebook_block h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    #facebook_block h4 {
      padding-top: 20px !important; } }
  @media (max-width: 768px) {
    #facebook_block h4 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #cmsinfo_block {
      border: none;
      margin-top: 10px; } }
    @media (max-width: 767px) {
      #cmsinfo_block &gt; div {
        padding-top: 20px; } }
    @media (max-width: 479px) {
      #cmsinfo_block &gt; div {
        width: 100%;
        border-top: 1px solid #d9d9d9; } }
    @media (max-width: 479px) {
      #cmsinfo_block &gt; div + div {
        border-right: none;
        padding-right: 10px;
        min-height: 1px;
        padding-bottom: 15px; } }
    @media (max-width: 991px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
    @media (max-width: 1199px) {
      #cmsinfo_block h3 {
        font-size: 18px; } }
    @media (max-width: 1199px) {
      #cmsinfo_block ul li {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      #cmsinfo_block ul li {
        padding-bottom: 0; } }
@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
/********** category.css **********/
    @media (max-width: 1199px) {
      .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px; } }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
    
/********** comparator.css **********/
@media (min-width: 1200px) {
  .share {
    position: relative;
    top: -350px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .share {
    position: relative;
    top: -260px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .share {
    position: relative;
    top: -245px; } }

/********** contact-form.css **********/
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
      width: 114px; } }
  
/********** maintenance.css **********/

/********** product-list_rtl.css **********/
      @media (max-width: 1199px) {
        ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
          display: block;
          position: relative;
          background-color: rgba(208, 208, 211, 0.57);
          height: 130px;
          width: 85px;
          top: 80px;
          left: -162px;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          zoom: 1;
          pointer-events: all; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
            position: relative;
            top: 48px;
            right: -20px;
            font-size: x-large;
            color: black; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
            -moz-transform: rotate(315deg);
            -o-transform: rotate(315deg);
            -webkit-transform: rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: rotate(315deg); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, 0.57); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0px;
        left: 0px; } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (min-width: 1200px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (max-width: 767px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.wishlist {
      border-left: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.wishlist {
      border-left: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list.grid &gt; li {
      width: 50%;
      float: right; } }
      @media (max-width: 767px) {
        ul.product_list.grid &gt; li .product-container .product-image-container {

          margin-right: auto;
          margin-left: auto; } }
    @media (min-width: 1200px) {
      ul.product_list.grid &gt; li .product-container .comments_note {
        display: none; } }
  @media (min-width: 1200px) {
    ul.product_list.grid &gt; li.hovered .product-container {

      -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      position: relative;
      z-index: 10; }
      ul.product_list.grid &gt; li.hovered .product-container .content_price {
        display: none; }
      ul.product_list.grid &gt; li.hovered .product-container .product-image-container .content_price {
        display: block; }
      ul.product_list.grid &gt; li.hovered .product-container .product-image-container .quick-view {
        display: block; }
      ul.product_list.grid &gt; li.hovered .product-container .functional-buttons,
      ul.product_list.grid &gt; li.hovered .product-container .button-container,
      ul.product_list.grid &gt; li.hovered .product-container .comments_note {
        display: block; } }
  @media (min-width: 992px) {
    ul.product_list.grid &gt; li.first-in-line {
      clear: right; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid &gt; li.first-item-of-tablet-line {
      clear: right; } }
@media (min-width: 1200px) {
  #blockpack ul &gt; li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul &gt; li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul &gt; li.first-item-of-mobile-line {
    clear: right; } }
@media (max-width: 479px) {
  ul.product_list.list &gt; li .left-block {
    width: 100%; } }
  @media (max-width: 479px) {
    ul.product_list.list &gt; li .product-image-container {
      max-width: 290px;
      margin: 0 auto; } }
@media (max-width: 479px) {
  ul.product_list.list &gt; li .center-block {
    width: 100%; } }
@media (max-width: 991px) {
  ul.product_list.list &gt; li .right-block .right-block-content {
    padding-top: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list &gt; li .right-block .right-block-content {
    padding-top: 5px; } }
  @media (max-width: 991px) {
    ul.product_list.list &gt; li .right-block .right-block-content .content_price {
      padding-top: 13px;
      padding-bottom: 0; } }
  @media (max-width: 479px) {
    ul.product_list.list &gt; li .right-block .right-block-content .content_price {
      padding-top: 0;
      width: 100%; } }
  @media (max-width: 479px) {
    ul.product_list.list &gt; li .right-block .right-block-content .button-container {
      width: 100%; } }
    @media (min-width: 992px) {
      ul.product_list.list &gt; li .right-block .right-block-content .button-container .btn {
        float: right;
        clear: both; } }
@media (min-width: 992px) {
  ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons {
    overflow: hidden; } }
@media (max-width: 991px) {
  ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons {
    clear: both; }
    ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons &gt; div {
      float: right;
      padding-top: 0 !important;
      padding-left: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons {
    float: none;
    display: inline-block; }
    ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons a i, ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons a:before, ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons label i, ul.product_list.list &gt; li .right-block .right-block-content .functional-buttons label:before {
      display: none !important; } }
@media (min-width: 1200px) {
  ul.product_list.list &gt; li:hover .product-image-container .quick-view {
    display: block; } }
@media (max-width: 479px) {
  ul.product_list.list &gt; li {
    text-align: center; } }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane &gt; li {
      padding-bottom: 85px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane &gt; li.last-line {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #index ul.product_list.tab-pane &gt; li.first-item-of-tablet-line {
      clear: none; }
    #index ul.product_list.tab-pane &gt; li.first-item-of-mobile-line {
      clear: right; } }

/********** product_rtl.css **********/
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive:before {
          display: none; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive:after {
          display: none; } }
      @media (max-width: 1199px) {
        .box-info-product .exclusive span {
          padding: 12px 55px 14px 22px;
          font-size: 14px; } }
      @media (max-width: 991px) {
        .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: right; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
          display: none; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
          display: none; } }
      @media (max-width: 1199px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: center; } }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-left: 0; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d6d4d4; } }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 70px 14px 22px;
              font-size: 20px; } }
@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-left: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: right;
    padding-right: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: right; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }

/********** rtl.css **********/
@media only screen and (max-width: 767px) {
	.pinned {left: auto; right: 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc}
	div.table-wrapper {border-left: 1px solid #ccc; border-right: none;}
	div.table-wrapper div.scrollable {margin-right: 35%; margin-left: auto;}
}
@media (max-width: 1199px) {
	.content_scene_cat .content_scene_cat_bg {padding: 10px 15px 10px 10px}
	.content_scene_cat span.category-name {font: 600 42px/51px "Droid Naskh", sans-serif}
}
@media (min-width: 1200px) {
    #maintenance {padding: 91px 297px 365px 48px; background: url(../../img/bg_maintenance_rtl.png) no-repeat} 
}
/********** scenes.css **********/
@media (max-width: 1199px) {
  #scenes {
    display: none; } }

/********** scenes.css **********/
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }</pre></body></html>