/*   1.HD devices Desktops     	  ( Devices =1450px)
 *   1.Large devices Desktops     (1200px = Devices = 1400px)
 *   2.Medium devices Desktops    (980px =  Devices  = 1024px)
 *   3.Small devices Tablets      (767px =  Devices  = 979px)
 *   4.Extra small devices Phones ( Devices <767px)
 */
/* 1.HD devices Desktops  
================================================== */
@media (min-width: 1450px) {
  #layer_cart {
    width: 60%;
    margin: 200px 0px 0px; } }
/* 2.Large devices Desktops 
================================================== */
/* 3.Medium devices Desktops 
================================================== */
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li > a {
    font: 14px/40px "Open Sans",sans-serif;
    padding: 20px 17px; }

  .sf-menu {
    position: relative; }
    .sf-menu > li > ul {
      left: 0px;
      width: 685px; }

  #search_query_top {
    padding: 0px 10px;
    width: 110px; }

  .header_user_info ul.links li {
    padding: 5px;
    font-size: 12px; }

  #currencies-block-top div.current:after {
    vertical-align: 0px; }
  #currencies-block-top div.current span {
    font-size: 12px; }

  #header .shopping_cart {
    font-size: 12px; }
    #header .shopping_cart a:first-child {
      padding: 7px 10px; }

  #currencies-block-top div.current {
    padding: 6px; }

  #search_block_top .button-search {
    margin: 0px 10px 0px 0px; }

  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-next {
    right: 0px; background-color: #f3734f;}
  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-prev {
    left: 0px; background-color: #f3734f; }

  #htmlcontent_home ul.htmlcontent-home li {
    padding: 0px 11px; }
    #htmlcontent_home ul.htmlcontent-home li .item-html {
      width: 91%; }
    #htmlcontent_home ul.htmlcontent-home li .item-link .item-img {
      height: inherit; }

  #htmlcontent_bottom4 ul.htmlcontent-home li .item-link .item-img {
    height: inherit; }

  #cmsinfo_block .content {
    padding: 0px 0px 0px 110px; }

  ul.product_list .functional-buttons {
    margin: 10px 0px 0px; }

  .top-pagination-content .pagination ul.pagination, .bottom-pagination-content .pagination ul.pagination {
    margin: 8px 0px; }

  .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall {
    margin: 0px; }

  div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  div.sp-bestseller-products .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  ul.product_list .product-container .functional-buttons > div {
    top: 0px !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  .socialsharing_product .social-sharing {
    margin: 0px 4px 10px; }

  .pb-left-column {
    width: 41.6667%; }

  .pb-right-column {
    width: 58.3333%; }

  div.moreinfo_block .tab-content .product-box {
    width: 285px !important; }

  .product-box {
    width: 296px !important; }
    .sf-menu li > ul > li > ul .fa{left: -3px;}
  
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next:hover,
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover{background-color: #f3734f !important;}
  .sp-slider .slider .vpo-wrap .vp{min-height: 570px;}
   #search_block_top{margin-left: 0;}
   #languages-block-top div.current{padding: 9px 10px 7px;}
  /*--------RTL-------*/
  .is_rtl .sf-menu > li > ul{right: 0; left: inherit;}
  .is_rtl #search_block_top .button-search{margin-right: 0; margin-left: 10px;}
    
    
    
    
    
    
    
    
    
    
    
    }
    
    
/* 4.Small devices Tablets
================================================== */
@media (min-width: 767px) and (max-width: 979px) {
  .header-container .header-top {
    height: auto; }
    .header-container .header-top .container {
      width: 100%; }
    .header-container .header-top .row {
      padding: 0; }
    .header-container .header-top #header_logo {
      padding: 0;
      width: 100%; }
      .header-container .header-top #header_logo .logo {
        position: relative;
        box-shadow: none; }
  .header-container .header-bottom #search_block_top {
    float: right;
    position: absolute;
    top: 107px;
    right: 20px; }
    .header-container .header-bottom #search_block_top #searchbox {
      border: none;
      background: #F47451; }
    .header-container .header-bottom #search_block_top .button-search {
      color: white !important;
      margin-left: 7px; }
  #gear-right2{display: none;}
  #block_top_menu {
    width: 100%;
    padding: 0; }
    #block_top_menu .cat-title {
      display: block;
      padding: 10px 20px;
      background: #777;
      color: white;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      cursor: pointer; }
    #block_top_menu .sf-menu {
      float: none;
      display: none; }
      #block_top_menu .sf-menu > li {
        float: none;
        margin: 0;
        position: relative;
        z-index: 2; }
        #block_top_menu .sf-menu > li > a {
          padding: 5px 20px; }
        #block_top_menu .sf-menu > li:hover .menu-mobile-grover {
          background: #fff; }
      #block_top_menu .sf-menu .menu-mobile-grover {
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition: 0.3s all ease 0s;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 30px;
        z-index: 2;
        display: block;
        cursor: pointer;
        background: #999; }
        #block_top_menu .sf-menu .menu-mobile-grover:after {
          content: "+";
          font-family: "FontAwesome";
          font-size: 26px; }
      #block_top_menu .sf-menu .sf-menu li ul {
        display: block !important; }
      #block_top_menu .sf-menu ul {
        position: static;
        border: none; }
        #block_top_menu .sf-menu ul > li {
          float: none;
          padding: 0;
          width: 100%; }

  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-next {
    right: 0px; }
  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-prev {
    left: 0px; }
  #homepage-slider .homeslider-description {
    top: 30px; }
    #homepage-slider .homeslider-description h2 {
      font-size: 22px;
      line-height: 40px; }
      #homepage-slider .homeslider-description h2 strong {
        font-size: 45px !important; }

  #htmlcontent_home ul.htmlcontent-home li {
    padding: 0px 7px; }
    #htmlcontent_home ul.htmlcontent-home li .item-html .caption {
      display: none; }
    #htmlcontent_home ul.htmlcontent-home li .item-img {
      height: inherit; }

  #htmlcontent_bottom4 ul.htmlcontent-home li .item-link .item-html .box-title h3 {
    font-size: 24px; }
  #htmlcontent_bottom4 ul.htmlcontent-home li .item-link .item-img {
    height: inherit; }

  #cmsinfo_block h3 {
    text-align: center; }
  #cmsinfo_block .content {
    padding: 120px 0px 0px 0px; }
    #cmsinfo_block .content:after {
      left: 27%; }
    #cmsinfo_block .content:before {
      left: 28%; }

  div.sp-newproducts {
    padding: 0px 5px; }
    div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons {
      margin: 10px 0px 0px; }
  #attributes fieldset label{min-width: 54px;}
  #quantity_wanted_p label{min-width: 60px;}
  #buy_block .box-info-product .box-cart-bottom{margin: 0 5px;}
  ul.product_list .functional-buttons {
    margin: 10px 0px 0px; }

  ul.product_list .first-in-line {
    clear: none; }

  .content_sortPagiBar .sortPagiBar .compare-form {
    text-align: left;
    margin-top: 15px; }

  .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall {
    margin: 0px; }

  .bottom-pagination-content form {
    float: left; }

  div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  div.sp-bestseller-products .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  ul.product_list .product-container .functional-buttons > div {
    top: 0px !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  .product-box {
    width: 223px !important;
    margin-right: 25px !important; }

  #thumbs_list {
    width: 203px; }
    #thumbs_list li {
      margin: 0px 5px 0px 0px; }

  div.moreinfo_block .tab-content .product-box {
    width: 212px !important; }

  #product.content_only #quantity_wanted_p {
    float: none; }
  #product.content_only .box-cart-bottom {
    margin: 10px 0px; }
  #product.content_only .sendtofriend {
    margin: 10px 0px 0px 10px; }

  .ps-spotlight2 {
    overflow: hidden; padding-bottom: 0;}
  .moduletable.sp-bestseller-products{margin-bottom: 0;}

  .footer-container h3.mod-title {
    font-size: 15px; }
  .footer-container .box-footer {
    padding: 15px 15px 0px; }

  #smartblogcat .sdsarticleCat .articleContent {
    margin: 0px 20px 0px 0px; }

  .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination {
    margin: 8px 0px; } 
  .comments_note{width: 100%;}
  .sp-slider .slider .vpo-wrap .vp{min-height: 570px;}
 
  
  /*------RTL ----*/
  
  
  
  }
/* 5.Extra small devices Phones
================================================== */
@media (max-width: 767px) {
  .header-container .header-top {
    height: auto; }
    .header-container .header-top .container {
      width: 100%; }
    .header-container .header-top .row {
      padding: 0; }
    .header-container .header-top #header_logo {
      padding: 0; }
      .header-container .header-top #header_logo .logo {
        position: relative;
        box-shadow: none; }
  .header-container .header-bottom {
    padding: 15px; }
    .header-container .header-bottom #search_block_top {
      float: right;
      position: absolute;
      top: 107px;
      right: 10px; }
      .header-container .header-bottom #search_block_top #searchbox {
        border: none;
        background: #F47451; }
      .header-container .header-bottom #search_block_top .button-search {
        color: white !important;
        margin-left: 7px; }
    .header-container .header-bottom .header_user_info ul.links li {
      padding: 0px;
      height: 33px;
      width: 33px;
      position: relative;
      overflow: hidden;
      border: solid 1px #d6d4d4;
      text-align: center;
      background: #fff; }
      .header-container .header-bottom .header_user_info ul.links li a {
        color: transparent;
        line-height: 0px; }
      .header-container .header-bottom .header_user_info ul.links li .fa {
        color: #999;
        margin: 0px;
        font-size: 17px;
        display: block;
        line-height: 33px; }
    .header-container .header-bottom #currencies-block-top #setCurrency {
      background: #fff;
      border: solid 1px #d6d4d4;
      margin-top: 2px; }
      .header-container .header-bottom #currencies-block-top #setCurrency div.current {
        padding: 7px 10px 6px; }
        .header-container .header-bottom #currencies-block-top #setCurrency div.current:after {
          vertical-align: 0; }
    .header-container .header-bottom #currencies-block-top ul {
      top: 36px; }
    .header-container .header-bottom #languages-block-top div.current {
      padding: 5px 10px;
      background: #fff;
      border: solid 1px #d6d4d4;
      margin-top: 2px; }
      .header-container .header-bottom #languages-block-top div.current:after {
        vertical-align: 0; }
      .header-container .header-bottom #languages-block-top div.current span {
        line-height: 21px; }
    .header-container .header-bottom #languages-block-top ul {
      top: 35px; }
    .header-container .header-bottom .shopping_cart {
      margin-top: 2px; }
    .header-container .header-bottom{text-align: left;}
  
  .header-container .header-bottom .header_user_info ul.links li{margin-right: 3px;}
  .shopping_cart > a:first-child {
    padding: 6px 10px 7px; }
  #gear-right2{display: none;}
  #block_top_menu {
    width: 100%;
    padding: 0; }
    #block_top_menu .cat-title {
      display: block;
      padding: 10px 20px;
      background: #777;
      color: white;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase; }
    #block_top_menu .sf-menu {
      float: none;
      display: none; }
      #block_top_menu .sf-menu > li {
        float: none;
        margin: 0;
        position: relative;
        z-index: 2; }
        #block_top_menu .sf-menu > li > a {
          padding: 5px 20px; }
      #block_top_menu .sf-menu .menu-mobile-grover {
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 30px;
        z-index: 2;
        display: block;
        cursor: pointer;
        background: #999; }
        #block_top_menu .sf-menu .menu-mobile-grover:after {
          content: "+";
          font-family: "FontAwesome";
          font-size: 26px; }
          #block_top_menu .sf-menu .menu-mobile-grover.active:after{content: "-";}
      #block_top_menu .sf-menu .sf-menu li ul {
        display: block !important; }
      #block_top_menu .sf-menu ul {
        position: static;
        border: none; }
        #block_top_menu .sf-menu ul > li {
          float: none;
          padding: 0;
          width: 100%; }

  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-next {
    right: 0px; }
  #homepage-slider .bx-wrapper:hover .bx-controls-direction .bx-prev {
    left: 0px; }
  #homepage-slider .homeslider-description {
    left: -45px;
    top: -20px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
    #homepage-slider .homeslider-description p {
      display: none; }

  #htmlcontent_home ul.htmlcontent-home li {
    margin-bottom: 20px; }
  #htmlcontent_home ul.htmlcontent-home li.htmlcontent-item-2, #htmlcontent_home ul li.htmlcontent-item-3 {
    width: 100%; }
  #htmlcontent_home ul.htmlcontent-home li.htmlcontent-item-4 {
    position: static; }

  .newsletter_home .newsletter-input {
    width: calc(100% - 150px); }

  .ps-spotlight4 {
    display: none; }

  .ps-spotlight3 {
    margin-bottom: 20px; }

  #cms .item-imgage {
    float: none !important;
    margin: 0;
    text-align: center; }
  #cms .article-text {
    padding: 20px 0; }
  #cms .box-small {
    margin-bottom: 30px; }

  #cmsinfo_block {
    padding: 20px 0px 0px; }
    #cmsinfo_block > div {
      margin-bottom: 20px; }

  #social_block {
    padding-top: 20px; }
    #social_block ul.social-block {
      text-align: left; }

  #categories_block_left {
    margin-bottom: 30px; }

  #tags_block_left {
    margin-bottom: 30px; }

  #layer_cart .layer_cart_product .product-image-container {
    float: none; }

  .content_sortPagiBar .sortPagiBar form {
    float: left; }
  .content_sortPagiBar .sortPagiBar .compare-form {
    padding-top: 20px;
    text-align: left; }
  .content_sortPagiBar .sortPagiBar .pull-right {
    float: left !important; }
  .content_sortPagiBar .sortPagiBar .productsSortForm {
    margin-left: 0px; }

  .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination {
    margin: 10px 0 20px; }

  .bottom-pagination-content form {
    float: left;
    margin: 0px; }

  ul.product_list .ajax_block_product {
    width: 50%;
    display: inline-block;
    text-align: center;
    overflow: hidden; }
    ul.product_list .ajax_block_product .product-container {
      display: block;
      text-align: left; }
      ul.product_list .ajax_block_product .product-container .product-image-container .img_0 {
        width: 100%; }
      ul.product_list .ajax_block_product .product-container .product-image-container .img_1 {
        width: 100%; }

  ul.product_list .first-in-line {
    clear: none; }

  .content_scene_cat .content_scene {
    padding: 30px; }

  div.sp-newproducts .slider,
  div.sp-bestseller-products .slider {
    margin: 0; }

  div.sp-newproducts .compare-form,
  div.sp-bestseller-products .compare-form,
  div.sp-manu-slider .compare-form {
    position: static;
    display: block;
    text-align: center; }

  div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  div.sp-bestseller-products .slider .vpo-wrap .vp .item .item-wrap .functional-buttons > div,
  ul.product_list .product-container .functional-buttons > div {
    top: 0px !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  .product-box {
    width: 254px !important; }

  div.moreinfo_block .tab-content .product-box {
    width: 238px !important; }

  #product.content_only div.primary_block div.pb-left-column {
    width: 100%; }
  #product.content_only div.primary_block div.pb-right-column {
    padding: 20px;
    width: 100%; }
  #product.content_only div.primary_block div.moreinfo_block .tab-content .product-box {
    width: 221px !important; }

  #smartblogcat .sdsarticleCat .articleContent {
    margin: 0 0 10px;
    float: none; }

  #commentInput .note {
    display: block; }

  .footer-container .box-footer {
    clear: both;
    min-height: inherit;
    padding: 20px; }

  .footer-container .footer-column {
    margin-bottom: 50px; }

  .footer-container .copy-right {
    bottom: 50px;
    text-align: center; }
  .footer-container .paiement_logo_block {
    padding-top: 30px;
    text-align: center; }
    .footer-container #footer-primary .row{margin-bottom: 10px;}
    
  /*------------RTL-----------*/
  .is_rtl .header-container .header-bottom{text-align: right;}
  .is_rtl .header-container .header-bottom #search_block_top{left: 10px; right: inherit; float: left;}
  .is_rtl #block_top_menu .sf-menu .menu-mobile-grover{left: 15px; right: inherit;}
  .is_rtl #thumbs_list{float: right;}
  .is_rtl span.view_scroll_spacer{float: right; margin-left: 5px; margin-right: 5px;}
  .is_rtl .fa-angle-right:before{content: "\f104";}
  .is_rtl .fa-angle-left:before{content: "\f105";}
  .is_rtl .product_list .right-block,
  .is_rtl #social_block ul.social-block{text-align: right;}
  .is_rtl .header-container .header-bottom #search_block_top .button-search {
        color: white !important;
        margin-left: 10px; }
    }
/* 5.Small devices Phones
================================================== */
@media (max-width: 360px) {
  div.sp-newproducts div.heading-center h1, div.sp-bestseller-products div.heading-center h1 {
    font-size: 28px;
    padding: 0px 15px; }

  .content_sortPagiBar .sortPagiBar .productsSortForm {
    margin: 0px 0px 10px; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    margin: 0px; }
  .content_sortPagiBar .sortPagiBar #uniform-nb_item {
    margin-left: 10px; }

  #thumbs_list {
    width: 210px; }
    #thumbs_list li {
      margin: 0px 7px 0px 0px; }

  #quantity_wanted_p {
    float: none; }

  .box-cart-bottom {
    margin: 10px 10px 0px; }

  .box-info-product .wishlist_button, .box-info-product .sendtofriend, .box-info-product #usefull_link_block {
    margin-top: 10px; }

  div.moreinfo_block ul.nav-tabs > li a {
    font-size: 16px;
    padding: 10px; }

  .product-box {
    width: 290px !important; }

  .newsletter_home .newsletter-input {
    width: 50%; }
  .newsletter_home .button {
    min-width: 90px; }

  .sp-manu-slider .preset04-2 .vpo-wrap .vp .item {
    width: 100%; }

  .logo-footer {
   
    margin-bottom: 20px; }

  ul.inline li {
    margin: 0px 3px; }
    ul.inline li a {
      font-size: 12px; }

  #header .cart_block {
    right: -8px;
    left: auto; }

  #homepage-slider .homeslider-description {
    display: none; }

  #subcategories .row > div {
    width: 100%; }

  ul.product_list .ajax_block_product {
    width: 100%; }
    ul.product_list .ajax_block_product .product-container {
      display: inline-block; }

  #languages-block-top ul {
    width: 100%; } }
/* 
================================================== */
@media (max-width: 480px) {
  div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons,
  div.sp-bestseller-products .slider .vpo-wrap .vp .item .item-wrap .functional-buttons {
    margin: 0px 2px; }

  .logo-footer {
    margin-bottom: 20px; }

  ul.product_list .functional-buttons,
  div.sp-newproducts .slider .vpo-wrap .vp .item .item-wrap .functional-buttons,
  div.sp-bestseller-products .slider .vpo-wrap .vp .item .item-wrap .functional-buttons {
    margin: 10px 0px 0px; }
  /*-------------RTL ----------*/
   .is_rtl #header .cart_block{left: -40px; right: auto;}
    
  }
/* 
================================================== */
@media (width: 360px) {
  .product-box {
    width: 330px !important; } }
/* 5.Small devices Phones
================================================== */
@media (max-width: 320px) {
  #header .cart_block {
    right: 0;
    left: auto;
    width: 251px; } }
