/*-----------------------*/
/**
* 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;
  }

  #thumbs_list {
    width: 258px;
  }
}
@media (max-width: 1024px) {
  #layer_cart {
    width: 94%;
  }

  .popup-over .popup-content {
    top: 45px;
  }

  .header_user_info .popup-title {
    display: block;
  }
  .header_user_info .popup-content li {
    display: block !important;
  }
  .header_user_info ul.links li a {
    margin: 0;
  }

  #topbar .links li:before {
    content: none;
    background-color: transparent;
  }
  #topbar .links li a {
    color: #666666;
  }

  .ap-total {
    color: #666666;
  }

  .iview-controlNav div.iview-items.customHtmlBullet {
    width: 240px;
  }
  .iview-controlNav div.iview-items.customHtmlBullet ul li {
    width: 240px;
    height: 104px;
  }
  .iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    width: 240px;
    padding: 10px 25px 10px 20px;
  }
  .rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    padding: 10px 20px 10px 25px;
  }

  .testimonials .descript {
    padding: 0;
  }

  #leo-megamenu .navbar-nav > li > a {
    padding: 14px;
  }
}
@media (min-width: 991px) {
  .product-block .image .product_img_link {
    display: block;
  }
  .product-block .content_price {
    margin: 0;
  }
  .product-block .box-buttons {
    z-index: 2;
    bottom: 28%;
    padding: 10px 0;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .product-block .box-buttons a {
    display: inline-block;
    color: black;
    margin: 0 -2px;
    padding: 0 12px;
    background-color: white;
    border-left: #dddddd;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
  }
  .rtl .product-block .box-buttons a {
    border-right: #dddddd;
    border-left: inherit;
  }
  .rtl .product-block .box-buttons a {
    border-style: none solid none none;
  }
  .rtl .product-block .box-buttons a {
    border-width: 0 1px 0 0;
  }
  .product-block .box-buttons a:hover {
    color: #f8705a;
  }
  .product-block .box-buttons a.ajax_add_to_cart_button {
    border-left: transparent;
  }
  .rtl .product-block .box-buttons a.ajax_add_to_cart_button {
    border-right: transparent;
    border-left: inherit;
  }
  .product-block:hover .box-buttons {
    bottom: 23%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product-block:hover .functional-buttons {
    bottom: 0;
    visibility: visible;
  }
  .product-block:hover .image .product_img_link:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media (max-width: 991px) {
  html {
    background: none;
  }

  .navbar-header {
    float: left;
  }
  .rtl .navbar-header {
    float: right;
  }
  .navbar-header .navbar-toggle {
    display: block;
    padding: 0;
    width: 40px;
    height: 35px;
    font-size: 20px;
    color: #FFF;
    background-color: black;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
    float: left;
  }
  .rtl .navbar-header .navbar-toggle {
    margin: 0 0 0 10px;
  }
  .rtl .navbar-header .navbar-toggle {
    float: right;
  }
  .navbar-header .navbar-toggle:hover {
    color: #f8705a;
  }

  .collapse.navbar-collapse {
    display: none!important;
  }

  .navbar-nav {
    float: none;
    width: 100%;
  }
  .navbar-nav > li {
    display: inline;
  }

  .leo-megamenu .navbar-nav > li {
    float: none;
  }
  .leo-megamenu .navbar-nav > li > a:before {
    display: none;
  }
  .leo-megamenu .navbar-nav > li.home > a {
    padding-left: 20px;
  }
  .rtl .leo-megamenu .navbar-nav > li.home > a {
    padding-right: 20px;
    padding-left: inherit;
  }
  .leo-megamenu .dropdown-menu .mega-col {
    width: 100%;
  }

  .leo-widget .product-block .image {
    width: 31%;
  }
  .leo-widget .product-block .name {
    height: 29px;
    line-height: 24px;
  }
  .leo-widget .product-block .name a {
    line-height: 14px;
    font-size: 13px;
  }

  .leo-megamenu .navbar-nav > li.new .sub-title,
  .leo-megamenu .navbar-nav > li.hot .sub-title {
    display: 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;
  }

  .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;
  }

  #powered {
    text-align: center;
  }
  #powered .ApImage {
    text-align: center;
    float: none !important;
  }

  .footer-copyright.ApColumn .ApImage {
    margin-bottom: 35px;
  }
}
@media (max-width: 990px) {
  #header_logo {
    text-align: center;
    margin: 0 0 30px;
  }

  #header-main {
    padding-bottom: 15px;
  }
  #header-main .row {
    padding-bottom: 15px !important;
  }

  .btn-search {
    top: 12px;
    right: 15px;
  }
  .rtl .btn-search {
    left: 15px;
    right: auto;
  }

  #thumbs_list {
    width: 360px;
  }

  .footer-left .block {
    padding-right: 0;
  }
  .rtl .footer-left .block {
    padding-left: 0;
    padding-right: inherit;
  }

  #footer .footer-copyright {
    text-align: center;
  }
  #footer .footer-copyright .ApImage.pull-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .footer-copyright .ApColumn .block {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .iview-controlNav div.iview-items {
    bottom: 0;
  }

  .box-html.ApColumn .block img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .nav-tabs.page-product-heading {
    width: 100%;
  }

  .tab-content.page-product-content {
    width: 100%;
  }

  .tabs-top .nav-tabs {
    border: 1px solid #dddddd;
  }
  .tabs-top .nav-tabs > li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .product_list.list .product-block .product-meta {
    padding: 30px 20px;
  }
}
@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;
  }

  .popup-over .popup-title span {
    display: none;
  }

  #thumbs_list {
    width: 350px;
  }

  .nav-tabs.page-product-heading > li {
    width: 100%;
  }

  #header .cart_block {
    width: 292px;
  }

  .pb-left-column #image-block img {
    width: 100%;
  }

  .cart_navigation {
    text-align: center;
  }
  .cart_navigation .btn {
    float: none !important;
    margin-top: 10px;
  }

  form#searchbox .btn span {
    display: none;
  }

  .blog-item .blog-meta > span {
    display: block;
  }
}
@media (max-width: 320px) {
  #thumbs_list {
    margin-left: 30px;
    width: 235px;
  }
  .rtl #thumbs_list {
    margin-right: 30px;
    margin-left: inherit;
  }

  .pb-center-column h1 {
    font-size: 18px;
  }

  .popup-over .popup-title span {
    display: none;
  }

  form#searchbox {
    margin-top: 54%;
  }
}
