/**
 * 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 
 */
/* mini basket */
#cart {
  position: relative;
}
@media (min-width: 767px) {
  #cart.shopping_cart {
    float: right;
  }
  .rtl #cart.shopping_cart {
    float: left;
  }
}
@media (max-width: 767px) {
  #cart.shopping_cart {
    text-align: center;
  }
}
#cart h4 {
  color: #434a54;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 0 45px;
  margin: 0;
  background-image: url("../../../img/icon/minicart.png");
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 32px;
}
.rtl #cart h4 {
  padding: 0 45px 0 0;
}
.rtl #cart h4 {
  background-position: right center;
}
#cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: white;
  border: 1px solid #e1e1e1;
  z-index: 99999;
  min-width: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
#cart.active .content {
  display: block;
}
#cart .heading {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading .cart-inner {
  min-height: 47px;
  height: 47px;
  height: auto !important;
}
#cart .heading a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #eadd4b;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 0 6px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0;
  left: 23px;
}
.rtl #cart .heading a {
  right: 23px;
  left: auto;
}
#cart .media .pull-left {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  background-color: dimgrey;
  margin-right: 10px;
}
#cart .icon-cart {
  color: white;
  font-size: 16px;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 5px;
}
#cart .mini-cart-info .quantity {
  text-align: right;
}
#cart .mini-cart-info .name {
  font-size: 12px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px solid #e1e1e1;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  width: 1px;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
#cart .mini-cart-info .remove {
  text-align: right;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}

@media (max-width: 767px) {
  #header .cart_block {
    left: 0;
    margin: 0 auto;
  }
}
#footer .footer-block {
  padding: 0 30px;
  margin-bottom: 0;
}
#footer .footer-block:before {
  content: "";
  border-right: 1px dashed rgba(255, 255, 255, 0.05);
  height: 300%;
  width: 1px;
  top: 0;
  right: 0;
  position: absolute;
}
.rtl #footer .footer-block:before {
  left: 0;
  right: auto;
}
@media (max-width: 1199px) {
  #footer .footer-block:before {
    height: auto;
  }
}
#footer .footer-block:last-child {
  padding-right: 15px;
}
.rtl #footer .footer-block:last-child {
  padding-left: 15px;
  padding-right: inherit;
}
@media (max-width: 767px) {
  #footer .footer-block:last-child {
    padding-right: 30px;
  }
  .rtl #footer .footer-block:last-child {
    padding-left: 30px;
    padding-right: inherit;
  }
}
#footer .footer-block:first-child {
  padding-left: 15px;
}
.rtl #footer .footer-block:first-child {
  padding-right: 15px;
  padding-left: inherit;
}
@media (max-width: 767px) {
  #footer .footer-block:first-child {
    padding-left: 30px;
  }
  .rtl #footer .footer-block:first-child {
    padding-right: 30px;
    padding-left: inherit;
  }
}

.jumbotron {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: "Lato";
}
.jumbotron h1, .jumbotron h2, .jumbotron h3 {
  margin: 10px 0;
  font-weight: 600;
}
.jumbotron h1 {
  font-size: 72px;
  color: #eadd4b;
  line-height: 72px;
  margin-bottom: 0;
}
.jumbotron h2 {
  font-size: 36px;
  line-height: 34px;
  color: #fff;
  font-family: "Kaushan Script";
  text-transform: none;
}
.jumbotron h3 {
  font-size: 18px;
  color: #0eba9e;
  line-height: 24px;
}
.jumbotron .hr {
  border-bottom: 2px solid #fff;
  padding: 0 30px 16px;
  display: inline-block;
}

#pts-top-menu {
  padding: 0;
}

@media (max-width: 991px) {
  .navbar-header .navbar-toggle {
    display: block;
    float: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 9px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 14px;
    border: none;
    color: #fff;
  }
  .navbar-header .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: white;
  }
  .navbar-header .navbar-toggle .icon-bar {
    background-color: white;
    width: 16px;
  }

  #pts-top-menu {
    margin-bottom: 15px;
    padding: 0;
  }

  .pts-megamenu .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .pts-megamenu .navbar-nav > li {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 1px;
  }
  .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;
    position: relative;
    background-color: #fff;
  }
  .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;
  }
  .pts-megamenu .mega-col {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .pts-megamenu .product-block .product-container.w-product {
    width: 100%;
  }
}
