/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
@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 (max-width: 1199px) {
  .zoomdiv {
    display: none !important;
  }

  /* Product Today Deal */
  .products_block.today-deals .product-block .product-meta {
    padding-top: 0;
  }
  .products_block.today-deals .product-block .functional-buttons {
    margin: 20px 0;
  }
  .products_block.today-deals .product-block .product-info {
    top: 20px;
  }

  .block-testimonials .block .block_content {
    padding: 54px 70px;
  }

  #footer {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .block-testimonials .block .block_content {
    padding: 54px 20px;
  }

  #thumbs_list {
    width: 345px;
  }
}
@media (min-width: 992px) {
  /* Product List Default */
  .profile-default .product-block .product-meta {
    bottom: -56px;
  }
  .profile-default .product-block .image {
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .profile-default .product-block:hover .product-meta {
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .profile-default .product-block:hover .image {
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .products_block.today-deals .functional-buttons {
    margin: 22px 0;
    position: relative;
    right: -160px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .products_block.today-deals .product-info {
    position: relative;
    top: 30px;
  }
  .products_block.today-deals .image {
    top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .products_block.today-deals:hover .product-info {
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .products_block.today-deals:hover .functional-buttons {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .products_block.today-deals:hover .image {
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 991px) {
  .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 .popup-title {
    display: block !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;
  }

  /* Header */
  #header_logo {
    text-align: center;
  }
  #header_logo img {
    display: inline-block;
  }

  /* Footer */
  .footer-container .copyright, .footer-container .payment {
    text-align: center;
  }
  .footer-container .f-left {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-container .f-right {
    padding: 10px 9px;
  }
  .footer-container .f-right:before {
    display: none;
  }

  /* Other style */
  #newsletter_block_left form {
    width: 300px;
  }

  #leosearchtopbox select {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  html {
    background: none;
  }

  .navbar-header .navbar-toggle {
    display: block;
    float: left;
    margin: 12px 0 0;
    width: 40px;
    border: 1px solid #f3f4f5;
  }
  .rtl .navbar-header .navbar-toggle {
    float: right;
  }

  .collapse.navbar-collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 768px) {
  /* Product List Default */
  .product-block .box-buttons > div {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .product-block:hover .box-buttons > div {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767px) {
  #leosearchtopbox span {
    display: none;
  }

  /* Product List */
  .product-block .box-buttons {
    display: none;
  }

  /* Footer */
  .footer-container .f-right > div {
    width: 100%;
  }

  .footer-container .f-right > div.contact_infos {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #layer_cart .layer_cart_cart .button-container {
    text-align: center;
  }

  #layer_cart .layer_cart_cart .button-container .btn {
    float: none!important;
    margin-bottom: 10px;
  }

  .bottom-pagination-content .product-compare {
    margin-top: 10px;
  }

  .nav-tabs.page-product-heading > li {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #thumbs_list {
    width: 255px;
  }

  .pb-center-column h1 {
    font-size: 18px;
  }

  .box-cart-bottom > div {
    display: block;
    margin: 10px 0;
  }

  form#searchbox {
    min-width: 220px;
  }

  #newsletter_block_left form {
    width: 260px;
  }

  .block-testimonials .media > .pull-left {
    float: none !important;
    text-align: center;
  }
  .block-testimonials .media > .pull-left img {
    display: inline-block;
  }
  .block-testimonials .block .block_content {
    padding: 20px;
  }
  .block-testimonials .block .descript {
    font-size: 12px;
  }
}
