﻿
/* product style */
.product-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top:20px;
  background: #FFFFFF;
  border:1px solid #f7f7f7
}
.product-block .description {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #000000;
  display: none;
}
.product-block .name {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1px;
  font-family: "Work Sans", sans-serif;
}
.product-block .name a {
  color: #000000;
}
.product-block .name a:hover {
  color: #86bde9;
}
.product-block .product-meta {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
}

.pav-hover-image {
  opacity: 0.3;
  width: 100%;
}
.pav-hover-image:hover {
  opacity: 1;
}

.product-label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  z-index: 9;
}
.product-label.ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.rtl .product-label.ribbon {
  left: 0;
  right: auto;
}
.product-label.ribbon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #818796;
  border-left: 40px solid transparent;
}
.rtl .product-label.ribbon:before {
  left: 0;
  right: auto;
}
.rtl .product-label.ribbon:before {
  border-right: 40px solid transparent;
  border-left: inherit;
}
.product-label.ribbon .product-label-special {
  display: block;
  text-align: center;
  height: 100%;
  padding-top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-label.ribbon2 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
}
.rtl .product-label.ribbon2 {
  left: 0px;
  right: auto;
}
.product-label.ribbon2 .product-label-special {
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: -2px;
  top: 12px;
  width: 120px;
  background-color: #f0c73b;
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
}
.product-label.ribbon1 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
}
.rtl .product-label.ribbon1 {
  right: 0px;
  left: auto;
}
.product-label.ribbon1 .product-label-special {
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  padding: 6px 0;
  left: -32px;
  top: 15px;
  width: 120px;
  background-color: #f0c73b;
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
}
.rtl .product-label.ribbon1 .product-label-special {
  right: -32px;
  left: auto;
}
.product-label.bts {
  text-align: center;
  display: block;
  text-transform: uppercase;
  height: 15px;
  line-height: 15px;
  padding: 0 10px;
  position: absolute;
  top: 20px;
  background-color: #133984;
  left: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl .product-label.bts {
  right: 20px;
  left: auto;
}
.product-label.bts .product-label-special {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-label.sale {
  top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #86bde9;
  left: 10px;
  padding: 5px 10px;
}
.rtl .product-label.sale {
  right: 10px;
  left: auto;
}
.product-label.sale-border {
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 15px;
  border: 2px solid #d95e41;
  right: 10px;
  color: #818796;
}
.rtl .product-label.sale-border {
  left: 10px;
  right: auto;
}
.product-label.flag {
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 15px;
  background-color: #70ba28;
  left: 0;
  line-height: 30px;
}
.rtl .product-label.flag {
  right: 0;
  left: auto;
}
.product-label.flag:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  border-top: 15px solid #70ba28;
  border-right: 15px solid transparent;
}
.rtl .product-label.flag:before {
  left: -15px;
  right: auto;
}
.rtl .product-label.flag:before {
  border-left: 15px solid transparent;
  border-right: inherit;
}
.product-label.flag:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  bottom: 0;
  border-bottom: 15px solid #70ba28;
  border-right: 15px solid transparent;
}
.rtl .product-label.flag:after {
  left: -15px;
  right: auto;
}
.rtl .product-label.flag:after {
  border-left: 15px solid transparent;
  border-right: inherit;
}

.product-block .bottom {
  position: relative;
  margin-top: -40px;
}
.product-block .action {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #133984;
  width: 82%;
  margin: auto;
  text-align: center;
}
.product-block .action > div {
  padding: 5px 0;
}
.product-block .action > div .btn-outline-light {
  font-size: 16px;
  width: 40px;
}
.product-block:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  z-index: 9;
}
.product-block:hover .action {
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
}
.product-block:hover .action > div {
  opacity: 1;
}

.parallax:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-outline-light {
  color: #979ca8;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
.open .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #979ca8;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #FFFFFF;
  background-color: #86bde9;
  border-color: #86bde9;
}
.open .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #86bde9;
  border-color: #86bde9;
}
.btn-outline-dark:active, .btn-outline-dark.active {
  background-image: none;
}
.open .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
.btn-outline-dark.disabled, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled:active, .btn-outline-dark.disabled.active, .btn-outline-dark[disabled], .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled]:active, .btn-outline-dark[disabled].active, fieldset[disabled] .btn-outline-dark, fieldset[disabled] .btn-outline-dark:hover, fieldset[disabled] .btn-outline-dark:focus, fieldset[disabled] .btn-outline-dark:active, fieldset[disabled] .btn-outline-dark.active {
  background-color: transparent;
  border-color: #000;
}
.btn-outline-dark .badge {
  color: transparent;
  background-color: #000;
}

.btn-inverse-light {
  color: #000000;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: #FFFFFF;
  background-color: #86bde9;
  border-color: #86bde9;
}
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #86bde9;
  border-color: #86bde9;
}
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-inverse-light .badge {
  color: #f7f7f7;
  background-color: #000000;
}

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
.btn-outline.btn-default {
  color: #000;
}
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
.btn-outline.btn-primary {
  color: #8ec354;
}
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
.btn-outline.btn-success {
  color: #86bde9;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
.btn-outline.btn-info {
  color: #5c9ddf;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
.btn-outline.btn-danger {
  color: #e93434;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
.btn-outline.btn-warning {
  color: #f0c73b;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

.btn-inverse.btn-primary:hover {
  color: #8ec354;
  background: transparent;
}
.btn-inverse.btn-success:hover {
  color: #86bde9;
  background: transparent;
}
.btn-inverse.btn-info:hover {
  color: #5c9ddf;
  background: transparent;
}
.btn-inverse.btn-danger:hover {
  color: #e93434;
  background: transparent;
}
.btn-inverse.btn-warning:hover {
  color: #f0c73b;
  background: transparent;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  background: transparent !important;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  /* .item {
  	padding: 0 10px;
  } */
}

.products-owl-carousel {
  position: relative;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls .owl-buttons div {
  position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%;
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: none !important;
}


.product-info .accordion .panel-heading, .product-info .accordion .panel {
  border: none;
}

.review-form-width {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px 15px;
  max-width: 700px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}
.review-form-width .panel-body {
  padding: 0;
}

.product-related .owl-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.product-related .owl-wrapper .owl-item {
  padding-right: 5px;
  padding-left: 5px;
}

/* */
div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}

#products.product-grid .product-block {
  text-align: center;
}
#products.product-grid .product-block .name {
  line-height: 35px;
}
#products.product-list .footer-deals {
  text-align: center;
}
#products.product-list .product-block .bottom {
  margin-top: -50px;
}
#products.product-list .product-block .product-meta {
  margin-top: 50px !important;
}
#products.product-list .product-block .product-meta h6.name {
  font-size: 30px;
}

.widget-images, .product-img {
  text-align: center;
}
.widget-images .img-responsive, .product-img .img-responsive {
  display: inline-block;
}

.account-return-add .bootstrap-datetimepicker-widget.dropdown-menu {
  transform: none;
  visibility: inherit;
  transition: none;
}

.paging {
  margin-bottom: 40px;
}

.pavblog-blogs .sidebar h4.panel-title, .pavblog-blog .sidebar h4.panel-title, .pavblog-category .sidebar h4.panel-title {
  font-size: 20px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  .row-offcanvas-left {
    left: 0;
  }
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -70%;
  }
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -70%;
    right: auto;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -70%;
  }
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -70%;
    left: auto;
  }

  .row-offcanvas-right.active {
    right: 70%;
  }
  .rtl .row-offcanvas-right.active {
    left: 70%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 70%;
  }
  .rtl .row-offcanvas-left.active {
    right: 70%;
    left: auto;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    background: #FFFFFF;
  }
  .sidebar-offcanvas ul, .sidebar-offcanvas ol {
    padding: 0;
    margin: 0;
  }
  .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
    list-style: none;
    position: relative;
  }

  .bottom-offcanvas {
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
  }
}
.canvas-menu {
  margin: 12px 0;
}

.sidebar-offcanvas .fa-times {
  background-color: transparent !important;
}

/*offcanvas-menu*/
#offcanvasmenu .badges.new, #offcanvasmenu .badges.hot {
  left: 10px;
  top: 0;
}
.rtl #offcanvasmenu .badges.new, .rtl #offcanvasmenu .badges.hot {
  right: 10px;
  left: auto;
}
#offcanvasmenu .menu-title {
  font-size: 13px;
}
#offcanvasmenu .navbar-nav {
  float: none;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
  border-top: 1px solid #ebebeb;
  position: relative;
}
#offcanvasmenu .navbar-nav > li .caret {
  display: none;
}
#offcanvasmenu .navbar-nav > li.home .menu-icon {
  background: none !important;
}
#offcanvasmenu .navbar-nav > li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 19px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.rtl #offcanvasmenu .navbar-nav > li .click-canavs-menu {
  left: 0;
  right: auto;
}
#offcanvasmenu .navbar-nav > li > a {
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: transparent !important;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  line-height: 22px;
}
#offcanvasmenu .navbar-nav > li > .dropdown-menu .click-canavs-menu {
  padding: 8px 12px;
}
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: none !important;
}
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  line-height: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0;
}
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0;
  padding-left: inherit;
}
#offcanvasmenu .dropdown-menu a {
  font-size: 11px;
  padding: 5px 10px;
  background: transparent;
  text-transform: lowercase;
}
#offcanvasmenu .dropdown-menu .widget-heading {
  font-size: 13px;
}
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #262a2e;
}
#offcanvasmenu .dropdown-menu .level2 {
  padding: 0;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}

.badges.new, .badges.hot {
  color: #FFFFFF;
  font-size: 11px;
  height: 16px;
  line-height: 17px;
  padding: 0 6px;
  position: absolute;
  right: -15px;
  -webkit-border-radius: 2px 2px 2px 0;
  -moz-border-radius: 2px 2px 2px 0;
  -ms-border-radius: 2px 2px 2px 0;
  -o-border-radius: 2px 2px 2px 0;
  border-radius: 2px 2px 2px 0;
  text-align: center;
  text-transform: uppercase;
  top: -5px;
  transform: translateZ(0px);
  font-weight: bold;
}
.rtl .badges.new, .rtl .badges.hot {
  left: -15px;
  right: auto;
}
.badges.new:before, .badges.hot:before {
  border-style: solid;
  border-width: 2px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
}
.badges.new {
  background-color: #ef9a9a;
}
.badges.new:before {
  border-color: #ef9a9a transparent transparent #ef9a9a;
}
.badges.hot {
  background-color: #ff4157;
}
.badges.hot:before {
  border-color: #ff4157 transparent transparent #ff4157;
}

.widget-heading {
  color: #86bde9;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13px;
}

.pav-megamenu {
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu > .click-canavs-menu.fa {
  position: absolute;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  cursor: pointer;
}
.pav-megamenu .column {
  position: relative;
}
.pav-megamenu .column:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  right: 30px;
  top: 0;
  position: absolute;
}
.rtl .pav-megamenu .column:before {
  left: 30px;
  right: auto;
}
.pav-megamenu .column.last:before {
  content: none;
}
.pav-megamenu .navbar {
  margin: 0;
  border: 0;
}
.pav-megamenu .navbar-collapse {
  padding: 0;
  text-align: center;
}
.pav-megamenu .navbar-nav {
  display: inline-block;
  margin-bottom: -8px;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  left: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li > .dropdown-menu {
  top: 120%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  display: block;
  position: absolute;
  visibility: hidden;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  left: 0;
}
.rtl .pav-megamenu .navbar-nav > li > .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li:hover > .dropdown-menu, .pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  top: 100%;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 8px 60px 8px 0;
  text-transform: uppercase;
  color: #818796;
  background-color: transparent !important;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  font-weight: 700;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
  position: relative;
}
.rtl .pav-megamenu .navbar-nav > li > a {
  padding: 8px 0 8px 60px;
}
.pav-megamenu .navbar-nav > li > a:before {
  position: absolute;
  background-image: url(../image/symbol.jpg);
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.rtl .pav-megamenu .navbar-nav > li > a:before {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: #000000 !important;
}
.pav-megamenu .navbar-nav > li > a:hover .caret:before, .pav-megamenu .navbar-nav > li > a:focus .caret:before, .pav-megamenu .navbar-nav > li > a:active .caret:before {
  color: #000000 !important;
}
.pav-megamenu .navbar-nav > li > a:hover:before, .pav-megamenu .navbar-nav > li > a:focus:before, .pav-megamenu .navbar-nav > li > a:active:before {
  width: 41px;
}
.pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative;
}
.pav-megamenu .navbar-nav > li > a .caret:before {
  content: '\f2f9';
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: -10px;
  top: -20px;
  font-size: 12px;
  font-weight: 100;
  color: #818796;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret:before {
  left: -10px;
  right: auto;
}
.pav-megamenu .navbar-nav > li:hover > a .caret:before, .pav-megamenu .navbar-nav > li:hover:active > a .caret:before {
  color: #86bde9;
}
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  color: #000000;
  /*         border-top:1px solid $border-color; */
  min-width: 200px;
  padding: 25px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  z-index: 9999;
}
.rtl .pav-megamenu .dropdown-menu {
  right: -9999px;
  left: auto;
}
.pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
  padding: 0;
}
.pav-megamenu .dropdown-menu ul.content {
  padding-left: 15px;
}
.rtl .pav-megamenu .dropdown-menu ul.content {
  padding-right: 15px;
  padding-left: inherit;
}
.pav-megamenu .dropdown-menu li {
  list-style: none;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #000000;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #0a2432;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
  right: 0px;
  left: auto;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #86bde9;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  left: -100%;
  right: auto;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  display: block;
  top: 0;
}
.rtl .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
.pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.pav-megamenu .sidebar .product-block {
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}

iframe {
  border: none;
}

/* fillter */
.fillter a {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #000000;
  margin-top: -7px;
  display: block;
  font-family: "Raleway", sans-serif;
}
.fillter label {
  margin-left: 20px;
  font-weight: 100;
  line-height: 19px;
}
.rtl .fillter label {
  margin-right: 20px;
  margin-left: inherit;
}
.fillter .panel-body {
  padding: 0;
}
.fillter .list-group > div:last-child {
  border-right: none;
}
.rtl .fillter .list-group > div:last-child {
  border-left: none;
  border-right: inherit;
}
.fillter .list-group > div.border-right {
  overflow: hidden;
  position: relative;
}
.fillter .list-group > div.border-right:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 500px;
  background: #ebebeb;
  top: 0;
  right: 19px;
  z-index: 9;
}
.rtl .fillter .list-group > div.border-right:before {
  left: 19px;
  right: auto;
}
.fillter .list-group > div.border-right:last-child:before {
  display: none;
}
.fillter .list-group-item {
  margin-bottom: -20px;
}
.fillter .list-group-item > div .checkbox {
  color: #818796;
}
.fillter .list-group-item > div .checkbox input {
  margin-top: 2px;
}
.fillter .list-group-item > div .checkbox:nth-child(2), .fillter .list-group-item > div .checkbox:nth-child(4), .fillter .list-group-item > div .checkbox:nth-child(6) {
  margin-left: 59%;
  margin-top: -29px;
}
.rtl .fillter .list-group-item > div .checkbox:nth-child(2), .rtl .fillter .list-group-item > div .checkbox:nth-child(4), .rtl .fillter .list-group-item > div .checkbox:nth-child(6) {
  margin-right: 59%;
  margin-left: inherit;
}
.fillter .list-group-item > div .checkbox:hover {
  color: #000000;
}

/* category */
.category .list-group {
  margin-bottom: 0;
}
.category ul.level1 {
  padding-left: 0;
}
.rtl .category ul.level1 {
  padding-right: 0;
  padding-left: inherit;
}
.category ul > li {
  padding-left: 0;
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
}
.rtl .category ul > li {
  padding-right: 0;
  padding-left: inherit;
}
.category ul > li > a {
  text-transform: uppercase;
  font-weight: 900;
  color: #86bde9;
  letter-spacing: 1px;
}
.category ul ul {
  padding-left: 20px;
}
.rtl .category ul ul {
  padding-right: 20px;
  padding-left: inherit;
}
.category ul ul > li {
  position: relative;
  padding: 0;
}
.category ul ul > li a {
  color: #818796;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: capitalize;
}
.category ul ul > li a:hover, .category ul ul > li a:active, .category ul ul > li a:focus {
  color: #000000;
  font-weight: 900;
}

.refine-search ul {
  margin-bottom: 0;
}
.refine-search ul li {
  padding: 0 15px;
  position: relative;
}
.refine-search ul li:before {
  content: ".";
  color: #86bde9;
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 30px;
}
.rtl .refine-search ul li:before {
  right: 0;
  left: auto;
}

/* slidelayer */
.layerslider-wrapper {
  overflow: hidden;
}

.tparrows {
  position: absolute;
  top: 40% !important;
  z-index: 9999;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 0;
}
.tparrows:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 113px;
  height: 124px;
  z-index: 12;
  background-image: url(../image/arrow_left.png);
}
.tparrows.tp-rightarrow:before {
  background-image: url(../image/arrow_right.png);
  right: 0;
}

.tp-leftarrow {
  left: 8px !important;
}

.tp-rightarrow {
  right: 8px !important;
}

/* custom */
.custom-v1 {
  margin-bottom: 40px;
  margin-top: 30px;
}
.custom-v1 .custom-heading {
  color: #86bde9;
  font-size: 22px;
  text-transform: capitalize;
}
.custom-v1 .description {
  color: #999999;
  line-height: 20px;
}

.home2 .custom-v1 {
  padding: 45px;
  margin-bottom: 79px;
  margin-top: 84px;
}
.home2 .custom-v1 .panel-title {
  text-align: left;
}
.home2 .custom-v1.panel-center > .panel-heading {
  background: url(../image/symbol-v2.png) no-repeat left bottom;
}

.home3 .custom-v1 {
  margin-top: 90px;
  margin-left: 70px;
  width: 83%;
}
.home3 .custom-v1 > .panel-heading {
  background: url("../image/symbol-v2.png") no-repeat left bottom;
  text-align: left;
}

/* banner home4 */
.style1 {
  text-align: center;
  padding: 80px 0 50px;
}
.style1 img {
  display: inline-block;
}

#input-captcha {
  margin-bottom: 15px;
}

/* pavtestimonial */
.pavtestimonial {
  color: #FFFFFF;
  padding-top: 54px;
  padding-bottom: 20px;
}
.pavtestimonial .testimonial {
  font-size: 32px;
  letter-spacing: -1px;
  margin-top: 10px;
}
.pavtestimonial .testimonial > div {
  display: inline-block;
}
.pavtestimonial .testimonial p:first-child {
  position: relative;
}
.pavtestimonial .testimonial p:first-child:before {
  position: absolute;
  content: "";
  background-image: url(../image/icon.png);
  left: -46px;
  top: -10px;
  width: 31px;
  height: 26px;
}
.rtl .pavtestimonial .testimonial p:first-child:before {
  right: -46px;
  left: auto;
}
.pavtestimonial .profile {
  font-size: 11px;
  text-transform: uppercase;
  background: #bfcde0;
  display: inline-block;
  height: 20px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  border-radius: 3px;
}
.pavtestimonial .profile p {
  margin: 0;
}

.home2 .pavtestimonial {
  margin: 40px 0;
  background: url(../image/bg-testimonial2.jpg) no-repeat;
}

.home1 .circle {
  background: url(../image/bg_circle.png) no-repeat scroll 85% 50%;
}
.home1 .triangle {
  background: url(../image/bg_triangle.png) no-repeat scroll 15% 30%;
}
.home1 .square {
  background: url(../image/bg_square.png) no-repeat scroll 85% 0;
}

.home2 .circle {
  background: url(../image/bg_circle.png) no-repeat scroll 85% 0;
}
.home2 .triangle {
  background: url(../image/bg_triangle.png) no-repeat scroll 13% 1%;
}
.home2 .square {
  background: url(../image/bg_square.png) no-repeat scroll 85% 100%;
}

/* pav deal */
.item-countdown li {
  border-right: 1px solid #ebebeb;
  padding: 0 10px;
  font-size: 13px;
}
.item-countdown li .countdown_num {
  font-weight: bold;
  color: #8ec354;
  font-size: 15px;
}
.item-countdown li:last-child {
  border-right: none;
}

.dropdown:hover .dropdown-menu {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.product-block .block-img {
  position: relative;
  overflow: hidden;
}
.product-block .action > div {
  display: inline-block;
  position: relative;
}

.shadow {
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
}

.box-shadow .widget-images .widget-inner img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-shadow .widget-images .widget-inner img:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
}

.over-hidden {
  overflow: hidden;
}
.over-hidden .col-inner {
  overflow: hidden;
}
.over-hidden .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.grayscale-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}

.grayscale-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* effect-v1 */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v1:before {
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v1 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v1 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v1:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v2*/
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v2:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v2 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v2:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v2:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
.effect-v2:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v3:before, .effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v3:hover:before, .effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v3:hover .banner-title, .effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
.effect-v4 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v4:before {
  bottom: 20px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  box-shadow: 0 20px 40px 0 rgba(168, 172, 185, 0.62);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
.effect-v5 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v5 img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}
.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v6 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
  margin-top: 20px;
}
.effect-v6:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v6:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%;
}
.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v9:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}
.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}
.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.effect-v11 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v11 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v11 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.effect-v11 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.effect-v11 li:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.icon-effect-v1 img {
  transform: scale(1);
  transition: transform 0.2s ease 0s;
}
.icon-effect-v1 li:hover img {
  transform: scale(0.8);
}

@media (min-width: 992px) {
  .btn-outline-light {
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }

  .product-block {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .product-block .image {
    position: relative;
  }
  .product-block .action {
    transform: scale(0);
  }
  .product-block:hover .action {
    bottom: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: scale(1);
  }

  .effect-carousel-v1 {
    overflow: hidden;
  }
  .effect-carousel-v1 .carousel-controls-v3 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .effect-carousel-v1 .carousel-controls-v3 .carousel-control.left {
    left: -30px;
  }
  .effect-carousel-v1 .carousel-controls-v3 .carousel-control.right {
    right: -30px;
  }
  .effect-carousel-v1:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .effect-carousel-v1:hover .carousel-control.left {
    left: 0;
  }
  .effect-carousel-v1:hover .carousel-control.right {
    right: 0;
  }

  .home1 .layerslider-wrapper {
    position: relative;
    text-align: center;
  }
  .home1 .layerslider-wrapper .rev_slider {
    display: inline-block;
    width: 93.8% !important;
  }
  .home1 .layerslider-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(../image/preview.png);
    left: -60px;
    top: 9.3%;
    width: 242px;
    height: 603px;
    z-index: 99;
  }
  .home1 .layerslider-wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../image/next.png);
    right: 0;
    top: 9.3%;
    width: 242px;
    height: 603px;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .home1 .layerslider-wrapper:before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .pav-megamenu .navbar-nav > li > a {
    padding-right: 32px;
  }
  .rtl .pav-megamenu .navbar-nav > li > a {
    padding-left: 32px;
    padding-right: inherit;
  }

  .home2 .custom-v1 {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2 .product-block .image .bottom .action .zoom {
    display: none;
  }
}
@media (max-width: 991px) {
  .latest-posts-v1 .latest-posts-item {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .latest-posts-v1 .latest-posts-item .latest-posts-meta {
    padding: 0;
    position: inherit;
  }
  .latest-posts-v1 .latest-posts-item .latest-posts-meta .bottom-blog {
    padding: 0;
  }
  .latest-posts-v1 .latest-posts-item .latest-posts-meta .bottom-blog .latest-posts-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home3 .custom-v1 {
    margin: 0;
  }

  .header-v1 .pav-mainnav {
    text-align: center;
  }
  .header-v1 #cart:before {
    display: none;
  }

  .header-v2 {
    padding-bottom: 15px;
  }
  .header-v2 #cart {
    right: 33px;
  }
  .rtl .header-v2 #cart {
    left: 33px;
    right: auto;
  }
  .header-v2 .row > div, .header-v2 .row #logo {
    text-align: center;
  }
  .header-v2 .row > div .setting, .header-v2 .row #logo .setting {
    display: inline-block;
    margin-left: 40px;
  }
  .rtl .header-v2 .row > div .setting, .rtl .header-v2 .row #logo .setting {
    margin-right: 40px;
    margin-left: inherit;
  }
  .header-v2 .canvas-menu {
    margin: 0;
  }

  .home2 .product-block .image .bottom .action {
    width: 100%;
    position: unset;
    margin: 10px;
  }

  .product-info .space-padding-lr-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-info .image-additional .item a > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .scrollup {
    right: 10px;
  }
  .rtl .scrollup {
    left: 10px;
    right: auto;
  }

  .zoomContainer {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-list .product-col .image {
    float: none;
    width: 100%;
  }
  .product-list .product-meta {
    padding: 20px;
  }

  .product-filter .filter-left > div {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .rtl .product-filter .filter-left > div {
    padding-left: 0;
    padding-right: inherit;
  }

  .product-list .product-block .product-img {
    margin-bottom: 10px;
  }

  .pav-comment .form-group > div {
    margin-bottom: 10px;
  }

  .blog-item .image {
    margin-bottom: 20px;
  }

  .checkout-cart table .input-group .form-control {
    margin-right: 40px;
  }
  .rtl .checkout-cart table .input-group .form-control {
    margin-left: 40px;
    margin-right: inherit;
  }

  #logo {
    text-align: left;
  }

  .style-header .setting-box.space-margin-r-35.line {
    margin-right: 0 !important;
  }
  .rtl .style-header .setting-box.space-margin-r-35.line {
    margin-left: 0 !important;
    margin-right: inherit;
  }
  .style-header .setting-box.space-margin-r-35.line:before {
    display: none;
  }

  .latest-posts-v1 {
    margin-top: 0;
  }

  .layerslider-wrapper {
    margin-bottom: 0 !important;
  }

  .feature-box-v1 {
    margin-top: 20px;
  }

  .header-v1 .space-padding-tb-30-20 {
    padding: 20px 0 !important;
  }
  .header-v1 .space-padding-tb-30-20 .setting-box {
    margin-bottom: 10px;
  }

  .header-v2 .canvas-menu {
    margin-top: 15px;
  }
  .header-v2 #cart .dropdown-menu, .header-v2 .dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
  }

  .rtl .header-v2 #cart .dropdown-menu, .rtl .header-v2 .dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
    z-index: 999999;
  }

  .product-info .image-additional .item a {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .product-info .image-additional .item a img {
    max-width: 60px !important;
  }
}
@media (max-width: 480px) {
  .home2 .slideshow {
    margin-top: 0 !important;
  }

  .space-right-15 {
    margin-right: 5px;
  }
  .rtl .space-right-15 {
    margin-left: 5px;
    margin-right: inherit;
  }

  .product-info h1 {
    margin-top: 10px;
    font-size: 18px;
  }
  .product-info .image-additional .owl-item {
    width: 97px !important;
  }

  .accordion {
    padding: 0 20px;
  }

  .tab-v1 {
    padding: 30px 20px 60px;
  }

  .feature-box {
    margin-bottom: 20px;
  }

  .header-v1 #cart .dropdown-menu {
    right: -30px;
  }
  .rtl .header-v1 #cart .dropdown-menu {
    left: -30px;
    right: auto;
  }

  .breadcrumb {
    padding: 10px 0;
  }

  #cart .dropdown-menu {
    min-width: 320px;
  }

  .header-v3 {
    margin-bottom: 5px;
  }
  .header-v3 .canvas-menu {
    position: absolute;
    top: -60px;
    display: block;
    margin: 0;
  }
  .header-v3 .logo-store {
    text-align: center;
    margin-bottom: 10px;
  }

  .space-margin-lr-40 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .box-support {
    display: none;
  }

  #offcanvasmenu .widget-images {
    display: none;
  }

  .widget-images {
    text-align: center;
  }
  .widget-images img {
    display: inline-block;
  }

  #button-cart {
    padding: 10px;
  }

  .common-home .alert {
    width: 300px !important;
  }

  .display {
    display: none;
  }

  #input-search {
    margin-bottom: 10px;
  }
}
.heading-vetical .panel-heading {
  padding: 20px 25px;
}

.arrow {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  color: #343434;
  font-size: 16px;
  text-align: center;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.pav-verticalmenu {
  left: 0;
  position: absolute;
  width: 100%;
}
.rtl .pav-verticalmenu {
  right: 0;
  left: auto;
}
.pav-verticalmenu .vertical-icon {
  width: 50px;
  height: 40px;
  background: #86bde9;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}
.pav-verticalmenu .navbar-default {
  background: #FFFFFF;
  border: none;
  margin: 0;
  top: 120%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 999;
}
.pav-verticalmenu:hover .navbar-default, .pav-verticalmenu:focus .navbar-default {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  top: 100%;
}

.verticalmenu .navbar-collapse {
  margin: 0;
  padding: 20px 0;
  border: 1px solid #86bde9;
}
.verticalmenu .widget-heading {
  /* text-transform: uppercase;
  border-bottom:1px solid $border-color;
  padding-bottom:20px; */
}
.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  padding: 0;
}
.verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
  float: left;
  padding: 0 30px;
}
.rtl .verticalmenu .navbar-nav > li {
  float: right;
}
.verticalmenu .navbar-nav > li:last-child a {
  border-bottom: none;
}
.verticalmenu .navbar-nav > li > a {
  display: block;
  color: #86bde9;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  font-size: 13px;
  background: transparent !important;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.verticalmenu .navbar-nav > li > a:hover, .verticalmenu .navbar-nav > li > a:focus, .verticalmenu .navbar-nav > li > a:active {
  color: #0a2432;
}
.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
}
.verticalmenu .navbar-nav > li > a .fa {
  margin-right: 5px;
  width: 20px;
}
.rtl .verticalmenu .navbar-nav > li > a .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.verticalmenu .navbar-nav > li > a .caret {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 8px;
}
.rtl .verticalmenu .navbar-nav > li > a .caret {
  float: left;
}
.rtl .verticalmenu .navbar-nav > li > a .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.verticalmenu .navbar-nav > li.topdropdow:hover {
  position: static;
}
.verticalmenu .navbar-nav > li:hover {
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  left: 100%;
  margin-left: -1px;
}
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  margin-right: -1px;
  margin-left: inherit;
}
.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
.verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
  right: 115%;
  display: block;
  top: 0;
  visibility: visible;
}
.verticalmenu .dropdown-menu {
  right: auto;
  left: 110%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-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;
  top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 999;
  display: block;
  min-width: 215px;
  padding: 25px;
}
.rtl .verticalmenu .dropdown-menu {
  left: auto;
  right: auto;
}
.rtl .verticalmenu .dropdown-menu {
  right: 110%;
  left: auto;
}
.verticalmenu .dropdown-menu ul.content {
  padding-left: 15px;
}
.rtl .verticalmenu .dropdown-menu ul.content {
  padding-right: 15px;
  padding-left: inherit;
}
.verticalmenu .dropdown-menu .column {
  position: relative;
}
.verticalmenu .dropdown-menu .column:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  right: 30px;
  top: 0;
  position: absolute;
}
.rtl .verticalmenu .dropdown-menu .column:before {
  left: 30px;
  right: auto;
}
.verticalmenu .dropdown-menu .column.last:before {
  content: none;
}
.verticalmenu .dropdown-menu.level1 {
  margin-top: -1px;
}
.verticalmenu .dropdown-menu.level1 .fa {
  display: none;
}
.verticalmenu .dropdown-menu.level2 .fa {
  display: none;
}
.verticalmenu .dropdown-menu.level3 .fa {
  display: none;
}
.verticalmenu .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.rtl .verticalmenu .dropdown-menu ul {
  padding-right: 0;
  padding-left: inherit;
}
.verticalmenu .dropdown-menu ul > li > a:hover {
  color: #000000;
}
.verticalmenu .dropdown-menu .sidebar {
  box-shadow: none;
  padding: 0;
}
.verticalmenu .w-product .product-block {
  text-align: center;
}
.verticalmenu .w-product .product-block .image {
  border: 1px solid #ebebeb;
}
.verticalmenu .w-product .product-block .name {
  min-height: auto;
  margin-bottom: 0;
}
.verticalmenu .w-product .media-body {
  display: inline-block;
  text-align: center;
}

.deals .product-filter {
  background: transparent;
  color: #000000;
}

.productdeals .carousel-inner:hover {
  overflow: inherit !important;
}
.productdeals .product-grid .products-row .product-block .action > div {
  padding-right: 1px;
}
.productdeals .product-grid .products-row .item-countdown ul {
  text-align: center;
}
.productdeals.product-list .footer-deals {
  margin-bottom: 0 !important;
}

.valid {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.page-pavblog h1 {
  margin: 0;
}

.comment-warning {
  color: #c12e2a;
}

.blog-tags {
  margin-bottom: 20px;
}

.pav-blogs .blog-date {
  background: #000000;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 17px;
  height: 70px;
  line-height: normal;
  margin-right: 20px;
  overflow: hidden;
  padding: 12px;
}
.rtl .pav-blogs .blog-date {
  float: right;
}
.rtl .pav-blogs .blog-date {
  margin-left: 20px;
  margin-right: inherit;
}
.pav-blogs .blog-date .day {
  padding: 0;
  display: block;
  text-align: center;
}
.pav-blogs .blog-body {
  overflow: hidden;
}
.pav-blogs .blog-body .text-link {
  color: #000000;
  font-weight: 600;
}
.pav-blogs .blog-body .text-link .fa {
  padding-left: 5px;
}
.rtl .pav-blogs .blog-body .text-link .fa {
  padding-right: 5px;
  padding-left: inherit;
}
.pav-blogs .blog-body .text-link:hover, .pav-blogs .blog-body .text-link:active, .pav-blogs .blog-body .text-link:focus {
  color: #86bde9;
}
.pav-blogs .blog-title a {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 40px;
}
.pav-blogs .blog-meta ul {
  margin: 0;
}
.pav-blogs .blog-meta ul li {
  font-size: 12px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.rtl .pav-blogs .blog-meta ul li {
  padding-left: 20px;
  padding-right: inherit;
}
.pav-blogs .blog-meta ul li b {
  font-weight: normal;
  color: #818796;
}
.pav-blogs .blog-meta ul li:first-child {
  width: 100%;
}
.pav-blogs .blog-meta ul li:last-child {
  border-right: none;
}
.rtl .pav-blogs .blog-meta ul li:last-child {
  border-left: none;
  border-right: inherit;
}
.pav-blogs .blog-meta ul li .author, .pav-blogs .blog-meta ul li .publishin a {
  color: #000000;
}

.blog-info {
  margin-top: -100px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.blog-info .blog-detail {
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 30px 30px 30px;
  color: #818796;
}
.rtl .blog-info .blog-detail {
  padding: 0 30px 30px 30px;
}
.blog-info .blog-detail .heading {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1px;
}

.search-auto {
  padding-top: 15px;
}

.rtl .header-v3 .autosearch-wrapper .dropdown-menu {
  right: 168px;
  left: auto;
}

.autosearch-wrapper .input-group-btn {
  position: relative;
}
.autosearch-wrapper .input-group-btn:after {
  background: #ebebeb;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 15px;
  width: 35px;
  height: 40px;
  color: #343434;
}
.rtl .autosearch-wrapper .input-group-btn:after {
  left: 0;
  right: auto;
}
.autosearch-wrapper .category_filter {
  border: none;
  display: inline-block;
  font-size: 12px;
  color: #818796;
  height: 40px;
  line-height: 30px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: #ebebeb;
  padding-left: 10px;
  text-transform: capitalize;
}
.rtl .autosearch-wrapper .category_filter {
  padding-right: 10px;
  padding-left: inherit;
}
@media (max-width: 480px) {
  .autosearch-wrapper .category_filter {
    max-width: 130px;
  }
}
.autosearch-wrapper .search_query {
  background-color: transparent;
  height: 40px;
}
.autosearch-wrapper .search_query:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.autosearch-wrapper .input-group {
  width: 100%;
  padding-right: 35px;
}
.rtl .autosearch-wrapper .input-group {
  padding-left: 35px;
  padding-right: inherit;
}
.autosearch-wrapper .button-search {
  position: absolute;
  right: 0;
  line-height: 40px;
  top: 0;
  z-index: 10;
  border: 0;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  padding: 0;
  font-size: 17px;
  background-color: #86bde9;
}
.rtl .autosearch-wrapper .button-search {
  left: 0;
  right: auto;
}
.autosearch-wrapper .dropdown-menu {
  z-index: 999;
  padding: 20px;
}
.autosearch-wrapper .dropdown-menu > li.clearfix {
  border-bottom: 1px dashed #ebebeb;
  margin-right: 10px;
}
.autosearch-wrapper .dropdown-menu > li:last-child {
  border-bottom: none;
}
.autosearch-wrapper .dropdown-menu > li > a {
  padding: 0;
}
.autosearch-wrapper .dropdown-menu > li .media-body {
  padding-left: 10px;
}
.rtl .autosearch-wrapper .dropdown-menu > li .media-body {
  padding-right: 10px;
  padding-left: inherit;
}