/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
@media (max-width: 1196px) and (min-width: 992px) {
  .editortool .label-customize {
    display: none;
  }
}
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden;
  }
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  .rtl #guestTracking .form-group i {
    padding-right: 10px;
    padding-left: inherit;
  }
  #guestTracking .form-control {
    float: left;
  }
  .rtl #guestTracking .form-control {
    float: right;
  }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%;
  }
  .rtl #guestTracking label {
    float: right;
  }
}
@media (width: 768px) {
  .customer-review article {
    display: none;
  }
}
@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important;
  }

  .navbar-collapse.collapse {
    display: block !important;
  }

  #thumbs_list li {
    width: 87px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  html {
    background: none;
  }

  .navbar-header .navbar-toggle {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 40px;
    font-size: 21px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    border-radius: 3px;
  }
  .rtl .navbar-header .navbar-toggle {
    float: right;
  }
  .rtl .navbar-header .navbar-toggle {
    right: 30px;
    left: auto;
  }

  .collapse.navbar-collapse {
    display: none !important;
  }

  .leo-megamenu .navbar-nav {
    float: none;
  }
  .leo-megamenu .navbar-nav > li {
    width: 100%;
    display: block;
  }
  .leo-megamenu .navbar-nav > li:first-child {
    border-bottom: 1px solid #fff;
  }
  .leo-megamenu .navbar-nav > li > a:hover {
    background: transparent;
    box-shadow: none;
  }
  .leo-megamenu .navbar-nav > li > a:hover span {
    color: #D06462;
  }
  .leo-megamenu .dropdown-menu:before {
    border: none;
  }

  .float-vertical.active > .block_content {
    position: relative;
  }

  #leo-verticalmenu .open > .dropdown-menu {
    max-width: 100%;
    position: relative;
    left: auto !important;
    width: 100% !important;
    top: 100%;
  }

  div.verticalmenu .navbar-nav {
    margin: 0;
  }

  .header_user_info .dropdown-toggle {
    display: block;
  }

  .dropdown-menu > li {
    border-right: none !important;
  }
  .dropdown-menu > li > a {
    padding: 3px 0;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
  }

  ul.links li .fa, ul.links li .icon {
    width: 10px;
  }

  #footer #newsletter_block_left .newsletter-input {
    width: 11.5em;
  }

  #footer #newsletter_block_left.block .title_block {
    margin-bottom: 10px;
  }

  /* Custom style */
  /* Custom widget html*/
  .customhtml-promo:after, .customhtml-promo:before {
    content: "";
    display: none;
  }

  #quantity_wanted_p input {
    width: 3.175em;
  }

  #search_block_top {
    position: absolute;
    top: 175px;
    z-index: 9;
    border: 1px solid #d0676b;
    right: 3%;
  }
  .rtl #search_block_top {
    left: 3%;
    right: auto;
  }
  #search_block_top #searchbox {
    width: 200px;
  }
  #search_block_top #search_query_top {
    background: transparent !important;
  }

  #header_logo {
    text-align: center;
    width: 100%;
  }
  #header_logo .logo {
    position: static;
    padding: 5px 0px;
    margin-bottom: 40px;
  }

  .blockcart_top {
    right: 3%;
    bottom: 152px;
    top: inherit;
  }
  .rtl .blockcart_top {
    left: 3%;
    right: auto;
  }

  #right_column {
    padding-right: 10px;
  }
  .rtl #right_column {
    padding-left: 10px;
    padding-right: inherit;
  }

  .footer-top .container > .inner div:nth-child(2) {
    padding-left: 10px;
  }
  .rtl .footer-top .container > .inner div:nth-child(2) {
    padding-right: 10px;
    padding-left: inherit;
  }

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

  #product #center_column, #category #center_column {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rtl #product #center_column, .rtl #category #center_column {
    padding-right: 20px;
    padding-left: inherit;
  }
  .rtl #product #center_column, .rtl #category #center_column {
    padding-left: 20px;
    padding-right: inherit;
  }

  .selector1 {
    display: none;
  }

  #thumbs_list li {
    width: 61px;
  }

  #category .product-image-container .img-responsive {
    width: 100%;
  }

  #topbar .links {
    margin-top: 2px;
  }
}
/* End media max-width 911px */
@media (max-width: 767px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  html {
    background: none;
  }

  .navbar-header .navbar-toggle {
    display: block;
    float: left;
    margin: 0;
    width: 40px;
  }
  .rtl .navbar-header .navbar-toggle {
    float: right;
  }

  .collapse.navbar-collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none;
  }

  header .g-dropdown {
    position: relative;
  }
  header .g-dropdown .groupe-btn {
    padding: 5px;
    float: left;
    cursor: pointer;
  }
  .rtl header .g-dropdown .groupe-btn {
    float: right;
  }
  header .g-dropdown ul.links li {
    display: block;
  }

  #header-main .inner {
    text-align: center;
  }
  #header-main #header_logo a {
    display: inline-block;
  }

  #send_friend_form {
    width: 280px;
  }

  #poweredby {
    text-align: center;
  }

  #footnav {
    text-align: center;
    margin-top: 10px;
  }

  .effect {
    text-align: center;
  }

  #leosearchtopbox {
    margin-right: 8px;
  }
  #leosearchtopbox select {
    width: 40%;
  }
  #leosearchtopbox input {
    width: 60%;
  }

  .product-block .quick-view {
    display: none;
  }

  /* Custom style */
  #right_column {
    clear: both;
    overflow: hidden;
    padding: 0 10px;
  }

  .footer-top .container > .inner div:nth-child(2) {
    padding-left: 10px;
  }

  #right_column #categories_block_left, #right_column .widget {
    padding-left: 10px;
  }
  .rtl #right_column #categories_block_left, .rtl #right_column .widget {
    padding-right: 10px;
    padding-left: inherit;
  }
  #right_column #layered_block_left {
    margin: 20px 10px;
  }

  #thumbs_list li {
    width: 87px;
  }

  /* End Custom style */
}
@media (max-width: 480px) {
  header .nav .row {
    padding: 10px 0;
  }

  #cart .heading {
    display: inline-block;
  }

  .box-services {
    display: none;
  }

  .product-block .functional-buttons {
    left: 0;
  }

  #layer_cart .layer_cart_cart .button-container {
    text-align: center;
  }

  #layer_cart .layer_cart_cart .button-container .btn {
    float: none!important;
    margin-bottom: 10px;
  }

  .pb-left-column {
    padding-left: 0;
  }
  .rtl .pb-left-column {
    padding-right: 0;
    padding-left: inherit;
  }

  #header_logo {
    text-align: center;
    width: 100%;
  }
  #header_logo .logo {
    position: static;
    padding: 5px 0px;
    margin-bottom: 90px;
  }

  #search_block_top {
    top: 210px;
  }

  .navbar-header .navbar-toggle {
    bottom: 25px;
  }

  .blockcart_top {
    right: 0;
    bottom: -45px;
    width: 100%;
  }
  .rtl .blockcart_top {
    left: 0;
    right: auto;
  }
  .blockcart_top #cart {
    width: 100%;
  }
  .blockcart_top #cart .heading {
    width: 100%;
  }

  #top_column {
    margin-top: 30px;
  }

  #subcategories div {
    padding: 5px 0px;
  }

  #thumbs_list li {
    width: 84px;
  }
}
@media (max-width: 479px) {
  #thumbs_list li {
    width: 78px;
  }
}
