/**
 * @author DMT - Development Team
 * @copyright Copyright DMT - Development Team
 * @copyright Copyright PrestaStore.ir
 * @link PrestaStore.ir
 **/
 
 /********** general **********/
 .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%; } }
    
/******************** min-width 1200px ********************/
    @media only screen and (min-width: 1200px) {
        .container {
            padding-right: 0;
            padding-left: 0;
        }
        /********** dmtbanner **********/
        #dmtb_productbanner .row {
            margin-left: 0;
            margin-right: 0;
        }
        #dmtb_productbanner .item {
            padding-left: 0;
            padding-right: 0;
        }
    }

/******************** max-width 1199px ********************/
    @media (max-width: 1199px) {
        /********** product_list_rtl.css **********/
        ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button {
            float: none;
            margin-bottom: 10px;
        }
        ul.product_list.grid > li .product-container .functional-buttons {
            float: none;
            margin: auto;
            width: 66px;
        }
        /********** product_rtl.css **********/
        #product #center_column .primary_block.row {
            margin-left: -5px;
            margin-right: -5px;
        }
        #product #center_column .primary_block.row > div {
            padding-left: 5px;
            padding-right: 5px;
        }
        .pb-center-column #product_information {
            position: relative;
            padding: 0 0 10px;
        }
        .pb-center-column h1 {
            max-width: 100%;
        }
        .fancybox-nav span {
            visibility: visible;
        }
        /********** dmtcountdown **********/
        .dmtcd_holder .timeTo {
    		position: inherit;
        	right: 0;
        	text-align: center;
        	top: 5px;
    	}
        .dmtcd_container .timeTo {
            position: relative;
            top: 5px;
            right: 0;
            display: block;
            margin: auto;
            width: 230px;
        }
        .dmtcd_count_down .count_down_cont {
            width: 304px;
        }
        /********** dmtsliders **********/
        .dmts_slider .button_cont {
            text-align: center;
        }
        .dmts_slider .ajax_add_to_cart_button {
            display: block;
            float: none;
            margin: 0 5px 10px;
        }
        .dmts_slider .add_to_wishlist,
        .dmts_slider .add_to_compare {
            float: none;
            display: inline-block;
            margin: 0 5px 10px;
        }
        /********** blocklayered **********/
        .layered_slider_container {
            margin: 6px 7px 6px 0;
        }
        /********** dmtbanner **********/
        #dmtb_productbanner .row {
            margin-left: 0;
            margin-right: 0;
        }
        #dmtb_productbanner .item {
            padding-left: 0;
            padding-right: 0;
        }
        /********** dmtcomment **********/
        #dmtc_form_cont label {
            text-align: right;
            padding-right: 0;
        }
        #dmtc_form_cont .required {
            float: left;
            margin-top: -31px;
            position: relative;
        }
    }
/******************** max-width 992px ********************/
    @media (max-width: 992px) {
        /********** blobal_rtl.css **********/
        header .top_right {
            box-shadow: none;
            height: inherit;
        }
        header .top_left {
            padding-top: 0;
            padding-bottom: 20px;
        }
        /********** category.css **********/
        .content_sortPagiBar .display,
        .content_sortPagiBar .display_m {
            display: none;
        }
        .product_sort {
            float: none;
            width: 294px;
            margin: 0 auto 10px;
        }
        #dmtswitch_cont {
            float: none;
            margin: auto;
            width: 168px
        }
        #pagination ,
        #pagination_bottom {
            text-align: center;
        }
        #pagination ul.pagination,
        #pagination_bottom ul.pagination {
            float: none;
            display: inline-block;
        }
        /********** product_rtl.css **********/
        #views_block {
            max-width: 458px;
            margin: 10px auto;
        }
        .pb-center-column .line_1_cont {
            text-align: center;
            border-top: 1px solid #ececec;
            margin-top: 15px;
            padding-top: 20px;
        }
        #attributes fieldset label {
            font-size: 14px;
            margin-bottom: 6px;
            width: 100%;
        }
        #attributes .attribute_list {
            margin-right: 20px;
        }
        #availability_status label {
            font-size: 14px;
            margin-bottom: 6px;
            width: 100%;
        }
        .reduction_cont label {
            font-size: 14px;
            margin-bottom: 6px;
            width: 100%;
        }
        .content_prices label {
            font-size: 14px;
            margin-bottom: 6px;
            width: 100%;
        }
        #availability_value.in_stock,
        #availability_value.out_of_stock,
        #availability_value.different_stock,
        #reduction_percent,
        #reduction_amount,
        .content_prices .price {
            margin-right: 20px;
        }
        /********** contact-form.css **********/
        #contact_form .form-group label {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
        #contact_form .submit_message {
            margin: auto;
        }
        /********** dmttheme **********/
        #header_links {
            max-width: inherit;
        }
        #header_logo {
            height: inherit;
            text-align: center;
        }
        /********** dmtnotify **********/
        #dmt_notify_cont {
            padding: 10px 10px 14px;
            text-align: center;
            width: 100%;
        }
        #dmt_notify_cont div#dmtnotify_compare,
        #dmt_notify_cont div#dmtnotify_favorite {
            float: none;
        }
        /********** blockcart **********/
        .shopping_cart {
            margin-top: 0;
        }
        /********** dmtsearch **********/
        #dmts_block_top {
            max-width: inherit;
            margin-top: 0;
        }
        /********** dmtcountdown **********/
        .dmtcd_count_down .count_down_cont {
            margin: 5px 0 5px;
            position: static !important;
            width: 100% !important;
        }
        /********** dmtsliders **********/
        .dmts_slider .quick-view.devices {
            display: block;
        }
    }
/******************** max-width 991px ********************/  
    @media (max-width: 991px) {
        /********** global_rtl.css **********/
        .block {
            padding-bottom: 0;
        }
        .block.active {
            padding-bottom: 14px;
        }
        .block .title_block,
        .block h4 {
            position: relative;
            text-align: right;
            border-bottom: medium none;
            padding-right: 50px;
            margin-bottom: 0;
        }
        .block.active .title_block,
        .block.active h4 {
            border-bottom: 1px solid #e1e8ed;
            margin-bottom: 20px;
        }
        .block .title_block:after,
        .block h4:after {
            display: block;
            font-family: "FontAwesome";
            content: "\f067";
            position: absolute;
            left: 0;
            top: 0;
            height: 51px;
            width: 50px;
            font-size: 26px;
            font-weight: normal;
            text-align: center;
            line-height: 50px;
        }
        .block.active .title_block:after,
        .block.active h4:after {
            content: "\f068";
        }
        /********** dmttheme **********/
        #dmtnewsletter_desc .description {
            text-align: center;
            padding-right: 0;
            margin-bottom: 10px;
        }
        #dmtnewsletter_desc .description::before {
            position: static;
            display: block;
            margin: auto;
            line-height: 28px;
        }
        /********** dmtnewsletter **********/
        #dmtnewsletter.ft .content {
            display: block;
            float: none;
            margin: auto;
            width: 326px;
        }
    }
/******************** max-width 767px ********************/
    @media (max-width: 767px) {
        /********** global_rtl.css **********/
        header .top_center {
            padding-top: 0;
        }
        header .top_left {
            float: none;
        }
        .footer-container #footer .footer_block {
            padding: 20px 15px 0;
        }
        #footer .footer_block .title_cont::after {
            content: "\f067";
            color: #a1a1a1;
            font-size: 20px;
            font-family: FontAwesome;
            float: left;
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            background-color: #EBF0F3;
        }
        #footer .footer_block.active .title_cont::after {
            content: "\f068";
        }
        #footer .footer_block .content_cont {
            display: none;
        }
        /********** category.css **********/
        #dmtsort_num_cont {
            margin-bottom: 0;
        }
        #subcategories ul li {
            width: 33.33333%;
        }
        .content_scene_cat img {
            margin: auto;
        }
        .product_sort {
            width: inherit;
        }
        #sort_by_label {
            float: none;
            display: block;
            margin: 0 0 10px;
            text-align: center;
        }
        #dmtsort_cont,
        #dmtsort_num_cont {
            float: none;
            display: block;
            margin: 0 auto 10px;
            text-align: center;
            width: 180px;
        }
        ul.product_list.grid > li {
            width: 50%;
            float: right;
        }
        /********** product_rtl.css **********/
        ul.product_list.grid > li .product-container .left-block {
            width: 100%;
            height: auto;
        }
        ul.product_list.grid > li .product-container .right-block {
            width: 100%;
        }
        ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button {
            float: right;
        }
        ul.product_list.grid > li .product-container .functional-buttons {
            float: left;
        }
        #product .nav-tabs {
            border-bottom: medium none;
        }
        #product .nav-tabs > li {
            float: none;
            margin-bottom: 1px;
        }
        #product .nav-tabs > li > a {
            margin-left: 0;
            padding-left: 45px;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
        }
        #product .nav-tabs > li.active > a {
            border-left: 1px solid #e1e8ed;
            border-right: 1px solid #e1e8ed;
        }
        #product .nav-tabs > li.active > a::after {
            content: "\f06e";
            font-size: 15px;
            font-family: FontAwesome;
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 38px;
            text-align: center;
            line-height: 42px;
        }
        /********** order opc **********/
        #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;
            text-align: center;
        }
        #order-detail-content #cart_summary td {
            border: none;
            position: relative;
            width: 100%;
            float: right;
            white-space: normal;
        }
        /********** comprator.css **********/
        table#product_comparison,
        table#product_comparison tbody,
        table#product_comparison tbody tr {
            display: block;
        }
        table#product_comparison tbody tr,
        table#product_comparison tbody tr td {
            display: block;
            width:100%;
        }
        table#product_comparison tbody tr td {
            border: medium none;
            border-top: 1px solid #d6d4d4;
        }
        table#product_comparison tbody tr.category_row td {
            text-align: center;
        }
        /********** dmttheme **********/
        #header_logo {
            float: none;
            display: block;
        }
        #header_logo a {
            display: block;
        }
        #dmtt_socials {
            text-align: center;
        }
        #dmtt_socials ul {
            display: inline-block;
        }
        #dmtt_cr .publisher_cont {
            text-align: center;
        }
        #dmtt_cr .backtotop {
            float: none;
            margin: 10px auto 0;
        }
        #dmtt_socials ul li {
            float: none;
            display: inline-block;
            margin: 0 -2px;
        }
        /********** dmtcfeatures **********/
        #dmtcategoryfeature .features .feature_name {
            width: 100%;
            display: block;
            border-left: medium none;
        }
        #dmtcategoryfeature .features .feature_value {
            width: 100%;
            display: block;
            padding-right: 20px;
        }
        #dmtcategoryfeature .features .feature_value.tick,
        #dmtcategoryfeature .features .feature_value.cross {
            height: 40px;
        }
        /********** dmtnewsletter **********/
        #dmtnewsletter.ft {
            text-align: center;
        }
        #dmtnewsletter.ft .content {
            float: none;
            display: inline-block;
        }
        /********** blocklayered **********/
        .layered_slider_container {
            margin: 6px auto;
        }
    }
/******************** max-width 580px ********************/
    @media (max-width: 580px) {
        /********** dmtbanner **********/
        #dmtb_productbanner .row {
            margin-left: -5px;
            margin-right: -5px;
        }
        #dmtb_productbanner .item {
            padding-left: 5px;
            padding-right: 5px;
            width: 50%
        }
        .dmtbanner .type_icon_text .content_cont {
            border: 1px solid #e5e5e5;
            border-radius: 4px;
        }
        .dmtbanner .type_icon_text:first-child .content_cont {
            border-radius: 4px;
        }
        .dmtbanner .type_icon_text:first-child .content_cont {
            border-radius: 4px;
        }
    }
/******************** max-width 480px ********************/
    @media (max-width: 480px) {
        /********** category.css **********/
        #subcategories ul li {
            width: 50%;
        }
        .top-pagination-content .compare-form,
        .bottom-pagination-content .compare-form,
        .top-pagination-content .product-count,
        .bottom-pagination-content .product-count {
            float: none;
            text-align: center;
        }
        .top-pagination-content .bt_compare,
        .bottom-pagination-content .bt_compare {
            display: inline-block;
        }
        ul.product_list.grid > li {
            width: 100%;
        }
        /********** product_rtl.css **********/
        #quantity_wanted_p,
        .box-cart-bottom {
            float: none;
            display: block;
            max-width: 172px;
            margin: auto;
        }
        .box-cart-bottom {
            margin-bottom: 10px;
        }
        .buttons_bottom_block {
            float: none;
            display: block;
            max-width: 130px;
            margin: 0 auto 10px;
        }
        .buttons_bottom_block > a {
            margin-right: 0;
        }
        .pb-center-column #product_information {
            float: none;
            display: block;
            max-width: 80px;
            margin: auto;
        }
        .pb-center-column #product_information a:last-child {
            margin-right: 0;
        }
        /********** contact-form.css **********/
        #contact_form .form-group select.form-control,
        #contact_form .form-group input.form-control {
            max-width: 100%;
        }
        /********** dmttheme **********/
        #header_logo {
            width: 100%;
        }
        #header_logo img {
            margin: auto;
        }
        #header_links .link_cont {
            border-bottom: none;
        }
        #header_links .link {
            width: 100%;
            text-align: right;
            border-bottom: 1px solid #E1E8ED;
        }
        /********** dmtflogin **********/
        #dmtfl_cont {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }
        #dmtfl_cont .buttons_cont {
            float: none;
        }
        #dmtfl_order a {
            margin-left: 0;
            margin-bottom: 10px;
        }
        /********** blockcart **********/
        #header .cart_block {
            width: 280px;
        }
        /********** dmtmenu **********/
        #dmtm_cont.dev .prod {
            width: 50%;
        }
        /********** dmtbanner **********/
        #dmtb_dmtbanner .item,
        #dmtb_home .item {
            width: 50%;
        }
        /********** dmtsliders **********/
        .dmts_slider .navi_inner {
            background-position: center 12px;
            text-align: center;
        }
        .dmts_slider .title {
            display: block;
            height: 34px;
            line-height: 30px;
            margin-bottom: 10px;
            width: 100%;
        }
        .dmts_slider .navi_button {
            display: block;
            margin: 0 auto 10px;
        }
        .dmts_slider .view_all {
            margin-bottom: 10px;
        }
        /********** dmtcomment **********/
        #dmtc_form_cont .vote {
            margin: 15px 0 5px;
            text-align: center;
            width: 100%;
        }
        #dmtc_form_cont .like,
        #dmtc_form_cont .dislike {
            display: inline-block;
            float: none;
        }
    }
/******************** max-width 380px ********************/
    @media (max-width: 380px) {
        /********** category.css **********/
        #subcategories ul li {
            width: 100%;
        }
        /********** product_rtl.css **********/
        #views_block {
            text-align: center;
        }
        #views_block .view_scroll_cont {
            float: none;
            display: block;
            width: 84px;
            margin: 0 auto 10px;
        }
        #views_block .comments_note {
            float: none;
            display: inline-block;
        }
        /********** dmtmenu **********/
        #dmtm_cont.dev .prod {
            width: 100%;
        }
        /********** dmtbanner **********/
        #dmtb_productbanner .item {
            width: 100%;
        }
        /********** dmtnewsletter **********/
        #dmtnewsletter.ft .content {
            width: 290px;
        }
        #dmtnewsletter.ft .content > input {
            width: 100%;
            border-radius: 2px;
            margin: 0 0 10px 0;
        }
        #dmtnewsletter.ft .content > button {
            width: 100%;
            border-radius: 2px;
        }
    }

/******************** global_rtl.css ********************/
@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 > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > 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 > li, .nav-tabs.nav-justified > 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 > .navbar-header,
    .container > .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 > .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: right;
      margin: 0; }
      .navbar-nav > li {
        float: right; }
        .navbar-nav > li > 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 > li > a {
      color: #777777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

@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 (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 (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !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 (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 (min-width: 768px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 -18px 0 0; } }
    @media (min-width: 768px) {
      #home-page-tabs > li {
        border-right: 1px solid #d6d4d4;
        margin: 0 9px 0 0px;
        padding: 0 9px 0 0px; } }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%; } }
      @media (min-width: 768px) {
        #home-page-tabs > li a {
          padding: 1px 10px; } }
    @media (min-width: 768px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: -9px 0; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }
  @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 (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 > 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 > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }
@media (max-width: 767px) {
  
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    right: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
    #order-detail-content #cart_summary td.cart_avail {
      clear: both; }
    #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 18px 11px 8px; }
    #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: left; }
      #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-left: 0.5em;
        position: relative;
        top: -3px; }
  #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; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number,
    #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) {
    #address .form-group.phone-number + p,
    #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: 348px;
      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 > div {
        padding-top: 20px; } }
    @media (max-width: 479px) {
      #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9; } }
    @media (max-width: 479px) {
      #cmsinfo_block > 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; } }
/******************** category.css ********************/
    @media (max-width: 1199px) {
        .content_scene_cat .content_scene_cat_bg {
            padding: 10px 10px 10px 15px;
        }
    }
/******************** cms.css ********************/
    @media (max-width: 992px) {
        #cms .content_item .description {
            min-height: 132px;
        }
    }
/******************** cms.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; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
/******************** maintenance.css ********************/
  @media (min-width: 1200px) {
    #maintenance {
      margin: 126px 0 0 0;
      padding: 91px 48px 365px 297px;
      background: url(../img/bg_maintenance.png) no-repeat; } }
/******************** product_rtl.css ********************/
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      padding-left: 6px;
      width: 28px; } }
  @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: 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 {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-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; }**/ }
@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-right: 0; } }
  /**@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
      width: 100%;
      float: none;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }**/
  @media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
      margin-top: 10px;
      width: 100%;
      float: none;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
    @media (max-width: 1199px) {
        .button_cont {
            direction: ltr;
            text-align: center;
            width: 100%;
        }
    }
    @media (max-width: 992px) {
        .content_prices .our_price_display,
        .content_prices .old_price,
        .content_prices .reduction_percent {
            display: inline-block;
            float: none;
        }
    }
    @media (max-width: 767px) {
        .pb-left-column {
            margin: 0 0 10px;
        }
    }
/******************** product_list_rtl.css ********************/
    @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: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
      @media (max-width: 767px) {
        ul.product_list.grid > li .product-container .product-image-container {
          max-width: 290px;
          margin-right: auto;
          margin-left: auto; } }
    @media (min-width: 1200px) {
      ul.product_list.grid > li .product-container .comments_note {
        /*display: none;*/ } }
  @media (min-width: 1200px) {
    ul.product_list.grid > li.hovered .product-container {
      -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      -moz-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 > li.hovered .product-container .content_price {
        display: none; }
      ul.product_list.grid > li.hovered .product-container .product-image-container .content_price {
        display: block; }
      ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view {
        display: block; }
      ul.product_list.grid > li.hovered .product-container .functional-buttons,
      ul.product_list.grid > li.hovered .product-container .button-container,
      ul.product_list.grid > li.hovered .product-container .comments_note {
        display: block; } }
  @media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
      clear: right; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
      clear: right; } }
@media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: right; } }
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%; } }
  @media (max-width: 479px) {
    ul.product_list.list > li .product-image-container {
      max-width: 290px;
      margin: 0 auto; } }
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content {
    margin: 0; } }
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 20px; } }
    @media (min-width: 1200px) {
        /**---------- list view ----------**/
        ul.product_list.list > li:hover .product-image-container .quick-view {
            display: block;
        }
    }
    @media (max-width: 1199px) {
        /**---------- list view ----------**/
        ul.product_list.list > li .product_info .availability,
        ul.product_list.list > li .product_info .color-list-container {
            float: none;
            display: inline-block;
        }
    }
    @media (max-width: 992px) {
        /**---------- list view ----------**/
        ul.product_list.list > li .product-name,
        ul.product_list.list > li .product-desc {
            text-align: center;
        }
        /**---------- grid view ----------**/
        ul.product_list.grid > li .rating_cont {
            margin: 0 0 10px;
        }
    }
    @media (max-width: 479px) {
        /**---------- list view ----------**/
        ul.product_list.list > li {
            text-align: center;
        }
        ul.product_list.list > li .center-block {
            width: 100%;
            min-height: inherit;
        }
        ul.product_list.list > li .product-desc {
            display: none;
        }
        ul.product_list.list > li .right-block .right-block-content {
            padding: 0;
        }
        ul.product_list.list > li .right-block .right-block-content .content_price {
            margin: 0 0 14px;
            width: 100%;
        }
        ul.product_list.list > li .right-block .right-block-content .button-container {
            width: 100%;
        }
        ul.product_list.list > li .right-block .right-block-content .button-container .ajax_add_to_cart_button,
        ul.product_list.list > li .right-block .right-block-content .button-container .lnk_view {
            float: none;
            display: inline-block;
            margin: 0;
        }
        ul.product_list.list > li .functional-buttons {
            margin: 14px 0 0 ;
            text-align: center;
            position: relative;
        }
        ul.product_list.list > li .functional-buttons div.rating_cont {
            display: block;
            margin: 0 0 10px;
            width: 100%;
            text-align: center;
        }
        ul.product_list.list > li .functional-buttons div.rating_cont .rateit {
            display: inline-block;
            float: none;
        }
        ul.product_list.list > li .functional-buttons div.rating_cont .rateit_label {
            vertical-align: top;
            display: inline-block;
            float: none;
        }
        ul.product_list.list > li .functional-buttons a.add_to_compare,
        ul.product_list.list > li .functional-buttons a.addToWishlist {
            display: inline-block;
            float: none;
        }
    }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li {
      padding-bottom: 85px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > 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 > li.first-item-of-tablet-line {
      clear: none; }
    #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
      clear: right; } }
      
/******************** 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} 
}
@media only print {
	#footer .row > div#block_contact_infos, #footer .row > section#block_contact_infos {border-right: none}
}
/******************** scenes.css ********************/
@media (max-width: 1199px) {
  #scenes {
    display: none; } }
/******************** stores.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; } }