/* RIGHT TO LEFT */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/***********************************************************
					RESPONSIVE
************************************************************/
@media (min-width: 1200px) {
  #currencies-block-top ul {
    right: -64px;
  }
  .rtl #currencies-block-top ul {
    left: -64px;
    right: auto;
  }

  #ptsblockspecial .prodcarousel-cover {
    min-height: 588px;
  }
}
@media (min-width: 992px) {
  header:before {
    background: white;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 29.55%;
  }
  .rtl header:before {
    right: 0;
    left: auto;
  }
  header .header #header_logo a {
    display: block;
  }
  header .topbar {
    border-left: none;
  }
  .rtl header .topbar {
    border-right: none;
    border-left: inherit;
  }
  header #cart_block_top {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -15px;
  }
  .rtl header #cart_block_top {
    left: auto;
    right: auto;
  }
  .rtl header #cart_block_top {
    right: 100%;
    left: auto;
  }
  .rtl header #cart_block_top {
    margin-left: 0;
    margin-right: inherit;
  }
  .rtl header #cart_block_top {
    margin-right: -15px;
    margin-left: inherit;
  }
  header .shopping_cart {
    float: right;
    width: 41px;
    height: 65px;
  }
  .rtl header .shopping_cart {
    float: left;
  }
  header .shopping_cart > a:first-child {
    padding: 0 10px;
    width: 100%;
  }
  header .shopping_cart > a:first-child i {
    height: 25px;
    width: 21px;
    margin: 10px 0 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .shopping_cart .ajax_cart_quantity, header .shopping_cart .ajax_cart_no_product {
    position: inherit;
    color: white;
  }

  .header_user_info {
    height: 61px;
  }

  .header_user_toplink {
    left: 0;
    top: 100%;
    margin-top: 1px;
  }
  .rtl .header_user_toplink {
    right: 0;
    left: auto;
  }

  #currencies-block-top {
    float: right;
  }
  .rtl #currencies-block-top {
    float: left;
  }

  #languages-block-top {
    float: right;
  }
  .rtl #languages-block-top {
    float: left;
  }
  #languages-block-top ul {
    right: 0;
  }
  .rtl #languages-block-top ul {
    left: 0;
    right: auto;
  }

  .product_list.grid .functional-buttons > a {
    border-bottom: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .slide-down {
    width: 52px;
  }
  header .slide-down div.current {
    padding: 10px 5px;
  }
  header .slide-down ul {
    width: 156px;
    padding: 15px;
  }

  .header_user_info {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header_user_toplink {
    width: 53px !important;
  }

  #currencies-block-top ul {
    right: -52px;
  }
  .rtl #currencies-block-top ul {
    left: -52px;
    right: auto;
  }

  #columns #ptsstaticontent_topcolumn .block .item-html {
    padding: 0 20px;
  }

  .footer-container #footer #social_block ul li {
    margin: 0px;
  }

  #thumbs_list {
    border: none;
  }
  #thumbs_list li {
    margin: 0 0 5px 5px;
  }
  .rtl #thumbs_list li {
    margin: 0 5px 5px 0;
  }

  #layer_cart .layer_cart_cart .button-container .btn {
    float: right;
  }
  .rtl #layer_cart .layer_cart_cart .button-container .btn {
    float: left;
  }
}
@media (max-width: 991px) {
  #ptsblockspecial .prodcarousel-cover {
    background-position: fixed;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .sidebar .block.products_block .block_content {
    border: none;
    padding: 0;
  }

  .product_list.grid > li .product-container:hover .functional-buttons {
    box-shadow: none;
  }

  #ptsstaticontent_bottom {
    display: none;
  }

  .ptsblockmanufacturer .blog-image {
    text-align: center;
    padding: 5px 0;
  }
  .ptsblockmanufacturer .blog-image > a {
    display: inline-block;
  }

  .carousel-control {
    opacity: 1;
    right: 0;
  }
  .rtl .carousel-control {
    left: 0;
    right: auto;
  }
  .carousel-control.left {
    left: 0;
  }
  .rtl .carousel-control.left {
    right: 0;
    left: auto;
  }
  .carousel-control.left.big {
    left: 0;
  }
  .rtl .carousel-control.left.big {
    right: 0;
    left: auto;
  }
  .carousel-control.right.big {
    right: 0;
  }
  .rtl .carousel-control.right.big {
    left: 0;
    right: auto;
  }

  .carousel:hover .carousel-control.left {
    margin-left: 0;
  }
  .rtl .carousel:hover .carousel-control.left {
    margin-right: 0;
    margin-left: inherit;
  }
  .carousel:hover .carousel-control.right {
    margin-right: 0;
  }
  .rtl .carousel:hover .carousel-control.right {
    margin-left: 0;
    margin-right: inherit;
  }

  #ptsblockspecial .carousel-control {
    top: -80px;
  }

  .ptsblockrelatedproducts .block_content .carousel-control {
    top: -50px;
  }

  #bottom #ptstoprating .carousel-control {
    top: -35px;
  }

  #blockleoblogstabs .carousel-control {
    top: -50px;
  }

  .ptsblockmanufacturer .carousel-control {
    top: -50px;
    right: 15px;
  }
  .rtl .ptsblockmanufacturer .carousel-control {
    left: 15px;
    right: auto;
  }
  .ptsblockmanufacturer .carousel-control.left {
    left: 15px;
  }
  .rtl .ptsblockmanufacturer .carousel-control.left {
    right: 15px;
    left: auto;
  }

  #columns #ptsstaticontent_topcolumn {
    margin-top: 20px;
  }

  #homepage-slider .homeslider-description .slide-custom {
    top: 3% !important;
  }

  .pb-left-column .product-image-block {
    margin-bottom: 20px;
  }

  #blockleoblogstabs .blog_block {
    margin-bottom: 20px;
  }

  .ptsbttestimonials .carousel-control {
    top: -55px;
    right: 0;
  }
  .rtl .ptsbttestimonials .carousel-control {
    left: 0;
    right: auto;
  }
  .ptsbttestimonials .carousel-control.left {
    left: auto;
    right: 30px;
  }
  .rtl .ptsbttestimonials .carousel-control.left {
    right: auto;
    left: auto;
  }
  .rtl .ptsbttestimonials .carousel-control.left {
    left: 30px;
    right: auto;
  }

  #header .cart_block {
    top: 39px;
    right: 0;
  }
  .rtl #header .cart_block {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #columns #ptsstaticontent_topcolumn .block .box-services {
    padding-left: 65px;
  }
  .rtl #columns #ptsstaticontent_topcolumn .block .box-services {
    padding-right: 65px;
    padding-left: inherit;
  }

  #categories_block_left h2:after, #categories_block_left .title_block:after {
    display: none;
  }

  #thumbs_list ul#thumbs_list_frame {
    padding-left: 10px;
  }
  .rtl #thumbs_list ul#thumbs_list_frame {
    padding-right: 10px;
    padding-left: inherit;
  }

  .product_list.list .product-flags {
    margin-top: 10px !important;
  }
  .product_list.list .functional-buttons > a {
    width: 20%;
  }

  #view_scroll_right {
    right: 11px;
  }
  .rtl #view_scroll_right {
    left: 11px;
    right: auto;
  }

  #view_scroll_left {
    right: 40px;
  }
  .rtl #view_scroll_left {
    left: 40px;
    right: auto;
  }

  #layer_cart {
    margin-left: 8% !important;
    margin-right: 8% !important;
  }

  .sidebar .block.products_block .block_content .product-content {
    clear: both;
  }

  #categories_block_left li a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar .block h4:after, .sidebar .block .title_block:after {
    display: block;
    content: "\f107" !important;
    font-family: "FontAwesome";
    font-size: 21px;
    position: absolute;
    right: 30px;
    top: 0;
    color: black;
  }
  .rtl .sidebar .block h4:after, .rtl .sidebar .block .title_block:after {
    left: 30px;
    right: auto;
  }

  #pts-footercenter .block h4:after, #pts-footercenter .block .title_block:after {
    display: block;
    content: "\f107" !important;
    font-family: "FontAwesome";
    font-size: 21px;
    position: absolute;
    right: 30px;
    top: 25px;
    color: white;
  }
  .rtl #pts-footercenter .block h4:after, .rtl #pts-footercenter .block .title_block:after {
    left: 30px;
    right: auto;
  }

  #newsletter_block_bottom.block h4:after, #newsletter_block_bottom.block .title_block:after {
    display: none;
  }

  .pts-megamenu .navbar-nav {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .pts-megamenu .navbar-nav > li {
    position: static;
  }
  .pts-megamenu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pts-megamenu .navbar-nav > li > a:before {
    width: 100%;
    height: 2px;
  }
  .pts-megamenu .navbar-nav > li > .dropdown-menu {
    width: 100% !important;
    top: 0;
  }
  .pts-megamenu .navbar-collapse {
    max-height: 100% !important;
  }
  .pts-megamenu .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    left: 0;
    top: 25px;
  }
  .rtl .pts-megamenu .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    right: 0;
    left: auto;
  }

  #thumbs_list {
    border: none;
    height: auto;
  }
  #thumbs_list li {
    float: left;
  }
  .rtl #thumbs_list li {
    float: right;
  }
  #thumbs_list li a:before {
    display: none;
  }
  #thumbs_list ul#thumbs_list_frame {
    height: auto !important;
  }

  #view_scroll_right {
    top: -55px;
    right: 0;
  }
  .rtl #view_scroll_right {
    left: 0;
    right: auto;
  }

  #view_scroll_left {
    top: -55px;
    right: 29px;
  }
  .rtl #view_scroll_left {
    left: 29px;
    right: auto;
  }

  #layer_cart {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }

  #layer_cart .layer_cart_cart .button-container .btn {
    float: right;
  }
  .rtl #layer_cart .layer_cart_cart .button-container .btn {
    float: left;
  }
}
@media (max-width: 480px) {
  .header_user_info {
    width: 100%;
  }

  .header_user_toplink {
    top: 39px;
    left: 0;
  }
  .rtl .header_user_toplink {
    right: 0;
    left: auto;
  }

  header #cart_block_top {
    right: 0;
    top: 39px;
  }
  .rtl header #cart_block_top {
    left: 0;
    right: auto;
  }

  #languages-block-top {
    margin-left: 65px;
  }
  .rtl #languages-block-top {
    margin-right: 65px;
    margin-left: inherit;
  }

  .ptsbttestimonials .carousel-control {
    top: -90px;
  }
  .ptsbttestimonials .carousel-control.left {
    left: 0;
  }

  #ptsstaticontent_promotetop .container {
    border: none;
    margin: 0;
  }
}
